Repository: m3hrdadfi/soxan
Branch: main
Commit: 1cf82aa33892
Files: 15
Total size: 8.1 MB
Directory structure:
gitextract_xc5zf8sr/
├── .github/
│ └── workflows/
│ └── sync_streamlit_speech_text_emotion_to_space.yml
├── .gitignore
├── LICENSE
├── README.md
├── notebooks/
│ ├── Eating_Sound_Collection_using_Wav2Vec2.ipynb
│ ├── Emotion_recognition_in_Greek_speech_using_HuBERT.ipynb
│ ├── Emotion_recognition_in_Greek_speech_using_Wav2Vec2.ipynb
│ └── Regression_Example_Emotion_recognition_in_Greek_speech_using_Wav2Vec2.ipynb
├── requirements.txt
├── run_wav2vec_clf.py
└── src/
├── __init__.py
├── collator.py
├── modeling_outputs.py
├── models.py
└── trainer.py
================================================
FILE CONTENTS
================================================
================================================
FILE: .github/workflows/sync_streamlit_speech_text_emotion_to_space.yml
================================================
name: Sync Streamlit to Hugging Face space [speech-text-emotion]
on:
push:
branches: [streamlit-speech-text-emotion]
# to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
sync-streamlit-to-space:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Push to space
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
HF_USERNAME: m3hrdadfi
HF_SPACE: huggingface.co/spaces/m3hrdadfi/speech-text-emotion
TARGET_BRANCH: main
GIT_USER_EMAIL: m3hrdadfi@gmail.com
GIT_USER_NAME: Mehrdad Farahani
run: |
echo "Cloning destination git repository"
git config --global user.email "$GIT_USER_EMAIL"
git config --global user.name "$GIT_USER_NAME"
CLONE_DIR=$(mktemp -d)
git clone "https://$HF_USERNAME:$HF_TOKEN@$HF_SPACE" "$CLONE_DIR"
ls -la "$CLONE_DIR"
echo "Copy contents to clone git repository"
cp -rf ./apps/streamlit-speech-text-emotion/* "$CLONE_DIR"
COMMIT_MESSAGE=$(git log --oneline --format=%B -n 1 HEAD | head -n 1)
COMM=${COMM:=Synch with Github}
echo "commit message:"
echo "$COMMIT_MESSAGE"
cd "$CLONE_DIR"
echo "Remove wav files"
rm -f *.wav
echo "Files that will be pushed:"
ls -la
echo "git add:"
git add -A
echo "git status:"
git status
echo "git diff-index:"
git diff-index --quiet HEAD || git commit --message "$COMMIT_MESSAGE"
echo "git push origin:"
git push "https://$HF_USERNAME:$HF_TOKEN@$HF_SPACE" "$TARGET_BRANCH"
================================================
FILE: .gitignore
================================================
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
target/
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# pyenv
.python-version
# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/
# Celery stuff
celerybeat-schedule
celerybeat.pid
# SageMath parsed files
*.sage.py
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre type checker
.pyre/
.idea
*.tmp.py
.DS_Store
.DS_store
================================================
FILE: LICENSE
================================================
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 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 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 those 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
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright [yyyy] [name of copyright owner]
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.
================================================
FILE: README.md
================================================
# Soxan
> در زبان پارسی به نام سخن
This repository consists of models, scripts, and notebooks that help you to use all the benefits of Wav2Vec 2.0 in your
research. In the following, I'll show you how to train speech tasks in your dataset and how to use the pretrained
models.
## How to train
I'm just at the beginning of all the possible speech tasks. To start, we continue the training script with the speech
emotion recognition problem.
### Training - Notebook
| Task | Notebook |
|------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Speech Emotion Recognition (Wav2Vec 2.0) | [](https://colab.research.google.com/github/m3hrdadfi/soxan/blob/main/notebooks/Emotion_recognition_in_Greek_speech_using_Wav2Vec2.ipynb) |
| Speech Emotion Recognition (Hubert) | [](https://colab.research.google.com/github/m3hrdadfi/soxan/blob/main/notebooks/Emotion_recognition_in_Greek_speech_using_HuBERT.ipynb) |
| Audio Classification (Wav2Vec 2.0) | [](https://colab.research.google.com/github/m3hrdadfi/soxan/blob/main/notebooks/Eating_Sound_Collection_using_Wav2Vec2.ipynb) |
### Training - CMD
```bash
python3 run_wav2vec_clf.py \
--pooling_mode="mean" \
--model_name_or_path="lighteternal/wav2vec2-large-xlsr-53-greek" \
--model_mode="wav2vec2" \ # or you can use hubert
--output_dir=/path/to/output \
--cache_dir=/path/to/cache/ \
--train_file=/path/to/train.csv \
--validation_file=/path/to/dev.csv \
--test_file=/path/to/test.csv \
--per_device_train_batch_size=4 \
--per_device_eval_batch_size=4 \
--gradient_accumulation_steps=2 \
--learning_rate=1e-4 \
--num_train_epochs=5.0 \
--evaluation_strategy="steps"\
--save_steps=100 \
--eval_steps=100 \
--logging_steps=100 \
--save_total_limit=2 \
--do_eval \
--do_train \
--fp16 \
--freeze_feature_extractor
```
### Prediction
```python
import torch
import torch.nn as nn
import torch.nn.functional as F
import torchaudio
from transformers import AutoConfig, Wav2Vec2FeatureExtractor
from src.models import Wav2Vec2ForSpeechClassification, HubertForSpeechClassification
model_name_or_path = "path/to/your-pretrained-model"
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
config = AutoConfig.from_pretrained(model_name_or_path)
feature_extractor = Wav2Vec2FeatureExtractor.from_pretrained(model_name_or_path)
sampling_rate = feature_extractor.sampling_rate
# for wav2vec
model = Wav2Vec2ForSpeechClassification.from_pretrained(model_name_or_path).to(device)
# for hubert
model = HubertForSpeechClassification.from_pretrained(model_name_or_path).to(device)
def speech_file_to_array_fn(path, sampling_rate):
speech_array, _sampling_rate = torchaudio.load(path)
resampler = torchaudio.transforms.Resample(_sampling_rate, sampling_rate)
speech = resampler(speech_array).squeeze().numpy()
return speech
def predict(path, sampling_rate):
speech = speech_file_to_array_fn(path, sampling_rate)
inputs = feature_extractor(speech, sampling_rate=sampling_rate, return_tensors="pt", padding=True)
inputs = {key: inputs[key].to(device) for key in inputs}
with torch.no_grad():
logits = model(**inputs).logits
scores = F.softmax(logits, dim=1).detach().cpu().numpy()[0]
outputs = [{"Emotion": config.id2label[i], "Score": f"{round(score * 100, 3):.1f}%"} for i, score in
enumerate(scores)]
return outputs
path = "/path/to/disgust.wav"
outputs = predict(path, sampling_rate)
```
Output:
```bash
[
{'Emotion': 'anger', 'Score': '0.0%'},
{'Emotion': 'disgust', 'Score': '99.2%'},
{'Emotion': 'fear', 'Score': '0.1%'},
{'Emotion': 'happiness', 'Score': '0.3%'},
{'Emotion': 'sadness', 'Score': '0.5%'}
]
```
## Demos
| Demo | Link |
|----------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------|
| Speech To Text With Emotion Recognition (Persian) - soon | [huggingface.co/spaces/m3hrdadfi/speech-text-emotion](https://huggingface.co/spaces/m3hrdadfi/speech-text-emotion) |
## Models
| Dataset | Model |
|------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------|
| [ShEMO: a large-scale validated database for Persian speech emotion detection](https://github.com/mansourehk/ShEMO) | [m3hrdadfi/wav2vec2-xlsr-persian-speech-emotion-recognition](https://huggingface.co/m3hrdadfi/wav2vec2-xlsr-persian-speech-emotion-recognition) |
| [ShEMO: a large-scale validated database for Persian speech emotion detection](https://github.com/mansourehk/ShEMO) | [m3hrdadfi/hubert-base-persian-speech-emotion-recognition](https://huggingface.co/m3hrdadfi/hubert-base-persian-speech-emotion-recognition) |
| [ShEMO: a large-scale validated database for Persian speech emotion detection](https://github.com/mansourehk/ShEMO) | [m3hrdadfi/hubert-base-persian-speech-gender-recognition](https://huggingface.co/m3hrdadfi/hubert-base-persian-speech-gender-recognition) |
| [Speech Emotion Recognition (Greek) (AESDD)](http://m3c.web.auth.gr/research/aesdd-speech-emotion-recognition/) | [m3hrdadfi/hubert-large-greek-speech-emotion-recognition](https://huggingface.co/m3hrdadfi/hubert-large-greek-speech-emotion-recognition) |
| [Speech Emotion Recognition (Greek) (AESDD)](http://m3c.web.auth.gr/research/aesdd-speech-emotion-recognition/) | [m3hrdadfi/hubert-base-greek-speech-emotion-recognition](https://huggingface.co/m3hrdadfi/hubert-base-greek-speech-emotion-recognition) |
| [Speech Emotion Recognition (Greek) (AESDD)](http://m3c.web.auth.gr/research/aesdd-speech-emotion-recognition/) | [m3hrdadfi/wav2vec2-xlsr-greek-speech-emotion-recognition](https://huggingface.co/m3hrdadfi/wav2vec2-xlsr-greek-speech-emotion-recognition) |
| [Eating Sound Collection](https://www.kaggle.com/mashijie/eating-sound-collection) | [m3hrdadfi/wav2vec2-base-100k-eating-sound-collection](https://huggingface.co/m3hrdadfi/wav2vec2-base-100k-eating-sound-collection) |
| [GTZAN Dataset - Music Genre Classification](https://www.kaggle.com/andradaolteanu/gtzan-dataset-music-genre-classification) | [m3hrdadfi/wav2vec2-base-100k-gtzan-music-genres](https://huggingface.co/m3hrdadfi/wav2vec2-base-100k-gtzan-music-genres) |
================================================
FILE: notebooks/Eating_Sound_Collection_using_Wav2Vec2.ipynb
================================================
{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"name": "Eating Sound Collection using Wav2Vec2.ipynb",
"provenance": [],
"collapsed_sections": []
},
"kernelspec": {
"name": "python3",
"display_name": "Python 3"
},
"language_info": {
"name": "python"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
"7384502538e549c3b0741894aee3d27c": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_6ce9b23933b6488091c804d92af38ef0",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_9aba1ce9df714720b5f8073901261257",
"IPY_MODEL_5150a119ab86434f900789f3d4ccc1c6"
]
}
},
"6ce9b23933b6488091c804d92af38ef0": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"9aba1ce9df714720b5f8073901261257": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_90e7a1bce7344f5f84957c3952b7dd59",
"_dom_classes": [],
"description": " #0: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 3,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 3,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_4d8e9fd9c2b8499f83d1f75e664888e6"
}
},
"5150a119ab86434f900789f3d4ccc1c6": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_fa7c0c8d327e4b798db1f87915986146",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 3/3 [00:13<00:00, 4.40s/ba]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_8c678e17db25490ab9d523b2f9c6d1c5"
}
},
"90e7a1bce7344f5f84957c3952b7dd59": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"4d8e9fd9c2b8499f83d1f75e664888e6": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"fa7c0c8d327e4b798db1f87915986146": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"8c678e17db25490ab9d523b2f9c6d1c5": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"c3201cfc4e0b4d82add46e49fa63ba4b": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_f1960b37902f485b980cc6c6ca11cc5a",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_2976d0d39ea6484684053385a3f95e42",
"IPY_MODEL_fbd7656edf714303a0dc9a8364e55953"
]
}
},
"f1960b37902f485b980cc6c6ca11cc5a": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"2976d0d39ea6484684053385a3f95e42": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_6d513fec3a24462793ef7435e8d12b4d",
"_dom_classes": [],
"description": " #2: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 3,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 3,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_dba87e891dc545949474dd1d123ddded"
}
},
"fbd7656edf714303a0dc9a8364e55953": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_01a594c84d6a456291fbf2bf22de5fab",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 3/3 [00:13<00:00, 4.34s/ba]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_f0dd4abf684f4804a3e51a1c0d39097d"
}
},
"6d513fec3a24462793ef7435e8d12b4d": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"dba87e891dc545949474dd1d123ddded": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"01a594c84d6a456291fbf2bf22de5fab": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"f0dd4abf684f4804a3e51a1c0d39097d": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"f39fffd0194c447197833a14a1cc91df": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_9adf97c4347940d9b804eae515afc7dd",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_7bed22a6fe3a49d6a09e5950487c1267",
"IPY_MODEL_f3260ea2e25d44f8b5ee234101b902f0"
]
}
},
"9adf97c4347940d9b804eae515afc7dd": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"7bed22a6fe3a49d6a09e5950487c1267": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_19d6eba32fff43579af4aa225b09f6bf",
"_dom_classes": [],
"description": " #1: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 3,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 3,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_6d463da2011b4339a6bbaad1cafd2f9f"
}
},
"f3260ea2e25d44f8b5ee234101b902f0": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_21e4e79ff3e7423f8e2424ee5718ffe0",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 3/3 [00:12<00:00, 4.30s/ba]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_000485a55b4f4648a76204f3725669df"
}
},
"19d6eba32fff43579af4aa225b09f6bf": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"6d463da2011b4339a6bbaad1cafd2f9f": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"21e4e79ff3e7423f8e2424ee5718ffe0": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"000485a55b4f4648a76204f3725669df": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"6ad90ca9ca854713a8237fb18477fb60": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_3424514218d34da2be8c565cb7c4f939",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_3395af9109fd4a1f861f8eecfa8f2033",
"IPY_MODEL_e008c7a035a843ee83b6bfdeb48581f8"
]
}
},
"3424514218d34da2be8c565cb7c4f939": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"3395af9109fd4a1f861f8eecfa8f2033": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_77adc5448ac44dfa92b2a7b6d50e89f8",
"_dom_classes": [],
"description": " #3: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 3,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 3,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_4955552ebd944cc384e4166146c3a5b3"
}
},
"e008c7a035a843ee83b6bfdeb48581f8": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_fa59b9db64614d90885026b74082a3b7",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 3/3 [00:12<00:00, 4.31s/ba]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_c13df8f668ae49468487f1ea062d4edc"
}
},
"77adc5448ac44dfa92b2a7b6d50e89f8": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"4955552ebd944cc384e4166146c3a5b3": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"fa59b9db64614d90885026b74082a3b7": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"c13df8f668ae49468487f1ea062d4edc": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"1757cd8704a444c8b7a90edc028ac93e": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_1450e205f5d44a0b9ff8ef3decbd74d4",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_08ba1ac5cb5d437193dfb4b446f25ac1",
"IPY_MODEL_09e7de10a9b14ccf83314e00c14f2b44"
]
}
},
"1450e205f5d44a0b9ff8ef3decbd74d4": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"08ba1ac5cb5d437193dfb4b446f25ac1": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_15367995b8744a818a312a8160ad60f2",
"_dom_classes": [],
"description": " #0: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 3,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 3,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_350a8323dadc4798835aba80020ac439"
}
},
"09e7de10a9b14ccf83314e00c14f2b44": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_5c25acc905294f69b89819d7aa140bed",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 3/3 [00:07<00:00, 2.45s/ba]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_837e87dd56e84ec396d6100bf08afeb5"
}
},
"15367995b8744a818a312a8160ad60f2": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"350a8323dadc4798835aba80020ac439": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"5c25acc905294f69b89819d7aa140bed": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"837e87dd56e84ec396d6100bf08afeb5": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"149f0975a5124dffa85a342557ec0649": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_3b466cf20cf3429480af691022b28816",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_ae46db9faf124d2f987dccb0ad62115b",
"IPY_MODEL_6fa3ec2f85964814a7b408b0e8174f5f"
]
}
},
"3b466cf20cf3429480af691022b28816": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"ae46db9faf124d2f987dccb0ad62115b": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_4f4134b761624977ba1e9bf8b6c3497d",
"_dom_classes": [],
"description": " #1: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 3,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 3,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_9770bc459ce24270963b8e230d2acf28"
}
},
"6fa3ec2f85964814a7b408b0e8174f5f": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_cf61da935f8e47aa914550d8fc3207b1",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 3/3 [00:07<00:00, 2.50s/ba]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_7aa86ce26ffd4e3499f03dd48c500c13"
}
},
"4f4134b761624977ba1e9bf8b6c3497d": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"9770bc459ce24270963b8e230d2acf28": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"cf61da935f8e47aa914550d8fc3207b1": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"7aa86ce26ffd4e3499f03dd48c500c13": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"fb73f54ebd8245a1891f9855eadbaa86": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_11729cf2675d41b9b9375fae8ce38261",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_0d940cef72aa4db08f38cb86fcc2ae78",
"IPY_MODEL_bb447d5d406e4275a1d4676a0e19a1ef"
]
}
},
"11729cf2675d41b9b9375fae8ce38261": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"0d940cef72aa4db08f38cb86fcc2ae78": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_3fe5598e1eb746beb147e500467294ab",
"_dom_classes": [],
"description": " #2: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 3,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 3,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_cff729db41224f5cb11149a157c13007"
}
},
"bb447d5d406e4275a1d4676a0e19a1ef": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_6ec2b9da8ace49949a1b85a77eb69d05",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 3/3 [00:07<00:00, 2.46s/ba]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_32dffd51d28d4e5cb06eb050529a4507"
}
},
"3fe5598e1eb746beb147e500467294ab": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"cff729db41224f5cb11149a157c13007": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"6ec2b9da8ace49949a1b85a77eb69d05": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"32dffd51d28d4e5cb06eb050529a4507": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"d4656d9e97234b709166dbd4dd1d0e1d": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_e03afb3588174ad2bbb36a760a0cc5f3",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_c3197ece4cd34397bf2edd566db66941",
"IPY_MODEL_9cfd84cce50442d7a34c911f59cd09bb"
]
}
},
"e03afb3588174ad2bbb36a760a0cc5f3": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"c3197ece4cd34397bf2edd566db66941": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_2f9a864fab77416ea51b92ffab1a0902",
"_dom_classes": [],
"description": " #3: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 3,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 3,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_ab44cfdc232143209c7562e079998b10"
}
},
"9cfd84cce50442d7a34c911f59cd09bb": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_af6b2f4647bf4017b4610d2a852effd7",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 3/3 [00:07<00:00, 2.51s/ba]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_edf00aba13aa4c03ab2fe52428a24a71"
}
},
"2f9a864fab77416ea51b92ffab1a0902": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"ab44cfdc232143209c7562e079998b10": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"af6b2f4647bf4017b4610d2a852effd7": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"edf00aba13aa4c03ab2fe52428a24a71": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"1dee66d422f94e97b5410bda7d630183": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_1140dc0960f54148a12d30ef4345ee96",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_36750aaa3f494df4984a6878f7fddec2",
"IPY_MODEL_6f80a3a28a964c6383530cdd03ea4e47"
]
}
},
"1140dc0960f54148a12d30ef4345ee96": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"36750aaa3f494df4984a6878f7fddec2": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_b182c0e62ff14820903daee05b60dec3",
"_dom_classes": [],
"description": "Downloading: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 377569754,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 377569754,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_ea64efae2d8c4f8eb9f0475ebec11512"
}
},
"6f80a3a28a964c6383530cdd03ea4e47": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_ec4c4a4c9dd84e7a9bf33b1b87c491d0",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 378M/378M [00:54<00:00, 6.91MB/s]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_8e3472f819d1468984cefd82c1217f00"
}
},
"b182c0e62ff14820903daee05b60dec3": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"ea64efae2d8c4f8eb9f0475ebec11512": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"ec4c4a4c9dd84e7a9bf33b1b87c491d0": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"8e3472f819d1468984cefd82c1217f00": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"c179789d1b5d45acbc5d6ac5bab0b832": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_e9d9abef9b964776a9a021520ba4d992",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_6c720dc5f44e4ea29514581abba8622e",
"IPY_MODEL_e76ee2831f374af7942b991c86f213d7"
]
}
},
"e9d9abef9b964776a9a021520ba4d992": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"6c720dc5f44e4ea29514581abba8622e": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_5fd40b7c360143348d565be3737d2da2",
"_dom_classes": [],
"description": "",
"_model_name": "FloatProgressModel",
"bar_style": "info",
"max": 1,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 1,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_f83849e39ca84c3ab7cfd41db31f586f"
}
},
"e76ee2831f374af7942b991c86f213d7": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_91df691fd8d64fc08e13918ab129b04d",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 1/? [00:00<00:00, 16.31 tables/s]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_f9307f431af0483b8529085b869d2135"
}
},
"5fd40b7c360143348d565be3737d2da2": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"f83849e39ca84c3ab7cfd41db31f586f": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"91df691fd8d64fc08e13918ab129b04d": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"f9307f431af0483b8529085b869d2135": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"018dfa68a89c43c8b064050242e82181": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_3877cc93cf12456097b0575959f25e87",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_e7e6a8c03649466d875f7150e6ad5b72",
"IPY_MODEL_85c562df9b824ef8b415bda19e334b54"
]
}
},
"3877cc93cf12456097b0575959f25e87": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"e7e6a8c03649466d875f7150e6ad5b72": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_bfb450ba48414582806803bce59c268e",
"_dom_classes": [],
"description": "Downloading: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 2270,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 2270,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_42ff79e2ae01425ba0134c58e2580cc0"
}
},
"85c562df9b824ef8b415bda19e334b54": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_645a359bcf354e6d957dea3d0d0acf29",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 2.27k/2.27k [00:01<00:00, 1.17kB/s]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_9d6520c0051a43709fc2f3697cc80244"
}
},
"bfb450ba48414582806803bce59c268e": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"42ff79e2ae01425ba0134c58e2580cc0": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"645a359bcf354e6d957dea3d0d0acf29": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"9d6520c0051a43709fc2f3697cc80244": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"c16f2f140d6b4183b74fab44b7d20b2b": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_c3a064ce28534052b4b4abac7b395a81",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_dc27704fed6e4a01b9a23f9d9b3dc3df",
"IPY_MODEL_d976392882e04bc99cc477d9520c7bcf"
]
}
},
"c3a064ce28534052b4b4abac7b395a81": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"dc27704fed6e4a01b9a23f9d9b3dc3df": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_8b853441e8c34071ba45b0f7191eb9f6",
"_dom_classes": [],
"description": "Downloading: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 213,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 213,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_48a593d89da84f649fab9e7f87f8f767"
}
},
"d976392882e04bc99cc477d9520c7bcf": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_ff209e55d853421a84770d8f9164f62c",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 213/213 [00:01<00:00, 162B/s]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_9c38ebf5864a4e8896cf002876fa7cec"
}
},
"8b853441e8c34071ba45b0f7191eb9f6": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"48a593d89da84f649fab9e7f87f8f767": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"ff209e55d853421a84770d8f9164f62c": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"9c38ebf5864a4e8896cf002876fa7cec": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"1fed03a5bc0e4333805eabf089b9b0ea": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_a7ad0056c5f64423b29be2fd88c78719",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_934b92e53b7d41d5b4fe32014e95cbed",
"IPY_MODEL_d06b74a1da0048dbb711c7b73b4c0af3"
]
}
},
"a7ad0056c5f64423b29be2fd88c78719": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"934b92e53b7d41d5b4fe32014e95cbed": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_b3288ffcd75841048ea74f0f75c6c6fd",
"_dom_classes": [],
"description": "Downloading: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 380001726,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 380001726,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_bbaa7594bded475abb8e0bdf92054c86"
}
},
"d06b74a1da0048dbb711c7b73b4c0af3": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_3187736ad3714b8e81224b53f0687664",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 380M/380M [00:16<00:00, 22.5MB/s]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_404bd7661d9e43a6901a6bc12b5c6f93"
}
},
"b3288ffcd75841048ea74f0f75c6c6fd": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"bbaa7594bded475abb8e0bdf92054c86": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"3187736ad3714b8e81224b53f0687664": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"404bd7661d9e43a6901a6bc12b5c6f93": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"c8839901ba094c8ab415d65748d3af49": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_245c287d72cb404f827736af171b8803",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_f843e9c85ceb48fa8828986330993260",
"IPY_MODEL_9e9f79c923b94e90abccc36283252499"
]
}
},
"245c287d72cb404f827736af171b8803": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"f843e9c85ceb48fa8828986330993260": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_6146d16c791242ed8415a8ef0478b420",
"_dom_classes": [],
"description": "100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 2228,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 2228,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_75e6d16ae7cb40c3bea7723921f94ae9"
}
},
"9e9f79c923b94e90abccc36283252499": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_e0d8f9cbacb64b8cbd82708309653734",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 2228/2228 [06:40<00:00, 5.56ex/s]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_221f9e32a50d4d18b478da3df315b5fa"
}
},
"6146d16c791242ed8415a8ef0478b420": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"75e6d16ae7cb40c3bea7723921f94ae9": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"e0d8f9cbacb64b8cbd82708309653734": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"221f9e32a50d4d18b478da3df315b5fa": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"1cf3d36ba8b24757a48ea06239b8c595": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_5b7655a0ec914ce285b4802a7265dd1b",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_07e02f90c9474a9bac60af6e157c5635",
"IPY_MODEL_c6d50e8f952e455bae2bf13902960026"
]
}
},
"5b7655a0ec914ce285b4802a7265dd1b": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"07e02f90c9474a9bac60af6e157c5635": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_4b725e6473e5477c9161eecf4af4113f",
"_dom_classes": [],
"description": "100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 279,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 279,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_fc2deb84c1124cf9b28005f8eafdcc5f"
}
},
"c6d50e8f952e455bae2bf13902960026": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_d3561462d3224124a63ed50cf42709f9",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 279/279 [03:45<00:00, 1.24ba/s]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_33189cc9393f494082c08f62c71f5d8d"
}
},
"4b725e6473e5477c9161eecf4af4113f": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"fc2deb84c1124cf9b28005f8eafdcc5f": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"d3561462d3224124a63ed50cf42709f9": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"33189cc9393f494082c08f62c71f5d8d": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
}
}
},
"accelerator": "GPU"
},
"cells": [
{
"cell_type": "markdown",
"metadata": {
"id": "5fbCls1d2yBs"
},
"source": [
"# Eating Sound Collection using Wav2Vec 2.0"
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "sp37lZOV2042"
},
"source": [
"**Wav2Vec 2.0** is a pretrained model for Automatic Speech Recognition (ASR) and was released in [September 2020](https://ai.facebook.com/blog/wav2vec-20-learning-the-structure-of-speech-from-raw-audio/) by Alexei Baevski, Michael Auli, and Alex Conneau. Soon after the superior performance of Wav2Vec2 was demonstrated on the English ASR dataset LibriSpeech, *Facebook AI* presented XLSR-Wav2Vec2 (click [here](https://arxiv.org/abs/2006.13979)). XLSR stands for *cross-lingual speech representations* and refers to XLSR-Wav2Vec2`s ability to learn speech representations that are useful across multiple languages.\n",
"\n",
"Similar to Wav2Vec2, XLSR-Wav2Vec2 learns powerful speech representations from hundreds of thousands of hours of speech in more than 50 languages of unlabeled speech. Similar, to [BERT's masked language modeling](http://jalammar.github.io/illustrated-bert/), the model learns contextualized speech representations by randomly masking feature vectors before passing them to a transformer network.\n",
"\n",
"\n",
"\n",
"The authors show for the first time that massively pretraining an ASR model on cross-lingual unlabeled speech data, followed by language-specific fine-tuning on very little labeled data achieves state-of-the-art results. See Table 1-5 of the official [paper](https://arxiv.org/pdf/2006.13979.pdf)."
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "y0xJwDkA3QQR"
},
"source": [
"During fine-tuning week hosted by HuggingFace, more than 300 people participated in tuning XLSR-Wav2Vec2's pretrained on low-resources ASR dataset for more than 50 languages. This model is fine-tuned using [Connectionist Temporal Classification](https://distill.pub/2017/ctc/) (CTC), an algorithm used to train neural networks for sequence-to-sequence problems and mainly in Automatic Speech Recognition and handwriting recognition. Follow this [notebook](https://colab.research.google.com/github/patrickvonplaten/notebooks/blob/master/Fine_Tune_XLSR_Wav2Vec2_on_Turkish_ASR_with_%F0%9F%A4%97_Transformers.ipynb#scrollTo=Gx9OdDYrCtQ1) for more information about XLSR-Wav2Vec2 fine-tuning.\n",
"\n",
"This model was shown significant results in many low-resources languages. You can see the [competition board](https://paperswithcode.com/dataset/common-voice) or even testing the models from the [HuggingFace hub](https://huggingface.co/models?filter=xlsr-fine-tuning-week). \n",
"\n",
"\n",
"In this notebook, we will go through how to use this model to recognize the emotional aspects of speech in a language (or even as a general view using for every classification problem). Before going any further, we need to install some handy packages and define some enviroment values."
]
},
{
"cell_type": "code",
"metadata": {
"id": "TYsw43ULuXC_"
},
"source": [
"%%capture\n",
"\n",
"!pip install git+https://github.com/huggingface/datasets.git\n",
"!pip install git+https://github.com/huggingface/transformers.git\n",
"!pip install jiwer\n",
"!pip install torchaudio\n",
"!pip install librosa\n",
"\n",
"# Monitor the training process\n",
"# !pip install wandb"
],
"execution_count": 1,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "cp4-LTa2uphv",
"outputId": "e32a0dbd-8cd5-4bb9-87f6-c48e01a765b6"
},
"source": [
"%env LC_ALL=C.UTF-8\n",
"%env LANG=C.UTF-8\n",
"%env TRANSFORMERS_CACHE=/content/cache\n",
"%env HF_DATASETS_CACHE=/content/cache\n",
"%env CUDA_LAUNCH_BLOCKING=1"
],
"execution_count": 1,
"outputs": [
{
"output_type": "stream",
"text": [
"env: LC_ALL=C.UTF-8\n",
"env: LANG=C.UTF-8\n",
"env: TRANSFORMERS_CACHE=/content/cache\n",
"env: HF_DATASETS_CACHE=/content/cache\n",
"env: CUDA_LAUNCH_BLOCKING=1\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"id": "A0B06FRmusKF"
},
"source": [
"# # Uncomment this part if you want to setup your wandb project\n",
"\n",
"# %env WANDB_WATCH=all\n",
"# %env WANDB_LOG_MODEL=1\n",
"# %env WANDB_PROJECT=YOUR_PROJECT_NAME\n",
"# !wandb login YOUR_API_KEY --relogin"
],
"execution_count": 3,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
"id": "krC50MmmvBWJ"
},
"source": [
"## Prepare Data\n",
"\n",
"For this particular example, we use [Eating Sound Collection](https://www.kaggle.com/mashijie/eating-sound-collection) provided by [Jeannette Shijie Ma](https://www.kaggle.com/mashijie). \n"
]
},
{
"cell_type": "code",
"metadata": {
"cellView": "form",
"id": "Pp1zdKtuu8xj"
},
"source": [
"#@title Kaggle Credential\n",
"\n",
"import json\n",
"\n",
"username = \"\" #@param {type: \"string\"}\n",
"api_key = \"\" #@param {type: \"string\"}\n",
"\n",
"\n",
"if username and api_key:\n",
" token = {\"username\": username, \"key\": api_key}\n",
"\n",
" !mkdir ~/.kaggle\n",
" !mkdir /content/.kaggle\n",
" with open('/content/.kaggle/kaggle.json', 'w') as f:\n",
" json.dump(token, f)\n",
"\n",
" !cp /content/.kaggle/kaggle.json ~/.kaggle/kaggle.json\n",
" !chmod 600 /root/.kaggle/kaggle.json\n",
"\n",
" print('Your are ready to use kaggle API!')"
],
"execution_count": null,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"cellView": "form",
"id": "r1JfdqZqvLwT",
"outputId": "543a8648-7a00-43f8-a4b7-9b1b3ae2e69c"
},
"source": [
"#@title Download the dataset\n",
"\n",
"!mkdir -p /content/data\n",
"!kaggle datasets download mashijie/eating-sound-collection\n",
"!unzip -q eating-sound-collection.zip -d /content/data\n",
"!rm eating-sound-collection.zip"
],
"execution_count": 6,
"outputs": [
{
"output_type": "stream",
"text": [
"Downloading eating-sound-collection.zip to /content\n",
"100% 5.63G/5.63G [01:59<00:00, 55.0MB/s]\n",
"100% 5.63G/5.63G [01:59<00:00, 50.7MB/s]\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"id": "pFSqZ0jwCMSv"
},
"source": [
"import numpy as np\n",
"import pandas as pd\n",
"\n",
"from pathlib import Path\n",
"from tqdm import tqdm\n",
"\n",
"import torchaudio\n",
"from sklearn.model_selection import train_test_split\n",
"\n",
"import os\n",
"import sys"
],
"execution_count": 2,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "7MXAESg_Dqr6",
"outputId": "8bc4b0df-7a50-42ee-af4b-fdd52beae66a"
},
"source": [
"data = []\n",
"\n",
"for path in tqdm(Path(\"/content/data/clips_rd/\").glob(\"**/*.wav\")):\n",
" name = str(path).split('/')[-1].split('.')[0]\n",
" label = str(path).split('/')[-2]\n",
" \n",
" try:\n",
" # There are some broken files\n",
" s = torchaudio.load(path)\n",
" data.append({\n",
" # \"name\": name,\n",
" \"path\": path,\n",
" \"label\": label\n",
" })\n",
" except Exception as e:\n",
" # print(str(path), e)\n",
" pass\n",
"\n",
" # break"
],
"execution_count": 8,
"outputs": [
{
"output_type": "stream",
"text": [
"11140it [02:23, 77.90it/s]\n"
],
"name": "stderr"
}
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 204
},
"id": "10b89ZpLDqx9",
"outputId": "9aaf95d6-b1d1-40c3-fff1-244b164b1e9b"
},
"source": [
"df = pd.DataFrame(data)\n",
"df.head()"
],
"execution_count": 9,
"outputs": [
{
"output_type": "execute_result",
"data": {
"text/html": [
"
"
]
},
"metadata": {
"tags": []
},
"execution_count": 12
}
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "7WNjWoWRCmPk"
},
"source": [
"For training purposes, we need to split data into train test sets; in this specific example, we break with a `20%` rate for the test set."
]
},
{
"cell_type": "code",
"metadata": {
"id": "mlim-044xtJN",
"colab": {
"base_uri": "https://localhost:8080/"
},
"outputId": "3c7da7f4-cbd9-439c-fe54-f293e88520f7"
},
"source": [
"save_path = \"/content/data\"\n",
"\n",
"train_df, test_df = train_test_split(df, test_size=0.2, random_state=101, stratify=df[\"label\"])\n",
"\n",
"train_df = train_df.reset_index(drop=True)\n",
"test_df = test_df.reset_index(drop=True)\n",
"\n",
"train_df.to_csv(f\"{save_path}/train.csv\", sep=\"\\t\", encoding=\"utf-8\", index=False)\n",
"test_df.to_csv(f\"{save_path}/test.csv\", sep=\"\\t\", encoding=\"utf-8\", index=False)\n",
"\n",
"\n",
"print(train_df.shape)\n",
"print(test_df.shape)"
],
"execution_count": 13,
"outputs": [
{
"output_type": "stream",
"text": [
"(8912, 2)\n",
"(2228, 2)\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "kcnD-d_rDElt"
},
"source": [
"## Prepare Data for Training"
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "nnVfxQYDDIc6",
"outputId": "81fd9d63-1cf5-4dc0-9a29-385728f48cd1"
},
"source": [
"# Loading the created dataset using datasets\n",
"from datasets import load_dataset, load_metric\n",
"\n",
"\n",
"data_files = {\n",
" \"train\": \"/content/data/train.csv\", \n",
" \"validation\": \"/content/data/test.csv\",\n",
"}\n",
"\n",
"dataset = load_dataset(\"csv\", data_files=data_files, delimiter=\"\\t\", )\n",
"train_dataset = dataset[\"train\"]\n",
"eval_dataset = dataset[\"validation\"]\n",
"\n",
"print(train_dataset)\n",
"print(eval_dataset)"
],
"execution_count": 13,
"outputs": [
{
"output_type": "stream",
"text": [
"Using custom data configuration default-9fcc95274763cd69\n",
"Reusing dataset csv (/content/cache/csv/default-9fcc95274763cd69/0.0.0/2dc6629a9ff6b5697d82c25b73731dd440507a69cbce8b425db50b751e8fcfd0)\n"
],
"name": "stderr"
},
{
"output_type": "stream",
"text": [
"Dataset({\n",
" features: ['path', 'label'],\n",
" num_rows: 8912\n",
"})\n",
"Dataset({\n",
" features: ['label', 'path'],\n",
" num_rows: 2228\n",
"})\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"id": "rsOrQPBOEVOy"
},
"source": [
"# We need to specify the input and output column\n",
"input_column = \"path\"\n",
"output_column = \"label\""
],
"execution_count": 14,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "-gh7fQ1XEpC7",
"outputId": "f109902c-765d-4185-a936-4a0e99a36da9"
},
"source": [
"# we need to distinguish the unique labels in our SER dataset\n",
"label_list = train_dataset.unique(output_column)\n",
"label_list.sort() # Let's sort it for determinism\n",
"num_labels = len(label_list)\n",
"print(f\"A classification problem with {num_labels} classes: {label_list}\")"
],
"execution_count": 15,
"outputs": [
{
"output_type": "stream",
"text": [
"A classification problem with 20 classes: ['aloe', 'burger', 'cabbage', 'candied_fruits', 'carrots', 'chips', 'chocolate', 'drinks', 'fries', 'grapes', 'gummies', 'ice-cream', 'jelly', 'noodles', 'pickles', 'pizza', 'ribs', 'salmon', 'soup', 'wings']\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "4TkGYrVTFR6Y"
},
"source": [
"In order to preprocess the audio into our classification model, we need to set up the relevant Wav2Vec2 assets regarding our language in this case `lighteternal/wav2vec2-large-xlsr-53-greek` fine-tuned by [Dimitris Papadopoulos](https://huggingface.co/lighteternal/wav2vec2-large-xlsr-53-greek). To handle the context representations in any audio length we use a merge strategy plan (pooling mode) to concatenate that 3D representations into 2D representations.\n",
"\n",
"There are three merge strategies `mean`, `sum`, and `max`. In this example, we achieved better results on the mean approach. In the following, we need to initiate the config and the feature extractor from the Dimitris model."
]
},
{
"cell_type": "code",
"metadata": {
"id": "rQrGaFohGzVo"
},
"source": [
"from transformers import AutoConfig, Wav2Vec2Processor, Wav2Vec2FeatureExtractor"
],
"execution_count": 16,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"id": "9Y1adr7vFrq7"
},
"source": [
"model_name_or_path = \"facebook/wav2vec2-base-100k-voxpopuli\"\n",
"pooling_mode = \"mean\""
],
"execution_count": 17,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"id": "AZjDSmBRGqr6"
},
"source": [
"# config\n",
"config = AutoConfig.from_pretrained(\n",
" model_name_or_path,\n",
" num_labels=num_labels,\n",
" label2id={label: i for i, label in enumerate(label_list)},\n",
" id2label={i: label for i, label in enumerate(label_list)},\n",
" finetuning_task=\"wav2vec2_clf\",\n",
")\n",
"setattr(config, 'pooling_mode', pooling_mode)"
],
"execution_count": 18,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "ZXVl9qW1Gw_-",
"outputId": "e934261f-9e31-4041-c751-6425afcb4182"
},
"source": [
"feature_extractor = Wav2Vec2FeatureExtractor.from_pretrained(model_name_or_path,)\n",
"target_sampling_rate = feature_extractor.sampling_rate\n",
"print(f\"The target sampling rate: {target_sampling_rate}\")"
],
"execution_count": 19,
"outputs": [
{
"output_type": "stream",
"text": [
"The target sampling rate: 16000\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "CbGuYgLqHXZg"
},
"source": [
"# Preprocess Data"
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "qLk-eM1DFjtE"
},
"source": [
"So far, we downloaded, loaded, and split the SER dataset into train and test sets. The instantiated our strategy configuration for using context representations in our classification problem SER. Now, we need to extract features from the audio path in context representation tensors and feed them into our classification model to determine the emotion in the speech.\n",
"\n",
"Since the audio file is saved in the `.wav` format, it is easy to use **[Librosa](https://librosa.org/doc/latest/index.html)** or others, but we suppose that the format may be in the `.mp3` format in case of generality. We found that the **[Torchaudio](https://pytorch.org/audio/stable/index.html)** library works best for reading in `.mp3` data.\n",
"\n",
"An audio file usually stores both its values and the sampling rate with which the speech signal was digitalized. We want to store both in the dataset and write a **map(...)** function accordingly. Also, we need to handle the string labels into integers for our specific classification task in this case, the **single-label classification** you may want to use for your **regression** or even **multi-label classification**."
]
},
{
"cell_type": "code",
"metadata": {
"id": "6UqlIV3uGxDA"
},
"source": [
"def speech_file_to_array_fn(path):\n",
" speech_array, sampling_rate = torchaudio.load(path)\n",
" resampler = torchaudio.transforms.Resample(sampling_rate, target_sampling_rate)\n",
" speech = resampler(speech_array).squeeze().numpy()\n",
" return speech\n",
"\n",
"def label_to_id(label, label_list):\n",
"\n",
" if len(label_list) > 0:\n",
" return label_list.index(label) if label in label_list else -1\n",
"\n",
" return label\n",
"\n",
"def preprocess_function(examples):\n",
" speech_list = [speech_file_to_array_fn(path) for path in examples[input_column]]\n",
" target_list = [label_to_id(label, label_list) for label in examples[output_column]]\n",
"\n",
" result = feature_extractor(speech_list, sampling_rate=target_sampling_rate)\n",
" result[\"labels\"] = list(target_list)\n",
"\n",
" return result"
],
"execution_count": 20,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"id": "vYL7Z6Pd-Hp8"
},
"source": [
"# Remove this part\n",
"max_samples = 100\n",
"train_dataset = train_dataset.select(range(max_samples))\n",
"eval_dataset = eval_dataset.select(range(max_samples))"
],
"execution_count": 21,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 752,
"referenced_widgets": [
"7384502538e549c3b0741894aee3d27c",
"6ce9b23933b6488091c804d92af38ef0",
"9aba1ce9df714720b5f8073901261257",
"5150a119ab86434f900789f3d4ccc1c6",
"90e7a1bce7344f5f84957c3952b7dd59",
"4d8e9fd9c2b8499f83d1f75e664888e6",
"fa7c0c8d327e4b798db1f87915986146",
"8c678e17db25490ab9d523b2f9c6d1c5",
"c3201cfc4e0b4d82add46e49fa63ba4b",
"f1960b37902f485b980cc6c6ca11cc5a",
"2976d0d39ea6484684053385a3f95e42",
"fbd7656edf714303a0dc9a8364e55953",
"6d513fec3a24462793ef7435e8d12b4d",
"dba87e891dc545949474dd1d123ddded",
"01a594c84d6a456291fbf2bf22de5fab",
"f0dd4abf684f4804a3e51a1c0d39097d",
"f39fffd0194c447197833a14a1cc91df",
"9adf97c4347940d9b804eae515afc7dd",
"7bed22a6fe3a49d6a09e5950487c1267",
"f3260ea2e25d44f8b5ee234101b902f0",
"19d6eba32fff43579af4aa225b09f6bf",
"6d463da2011b4339a6bbaad1cafd2f9f",
"21e4e79ff3e7423f8e2424ee5718ffe0",
"000485a55b4f4648a76204f3725669df",
"6ad90ca9ca854713a8237fb18477fb60",
"3424514218d34da2be8c565cb7c4f939",
"3395af9109fd4a1f861f8eecfa8f2033",
"e008c7a035a843ee83b6bfdeb48581f8",
"77adc5448ac44dfa92b2a7b6d50e89f8",
"4955552ebd944cc384e4166146c3a5b3",
"fa59b9db64614d90885026b74082a3b7",
"c13df8f668ae49468487f1ea062d4edc",
"1757cd8704a444c8b7a90edc028ac93e",
"1450e205f5d44a0b9ff8ef3decbd74d4",
"08ba1ac5cb5d437193dfb4b446f25ac1",
"09e7de10a9b14ccf83314e00c14f2b44",
"15367995b8744a818a312a8160ad60f2",
"350a8323dadc4798835aba80020ac439",
"5c25acc905294f69b89819d7aa140bed",
"837e87dd56e84ec396d6100bf08afeb5",
"149f0975a5124dffa85a342557ec0649",
"3b466cf20cf3429480af691022b28816",
"ae46db9faf124d2f987dccb0ad62115b",
"6fa3ec2f85964814a7b408b0e8174f5f",
"4f4134b761624977ba1e9bf8b6c3497d",
"9770bc459ce24270963b8e230d2acf28",
"cf61da935f8e47aa914550d8fc3207b1",
"7aa86ce26ffd4e3499f03dd48c500c13",
"fb73f54ebd8245a1891f9855eadbaa86",
"11729cf2675d41b9b9375fae8ce38261",
"0d940cef72aa4db08f38cb86fcc2ae78",
"bb447d5d406e4275a1d4676a0e19a1ef",
"3fe5598e1eb746beb147e500467294ab",
"cff729db41224f5cb11149a157c13007",
"6ec2b9da8ace49949a1b85a77eb69d05",
"32dffd51d28d4e5cb06eb050529a4507",
"d4656d9e97234b709166dbd4dd1d0e1d",
"e03afb3588174ad2bbb36a760a0cc5f3",
"c3197ece4cd34397bf2edd566db66941",
"9cfd84cce50442d7a34c911f59cd09bb",
"2f9a864fab77416ea51b92ffab1a0902",
"ab44cfdc232143209c7562e079998b10",
"af6b2f4647bf4017b4610d2a852effd7",
"edf00aba13aa4c03ab2fe52428a24a71"
]
},
"id": "ioP8FfR2GxHi",
"outputId": "e3e976b3-0f7f-4b29-99c9-2317b443e810"
},
"source": [
"train_dataset = train_dataset.map(\n",
" preprocess_function,\n",
" batch_size=10,\n",
" batched=True,\n",
" num_proc=4\n",
")\n",
"eval_dataset = eval_dataset.map(\n",
" preprocess_function,\n",
" batch_size=10,\n",
" batched=True,\n",
" num_proc=4\n",
")"
],
"execution_count": 22,
"outputs": [
{
"output_type": "stream",
"text": [
" "
],
"name": "stdout"
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "7384502538e549c3b0741894aee3d27c",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description=' #0', max=3.0, style=ProgressStyle(description_width='ini…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
" "
],
"name": "stdout"
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "c3201cfc4e0b4d82add46e49fa63ba4b",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description=' #2', max=3.0, style=ProgressStyle(description_width='ini…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "f39fffd0194c447197833a14a1cc91df",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description=' #1', max=3.0, style=ProgressStyle(description_width='ini…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "6ad90ca9ca854713a8237fb18477fb60",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description=' #3', max=3.0, style=ProgressStyle(description_width='ini…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"/usr/local/lib/python3.7/dist-packages/numpy/core/_asarray.py:83: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray\n",
" return array(a, dtype, copy=False, order=order)\n",
"/usr/local/lib/python3.7/dist-packages/numpy/core/_asarray.py:83: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray\n",
" return array(a, dtype, copy=False, order=order)\n",
"/usr/local/lib/python3.7/dist-packages/numpy/core/_asarray.py:83: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray\n",
" return array(a, dtype, copy=False, order=order)\n",
"/usr/local/lib/python3.7/dist-packages/numpy/core/_asarray.py:83: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray\n",
" return array(a, dtype, copy=False, order=order)\n"
],
"name": "stderr"
},
{
"output_type": "stream",
"text": [
"\n",
"\n",
"\n",
"\n",
" "
],
"name": "stdout"
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "1757cd8704a444c8b7a90edc028ac93e",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description=' #0', max=3.0, style=ProgressStyle(description_width='ini…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "149f0975a5124dffa85a342557ec0649",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description=' #1', max=3.0, style=ProgressStyle(description_width='ini…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "fb73f54ebd8245a1891f9855eadbaa86",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description=' #2', max=3.0, style=ProgressStyle(description_width='ini…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "d4656d9e97234b709166dbd4dd1d0e1d",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description=' #3', max=3.0, style=ProgressStyle(description_width='ini…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"/usr/local/lib/python3.7/dist-packages/numpy/core/_asarray.py:83: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray\n",
" return array(a, dtype, copy=False, order=order)\n",
"/usr/local/lib/python3.7/dist-packages/numpy/core/_asarray.py:83: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray\n",
" return array(a, dtype, copy=False, order=order)\n",
"/usr/local/lib/python3.7/dist-packages/numpy/core/_asarray.py:83: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray\n",
" return array(a, dtype, copy=False, order=order)\n",
"/usr/local/lib/python3.7/dist-packages/numpy/core/_asarray.py:83: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray\n",
" return array(a, dtype, copy=False, order=order)\n"
],
"name": "stderr"
},
{
"output_type": "stream",
"text": [
"\n",
"\n",
"\n",
"\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "eu1qcRucHk6d",
"outputId": "9f3d2aaf-10d5-4ce3-d24b-061ae264a875"
},
"source": [
"idx = 0\n",
"print(f\"Training input_values: {train_dataset[idx]['input_values']}\")\n",
"# print(f\"Training attention_mask: {train_dataset[idx]['attention_mask']}\")\n",
"print(f\"Training labels: {train_dataset[idx]['labels']} - {train_dataset[idx]['label']}\")"
],
"execution_count": 24,
"outputs": [
{
"output_type": "stream",
"text": [
"Training input_values: [0.13274428248405457, 0.2165551632642746, 0.05407951772212982, 0.11063400655984879, 0.05131234973669052, 0.10921237617731094, 0.16371674835681915, 0.02054990641772747, 0.21053321659564972, 0.16668754816055298, 0.2094833254814148, 0.20410816371440887, 0.14794248342514038, 0.23746532201766968, 0.1604916900396347, 0.1142953410744667, 0.2054193913936615, 0.1353931576013565, 0.16724732518196106, 0.13706056773662567, 0.10328468680381775, 0.07868672907352448, 0.032215386629104614, 0.2709665298461914, 0.029462523758411407, 0.17944276332855225, 0.18936839699745178, -0.011878972873091698, 0.10468322783708572, -0.19457706809043884, -0.10879243910312653, 0.13260377943515778, 0.04793952405452728, 0.018376599997282028, 0.025670543313026428, -0.002296457765623927, 0.04380162060260773, 0.19246192276477814, 0.10842068493366241, -0.11617567390203476, 0.044318586587905884, 0.04754068702459335, -0.09041311591863632, 0.06827819347381592, 0.12811779975891113, 0.0877586379647255, 0.11642526090145111, 0.08999167382717133, -0.06608126312494278, 0.02273368276655674, 0.06868092715740204, 0.1544780433177948, 0.17767664790153503, 0.04707492142915726, 0.06092967465519905, 0.14161784946918488, 0.13665619492530823, 0.1103377714753151, 0.028961705043911934, 0.1563396453857422, 0.12959152460098267, 0.16522955894470215, 0.153066024184227, 0.06350992619991302, -0.011844132095575333, 0.055060386657714844, 0.03242696076631546, -0.06350560486316681, -0.08079825341701508, 0.0006447462947107852, 0.06628663837909698, 0.02905629575252533, 0.09179843962192535, 0.22058770060539246, 0.11088787764310837, -0.07617727667093277, -0.15295948088169098, -0.09228762984275818, -0.1044619083404541, -0.023344382643699646, 0.14307259023189545, 0.022250693291425705, 0.019823767244815826, 0.25333258509635925, -0.02080792374908924, -0.12653590738773346, 0.10373003780841827, 0.005248173139989376, -0.24990400671958923, -0.27089279890060425, -0.10894371569156647, -0.069095179438591, 0.10387217253446579, 0.09874125570058823, -0.025687741115689278, 0.08704730123281479, -0.013255291618406773, -0.08962766826152802, -0.09374329447746277, -0.121477872133255, 0.00781575683504343, 0.04362949728965759, -0.08999912440776825, -0.07937511056661606, 0.015743253752589226, -0.007748091593384743, -0.010734708048403263, 0.06971203535795212, 0.13687600195407867, -0.04541907086968422, -0.05250326544046402, -0.020557839423418045, -0.18925750255584717, -0.19419196248054504, -0.024681322276592255, -0.040795572102069855, -0.13882753252983093, 0.06638657301664352, 0.1626700758934021, 0.07841555029153824, 0.02566191926598549, 0.0031166088301688433, -0.31590667366981506, -0.2695043981075287, -0.15704554319381714, -0.15933085978031158, 0.1915118396282196, 0.06983819603919983, -0.15235969424247742, -0.033385470509529114, -0.13297013938426971, -0.10251004248857498, 0.05726372450590134, 0.13109108805656433, -0.10147086530923843, -0.20905953645706177, -0.31046995520591736, -0.2326415479183197, 0.0162668377161026, 0.14325426518917084, -0.03831246495246887, 0.04331904277205467, 0.013304566964507103, -0.2999228835105896, -0.08778967708349228, 0.1894160509109497, -0.05535496398806572, -0.17529530823230743, -0.14317700266838074, -0.14007943868637085, -0.18839775025844574, 0.1028514951467514, 0.21059945225715637, 0.0021995024289935827, -0.028540216386318207, -0.008608492091298103, -0.041246816515922546, -0.08158249408006668, 0.05356438085436821, 0.11594580113887787, 0.0659368485212326, -0.05860860273241997, -0.12797947227954865, -0.03680433705449104, -0.049722809344530106, 0.038408126682043076, 0.15055517852306366, -0.06572878360748291, 0.037445053458213806, 0.09527639299631119, 0.005029377993196249, -0.18010665476322174, -0.22799137234687805, 0.0011096842354163527, 0.18752481043338776, 0.12281173467636108, -0.0028637349605560303, 0.006249687168747187, 0.03957736864686012, -0.24564914405345917, -0.30177798867225647, 0.2111126333475113, 0.13902272284030914, -0.1638723611831665, 0.056484732776880264, -0.10805533081293106, -0.3989642560482025, -0.03782796859741211, 0.9264324307441711, 0.1983489692211151, 0.03007175400853157, 0.48019808530807495, -0.37458086013793945, -0.7659990787506104, -0.6448857188224792, 0.002132888650521636, 0.1822705864906311, 0.17628182470798492, 0.10428714007139206, -0.21376177668571472, 0.2370292991399765, -0.17720091342926025, 0.017693504691123962, 0.13240721821784973, 0.12044399976730347, 0.015300322324037552, -0.1426626443862915, -0.217243492603302, -0.3084130883216858, 0.03977157920598984, 0.5339596271514893, 0.028732264414429665, 0.032666150480508804, 0.19428038597106934, 0.08744727820158005, -0.08488581329584122, -0.15292996168136597, -0.16703449189662933, -0.19979414343833923, -0.08268732577562332, -0.2937641739845276, -0.2767961621284485, 0.029444320127367973, 0.029957056045532227, 0.14441333711147308, 0.11699388176202774, 0.021607525646686554, 0.08901935070753098, 0.047879789024591446, -0.18945473432540894, -0.21289893984794617, -0.17511937022209167, -0.10108952969312668, -0.05043162778019905, -0.0827743336558342, -0.08832065761089325, 0.013920433819293976, 0.20298705995082855, -0.04090315103530884, -0.2552943229675293, -0.05831107869744301, -0.07991981506347656, 0.04757920280098915, -0.19038647413253784, -0.1328103244304657, -0.057769451290369034, 0.014424336142838001, -0.021454162895679474, -0.1960115283727646, -0.04509221389889717, 0.13879942893981934, -0.000595767458435148, 0.04789076745510101, -0.016378773376345634, -0.13164342939853668, 0.043939586728811264, 0.11590010672807693, -0.2779426574707031, -0.2869224548339844, 0.032930366694927216, 0.01858057826757431, -0.02255435287952423, 0.15028615295886993, 0.22240330278873444, 0.13676385581493378, -0.17769461870193481, 0.06188080087304115, -0.03736034035682678, 0.0028163676615804434, -0.08069230616092682, -0.08436824381351471, -0.011181247420608997, 0.0372481606900692, 0.07129330933094025, -0.0008747212123125792, 0.08325838297605515, -0.011006969027221203, -0.0700116977095604, 0.09420524537563324, 0.1989581286907196, -0.11258711665868759, -0.14660614728927612, 0.10447771847248077, -0.020565280690789223, -0.11952916532754898, -0.012824454344809055, 0.16409935057163239, 0.37581968307495117, 0.01028397399932146, -0.02488737925887108, 0.01403592899441719, -0.11168911308050156, 0.07262568175792694, 0.1332092434167862, -0.10974515974521637, -0.1403915286064148, 0.2897043526172638, 0.02128828689455986, 0.017475822940468788, -0.08024804294109344, -0.0677003264427185, 0.23327644169330597, -0.13015535473823547, 0.001414865255355835, -0.44377318024635315, -0.043644506484270096, 0.17898622155189514, 0.08834799379110336, 0.45719611644744873, 0.31711873412132263, -0.05819282680749893, -0.4382492005825043, -0.5476627349853516, -0.41720348596572876, -0.4455678462982178, 0.193332239985466, 0.10069145262241364, -0.039998456835746765, 0.27757176756858826, -0.20108537375926971, 0.08322004228830338, 0.5521517395973206, 0.42337390780448914, -0.15102463960647583, -0.4210616648197174, -0.6879561543464661, -0.44917362928390503, -0.20030665397644043, -0.16397762298583984, 0.5941318273544312, 0.4615946412086487, -0.14474035799503326, 0.19701120257377625, 0.2401314228773117, 0.08355312794446945, -0.17925381660461426, -0.42273038625717163, -0.3160063326358795, -0.34974607825279236, -0.34226924180984497, -0.2289733588695526, 0.20510025322437286, 0.36272862553596497, 0.30966916680336, 0.4483603537082672, -0.07591117173433304, 0.028630651533603668, -0.19519688189029694, -0.4452275335788727, -0.509835958480835, -0.28425177931785583, -0.20052015781402588, -0.27580854296684265, -0.04425717890262604, 0.16943015158176422, 0.3983570337295532, 0.15818415582180023, 0.1860552728176117, 0.9739518761634827, 0.41883790493011475, -1.4817826747894287, -0.9495252370834351, 0.5969703197479248, 0.016181843355298042, -0.8239923119544983, 0.5362972617149353, 1.2250851392745972, -0.5974257588386536, -0.7398635745048523, -0.08320809155702591, 0.718226432800293, -0.10557839274406433, 0.1783316433429718, 0.49864479899406433, -0.6067847013473511, -0.33509284257888794, -0.2871510982513428, -0.03200669586658478, -0.0501730851829052, -0.049008920788764954, 0.2746490240097046, -0.019073106348514557, 0.0009928254876285791, 0.25844189524650574, 0.384345680475235, 0.00628565764054656, 0.01852153241634369, 0.08985505253076553, -0.5028992295265198, -0.3438681662082672, -0.11069729179143906, -0.08429186791181564, -0.22542285919189453, 0.2531329095363617, 0.29328683018684387, 0.1175302043557167, 0.005141787230968475, -0.057611461728811264, 0.2143014818429947, 0.07549533247947693, -0.14700478315353394, -0.09334179759025574, -0.16696825623512268, -0.10538478940725327, -0.17735783755779266, -0.16606760025024414, -0.0255795419216156, 0.27417150139808655, 0.1532202661037445, 0.0002996922703459859, 0.16262958943843842, -0.21789690852165222, -0.0290017481893301, -0.013174034655094147, -0.2802169620990753, -0.13589797914028168, -0.16354195773601532, 0.09477666765451431, 0.12826554477214813, 0.2347281575202942, 0.4528428614139557, 0.2560937702655792, -0.09154529124498367, -0.21532921493053436, 0.005949555430561304, -0.023030376061797142, -0.17346005141735077, 0.12523432075977325, 0.1513737142086029, 0.045650776475667953, 0.20643416047096252, 0.22331272065639496, 0.3474953770637512, 0.2028203308582306, -0.057315390557050705, -0.020821908488869667, -0.07173565775156021, -0.010165727697312832, -0.019683653488755226, -0.05364841967821121, 0.025098536163568497, 0.3036629557609558, 0.2357233166694641, -0.19531650841236115, -0.04250923544168472, 0.18015190958976746, -0.30710649490356445, -0.29188966751098633, 0.1062462329864502, 0.2302897423505783, -0.0173196978867054, -0.14587482810020447, -0.050925664603710175, 0.022417614236474037, 0.07090095430612564, 0.08342882245779037, -0.01751776970922947, 0.18429133296012878, 0.042925529181957245, 0.013788475655019283, -0.04509653151035309, -0.07562004774808884, 0.134598508477211, 0.1626410037279129, -0.02221049927175045, -0.0638984888792038, 0.20014943182468414, 0.15551935136318207, 0.23412933945655823, 0.23971687257289886, 0.16194240748882294, 0.08951084315776825, 0.08547394722700119, 0.1809934377670288, -0.00847406592220068, 0.13181357085704803, 0.2736763656139374, 0.16541089117527008, 0.19180192053318024, 0.01726674661040306, 0.3456569314002991, 0.1503099799156189, -0.206097811460495, 0.1755870133638382, 0.12406816333532333, 0.18850088119506836, 0.18370845913887024, 0.1418195515871048, 0.0010760960867628455, -0.23783716559410095, 0.07639945298433304, 0.26125475764274597, 0.20535510778427124, -0.1462498903274536, 0.11178857088088989, -0.15052607655525208, -0.41975873708724976, 0.19077613949775696, 0.1606673300266266, 0.029779689386487007, -0.055575136095285416, 0.12448596954345703, 0.12370848655700684, -0.2917037308216095, 0.18787091970443726, 0.2095499485731125, -0.025486303493380547, -0.07406716793775558, -0.002610814059153199, 0.19663383066654205, 0.17986448109149933, 0.18334229290485382, 0.08172107487916946, 0.06728066504001617, 0.05810651183128357, 0.03566766530275345, -0.015532406978309155, -0.035843681544065475, 0.12060984969139099, 0.008553237654268742, 0.029805229976773262, 0.21684470772743225, -0.0008166840998455882, 0.22364817559719086, 0.2553395628929138, -0.05422297120094299, 0.05336802452802658, 0.0213511660695076, 0.04805077239871025, -0.00018674858438316733, -0.017735734581947327, -0.10152089595794678, 0.0981101393699646, 0.15354761481285095, 0.17366480827331543, 0.23777315020561218, 0.0015463720774278045, -0.10753662884235382, -0.01772361993789673, -0.0834987536072731, -0.044134918600320816, 0.22875958681106567, 0.18915441632270813, -0.1254802793264389, 0.18036487698554993, 0.17958670854568481, -0.02205580845475197, 0.1871984750032425, -0.020572079345583916, -0.020068656653165817, -0.2883128821849823, -0.07302642613649368, 0.2880948781967163, 0.13247787952423096, 0.039325591176748276, 0.004534945357590914, -0.07359196245670319, -0.18868842720985413, -0.008935942314565182, 0.3741529583930969, 0.03422084450721741, -0.1457487791776657, 0.07953401654958725, -0.16578169167041779, -0.252459853887558, 0.080234095454216, 0.05730626732110977, 0.1171049103140831, 0.06976138800382614, -0.14068925380706787, -0.13742777705192566, 0.05431040748953819, -0.046926483511924744, 0.00787251628935337, -0.23024897277355194, -0.04747990518808365, 0.12917280197143555, -0.01195876020938158, -0.05853084847331047, -0.18435509502887726, 0.17685775458812714, -0.15470483899116516, -0.3379277288913727, -0.021351614966988564, -0.23512966930866241, -0.10753706842660904, -0.00991007313132286, -0.06067318469285965, 0.07091658562421799, 0.020021406933665276, 0.10833774507045746, -0.11014492809772491, -0.1765327900648117, -0.08552505075931549, -0.1266973316669464, 0.013527439907193184, -0.044258009642362595, -0.012416488490998745, -0.0065353065729141235, -0.10041412711143494, 0.06594591587781906, 0.004515084903687239, 0.17814141511917114, 0.051849327981472015, 0.04972425848245621, 0.1542762964963913, -0.03473929315805435, -0.08390429615974426, 0.10850678384304047, 0.07409311830997467, 0.007401697803288698, -0.14790235459804535, 0.0007091264706104994, 0.05170135945081711, 0.2905341386795044, 0.19392277300357819, -0.029533805325627327, -0.018459074199199677, -0.1549145132303238, -0.09450285136699677, -0.03160689398646355, -0.0807659924030304, 0.0878230407834053, 0.03150439262390137, -0.04687787964940071, 0.004795216955244541, 0.10354924947023392, 0.034554045647382736, 0.12116897851228714, 0.07744451612234116, -0.1378956437110901, -0.014031046070158482, 0.07000205665826797, -0.026468845084309578, -0.12520118057727814, -0.10817214101552963, 0.15417103469371796, 0.05527321249246597, 0.10867560654878616, 0.11603665351867676, 0.1256352663040161, 0.1848750114440918, -0.06941428035497665, 0.04658534750342369, -0.06517872214317322, -0.21329769492149353, -0.006331545300781727, 0.027280734851956367, -0.02819228172302246, 0.09916488081216812, 0.134868323802948, 0.15174943208694458, 0.10635991394519806, 0.17587824165821075, -0.06646743416786194, -0.13386595249176025, -0.20506827533245087, -0.28472277522087097, -0.06344866752624512, 0.002096357988193631, 0.025328677147626877, 0.10526613891124725, 0.11405572295188904, 0.009597511030733585, 0.09829428046941757, 0.013640398159623146, -0.06403207778930664, -0.13001690804958344, -0.19015105068683624, -0.005144371651113033, -0.1388150006532669, -0.04734303057193756, 0.09068690240383148, -0.11875954270362854, 0.08937754482030869, 0.2188771516084671, 0.09026549756526947, 0.12652131915092468, -0.11114833503961563, 0.0024690493009984493, -0.04082417115569115, -0.24205917119979858, 0.057940155267715454, 0.1372125893831253, 0.016420086845755577, 0.12323147803544998, 0.2657468020915985, 0.193745955824852, -0.08910496532917023, -0.08618895709514618, 0.16558381915092468, -0.010867228731513023, -0.11405902355909348, 0.026210732758045197, -0.0912146121263504, -0.10495875775814056, -0.00945658702403307, 0.13591644167900085, 0.13073402643203735, -0.0041988990269601345, 0.18563252687454224, -0.12790456414222717, -0.23745252192020416, 0.017820172011852264, -0.17254650592803955, -0.14372442662715912, -0.0304099228233099, 0.07704894989728928, 0.025755636394023895, -0.0992216020822525, -0.06759786605834961, -0.2520427703857422, -0.21472479403018951, 0.06688911467790604, 0.05477574095129967, -0.05696990713477135, -0.080594502389431, -0.29531213641166687, -0.21996141970157623, -0.03094041906297207, 0.07950597256422043, 0.1400396227836609, -0.0009955475106835365, -0.15475881099700928, -0.08132366836071014, -0.22949989140033722, -0.10002557933330536, -0.0474444143474102, 0.06442216038703918, -0.124945729970932, -0.22515496611595154, -0.048781659454107285, -0.1885686069726944, -0.19259455800056458, 0.035027824342250824, -0.14319731295108795, -0.29429367184638977, -0.10207897424697876, -0.028898868709802628, -0.17508815228939056, 0.024656401947140694, -0.02675001509487629, -0.06448404490947723, -0.2579652965068817, -0.2316506803035736, -0.04836101084947586, -0.21068352460861206, -0.060561392456293106, -0.017788872122764587, -0.17518366873264313, -0.09774721413850784, -0.1493230015039444, 0.11543145775794983, -0.1046588197350502, -0.21984289586544037, 0.13337810337543488, 0.07044494152069092, -0.03476628288626671, 0.02447674050927162, -0.05651022121310234, -0.11339902132749557, -0.27057555317878723, -0.05271156504750252, 0.12811064720153809, -0.06008315086364746, -0.07926998287439346, -0.12578622996807098, 0.034240465611219406, -0.12241346389055252, -0.10674387216567993, 0.2745920419692993, -0.123985655605793, -0.3429844081401825, -0.1672893613576889, -0.10883795469999313, 0.004070441238582134, -0.04526017978787422, 0.06162911653518677, -0.21127447485923767, -0.1917511522769928, -0.06444157660007477, -0.19119033217430115, 0.17093782126903534, 0.0946364626288414, -0.16276513040065765, -0.0947340577840805, 0.013932246714830399, -0.21785107254981995, -0.15498210489749908, 0.18743975460529327, -0.045717641711235046, -0.17464712262153625, -0.021474473178386688, -0.035656657069921494, -0.04231778159737587, -0.0727018341422081, 0.015174375846982002, -0.09056590497493744, -0.05424805358052254, 0.06146041303873062, -0.016400940716266632, -0.07519624382257462, -0.08044644445180893, -0.11326399445533752, -0.053930625319480896, -0.0061749364249408245, -0.0007524604443460703, 0.07727895677089691, 0.03369584679603577, -0.012421107850968838, 0.003646961646154523, 0.08097303658723831, 0.07423024624586105, -0.018405014649033546, -0.006009016185998917, -0.09794829785823822, -0.04811578989028931, -0.16806179285049438, 0.018553880974650383, 0.19682714343070984, -0.10776899755001068, -0.0586761012673378, 0.05477294698357582, -0.15433429181575775, -0.05639931187033653, 0.0062287189066410065, 0.024913541972637177, -0.051631998270750046, -0.010540288873016834, -0.010335276834666729, -0.038076579570770264, 0.013010231778025627, 0.24184904992580414, 0.07018989324569702, 0.04778559133410454, 0.13092289865016937, -0.0967332273721695, 0.0048622190952301025, -0.06423120945692062, -0.02744726464152336, 0.04517722502350807, -0.08764282613992691, 0.05272405222058296, -0.009525784291327, 0.10796978324651718, 0.009861472994089127, 0.04785822331905365, 0.05366963520646095, -0.0713677629828453, 0.13066363334655762, -0.06289182603359222, -0.1265403926372528, -0.025231942534446716, -0.1443464308977127, 0.02289256639778614, -0.018414359539747238, -0.0914454236626625, -0.0195352490991354, 0.09175053983926773, 0.03434937447309494, -0.05266439914703369, 0.019415471702814102, 0.11870348453521729, 0.002297545550391078, -0.14259038865566254, -0.054600175470113754, -0.1499612033367157, 0.004552961327135563, 0.08669206500053406, -0.031150933355093002, 0.10266563296318054, 0.07214301824569702, -0.0165613554418087, -0.06953706592321396, -0.009976338595151901, 0.07165642082691193, -0.019271120429039, -0.0039052311331033707, -0.10581366717815399, -0.05311533436179161, -0.05043262615799904, -0.08071140199899673, 0.1449892371892929, 0.1575372964143753, -0.09077037125825882, -0.04466819763183594, -0.014321084134280682, -0.06338685750961304, -0.02765613980591297, -0.06992332637310028, -0.05473530292510986, -0.0826771929860115, -0.06662742048501968, 0.08425536751747131, -0.09204272925853729, 0.07260972261428833, 0.10771889239549637, -0.11216293275356293, 0.053418200463056564, 0.0889359787106514, -0.06514305621385574, 0.08936304599046707, 0.13552969694137573, 0.12458213418722153, -0.030962036922574043, 0.0026162161957472563, 0.23862749338150024, -0.0084470734000206, -0.052541617304086685, 0.09857792407274246, 0.015832938253879547, 0.06676393002271652, 0.040507957339286804, 0.07380793988704681, 0.10373614728450775, 0.030364736914634705, -0.033939946442842484, -0.03792034834623337, 0.16870686411857605, 0.1446499526500702, 0.05928966403007507, 0.040770698338747025, -0.027992289513349533, -0.11501723527908325, -0.05179924517869949, -0.009910478256642818, -0.0635724887251854, -0.003564279992133379, 0.018367234617471695, -0.10413254052400589, -0.036717187613248825, 0.15953212976455688, 0.2380693256855011, -0.09837403148412704, -0.2556692063808441, -0.010238678194582462, 0.06738026440143585, -0.08756004273891449, 0.016406673938035965, 0.028743701055645943, -0.07706281542778015, -0.219199538230896, -0.051596906036138535, 0.18058013916015625, -0.003452223725616932, 0.14498549699783325, 0.09449932724237442, -0.08662198483943939, 0.024265969172120094, -0.2409997135400772, 0.01711357943713665, 0.06455572694540024, 0.042941078543663025, 0.014928299933671951, 0.004437051713466644, 0.13534541428089142, -0.06334365904331207, 0.04890937730669975, 0.055657509714365005, 0.021456431597471237, 0.14194247126579285, -0.06774970889091492, -0.07931321859359741, -0.14481578767299652, 0.04868360236287117, 0.05433669686317444, 0.01824892871081829, 0.12793126702308655, -0.08502797037363052, 0.010551792569458485, -0.07342371344566345, 0.01360988337546587, 0.34068819880485535, 0.0336056724190712, 0.030439049005508423, 0.22210511565208435, 0.0825868770480156, -0.08761303871870041, -0.0019199830712750554, 0.23287798464298248, 0.10199102759361267, 0.007357282564043999, 0.1673412024974823, -0.030719002708792686, 0.0342123880982399, 0.2792320251464844, -0.0380389578640461, 0.1087983176112175, 0.1738143414258957, 0.05586303398013115, 0.034308817237615585, 0.13769535720348358, 0.0958147943019867, 0.015701448544859886, 0.20069178938865662, 0.0833120122551918, -0.049317628145217896, 0.10974904894828796, 0.019817525520920753, -0.04906255751848221, 0.12881922721862793, 0.2832043766975403, 0.10926774144172668, 0.15216317772865295, 0.14989380538463593, 0.015135652385652065, -0.01598219759762287, 0.01506152655929327, 0.12150505185127258, 0.09533892571926117, 0.11175163835287094, 0.10548122227191925, 0.1643821746110916, 0.269226998090744, 0.010163258761167526, 0.178542822599411, 0.11119270324707031, -0.06661070138216019, 0.07673884928226471, 0.18604670464992523, 0.19089919328689575, 0.17524555325508118, 0.08347554504871368, 0.1576453000307083, 0.18920157849788666, 0.25761762261390686, 0.1359461396932602, -0.019663745537400246, 0.06626531481742859, 0.196187362074852, 0.21316377818584442, 0.17263805866241455, 0.1404809206724167, 0.2019435614347458, 0.04803413897752762, -0.01919778622686863, 0.03834816440939903, 0.1856430172920227, 0.2035009115934372, -0.026563523337244987, 0.08119819313287735, 0.02451932430267334, -0.05393582582473755, 0.12406983971595764, 0.1615736484527588, 0.13938777148723602, -0.016319893300533295, -0.07974006980657578, 0.08994555473327637, 0.007201807573437691, -0.022417336702346802, 0.04376181587576866, -0.008892359212040901, -0.11143569648265839, 0.004144873470067978, -0.0009073088876903057, -0.01385024655610323, 0.10966014862060547, -0.06783587485551834, 0.01721278764307499, -0.11183208227157593, -0.19556888937950134, -0.03082246519625187, -0.05481871962547302, 0.018021712079644203, -0.12894129753112793, -0.04729248210787773, 0.012636825442314148, -0.19599807262420654, -0.01590755395591259, -0.09944535791873932, -0.22688961029052734, -0.1813414841890335, -0.05530334264039993, -0.0968802198767662, -0.1721203774213791, 0.09774776548147202, -0.10611668974161148, -0.09503799676895142, -0.05871002748608589, -0.029743747785687447, 0.0688234344124794, -0.1771632730960846, -0.012835639528930187, -0.10534529387950897, -0.1950763612985611, 0.059631142765283585, -0.010694903321564198, 0.025542007759213448, -0.06373637169599533, 0.004910510033369064, -0.033191435039043427, -0.10045355558395386, 0.09725604951381683, 0.0344366729259491, 0.049992941319942474, -0.161515012383461, -0.08493220806121826, 0.06498611718416214, -0.06789208203554153, -0.002036080462858081, 0.009500480256974697, 0.03571056202054024, 0.09334297478199005, -0.0456836074590683, -0.1485915333032608, 0.0026410743594169617, 0.05332871153950691, -0.07236439734697342, -0.19692005217075348, -0.13160979747772217, 0.058675337582826614, 0.03031114861369133, 0.06935995817184448, -0.006049346178770065, -0.18431571125984192, -0.04070372134447098, -0.060958631336688995, -0.01867411844432354, 0.025718960911035538, 0.15903383493423462, -0.12707631289958954, -0.3027460277080536, 0.06262637674808502, -0.004740177653729916, -0.11706347018480301, -0.006649883929640055, 0.044523097574710846, -0.12838159501552582, -0.0452924408018589, 0.029190784320235252, -0.13739113509655, -0.05273100361227989, 0.08562888205051422, -0.056360095739364624, -0.09387578070163727, 0.0625477060675621, -0.02565915882587433, -0.0840843915939331, -0.0015638936311006546, 0.01684017851948738, 0.030531149357557297, -0.09135480970144272, -0.09691112488508224, -0.04463335871696472, -0.06367794424295425, 0.017821401357650757, 0.06479089707136154, 0.19056062400341034, -0.16076305508613586, 0.01284155435860157, 0.11835455149412155, -0.08111310750246048, -0.15574458241462708, 0.002912084572017193, -0.034358520060777664, -0.1329791098833084, 0.013060228899121284, -0.08238494396209717, -0.045773010700941086, 0.1167982742190361, -0.03653668239712715, -0.02790350839495659, 0.010495413094758987, -0.1118609607219696, -0.12275014817714691, -0.1938236504793167, -0.09313908219337463, -0.11276505142450333, 0.008825119584798813, 0.020010266453027725, -0.18960148096084595, -0.026458410546183586, -0.08305847644805908, -0.2049165815114975, -0.008211933076381683, -0.1836143285036087, -0.20789961516857147, -0.07305033504962921, -0.07676463574171066, -0.13460630178451538, -0.01865793950855732, -0.030570121482014656, -0.2364693433046341, 0.03211075812578201, -0.11328683793544769, -0.10487440228462219, 0.02480417676270008, -0.15230970084667206, -0.1454126089811325, -0.15107274055480957, -0.06402137875556946, -0.004151038825511932, -0.12642154097557068, -0.13102732598781586, -0.06474874913692474, -0.019777853041887283, 0.03122728504240513, -0.034947242587804794, -0.1769515872001648, 0.09508232772350311, -0.03766171261668205, -0.20599856972694397, -0.11357171833515167, -0.2223615199327469, 0.0674418956041336, 0.0045278798788785934, -0.11792963743209839, -0.03795919194817543, -0.050870269536972046, -0.0778597816824913, -0.17828617990016937, 0.025476861745119095, -0.14400063455104828, -0.2737782895565033, -0.015701161697506905, -0.08287650346755981, -0.28689315915107727, -0.12315119057893753, 0.06172208860516548, -0.0375506654381752, -0.09187643229961395, 0.02252773381769657, -0.1888502985239029, -0.13892896473407745, -0.1320410668849945, -0.15062221884727478, -0.14975515007972717, -0.12198613584041595, 0.06048860028386116, 0.01603488065302372, -0.050884563475847244, 0.03603723272681236, 0.12206083536148071, 0.06388305872678757, -0.10548866540193558, -0.03592365235090256, -0.1115991398692131, -0.11646828055381775, 0.17830458283424377, 0.08191369473934174, -0.07345342636108398, 0.06326095014810562, 0.0856158584356308, -0.014937716536223888, -0.11186478286981583, 0.016765829175710678, 0.027851685881614685, -0.0418524406850338, 0.05919065326452255, -0.07966088503599167, -0.05638701841235161, 0.04258085787296295, -0.05340195074677467, -0.021218424662947655, -0.01847766526043415, 0.056911714375019073, -0.023359324783086777, -0.04407109320163727, -0.08376652002334595, 0.08613181114196777, 0.09508474916219711, -0.09434761852025986, -0.004124922212213278, -0.07022299617528915, -0.13165195286273956, -0.05651870369911194, 0.08350218087434769, 0.021959755569696426, -0.06379785388708115, -0.006757669150829315, -0.009207956492900848, -0.013039025478065014, 0.05948672443628311, 0.09255126863718033, -0.11437974125146866, -0.06125868856906891, 0.02406504563987255, -0.2521092891693115, -0.080185666680336, -0.028026018291711807, -0.020824214443564415, -0.04256084933876991, -0.1631365418434143, -0.07391925156116486, 0.010098605416715145, 0.03447546437382698, -0.27129313349723816, -0.3517158031463623, 0.16362962126731873, 0.37458205223083496, 0.020919524133205414, 0.2190653681755066, 0.12594544887542725, -0.3777363896369934, -0.18296995759010315, -0.570576548576355, -0.8700199723243713, -0.06454198807477951, 0.5852963328361511, 0.6464083790779114, 0.4047996401786804, 0.13381139934062958, -0.12685203552246094, -0.2853270173072815, -0.19628241658210754, -0.1739378124475479, 0.2481190711259842, 0.46032950282096863, 0.014397797174751759, -0.12291263788938522, 0.0810638964176178, -0.019068891182541847, 0.13209077715873718, 0.45423009991645813, 0.6393454670906067, 0.5131389498710632, 0.3600406050682068, -0.009114030748605728, -0.3992460370063782, -0.31430521607398987, -0.0610550194978714, 0.07225637137889862, 0.27096492052078247, 0.34995993971824646, 0.21021690964698792, 0.2561741769313812, 0.1460268348455429, 0.07804963737726212, 0.15909697115421295, 0.09313762187957764, -0.02992364391684532, -0.09525658935308456, 0.09555220603942871, 0.24198408424854279, 0.13160616159439087, 0.06241610646247864, 0.23197126388549805, 0.22592546045780182, -0.04314395785331726, -0.04273553937673569, 0.046729858964681625, 0.0652461126446724, 0.228965625166893, 0.2070871740579605, 0.15065822005271912, -0.047963276505470276, -0.18047504127025604, -0.2615901529788971, -0.2577597200870514, -0.16504797339439392, -0.050211481750011444, 0.04208969324827194, 0.3431757688522339, 0.2673596739768982, -0.051136549562215805, -0.1281524896621704, -0.3252708613872528, -0.2524115741252899, -0.1213725283741951, -0.2901590168476105, -0.04444974660873413, -0.04898509755730629, -0.15790721774101257, -0.09023596346378326, -0.055279217660427094, 0.14511242508888245, -0.03389387205243111, -0.09807159751653671, -0.14387783408164978, -0.2669421136379242, -0.2626631259918213, -0.3397890627384186, -0.2935400605201721, -0.22599726915359497, -0.2050851732492447, -0.04363878443837166, 0.058993998914957047, 0.011828017421066761, -0.08102168887853622, -0.04591866955161095, -0.2206283062696457, -0.11897794902324677, -0.04606904834508896, -0.218750461935997, -0.1299145519733429, 0.0025888995733112097, 0.10582372546195984, -0.26711177825927734, -0.20587503910064697, 0.13105224072933197, -0.012386927381157875, 0.1387765109539032, -0.0265029389411211, -0.14060375094413757, -0.08533205837011337, -0.057842206209897995, -0.03033345565199852, -0.09399894624948502, 0.11981900781393051, 0.07918118685483932, 0.010282007046043873, 0.03378656506538391, -0.0023280014283955097, 0.19567269086837769, 0.11377924680709839, 0.09529247879981995, 0.06859364360570908, -0.013766387477517128, 0.1284177601337433, -0.011576604098081589, 0.12011752277612686, 0.2236098051071167, 0.17895501852035522, 0.1837562471628189, 0.23930835723876953, 0.15623538196086884, -0.006722905207425356, 0.11717987060546875, 0.19587649405002594, 0.09989447146654129, 0.3154371380805969, -0.11004971712827682, -0.27216583490371704, 0.32705390453338623, 0.5963655114173889, 0.4217125475406647, 0.2756067216396332, 0.31798410415649414, 0.003385453950613737, -0.11185447126626968, -0.20541644096374512, -0.08103231340646744, 0.13335779309272766, -0.026124149560928345, 0.15992270410060883, 0.3351721167564392, 0.2934040427207947, 0.11982709914445877, 0.209748312830925, 0.4268420338630676, 0.07440957427024841, -0.16877742111682892, -0.0036920406855642796, -0.013651140034198761, 0.043240148574113846, 0.03457704931497574, 0.06625278294086456, 0.15910375118255615, 0.3904675543308258, 0.41569381952285767, 0.3317268192768097, 0.26325762271881104, 0.17405976355075836, 0.09045126289129257, -0.19285431504249573, -0.22732533514499664, -0.03608769550919533, 0.02507587894797325, 0.07185900211334229, 0.2102160006761551, 0.19993102550506592, 0.27460432052612305, 0.25074949860572815, 0.19902892410755157, 0.08176735043525696, 0.08518669009208679, -0.032105300575494766, -0.1318870633840561, -0.11777131259441376, -0.09725356101989746, -0.03808047994971275, 0.01659076102077961, 0.14210592210292816, 0.11252399533987045, 0.0926145389676094, 0.13237452507019043, 0.06646473705768585, 0.03645140305161476, -0.012496148236095905, -0.004439433570951223, 0.07182291150093079, -0.09947819262742996, -0.12388332933187485, -0.03859863802790642, -0.07526558637619019, -0.11503924429416656, 0.015451519750058651, 0.13253933191299438, 0.16741128265857697, 0.21026289463043213, 0.16159367561340332, 0.08639299869537354, -0.06472454220056534, -0.17907655239105225, -0.0748172178864479, -0.2654029428958893, -0.4191384017467499, -0.22433710098266602, -0.06688619405031204, 0.12326901406049728, 0.08193615078926086, 0.14746785163879395, 0.3340050280094147, 0.19588683545589447, -0.02166164480149746, -0.2747606933116913, -0.3547613322734833, -0.2622767686843872, -0.11942856013774872, 0.09733246266841888, -0.005421231035143137, 0.022225623950362206, -0.003636277513578534, 0.08709947019815445, 0.2317323088645935, 0.03398646414279938, -0.07674088329076767, -0.20010828971862793, -0.1609669029712677, -0.11889012157917023, -0.191232830286026, -0.05617383122444153, 0.16248108446598053, 0.3767666220664978, 0.5559554696083069, 0.24598118662834167, -0.14295510947704315, -0.23277156054973602, -0.5138018131256104, -0.5312193632125854, -0.3433994948863983, -0.05720315873622894, 0.24775074422359467, 0.17637217044830322, 0.10330309718847275, 0.01829020492732525, -0.009216682985424995, 0.08598224073648453, 0.12470966577529907, 0.22002674639225006, 0.03656201437115669, -0.3034486770629883, -0.39115530252456665, -0.013795338571071625, 0.17969416081905365, 0.2033693492412567, 0.45220667123794556, 0.563717246055603, 0.27038973569869995, -0.09231708198785782, -0.2509242594242096, 0.0005202603060752153, -0.08417954295873642, -0.327280193567276, -0.0902348980307579, -0.04061179235577583, -0.055125441402196884, 0.16523124277591705, 0.48968711495399475, 0.4340320825576782, 0.09293416887521744, 0.11425359547138214, 0.0924382135272026, 0.11370397359132767, 0.08248636871576309, -0.2213834971189499, -0.03543727099895477, 0.1880587935447693, 0.19824521243572235, 0.24002861976623535, 0.17044606804847717, 0.05192381888628006, -0.07198888063430786, -0.10757520794868469, -0.07663240283727646, -0.08342258632183075, -0.11457032710313797, -0.16058671474456787, -0.06821634620428085, -0.1423216164112091, -0.18420442938804626, -0.028574129566550255, 0.08140521496534348, 0.1078735888004303, 0.011594507843255997, 0.05796852335333824, 0.060549624264240265, -0.10109606385231018, -0.10975123941898346, -0.1315343677997589, -0.22191086411476135, -0.14742957055568695, -0.08545677363872528, -0.08917181193828583, 0.12214763462543488, 0.23310621082782745, 0.18407848477363586, 0.15669800341129303, -0.17158153653144836, -0.09387833625078201, -0.07969635725021362, -0.12185556441545486, -0.17426249384880066, -0.19471390545368195, -0.24127088487148285, -0.17395588755607605, 0.06513833999633789, 0.10095767676830292, 0.16837339103221893, 0.2843857407569885, -0.02139146998524666, -0.029654117301106453, -0.16839787364006042, -0.21805304288864136, -0.1894761025905609, -0.21297837793827057, -0.068895623087883, -0.11254993081092834, -0.055689603090286255, 0.004229668062180281, 0.04639185965061188, 0.023909397423267365, 0.08072991669178009, 0.1479232758283615, 0.01682751253247261, -0.047242067754268646, -0.10479782521724701, -0.2878231406211853, -0.27125033736228943, -0.060890208929777145, -0.05514547601342201, -0.11739814281463623, 0.011594214476644993, 0.11973365396261215, 0.09382235258817673, 0.02639647014439106, -0.04929434880614281, -0.08730006963014603, -0.08585472404956818, 0.09195592254400253, 0.08676400780677795, -0.17726410925388336, 0.00683988444507122, 0.006017525214701891, -0.14098601043224335, 0.04795914515852928, 0.03541796654462814, -0.002217331901192665, 0.12716056406497955, 0.0099248718470335, 0.002299098763614893, -0.03214329853653908, -0.18868513405323029, -0.15598879754543304, -0.11468261480331421, -0.11548341065645218, -0.09450766444206238, 0.1438482403755188, 0.12057872861623764, -0.06297869980335236, -0.08047476410865784, 0.027159541845321655, -0.05407709255814552, -0.06897154450416565, 0.02316662296652794, -0.04660925269126892, 0.013632862828671932, 0.022358423098921776, -0.11581404507160187, -0.06512099504470825, -0.025434179231524467, 0.07055243849754333, -0.021106090396642685, -0.12013475596904755, -0.00021585164358839393, -0.028162501752376556, -0.06110898777842522, -0.021776922047138214, 0.0018658089684322476, -0.057451095432043076, -0.004617378115653992, -0.007176007144153118, -0.1894868016242981, -0.2526624798774719, -0.08410244435071945, -0.09770295768976212, -0.19362714886665344, -0.023246193304657936, -0.017212897539138794, -0.025154193863272667, 0.014176473021507263, -0.12314039468765259, -0.1286485344171524, -0.02142244018614292, 0.013729714788496494, -0.03411940112709999, -0.12078973650932312, -0.14804334938526154, -0.1503371000289917, -0.09356582164764404, -0.23760680854320526, -0.24950815737247467, -0.03890712931752205, -0.08534709364175797, -0.21496881544589996, -0.11089097708463669, -0.05761600658297539, -0.19582529366016388, -0.22952552139759064, -0.25261613726615906, -0.28431859612464905, -0.13405191898345947, -0.09984379261732101, -0.054040662944316864, 0.14036187529563904, -0.08093413710594177, -0.12255411595106125, 0.06349343806505203, -0.00899669248610735, -0.05783374235033989, -0.14276517927646637, -0.0068894196301698685, 0.022472623735666275, -0.18975771963596344, -0.0326090045273304, 0.12109623849391937, 0.14761051535606384, 0.21529550850391388, -0.022086061537265778, -0.04190989211201668, -0.02132217213511467, -0.12610216438770294, -0.09912266582250595, 0.04058727249503136, 0.03497231751680374, 0.11302949488162994, 0.16443578898906708, 0.034138500690460205, 0.04389678314328194, 0.0122612863779068, 0.012847671285271645, 0.14872130751609802, 0.027177460491657257, 0.08860167115926743, -0.002308077644556761, -0.022027835249900818, 0.021078310906887054, 0.05910515785217285, 0.1217639371752739, 0.16207213699817657, 0.1275053322315216, 0.06581820547580719, 0.07492437213659286, -0.09908341616392136, -0.16676414012908936, 0.08705689758062363, 0.06441670656204224, 0.036349885165691376, 0.060853246599435806, 0.016752740368247032, 0.019888026639819145, -0.12148475646972656, 0.09690272063016891, 0.21507564187049866, 0.14397071301937103, 0.05430776625871658, 0.06513161957263947, 0.04212355241179466, -0.11522069573402405, -0.014217733405530453, -0.12358084321022034, -0.04326198250055313, -0.013252868317067623, -0.030884115025401115, 0.01571112871170044, -0.06049750745296478, 0.04670758917927742, 0.026116935536265373, -0.06448502093553543, -0.10169897973537445, -0.11093099415302277, -0.0026965392753481865, -0.06065598130226135, -0.0517701581120491, -0.02945398911833763, -0.13088153302669525, 0.05890873074531555, 0.07260102033615112, -0.10386687517166138, 0.03504602238535881, 0.024751408025622368, -0.019901474937796593, -0.0908808633685112, -0.0673997700214386, -0.11065619438886642, -0.11874942481517792, -0.10885375738143921, -0.12405603379011154, -0.044381823390722275, -0.05760325863957405, 0.07466617226600647, 0.033359602093696594, -0.05770893022418022, -0.005997622385621071, -0.057342078536748886, -0.09428121149539948, -0.0021592217963188887, -0.028610724955797195, -0.020741427317261696, -0.03577036038041115, -0.03638569265604019, -0.005538126453757286, 0.07137249410152435, -0.0015643268125131726, -0.07329288125038147, 0.015873974189162254, -0.03229960426688194, -0.0007258787518367171, 0.10806284099817276, 0.09107983112335205, -0.029417062178254128, -0.05963793769478798, 0.006436922587454319, -0.024781042709946632, 0.0015945335617288947, 0.0674513578414917, -0.005076348781585693, 0.1385831981897354, 0.15525569021701813, -0.11160764843225479, -0.021511439234018326, 0.19348320364952087, 0.1951984465122223, -0.0925985649228096, -0.06359009444713593, 0.02293020859360695, -5.0586837460286915e-05, -0.10102686285972595, -0.07737649977207184, -0.061075981706380844, 0.052795618772506714, 0.19119052588939667, 0.03561566025018692, -0.07631928473711014, 0.004358903504908085, 0.030754338949918747, 0.06461265683174133, -0.06730446219444275, -0.018180133774876595, 0.13459986448287964, 0.07696463912725449, 0.14920781552791595, 0.16710029542446136, 0.19477643072605133, 0.1443464159965515, 0.22603513300418854, 0.2027445137500763, 0.01773245260119438, 0.046170931309461594, 0.06638659536838531, 0.09118340909481049, 0.08510684221982956, 0.11498163640499115, 0.16419455409049988, 0.1808183193206787, 0.32341426610946655, 0.23112550377845764, 0.13058899343013763, 0.07646255195140839, 0.029287302866578102, 0.01487953681498766, 0.03703921660780907, 0.05450063571333885, 0.10515101253986359, 0.12599268555641174, 0.19094645977020264, 0.13020741939544678, 0.07533473521471024, 0.0368596613407135, 0.01223811972886324, 0.07041581720113754, -0.05117782577872276, 0.009085549041628838, 0.0608600452542305, 0.024677181616425514, 0.05764126032590866, 0.08570723235607147, 0.1786680519580841, 0.13491766154766083, 0.05159323662519455, -0.024582017213106155, 0.08110601454973221, 0.09289394319057465, -0.002794589614495635, 0.023978469893336296, -0.059868428856134415, 0.046551626175642014, -0.04782165586948395, -0.027471762150526047, 0.11878065764904022, 0.13504788279533386, 0.16356027126312256, 0.06217168644070625, -0.07262654602527618, -0.0280600693076849, -0.05399113520979881, -0.1720685511827469, -0.07821780443191528, 0.0333738848567009, 0.08434559404850006, 0.08036188781261444, 0.10519519448280334, 0.16995610296726227, 0.0753597840666771, -0.06072092056274414, -0.001512171933427453, 0.100227952003479, -0.06596904993057251, -0.2119249552488327, -0.11835576593875885, -0.003006433602422476, 0.011966903693974018, 0.1308399736881256, 0.12229271233081818, 0.02209644764661789, 0.01115551870316267, 0.12556682527065277, -0.008908431977033615, -0.21749845147132874, -0.08320962637662888, -0.011544431559741497, 0.012508207000792027, -0.06752773374319077, -0.05618865787982941, 0.020130660384893417, -0.03308739885687828, -0.11235585063695908, 0.06085985526442528, 0.09435342252254486, -0.18422143161296844, -0.10000115633010864, 0.003506409004330635, -0.20072875916957855, -0.17533409595489502, 0.04827425256371498, 0.0946151614189148, -0.17241202294826508, -0.02448725327849388, 0.024798830971121788, -0.12102710455656052, -0.045466046780347824, 0.0689673200249672, 0.1299697607755661, 0.03759331628680229, -0.053584299981594086, -0.0004951540613546968, 0.08779046684503555, 0.07804964482784271, -0.06152725592255592, 0.06675224751234055, 0.10796858370304108, 0.006491583306342363, 0.10890445858240128, 0.20614168047904968, -0.021518711000680923, 0.06637630611658096, 0.26179489493370056, 0.003479710314422846, -0.20143261551856995, 0.08526051789522171, 0.12343011796474457, 0.040772944688797, -0.008585789240896702, 0.05968787148594856, 0.14197702705860138, 0.04142743721604347, 0.027593133971095085, -0.012295294553041458, 0.0610354021191597, 0.23793622851371765, 0.10480400919914246, 0.14653895795345306, 0.061983805149793625, 0.053951214998960495, 0.17077244818210602, 0.020336661487817764, 0.06942010670900345, 0.060705702751874924, 0.2776837944984436, 0.16030952334403992, -0.008322512730956078, 0.30701062083244324, 0.2646871507167816, -0.07573625445365906, 0.0668254941701889, 0.23228468000888824, 0.015356531366705894, -0.1944117546081543, 0.38753801584243774, -0.649938702583313, -0.7037012577056885, 0.8843721747398376, 1.1636736392974854, 0.7123085260391235, 0.6020129919052124, 0.4239141345024109, -0.5712538957595825, -0.6069815754890442, -0.45178672671318054, -0.3125784993171692, -0.5946125388145447, -0.3096149265766144, 0.1474628448486328, 0.26857784390449524, 0.5069162845611572, 0.3016579747200012, 0.5829460620880127, 0.6397387981414795, -0.18476152420043945, -0.5556618571281433, -0.41949814558029175, -0.4322963058948517, -0.39606475830078125, -0.2301628440618515, -0.10608189553022385, 0.061281055212020874, 0.385983407497406, 0.5713121891021729, 0.4433237314224243, 0.475111186504364, 0.06212489679455757, -0.2989637553691864, -0.6242064237594604, -0.5980879664421082, -0.6726841926574707, -0.3977324962615967, -0.2673141658306122, -0.3349745571613312, -0.01798890344798565, 0.2245195209980011, 0.20929491519927979, 0.3263593316078186, 0.11995220184326172, -0.004892108030617237, -0.12026499956846237, -0.2636009752750397, -0.45632511377334595, -0.45445871353149414, -0.43453437089920044, -0.2149524986743927, -0.09770457446575165, -0.15189442038536072, 0.04349031671881676, 0.24960102140903473, 0.3009726405143738, 0.2564830482006073, 0.2513585090637207, 0.30655112862586975, 0.03697913885116577, -0.2233261913061142, -0.5665393471717834, -0.5492080450057983, -0.2851668894290924, -0.16411449015140533, -0.11506138741970062, 0.050046034157276154, 0.33007174730300903, 0.3372388482093811, 0.2662149667739868, 0.14540031552314758, -0.06633030623197556, -0.19955456256866455, -0.4793225824832916, -0.5021613836288452, -0.3999139368534088, -0.4638311266899109, -0.22929568588733673, -0.05930642783641815, 0.07144175469875336, 0.23829561471939087, 0.31905409693717957, 0.10023025423288345, -0.03308858349919319, -0.11438807845115662, -0.41739192605018616, -0.5536320209503174, -0.28365567326545715, -0.28269055485725403, -0.3372155725955963, -0.2554072439670563, 0.0016540292417630553, 0.2142719030380249, 0.08932405710220337, -0.09888757765293121, 0.05406823009252548, 0.21541611850261688, -0.0798698365688324, -0.2806205451488495, -0.16179506480693817, -0.18076373636722565, -0.12354537844657898, -0.03151898831129074, -0.008778921328485012, 0.046324826776981354, 0.22014784812927246, 0.02868597023189068, -0.06430941820144653, 0.3220665454864502, 0.14254820346832275, -0.008799873292446136, -0.04104487970471382, -0.19995787739753723, -0.11202053725719452, -0.09705111384391785, -0.12243563681840897, 0.020967064425349236, 0.06769711524248123, 0.03956998512148857, -0.0540538914501667, 0.010449125431478024, -0.03433329984545708, -0.032212499529123306, -0.0731070265173912, -0.28995296359062195, -0.1636642962694168, -0.11884560436010361, -0.15570954978466034, -0.08769039809703827, -0.012072826735675335, -0.05738229304552078, -0.10345346480607986, -0.12681156396865845, -0.21133744716644287, -0.153832346200943, 0.054097093641757965, 0.06264464557170868, 0.02229948714375496, -0.018681440502405167, -0.11038736253976822, -0.0838884636759758, 0.014298828318715096, 0.05653848499059677, -0.04963301122188568, 0.04218495264649391, 0.021965354681015015, -0.021376363933086395, 0.025606466457247734, 0.08913429826498032, 0.0844326764345169, 0.12372683733701706, -0.03927541896700859, -0.03074422851204872, 0.03519619628787041, 0.002331320894882083, 0.059807877987623215, -0.015035825781524181, 0.04284563288092613, 0.018325429409742355, -0.07945216447114944, 0.022328156977891922, 0.0662594735622406, 0.1085042729973793, 0.13728414475917816, 0.09346413612365723, -0.015795167535543442, -0.08263642340898514, 0.08516709506511688, 0.03604140505194664, -0.13292014598846436, 0.06301379948854446, 0.05202295258641243, 0.05400804057717323, 0.0485171414911747, 0.015838677063584328, 0.12203564494848251, 0.033425550907850266, -0.10175325721502304, 0.017749302089214325, -0.04972750321030617, -0.04381147027015686, 0.047867629677057266, 0.07449577748775482, -0.02233651652932167, 0.1393687129020691, 0.19404000043869019, 0.051942773163318634, 0.054718002676963806, 0.004119786433875561, -0.06932481378316879, -0.009124998934566975, -0.1612982451915741, -0.0410931259393692, -0.03450334817171097, 0.09761106967926025, 0.08732307702302933, -0.09055408835411072, 0.06669613718986511, -0.07991528511047363, 0.006271000951528549, -0.10071093589067459, -0.23396724462509155, -0.08661012351512909, -0.21462546288967133, -0.10379086434841156, 0.034836530685424805, 0.008165744133293629, 0.0868249237537384, 0.1659378707408905, 0.06316044181585312, -0.07456901669502258, 0.0061743296682834625, -0.09985692799091339, -0.05212151259183884, 0.016603335738182068, -0.03481597080826759, 0.06126035749912262, -0.03488365188241005, 0.0922338142991066, 0.14820416271686554, -0.029057076200842857, -0.004891641903668642, -0.06678738445043564, -0.006855166517198086, -0.061396896839141846, -0.030839378014206886, -0.09249108284711838, 0.05169065669178963, 0.03629130497574806, -0.08666110038757324, 0.03887413814663887, -0.11523275077342987, -0.10760342329740524, -0.028952911496162415, -0.07439561933279037, -0.054300662130117416, -0.11554349213838577, -0.11249253153800964, -0.002830836921930313, 0.09071280807256699, 0.12421717494726181, -0.044675782322883606, -0.006695592775940895, 0.029691975563764572, -0.2033883035182953, -0.20037293434143066, -0.09243100881576538, -0.13090689480304718, -0.010882237926125526, 0.01229198556393385, -0.1284066140651703, -0.02264620177447796, 0.14831271767616272, -0.06322832405567169, 0.10027690976858139, 0.15309461951255798, -0.13986985385417938, -0.0377095490694046, -0.02246684581041336, -0.15842431783676147, 0.019167356193065643, 0.1461317390203476, 0.0846213549375534, 0.12492330372333527, 0.03525117412209511, 0.014281954616308212, 0.1267702579498291, 0.10014694929122925, 0.1101284995675087, 0.022331319749355316, 0.014430373907089233, 0.0891723707318306, 0.06632605195045471, 0.06510525941848755, 0.15095961093902588, 0.09932813048362732, 0.07928821444511414, 0.13601648807525635, 0.09261118620634079, 0.07316115498542786, 0.18605728447437286, 0.1344691962003708, 0.22393549978733063, 0.12883977591991425, 0.1208530142903328, 0.12647007405757904, 0.08666842430830002, 0.09731762111186981, 0.09188226610422134, 0.10974009335041046, 0.06754763424396515, 0.1552472710609436, 0.13092845678329468, 0.03578105941414833, -0.08752965927124023, -0.006441310979425907, 0.0716969221830368, 0.05371059849858284, -0.020554060116410255, 0.11562599241733551, 0.1587059497833252, -0.01574762538075447, -0.08117564022541046, -0.08736977726221085, 0.05365508422255516, 0.12834934890270233, 0.013510288670659065, 0.09795715659856796, 0.0594024583697319, 0.09750707447528839, 0.052582331001758575, 0.028060030192136765, 0.03944021463394165, -0.012266444973647594, 0.14410054683685303, 0.05566355958580971, -0.045041561126708984, 0.15350201725959778, 0.05810244008898735, 0.016358094289898872, -0.016482962295413017, 0.028043296188116074, 0.10070948302745819, 0.07892525941133499, 0.006842080969363451, 0.030566180124878883, 0.09280533343553543, 0.00983087532222271, 0.005274757742881775, -0.005142754875123501, -0.01155862957239151, -0.02420520782470703, -0.1345895677804947, -0.037224628031253815, 0.06048692762851715, 0.014435771852731705, 0.021276235580444336, 0.056007564067840576, -0.06719695776700974, -0.05348881706595421, -0.03751504421234131, -0.11631225049495697, -0.00825502723455429, -0.06173837184906006, -0.0747513547539711, 0.031832244247198105, 0.09944474697113037, 0.10328233987092972, 0.03493892773985863, -0.02975868247449398, 0.1524076908826828, 0.0836716964840889, -0.03384600952267647, -0.2047228217124939, -0.18947452306747437, 0.01789533719420433, -0.021317938342690468, 0.08375655114650726, 0.061936747282743454, 0.21833667159080505, 0.15665611624717712, 0.017011696472764015, 0.007015228737145662, 0.015335447154939175, 0.03292912244796753, -0.005578176584094763, -0.05152454599738121, 0.12731310725212097, 0.07962688058614731, 0.11213333159685135, 0.23764941096305847, 0.08467414975166321, 0.07113651186227798, 0.14026789367198944, 0.07686647772789001, 0.08217059820890427, 0.055905841290950775, 0.07889872044324875, -0.02523147687315941, -0.015605442225933075, 0.12399765104055405, 0.0657188892364502, 0.04792929068207741, 0.16409800946712494, 0.09179934114217758, 0.150079146027565, 0.16843201220035553, 0.1197545975446701, 0.1650671660900116, 0.0936315581202507, 0.11618825048208237, 0.096859872341156, 0.11265214532613754, 0.05360511690378189, -0.027099518105387688, 0.10339788347482681, 0.11618907749652863, 0.10840936005115509, 0.008440551348030567, 0.11170222610235214, 0.11676371097564697, 0.19496653974056244, 0.13811655342578888, 0.13507884740829468, 0.2418404221534729, 0.07171272486448288, 0.1036972850561142, 0.054906051605939865, 0.06372442096471786, 0.1430639773607254, 0.1851932555437088, 0.1133648008108139, 0.140987828373909, 0.18797816336154938, 0.14482435584068298, 0.16622930765151978, 0.1890595704317093, 0.10572363436222076, 0.1436232328414917, 0.1484644114971161, 0.012897428125143051, 0.03925488144159317, 0.07704561203718185, 0.10059478133916855, 0.09202113002538681, -0.013444706797599792, -0.07897555083036423, 0.036891888827085495, 0.1976170539855957, -0.12717826664447784, -0.07807605713605881, -0.014136914163827896, 0.015949193388223648, -0.07838061451911926, -0.06631025671958923, 0.03339695557951927, -0.21699561178684235, -0.05210402235388756, 0.009891588240861893, -0.09899412840604782, -0.15311726927757263, -0.13746722042560577, -0.11187649518251419, -0.2863113582134247, -0.09031905978918076, 0.04451964423060417, 0.03725001960992813, -0.07073153555393219, 0.017584003508090973, -0.18764568865299225, -0.27818408608436584, -0.31132426857948303, -0.30760353803634644, -0.18093281984329224, -0.1825573742389679, -0.21878425776958466, -0.1239401176571846, -0.01564217358827591, -0.23771396279335022, -0.11682809144258499, -0.1547352373600006, -0.21753929555416107, -0.1827705204486847, -0.23206090927124023, -0.17982496321201324, -0.3396949768066406, -0.22002796828746796, -0.21702997386455536, -0.17472633719444275, -0.06351820379495621, -0.033854540437459946, 0.028367428109049797, 0.06951509416103363, -0.0349755734205246, -0.1322154700756073, -0.11457531899213791, -0.20541055500507355, -0.10194182395935059, -0.12860290706157684, -0.11805681139230728, -0.07215970754623413, -0.01998203620314598, 0.12886559963226318, 0.019513973966240883, 0.08313846588134766, 0.08455328643321991, -0.0009637869661673903, 0.10315785557031631, -0.0020857921335846186, 0.031991831958293915, 0.02174254320561886, 0.09960109740495682, 0.12210190296173096, -0.01898791827261448, 0.08290901780128479, 0.0539202056825161, 0.015502339228987694, 0.18848185241222382, 0.11731303483247757, 0.02134605497121811, 0.09919831156730652, 0.037183526903390884, -0.16361713409423828, -0.09621371328830719, 0.01791953854262829, 0.07801809161901474, 0.05613993853330612, 0.04607101529836655, 0.1636890172958374, 0.07472415268421173, 0.003532635048031807, 0.07148288190364838, 0.09041920304298401, 0.0429561473429203, 0.162147656083107, 0.19271573424339294, 0.10894827544689178, 0.057480402290821075, 0.051840003579854965, -0.030956421047449112, -0.03668186068534851, -0.03947560489177704, -0.047218699008226395, 0.05664631724357605, 0.05359446257352829, 0.13019698858261108, 0.14276374876499176, 0.09719547629356384, 0.07464178651571274, 0.06187104061245918, -0.016090692952275276, -0.020723750814795494, -0.014950843527913094, -0.016123127192258835, 0.09928442537784576, -0.06914659589529037, -0.0950557217001915, 0.11869936436414719, 0.15449675917625427, 0.06887621432542801, 0.0928204357624054, 0.0393364243209362, 0.0005587365012615919, 0.0706075131893158, -0.057998280972242355, -0.1863851100206375, -0.14133429527282715, -0.05233629792928696, -0.0979497879743576, -0.07233689725399017, -0.0846865326166153, -0.0003258719516452402, 0.03702494129538536, 0.023953741416335106, -0.03975831717252731, -0.057876233011484146, -0.047272585332393646, -0.10312176495790482, -0.12180224061012268, -0.11132191121578217, -0.11696182191371918, -0.1209026649594307, -0.12022899836301804, -0.14096392691135406, -0.08481405675411224, 0.06288131326436996, 0.01635405234992504, -0.06730346381664276, -0.025690928101539612, -0.042541880160570145, -0.05443764477968216, -0.1797332912683487, -0.15200002491474152, -0.1889871209859848, -0.33062049746513367, -0.30073419213294983, -0.31328392028808594, -0.2581133246421814, -0.21269407868385315, -0.14640454947948456, -0.06272781640291214, -0.14534732699394226, -0.1287427842617035, -0.2053884118795395, -0.27872514724731445, -0.28732651472091675, -0.3585042655467987, -0.3246549665927887, -0.3649629056453705, -0.23911775648593903, -0.0905725434422493, -0.15774418413639069, -0.18116416037082672, -0.1449591964483261, -0.07929624617099762, -0.18816718459129333, -0.32363346219062805, -0.2386060357093811, -0.1707756221294403, -0.21121253073215485, -0.2254483550786972, -0.1672058403491974, -0.13305240869522095, -0.08599517494440079, -0.07553233206272125, -0.08256439864635468, -0.10612288117408752, -0.07494933158159256, -0.02435518428683281, -0.1431121975183487, -0.2031523585319519, -0.1235906183719635, 0.0027983698528259993, -0.07356710731983185, -0.13344667851924896, 0.05360374599695206, 0.07653002440929413, 0.026563867926597595, -0.03478030115365982, -0.030936704948544502, 0.05612035468220711, -0.06306370347738266, -0.029955198988318443, 0.070872962474823, 0.04236394912004471, 0.08380410075187683, 0.10964368283748627, 0.15410244464874268, 0.15419214963912964, 0.12399639934301376, 0.04879745841026306, 0.047439854592084885, 0.07812980562448502, 0.019701465964317322, -0.0008102654828689992, -0.05798066779971123, 0.05787832662463188, 0.1788817048072815, 0.03706589341163635, 0.03268757462501526, 0.12164685130119324, 0.0795423611998558, 0.01965847983956337, -0.09584135562181473, -0.04191860556602478, -0.010241902433335781, -0.10940293222665787, -0.0483524389564991, 0.008421256206929684, 0.015853064134716988, 0.017878884449601173, 0.041397374123334885, -0.008442823775112629, -0.053857095539569855, -0.0771622285246849, -0.10155124962329865, -0.10148932784795761, -0.10913728177547455, -0.03804304078221321, -0.04206203669309616, -0.14932091534137726, -0.05578555539250374, 0.05678442493081093, 0.02354438230395317, 0.036849163472652435, -0.06837122142314911, -0.0379774309694767, 0.05002560093998909, -0.05453282967209816, -0.06441694498062134, -0.05694214999675751, -0.035515062510967255, 0.007835005410015583, -0.08280755579471588, -0.15515458583831787, -0.04193064197897911, 0.08789896965026855, 0.060830265283584595, -0.019918082281947136, -0.07667519897222519, 0.03101593442261219, 0.19342541694641113, 0.07348476350307465, -0.053136736154556274, -0.11798975616693497, 0.02884644642472267, 0.11465353518724442, -0.03743990883231163, -0.008404175750911236, 0.0025260774418711662, 0.06919217109680176, 0.13435597717761993, 0.016658222302794456, -0.09461552649736404, -0.04102656617760658, 0.06381294131278992, 0.010239006951451302, 0.015148950740695, -0.03310258686542511, -0.0726756751537323, 0.005981295835226774, -0.08120852708816528, -0.01891205832362175, 0.008712506853044033, -0.026685474440455437, -0.04645224288105965, -0.02543424256145954, -0.018495192751288414, -0.12135016918182373, 0.024944499135017395, 0.02117670699954033, -0.20934060215950012, -0.12055210769176483, 0.2470613569021225, 0.14162087440490723, -0.13412785530090332, 0.12370944023132324, 0.12858127057552338, -0.23832248151302338, -0.05336378514766693, 0.028943996876478195, -0.08290979266166687, -0.014441116712987423, 0.0446130633354187, 0.06380970031023026, -0.11131126433610916, 0.01752820797264576, -0.010195652954280376, 0.01611044444143772, 0.028549248352646828, 0.01027469802647829, 0.2055429071187973, 0.03955133631825447, -0.014944536611437798, -0.01759863831102848, -0.05152162164449692, -0.10642818361520767, -0.09713184088468552, 0.04579314962029457, 0.020051822066307068, -0.006571208126842976, 0.16304545104503632, 0.11470479518175125, 0.07466558367013931, -0.019163766875863075, -0.027860205620527267, 0.03216712176799774, -0.16091208159923553, -0.14200210571289062, -0.01780042052268982, -0.055910054594278336, -0.08416883647441864, -0.027391593903303146, -0.08123484998941422, -0.048574160784482956, 0.08026125282049179, 0.026676638051867485, -0.03986380249261856, -0.004496847279369831, 0.08909764885902405, -0.12417285144329071, 0.017662178725004196, 0.030670495703816414, -0.03176804631948471, 0.004630364011973143, -0.09034603834152222, -0.053117215633392334, 0.10398738086223602, 0.04757639020681381, 0.08195240795612335, 0.1304287314414978, 0.03748965263366699, -0.012154312804341316, -0.0075255162082612514, -0.020589876919984818, 0.11149164289236069, -0.02776307240128517, -0.030595066025853157, 0.07343918085098267, 0.03584914281964302, 0.03216540440917015, 0.03648737818002701, 0.14147423207759857, 0.141546830534935, 0.002770480699837208, 0.08170777559280396, 0.03356112539768219, 0.05922120437026024, -0.048986226320266724, -0.029421085491776466, 0.17709213495254517, 0.06515607982873917, 0.11197295039892197, 0.21401214599609375, 0.04470480605959892, 0.07566270977258682, 0.10332971811294556, 0.11332478374242783, 0.041383739560842514, 0.1183348074555397, 0.18603989481925964, 0.050837092101573944, 0.11735572665929794, 0.16185824573040009, 0.20523618161678314, 0.20760619640350342, 0.13563953340053558, 0.2053474634885788, 0.15122298896312714, 0.10138436406850815, 0.055210791528224945, 0.014779425226151943, 0.16045720875263214, 0.058723561465740204, 0.1587110012769699, 0.2060595601797104, 0.14319081604480743, 0.22842326760292053, 0.169729545712471, 0.1684938222169876, 0.14759816229343414, 0.1297164112329483, 0.12188062071800232, 0.06587686389684677, 0.164606511592865, 0.1703469306230545, 0.2583279013633728, 0.26028406620025635, 0.18461190164089203, 0.18623536825180054, 0.2489074468612671, 0.1182762011885643, 0.06258274614810944, 0.2387896180152893, 0.07773762196302414, 0.1694313883781433, 0.10754960775375366, 0.1174689456820488, 0.041193921118974686, -0.11166604608297348, 0.06214509531855583, 0.04806128889322281, -0.07012143731117249, 0.19410429894924164, 0.21556109189987183, 0.15119268000125885, 0.14666616916656494, 0.11162620037794113, 0.011945360340178013, 0.10107380896806717, -0.04544442147016525, -0.3047892451286316, -0.04533303529024124, 0.1962500810623169, 0.03003089316189289, 0.39352089166641235, -1.648573398590088, -1.4346925020217896, 0.9651756286621094, -2.034510374069214, 1.243714451789856, 4.6478352546691895, 1.167837381362915, 0.9140147566795349, 1.0006263256072998, -0.6690645217895508, -1.3914711475372314, -2.965808629989624, -2.0479815006256104, -1.4411860704421997, -0.6185418367385864, 0.31683266162872314, 0.3098658323287964, 0.32415810227394104, 1.379837989807129, 2.5895514488220215, 0.7885734438896179, 0.5266688466072083, 0.08747632056474686, 0.10914333909749985, -1.1127588748931885, -0.9327297806739807, -1.4324853420257568, -4.2212748527526855, -4.4769673347473145, -1.273605465888977, 0.6475973129272461, 6.585324764251709, 8.740001678466797, 5.770190715789795, 3.7850875854492188, 2.564619779586792, 0.3366592824459076, -7.383517742156982, -10.238883018493652, -4.95016622543335, -3.7347750663757324, -4.629741668701172, -1.4993051290512085, 4.372793674468994, 4.086010932922363, 4.038419723510742, 4.41889762878418, 5.694657325744629, 3.0305376052856445, -0.6730223298072815, -2.258849859237671, -3.525886297225952, -3.6092541217803955, -4.260927677154541, -2.9356606006622314, -2.1226449012756348, -0.0737764984369278, 3.2398202419281006, 4.990068435668945, 6.183370113372803, 5.057170391082764, 1.583744764328003, -1.5283375978469849, -2.7049334049224854, -3.9543418884277344, -6.079413414001465, -6.038366317749023, -4.944458961486816, -3.0960307121276855, -0.5849547982215881, 2.3422276973724365, 3.55751633644104, 4.049042701721191, 4.8028883934021, 4.290685653686523, 3.225191831588745, 0.9087519645690918, -1.7547001838684082, -3.023796796798706, -3.9856908321380615, -3.7538156509399414, -2.0896496772766113, -1.1734495162963867, 0.2790590226650238, 2.5515716075897217, 4.734748840332031, 5.593886375427246, 5.471958160400391, 4.467874526977539, 1.5412400960922241, -0.8649988770484924, -2.5726892948150635, -4.097289085388184, -3.9681670665740967, -3.796548843383789, -2.8559117317199707, -0.4472599923610687, 1.3692225217819214, 3.372518301010132, 4.185995578765869, 3.497182607650757, 2.361222267150879, 1.0423328876495361, -0.6076412200927734, -2.559168815612793, -3.3533780574798584, -3.6906685829162598, -3.4563848972320557, -2.925715684890747, -1.172651767730713, 0.26877260208129883, 0.8570529818534851, 1.7662487030029297, 1.432713508605957, 0.9136972427368164, 1.4081306457519531, 0.5067441463470459, -0.15272152423858643, -1.0426239967346191, -1.9250478744506836, -1.9658379554748535, -2.8385257720947266, -2.310074806213379, -1.4672574996948242, -1.1257551908493042, 0.5131168961524963, 2.6948468685150146, 3.236726999282837, 2.058488368988037, 1.8657997846603394, 1.8132359981536865, 0.8659766316413879, -0.38048043847084045, -1.471348762512207, -2.3803398609161377, -2.362044095993042, -1.731201410293579, -1.135925531387329, -0.33262020349502563, 0.6816470623016357, 1.2017637491226196, 1.7942121028900146, 2.2790727615356445, 1.6724659204483032, 1.192894458770752, 0.2626934051513672, -1.0268068313598633, -1.7662962675094604, -2.0315604209899902, -2.1049137115478516, -1.6768338680267334, -1.264633297920227, -0.07770998775959015, 1.092030644416809, 1.2344070672988892, 1.6080161333084106, 1.5700794458389282, 1.227982997894287, 0.6956510543823242, -0.3584538996219635, -1.2418038845062256, -1.776222586631775, -2.0972704887390137, -2.195082187652588, -1.2478233575820923, -0.312848836183548, -0.02673354372382164, 0.6877376437187195, 1.0290143489837646, 1.7210369110107422, 1.3757256269454956, 0.5861138105392456, 0.8895342350006104, 0.04554815962910652, -0.9580707550048828, -0.6472063064575195, -0.654286801815033, -0.8294169306755066, -1.1163642406463623, 0.11889097094535828, 0.2620822787284851, 0.4548397958278656, 1.3797134160995483, 0.9313380718231201, 1.1486923694610596, 1.4115567207336426, 0.7678712010383606, 0.874289333820343, 0.2713327705860138, -0.45737653970718384, -0.8620139360427856, -0.1914527416229248, -0.7870809435844421, -1.0395948886871338, 0.043695636093616486, -0.3136700689792633, 0.6034491062164307, 1.2093902826309204, 0.7470566630363464, 1.5208299160003662, 1.2368147373199463, 0.7570015788078308, 0.8837771415710449, -0.31567296385765076, -0.7288764715194702, -1.138515830039978, -0.6869621872901917, -0.8100131154060364, -0.5258187651634216, -0.19191521406173706, -0.15458089113235474, 0.7369263768196106, 1.2421965599060059, 0.546685516834259, 1.027383804321289, 0.5456393361091614, 0.07714103162288666, -0.4692743420600891, -0.3534480333328247, -1.3333169221878052, -1.6701290607452393, -1.0067095756530762, -1.0151230096817017, 0.041164498776197433, 0.9019958972930908, 0.9455606937408447, 1.333853006362915, 0.4842833876609802, 0.4756215810775757, 0.6839399337768555, -0.5562494993209839, -0.4707109332084656, -0.9956191778182983, -0.9217915534973145, -0.13966180384159088, 0.2544313967227936, 0.38902878761291504, -0.2944408059120178, 0.08060649037361145, 0.376858651638031, 0.18282735347747803, 0.3032522201538086, -0.061494484543800354, 0.21395926177501678, 0.24743221700191498, 0.3529447019100189, -0.15404298901557922, -0.5303643345832825, 0.0034284405410289764, -0.5888473987579346, -0.7151267528533936, -0.6283054351806641, -0.511352002620697, 0.24818459153175354, 0.1448107808828354, 0.8336352109909058, 1.1420202255249023, 0.7111828327178955, 0.8962896466255188, -0.10544808954000473, -0.4845488667488098, -1.0052082538604736, -0.9819367527961731, -0.8035024404525757, -1.2439663410186768, -0.3956261873245239, 0.31589561700820923, 0.013561955653131008, 0.3972780406475067, 1.1740660667419434, 0.934467077255249, 0.17936909198760986, 0.18248359858989716, -0.07325146347284317, -0.7547413110733032, -0.7685670256614685, -0.9579205513000488, -0.8849363327026367, -0.7188812494277954, -0.575840413570404, -0.24262699484825134, 0.6759462952613831, 0.8881537914276123, 0.7334659099578857, 0.7865909337997437, 0.23147878050804138, 0.22497983276844025, 0.024023180827498436, -0.893057107925415, -0.766350269317627, -0.613105058670044, -0.3943925201892853, -0.05431331321597099, 0.3495401442050934, 0.4065024256706238, 0.13269861042499542, 0.4611721932888031, 0.7592278718948364, 0.18333551287651062, 0.19586478173732758, 0.24864214658737183, 0.031098084524273872, 0.33448877930641174, 0.0007135404157452285, -0.32278144359588623, -0.2457013875246048, -0.6062212586402893, -0.33651190996170044, 0.5568481683731079, 0.05432208999991417, 0.5588498115539551, 0.6571853160858154, 0.5825472474098206, 0.0748506486415863, -0.3278144896030426, 0.3687931299209595, -0.1320948451757431, -0.5256406664848328, 0.020840588957071304, -0.13743358850479126, -0.336988627910614, -0.26758846640586853, -0.23567239940166473, -0.1435253918170929, -0.18888036906719208, 0.030519209802150726, 0.27731794118881226, 0.05624435469508171, 0.15885886549949646, 0.04440489411354065, -0.3305244743824005, -0.49806728959083557, -0.5910044312477112, -0.9402833580970764, -0.4587377607822418, -0.121071957051754, -0.28538456559181213, -0.11579880118370056, 0.09770923852920532, 0.4532164931297302, 0.31939297914505005, 0.2859959602355957, -0.0005289397086016834, 0.31741440296173096, -0.2092355638742447, -0.7616372108459473, -0.4433561861515045, -0.6449820399284363, -0.619391918182373, -0.19895273447036743, 0.14424163103103638, 0.329526424407959, 0.7038035988807678, 1.115197777748108, 0.468353807926178, 0.5886435508728027, 0.8287014365196228, -0.09687595069408417, -0.2674846351146698, -0.5443030595779419, -0.985937774181366, -0.1633341908454895, -0.1786566525697708, -0.1672421097755432, 0.7875088453292847, 1.1333116292953491, 0.7009929418563843, 0.722216784954071, 0.514065146446228, -0.12949493527412415, 0.19550111889839172, -0.4350845515727997, -0.7761105298995972, -0.5852351188659668, 0.10180307179689407, 0.08169861137866974, 0.4162992835044861, 1.1209555864334106, -0.012746917083859444, 0.3167110085487366, 0.6547196507453918, -0.28689831495285034, -0.14454524219036102, -0.28329959511756897, -0.3804710805416107, -0.02813260816037655, -0.1439647525548935, 0.24683140218257904, -0.08591213822364807, -0.31162765622138977, 0.003071835730224848, -0.48248785734176636, -0.20661263167858124, -0.07371531426906586, -0.08897276967763901, 0.24314753711223602, -0.18551042675971985, 0.2859461307525635, 0.33805641531944275, -0.31523600220680237, -0.21443594992160797, -0.09992124885320663, -0.9475367069244385, -0.4094896614551544, 0.05476487800478935, 0.4067544937133789, 0.25377240777015686, -0.31530511379241943, 0.3530563414096832, -0.03406239300966263, 0.2713223397731781, 0.46446532011032104, -0.4905566871166229, -0.30088162422180176, -0.4032306969165802, -0.4338103234767914, -0.001823505270294845, -0.2069321721792221, 0.030040668323636055, 0.6291942000389099, 0.27442383766174316, 0.4173813462257385, 0.30055588483810425, -0.24441753327846527, -0.09022808820009232, -0.042861208319664, -0.21650460362434387, -1.1578969955444336, -0.9653401970863342, 0.053447313606739044, -0.07394666969776154, -0.1620735079050064, 0.48219192028045654, 0.028238307684659958, 0.055661384016275406, -0.12412804365158081, -0.2274133712053299, 0.07381738722324371, -0.7184438705444336, 0.04965437948703766, -0.15967759490013123, -0.7417070269584656, 0.07325561344623566, -0.10619734972715378, -0.43571189045906067, -0.16404224932193756, 0.13950400054454803, 0.14296402037143707, 0.032492563128471375, 0.0073663354851305485, 0.2966480851173401, -0.2611125409603119, 0.34115540981292725, 0.00041759866871871054, -0.5256394147872925, -0.0442621111869812, -0.13555169105529785, 0.03700605034828186, -0.06307969987392426, -0.15041781961917877, 0.08545934408903122, 0.031215950846672058, -0.12395022064447403, 0.29636672139167786, -0.01712343469262123, 0.10859684646129608, 0.7880111336708069, 0.27657610177993774, -0.1219584047794342, -0.038462139666080475, -0.06455755233764648, -0.449362576007843, -0.3115530014038086, -0.21877853572368622, -0.11404827982187271, -0.04969770833849907, 0.7249661087989807, 0.6076433658599854, 0.048869650810956955, 0.5188517570495605, 0.0958000048995018, 0.4922296702861786, 0.39521506428718567, 0.3036501407623291, 0.09594234824180603, -0.05821695551276207, 0.14489851891994476, -0.2910368740558624, 0.3083341419696808, 0.3358028829097748, 0.12421443313360214, 0.6061421632766724, 0.581425666809082, 0.46235114336013794, 0.4913797378540039, 0.18566012382507324, 0.22777637839317322, -0.2289235144853592, -0.06291087716817856, -0.11432057619094849, 0.023064201697707176, 0.5292884111404419, 0.013241507112979889, 0.26115626096725464, 0.30721113085746765, 0.04604044184088707, 0.2716326117515564, 0.5492244958877563, 0.6059315800666809, 0.3691014349460602, 0.2388022541999817, -0.40338265895843506, 0.06262796372175217, 0.1839611977338791, -0.3631841242313385, -0.12104133516550064, -0.20117028057575226, 0.15195898711681366, 0.06345561146736145, -0.033525384962558746, 0.3686319887638092, 0.27813559770584106, 0.016575559973716736, -0.25184276700019836, -0.3107368052005768, 0.5220382809638977, -0.023211801424622536, -0.3045528531074524, -0.02919709123671055, -0.1911667287349701, -0.1450948268175125, -0.2692265808582306, -0.005777999758720398, -0.172819584608078, 0.08985548466444016, 0.34425920248031616, 0.30701327323913574, 0.11641573160886765, 0.23567070066928864, -0.04194333031773567, -0.27037104964256287, -0.06578585505485535, 0.01657854951918125, -0.18352650105953217, -0.13192695379257202, 0.05901051312685013, -0.23626941442489624, -0.35623884201049805, 0.40001344680786133, 0.26889586448669434, -0.0011314121074974537, -0.23241497576236725, 0.26485008001327515, 0.1573522537946701, -0.09923429042100906, -0.17478053271770477, 0.26997464895248413, 0.19423863291740417, 0.12093570828437805, 0.33612385392189026, 0.2191251665353775, 0.24543918669223785, 0.012967569753527641, 0.18262597918510437, 0.24136872589588165, 0.1736021339893341, 0.12186892330646515, -0.13841399550437927, -0.19938050210475922, 0.2068556696176529, 0.5031337141990662, 0.006671603303402662, 0.3201923668384552, -0.06020694598555565, -0.12045510113239288, 0.30685359239578247, 0.15828922390937805, -0.0045967125333845615, -0.32416969537734985, -0.2230551689863205, -0.2900863289833069, -0.28669142723083496, -0.06385692209005356, -0.04964534193277359, 0.08529359847307205, 0.6000328063964844, 0.547086775302887, 0.3244137763977051, 0.5110675692558289, -0.03998062387108803, -0.14315415918827057, -0.08491762727499008, -0.19851185381412506, -0.4877460300922394, -0.08721662312746048, -0.05070466175675392, 0.055441681295633316, 0.02820068784058094, -0.08406780660152435, 0.3167356550693512, 0.20464998483657837, -0.02997191995382309, -0.0824432224035263, -0.28247320652008057, 0.00870285090059042, -0.3086909353733063, -0.4433007836341858, -0.5567225217819214, -0.30151766538619995, -0.0472920723259449, -0.21765932440757751, -0.5873790383338928, 0.04339404031634331, 0.26909777522087097, 0.06490784138441086, 0.38647663593292236, 0.24800853431224823, 0.04392782598733902, 0.16891711950302124, -0.18360742926597595, -0.2252831608057022, -0.5349888205528259, -0.4158111810684204, -0.22225819528102875, -0.45258331298828125, -0.5074118971824646, -0.1567513793706894, 0.4623751938343048, 0.674191415309906, 0.24875152111053467, 0.23986822366714478, 0.5259667634963989, 0.28577059507369995, 0.2144755721092224, -0.09008987993001938, -0.6289811730384827, -0.9655138254165649, -0.659815788269043, -0.5333192944526672, -0.399447500705719, -0.2463415414094925, 0.17139066755771637, 0.6399885416030884, 0.6542682647705078, 0.862825334072113, 0.6322376728057861, 0.17469847202301025, -0.340438574552536, -0.6277825236320496, -0.6231822371482849, -0.9478312134742737, -0.5799354314804077, -0.3666668236255646, -0.14896804094314575, 0.3189559578895569, 0.7112131118774414, 0.8487086892127991, 0.633730411529541, 0.5689502358436584, 0.19721025228500366, -0.1693056970834732, -0.20930112898349762, -0.5152740478515625, -0.7999953627586365, -0.7910965085029602, -0.46939313411712646, -0.36275702714920044, 0.1635657548904419, 0.43380069732666016, 0.2749430239200592, 0.2908037602901459, 0.31438058614730835, 0.5270377993583679, 0.3662279546260834, -0.30137860774993896, -0.5718664526939392, -0.763433039188385, -0.4019595980644226, -0.1260053962469101, -0.36586862802505493, -0.19101804494857788, -0.17687050998210907, 0.4093271493911743, 0.4147324562072754, 0.07415517419576645, -0.06426045298576355, -0.0924321785569191, 0.08252107352018356, -0.06728317588567734, -0.16093941032886505, -0.3390046954154968, -0.32203787565231323, 0.047004569321870804, -0.17368999123573303, -0.08784916251897812, -0.09721070528030396, 0.10563918203115463, 0.19423474371433258, -0.0372549369931221, 0.16032807528972626, 0.3246818780899048, 0.000799334142357111, -0.056309208273887634, -0.3422022759914398, -0.2502134144306183, -0.18043185770511627, -0.16751006245613098, -0.06022270396351814, -0.2009378969669342, -0.1927568018436432, -0.0646941065788269, 0.05075237154960632, 0.030395112931728363, -0.010602867230772972, 0.022455651313066483, 0.21177390217781067, 0.2463381290435791, 0.12156330794095993, -0.0684811994433403, -0.4556388556957245, -0.27436286211013794, -0.0015881434082984924, -0.27028390765190125, -0.5722219347953796, 0.0037402345333248377, 0.2847137749195099, 0.33039265871047974, 0.5349518656730652, 0.20136970281600952, 0.24213503301143646, -0.007633269298821688, -0.12682723999023438, -0.31147903203964233, -0.5021414756774902, -0.47031962871551514, -0.3949934244155884, -0.09144748002290726, -0.3007989525794983, -0.4647698700428009, 0.15280696749687195, 0.5110625624656677, 0.23875626921653748, 0.2679327428340912, 0.26229533553123474, 0.13698719441890717, 0.13519209623336792, -0.17549879848957062, -0.6074821352958679, -0.563022255897522, -0.19774141907691956, -0.1483125388622284, 0.13887636363506317, 0.07777437567710876, 0.08809401839971542, 0.49912410974502563, 0.3355731964111328, 0.01038429606705904, -0.09842739254236221, 0.08147043734788895, -0.2314254194498062, -0.4601217806339264, -0.24709391593933105, -0.06487416476011276, -0.11943768709897995, 0.0708308219909668, 0.17918801307678223, 0.33948856592178345, 0.37153804302215576, 0.08950696140527725, 0.2804110050201416, 0.0839918702840805, -0.28651630878448486, -0.020146051421761513, -0.23761385679244995, -0.4518522620201111, -0.2983493208885193, -0.060156650841236115, 0.026721661910414696, -0.028167584910988808, 0.48986223340034485, 0.31272128224372864, 0.29446402192115784, 0.4821069538593292, -0.05597667396068573, -0.31368377804756165, -0.07733480632305145, -0.18505887687206268, -0.33678409457206726, -0.5528581738471985, -0.27223148941993713, 0.5870353579521179, 0.5793749094009399, 0.20578445494174957, 0.33904460072517395, 0.547214686870575, 0.024743787944316864, -0.24418313801288605, -0.06472629308700562, -0.39178264141082764, -0.39204132556915283, -0.16134455800056458, -0.3612205982208252, -0.35363003611564636, 0.11556082963943481, -0.020952757447957993, -0.22336332499980927, 0.5384819507598877, 0.5582719445228577, 0.2482813000679016, 0.5140870213508606, -0.18358179926872253, -0.08081377297639847, -0.16877973079681396, -0.6529152989387512, -0.6315955519676208, -0.4272051155567169, -0.3139858841896057, -0.0054631358943879604, 0.48422771692276, 0.7852991819381714, 0.44713154435157776, 0.9131788015365601, 0.6376075744628906, -0.0761944130063057, 0.3420267701148987, -0.20579670369625092, -0.6603327393531799, -0.4060404598712921, -0.3429836332798004, -0.12692320346832275, 0.21691937744617462, 0.5750638842582703, 0.4266091287136078, 0.8747996091842651, 1.068630337715149, 0.5762045979499817, 0.5009625554084778, 0.37092599272727966, 0.09542783349752426, -0.21992774307727814, -0.492472767829895, -0.8189151287078857, -0.3856036961078644, -0.17885823547840118, 0.12519964575767517, 0.8299882411956787, 0.9355042576789856, 0.6198113560676575, 0.9054347276687622, 0.8072624206542969, -0.1329643428325653, -0.3140900135040283, -0.2980009615421295, -0.9578863978385925, -1.1932622194290161, -0.5408923625946045, -0.13617868721485138, -0.3991301357746124, 0.36527499556541443, 0.6592377424240112, 0.4806082248687744, 0.6072444915771484, 0.5817350149154663, 0.12525449693202972, -0.1358681172132492, -0.5725732445716858, -0.6750364899635315, -1.0103284120559692, -0.9930852055549622, -0.4816798269748688, -0.4259456396102905, -0.10008593648672104, 0.4116568863391876, 0.5915187001228333, 0.48372262716293335, 0.38425296545028687, 0.23735655844211578, -0.1368495523929596, -0.41504600644111633, -0.2987416684627533, -0.7461302280426025, -0.8245133757591248, -0.3885131776332855, -0.3617524802684784, -0.4718452990055084, 0.4148813486099243, 0.6776607036590576, 0.5781858563423157, 0.5415983200073242, 0.3689759075641632, -0.0880771353840828, -0.2827172577381134, -0.236553356051445, -0.36027437448501587, -0.41295668482780457, -0.3260442912578583, -0.018054695799946785, 0.03892538696527481, 0.014339444227516651, 0.27226030826568604, 0.196511372923851, 0.024349207058548927, 0.09912730008363724, 0.09795062243938446, 3.516149445204064e-05, 0.1416410654783249, 0.5148069262504578, 0.1797066032886505, 0.06356231123209, -0.06001182273030281, -0.11569327116012573, -0.024288132786750793, 0.058623939752578735, -0.0644611045718193, -0.15206989645957947, -0.14850468933582306, 0.25576192140579224, 0.3483254909515381, 0.522925078868866, 0.1770099252462387, 0.1713356077671051, 0.3030894696712494, -0.02334030345082283, 0.04303159937262535, -0.12278111279010773, -0.2547033131122589, -0.08760187029838562, 0.18451295793056488, 0.058423321694135666, 0.4051554203033447, 0.46176257729530334, 0.365529328584671, 0.3801968991756439, 0.22177691757678986, 0.404196560382843, 0.22026203572750092, -0.13231304287910461, -0.19942902028560638, -0.35813939571380615, -0.21841540932655334, -0.1962098926305771, -0.22028009593486786, 0.08625603467226028, 0.08422763645648956, 0.4396686255931854, 0.6558501124382019, 0.5539577007293701, 0.32694727182388306, 0.026344869285821915, 0.10342729091644287, -0.13761864602565765, -0.24552878737449646, -0.2484607994556427, -0.6551345586776733, -0.2663573622703552, 0.1543983370065689, 0.2663126289844513, 0.1901538372039795, 0.506939709186554, 0.3699256181716919, -0.09651070088148117, 0.24142996966838837, 0.08967012166976929, -0.17822231352329254, -0.4085533022880554, -0.3191986083984375, -0.32606300711631775, -0.3640861213207245, -0.10799664258956909, -0.27846264839172363, -0.049051664769649506, -0.05147465690970421, 0.04710044339299202, 0.45937204360961914, 0.4137735962867737, 0.23415762186050415, 0.17647308111190796, -0.1252477467060089, -0.06410250812768936, -0.24908751249313354, -0.2579045593738556, -0.05770200118422508, -0.22383451461791992, 0.0905381292104721, 0.46874189376831055, 0.581482470035553, 0.37567293643951416, 0.45669904351234436, 0.4398285448551178, -0.01759418100118637, -0.28248268365859985, -0.4192817509174347, -0.4558376669883728, -0.143217995762825, 0.02441544085741043, 0.03324546664953232, 0.27253851294517517, 0.561278223991394, 0.47703707218170166, 0.20058612525463104, 0.2667790353298187, 0.19895902276039124, 0.041429489850997925, -0.024549944326281548, -0.29377782344818115, -0.3840370774269104, -0.3826860189437866, -0.40105390548706055, -0.22308404743671417, -0.09384597092866898, 0.04349682480096817, 0.415943443775177, 0.7545469403266907, 0.6468268036842346, 0.6680393218994141, 0.5172508358955383, 0.07827898114919662, -0.23702727258205414, -0.6030774712562561, -0.6327580213546753, -0.5816249251365662, -0.3308872580528259, 0.09725692868232727, 0.21490441262722015, 0.7506086826324463, 0.6165074706077576, 0.4181133806705475, 0.6825770735740662, 0.3694923222064972, 0.05329889804124832, 0.04937497153878212, -0.5059881210327148, -0.7001028656959534, -0.33217185735702515, -0.18177562952041626, -0.25656452775001526, -0.12599307298660278, 0.060834988951683044, 0.04000253975391388, 0.5539010763168335, 0.8130472898483276, 0.5936263203620911, 0.16504327952861786, 0.025709224864840508, -0.3305738866329193, -0.4822884500026703, -0.6246851086616516, -0.721548318862915, -0.28227365016937256, -0.28610071539878845, 0.10602673143148422, 0.47276371717453003, 0.30871233344078064, 0.34588930010795593, 0.35435986518859863, 0.2961229681968689, -0.06166274845600128, -0.26973092555999756, -0.5094802975654602, -0.707109272480011, -0.4469022750854492, -0.5720599889755249, -0.655103862285614, -0.29969531297683716, -0.1484534740447998, -0.03270541876554489, 0.27919021248817444, 0.3787594437599182, 0.34775787591934204, 0.2656325101852417, -0.13436660170555115, -0.46082302927970886, -0.5640667080879211, -0.8744869232177734, -1.0451143980026245, -0.779791533946991, -0.44822749495506287, -0.356355756521225, 0.01112228725105524, 0.22052891552448273, 0.38203299045562744, 0.4320380687713623, 0.1658165156841278, -0.17410588264465332, -0.45243963599205017, -0.577229917049408, -1.1282495260238647, -1.0500952005386353, -0.6911273002624512, -0.6636424660682678, -0.14054739475250244, 0.1604785919189453, 0.0163921806961298, -0.03162641450762749, 0.328289657831192, 0.1899135857820511, 0.14226728677749634, -0.06416483968496323, -0.32683712244033813, -0.5771149396896362, -0.3282206654548645, -0.5081949830055237, -0.5231124758720398, -0.33973661065101624, -0.2841254472732544, -0.11639078706502914, 0.26181843876838684, 0.6018065810203552, 0.3393458127975464, 0.3386501669883728, 0.4427388608455658, 0.09263473004102707, 0.08818121254444122, -0.4136524200439453, -0.38419634103775024, -0.281451940536499, -0.17283868789672852, -0.10895015299320221, -0.25996631383895874, 0.1545467972755432, 0.39987993240356445, 0.2757534086704254, 0.32970792055130005, 0.6935644149780273, 0.4749058187007904, 0.11618224531412125, -0.04324480518698692, -0.4674820601940155, -0.41327860951423645, -0.5317859053611755, -0.48679596185684204, -0.30404895544052124, -0.18641231954097748, 0.10126899927854538, 0.4953429698944092, 0.6932276487350464, 0.4078606069087982, 0.4026866853237152, 0.395475834608078, 0.06301181763410568, 0.11283471435308456, -0.20435284078121185, -0.43264657258987427, -0.38900327682495117, -0.23821334540843964, -0.4138262867927551, -0.15176589787006378, 0.02186262607574463, 0.1792593151330948, 0.4863901734352112, 0.8391345739364624, 0.6526756882667542, 0.6626395583152771, 0.3092920482158661, -0.2398543357849121, -0.1920255571603775, -0.6102851629257202, -0.6105712056159973, -0.4536496102809906, -0.17763733863830566, -0.0657392293214798, 0.28813910484313965, 0.5475641489028931, 0.3102092742919922, 0.44598543643951416, 0.3899988830089569, 0.13018444180488586, 0.051700033247470856, -0.09076569229364395, -0.3563987910747528, -0.5738431811332703, -0.4780215620994568, -0.43310198187828064, -0.1964450627565384, -0.2543250322341919, -0.058911729604005814, 0.2635524570941925, 0.1367783099412918, 0.4120759069919586, 0.4961816370487213, 0.29990848898887634, 0.08212275803089142, -0.44915762543678284, -0.24570156633853912, 0.12080944329500198, -0.022538775578141212, -0.6323727965354919, -0.40255430340766907, -0.029114658012986183, -0.11844049394130707, -0.10299166291952133, -0.14006848633289337, -0.08978039026260376, -0.10991767793893814, -0.5126112103462219, -0.5600993633270264, -0.19914600253105164, -0.3318744897842407, -0.5163542032241821, -0.2583214342594147, 0.41302260756492615, 0.434932678937912, 0.23939792811870575, 0.1066233217716217, 0.21503989398479462, 0.3430120050907135, 0.013351378962397575, -0.2386636883020401, -0.30176016688346863, -0.3696810305118561, -0.3807481825351715, -0.3082541227340698, -0.13413825631141663, -0.032605450600385666, 0.24307507276535034, 0.24182800948619843, 0.1722545474767685, 0.49566763639450073, 0.6029879450798035, 0.12437467277050018, -0.06798737496137619, -0.014472970739006996, -0.16082759201526642, -0.26984456181526184, -0.11682410538196564, -0.09049409627914429, 0.23277519643306732, 0.37717291712760925, 0.3963829278945923, 0.6629241704940796, 0.877945601940155, 0.6478563547134399, 0.2696250379085541, 0.11895237118005753, 0.20925316214561462, -0.12655402719974518, -0.217600479722023, -0.22141095995903015, -0.12563282251358032, 0.022504260763525963, 0.08533863723278046, 0.17522883415222168, 0.4614376425743103, 0.38803815841674805, 0.3155025541782379, 0.31968775391578674, 0.1528071016073227, 0.05750741809606552, 0.053516872227191925, -0.05798392370343208, -0.008612017147243023, 0.054631900042295456, -0.2473335564136505, -0.11055517941713333, -0.014946877025067806, -0.2543013095855713, -0.021579710766673088, 0.2228458970785141, 0.23026326298713684, 0.06187758594751358, 0.3167085647583008, 0.0767868310213089, -0.05106573924422264, 0.056225769221782684, -0.3881781995296478, -0.2208530753850937, -0.1394181251525879, -0.18493644893169403, 0.030095059424638748, 0.0435507707297802, 0.15011033415794373, 0.09639354050159454, 0.1527971476316452, 0.030617529526352882, -0.048826493322849274, -0.07939101755619049, -0.15656837821006775, 0.0472683385014534, 0.15460491180419922, 0.27218595147132874, 0.16976436972618103, -0.05358710512518883, 0.10895898938179016, 0.2736920118331909, 0.2851848304271698, -0.01402561366558075, -0.16658911108970642, -0.002201368333771825, 0.08271415531635284, 0.04557245969772339, -0.15119923651218414, -0.32857421040534973, -0.22926563024520874, -0.027012327685952187, -0.12500552833080292, 0.12359847128391266, 0.20785479247570038, -0.04875978082418442, 0.10931777209043503, -0.07133837044239044, -0.4721834063529968, -0.20929338037967682, -0.18618156015872955, -0.3332580029964447, -0.28080588579177856, -0.04741494357585907, 0.0679757222533226, -0.058122921735048294, 0.05861598253250122, 0.17604832351207733, 0.28766509890556335, 0.1642073690891266, -0.017237653955817223, 0.0691763386130333, -0.04138059914112091, -0.1396084874868393, -0.16879969835281372, -0.3196474015712738, -0.36727797985076904, -0.14078667759895325, 0.05385693535208702, 0.045613572001457214, 0.40450137853622437, 0.4639796316623688, 0.13886630535125732, 0.32833999395370483, 0.3100354075431824, 0.09220529347658157, -0.1553989201784134, -0.25637567043304443, -0.3044954538345337, -0.2768803536891937, 0.11416710168123245, 0.28248167037963867, 0.1677505075931549, 0.6726326942443848, 0.4189489185810089, 0.2198045551776886, 0.5066896080970764, 0.1725040227174759, -0.09068207442760468, -0.16810843348503113, -0.17410951852798462, -0.026374101638793945, -0.11123291403055191, -0.10015151649713516, 0.005741538014262915, 0.16305385529994965, 0.2628396153450012, 0.26499709486961365, 0.05493362247943878, -0.006412297021597624, 0.08171416819095612, 0.2377055436372757, 0.07940611988306046, -0.06559421122074127, -0.0889260396361351, -0.0358424112200737, -0.13327938318252563, -0.24685616791248322, -0.13193362951278687, 0.04645058140158653, 0.23357674479484558, -0.013898605480790138, -0.04016775265336037, 0.18704186379909515, 0.11640728265047073, -0.0672375038266182, -0.08640876412391663, -0.1619030088186264, -0.21157224476337433, -0.1768648773431778, 0.06098103150725365, -0.03088170476257801, -0.14536051452159882, -0.050910383462905884, -0.012075800448656082, 0.023440709337592125, 0.009433917701244354, -0.16012202203273773, -0.11603119224309921, -0.06057418882846832, -0.11391231417655945, -0.002964927349239588, -0.024592451751232147, -0.10132196545600891, -0.0002071784547297284, 0.09737201035022736, 0.16458366811275482, 0.17462937533855438, 0.06314955651760101, 0.0698690265417099, 0.2648240029811859, 0.23701730370521545, 0.10075399279594421, 0.05964343249797821, -0.06871245801448822, 0.0761079490184784, -0.24271485209465027, -0.3164500594139099, -0.09205089509487152, -0.020093288272619247, 0.016561266034841537, -0.04419552907347679, -0.062137361615896225, 0.10584831982851028, 0.37443581223487854, 0.3518463969230652, 0.1882699429988861, -0.031425971537828445, 0.09273223578929901, 0.1204226016998291, 0.04875288903713226, 0.045749492943286896, -0.08306335657835007, -0.0665242001414299, -0.037114500999450684, 0.07213558256626129, 0.15823818743228912, 0.15611201524734497, 0.15557901561260223, 0.19959676265716553, 0.31564128398895264, 0.20013226568698883, 0.05553657189011574, 0.11464278399944305, 0.016123902052640915, -0.029522016644477844, 0.1811022311449051, 0.22148238122463226, 0.078795425593853, 0.006117804441601038, -0.011653116904199123, -0.1295621544122696, 0.2513957619667053, 0.2149132639169693, 0.09052614122629166, 0.3271307051181793, 0.3287711441516876, 0.337160587310791, 0.40685996413230896, 0.1821790337562561, 0.18167279660701752, 0.07394758611917496, -0.03323538973927498, 0.015669221058487892, -0.1738002896308899, -0.06270068138837814, -0.023025836795568466, -0.06396511197090149, 0.17387333512306213, 0.15285943448543549, 0.23059773445129395, 0.4018470346927643, 0.3668770492076874, 0.3215581178665161, 0.20124126970767975, 0.06538054347038269, -0.1757831871509552, -0.40070030093193054, -0.5100565552711487, -0.4404977262020111, -0.2641982436180115, -0.1391233503818512, 0.08597106486558914, 0.2653251886367798, 0.36439448595046997, 0.2738271653652191, 0.2931169271469116, -0.13941583037376404, -0.6611514687538147, -0.8054287433624268, -0.09576447308063507, 0.8688532710075378, 0.4162586033344269, -0.4320026934146881, -0.03617222607135773, 0.13235735893249512, 0.3909701108932495, -0.15539231896400452, -0.3891759216785431, 0.14292730391025543, -0.1547871083021164, -0.6311078667640686, -0.47656911611557007, -0.026429302990436554, -0.06738756597042084, -0.44697216153144836, 0.09992186725139618, 0.3022063970565796, 0.48169034719467163, 0.5938672423362732, 0.2608889639377594, 0.23418070375919342, 0.25524574518203735, -0.09281372278928757, -0.06830238550901413, -0.13822485506534576, -0.3219001889228821, -0.43408849835395813, -0.10515445470809937, -0.02918807417154312, -0.15676946938037872, -0.12075912952423096, 0.06374145299196243, -0.07174710929393768, 0.3017185926437378, 0.34831637144088745, 0.05535279959440231, 0.08188539743423462, -0.10441502928733826, -0.4685966968536377, -0.2600107192993164, -0.4841095507144928, -0.6728897094726562, -0.44840002059936523, -0.06812280416488647, 0.14730840921401978, 0.24896211922168732, 0.03944442793726921, 0.052828654646873474, 0.28659293055534363, 0.27520260214805603, 0.05693141371011734, -0.1370239108800888, -0.305336594581604, -0.049668293446302414, 0.04407103359699249, -0.005320258438587189, -0.3123064935207367, -0.07715965062379837, -0.09213102608919144, -0.0669795572757721, 0.06556766480207443, 0.07312885671854019, 0.13568490743637085, 0.25212404131889343, 0.1311933696269989, 0.15971052646636963, -0.014392632991075516, 0.22286298871040344, -0.04925555735826492, -0.15730199217796326, 0.039664726704359055, -0.2805233299732208, -0.07382315397262573, 0.059555262327194214, -0.013629978522658348, 0.03737005963921547, 0.011026807129383087, 0.2804490327835083, 0.3262479603290558, 0.049076147377491, 0.13556022942066193, -0.0386650487780571, 0.0016074931481853127, -0.08274687081575394, -0.11273720115423203, 0.23429173231124878, 0.016730472445487976, 0.003504177089780569, 0.06795205920934677, -0.11248258501291275, 0.07939161360263824, -0.13120342791080475, -0.24841535091400146, -0.181560218334198, -0.07126648724079132, 0.08990456163883209, 0.08744189888238907, 0.1896350085735321, -0.0435539111495018, 0.10372070968151093, 0.307203084230423, -0.0026258232537657022, -0.1122659295797348, -0.2968323826789856, -0.28299444913864136, -0.09519781172275543, -0.11621535569429398, 0.03349943459033966, 0.07542850822210312, 0.013376484625041485, -0.08878255635499954, -0.05133881792426109, -0.13840897381305695, -0.21649092435836792, -0.08544237166643143, -0.19541887938976288, -0.07127343118190765, -0.0693313330411911, -0.15351271629333496, -0.10763176530599594, 0.07038458436727524, 0.06470797210931778, -0.07135368883609772, 0.020722845569252968, -0.06646871566772461, -0.04607719928026199, -0.019998673349618912, 0.05789820849895477, 0.0364859364926815, -0.05990900471806526, -0.22280646860599518, -0.1302855908870697, -0.099294513463974, 0.10773182660341263, 0.1781986951828003, 0.05860122665762901, 0.037282321602106094, 0.10887990146875381, 0.18346767127513885, -0.08153163641691208, -0.23455357551574707, -0.08886578679084778, -0.06352060288190842, -0.1679367870092392, -0.13847722113132477, -0.1431381106376648, 0.032560769468545914, -0.048372045159339905, -0.08985791355371475, 0.08168243616819382, 0.03955865651369095, 0.13151396811008453, 0.1539427936077118, 0.021408194676041603, 0.012521046213805676, -0.08936475217342377, -0.003431416815146804, -0.22875089943408966, -0.41280388832092285, -0.29595112800598145, -0.22620920836925507, -0.07797147333621979, -0.07141009718179703, -0.034793611615896225, 0.20743712782859802, 0.3146386742591858, 0.25947511196136475, 0.004899723920971155, -0.04802252724766731, -0.022173594683408737, -0.16145086288452148, -0.2756366729736328, -0.3400384187698364, -0.35825926065444946, -0.21480897068977356, 0.18494448065757751, -0.04068845137953758, -0.04405238851904869, 0.28122758865356445, 0.17945636808872223, 0.09377645701169968, 0.06753093749284744, -0.010174603201448917, 0.03535497188568115, 0.18088392913341522, -0.1442844420671463, -0.3018587529659271, -0.054248593747615814, -0.24977602064609528, -0.09335202723741531, 0.055886175483465195, 0.05738897621631622, -0.017832906916737556, 0.2231406271457672, 0.029337797313928604, -0.3216180205345154, -0.3128320276737213, -0.43001416325569153, -0.4036644697189331, -0.1673148274421692, -0.3388827443122864, -0.2815980613231659, 0.0677529126405716, 0.0923384428024292, 0.04678723216056824, 0.05888267979025841, 0.048414673656225204, -0.4667137861251831, -0.2715662121772766, -0.24321429431438446, -0.23305265605449677, -0.133487731218338, -0.07277970761060715, -0.36295315623283386, -0.2583772540092468, -0.0607304684817791, -0.011887222528457642, 0.09210840612649918, 0.03872491046786308, 0.05541231855750084, 0.06818553060293198, 0.13128849864006042, 0.09029018878936768, 0.012990063987672329, -0.11238842457532883, -0.09959574043750763, -0.26494982838630676, -0.1858406662940979, -0.22099493443965912, -0.005235184915363789, 0.21528585255146027, 0.2537540793418884, 0.28117844462394714, 0.34110787510871887, 0.36398085951805115, -0.007501058280467987, -0.003419250249862671, 0.1477826088666916, -0.13954024016857147, -0.22784285247325897, -0.0825633630156517, -0.31937727332115173, -0.3042427897453308, -0.01770978979766369, 0.033869024366140366, 0.1684972494840622, 0.21779970824718475, 0.15196964144706726, 0.3568477928638458, 0.25132685899734497, 0.08802714943885803, 0.11128370463848114, -0.2309456169605255, -0.2796146869659424, -0.2169618457555771, -0.16633190214633942, -0.12372224032878876, -0.10111622512340546, 0.2344919592142105, 0.1817433089017868, 0.23466509580612183, 0.14341984689235687, 0.07947537302970886, 0.17627988755702972, 0.16504448652267456, 0.0050175245851278305, -0.10579442977905273, -0.09746061265468597, -0.17229852080345154, 0.015948032960295677, -0.10927002131938934, -0.10493743419647217, 0.024799780920147896, 0.09292174875736237, 0.23427513241767883, 0.16000492870807648, 0.028914405032992363, 0.17113354802131653, 0.06072967126965523, -0.10789845138788223, -0.2546174228191376, -0.2271980345249176, -0.04241623356938362, -0.09928197413682938, -0.13965380191802979, -0.12461675703525543, 0.08244947344064713, 0.10687501728534698, 0.139961376786232, 0.24295033514499664, 0.11266044527292252, 0.1619524210691452, -0.006074060220271349, 0.07275217771530151, -0.08636871725320816, -0.1738564670085907, -0.09040077775716782, 0.07260436564683914, -0.05776781216263771, 0.037460602819919586, -0.004302596673369408, -0.09293434023857117, 0.04926314949989319, -0.08039132505655289, -0.08513771742582321, -0.23882630467414856, -0.1077779233455658, -0.008387736044824123, -0.05537290871143341, 0.004325790796428919, 0.10739921033382416, 0.06689750403165817, 0.1776667833328247, 0.14047221839427948, -0.003457192797213793, -0.0700509250164032, -0.08713272958993912, -0.10512658208608627, -0.11207480728626251, -0.01561691239476204, -0.08184192329645157, -0.016149412840604782, -0.01947162300348282, -0.0007192653720267117, -0.00966915674507618, 0.05417374521493912, 0.1404346227645874, -0.03569840267300606, -0.03453310206532478, 0.0018277778290212154, 0.059783801436424255, -0.12192592024803162, -0.09917272627353668, 0.11544057726860046, 0.15768136084079742, 0.011433246545493603, 0.09532774239778519, 0.16146357357501984, 0.03944604843854904, 0.17437033355236053, 0.34772971272468567, 0.1227247342467308, -0.10868881642818451, 0.05635223165154457, -0.14276206493377686, -0.22364935278892517, -0.08720852434635162, -0.17123867571353912, -0.25698381662368774, 0.06735994666814804, 0.2730335593223572, 0.1813015192747116, 0.2605302631855011, 0.2688664495944977, 0.259988397359848, 0.16398395597934723, 0.17457430064678192, 0.03717219457030296, -0.08833073824644089, -0.18534697592258453, -0.29733991622924805, -0.3530602753162384, -0.36683496832847595, -0.25392946600914, 0.11093536019325256, -0.1238679438829422, 0.12266147881746292, 0.508716344833374, 0.533489465713501, 0.31413963437080383, 0.1666862964630127, 0.20264022052288055, -0.15858469903469086, -0.2789141535758972, -0.12450812757015228, -0.18829776346683502, -0.11828171461820602, 0.04233793541789055, 0.19341826438903809, 0.34552258253097534, 0.37333211302757263, 0.33910515904426575, 0.20802521705627441, 0.2107783704996109, 0.13972656428813934, 0.15723274648189545, 0.05328693985939026, -0.04600915312767029, 0.05820386856794357, 0.2117757648229599, 0.3506844639778137, 0.3902153968811035, 0.1631091833114624, 0.25084003806114197, 0.36274272203445435, 0.19551731646060944, 0.0472143292427063, 0.07867877185344696, 0.23719100654125214, -0.03096083551645279, -0.009884316474199295, 0.08448479324579239, 0.21041254699230194, 0.25910642743110657, 0.14603160321712494, 0.19934353232383728, 0.306181401014328, 0.23958595097064972, 0.24834533035755157, 0.07684183120727539, -0.05831199884414673, 0.023839829489588737, -0.008090883493423462, -0.058388613164424896, 0.008752659894526005, 0.12732841074466705, 0.010084420442581177, 0.22231189906597137, 0.11806926131248474, 0.24428072571754456, 0.44893014430999756, 0.26924070715904236, 0.24776478111743927, 0.0881996750831604, 0.10152695327997208, 0.11767056584358215, -0.16082797944545746, -0.007484369911253452, -0.03748282045125961, -0.07715728878974915, -0.004546383395791054, 0.10808752477169037, 0.2957777678966522, 0.17659008502960205, 0.07586541026830673, 0.25273600220680237, 0.0055553605780005455, 0.01779545098543167, 0.03857641667127609, -0.340230256319046, -0.23077869415283203, -0.10147077590227127, 0.009988979436457157, -0.11605740338563919, 0.05296873301267624, 0.1593618392944336, -0.0463375598192215, 0.0009984446223825216, 0.0702730193734169, -0.131291925907135, 0.0038214519154280424, -0.006154058501124382, -0.1420922726392746, -0.07505124062299728, -0.031676579266786575, -0.10926422476768494, -0.1916281282901764, -0.1384953260421753, -0.17844803631305695, -0.1004137396812439, -0.10319062322378159, -0.27162978053092957, -0.26495641469955444, -0.08991904556751251, -0.13733989000320435, -0.2666180431842804, -0.24847400188446045, -0.24812325835227966, -0.1371588110923767, -0.17345304787158966, -0.22568905353546143, -0.1683667004108429, -0.12385988980531693, -0.2556639611721039, 0.021343031898140907, 0.26349738240242004, -0.010556668974459171, -0.07787054777145386, 0.17789429426193237, 0.24562181532382965, 0.02509017288684845, -0.22920088469982147, -0.30011487007141113, -0.27991610765457153, -0.0832696333527565, 0.10783259570598602, 0.020327840000391006, -0.08811025321483612, 0.2036389261484146, 0.25596654415130615, 0.42366915941238403, 0.2409583032131195, -0.004529321566224098, -0.13141296803951263, -0.06245145574212074, -0.1494850367307663, -0.27910658717155457, -0.14125724136829376, -0.018716972321271896, -0.12432301789522171, -0.020923102274537086, 0.2903996407985687, 0.24154861271381378, 0.17536716163158417, 0.05971534922719002, -0.062012508511543274, 0.01928141713142395, 0.08738143742084503, 0.02224387787282467, 0.0976591631770134, 0.026686634868383408, -0.12940067052841187, 0.15367208421230316, 0.11001066863536835, -0.07366936653852463, 0.04612070694565773, 0.11792244017124176, 0.07928687334060669, 0.17413899302482605, 0.09390830248594284, 0.004412314388900995, -0.041276510804891586, -0.10388383269309998, -0.07321010529994965, -0.016341444104909897, -0.10063880681991577, -0.054019633680582047, 0.034272294491529465, 0.1347484290599823, -0.04127883538603783, -0.10648524016141891, -0.07370653748512268, 0.0958763137459755, 0.04715676233172417, -0.04424438998103142, -0.16877605020999908, -0.16953307390213013, -0.07871102541685104, -0.331426203250885, -0.16588599979877472, -0.007342969533056021, -0.0813523679971695, 0.015252772718667984, 0.0633622407913208, -0.07446599751710892, -0.11135455220937729, -0.19461478292942047, -0.32898274064064026, -0.25155678391456604, -0.32554611563682556, -0.24817246198654175, -0.04469495639204979, -0.0829964280128479, -0.13009028136730194, -0.09638186544179916, -0.10070545226335526, -0.20806005597114563, -0.224741131067276, -0.27879422903060913, -0.36281687021255493, -0.2836414575576782, -0.16496551036834717, -0.20092114806175232, -0.07647880166769028, -0.020370682701468468, -0.04498276859521866, -0.007111441809684038, -0.18146805465221405, -0.19493746757507324, -0.30740657448768616, -0.2798205018043518, -0.18994972109794617, -0.16030749678611755, -0.27211064100265503, -0.20389112830162048, -0.18804048001766205, -0.220323845744133, -0.0634576678276062, -0.12141285091638565, -0.1371230036020279, -0.04945756867527962, -0.15652741491794586, -0.10245693475008011, -0.07430893927812576, -0.1626882404088974, -0.13862213492393494, -0.16014598309993744, -0.12643010914325714, -0.0830356627702713, -0.111182801425457, -0.09363090991973877, -0.15582892298698425, 0.039622679352760315, -0.10816089808940887, -0.05801979824900627, 0.12720029056072235, 0.05985076725482941, 0.047929797321558, 0.0493280328810215, -0.07099416106939316, -0.014269986189901829, -0.012236901558935642, 0.09930332750082016, 0.0865405797958374, -0.013172593899071217, -0.04857886582612991, 0.04748525097966194, 0.04114873334765434, 0.022292176261544228, 0.12559932470321655, 0.1442241072654724, 0.08856171369552612, 0.21685190498828888, 0.25539538264274597, 0.1369457244873047, 0.17443634569644928, 0.13537739217281342, 0.0595642551779747, 0.05508942902088165, -0.02600722946226597, 0.1324096918106079, 0.1920912265777588, 0.13489581644535065, 0.046878766268491745, 0.0078973937779665, 0.05149984359741211, -0.013866180554032326, -0.08791550993919373, 0.009058385156095028, -0.04493959620594978, 0.15433260798454285, 0.20991834998130798, 0.11032866686582565, 0.10598733276128769, 0.1420208215713501, 0.08872568607330322, 0.09868676960468292, -0.0557548925280571, -0.03916427865624428, -0.015549319796264172, -0.12706013023853302, -0.1443338394165039, -0.061122696846723557, -0.08383268862962723, -0.16066789627075195, -0.0983099415898323, -0.0218333899974823, 0.12139971554279327, 0.052609335631132126, 0.1704312115907669, 0.19364158809185028, -0.054130684584379196, -0.11801695078611374, -0.05948680639266968, -0.21510381996631622, -0.21379545331001282, -0.19744880497455597, -0.20758001506328583, 0.10015679895877838, 0.09306714683771133, 0.025536831468343735, 0.06837545335292816, 0.09611374139785767, 0.11264574527740479, -0.07078016549348831, -0.0799831971526146, -0.11557832360267639, -0.17906330525875092, -0.0454108826816082, -0.059651441872119904, -0.11624983698129654, -0.12361271679401398, -0.12456824630498886, -0.09346126765012741, -0.07776271551847458, 0.03191990777850151, 0.056632403284311295, 0.005907916463911533, 0.06886310130357742, 0.0048256078734993935, 0.06884316354990005, 0.10798148065805435, 0.02003287337720394, 0.03301861882209778, 0.027445746585726738, 0.07983701676130295, 0.1790429949760437, 0.17531515657901764, 0.042928650975227356, 0.23148341476917267, 0.335913747549057, 0.26022693514823914, 0.24990779161453247, 0.08258458226919174, 0.04762965068221092, 0.19338594377040863, 0.2455330491065979, 0.11074359714984894, 0.18176652491092682, 0.3517139256000519, 0.2019033133983612, 0.11293664574623108, 0.12577937543392181, 0.09015452116727829, 0.12448523193597794, 0.09911330789327621, 0.03520369902253151, 0.09554022550582886, 0.24033698439598083, 0.24371157586574554, 0.21842603385448456, 0.21394537389278412, 0.09756749868392944, 0.10601881891489029, 0.03234359249472618, -0.09716849774122238, -0.08367126435041428, -0.06750129908323288, -0.006264986004680395, 0.12773390114307404, 0.06997279077768326, 0.06742902100086212, 0.11892629414796829, 0.30589112639427185, 0.10853856801986694, -0.007492495235055685, 0.07493676990270615, -0.00790519267320633, -0.1152394637465477, -0.03748966008424759, -0.08626317232847214, -0.24964305758476257, -0.004653472453355789, 0.019922493025660515, 0.05429063364863396, 0.10394500195980072, 0.030785970389842987, 0.08911974728107452, 0.18903644382953644, -0.033534325659275055, -0.10174057632684708, -0.07728379219770432, -0.19365368783473969, -0.2973240315914154, -0.169809952378273, -0.06831791996955872, -0.0489802323281765, 0.1491471827030182, 0.1947256475687027, 0.12672840058803558, 0.1634792685508728, 0.22268924117088318, 0.001763210049830377, -0.07665199041366577, -0.06391729414463043, -0.19502314925193787, -0.2808223366737366, -0.18086622655391693, -0.21002444624900818, -0.11499287188053131, -0.010529068298637867, 0.025025824084877968, 0.050557661801576614, 0.1161295548081398, 0.11826280504465103, 0.08514324575662613, -0.0028641787357628345, -0.20249280333518982, -0.15155363082885742, -0.03556422144174576, -0.12097394466400146, -0.1556100696325302, -0.09370975941419601, -0.12845724821090698, -0.06598585844039917, 0.15125814080238342, 0.03763230890035629, -0.11495816707611084, -0.0422292985022068, -0.02360077202320099, -0.13365615904331207, -0.05178800970315933, -0.10917530208826065, -0.07667862623929977, 0.13260072469711304, 0.13312149047851562, -0.02928035520017147, 0.07193021476268768, 0.15404635667800903, 0.07663002610206604, 0.03881324827671051, 0.022023726254701614, -0.06178012490272522, -0.03916902840137482, -0.039671529084444046, -0.12525606155395508, -0.06402167677879333, 0.09131228923797607, 0.13041085004806519, 0.10731053352355957, 0.13098303973674774, 0.23998595774173737, 0.33210647106170654, 0.33115509152412415, 0.14402367174625397, 0.10116931796073914, 0.11892415583133698, 0.028827548027038574, -0.017253801226615906, 0.10993737727403641, 0.0979386493563652, 0.04704222083091736, 0.1739279329776764, 0.2815023958683014, 0.2332514375448227, 0.20040760934352875, 0.2037287950515747, 0.17573308944702148, 0.25294390320777893, 0.1354587972164154, 0.09976965934038162, 0.2831449806690216, 0.22266675531864166, 0.09935925155878067, 0.2893145978450775, 0.2590075135231018, 0.0727359876036644, 0.24683678150177002, 0.15906883776187897, -0.024055304005742073, 0.18168526887893677, 0.14478208124637604, -0.01756155490875244, 0.10281473398208618, 0.027686357498168945, 0.04218920320272446, 0.1755540817975998, 0.056307706981897354, 0.10265252739191055, 0.14462758600711823, 0.12433420866727829, 0.09626960009336472, 0.13620495796203613, 0.026731964200735092, -0.061959344893693924, 0.11000296473503113, 0.0021462123841047287, -0.12673597037792206, 0.18090274930000305, 0.17435142397880554, -0.0003084152704104781, 0.20433907210826874, 0.20692549645900726, 0.1286504864692688, 0.02654566802084446, 0.028297636657953262, -0.04696087911725044, -0.08554527163505554, 0.0035727417562156916, -0.03822712227702141, 0.10713168233633041, 0.1878764033317566, 0.03842492029070854, 0.07423197478055954, 0.15270212292671204, -0.00150461052544415, -0.009174649603664875, -0.07190800458192825, -0.24476352334022522, -0.17506596446037292, -0.08335244655609131, -0.256171852350235, -0.13918571174144745, 0.01980559341609478, -0.03493787720799446, 0.06638588756322861, 0.20718497037887573, 0.08390739560127258, 0.00017373434093315154, 0.1602381318807602, 0.032317113131284714, -0.1169954463839531, -0.06277544051408768, -0.27556830644607544, -0.22972053289413452, -0.12022023648023605, -0.16057460010051727, 0.043832723051309586, 0.05549389868974686, 0.05339602380990982, 0.0660523772239685, 0.09238416701555252, 0.17181092500686646, 0.023251973092556, -0.07569601386785507, -0.06604547053575516, -0.17409640550613403, -0.21255654096603394, -0.1982719898223877, -0.16733418405056, -0.06752912700176239, -0.05786849185824394, -0.005417638923972845, 0.07746148854494095, 0.08204799145460129, 0.03857738524675369, -0.039292480796575546, -0.02879408374428749, -0.14816467463970184, -0.04347497969865799, -0.0043684933334589005, -0.10038133710622787, -0.05767956003546715, -0.022209299728274345, 0.025479203090071678, -0.033337999135255814, -0.15667109191417694, -0.06555113196372986, -0.18111883103847504, -0.10300453007221222, -3.6031306080985814e-05, 0.007286155130714178, 0.025177516043186188, 0.01503522228449583, 0.1569003313779831, 0.04132750630378723, -0.0894550085067749, -0.054292600601911545, -0.07589537650346756, -0.02733796462416649, -0.09239697456359863, -0.0657925233244896, -0.08938311785459518, -0.18169201910495758, -0.05914681777358055, -0.09107807278633118, -0.13729611039161682, -0.09344195574522018, -0.08028049021959305, -0.1382410079240799, -0.25851330161094666, -0.14022046327590942, -0.2537609338760376, -0.13913840055465698, -0.09356074780225754, -0.12821277976036072, 0.002125093247741461, 0.024825483560562134, -0.0640958696603775, -0.06444621831178665, -0.05783739686012268, -0.18101492524147034, -0.23709158599376678, -0.17404277622699738, -0.31046855449676514, -0.34843724966049194, -0.2498011440038681, -0.20331978797912598, -0.13408271968364716, -0.12131140381097794, -0.20414602756500244, -0.09772063791751862, -0.07319501787424088, -0.10778286308050156, -0.013579647056758404, -0.003451941069215536, 0.005118512082844973, -0.16386911273002625, -0.148747980594635, -0.19382894039154053, -0.25717759132385254, -0.1250678151845932, -0.21604102849960327, -0.18080632388591766, -0.06085467338562012, -0.26321160793304443, -0.14367631077766418, -0.049541618674993515, -0.14980356395244598, -0.11008595675230026, -0.12193397432565689, -0.14344802498817444, -0.049626756459474564, -0.025185510516166687, -0.07468053698539734, -0.04952644929289818, 0.03144799545407295, -0.018663659691810608, -0.03803640231490135, -0.022337524220347404, -0.11002210527658463, -0.11864946037530899, -0.07036430388689041, 0.013972371816635132, -0.08507484942674637, -0.09576187282800674, 0.020914165303111076, -0.038301561027765274, -0.0826210230588913, 0.07894953340291977, 0.07783973962068558, -0.0073129781521856785, -0.057554226368665695, 0.03957165777683258, -0.16898368299007416, -0.07352640479803085, 0.05068798363208771, -0.15723179280757904, -0.10869240760803223, -0.08984868973493576, -0.0533185750246048, 0.018809834495186806, 0.0010333891259506345, 0.05387980863451958, 0.06258092075586319, -0.034058041870594025, -0.016626760363578796, 0.08779466152191162, 0.025441696867346764, -0.046005163341760635, -0.05646088719367981, -0.04530777037143707, -0.08392921090126038, 0.0017810020362958312, 0.20372219383716583, 0.1446111500263214, 0.15227636694908142, 0.049770768731832504, -0.029390834271907806, 0.010669837705790997, 0.09843621402978897, -0.15689311921596527, -0.022036291658878326, 0.03799287602305412, -0.15975269675254822, -0.080306276679039, 0.10484950989484787, 0.0710889995098114, 0.1263192594051361, 0.051952119916677475, -0.036578621715307236, -0.011619790457189083, 0.010165590792894363, -0.14742054045200348, -0.12780596315860748, -0.3840598165988922, -0.23385486006736755, -0.09022866189479828, -0.17575351893901825, -0.2669461965560913, -0.14897498488426208, 0.07423056662082672, -0.0834464356303215, -0.23369662463665009, -0.06149674206972122, -0.10831280797719955, -0.06926289200782776, -0.11506053805351257, -0.16394630074501038, -0.13038329780101776, -0.18174335360527039, -0.2349749654531479, -0.19322562217712402, -0.27463674545288086, -0.21864892542362213, -0.1716793179512024, -0.14395654201507568, -0.09897718578577042, -0.11645293235778809, -0.0853678360581398, -0.11078080534934998, -0.16213148832321167, -0.039942748844623566, -0.07535164058208466, -0.17252586781978607, -0.28058531880378723, -0.28321996331214905, -0.275846391916275, -0.16428278386592865, -0.15559421479701996, -0.14415468275547028, -0.10707316547632217, -0.05168057233095169, -0.03936835005879402, -0.0013241204433143139, -0.024306759238243103, 0.06118268519639969, 0.04975469410419464, -0.17847755551338196, 0.02454107441008091, 0.18944737315177917, 0.12258996069431305, 0.1034148558974266, 0.31916356086730957, 0.2632344961166382, -0.08957519382238388, 0.1636919230222702, 0.1496623456478119, -0.06262419372797012, 0.00546027347445488, 0.03898109495639801, -0.026732707396149635, 0.0243577528744936, 0.004751421511173248, -0.029920991510152817, -0.03528101369738579, 0.04371568188071251, 0.003883398836478591, 0.08261019736528397, -0.07045837491750717, 0.11643757671117783, 0.4527873992919922, 0.2806171774864197, 0.6465335488319397, 0.09075141698122025, 0.10912977159023285, 0.3355107605457306, -0.2180110365152359, -0.1918163299560547, -0.13922010362148285, -0.14324554800987244, -0.23724912106990814, -0.18243522942066193, -0.19539551436901093, -0.1887168437242508, 0.03457219526171684, 0.012173113413155079, 0.055267058312892914, 0.15523751080036163, 0.22677533328533173, 0.21661262214183807, 0.22917094826698303, 0.2502765357494354, 0.23249180614948273, 0.19952629506587982, 0.19606706500053406, 0.2679406702518463, 0.27880385518074036, 0.16765466332435608, -0.020820485427975655, -0.13197261095046997, -0.04675237461924553, -0.16043226420879364, -0.13492700457572937, -0.06785376369953156, -0.23530609905719757, 0.0016461125342175364, 0.04389838129281998, -0.020952722057700157, 0.053863342851400375, 0.06506196409463882, 0.04378645494580269, 0.14759314060211182, 0.16964268684387207, 0.19070306420326233, 0.17705069482326508, -0.06922444701194763, -0.24190783500671387, -0.06991253048181534, -0.20644372701644897, -0.24063704907894135, -0.24262751638889313, -0.2953784763813019, -0.32631993293762207, -0.12559270858764648, 0.10108385235071182, 0.009511523880064487, -0.005739912390708923, 0.12062712758779526, 0.051238588988780975, -0.20904912054538727, -0.040499892085790634, 0.09910833835601807, 0.36494719982147217, 0.042151205241680145, -0.4775715470314026, -0.08283606171607971, -0.015380132012069225, -0.39019471406936646, -0.48774173855781555, -0.3376506268978119, -0.3991806209087372, -0.3040696680545807, -0.28733864426612854, -0.15640543401241302, 0.036589376628398895, -0.054103460162878036, 0.023514367640018463, 0.2339988648891449, 0.08715363591909409, 0.13323146104812622, 0.22290992736816406, 0.12811140716075897, 0.0914386734366417, 0.12858468294143677, 0.0600968636572361, -0.06161287799477577, -0.15515242516994476, -0.17222291231155396, -0.3279332220554352, -0.15193617343902588, -0.2433202564716339, -0.16693970561027527, -0.02239462547004223, 0.013556819409132004, 0.15749476850032806, 0.36987724900245667, 0.20372475683689117, 0.23308204114437103, 0.29670459032058716, 0.28078240156173706, 0.16175000369548798, 0.2265975922346115, 0.09057512879371643, -0.12941144406795502, 0.0011470869649201632, 0.056713297963142395, 0.1541966199874878, 0.2515963315963745, 0.22823932766914368, 0.15683650970458984, -0.07569018006324768, 0.21391168236732483, 0.3254651427268982, 0.17652510106563568, -0.2077832967042923, 0.19085979461669922, 0.5434436202049255, 0.2932451367378235, 0.37979856133461, 0.19551722705364227, 0.35949549078941345, 0.3466883599758148, 0.020782576873898506, 0.16808316111564636, 0.24613338708877563, 0.060354262590408325, -0.010097622871398926, 0.10597525537014008, 0.06060279533267021, -0.03855699673295021, 0.14806978404521942, -0.009872646071016788, 0.061258941888809204, 0.29048222303390503, 0.1617654711008072, 0.1664283573627472, 0.3569974899291992, 0.3762224614620209, 0.0268577728420496, 0.23076893389225006, 0.3332284390926361, 0.20641352236270905, 0.09854273498058319, 0.03146427124738693, -0.0036885435692965984, 0.041959866881370544, 0.07328149676322937, -0.011901023797690868, 0.0539250373840332, 0.1131037250161171, 0.0291955154389143, 0.07976527512073517, 0.11281813681125641, 0.13934077322483063, 0.12579317390918732, 0.10380185395479202, 0.2172814905643463, 0.1352134495973587, -0.01914149709045887, 0.06340128183364868, -0.06566459685564041, -0.09504417330026627, 0.00038905502879060805, 0.0416049025952816, -0.12749363481998444, -0.0591297410428524, -0.020333928987383842, -0.07484161853790283, -0.0856308713555336, 0.10693206638097763, -0.052348289638757706, -0.18086667358875275, -0.05375060811638832, 0.02134290523827076, -0.002605627290904522, 0.07885288447141647, -0.009374147281050682, 0.008081691339612007, 0.124594546854496, -0.05532199889421463, -0.005854230839759111, 0.03178661689162254, -0.1959635615348816, -0.15710723400115967, -0.06248810514807701, -0.13879483938217163, -0.18916599452495575, -0.009062269702553749, -0.04017062112689018, -0.1081472784280777, 0.05783301964402199, -0.010647792369127274, -0.04210847616195679, 0.053896427154541016, -0.011016111820936203, 0.0691065788269043, 0.03447822853922844, -0.09597151726484299, 0.08822498470544815, 0.14009343087673187, 0.14684194326400757, 0.07729628682136536, 0.17735804617404938, 0.20537179708480835, 0.034307822585105896, 0.15547864139080048, 0.15857821702957153, 0.10688076913356781, 0.13560663163661957, -0.004705802537500858, -0.00021685930551029742, 0.15532466769218445, 0.12644539773464203, 0.1281702071428299, 0.17503759264945984, 0.19997431337833405, 0.2518645226955414, 0.18411819636821747, 0.16942480206489563, 0.2698061168193817, 0.21674638986587524, 0.036667294800281525, 0.15916597843170166, 0.13755638897418976, 0.055396076291799545, 0.15699423849582672, 0.1766623854637146, 0.15779392421245575, 0.19254501163959503, 0.22276395559310913, 0.15763415396213531, 0.06765338033437729, 0.14523807168006897, 0.11990483850240707, 0.0586189366877079, 0.12513364851474762, 0.013779440894722939, 0.009133408777415752, 0.08464805781841278, 0.08285611867904663, 0.07833343744277954, 0.027903316542506218, 0.13849443197250366, 0.018721016123890877, 0.06343531608581543, 0.12531010806560516, 0.12173663079738617, -0.21471358835697174, -0.06172266975045204, 0.1912752389907837, -0.06118264049291611, 0.49010682106018066, 0.3967915177345276, 0.049513816833496094, 0.2760663330554962, 0.27736034989356995, -0.10022937506437302, -0.12336698919534683, -0.08786856383085251, -0.04501555114984512, -0.05376109480857849, -0.4367018938064575, -0.40559113025665283, -0.19939599931240082, -0.12814681231975555, -0.06221199780702591, 0.12416856735944748, 0.35657432675361633, 0.41219595074653625, 0.1564229428768158, 0.24233123660087585, 0.20441436767578125, 0.20601242780685425, 0.14172638952732086, -0.039493463933467865, -0.20694339275360107, -0.27354496717453003, -0.2037190943956375, -0.35378915071487427, -0.24054338037967682, -0.1806805282831192, -0.22150371968746185, -0.15319769084453583, 0.008095978759229183, 0.060742393136024475, 0.008798922412097454, 0.2358292192220688, 0.12983858585357666, 0.0952799916267395, 0.10506824404001236, 0.1091315895318985, 0.03400706127285957, -0.02796764299273491, 0.03799818828701973, -0.09209203720092773, -0.13990677893161774, -0.16797217726707458, -0.32003581523895264, -0.34084877371788025, -0.31027308106422424, -0.37288394570350647, -0.31788939237594604, -0.35787197947502136, -0.2570919990539551, 0.0400279276072979, 0.176007941365242, 0.3663828372955322, 0.2311381995677948, 0.17939670383930206, 0.2524203360080719, 0.2867542505264282, 0.26751232147216797, -0.02206829935312271, 0.0013811214594170451, -0.023121513426303864, -0.22225098311901093, -0.33859390020370483, -0.46525323390960693, -0.35993441939353943, -0.3896312415599823, -0.24012450873851776, -0.1078401505947113, -0.16517993807792664, -0.009819269180297852, 0.21080905199050903, 0.2663199305534363, 0.3884691298007965, 0.31597885489463806, 0.24660786986351013, 0.19607478380203247, 0.1363588571548462, -0.12199825048446655, -0.23496496677398682, -0.21934610605239868, -0.24648381769657135, -0.3358802795410156, -0.37820523977279663, -0.36884602904319763, -0.26357516646385193, -0.19663038849830627, 0.007973000407218933, -0.1569342464208603, -0.17405055463314056, 0.030251668766140938, 0.059253182262182236, 0.027115320786833763, 0.1225631907582283, 0.2867456376552582, 0.07326795905828476, 0.25033625960350037, 0.2743270993232727, 0.09758812934160233, 0.006158123724162579, -0.06240421161055565, -0.338155597448349, -0.3216145932674408, -0.41884419322013855, -0.3295457363128662, -0.3351138234138489, -0.2516630291938782, -0.07216158509254456, 0.022111710160970688, 0.02227671444416046, 0.16366949677467346, 0.28208690881729126, 0.14678765833377838, 0.2205721139907837, 0.18959224224090576, 0.1422552466392517, -0.06324245035648346, -0.23877482116222382, -0.2359563708305359, -0.3303327262401581, -0.26539286971092224, -0.2728191614151001, -0.17984400689601898, -0.24732720851898193, -0.2328353077173233, -0.05415991321206093, -0.10468746721744537, -0.028941787779331207, 0.019457975402474403, -0.005245989188551903, 0.0005223654443398118, 0.05642913281917572, -0.012703733518719673, -0.046228811144828796, 0.08462362736463547, -0.0851622149348259, 0.0581582635641098, -0.013414961285889149, -0.05751623213291168, -0.09847864508628845, -0.1375003159046173, -0.19407643377780914, -0.06577545404434204, -0.25066226720809937, -0.2389417290687561, -0.01941159926354885, -0.11276126652956009, -0.07938261330127716, 0.14597240090370178, 0.15432952344417572, 0.0288607869297266, 0.2794363796710968, 0.29942068457603455, 0.15357086062431335, 0.12663455307483673, 0.16836202144622803, 0.09408722072839737, -0.03706740215420723, -0.00734309758991003, -0.1557549238204956, -0.1812243014574051, 0.02214212715625763, -0.1240675076842308, 0.015115605667233467, 0.09245456755161285, 0.04779680445790291, 0.25929322838783264, 0.20395761728286743, 0.10910758376121521, 0.09274717420339584, 0.1487915962934494, 0.10560263693332672, 0.04412404075264931, 0.21811982989311218, 0.05053279176354408, -0.03628590703010559, 0.06926682591438293, -0.02621404454112053, 0.0006097208824940026, 0.07191865146160126, 0.07268142700195312, -0.10102081298828125, 0.016107700765132904, 0.03605102375149727, 0.11532214283943176, 0.16892117261886597, 0.03687416389584541, 0.08766604959964752, 0.08459040522575378, 0.07909361273050308, 0.10327983647584915, 0.05918876454234123, -0.019346529617905617, 0.07058657705783844, -0.022907642647624016, -0.03382973372936249, -0.027674300596117973, 0.04964183270931244, -0.031223813071846962, 0.014331793412566185, -6.2505373534804676e-06, 0.001034402521327138, 0.06929384917020798, 0.04961661249399185, 0.03791845962405205, 0.07260216772556305, -0.05142083764076233, -0.020306803286075592, 0.10506702959537506, -0.06602007150650024, -0.004112775903195143, 0.027161434292793274, -0.02252299152314663, -0.16069930791854858, -0.030536381527781487, -0.11107083410024643, -0.09176395833492279, -0.05636999011039734, -0.04764525219798088, -0.11080771684646606, -0.13772401213645935, -0.048576295375823975, -0.04801193252205849, 0.07038766145706177, -0.027279332280158997, -0.04333839938044548, -0.0507168248295784, -0.09442416578531265, -0.09503650665283203, -0.07221338897943497, -0.12501130998134613, -0.15429319441318512, -0.161332905292511, -0.16553732752799988, -0.19353172183036804, -0.12406669557094574, -0.09883733838796616, -0.23463691771030426, -0.1313168704509735, -0.10251346975564957, -0.1931769698858261, -0.16864638030529022, -0.04760349169373512, -0.11597975343465805, -0.18202997744083405, -0.14370091259479523, -0.10695216804742813, -0.1773453950881958, -0.21005986630916595, -0.19324222207069397, -0.2026035040616989, -0.21594347059726715, -0.20011787116527557, -0.05334608256816864, -0.036039724946022034, -0.1707734912633896, -0.11849384009838104, -0.08679737895727158, -0.14377963542938232, -0.13080766797065735, 0.061595164239406586, 0.040713950991630554, 0.1127859428524971, 0.05984257161617279, -0.05638188123703003, -0.016195252537727356, 0.10741034150123596, 0.08205771446228027, -0.018960092216730118, -0.012839406728744507, 0.034119222313165665, -0.09815365076065063, -0.029017416760325432, -0.12212163954973221, -0.03307955712080002, 0.009104400873184204, -0.028026601299643517, 0.01694633811712265, 0.15920273959636688, 0.1648397147655487, 0.16158424317836761, 0.21121911704540253, 0.1654374748468399, 0.11756236106157303, 0.11886710673570633, 0.14474648237228394, 0.16926981508731842, 0.11064423620700836, 0.08203490078449249, 0.03597141429781914, 0.06525687128305435, 0.030240098014473915, -0.05843053385615349, -0.06507599353790283, 0.022433225065469742, 0.012224852107465267, 0.0003744114364963025, -0.003073947038501501, 0.09085524082183838, 0.029327360913157463, -0.028195219114422798, 0.04122759401798248, 0.11221350729465485, 0.03846263512969017, 0.055204082280397415, 0.06398909538984299, 0.06145096197724342, 0.01707722805440426, 0.033539384603500366, 0.053078070282936096, -0.06996507942676544, -0.03401607275009155, -0.10678651183843613, -0.10007958859205246, -0.08507620543241501, -0.06349963694810867, -0.05717306211590767, -0.05313010513782501, 0.08766140788793564, 0.037577394396066666, -0.038411881774663925, -0.02027423121035099, -0.08324851095676422, -0.025402726605534554, -0.0007020923658274114, -0.08667699992656708, -0.061088111251592636, 0.0119408518075943, 0.05291743576526642, -0.12041478604078293, -0.11044462025165558, -0.08638463914394379, -0.09526097774505615, -0.15195076167583466, -0.17082878947257996, -0.1840943545103073, -0.14237165451049805, -0.08006858825683594, -0.14953745901584625, -0.08242953568696976, 0.02802780084311962, -0.02162119187414646, -0.09964755922555923, -0.011243050917983055, -0.16157545149326324, -0.1520918607711792, -0.09521754086017609, -0.08263708651065826, -0.1303238719701767, -0.060277990996837616, 0.010455334559082985, -0.046626705676317215, -0.04686509445309639, -0.04271466284990311, -0.006461656652390957, -0.004431307315826416, -0.10133788734674454, -0.04369986429810524, 0.026062974706292152, -0.10116581618785858, -0.09976562112569809, -0.1022893562912941, -0.10360312461853027, -0.06987575441598892, -0.043609071522951126, 0.016041893512010574, 0.021617474034428596, -0.030945736914873123, -0.03417426720261574, -0.09107440710067749, -0.01854112185537815, -0.11992993950843811, -0.284118115901947, -0.12092358618974686, -0.07690846174955368, -0.054507914930582047, -0.0267594363540411, -0.0017427250277251005, 0.023592427372932434, -0.0010667536407709122, 0.027230115607380867, -0.033288583159446716, -0.03633706271648407, 0.03234599903225899, 0.032400257885456085, 0.053298331797122955, 0.0775207057595253, 0.08442550152540207, 0.1408652663230896, 0.1218312606215477, 0.05125223100185394, 0.052308496087789536, 0.13051795959472656, 0.03055521845817566, 0.13532617688179016, 0.2190234512090683, 0.1378021091222763, 0.19103503227233887, 0.13093967735767365, 0.04905538633465767, 0.10624174028635025, 0.07247191667556763, 0.04554972052574158, 0.0682782456278801, 0.26842260360717773, 0.2913172245025635, 0.2020169198513031, 0.29002460837364197, 0.3337157666683197, 0.2268754243850708, 0.34844040870666504, 0.20867933332920074, 0.16304700076580048, 0.08124946802854538, 0.007579401601105928, 0.02492787502706051, 0.0021440947894006968, 0.06528622657060623, 0.10969151556491852, 0.24091555178165436, 0.26104581356048584, 0.1872428059577942, 0.3593769669532776, 0.3103425204753876, 0.151264026761055, 0.13938003778457642, 0.19973762333393097, 0.05388495326042175, 0.04900895431637764, 0.022418580949306488, -0.021474407985806465, 0.045727089047431946, 0.10903960466384888, 0.03958793729543686, 0.11461235582828522, 0.12373670190572739, 0.09168896079063416, 0.04353388026356697, -0.01985400728881359, -0.03699006885290146, -0.05028148368000984, -0.010387532413005829, -0.033181749284267426, 0.05352138355374336, 0.13168631494045258, 0.23262706398963928, 0.24422098696231842, 0.21039073169231415, 0.10842742770910263, 0.18080107867717743, 0.1330224871635437, 0.09386420249938965, 0.058019254356622696, 0.02649129554629326, -0.07422465085983276, -0.025668662041425705, 0.02112738974392414, -0.04484432935714722, -0.10874255001544952, 0.08785678446292877, 0.14496025443077087, 0.09269735217094421, 0.20101585984230042, 0.22834615409374237, 0.15629971027374268, 0.20579461753368378, 0.09719274193048477, 0.047192398458719254, 0.0007238518446683884, 0.0771656185388565, 0.1342581808567047, 0.12041620910167694, 0.025211960077285767, 0.06767946481704712, 0.12894240021705627, 0.13646207749843597, 0.13329005241394043, 0.05154610052704811, 0.11158538609743118, 0.04250117763876915, 0.04095873981714249, 0.012106947600841522, 0.10335544496774673, 0.05575988441705704, 0.12238410860300064, 0.16934551298618317, 0.18516357243061066, 0.19144755601882935, 0.14353229105472565, 0.09181120991706848, 0.039515528827905655, -0.0907098576426506, -0.1479269117116928, -0.08893819898366928, -0.10786592215299606, -0.0810168981552124, -0.07004617154598236, -0.013587597757577896, 0.031712040305137634, 0.11875993758440018, 0.10101790726184845, 0.04402969405055046, 0.07524634897708893, 0.023678187280893326, -0.08738013356924057, -0.10614326596260071, -0.08031121641397476, -0.07732384651899338, -0.09040012210607529, -0.07191701233386993, -0.13834869861602783, -0.0994471088051796, -0.051552027463912964, -0.13582029938697815, -0.07948136329650879, -0.06606805324554443, -0.08180567622184753, -0.020255016162991524, -0.022418217733502388, -0.11560920625925064, -0.05844207480549812, -0.04700291156768799, 0.018825387582182884, 0.002195917069911957, 0.021219976246356964, 0.01322234608232975, -0.03355884179472923, -0.01811305619776249, -0.09864097833633423, -0.14915785193443298, -0.07390119880437851, -0.187069371342659, -0.25609830021858215, -0.1548897922039032, -0.1390063315629959, -0.18280336260795593, -0.07088080793619156, 0.004861227236688137, 0.08047521114349365, 0.11382419615983963, 0.02325410395860672, 0.10852764546871185, 0.0907447338104248, -0.03072485513985157, 0.0018347807927057147, -0.004343622829765081, -0.1587994247674942, -0.17945319414138794, -0.17073626816272736, -0.12103764712810516, -0.14577235281467438, -0.10115379840135574, -0.116012342274189, -0.06319432705640793, 0.039924778044223785, 0.033059827983379364, -0.02034970000386238, -0.0518142506480217, -0.04976687580347061, -0.13175903260707855, -0.25348472595214844, -0.21633441746234894, -0.21659693121910095, -0.14267310500144958, -0.18252447247505188, -0.21217085421085358, -0.1473952680826187, -0.083022840321064, -0.16954894363880157, -0.21521542966365814, -0.1406627595424652, -0.17387963831424713, -0.16792891919612885, -0.23941563069820404, -0.21139250695705414, -0.12982100248336792, -0.16513442993164062, -0.08900869637727737, -0.053378939628601074, -0.029879936948418617, -0.005604377016425133, -0.060983527451753616, -0.10020462423563004, 0.0008141004364006221, -0.11376577615737915, -0.09722680598497391, -0.02023998275399208, -0.07530497759580612, -0.09650694578886032, -0.09349770843982697, 0.008080308325588703, -0.004654712975025177, 0.02265431173145771, 0.12296754121780396, 0.10534151643514633, 0.04040035605430603, 0.12211013585329056, 0.0629347413778305, 0.04545404016971588, 0.11565498262643814, 0.14366084337234497, 0.09665970504283905, 0.11093408614397049, 0.1295214295387268, 0.12497518211603165, 0.055790212005376816, 0.008597983978688717, 0.09224069863557816, 0.03595971688628197, -0.05500277876853943, -0.11083115637302399, -0.0821707472205162, 0.03022870048880577, 0.0001482314692111686, 0.021255627274513245, 0.04456105828285217, 0.035294678062200546, 0.10583021491765976, 0.15547384321689606, 0.05815039575099945, 0.03483596816658974, 0.16614872217178345, 0.08674886077642441, -0.08326710760593414, -0.010019384324550629, -0.007832871749997139, -0.07193415611982346, -0.09344835579395294, -0.0739620104432106, -0.07159484922885895, -0.03208735212683678, -0.09273715317249298, -0.05989302322268486, 0.021641196683049202, -0.019339852035045624, -0.09895715117454529, -0.1017320528626442, 0.01820654794573784, -0.03647695109248161, -0.0866701677441597, -0.04213407263159752, -0.01794966496527195, -0.0019426523940637708, -0.019855178892612457, -0.09412765502929688, -0.1099139153957367, -0.1035999208688736, -0.21723710000514984, -0.1197824478149414, -0.023965388536453247, -0.10852774977684021, -0.08735761046409607, -0.08283549547195435, -0.10772619396448135, -0.04385928809642792, -0.03063265234231949, -0.04868721589446068, -0.03753085806965828, 0.008684354834258556, -0.10305368155241013, -0.09500737488269806, -0.09517455846071243, -0.1535518616437912, -0.20668096840381622, -0.14760464429855347, -0.2249143123626709, -0.1915430724620819, -0.12580646574497223, -0.13424406945705414, -0.23516269028186798, -0.13704191148281097, -0.058616649359464645, -0.10255518555641174, -0.0222560316324234, -0.0416380874812603, -0.11528412997722626, -0.03133011981844902, -0.004759513773024082, -0.032667696475982666, -0.037795133888721466, -0.06673124432563782, -0.06409918516874313, 0.004834244959056377, -0.03632696717977524, -0.05818883702158928, -0.11133860051631927, -0.07058494538068771, -0.0525839664041996, -0.040123287588357925, -0.06097383797168732, -0.08375868946313858, -0.015874048694968224, 0.07636584341526031, 0.06878557056188583, 0.13941171765327454, 0.20948748290538788, 0.21737390756607056, 0.2153036892414093, 0.27246522903442383, 0.24218609929084778, 0.1395432949066162, 0.17240527272224426, 0.11111056059598923, 0.021532569080591202, 0.01056312769651413, -0.04082339257001877, -0.041807323694229126, 0.048819079995155334, -0.007216888014227152, -0.03200963884592056, 0.07576917856931686, 0.09053945541381836, 0.11837004125118256, 0.22750717401504517, 0.15481559932231903, 0.11130669713020325, 0.11463091522455215, 0.08791463077068329, 0.0976874902844429, 0.1537049561738968, 0.1647910326719284, 0.09310979396104813, 0.1361428201198578, 0.15985040366649628, 0.08401352912187576, 0.05095873028039932, 0.0439281202852726, -0.03423731029033661, -0.04203645884990692, -0.0340910330414772, -0.029017968103289604, 0.053185708820819855, 0.07108958065509796, -0.007896478287875652, 0.058031752705574036, 0.10633377730846405, 0.04978279769420624, 0.13334111869335175, 0.07107831537723541, -0.023245416581630707, 0.0375828817486763, 0.03346318006515503, -0.06297290325164795, -0.03968861699104309, -0.10005389153957367, -0.10678952932357788, -0.07105973362922668, -0.0068069943226873875, 0.002080029807984829, -0.034627899527549744, -0.01851995475590229, -0.011138936504721642, -0.011209449730813503, 0.010449866764247417, -0.028095172718167305, 0.005661082454025745, 0.006351943593472242, -0.06963007152080536, -0.015021285973489285, -0.0531143881380558, -0.006482663564383984, -0.08428137749433517, -0.12652021646499634, -0.14878444373607635, -0.07168930768966675, -0.11479900032281876, -0.1403564065694809, -0.13201497495174408, -0.16373679041862488, -0.10619620978832245, -0.12864670157432556, -0.15574298799037933, -0.10653142631053925, -0.10668783634901047, -0.08973652124404907, -0.11715533584356308, -0.11695580184459686, -0.05919294431805611, -0.05353816598653793, -0.08839303255081177, -0.1087278500199318, -0.2107250690460205, -0.26126915216445923, -0.2688348591327667, -0.26113516092300415, -0.35166651010513306, -0.29026928544044495, -0.04728519544005394, 0.01537378504872322, 0.016339711844921112, 0.08719366043806076, 0.08075561374425888, 0.09284739941358566, 0.030780360102653503, -0.09129570424556732, -0.1792159527540207, -0.11969507485628128, -0.11314180493354797, -0.14310172200202942, -0.2268460988998413, -0.058120738714933395, 0.08748219907283783, 0.04520481079816818, -0.04770013317465782, -0.07953794300556183, 0.07344289869070053, 0.18299135565757751, 0.10925556719303131, 0.07363860309123993, 0.10008665174245834, 0.12426308542490005, 0.12787063419818878, 0.14152638614177704, 0.0031988241244107485, 0.03761233016848564, 0.1956569105386734, 0.08069495856761932, 0.018968110904097557, 0.13918529450893402, 0.1169082447886467, 0.05359260365366936, 0.005938067566603422, -0.04525158926844597, -0.03451899439096451, 0.015046773478388786, 0.004500141832977533, 0.05676441267132759, 0.21803158521652222, 0.1353207528591156, 0.15897157788276672, 0.24435019493103027, 0.2258942574262619, 0.1987503468990326, 0.21569250524044037, 0.116600401699543, 0.033025577664375305, 0.004962627775967121, -0.02376428246498108, -0.08986842632293701, -0.0689123347401619, -0.10529546439647675, -0.07272853702306747, 0.11566566675901413, 0.12279874086380005, 0.051854606717824936, 0.15529216825962067, 0.25343888998031616, 0.12525227665901184, 0.058634158223867416, 0.1256561577320099, 0.11538685113191605, 0.1378999799489975, 0.06793612986803055, 0.04513838514685631, 0.17401646077632904, 0.17473004758358002, -0.041509002447128296, 0.015841089189052582, 0.10392536222934723, 0.05959806591272354, 0.10902393609285355, 0.1103028953075409, 0.07769572734832764, 0.02376299910247326, 0.04034336656332016, -0.03174670785665512, -0.020601022988557816, 0.054485514760017395, -0.02357967011630535, 0.02340603806078434, 0.1242646649479866, 0.07547622919082642, 0.051426369696855545, 0.21005411446094513, 0.13759419322013855, 0.029153864830732346, 0.21279539167881012, -0.16282275319099426, -0.060484714806079865, 0.2321605533361435, -0.04224715754389763, 0.1063578650355339, 0.014993914403021336, -0.012314903549849987, 0.04843267798423767, -0.08407338708639145, -0.06433200091123581, -0.08763198554515839, -0.12166237831115723, -0.13375775516033173, -0.009290697053074837, -0.04588739201426506, -0.04405467212200165, -0.006360536906868219, -0.08064321428537369, -0.024449067190289497, 0.031901754438877106, 0.07579302787780762, 0.058148469775915146, 0.053606849163770676, 0.11625640839338303, 0.19477693736553192, 0.05893942341208458, 0.02898988500237465, 0.00397480046376586, 0.008700665086507797, 0.02996481955051422, -0.12463808804750443, -0.19049884378910065, 0.015085244551301003, -0.07140573859214783, -0.02453102543950081, 0.14617493748664856, 0.12019377946853638, 0.08132141083478928, 0.1688532531261444, 0.16421066224575043, 0.06362362205982208, 0.03418990597128868, 0.0033924586605280638, -0.03747211769223213, 0.06756965816020966, 0.12786686420440674, 0.05444803833961487, 0.02434767782688141, 0.2101757973432541, 0.09928638488054276, 0.17892417311668396, 0.21897849440574646, 0.20446443557739258, 0.23418502509593964, 0.13397598266601562, 0.0348220132291317, 0.10819252580404282, 0.12306229770183563, 0.0866527408361435, 0.055266015231609344, 0.1250634789466858, -0.15741874277591705, -0.013276484794914722, 0.34680017828941345, 0.21430429816246033, 0.051704999059438705, 0.1641642451286316, 0.24589286744594574, 0.19066576659679413, 0.12890246510505676, 0.07072126120328903, 0.024238985031843185, 0.04568398743867874, -0.030966129153966904, -0.01428990624845028, 0.1919112652540207, 0.10130457580089569, 0.018255164846777916, 0.13938772678375244, 0.20268100500106812, 0.17311358451843262, 0.1276313066482544, 0.08248181641101837, 0.029005296528339386, 0.010703813284635544, -0.060066696256399155, 0.0018169567920267582, -0.04187140241265297, 0.024151813238859177, 0.05976659804582596, 0.06661420315504074, 0.12320304661989212, 0.01707182079553604, 6.126913649495691e-05, -0.08151800185441971, -0.0981113538146019, -0.0864969938993454, -0.1775316596031189, -0.06486857682466507, 0.019316425547003746, -0.0807439535856247, -0.11068335175514221, -0.05051867663860321, 0.03684324398636818, -0.004647292196750641, -0.05891800299286842, 0.023010987788438797, 0.10405297577381134, 0.1385359764099121, 0.015680136159062386, -0.07433754950761795, -0.1514117568731308, -0.09139922261238098, -0.0647919550538063, -0.08775587379932404, -0.10835123062133789, 0.02169005759060383, 0.1028594970703125, 0.04356493055820465, 0.07233241945505142, -0.008874288760125637, 0.013782924972474575, 0.020393146201968193, -0.013689047656953335, -0.05819902569055557, -0.0850689709186554, -0.18164847791194916, -0.2716778516769409, -0.12294421344995499, -0.16500917077064514, -0.19436749815940857, -0.11702941358089447, -0.09456966072320938, -0.0802137553691864, -0.06727464497089386, -0.06743665039539337, -0.12976966798305511, -0.1648697704076767, -0.16598792374134064, -0.19890402257442474, -0.06480159610509872, -0.125414177775383, -0.2237972468137741, 0.049176909029483795, -0.05696258693933487, -0.13402381539344788, 0.041323933750391006, 0.059119317680597305, -0.07040619105100632, -0.04480110481381416, -0.03261309489607811, -0.16980209946632385, -0.19991154968738556, -0.08167070895433426, -0.2228756994009018, -0.30593863129615784, -0.2585381269454956, -0.13871653378009796, 0.045826222747564316, 0.00553168635815382, 0.06946361064910889, 0.13777554035186768, 0.19772179424762726, 0.058759476989507675, 0.054100051522254944, -0.025815686210989952, 0.0008071864140219986, 0.044427890330553055, -0.13205423951148987, 0.06205848604440689, -0.12881481647491455, -0.060986004769802094, -0.15034620463848114, -0.1443067342042923, 0.03940807655453682, -0.06281213462352753, -0.09511016309261322, -0.001848850748501718, -0.1868068128824234, -0.18050341308116913, 0.15784543752670288, 0.24352674186229706, -0.056555088609457016, 0.31404900550842285, -0.12408602237701416, -1.5800026655197144, -0.08320635557174683, -1.1329013109207153, 0.6020787954330444, 3.052516460418701, -0.02595282718539238, -0.4509141743183136, 1.4420424699783325, 0.49510112404823303, -0.9504575133323669, -0.1357320249080658, 0.20236076414585114, -0.7157625555992126, -0.998590886592865, -0.45168498158454895, -0.5445345044136047, -1.3438669443130493, -0.1264486461877823, -0.23158448934555054, -1.1580815315246582, 0.36474868655204773, 0.011497044004499912, -0.3331266939640045, 0.8437758684158325, 0.22610914707183838, 0.3572109639644623, 0.7089788913726807, 0.17587517201900482, 0.31855887174606323, 0.7206198573112488, 0.3616982400417328, -0.14617392420768738, 0.20041057467460632, -0.6528427600860596, -1.0631706714630127, -0.4409578740596771, -0.9954123497009277, -1.3250054121017456, -0.6042922735214233, -0.7355806231498718, -0.6090700626373291, -0.36220571398735046, -0.14963991940021515, 0.04939466342329979, 0.47055208683013916, 0.7016389966011047, 0.7150033712387085, 0.6703905463218689, 0.5612906217575073, 0.6656587719917297, 0.6421862840652466, -0.021953554823994637, -0.17490695416927338, 0.09551383554935455, -0.5414011478424072, -0.5385634899139404, -0.48589611053466797, -0.8485164642333984, -0.16081371903419495, 0.38619962334632874, -0.1021467074751854, -0.5735646486282349, 0.3799643814563751, 0.229583278298378, -0.12260999530553818, 0.498945951461792, 0.38976168632507324, 0.1911475956439972, 0.5936259627342224, 0.2774430811405182, 0.5688934922218323, -0.5762649774551392, -0.8688652515411377, -0.02931973710656166, -0.18532098829746246, 0.08513466268777847, -0.1535797417163849, -0.44617488980293274, 0.04421907663345337, -0.07152485847473145, 0.01428724080324173, -0.16847549378871918, 0.242253378033638, 0.4365012049674988, -0.03485778346657753, -0.30069851875305176, 0.08152688294649124, 0.3574538826942444, -0.179237961769104, -0.3267183303833008, -0.0032538447994738817, 0.17215465009212494, 0.16094951331615448, -0.12028636038303375, -0.3619735836982727, 0.10490738600492477, -0.09868451952934265, -0.11781103909015656, 0.06932336091995239, 0.00726215960457921, -0.053476687520742416, 0.2189294546842575, -0.1862543523311615, -0.04119798541069031, 0.3663552403450012, -0.07487697899341583, -0.2964823246002197, 0.010282618924975395, 0.006433940026909113, -0.04806017130613327, 0.11307921260595322, -0.1686212122440338, -0.41224709153175354, -0.41509541869163513, -0.4377667009830475, -0.2530851662158966, -0.025021597743034363, -0.16051281988620758, -0.17833898961544037, -0.1515350490808487, 0.0398116298019886, -0.12440682202577591, -0.0532384030520916, -0.19333483278751373, -0.16431303322315216, 0.29648736119270325, -0.19632409512996674, -0.3411950170993805, 0.1161835566163063, 0.015426546335220337, -0.10350345820188522, 0.09923538565635681, -0.21345524489879608, -0.4915964901447296, -0.2853362262248993, -0.23782169818878174, -0.35309165716171265, 0.06945860385894775, -0.18257935345172882, -0.2684900164604187, 0.09918659180402756, -0.022926369681954384, -0.014059152454137802, 0.1542820781469345, 0.033650510013103485, -0.038612496107816696, 0.03254123404622078, 0.09704343229532242, 0.1267668753862381, -0.027403827756643295, 0.03193477913737297, 0.14242099225521088, 0.15927688777446747, -0.025881994515657425, 0.022981898859143257, -0.007038858253508806, -0.11748245358467102, -0.14783623814582825, -0.11846774071455002, -0.1076970174908638, -0.12307202070951462, 0.006911818869411945, 0.1354009360074997, 0.0809437707066536, 0.08994774520397186, -0.022986480966210365, -0.10404325276613235, 0.31781280040740967, 0.19041703641414642, 0.2556988596916199, 0.18671290576457977, 0.3366612195968628, 0.45824021100997925, 0.11573640257120132, 0.37526974081993103, 0.05031466856598854, 0.01412877906113863, 0.38774898648262024, 0.020277883857488632, 0.04105635732412338, 0.2616806924343109, 0.18806874752044678, 0.147270068526268, 0.17231081426143646, 0.38019150495529175, 0.16044989228248596, 0.308717280626297, 0.3305400609970093, 0.2875676453113556, 0.27930304408073425, 0.45640793442726135, -0.027795445173978806, 0.18683132529258728, 0.24499782919883728, 0.244415283203125, 0.2175687849521637, 0.34808430075645447, 0.12372336536645889, 0.22925110161304474, 0.16450150310993195, -0.11622295528650284, 0.24190257489681244, 0.2693842351436615, 0.014260885305702686, 0.29843658208847046, 0.33559513092041016, 0.05950891971588135, 0.5359848737716675, 0.4824106693267822, 0.2403026670217514, -0.003148807678371668, 0.3629648685455322, -0.006589915137737989, 0.20655976235866547, 0.25239136815071106, 0.019161084666848183, 0.06224609911441803, 0.12945660948753357, -0.051808565855026245, 0.056678593158721924, 0.2089604288339615, -0.07278422266244888, 0.07062137871980667, 0.16887280344963074, 0.0007179250824265182, 0.02063330076634884, 0.23333853483200073, 0.020292356610298157, 0.24643193185329437, 0.1001802310347557, 0.02640588767826557, 0.18196430802345276, 0.3170190453529358, -0.1530056893825531, -0.08069982379674911, -0.0006958756712265313, -0.23261286318302155, -0.20692424476146698, -0.05435860529541969, -0.18080735206604004, -0.06339994817972183, -0.1177634447813034, -0.18451964855194092, -0.011854148469865322, -0.16653750836849213, -0.04269947111606598, -0.06385838985443115, 0.18439728021621704, 0.10967031866312027, 0.00791097991168499, -0.016590651124715805, 0.11520525813102722, -0.07921318709850311, 0.054993852972984314, 0.151800736784935, -0.10656838864088058, -0.07609591633081436, 0.03258410468697548, -0.30473455786705017, -0.09620381891727448, -0.03366510570049286, -0.09688808023929596, 0.03388974443078041, -0.08895751088857651, -0.08494876325130463, 0.01891217567026615, 0.023584553971886635, 0.10935144871473312, 0.27016210556030273, -0.08703035861253738, 0.26665881276130676, 0.13081105053424835, 0.09522818773984909, 0.11782912909984589, 0.17623978853225708, 0.265279620885849, 0.19810102880001068, 0.0011479639215394855, 0.1003982424736023, -0.09727881103754044, 0.04988788068294525, -0.053677998483181, 0.003199152648448944, 0.5191671848297119, -0.5911511778831482, -0.19571036100387573, 0.23024031519889832, -0.06843216717243195, 0.09666705876588821, 0.1939970850944519, 0.26989710330963135, 0.35701265931129456, 0.25079360604286194, 0.1599627286195755, 0.050763268023729324, 0.18640679121017456, 0.1422714740037918, 0.003182804910466075, 0.02937312051653862, 0.11854546517133713, -0.06979694962501526, -0.1257610321044922, 0.05959799885749817, -0.05020308494567871, 0.014464751817286015, 0.15882666409015656, -0.10475897789001465, 0.1750405728816986, 0.2271546721458435, -0.32904601097106934, -0.048742249608039856, 0.2536025047302246, 0.5490135550498962, -0.2745341956615448, -0.4417949318885803, 0.6700353026390076, 0.8431748151779175, 0.5027482509613037, -0.21977375447750092, 0.10150150954723358, 0.1704065352678299, -0.13270309567451477, -0.18850815296173096, -0.3250483274459839, -0.2519635856151581, -0.3263966143131256, -0.45232686400413513, -0.5479288101196289, -0.21507801115512848, 0.09024585038423538, -0.017685096710920334, -0.13147789239883423, 0.005201718769967556, 0.17679163813591003, 0.39796125888824463, 0.29134586453437805, 0.3004707098007202, 0.21230731904506683, 0.31180235743522644, 0.14466609060764313, -0.04008950665593147, 0.0021002942230552435, -0.20973367989063263, -0.24748803675174713, -0.30270370841026306, -0.3591249883174896, -0.3344706892967224, -0.47601282596588135, -0.13341441750526428, -0.35665005445480347, -0.34911856055259705, 0.1446775197982788, 0.1529892235994339, -0.12500451505184174, 0.38279274106025696, 0.5416438579559326, 0.1887281984090805, 0.3208846151828766, 0.48165079951286316, 0.1164412647485733, 0.2793115973472595, 0.3351484537124634, -0.09149046242237091, -0.05794573202729225, -0.036750972270965576, -0.48503103852272034, -0.12909093499183655, -0.05690441280603409, -0.3236250579357147, -0.020644692704081535, 0.03445003181695938, 0.10471069067716599, 0.32051920890808105, 0.47220566868782043, 0.10115259140729904, 0.31153833866119385, 0.5998327136039734, 0.03463318571448326, 0.10113285481929779, 0.38373586535453796, 0.047890178859233856, 0.027104072272777557, 0.1321699023246765, -0.19177553057670593, -0.22278445959091187, -0.1425459384918213, -0.35263726115226746, -0.3333567976951599, -0.12952159345149994, -0.22440724074840546, -0.22665460407733917, -0.19161128997802734, -0.16884969174861908, -0.1317175179719925, 0.28110015392303467, 3.4481122384022456e-06, -0.0032060372177511454, 0.26389360427856445, -0.007365760859102011, 0.07109878957271576, 0.13712741434574127, -0.17417678236961365, -0.11862629652023315, 0.15528811514377594, -0.23962263762950897, -0.37953120470046997, -0.17486058175563812, -0.20853270590305328, -0.34451916813850403, -0.10076244920492172, -0.08976662158966064, -0.13707590103149414, 0.060544807463884354, -0.06414692848920822, -0.1266755312681198, 0.27803874015808105, 0.0615621842443943, 0.02841360494494438, 0.20263901352882385, -0.0012689355062320828, -0.17021282017230988, -0.15388162434101105, -0.162562295794487, -0.2969365119934082, -0.15741340816020966, -0.39455848932266235, -0.49263495206832886, -0.18695661425590515, -0.24735617637634277, -0.5812095403671265, -0.3531574308872223, -0.2502261698246002, -0.21651679277420044, -0.21818393468856812, -0.1825859248638153, -0.1407407820224762, -0.07528899610042572, 0.03159511461853981, 0.047848980873823166, -0.0036637585144490004, -0.023200934752821922, -0.01992759481072426, -0.19521458446979523, -0.2651771008968353, -0.21693119406700134, -0.2659107446670532, -0.49787136912345886, -0.2596164643764496, -0.29750552773475647, -0.3929765224456787, -0.23800966143608093, -0.2122386395931244, -0.25814560055732727, 0.007736642379313707, 0.05605194345116615, 0.02172733284533024, 0.22355534136295319, 0.043255873024463654, 0.05023323372006416, 0.10028927028179169, -0.002204674296081066, -0.1185755506157875, -0.10789922624826431, -0.1210583969950676, -0.29312920570373535, -0.12935416400432587, -0.16410568356513977, -0.3450104594230652, -0.15366871654987335, -0.29248371720314026, -0.30008259415626526, -0.22537130117416382, -0.09669409692287445, 0.0018567097140476108, -0.07447616755962372, 0.12470941990613937, 0.028663767501711845, -0.06418966501951218, 0.14635851979255676, 0.1924794763326645, 0.11502878367900848, 0.06273534148931503, -0.1418665200471878, 0.22152426838874817, -0.18057048320770264, -0.15981264412403107, -0.0832749605178833, 0.20213870704174042, -0.04710671678185463, -0.05939643830060959, 0.1867661029100418, -0.08346042782068253, -0.013594591990113258, 0.2678431272506714, -0.1285271793603897, -0.07836445420980453, 0.17032314836978912, 0.13167598843574524, 0.14209651947021484, 0.24876892566680908, 0.34018227458000183, 0.18328982591629028, 0.11892940104007721, 0.16106027364730835, 0.05774594098329544, 0.1874668300151825, -0.031688813120126724, 0.13078215718269348, 0.19513750076293945, 0.045823778957128525, 0.15683279931545258, 0.08193526417016983, 0.29283660650253296, 0.3436438739299774, 0.28457963466644287, 0.12252437323331833, 0.264726847410202, 0.25618675351142883, 0.14747585356235504, 0.05912836268544197, 0.040297750383615494, -0.0008578488486818969, -0.021357804536819458, -0.036759961396455765, -0.013423810712993145, -0.11986663192510605, -0.21710605919361115, 0.20411866903305054, 0.014842679724097252, 0.12722386419773102, 0.17613384127616882, 0.17852985858917236, 0.12581391632556915, 0.03399774432182312, 0.07359448820352554, 0.062309589236974716, 0.01393287442624569, -0.010101405903697014, 0.05276525393128395, -0.010824152268469334, -0.19348151981830597, 0.0448564849793911, -0.011417706497013569, -0.15798591077327728, -0.14893797039985657, -0.1947650909423828, -0.2393726259469986, -0.19016100466251373, -0.23902864754199982, -0.1957150101661682, -0.10615980625152588, -0.2381669282913208, -0.13697004318237305, -0.07495100796222687, -0.06530631333589554, -0.16879746317863464, -0.06757085770368576, -0.09264720976352692, -0.14194799959659576, -0.1671176254749298, -0.11437559872865677, -0.18283158540725708, -0.2664375901222229, -0.17195697128772736, -0.149395152926445, -0.1718103140592575, -0.06520198285579681, -0.10572922229766846, -0.2122228443622589, -0.04795235022902489, -0.1841021329164505, -0.2668319642543793, -0.030836088582873344, -0.14241813123226166, -0.16927292943000793, -0.0355801023542881, -0.1476358026266098, -0.07075536251068115, -0.030880723148584366, -0.07123258709907532, 0.05362899601459503, -0.002277754247188568, -0.08918868005275726, 0.025435790419578552, -0.04301198571920395, -0.03212433308362961, 0.04124961420893669, 0.0802607461810112, 0.0976037010550499, 0.029295826330780983, 0.13361981511116028, 0.12432794272899628, 0.10940046608448029, 0.26923856139183044, 0.13901934027671814, 0.05197605490684509, 0.234353706240654, 0.05011956766247749, 0.042434848845005035, 0.2495594322681427, 0.046690501272678375, -0.09648854285478592, 0.11640194058418274, 0.08616989105939865, 0.041118890047073364, 0.22003479301929474, 0.23198507726192474, 0.07833972573280334, 0.15165850520133972, 0.07569646835327148, 0.022609176114201546, 0.017698140814900398, -0.06624114513397217, -0.20298610627651215, 0.057117100805044174, -0.12410643696784973, -0.2870587706565857, 0.07029447704553604, 0.12265816330909729, -0.16197070479393005, 0.21436594426631927, 0.1189669519662857, -0.11681623756885529, 0.18187040090560913, 0.10501684248447418, -0.04172679781913757, 0.24094916880130768, 0.18128125369548798, -0.23313303291797638, 0.1445881426334381, -0.17957937717437744, 0.04911533743143082, -0.006171450484544039, -0.11236026138067245, -0.15423844754695892, -0.0002059226535493508, -0.03607279062271118, 0.10293086618185043, 0.1596689224243164, -0.20530135929584503, 0.010082736611366272, 0.08800972253084183, -0.04795879125595093, 0.30442115664482117, -0.12800753116607666, -0.2740425169467926, -0.19772782921791077, 0.12444288283586502, -0.237386092543602, -0.029622742906212807, -0.20402145385742188, 0.21729229390621185, 0.6007047295570374, -0.977875828742981, 4.697373390197754, -0.03854706138372421, -10.871819496154785, 2.3952810764312744, 1.2041095495224, 0.7766667008399963, 2.8866002559661865, 0.33221960067749023, 1.6539521217346191, 1.4059661626815796, 0.8025913834571838, -0.5681356191635132, -0.0915089100599289, -1.4188306331634521, -0.931538462638855, -1.514198899269104, -2.315450429916382, -0.47979736328125, -0.9850591421127319, -1.2917506694793701, -0.7927581071853638, -0.9036301374435425, 0.735142707824707, -0.3305269181728363, 0.9896588921546936, 1.5845959186553955, 1.874011516571045, 0.7456607818603516, 1.0119887590408325, 0.9976719617843628, 0.8868153691291809, 0.40019845962524414, 0.7978857755661011, -0.07760173082351685, -0.11702580004930496, -0.9493331909179688, -1.0915788412094116, -1.240095615386963, -1.0715450048446655, -1.6198776960372925, -1.0242241621017456, -1.0251573324203491, -0.3030342757701874, -0.5628092885017395, 0.22074539959430695, 1.0664794445037842, 1.5013222694396973, 0.9739224314689636, 1.984304428100586, 1.2447212934494019, 1.356581211090088, 1.2008315324783325, 1.1929073333740234, 0.38447242975234985, 0.3538287580013275, -0.3872929513454437, -0.9330758452415466, -0.9833987951278687, -0.756506085395813, -0.7039691805839539, -0.3070199191570282, -0.2623938024044037, 0.25251010060310364, 0.14051198959350586, -0.12986339628696442, 0.4617340564727783, 0.7677184343338013, 0.4242449998855591, 0.6377952098846436, 1.407747507095337, 0.7678088545799255, 0.5291893482208252, 0.6836259961128235, 0.21854400634765625, 0.030401019379496574, -0.42212072014808655, -0.792904794216156, -0.5731842517852783, -0.9057252407073975, -1.2557141780853271, -0.8710390329360962, -0.43289706110954285, -0.2325543463230133, -0.10160834342241287, 0.3839271068572998, 0.2606208920478821, 0.3201926350593567, 0.35906827449798584, 0.07794082909822464, 0.3386562466621399, 0.7932968735694885, 0.4801102876663208, 0.39726173877716064, -0.06182500720024109, 0.18101195991039276, -0.3284568786621094, -0.9463597536087036, -0.22050243616104126, -0.7798430323600769, -0.33361855149269104, -0.6387121677398682, -0.6773584485054016, -0.18110355734825134, -0.15506184101104736, 0.03149892017245293, 0.23343808948993683, 0.4045295715332031, 0.6137173175811768, 0.8017922639846802, 0.5630255937576294, 0.7281396389007568, 0.8880479335784912, 0.5632925629615784, -0.17117570340633392, -0.30576440691947937, -0.3599301874637604, -0.8442792892456055, -0.6905927062034607, -0.6869219541549683, -0.6332581043243408, -0.5689414739608765, -0.9499747157096863, -0.2854885458946228, -0.5968809723854065, 0.08368924260139465, 0.2070302963256836, 0.2563042640686035, 0.6533524990081787, 0.31390753388404846, 0.7355997562408447, 0.7894702553749084, 0.5520039200782776, 0.5262049436569214, 0.5827157497406006, -0.34707021713256836, -0.12010790407657623, -0.48815208673477173, -0.5743891596794128, -0.7661988139152527, -0.36806127429008484, -0.8442792892456055, -0.771837592124939, -0.2414783239364624, -0.6384276747703552, 0.08813879638910294, 0.08924197405576706, 0.3241148889064789, 0.4758773148059845, 0.8322049975395203, 0.46106570959091187, 0.8679136037826538, 0.7557917237281799, 0.5124490857124329, 0.5053263902664185, 0.3638870120048523, 0.014395536854863167, -0.09285411238670349, -0.260113924741745, -0.5845119953155518, -0.5745836496353149, -0.4970857501029968, -0.6247420310974121, -0.3907124698162079, -0.18679679930210114, -0.09067046642303467, 0.07230878621339798, 0.41970744729042053, 0.2680499851703644, 0.5132355093955994, 0.5628547668457031, 0.42810022830963135, 0.7814484238624573, 0.25914108753204346, 0.6114211678504944, 0.21289214491844177, -0.21793755888938904, 0.7706654071807861, -0.43214213848114014, -0.10093812644481659, -0.6380890607833862, -0.6162336468696594, -0.37278276681900024, -0.49524712562561035, -0.009039033204317093, -0.3798934519290924, -0.1413620561361313, 0.14488132297992706, -0.1435524970293045, 0.8158839344978333, 0.13006655871868134, 0.861452579498291, 0.23772111535072327, 0.30809861421585083, 0.3709551692008972, 0.1329457014799118, -0.07211729884147644, 0.1137438416481018, -0.10388902574777603, -0.08582562208175659, -0.4943990111351013, -0.04610492289066315, -0.37779685854911804, -0.9513814449310303, 0.36970388889312744, -0.5236899256706238, 0.17421995103359222, -0.18287724256515503, -0.11444590985774994, 0.5388195514678955, 1.1388198137283325, 0.18514910340309143, 0.7681716084480286, -0.5644174218177795, 1.0611920356750488, -0.17205429077148438, 0.23804354667663574, -0.31566599011421204, 0.0669509693980217, -0.23500096797943115, -0.39361250400543213, -0.2706334590911865, -0.26501598954200745, -0.2291535884141922, 0.005043447017669678, -0.5224329829216003, -0.2845190465450287, 0.30270352959632874, 0.005166859831660986, -0.06400705128908157, 0.11703848838806152, 0.6375806331634521, 0.2654178738594055, 0.20448900759220123, 0.18636560440063477, 0.10064380615949631, -0.017873914912343025, -0.22469666600227356, -0.14098742604255676, -0.2729584872722626, -0.32205405831336975, -0.36569976806640625, -0.5718978643417358, 0.019199427217245102, -0.4940137565135956, -0.23778478801250458, -0.24866420030593872, -0.10816527903079987, 0.04865622520446777, 0.3000931143760681, -0.3517094552516937, -0.7087612748146057, 0.011343366466462612, 0.2183016687631607, 0.5953916907310486, 0.8443285226821899, 0.1406584531068802, 0.5178722739219666, 0.4161136746406555, -0.0983671098947525, 0.40275871753692627, -1.656822919845581, -1.0427054166793823, -0.6512056589126587, -0.21277621388435364, -0.09036664664745331, -0.7306424379348755, -0.5176253318786621, 0.22234363853931427, 0.1887263059616089, -0.07272131741046906, -0.43364572525024414, 0.06319847702980042, 0.355153352022171, 0.6392337083816528, 0.4270024597644806, 0.12515626847743988, 0.49934330582618713, 0.17999166250228882, 0.3378148376941681, -0.3600916266441345, -2.606703996658325, -0.8705072402954102, -0.8951621055603027, 0.7945687770843506, 2.922435998916626, 0.7374011874198914, -0.6710476279258728, 0.37309104204177856, 1.6839354038238525, 0.06336358189582825, -0.312065988779068, -0.43303990364074707, 0.36477717757225037, 0.35882899165153503, -0.18463528156280518, -0.6565781235694885, -0.986686646938324, -1.2903488874435425, -1.0881869792938232, -1.2193347215652466, -0.1597900390625, -0.26024365425109863, -0.35613158345222473, 1.3595867156982422, 0.9931154251098633, 0.2486805021762848, 0.9594624042510986, 0.790148913860321, 1.0059499740600586, 2.0911152362823486, 0.41933122277259827, 0.5307448506355286, 0.12806962430477142, -0.21321211755275726, -0.03661877661943436, -0.9854563474655151, -1.7962743043899536, -1.8593471050262451, -0.9533216953277588, -0.5693158507347107, -1.4604594707489014, -0.9366605877876282, -0.8375766277313232, -0.1311108022928238, 0.6561072468757629, 0.3416566848754883, 0.989941418170929, 0.980761706829071, 0.8283029794692993, 1.1420862674713135, 2.3267455101013184, 0.8635117411613464, -1.1616631746292114, 0.4487690031528473, -0.5266122221946716, -0.3977307975292206, -0.34316956996917725, -1.4969366788864136, -0.12739360332489014, -0.24910962581634521, -0.5569888353347778, -0.7582299709320068, -0.8266654014587402, 0.7270660400390625, 0.5610696077346802, -3.27873158454895, 0.2404508888721466, 1.4398438930511475, 0.5838243365287781, 0.6741827726364136, 1.1131606101989746, 1.085555911064148, 1.0870161056518555, -0.36882707476615906, 0.28415578603744507, -0.30588215589523315, -0.3552742302417755, -0.6192975044250488, -0.7632586359977722, -1.1371653079986572, -0.24695050716400146, -0.6343110203742981, -0.26139092445373535, -0.21816538274288177, -0.7692933678627014, -1.0214675664901733, -0.45146051049232483, 0.6003372669219971, 0.3170573115348816, 0.09816177189350128, 0.7130306959152222, 0.806319534778595, 0.7452630996704102, 0.5230069160461426, -0.4485147297382355, 0.5980145931243896, 0.09304444491863251, -0.17721834778785706, 0.10347838699817657, -1.0065667629241943, -0.5914839506149292, 0.04936344921588898, -1.0228657722473145, -0.5129950642585754, -0.21848176419734955, 0.14673586189746857, 0.07288923859596252, -0.05769558250904083, 0.9033015370368958, 1.1263179779052734, 1.1073042154312134, 0.683224081993103, 0.5402472019195557, 0.40515920519828796, 0.13058021664619446, -0.1379789113998413, -0.007253167685121298, -0.35696983337402344, -0.3946528732776642, -0.6602104902267456, -0.7119284272193909, -0.7390860915184021, -0.3544962704181671, -0.6171057224273682, -0.3612481355667114, 0.27533960342407227, 0.051976073533296585, 0.2023061066865921, 0.74688321352005, 0.7238515019416809, 0.4803245961666107, 0.7114781141281128, 0.6392642259597778, -0.04866785556077957, 0.06049300357699394, 0.17955382168293, -0.5714914202690125, -0.29555660486221313, -0.49658268690109253, -0.766161322593689, -0.18478243052959442, -0.7098423838615417, -0.8886297345161438, -0.3912447690963745, -0.15629032254219055, -0.24603454768657684, -0.1648021787405014, -0.11098170280456543, 0.4661673307418823, 0.41243699193000793, 0.6651949286460876, 0.5290882587432861, 0.6241806149482727, 0.33253026008605957, 0.3553168773651123, 0.3034813106060028, 0.0962422713637352, -0.640419065952301, 0.1326802372932434, -0.77569180727005, -0.7541014552116394, -0.42020946741104126, -0.47779104113578796, -0.6443948149681091, -0.4430984854698181, -1.0819931030273438, -0.0397796630859375, -0.1407715529203415, 0.22300584614276886, -0.23833230137825012, 0.3112916350364685, 0.7295198440551758, 0.6249561309814453, 0.2918667495250702, 0.8112348318099976, 0.649905800819397, 0.3682544231414795, 0.186220183968544, -0.1463746875524521, -0.19710049033164978, -0.6049404740333557, -0.06844235211610794, -0.923084020614624, -0.5192620754241943, -0.6001681089401245, -0.4403352737426758, -0.05092267319560051, -0.15045315027236938, -0.3022189438343048, 0.7252825498580933, 0.005336079280823469, 0.4456198215484619, 0.08811616152524948, 0.834886372089386, 0.6435348391532898, 0.4447634518146515, 0.6048760414123535, 0.3074704706668854, 0.2657661437988281, -0.39765238761901855, -0.3028128743171692, -0.038696955889463425, -0.5487269163131714, -0.1472177654504776, -0.3782314956188202, -0.3335047960281372, 0.13382475078105927, 0.22902044653892517, 0.40707749128341675, -0.011863783933222294, -0.04511804133653641, 0.5539106130599976, 0.5130935311317444, 0.34481513500213623, 0.39189475774765015, 0.5405488610267639, 0.16782104969024658, 0.4236757755279541, -0.04512088745832443, -0.033090487122535706, 0.14472122490406036, -0.42828482389450073, -0.09489232301712036, -0.10825586318969727, -0.35246241092681885, -0.12135900557041168, 0.1743747442960739, -0.09570307284593582, 0.06717553734779358, 0.8109645247459412, 0.22281740605831146, 0.5634020566940308, 0.7242318987846375, 0.2740771770477295, 0.7848880290985107, 0.446156769990921, 0.1691955327987671, 0.44607770442962646, 0.29748332500457764, -0.023572402074933052, 0.01997877098619938, -0.3655416965484619, -0.4866321384906769, -0.6195582747459412, -0.318695604801178, -0.5602595806121826, -0.18689145147800446, -0.1333937644958496, -0.2662896513938904, 0.13420483469963074, 0.06505855917930603, 0.2990656793117523, 0.4746702015399933, 0.6147077083587646, 0.3267568349838257, 0.6706448197364807, -0.02868455834686756, 0.5136415362358093, -0.139870747923851, 0.11498584598302841, 0.0796966478228569, -0.4599306881427765, -0.2465834617614746, -0.5860326886177063, -0.5900733470916748, -0.7622550129890442, -0.356876939535141, -0.42887136340141296, -0.45693859457969666, 0.13520567119121552, 0.07180078327655792, 0.013458188623189926, 0.7342513203620911, 0.22674719989299774, 0.4559251070022583, 0.4158574342727661, 0.08127734065055847, 0.24130907654762268, 0.10853699594736099, -0.11249412596225739, 0.2845743000507355, -0.2473006248474121, -0.2555125653743744, -0.21474111080169678, -0.47563743591308594, -0.5799875855445862, -0.20061175525188446, -0.3304457664489746, -0.1494639664888382, 0.010756743140518665, 0.07790376245975494, 0.27877578139305115, -0.05131124332547188, 0.535979688167572, 0.46915483474731445, 0.2786204516887665, 0.8770400285720825, 0.5028704404830933, 0.33565980195999146, 0.3811989426612854, 0.033050719648599625, -0.33491218090057373, -0.12361038476228714, -0.5927245020866394, 0.20330363512039185, -0.5502356886863708, -0.46324437856674194, 0.3294166624546051, 0.18960554897785187, -0.008164533413946629, 0.04738859832286835, 0.4346616864204407, 0.36936190724372864, 0.5768336057662964, 0.5388088226318359, 0.2960043251514435, 0.3721832036972046, 0.8600199818611145, 0.014612254686653614, -0.3509778380393982, -0.0562131404876709, 0.3467230796813965, -0.11038607358932495, -0.6938793659210205, -0.15805602073669434, -0.048243362456560135, -0.05087065324187279, -0.09109284728765488, 0.2309073805809021, -0.05712312087416649, 0.1808745115995407, 0.25674164295196533, 0.04295479878783226, 0.04448210820555687, 0.6191667318344116, 0.3578766882419586, 0.25286683440208435, 0.18608376383781433, 0.05849982425570488, 0.10243690758943558, -0.2075660675764084, 0.2375786304473877, -0.06430527567863464, -0.2949322760105133, -0.38672518730163574, -0.1773870587348938, -0.06801403313875198, -0.26787570118904114, -0.1738053560256958, 0.29788118600845337, 0.09635108709335327, 0.13480250537395477, 0.09969066083431244, -0.0034493333660066128, 0.3220338225364685, 0.23174184560775757, 0.3120640814304352, -0.12083743512630463, -0.06446768343448639, -0.1771531105041504, -0.2236310839653015, -0.26979660987854004, -0.34361693263053894, -0.07469439506530762, -0.43442991375923157, -0.5161359310150146, -0.10984422266483307, -0.2633416950702667, -0.7426144480705261, -0.21824771165847778, -0.261942982673645, -0.31270015239715576, 0.2848436236381531, 0.19991901516914368, 0.020039303228259087, -0.09649920463562012, 0.6409206390380859, -0.1689053326845169, -0.3428986966609955, 0.3929484784603119, 0.1499815732240677, -0.33413928747177124, -0.08952701836824417, -0.9211198091506958, 0.24280484020709991, 1.6697111129760742, -2.3029260635375977, -1.6181447505950928, 0.2243153601884842, 0.12462357431650162, 0.7497727274894714, -0.8382400274276733, 0.20117922127246857, 0.9292215704917908, 0.07530438154935837, 0.020499370992183685, -0.05106458067893982, 0.023361267521977425, -0.10487581044435501, -0.1529756486415863, -0.9877822399139404, -0.27625179290771484, -0.08689279109239578, 0.018709009513258934, -0.3789757192134857, -0.4530624747276306, 0.033945344388484955, -0.28448688983917236, 0.0032496026251465082, 0.5702540278434753, 0.2338457554578781, 0.7191504836082458, 0.9180700182914734, 0.31073281168937683, -0.1317133754491806, -0.1046723946928978, -0.2809738516807556, 1.71281099319458, 6.249615669250488, 11.866724014282227, -6.877121925354004, -31.46718406677246, 1.7931325435638428, 15.88710880279541, 1.0887577533721924, 0.8829658627510071, 4.692730903625488, 4.948444843292236, 1.4131511449813843, 0.8833752870559692, -1.5185649394989014, -0.8773477077484131, -4.234416961669922, -4.2770256996154785, -0.6326765418052673, -5.158864498138428, -2.5180726051330566, -0.7728138566017151, -4.254581451416016, -0.8496212959289551, -0.3115352988243103, 1.7043325901031494, 1.5647103786468506, 2.929795265197754, 4.983745098114014, 3.9298384189605713, 1.5478471517562866, 1.9558295011520386, 2.4862937927246094, 1.9397120475769043, 1.6702364683151245, 0.8991098999977112, -0.48854342103004456, -1.4575239419937134, -2.4379734992980957, -3.7555603981018066, -3.637394666671753, -3.8994386196136475, -5.187962055206299, -3.112478733062744, -2.4033079147338867, -0.7468776702880859, 0.08958632498979568, -0.5355057716369629, 2.16465425491333, 3.876993417739868, 0.9268692135810852, 2.7295737266540527, 2.726226568222046, 2.4137401580810547, 1.7014819383621216, 2.398714780807495, 0.5611067414283752, 0.8910757303237915, -1.1526027917861938, -3.9832277297973633, -2.7939467430114746, -1.3179813623428345, -0.8511000871658325, 0.16393527388572693, -0.4932266175746918, 1.5107444524765015, 0.28142881393432617, -0.5682901740074158, 1.0885710716247559, 1.0944750308990479, 0.503986656665802, 0.8009149432182312, 0.983332633972168, 0.22531841695308685, 1.089465856552124, 0.8080692887306213, 0.36976855993270874, -0.2484673708677292, -1.2240033149719238, -2.1550161838531494, -0.955650269985199, -1.916661024093628, -2.497525215148926, -1.5641578435897827, -1.9099596738815308, -0.21187421679496765, -0.4326844811439514, 0.41377583146095276, 1.6555298566818237, 0.43278732895851135, 0.32034555077552795, -0.193903386592865, -0.8997350931167603, 1.8324466943740845, 0.8963193297386169, -0.11404133588075638, -0.07095783948898315, 0.5575511455535889, 0.33072516322135925, -1.1289517879486084, -0.9615859985351562, -0.6988471150398254, -0.5728971362113953, -1.2533247470855713, -1.5593117475509644, 0.0935753583908081, -0.5176481008529663, 0.011143594980239868, 0.43128538131713867, 0.26564717292785645, 0.5513191223144531, 2.3969950675964355, 2.5594422817230225, 0.6893243789672852, 1.9810060262680054, 1.928923487663269, 0.40858161449432373, 0.3739624619483948, -0.631868839263916, -0.7599062919616699, -0.983786404132843, -0.42836520075798035, -1.4019771814346313, -1.4801111221313477, -1.5444905757904053, -1.4867335557937622, -1.861742615699768, -0.5594640374183655, 0.32104596495628357, 0.05685534328222275, 0.8287214636802673, 1.0327268838882446, 0.8912661671638489, 2.0228347778320312, 2.5223376750946045, 1.4384653568267822, 1.749756932258606, 0.17909494042396545, -0.6053327918052673, -0.9331908822059631, -0.7951768040657043, -1.1443092823028564, -2.0369858741760254, -1.3105491399765015, -1.8069270849227905, -1.7516510486602783, -1.4383983612060547, 0.08190885931253433, -0.14871883392333984, 0.07094264030456543, 1.273775339126587, 0.9006004929542542, 0.7771215438842773, 1.5644519329071045, 1.4847638607025146, 1.434407114982605, 1.176072597503662, 0.6779025793075562, 0.6215417981147766, 0.5130825638771057, -0.4024554491043091, -1.0126664638519287, -0.5816987752914429, -0.7700997591018677, -1.474535584449768, -0.8000174164772034, -0.6194371581077576, -0.053094737231731415, -0.13067695498466492, -0.4863535761833191, -0.13086633384227753, 1.101469874382019, 0.9570983052253723, 0.5633476376533508, 1.5682406425476074, -0.11041378229856491, 0.7984951734542847, 2.0548925399780273, -0.05147067457437515, 1.504710078239441, 0.26513776183128357, -0.7094221711158752, -1.5776559114456177, -1.3117761611938477, -0.8738575577735901, -0.8548300266265869, -0.6774057745933533, -0.6232565641403198, -1.1211981773376465, 0.14181292057037354, -0.27093446254730225, 1.171854019165039, 0.6464658379554749, 0.22717119753360748, 0.6440436840057373, 0.8826568126678467, 0.3858441114425659, 0.8553163409233093, 0.12855586409568787, 0.9264761805534363, 0.03055502660572529, -0.6479986906051636, -0.1879839152097702, -0.10981924086809158, -0.6729713082313538, -1.7452112436294556, -0.5961466431617737, -1.1148192882537842, -0.23015636205673218, -0.2642391324043274, 0.7351248264312744, 0.5924364328384399, 1.6245156526565552, 1.158607840538025, 0.857673168182373, -0.11848080903291702, 1.5489434003829956, 0.6937775611877441, 0.7836785316467285, 0.29046863317489624, -0.056204523891210556, -0.5029717087745667, -0.9251752495765686, -0.019398333504796028, -0.9714398980140686, 0.35623180866241455, -0.523990273475647, -1.3993357419967651, -0.9058436155319214, -0.14826367795467377, -0.18585501611232758, 0.5188607573509216, 0.7073061466217041, 0.8561405539512634, 0.7143309712409973, 0.3656761050224304, 1.2838505506515503, 1.4660011529922485, -0.08679476380348206, 0.3893755376338959, -0.10451513528823853, -0.07645437121391296, -0.4750693142414093, -0.1340605467557907, -0.9497458934783936, -1.0296815633773804, -1.240410566329956, -0.06608466804027557, -1.2221628427505493, -0.48538076877593994, -0.40693965554237366, 0.5893447399139404, 0.2457931488752365, 0.37890687584877014, 0.5157641172409058, 0.6862359046936035, 0.5320349931716919, 1.064468264579773, 0.5198384523391724, 0.1596146523952484, 0.7016462087631226, 0.21450407803058624, -0.3864087164402008, -0.6675516963005066, -0.17209064960479736, -0.7943540811538696, -0.6294441819190979, -0.8786868453025818, -1.092765212059021, -1.258899211883545, 0.22926892340183258, -0.359857976436615, -0.30088645219802856, -0.15380889177322388, 1.0293943881988525, 0.6878941059112549, 0.8420178294181824, 1.303866982460022, 0.7647444009780884, 0.9523025155067444, 0.5675848126411438, 0.7339274287223816, 0.34408313035964966, -0.4193209409713745, -0.7263784408569336, -0.1166587546467781, -0.6826786994934082, -0.5969261527061462, -0.053767427802085876, -0.6844092011451721, -0.6951015591621399, -0.2584987282752991, -0.17993535101413727, 0.22139963507652283, -0.2603943943977356, 1.1455451250076294, 0.5624402165412903, 0.8362805247306824, 0.36235859990119934, 0.5596683025360107, -0.39000245928764343, 0.4134593605995178, 0.5337713956832886, 0.4906003177165985, -0.12735772132873535, 0.2064233273267746, 0.1212092936038971, -0.7047435641288757, -2.1706321239471436, -0.5654014348983765, 0.5021551847457886, -0.4067171812057495, 0.5043767094612122, -0.19690893590450287, 0.7894595265388489, 0.7699320316314697, 0.6564063429832458, 0.14935725927352905, -0.305814653635025, 1.141676425933838, 1.2043951749801636, -0.0009731209720484912, -0.2914344072341919, 0.07123388350009918, -0.4463264048099518, -0.6064016819000244, 0.34911513328552246, -0.15630324184894562, -1.0195940732955933, -0.045380182564258575, 0.49005988240242004, -0.6119868159294128, -0.21216732263565063, 1.354280948638916, 0.725102424621582, 0.6003031134605408, -0.2916123867034912, -0.32639551162719727, 0.7885830998420715, 0.613619863986969, 0.7237681746482849, 0.7062229514122009, 0.6158851981163025, 0.5566820502281189, 0.5751393437385559, 0.5486516356468201, -0.4575068950653076, -0.20108522474765778, -0.2813969552516937, -0.12223045527935028, -0.4835486114025116, 0.40915876626968384, -0.07850433886051178, 0.27030906081199646, -0.746338963508606, 0.5915388464927673, 0.40109774470329285, 0.3890641927719116, -1.2063158750534058, 1.0422815084457397, 0.8681853413581848, -0.5296051502227783, 0.057984091341495514, -0.1753680258989334, 0.4680684506893158, 0.27823716402053833, -0.12532848119735718, -2.000009298324585, -0.28468838334083557, -0.1345299929380417, -1.1002196073532104, -1.253884196281433, -0.47845694422721863, -0.8221217393875122, 0.6086027026176453, -0.6789399981498718, -0.8829456567764282, 0.3846546709537506, 0.411898672580719, 0.24045398831367493, 0.6069431900978088, 0.2922009825706482, 0.04826045408844948, 0.3090507388114929, 0.01482357643544674, 0.38592928647994995, 0.7774630188941956, -0.25987720489501953, -0.6071192622184753, 0.3558292090892792, -0.9846057295799255, -1.7400394678115845, -0.185571551322937, -0.7916086316108704, -0.8447408676147461, -0.7313444018363953, -0.44835805892944336, 0.0449327751994133, 0.15605603158473969, 1.3043628931045532, 0.4652770459651947, 0.6133962273597717, 0.38255301117897034, 0.3187316358089447, 0.6965800523757935, 0.8013123869895935, -0.38197752833366394, -0.03508474677801132, -0.098810113966465, 0.25938767194747925, -0.08118518441915512, -0.5214994549751282, -1.1146146059036255, -0.1394628882408142, -0.2039623260498047, 0.12232095748186111, -0.11717794835567474, -0.45308199524879456, -0.15719301998615265, 0.599312424659729, 0.5515738725662231, 0.0783323422074318, 0.12648208439350128, 1.5446637868881226, -0.34336212277412415, -0.15172509849071503, -0.019711842760443687, -1.043381690979004, 0.9600325226783752, 0.051836930215358734, -1.584017276763916, 0.521833598613739, 0.29229283332824707, -0.107815682888031, -0.005168288946151733, -0.20188000798225403, -0.7917717099189758, 0.38283708691596985, 0.09809448570013046, 0.5403404831886292, -0.29798462986946106, 0.24656766653060913, 0.28106364607810974, -0.18631650507450104, 1.3587610721588135, -0.025427334010601044, 0.26782625913619995, -0.012304040603339672, -1.5287712812423706, 0.029294680804014206, -0.3083452880382538, -0.44808927178382874, 0.10229198634624481, 0.052817776799201965, -0.4892258942127228, 0.5696225166320801, -0.30622872710227966, -0.0940345823764801, 0.8208749890327454, 0.5404583215713501, 0.8505920171737671, 0.02966889552772045, -0.026054035872220993, 0.6277453899383545, 0.1982436180114746, -0.6800709962844849, -0.17854741215705872, -0.27639204263687134, -0.1352473646402359, -0.3500698506832123, -0.14810949563980103, -0.3952786922454834, -0.5348455309867859, -0.8508744239807129, 0.06713798642158508, -0.1023239865899086, -0.026200149208307266, 0.1209501326084137, 0.33093708753585815, 0.5060089826583862, 0.2143566608428955, 0.21761855483055115, -0.18345557153224945, 0.20172449946403503, 0.6429993510246277, -0.6717562675476074, 0.48239922523498535, 0.3554699718952179, -0.8746348023414612, 0.21858170628547668, 0.19142292439937592, -0.8358902335166931, -0.5120481848716736, -0.5686337947845459, 0.437730610370636, -0.4279095232486725, -0.6646966934204102, -0.056308045983314514, 0.707598090171814, -0.11787926405668259, -0.39659327268600464, -0.2850434184074402, 0.375683456659317, -0.2192237675189972, -0.5135589838027954, 0.712127149105072, 0.17267166078090668, -0.858048677444458, 0.038347456604242325, -0.18349780142307281, -0.980628252029419, 0.09707330167293549, 0.7325801253318787, 0.1741923987865448, -0.23184247314929962, 0.45224738121032715, -0.23932793736457825, 0.12146248668432236, 0.3914374113082886, 0.4289371073246002, -0.3414212763309479, 0.36608248949050903, -0.019060317426919937, -0.07507281750440598, -0.4701279103755951, -0.800043523311615, -0.6130158305168152, 0.6041771769523621, -0.0724208727478981, -0.9178738594055176, -0.19134001433849335, -0.11118393391370773, -0.39582714438438416, 0.4540301561355591, 0.40310460329055786, 0.6124059557914734, 0.20607732236385345, 0.8632350564002991, 0.8872163891792297, 0.34070485830307007, -0.0632174164056778, -0.27082136273384094, 0.5358017086982727, 0.09747737646102905, -0.6660486459732056, -0.5953027606010437, -0.6111700534820557, -0.07931771129369736, -0.41630464792251587, -1.164318561553955, -0.5038857460021973, -0.9228860139846802, 0.011425110511481762, 0.7224875092506409, -0.28824183344841003, -0.03809862583875656, 0.4643102288246155, 0.16187690198421478, 0.43859589099884033, 0.1219264417886734, 0.00874547939747572, -0.11270498484373093, -0.23940184712409973, 0.6854962706565857, -0.22537778317928314, -0.5223935842514038, -0.17053771018981934, -0.3211582601070404, -1.1588505506515503, -0.17388583719730377, -0.5139022469520569, -0.20890778303146362, 0.4957104027271271, 0.004572707694023848, -0.632181704044342, -0.03889033943414688, 0.15063320100307465, 0.5364822745323181, -0.3461945354938507, 0.46860507130622864, -0.060855116695165634, -0.2953815162181854, 0.11981822550296783, -0.6389026641845703, -0.6171889901161194, -0.17798472940921783, -0.4020059406757355, -0.2927432358264923, -1.0143957138061523, -0.7768223881721497, 0.6290531158447266, -0.052785903215408325, -1.0287988185882568, 0.028359245508909225, 0.8643683791160583, -0.014137244783341885, -0.2194313257932663, 0.2841515839099884, 0.5779011845588684, 0.11199602484703064, -0.277706116437912, -0.6772365570068359, -0.4929138422012329, -0.29858312010765076, 0.10690182447433472, -0.4392167627811432, -1.067396879196167, -0.547503650188446, 0.12010645121335983, -0.0010419640457257628, -0.23488707840442657, 0.23193341493606567, 0.7801857590675354, 0.4526005685329437, -0.1972125619649887, 0.20794175565242767, -0.1703844964504242, 0.8239638209342957, -0.18351365625858307, -0.4772845208644867, 0.7161195278167725, -0.45574522018432617, -0.16173426806926727, 0.31552019715309143, 0.18125572800636292, 0.2503836750984192, -0.4207780659198761, -0.24799583852291107, 0.21259208023548126, 0.07306186854839325, 0.055170170962810516, -0.26501595973968506, 0.2869356870651245, 1.0501761436462402, 0.2035062313079834, 0.34838950634002686, 0.7272365689277649, 0.9111575484275818, 0.21294963359832764, 0.11224106699228287, -0.18822821974754333, -0.9006558060646057, -0.12130963057279587, 0.34266114234924316, -0.7011869549751282, -0.04556852579116821, 0.3116408884525299, -0.40170398354530334, -0.10744555294513702, 0.2681252956390381, 0.338064581155777, -0.4172478914260864, 0.12878938019275665, -0.5039597749710083, 0.42556241154670715, 0.5550768375396729, 0.6058002710342407, 0.36179789900779724, 0.12431244552135468, 0.40592095255851746, 0.3838321268558502, -0.2771987020969391, -0.26605260372161865, 0.14933821558952332, -0.23025913536548615, 0.0947023332118988, -0.1989765763282776, -0.16423766314983368, 0.12080296874046326, -0.3450194299221039, -0.031355664134025574, 0.24427074193954468, -0.2834632396697998, -0.17800559103488922, 0.17519903182983398, -0.25856223702430725, 0.9307910203933716, 0.7596136331558228, -0.7205762267112732, 0.07081540673971176, 0.16162461042404175, 0.5238056778907776, -0.19126860797405243, -1.138345718383789, -0.5101600289344788, 0.09129975736141205, -0.567091166973114, -0.7652273178100586, -0.05103004351258278, 0.4589890241622925, -0.14954277873039246, -0.1943822056055069, 0.4830436706542969, 0.530414879322052, 0.23750510811805725, 0.015103793703019619, 0.5395818948745728, -0.4222770631313324, -0.16832321882247925, 0.12914706766605377, -0.35710421204566956, -0.8621472716331482, 0.07532306760549545, -0.15673863887786865, -1.3704466819763184, -0.45444875955581665, 0.3897561728954315, -0.5944029688835144, -0.38750413060188293, 0.2537703514099121, 0.5141993761062622, 0.45957842469215393, 0.22424204647541046, 0.7103124260902405, 0.021541601046919823, 0.5238731503486633, 0.29696768522262573, 0.7013505697250366, -0.0021140894386917353, -0.6386278867721558, 0.7871689200401306, 0.4565800428390503, -0.7908833622932434, 0.01536665577441454, 0.6998305916786194, -0.4598860442638397, -0.40623095631599426, 0.10097869485616684, 0.0940450057387352, 1.1346489191055298, -1.004538893699646, 0.0677412748336792, 0.8443717360496521, 0.9416511654853821, 0.465823769569397, 0.1292245239019394, 0.03442811965942383, 0.23119407892227173, -0.24372105300426483, 0.49130797386169434, -0.19735372066497803, -0.4616246521472931, 0.3182149827480316, 0.3308807909488678, -0.45878198742866516, -0.11497929692268372, 0.21574558317661285, 0.178039088845253, 0.12060414999723434, -0.7716861367225647, 0.283239483833313, -0.20658227801322937, -0.31300804018974304, 0.18169048428535461, -0.023448243737220764, 0.22758619487285614, 0.3169560134410858, 0.7015923261642456, 0.42105528712272644, -0.07660741358995438, 0.47396132349967957, 0.4292588531970978, -0.019085021689534187, 0.03724818304181099, -0.09171441942453384, -0.2547333538532257, -0.03529177978634834, -0.25687429308891296, 0.3237423300743103, 0.39341869950294495, -0.6817029118537903, 0.8588098287582397, 0.000885886896867305, -0.1918165534734726, 0.6059268116950989, -0.23194952309131622, 0.265021950006485, -0.03240783140063286, 0.35898590087890625, 0.25669652223587036, -0.6211405992507935, -0.020390251651406288, -0.3299006521701813, 0.3647068440914154, 0.09740610420703888, 0.07038277387619019, 0.3545238673686981, 0.08701980859041214, -0.15470539033412933, -0.025702016428112984, 0.07604116946458817, -0.00979828555136919, 0.04447529837489128, -0.318651020526886, 0.4424322545528412, -0.06882228702306747, 0.0981779396533966, 0.7546578645706177, 0.8161085247993469, -1.0780222415924072, -0.8647061586380005, 0.6563194394111633, 0.24013039469718933, -0.1292893886566162, -0.7862526774406433, -0.08920817822217941, 0.346929669380188, -0.05091295391321182, -0.22900693118572235, 0.2511453926563263, -0.5701538324356079, 0.05531249940395355, 0.9623978137969971, -1.3196080923080444, 0.42115601897239685, 0.5064151883125305, 0.727524995803833, -0.17117145657539368, -1.0710158348083496, 0.5232843160629272, -0.015869896858930588, 0.786473274230957, -0.13733941316604614, 0.3292234539985657, 0.8111535906791687, -0.3801298439502716, 0.2896282970905304, 0.6436203122138977, -0.532240092754364, -0.09146618843078613, 0.016575325280427933, -0.2720612585544586, -0.08872805535793304, 0.5038147568702698, -0.2520429790019989, 0.18172307312488556, 0.5400860905647278, 0.35065534710884094, 0.18728844821453094, 0.9005059003829956, 0.9270364046096802, -0.2512134909629822, 0.39996495842933655, -0.08647030591964722, -0.30286717414855957, 0.22365237772464752, -0.5419209003448486, -0.29903239011764526, -0.2269088178873062, -0.029605086892843246, 0.5883193612098694, 0.446889191865921, -0.18916797637939453, -0.7466560006141663, -0.32678648829460144, 0.3186584413051605, 0.35143762826919556, -0.19025728106498718, 0.49416807293891907, 0.47366929054260254, 0.6134442687034607, 0.4895222783088684, 0.32234933972358704, 0.5682298541069031, -0.057081177830696106, -0.19913974404335022, -0.04021389037370682, -0.38619768619537354, 0.013521980494260788, -0.7989065647125244, 0.026031456887722015, -0.22107166051864624, -0.631391704082489, 0.1420728713274002, 0.5959857106208801, 0.09458792954683304, -0.1551704853773117, -0.24629811942577362, -0.28753891587257385, 0.03209906071424484, 0.311657190322876, -0.0460694395005703, -0.108244888484478, 0.3953199088573456, 0.1693364679813385, -0.20551742613315582, -0.4471163749694824, -0.5927349925041199, -0.42674845457077026, -0.4452627897262573, -0.5743910074234009, 0.4896218180656433, -0.2734711170196533, -0.7481096982955933, -0.38007110357284546, 0.1854531615972519, -0.06778932362794876, -0.09141530841588974, -0.06680191308259964, 0.09319161623716354, -0.13559593260288239, 0.32785895466804504, -0.6211011409759521, 0.02210168167948723, 0.5932878851890564, -0.2033306360244751, 0.1768314689397812, -0.039394866675138474, -0.00882759504020214, 0.12348360568284988, 0.34909453988075256, 0.02061738260090351, 0.301350474357605, -0.11803600192070007, -0.5010212659835815, -0.42757654190063477, 0.40727344155311584, 0.15544113516807556, -0.2778683602809906, -0.1460714340209961, -0.01489188801497221, 0.18512599170207977, 0.7551317811012268, -0.2509685456752777, 0.013329709880053997, 0.4954298436641693, 0.5994287133216858, 0.09530065208673477, -0.7560411095619202, 0.875296950340271, 0.19618859887123108, -0.8330344557762146, -1.1889573335647583, 1.2901687622070312, 0.21005046367645264, -1.7228223085403442, 0.12465903162956238, 0.9443629384040833, 0.4993918538093567, -0.26317310333251953, -0.5340714454650879, 0.4018997848033905, 0.40277743339538574, -0.766464352607727, -0.2330065816640854, -0.0943259671330452, -0.5870072245597839, -0.0496591292321682, -0.837902307510376, -1.2889653444290161, -0.1008898988366127, -0.124545618891716, 0.3993905484676361, 0.4091152846813202, -0.1566552072763443, 0.6799668073654175, 0.24771855771541595, 0.27588507533073425, 0.35185137391090393, 0.9461190700531006, 0.19328515231609344, 0.23905745148658752, 0.017360618337988853, 0.2948145270347595, -0.6277546882629395, -0.5951133370399475, -0.7385688424110413, -0.613840639591217, -0.681600034236908, -0.9948059320449829, -0.8458812236785889, -0.13792845606803894, -0.055222105234861374, 0.002354477997869253, 0.054167330265045166, 0.17231068015098572, 0.595551073551178, 0.3631560802459717, 0.6990908980369568, 1.201488733291626, 0.32768794894218445, 0.507628858089447, 0.45322564244270325, 0.189316526055336, 0.15431642532348633, -0.6459594964981079, -0.9704563021659851, -0.19687853753566742, -0.6384531855583191, -0.39625945687294006, -0.2146318107843399, -0.41907986998558044, -0.09340504556894302, -0.14935186505317688, -0.26821398735046387, 0.4216550290584564, -0.13389818370342255, -0.1424536556005478, 0.21048429608345032, 0.2720523774623871, 0.4726184904575348, 0.21156544983386993, -0.3919599652290344, 0.2291107475757599, 0.16910943388938904, -0.19673863053321838, -0.7974064946174622, -0.783568799495697, -0.4283047616481781, -0.3756226897239685, -0.5194489359855652, -0.21759678423404694, -0.14257825911045074, -0.28785255551338196, -0.4276418387889862, -0.5063021183013916, -0.14447931945323944, 0.2487434595823288, 0.5526927709579468, -0.2837408185005188, -0.21812313795089722, 0.1184384673833847, 0.26244059205055237, 0.009809569455683231, -0.09690479189157486, -0.3106372654438019, -0.2952632009983063, -0.3030465543270111, -0.23992468416690826, -0.3194163739681244, -0.4125956594944, -0.014906398952007294, -0.3498081564903259, -0.41638144850730896, -0.12496548146009445, 0.32661572098731995, -0.07254070788621902, 0.0758761614561081, 0.27510541677474976, 0.3405516445636749, -0.0643215924501419, -0.02690303511917591, -0.07990840077400208, 0.21920493245124817, 0.557396650314331, 0.5413472652435303, -0.09590352326631546, -0.2927539050579071, -0.014781502075493336, -0.4462429881095886, -0.47908031940460205, -0.40918540954589844, -0.3540222942829132, -0.2267153561115265, 0.2838284969329834, 0.2400856912136078, -0.016494182869791985, 0.20030656456947327, 0.537195086479187, 0.0828760638833046, 0.16876381635665894, 0.30986931920051575, -0.053472232073545456, -0.13523118197917938, 0.25577038526535034, 0.4712364375591278, -0.3837518095970154, -0.170589879155159, -0.20469887554645538, -0.4224153161048889, -0.5634377598762512, -0.43483075499534607, -0.5482547283172607, -0.18219538033008575, -0.3648388087749481, -0.20325149595737457, -0.47528406977653503, 0.18773546814918518, 0.3826492130756378, 0.5215564370155334, -0.06264355778694153, 0.11455097049474716, 0.9115331172943115, 0.06821791082620621, -0.358657568693161, 0.7598474621772766, -0.25313374400138855, 0.19657886028289795, 0.17020072042942047, -0.5530994534492493, 0.027407655492424965, -0.2851451635360718, -0.7312989234924316, -0.4065205156803131, -0.385934442281723, -0.019454332068562508, -0.30802568793296814, -0.20860403776168823, 0.013021565973758698, 0.06671543419361115, 0.5097818374633789, 0.5582900047302246, 0.561048150062561, 0.659735918045044, 0.7146794199943542, 0.3308304250240326, 0.24609895050525665, 0.10872548818588257, -0.41328689455986023, -0.2999616265296936, -0.5521047115325928, -0.3913102447986603, -0.9076380729675293, -0.706482470035553, 0.02617036923766136, -0.24529911577701569, -0.21307331323623657, 0.2889978885650635, 0.5343148708343506, 0.4097869098186493, 0.055645883083343506, 0.40764448046684265, 0.41835570335388184, 0.21675418317317963, 0.35337117314338684, -0.08129604905843735, -0.04516597464680672, 0.3959238529205322, 0.2691451907157898, 0.22271423041820526, -0.3797014057636261, -0.5310571789741516, -0.3582035303115845, -0.6466348171234131, -0.38295796513557434, 0.943143367767334, 2.122218370437622, -3.9768800735473633, 4.2256340980529785, -2.53283429145813, -2.1293978691101074, -0.049243997782468796, -1.4104136228561401, 6.6402106285095215, -1.2851096391677856, 2.78831148147583, 3.8072702884674072, 0.9781119227409363, 0.8775210380554199, 0.007129373494535685, -0.8652268052101135, -3.0331902503967285, -2.128190279006958, -3.592449903488159, -2.010775089263916, -3.857677459716797, -2.6259145736694336, -2.0323891639709473, -1.0164682865142822, -0.22980886697769165, 1.377854824066162, 1.0311614274978638, 2.498593330383301, 3.9490702152252197, 3.384606122970581, 4.454192638397217, 1.0775935649871826, 1.3644770383834839, 2.8492395877838135, 2.689903736114502, -0.07611044496297836, -0.07484893500804901, -1.110668420791626, -0.48084691166877747, -1.9271247386932373, -6.99474573135376, -6.6024980545043945, -1.3821418285369873, -1.3857663869857788, -2.041628122329712, 0.023370424285531044, 0.6929552555084229, 0.18702559173107147, 2.622175931930542, 3.0467159748077393, 2.2707440853118896, 2.931025981903076, 2.8726248741149902, 2.218635320663452, 1.6027355194091797, 1.0538283586502075, 0.3020128905773163, -1.092974305152893, -1.2970306873321533, -1.8982796669006348, -1.7484866380691528, -2.0528242588043213, -1.4421151876449585, -0.4765869677066803, -0.04723145812749863, -0.1881270408630371, 0.813103199005127, 1.9709161520004272, 2.0685300827026367, 2.3570942878723145, 2.2076776027679443, 1.792952537536621, 1.8605756759643555, 1.4578864574432373, 0.8172824382781982, -0.4519259035587311, -0.6919641494750977, -1.0334839820861816, -1.800862431526184, -2.4840755462646484, -2.367750883102417, -2.987940788269043, -1.9950429201126099, -1.968350887298584, -1.2349344491958618, -0.9045485854148865, -0.14419957995414734, 1.0147424936294556, 0.856957733631134, 1.2730342149734497, 2.0859103202819824, 1.3778074979782104, 0.8773206472396851, 1.6953524351119995, 0.8320749998092651, -0.7061808109283447, -0.43666934967041016, -0.41881033778190613, -0.7458112835884094, -1.1139845848083496, -1.612308382987976, -1.261016607284546, -0.9244149327278137, -1.327385425567627, -0.9634656310081482, -1.044624924659729, 0.2638031840324402, 0.4781230390071869, 0.8050093650817871, 1.079223394393921, 1.8960421085357666, 2.087981939315796, 2.0522525310516357, 1.326647162437439, 1.6071473360061646, 0.4383791387081146, -0.2996222972869873, -0.47252070903778076, -1.1307127475738525, -1.1059503555297852, -1.924444317817688, -1.8489702939987183, -1.739738941192627, -1.3227760791778564, -1.3783214092254639, -0.7862306237220764, -0.9025631546974182, 0.7026413679122925, 0.3828921914100647, 1.2777552604675293, 1.7688130140304565, 2.239856243133545, 2.0923783779144287, 1.8165985345840454, 1.6727784872055054, 0.6045064330101013, 0.8287420868873596, 0.40877577662467957, -0.5485554337501526, -1.908913493156433, -1.2213331460952759, -2.122295379638672, -2.0049500465393066, -2.6132147312164307, -1.7654308080673218, -0.9941511154174805, -0.4900968074798584, 0.1074042096734047, 0.9151092767715454, 0.28633296489715576, 1.3910095691680908, 2.3329451084136963, 1.8066954612731934, 1.596531629562378, 1.671868920326233, 1.6731131076812744, 0.7348657250404358, 0.8203505873680115, -0.5192967653274536, -1.1333359479904175, -1.4237990379333496, -1.411672592163086, -1.8804069757461548, -1.7179033756256104, -1.7697646617889404, -0.9153890609741211, -1.3312489986419678, -0.599696159362793, 0.3558077812194824, 1.2074651718139648, 0.6882287859916687, 1.4921528100967407, 1.3356519937515259, 1.2492117881774902, 1.0833463668823242, 1.2196985483169556, 1.3015108108520508, -0.04138864949345589, 1.1179383993148804, -0.3278715908527374, -0.7475953102111816, -1.3221163749694824, -1.7395119667053223, -1.4995709657669067, -2.3997371196746826, -1.6338870525360107, -0.7480782270431519, -0.16143150627613068, -0.2856474220752716, 0.14615954458713531, 1.0448049306869507, 0.9746928811073303, 1.8949401378631592, 1.4776556491851807, 1.3706705570220947, 1.3775874376296997, 0.6130532622337341, 0.5888507962226868, -0.24471820890903473, -0.3993319571018219, -0.9916759133338928, -1.0697535276412964, -1.8917673826217651, -0.562527060508728, -2.417120933532715, -1.252699613571167, -0.8766602873802185, -1.1915032863616943, -1.0683401823043823, 0.27781787514686584, 1.088110089302063, 1.122078776359558, 1.0597033500671387, 1.7525010108947754, 1.180084466934204, 1.4622372388839722, 0.9826653003692627, 0.418590247631073, 0.3657175898551941, -0.877220094203949, 0.6294137835502625, -2.028352737426758, -0.9277421832084656, -1.191138505935669, -0.5478686094284058, -0.9801874756813049, -1.54914391040802, 0.14523297548294067, -1.096515417098999, -0.36710625886917114, 0.646967351436615, 0.11549359560012817, 0.8252959251403809, 0.863011360168457, 1.5170952081680298, 0.7817264795303345, 2.2294087409973145, 0.11825623363256454, 0.43021664023399353, 0.47315216064453125, 0.3493802845478058, -0.45472079515457153, -1.0677605867385864, -0.6798484921455383, -0.6733241081237793, -0.075616754591465, -1.0060454607009888, -0.2533099949359894, -0.2510744631290436, -0.7525615692138672, 0.4630543887615204, 0.4416996240615845, 0.7035523653030396, 0.5640075206756592, 1.3594512939453125, 0.5186522603034973, 0.5278043150901794, 1.0214909315109253, 1.093767523765564, 0.007450690492987633, -0.19721360504627228, 0.3200073838233948, -0.325650155544281, -0.5346076488494873, -0.9909870624542236, -0.09545818716287613, -1.4989724159240723, -0.6736452579498291, -0.9096720814704895, -0.6471585035324097, -0.5030201077461243, 0.12148359417915344, 0.6223092675209045, 0.13214176893234253, 0.2536480724811554, 0.7419983148574829, 1.0013618469238281, 0.5985033512115479, 1.407049298286438, -0.06794646382331848, 0.774474024772644, 0.7468312978744507, -0.16812032461166382, -0.7384710907936096, 0.5636523962020874, -0.2183043211698532, -1.2897604703903198, -0.32336223125457764, -0.7451714277267456, -0.039340049028396606, -0.7793638706207275, -0.8530870676040649, -0.34495675563812256, 0.9584465026855469, 0.7630211710929871, -0.893245279788971, -0.1778458207845688, 1.2399840354919434, 0.38969525694847107, 0.4523772597312927, 0.06983886659145355, -0.22370018064975739, -0.8945387005805969, -0.2398364096879959, -1.4857940673828125, -0.07554154098033905, -1.6354930400848389, -2.087538003921509, -0.861886203289032, -0.7356109619140625, -0.22450941801071167, 0.4950844943523407, -0.3434438109397888, 0.5476806163787842, 0.7841495871543884, 0.7754842638969421, 0.8323386907577515, 0.6105034351348877, 0.9720878601074219, 0.36636102199554443, 0.04907561466097832, 0.524178683757782, -0.5832569003105164, -0.6496484875679016, -0.7314099669456482, -0.7156112194061279, -1.2889302968978882, -1.096022605895996, 0.7242213487625122, -0.7553105354309082, -0.0923883244395256, 0.47119900584220886, 0.3020188510417938, 0.8166829943656921, 0.33744436502456665, 1.0548492670059204, 1.0713673830032349, 1.0656311511993408, 1.0326577425003052, 1.0296812057495117, 0.8240658044815063, 0.6878203749656677, 0.6780483722686768, -0.29361629486083984, -0.2221839427947998, 0.07652774453163147, -0.5824901461601257, -0.7548235654830933, 0.3336508572101593, -0.5799762010574341, -0.38013216853141785, 0.01156502217054367, 0.8315773010253906, 0.14225764572620392, 0.08035366237163544, 0.9392446279525757, -0.008726988919079304, 1.3634330034255981, 0.037156179547309875, 0.9318568110466003, -0.05545786768198013, 0.0858498364686966, -0.2711038887500763, 0.3097423315048218, -0.7277956604957581, -0.24928830564022064, -0.7594960927963257, -0.5308466553688049, -1.6620123386383057, -0.2645869255065918, -0.9672273397445679, -0.8283936977386475, -0.6846721768379211, -0.42119306325912476, -0.29348278045654297, 0.16555650532245636, 0.38922494649887085, 0.23946118354797363, 0.16829827427864075, 0.37298768758773804, 1.0202988386154175, -0.11885669082403183, -0.16569329798221588, -0.14618921279907227, 0.010073317214846611, -0.5497945547103882, -0.18319052457809448, -0.6734317541122437, -1.2833815813064575, -0.5937723517417908, -1.1283917427062988, -0.37238964438438416, -1.6232794523239136, -0.6275216937065125, -0.18048854172229767, -0.9137794375419617, 0.6427338719367981, -0.47105836868286133, 0.5548620820045471, 0.7191560864448547, 0.894603431224823, 1.292438268661499, 0.6078956127166748, 0.4657135307788849, 1.037305474281311, 0.29614779353141785, -0.02887115254998207, 0.01740272156894207, -0.29166367650032043, -0.10487349331378937, -0.17746202647686005, -3.184544563293457, -0.9913083910942078, 0.7421663999557495, 0.05912832170724869, -0.06841117888689041, 0.10872385650873184, 0.3228207528591156, 0.7443353533744812, 0.8658674955368042, 1.115332841873169, 0.4306516647338867, 1.2024222612380981, 1.0577185153961182, 0.8318217396736145, 0.784322202205658, -0.9589160084724426, -0.32831403613090515, -0.20117413997650146, -1.736002802848816, -0.6090902090072632, -0.8932234048843384, -1.1039601564407349, -0.8827776312828064, -0.658714771270752, -0.004775223787873983, -0.12987756729125977, 0.003599783405661583, 0.6296990513801575, 0.36701908707618713, 0.38916733860969543, 0.5372436046600342, 0.4653014838695526, 0.8378676176071167, 0.5247417092323303, -0.17378856241703033, -0.15508604049682617, -0.3332630693912506, -0.3815191388130188, -1.1197080612182617, -1.2943676710128784, -0.5878639221191406, -1.1871169805526733, -0.3300991654396057, -0.46108776330947876, 0.2816348969936371, -0.0393967442214489, 0.9490708708763123, 0.933989942073822, 1.5078552961349487, 0.8538475632667542, 1.9757925271987915, 0.6692589521408081, 0.4920642673969269, 1.3395051956176758, 0.18248313665390015, 0.10999298095703125, -0.2610105574131012, -0.038022104650735855, -0.32632848620414734, -0.20559802651405334, -0.40949541330337524, -0.9723746180534363, -0.4853406250476837, -0.4179712235927582, -0.3535948693752289, 0.5928875207901001, 0.33287346363067627, 0.6595718264579773, 0.11090350896120071, 1.321829080581665, 1.014684796333313, 1.0754508972167969, 0.612787127494812, 0.12750619649887085, 0.6688193678855896, -0.036889318376779556, -0.0981210321187973, -0.47688740491867065, -0.6640591621398926, -0.6121978163719177, -0.5844048261642456, -1.0958642959594727, -0.8690309524536133, -0.1226373016834259, -0.5158814787864685, -0.4805222749710083, -0.7035143971443176, -0.03234895318746567, 0.6925002336502075, 0.0011265588691458106, 0.610007643699646, 0.14343620836734772, 0.6523448824882507, 0.6296484470367432, 0.3502548933029175, 0.8477770090103149, -0.5609190464019775, -0.14101791381835938, -0.5897277593612671, 0.07668238133192062, -0.9915009140968323, -0.6336822509765625, -0.7939060926437378, -0.2764681875705719, -0.5489673018455505, 0.06621226668357849, -0.48817121982574463, 0.4513551890850067, 0.5480799674987793, 0.7752479314804077, 0.7237790822982788, 0.25552791357040405, 0.6421321630477905, 0.8955817818641663, 0.43412742018699646, -0.04714640974998474, 0.3853207230567932, -0.19287800788879395, -0.2813175916671753, -0.49210482835769653, -0.17936740815639496, -0.7942546010017395, -0.31863847374916077, 0.10223700106143951, -0.2010052353143692, -0.6160216331481934, 0.08553721010684967, 0.14827384054660797, 0.793681800365448, 0.27706173062324524, 0.33667194843292236, 0.672620415687561, 0.3045291304588318, 0.7424797415733337, 0.0646265372633934, 0.21100996434688568, -0.006367760710418224, -0.0037101074121892452, -0.15678033232688904, -0.4432224631309509, -0.12169764935970306, 0.6368377208709717, 0.3316200077533722, 0.18903474509716034, -0.1775152087211609, -0.30938440561294556, 0.201710507273674, 0.18299050629138947, -0.325617253780365, 0.3537713289260864, -0.34001222252845764, 0.5513443350791931, 0.46098682284355164, 0.5071291923522949, -0.07330322265625, 0.4484286606311798, 0.06265753507614136, -0.275387704372406, 0.15582206845283508, -0.46363332867622375, 0.5598466396331787, -0.24111895263195038, -0.03782084584236145, 0.29425325989723206, -0.44463807344436646, -0.05500549450516701, -0.2868634760379791, -0.10554452985525131, -0.04246357083320618, -0.16026413440704346, -0.11839736253023148, -0.6271731853485107, 0.15269726514816284, -0.05808800458908081, 0.056245896965265274, -0.02347138337790966, -0.024178266525268555, -0.24856168031692505, -0.18651995062828064, 0.23911865055561066, 0.33425113558769226, 0.1690577119588852, -0.17665551602840424, 0.2692786157131195, 0.3400396406650543, -0.47631821036338806, -0.35629698634147644, 0.1606350690126419, 0.019289784133434296, -0.6265809535980225, -0.09261207282543182, -0.7764402031898499, -0.6103886365890503, 0.5639633536338806, -0.05129499360918999, 0.03794065862894058, 0.028372405096888542, 0.4012748897075653, 0.06428097933530807, 0.3557431995868683, 0.278515100479126, 0.10672271251678467, 0.5448144674301147, 0.46435749530792236, 0.19716036319732666, 0.17618638277053833, 0.06761005520820618, -0.15033681690692902, -0.15992052853107452, -0.4156070947647095, -0.35138097405433655, -0.4696338474750519, -0.4171296954154968, -0.37603574991226196, -0.31539857387542725, -0.3468343913555145, -0.031783003360033035, 0.4079607427120209, 0.3287154734134674, 0.7329303622245789, 0.3644647002220154, 0.7311987280845642, 0.3768230378627777, 1.3124759197235107, 0.6142280101776123, -0.3067311942577362, 0.00955858826637268, -0.13356000185012817, 0.08612648397684097, -0.2328549474477768, -0.8145617246627808, -0.6680583357810974, -0.6408796310424805, -0.40946024656295776, -0.6476585268974304, -0.3344481587409973, 0.592104434967041, -0.42335620522499084, 0.4779827296733856, -0.17310112714767456, 0.6660696864128113, 0.4390011131763458, 0.4270327389240265, 0.7997027039527893, 0.6085954904556274, 0.4806681275367737, 0.13025140762329102, -0.19134901463985443, 0.07381629943847656, -0.4212853014469147, -0.1217348501086235, -0.37103986740112305, -0.8107585906982422, -0.3982106149196625, -0.17442776262760162, -0.20663371682167053, -0.670038640499115, 0.4506544768810272, 0.03076949156820774, -0.04434453696012497, 0.6681296825408936, 0.468845933675766, 0.3273146152496338, 0.7029979228973389, 0.1481083631515503, 0.6742145419120789, -0.14871178567409515, -0.06887716799974442, -0.26122716069221497, -0.7702998518943787, -0.3965788781642914, -0.0965004712343216, -0.77066570520401, -0.6552532911300659, -0.14669525623321533, -0.5471512079238892, -0.13847659528255463, -0.13114546239376068, 0.04914155602455139, 0.2406357377767563, 0.24587543308734894, 0.708143413066864, 0.4294376075267792, 0.36637580394744873, 0.9136118292808533, -0.16564486920833588, 0.36993566155433655, -0.1717619001865387, -0.09266005456447601, -0.20889928936958313, -1.0420761108398438, -0.7182490229606628, -0.6238030195236206, -0.7473823428153992, -0.2078249454498291, -0.7541359663009644, 0.11163508147001266, -0.1978783905506134, -0.06607895344495773, 0.19707217812538147, 0.28755471110343933, 0.294210821390152, 0.3359738886356354, 0.6283859014511108, 0.43948081135749817, 0.24517923593521118, 0.21414920687675476, 0.2019215077161789, -0.005533926654607058, -0.955303966999054, -0.02989594265818596, 0.3301963806152344, -0.7547605633735657, -0.3452303409576416, 0.0955268070101738, 0.06256181746721268, 0.06897265464067459, -0.1617458015680313, 0.056908562779426575, 0.6135025024414062, 0.040019940584897995, -0.057927507907152176, 0.34582996368408203, -0.33885326981544495, 0.4116976857185364, 0.21625299751758575, 0.04260770604014397, -0.7108995318412781, -0.07406149804592133, 0.14142251014709473, -0.4370232820510864, -0.1580182909965515, -0.15739911794662476, -0.4649377167224884, 0.4351615607738495, -0.3352503180503845, 0.23796172440052032, 0.7621602416038513, 0.2814999520778656, 0.2054581642150879, 0.0744590312242508, 0.3601996898651123, 0.2663470506668091, 0.16243773698806763, -0.058376409113407135, 0.09055207669734955, 0.40170490741729736, -0.0865253359079361, 0.4676908254623413, 0.2339574098587036, -0.2564224898815155, -0.03302127495408058, -0.12904761731624603, -0.11169756948947906, -0.06983035802841187, -0.014877469278872013, -0.3153632879257202, 0.3684879541397095, 0.3192826807498932, 0.29708561301231384, 0.23762530088424683, 0.2978982925415039, 0.6237722635269165, 0.12992577254772186, -0.15204210579395294, 0.1939142644405365, -0.5742802619934082, -0.20530490577220917, -0.7143661975860596, -0.27761510014533997, -0.7590191960334778, -0.3124880790710449, -0.503827691078186, -0.3279683589935303, 0.050003133714199066, -0.46622520685195923, 0.14289100468158722, -0.13437451422214508, -0.11633259803056717, 0.4519948363304138, 0.008158085867762566, 0.0811801627278328, 0.32280364632606506, -0.03032788820564747, 0.7354579567909241, 0.16200336813926697, -0.6184388399124146, 0.1870155930519104, -0.22834917902946472, -0.5479258298873901, -0.18387407064437866, -0.6396895051002502, -0.09519384056329727, -0.5700446367263794, -0.17117787897586823, -0.11539158225059509, -0.11147207766771317, -0.23481066524982452, -0.1887829750776291, 0.39867106080055237, 0.2187829315662384, 0.2945571541786194, 0.13140636682510376, 0.3739910125732422, -0.022009091451764107, -0.3129001557826996, 0.0211164690554142, -0.23595958948135376, -0.49050992727279663, -0.4650174677371979, -0.1477169543504715, -0.041248295456171036, 0.03845376893877983, -0.2990681529045105, -0.23581063747406006, -0.05406999960541725, 0.22122995555400848, -0.047719862312078476, 0.2079203724861145, -0.3029871881008148, -0.424773246049881, 0.07560523599386215, -0.19062195718288422, 0.3643696904182434, -0.545424222946167, -0.30898189544677734, 0.07847748696804047, -0.38769662380218506, 0.0412466935813427, -0.5456622838973999, -0.33153843879699707, -0.4651724100112915, -0.3193131983280182, 0.06327740103006363, -0.376078337430954, -0.5032410025596619, -0.17304040491580963, 0.0979561135172844, 0.3017594516277313, 0.19519247114658356, 0.39431291818618774, 0.17647171020507812, 0.013038350269198418, -0.06299950182437897, 0.006647075992077589, 0.33121833205223083, 0.3513904809951782, -0.2515294849872589, 0.14495337009429932, 0.11428553611040115, -0.040375858545303345, -0.10252144187688828, -0.34048426151275635, 0.12205488234758377, -0.5419360995292664, 0.15551058948040009, -0.162429541349411, -0.13915088772773743, 0.1651792973279953, -0.15279778838157654, -0.05180874839425087, 0.07402614504098892, -0.0411914698779583, 0.09512127190828323, 0.16547854244709015, -0.3004540503025055, -0.1747511476278305, 0.054307300597429276, -0.5879416465759277, 0.03830137103796005, -0.38229334354400635, -0.20604723691940308, -0.2940523326396942, -0.1359180510044098, -0.2812741696834564, -0.23887895047664642, 0.27436310052871704, -0.18373993039131165, -0.17349351942539215, 0.11351584643125534, -0.10696576535701752, 0.28280970454216003, 0.33531463146209717, -0.08888636529445648, 0.0034390068612992764, -0.04007050395011902, 0.07604579627513885, -0.004719783551990986, -0.43989959359169006, -0.08833350986242294, 0.08885528892278671, 0.024447878822684288, -0.040155064314603806, -0.39650091528892517, 0.14232128858566284, 0.05422484129667282, 0.38822096586227417, 0.7242106795310974, 0.31884244084358215, 0.18693388998508453, 0.51626056432724, -0.005400308407843113, -0.0934823602437973, -0.2600995600223541, -0.25090816617012024, -0.27629417181015015, -0.681045651435852, -0.37467169761657715, -0.11866212636232376, -0.4770829677581787, -0.1501276046037674, -0.19644826650619507, 0.22920812666416168, 0.3136550486087799, -0.023932402953505516, 0.5685210227966309, 0.2743808925151825, 0.19766928255558014, 0.29708802700042725, 0.6706600189208984, 0.08502522110939026, -0.11282720416784286, 0.5668475031852722, -0.5398455262184143, 0.15308214724063873, -0.039682600647211075, -0.22702668607234955, -0.10423625260591507, -0.37423089146614075, -0.2747017741203308, 0.21058090031147003, -0.20808281004428864, -0.3346855044364929, 0.08224038034677505, 0.027536384761333466, 0.46862876415252686, 0.08726536482572556, 0.06803018599748611, 0.07683484256267548, 0.14941363036632538, 0.2882228493690491, -0.18107746541500092, 0.36288800835609436, -0.041190389543771744, -0.08705619722604752, 0.09974287450313568, -0.22289080917835236, -0.2792728543281555, -0.23150670528411865, 0.07326842844486237, -0.44369447231292725, 0.09648735821247101, -0.02914305590093136, -0.13883116841316223, -0.002627524547278881, 0.20771758258342743, -0.09785100072622299, 0.39378583431243896, -0.3054310381412506, 0.1785615086555481, 0.19932134449481964, 0.08897927403450012, 0.37466147541999817, -0.18987716734409332, 0.5593137741088867, 0.253431499004364, -0.1705399602651596, 0.2680625915527344, 0.018136627972126007, 0.3300020098686218, -0.1004861518740654, -0.10319157689809799, 0.24636709690093994, 0.17019101977348328, 0.04263375699520111, -0.0030452068895101547, 0.31818458437919617, -0.07555506378412247, 0.10025906562805176, 0.31431663036346436, 0.4131165146827698, 0.015208435244858265, 0.5073245167732239, 0.4058528244495392, 0.19957631826400757, 0.18527232110500336, 0.4995729923248291, 0.11936187744140625, -0.15988202393054962, 0.14533787965774536, 0.1835927814245224, 0.20199669897556305, -0.23890985548496246, 0.08354507386684418, 0.15474075078964233, 0.17810750007629395, -0.2732880711555481, 0.20159484446048737, -0.0406760647892952, 0.056006938219070435, 0.3567088544368744, -0.184145987033844, 0.44963008165359497, 0.26500535011291504, 0.2787454426288605, 0.1712779849767685, -0.08390509337186813, -0.19676272571086884, -0.021034833043813705, -0.23282286524772644, -0.14390872418880463, -0.2515135705471039, -0.004507914651185274, 0.14814169704914093, 0.08812347054481506, 0.1771543025970459, -0.14662189781665802, 0.2557820975780487, 0.23322804272174835, -0.07920873165130615, -0.014044933021068573, 0.13588938117027283, -0.1871277540922165, 0.13905297219753265, -0.11700936406850815, 0.06677227467298508, 0.001373921986669302, -0.01428989227861166, 0.07336116582155228, -0.4921287000179291, -0.002507787896320224, -0.26758620142936707, -0.23318886756896973, 0.07387055456638336, 0.21408195793628693, 0.12457307428121567, -0.1922456920146942, 0.11970102787017822, 0.04690985381603241, -0.4041939675807953, 0.16213937103748322, -0.09061604738235474, -0.178513765335083, -0.4770687520503998, 0.061660293489694595, -0.3399726152420044, -0.061966944485902786, -0.41703563928604126, -0.32013145089149475, -0.3450411260128021, -0.514360785484314, -0.03639204427599907, -0.7266212701797485, 0.022899959236383438, -0.41139131784439087, -0.004126794636249542, 0.024962686002254486, -0.07685625553131104, -0.25887998938560486, 0.30269959568977356, 0.08292881399393082, -0.17299987375736237, -0.0028768577612936497, 0.046943143010139465, -0.02000340446829796, 0.25907430052757263, 0.030115796253085136, 0.21217793226242065, 0.4312385618686676, 0.1197703555226326, 0.320462167263031, -0.06740009039640427, 0.3542269170284271, 0.3054330348968506, 0.1963472068309784, 0.22500525414943695, 0.12412159144878387, 0.15134228765964508, 0.31174105405807495, 0.40993693470954895, 0.4660910367965698, 0.263784795999527, -0.21698160469532013, 0.3640807271003723, 0.19522537291049957, 0.05212445929646492, 0.013161372393369675, 0.0992438793182373, 0.24919700622558594, 0.0999809056520462, 0.5166376829147339, 0.1893579214811325, 0.1394883692264557, 0.17186801135540009, -0.026962796226143837, 0.22259585559368134, -0.24040165543556213, -0.2026243507862091, -0.38321685791015625, -0.2840656638145447, -0.03128224238753319, 0.06797660142183304, -0.1543995887041092, 0.231801837682724, 1.5462709665298462, -1.4898887872695923, -1.2997139692306519, 0.5986050963401794, 1.1136621236801147, 0.5350919961929321, -0.3531339466571808, 0.29934632778167725, 0.4460107386112213, 0.13622118532657623, -0.5066168308258057, -0.07774844020605087, 0.19094118475914001, -0.16814246773719788, -0.24365636706352234, -0.10028272867202759, -0.5849958062171936, -0.09516289085149765, -0.04180777445435524, -0.5727294087409973, -0.06247376650571823, 0.031525809317827225, 0.10150524973869324, 0.36368370056152344, 0.39954304695129395, 0.5984107255935669, -0.08649050444364548, 0.5421864986419678, 0.2942553460597992, 0.06924909353256226, 0.17437827587127686, 0.1346031129360199, 0.6678816080093384, -0.407432496547699, -0.7303804159164429, -0.6469224691390991, -0.6184799671173096, -0.26346737146377563, -0.527631402015686, -0.2667973041534424, -0.3657107651233673, 0.06750646978616714, 0.27388542890548706, -0.10227491706609726, 0.35234835743904114, 0.638578474521637, 0.42460861802101135, 0.44586050510406494, 0.46582865715026855, 0.38082414865493774, 0.41710638999938965, -0.20470121502876282, 0.2550685405731201, -0.2641150653362274, -0.6310678720474243, -0.9542604684829712, -0.8235083222389221, -0.5248263478279114, -0.6242149472236633, -0.36881160736083984, -0.2008700966835022, -0.2614268958568573, 0.2858971059322357, -0.10572604835033417, 0.3531131446361542, 0.5708600282669067, 0.45096105337142944, 0.7422746419906616, 0.23259173333644867, 0.729296088218689, 0.5113770961761475, 0.5008342862129211, 0.5450669527053833, 0.1822907030582428, -0.19517594575881958, -0.11535750329494476, -0.6269452571868896, -0.47110676765441895, -0.42668259143829346, -0.3848448693752289, -0.5049678683280945, -0.36796173453330994, -0.24330364167690277, -0.2958909571170807, -0.38485848903656006, -0.26940926909446716, -0.13817664980888367, 0.41185638308525085, 0.8814502358436584, 0.7164836525917053, 0.7309252619743347, 0.408234566450119, 0.365160197019577, 0.3630509078502655, 0.5493382811546326, -0.007058011833578348, -0.40237876772880554, -0.3087567687034607, -0.4076356589794159, -0.6577298045158386, -0.8495668172836304, -0.7937588691711426, -1.0131890773773193, -0.6921179890632629, -0.8264358043670654, -0.6595824360847473, -0.6034629344940186, -0.0555848702788353, -0.19772084057331085, -0.04556259885430336, 0.23783749341964722, 0.34614890813827515, 1.0012606382369995, 0.3105504810810089, 0.5920804142951965, 0.528286874294281, 0.00017973674403037876, 0.1843661218881607, 0.03302391618490219, -0.14946404099464417, -0.35281357169151306, -0.4212217330932617, -0.5359623432159424, -0.8793324828147888, -0.6365386843681335, -0.6530027389526367, -0.6836803555488586, -0.6295750141143799, -0.5144354104995728, -0.11830306053161621, -0.289329469203949, -0.3405340909957886, 0.7025430202484131, 0.09992524981498718, -0.13831688463687897, 1.1972299814224243, 1.1036336421966553, -0.2102120965719223, 0.19619262218475342, 1.1126775741577148, 0.06757760047912598, -0.7458330988883972, -0.0257668849080801, -0.07967693358659744, -0.8759598135948181, -0.7458726763725281, -0.497660756111145, -0.6740705370903015, -0.6154076457023621, -0.3245016038417816, -0.25493577122688293, 0.07355305552482605, -0.3667841851711273, -0.06507142633199692, 0.3506617248058319, 0.4638526737689972, 0.5832877159118652, 0.41383472084999084, 0.5220935940742493, 0.2555646002292633, 0.2993054687976837, 0.23456335067749023, -0.11884899437427521, -0.15005725622177124, 0.21571969985961914, -0.14625968039035797, -0.2767738103866577, -0.18960492312908173, -0.5637355446815491, -0.578000545501709, -0.18155896663665771, -0.5482648015022278, -0.24695207178592682, -0.22356000542640686, 0.11775428801774979, 0.07240962237119675, 0.30093148350715637, 0.5034530758857727, 0.26415231823921204, 0.34389233589172363, 0.5697576403617859, 0.31425151228904724, 0.42630764842033386, -0.0005472323973663151, 0.24425505101680756, -0.11889173090457916, -0.1423710435628891, -0.2927176356315613, -0.6180965304374695, -0.26847222447395325, -0.5120114088058472, -0.6134186387062073, -0.39861440658569336, 0.07023467123508453, 0.002248232252895832, 0.2212052047252655, 0.10574810206890106, 0.5047453045845032, 0.36606907844543457, 0.46329841017723083, 0.5498092770576477, 0.09857280552387238, 0.29700788855552673, 0.21472446620464325, 0.1271112859249115, -0.04243125021457672, 0.1834673285484314, -0.15577197074890137, -0.26523301005363464, 0.0344250313937664, -0.24717622995376587, -0.2003592699766159, -0.1655758023262024, -0.0403621643781662, 0.403274804353714, 0.1775301843881607, 0.3153803050518036, 0.31634870171546936, 0.5624420046806335, 0.2399171143770218, -0.15102292597293854, 0.4135420322418213, 0.13119837641716003, 0.12420310825109482, 0.008565564639866352, -0.3545226454734802, -0.4211893081665039, -0.4085283875465393, -0.3688984513282776, -0.6692909002304077, -0.5039016604423523, -0.3924042582511902, -0.29434889554977417, 0.08744493126869202, -0.015723561868071556, -0.10294359177350998, 0.3246557116508484, 0.3357953727245331, 0.14106814563274384, 0.24164660274982452, 0.26335904002189636, 0.2668982148170471, 0.12850090861320496, 0.054545968770980835, -0.15558798611164093, 0.017481599003076553, -0.28833523392677307, -0.618026077747345, -0.39244145154953003, -0.501396656036377, -0.2845809757709503, -0.21850602328777313, -0.07270406931638718, -0.010884921997785568, -0.049218058586120605, 0.2049715220928192, 0.2699097990989685, 0.39803823828697205, 0.6106181740760803, 0.5387717485427856, 0.8045209050178528, 0.6312589049339294, 0.3455345928668976, 0.6851066946983337, 0.10315901041030884, 0.00012950386735610664, 0.09121166169643402, -0.02600007876753807, -0.12453921884298325, -0.38204145431518555, -0.2688863277435303, -0.011286190710961819, -0.036209046840667725, 0.029372842982411385, -0.004973092116415501, 0.019753284752368927, 0.3295741081237793, 0.11668702960014343, 0.7628927230834961, 0.49459293484687805, 0.6564008593559265, 0.9358416199684143, 0.6207587718963623, 0.39322879910469055, 0.5969038009643555, 0.38807550072669983, 0.1983431726694107, -0.16404090821743011, 0.11075327545404434, 0.08297654241323471, 0.011351552791893482, -0.17798180878162384, -0.35984736680984497, -0.2034798413515091, -0.14537078142166138, -0.4049881398677826, -0.02428561821579933, -0.071588434278965, 0.2828364968299866, 0.5174800753593445, 0.49743393063545227, 0.28889089822769165, 0.6317477226257324, 0.6578807234764099, 0.5132351517677307, 0.47879335284233093, 0.5898718237876892, 0.23396891355514526, -0.1348237693309784, 0.06076323240995407, -0.05141844227910042, -0.219450443983078, -0.40494704246520996, -0.21761277318000793, -0.3964729309082031, -0.1965295970439911, -0.14487075805664062, -0.03902706503868103, 0.18454720079898834, 0.3254643976688385, 0.10083454102277756, 0.39352574944496155, 0.14129585027694702, 0.29099613428115845, 0.5505666732788086, 0.3143528699874878, 0.575581431388855, 0.4061945974826813, 0.5942408442497253, 0.14415597915649414, -0.027242494747042656, 0.07020632177591324, -0.25695478916168213, -0.3993971347808838, -0.454267680644989, -0.23152872920036316, -0.33430802822113037, -0.3972312808036804, -0.14071141183376312, 0.050385553389787674, 0.4707237780094147, 0.01037291344255209, 0.005191244184970856, 0.02880367450416088, 0.27201390266418457, 0.3734608292579651, 0.00959673523902893, -0.036304861307144165, 0.05422726273536682, -0.11820273846387863, -0.3661409020423889, -0.23081372678279877, -0.35961875319480896, -0.4313703179359436, -0.3482128381729126, -0.18741649389266968, -0.07320643961429596, -0.4068845510482788, -0.2551044821739197, 0.21024014055728912, 0.05844099447131157, 0.2958904206752777, 0.5865496397018433, 0.3334551751613617, 0.2588961720466614, 0.27045589685440063, 0.2262757271528244, 0.14477567374706268, -0.520499050617218, 0.15703155100345612, -0.32843634486198425, -0.45162832736968994, -0.2431763857603073, -0.2374017983675003, -0.5759440660476685, -0.39346593618392944, -0.010656503029167652, -0.1646403670310974, -0.18703381717205048, 0.03335299342870712, -0.00239338306710124, 0.32091525197029114, 0.5560873746871948, 0.15053309500217438, 0.13683828711509705, 0.16133274137973785, 0.29476654529571533, -0.10918885469436646, 0.15834790468215942, -0.3712036907672882, -0.28728893399238586, -0.5066248178482056, -0.7022641897201538, -0.7138079404830933, -0.21248061954975128, 0.7508164048194885, -0.7864715456962585, -4.338130950927734, -8.150139808654785, -3.6859548091888428, 5.196786403656006, 6.833218574523926, 4.007967472076416, 1.737836480140686, 3.7825188636779785, 7.897783279418945, -1.294382929801941, -10.778853416442871, -3.3862531185150146, -0.12728682160377502, 0.8516262769699097, 6.328722953796387, 3.729773759841919, 1.367638111114502, -1.4924736022949219, -2.941472053527832, -1.8948286771774292, -3.8994171619415283, -3.4092655181884766, -2.239452362060547, 0.9638079404830933, 5.299837589263916, -1.8540658950805664, -0.8549087047576904, 1.5781253576278687, 1.7252737283706665, 0.9644177556037903, 0.9178475141525269, 0.7913464307785034, 1.531093955039978, 2.7819864749908447, 1.845717191696167, -0.2996017336845398, -5.975363731384277, -22.615819931030273, -11.236587524414062, 11.391580581665039, 7.109714508056641, -0.7646334171295166, -6.231311321258545, 26.759498596191406, 28.925331115722656, -22.704946517944336, -19.718860626220703, 5.279843330383301, 23.440837860107422, 24.542631149291992, 4.956603050231934, -2.314767599105835, 9.106138229370117, 5.99631404876709, -1.957632064819336, -15.4782075881958, -24.633264541625977, -16.166194915771484, -21.98579978942871, -9.620223999023438, 3.070103883743286, -6.7726240158081055, -4.250454425811768, 4.307145118713379, 11.110312461853027, 17.000076293945312, 16.482833862304688, 7.2346367835998535, 18.98238754272461, 16.44634437561035, 12.31685733795166, 6.26982307434082, -2.5593373775482178, -10.301409721374512, -18.57537078857422, -17.66944122314453, -9.268770217895508, -10.950658798217773, -16.35630989074707, -10.089728355407715, -1.6521124839782715, 2.49206805229187, 2.579988718032837, 4.681195259094238, 9.194899559020996, 11.47954273223877, 7.379590034484863, 8.323479652404785, 6.871156215667725, 3.7039992809295654, 1.3167332410812378, -2.846226930618286, -2.6988582611083984, -7.441230773925781, -10.606525421142578, -11.519122123718262, -12.685506820678711, -13.311033248901367, -9.461875915527344, -10.243419647216797, -7.4849042892456055, -0.07538040727376938, 7.6476311683654785, 12.092887878417969, 15.236189842224121, 17.474660873413086, 17.543981552124023, 18.336824417114258, 15.717982292175293, 13.674966812133789, 9.176411628723145, 2.7802131175994873, -1.476751446723938, -5.023106575012207, -5.134991645812988, -8.167341232299805, -12.772220611572266, -11.389298439025879, -8.401954650878906, -8.175434112548828, -8.888816833496094, -9.00113582611084, -5.8213019371032715, -0.7024305462837219, -1.881054401397705, 0.4116005003452301, 4.942978382110596, 6.61104679107666, 5.903376579284668, 5.740563869476318, 2.0350043773651123, 0.48004502058029175, -3.738227367401123, -6.984039783477783, -6.155963897705078, -9.334972381591797, -11.058798789978027, -11.871454238891602, -10.486099243164062, -9.630395889282227, -7.5250139236450195, -6.254741668701172, -2.8463146686553955, 0.18919992446899414, 5.125497341156006, 6.651442527770996, 7.785623550415039, 10.76972484588623, 12.334959983825684, 9.747465133666992, 9.974587440490723, 6.452989101409912, 4.639247417449951, 3.291839599609375, 1.3168584108352661, 1.6227458715438843, -1.9994810819625854, -5.364381790161133, -6.718996047973633, -7.019665718078613, -8.666072845458984, -7.17302942276001, -5.038461208343506, -2.095855474472046, -0.3784455358982086, 3.334684133529663, 4.399266719818115, 5.71901798248291, 7.164498805999756, 7.637925624847412, 7.636713981628418, 5.066567420959473, 4.042508602142334, 1.5602623224258423, 2.270551919937134, -2.3436965942382812, -3.395937204360962, -7.298083782196045, -9.14788818359375, -9.555298805236816, -9.021408081054688, -7.724282741546631, -6.428365230560303, -1.3403488397598267, -1.3342911005020142, 2.5767874717712402, 4.492738246917725, 6.762596130371094, 6.533849239349365, 7.25194787979126, 6.269021034240723, 7.825046062469482, 3.8116207122802734, 4.106106281280518, 2.1139750480651855, 0.10890211910009384, -0.25605759024620056, -2.2794716358184814, -4.568296909332275, -4.87786340713501, -4.694806098937988, -7.491851329803467, -4.688983917236328, -1.8061344623565674, 0.5016244053840637, 3.420718193054199, 4.535894870758057, 6.539290428161621, 9.017149925231934, 7.295690059661865, 7.046985149383545, 4.9014201164245605, 4.651586055755615, 5.567287445068359, 2.9252450466156006, -0.30863896012306213, 1.4393150806427002, -0.8661588430404663, 1.649968147277832, -1.6631622314453125, -1.2496576309204102, -4.701624393463135, -4.344604969024658, -6.00335168838501, -5.585403919219971, -3.432041645050049, -1.9058493375778198, 0.8668831586837769, 2.57720685005188, 6.16984224319458, 7.996274948120117, 7.456457138061523, 7.372559070587158, 6.0735883712768555, 2.151965618133545, 0.2696281671524048, -2.578519582748413, -3.359973669052124, -5.333759784698486, -5.352925777435303, -3.486342191696167, -3.6273927688598633, -3.287935972213745, -3.2068846225738525, -3.9219324588775635, -3.5591771602630615, -2.5781590938568115, -0.17018669843673706, 1.0139249563217163, 1.1472985744476318, 7.664332866668701, 6.136322021484375, 7.897849082946777, 6.281661510467529, 6.435643672943115, 2.473815679550171, 1.1652495861053467, -1.294075846672058, -1.3467179536819458, -3.609428644180298, -6.735321044921875, -4.034097194671631, -4.889962196350098, -3.1149134635925293, -2.2633447647094727, -1.85403573513031, -0.6902784705162048, 1.5428719520568848, 3.1045217514038086, 3.691725015640259, 2.676008462905884, 4.133341312408447, 6.42048454284668, 2.7195088863372803, 4.492041110992432, 1.9427697658538818, -0.7244547009468079, -0.10733488947153091, -1.1502995491027832, -2.151311159133911, -2.6006762981414795, -2.20032000541687, -4.205034255981445, -1.4139518737792969, -5.095823287963867, -3.779974937438965, -1.8761168718338013, -0.44354134798049927, -1.2683460712432861, 1.2180713415145874, 1.9278696775436401, 4.128815174102783, 2.5087757110595703, 2.73928165435791, 2.2541418075561523, 1.7818623781204224, -0.12268377840518951, 0.040619928389787674, -2.083141326904297, 0.7381110191345215, -1.0291231870651245, -4.046657085418701, -3.323791742324829, -3.8360378742218018, -6.071298122406006, -3.43068265914917, -2.4265785217285156, -1.5089629888534546, -0.8488426804542542, -0.17305679619312286, 1.3281978368759155, 2.201200246810913, 1.828395962715149, 1.804141879081726, 2.719351053237915, 1.753292202949524, 3.109673500061035, 2.636059522628784, 1.8791390657424927, 0.16422617435455322, 1.5526458024978638, -0.3194829821586609, -0.5326723456382751, -2.3726658821105957, -2.626781702041626, -0.9231448173522949, -0.6622454524040222, 0.9744625687599182, -0.9173266887664795, -0.4367947578430176, 1.6038119792938232, 2.0707197189331055, 3.241576671600342, 2.813718795776367, 3.128286600112915, 4.246112823486328, 3.97892689704895, 1.6588866710662842, -1.0242936611175537, -2.7299606800079346, -3.9428508281707764, -4.427175998687744, -4.5160112380981445, -4.527798175811768, -4.640401840209961, -4.70513916015625, -3.838183879852295, -3.6702418327331543, -4.596710681915283, -3.356649875640869, -4.514197826385498, -1.2295209169387817, 0.3893086612224579, 1.4631909132003784, 2.5048089027404785, 1.5629539489746094, 2.2727625370025635, 1.204467535018921, -0.907188892364502, -1.2430864572525024, -1.6628588438034058, -1.0886459350585938, -4.291229724884033, -5.332564830780029, -5.152340412139893, -5.361973285675049, -3.999704360961914, -3.4357411861419678, -2.3605434894561768, -0.717262327671051, 1.0393059253692627, 0.8380313515663147, 2.564861536026001, 3.241255760192871, 2.727954387664795, 2.450491189956665, 3.1793007850646973, 3.2245101928710938, 0.4147172272205353, 0.5522529482841492, 2.499431848526001, 0.49213069677352905, 0.4189007878303528, -2.2409143447875977, -1.0913320779800415, -0.629409670829773, -1.870530605316162, -2.2556326389312744, -2.409688949584961, -0.15015657246112823, -0.06017082929611206, 2.887805938720703, 1.6120525598526, 2.64888334274292, 2.139529228210449, 3.9039549827575684, 1.8068835735321045, 2.0845484733581543, 2.009390354156494, 0.37871789932250977, 0.4078545868396759, 1.7108312845230103, -0.669991135597229, -3.2592968940734863, -3.0424013137817383, -1.8857357501983643, -3.897437334060669, -5.220117568969727, -5.910821437835693, -3.421299934387207, -5.260125637054443, -2.4310860633850098, -0.020256873220205307, -1.6313931941986084, -0.9259845614433289, 2.15787410736084, 2.6211624145507812, 1.826796531677246, 1.51091730594635, 3.5472164154052734, 1.0855218172073364, 0.4899045526981354, 0.3466792106628418, -1.7084705829620361, -1.3220608234405518, -1.8726885318756104, -1.4820551872253418, -0.7946320176124573, -1.0017893314361572, -0.28191080689430237, -0.6061100363731384, -1.6629459857940674, -0.8332409262657166, 0.6573676466941833, 1.0680445432662964, -1.7873175144195557, 2.1979355812072754, 3.5453755855560303, 3.9653971195220947, 4.323400974273682, 3.6030850410461426, 2.485447883605957, 1.057443618774414, 0.6128073334693909, -2.213101625442505, -3.8396475315093994, -1.4744799137115479, -2.3512299060821533, -1.8320519924163818, -2.621779441833496, -2.1082496643066406, -0.694636881351471, -0.5724055171012878, 1.3897018432617188, 1.6080999374389648, 1.1083613634109497, 3.2506062984466553, 3.0333523750305176, 1.7991256713867188, 3.2148873805999756, 0.9880464673042297, 2.3372139930725098, 1.2170226573944092, 3.7645914554595947, 0.9072927832603455, -0.8841850161552429, 0.7008891701698303, -1.9922196865081787, -3.4108119010925293, -1.4493521451950073, -2.7978127002716064, -2.096322536468506, -3.269819736480713, -1.0828920602798462, 0.8217638731002808, 3.9724583625793457, 2.498490810394287, 1.1504077911376953, 1.817082405090332, 2.8370542526245117, 2.9570794105529785, 1.813601016998291, 0.8498392105102539, -1.8136500120162964, -0.7404541373252869, 1.3088750839233398, -1.4398961067199707, 0.11201117187738419, -2.743945360183716, -1.4543845653533936, -0.4877699315547943, 0.22704283893108368, -0.7209591269493103, 0.6504239439964294, -0.713182270526886, 1.859535813331604, 0.8752335906028748, 1.6245945692062378, 3.0210537910461426, 4.223384380340576, 4.66013240814209, 3.61289119720459, 3.254518747329712, 2.462003469467163, 1.05405855178833, -0.8773893713951111, -0.13126184046268463, -1.3082901239395142, -2.356170177459717, -0.9833148121833801, -1.2036293745040894, -0.5054125189781189, -0.6696169972419739, -0.8988960385322571, 2.421860456466675, 1.0317695140838623, 2.3654446601867676, 2.1692862510681152, 1.3973416090011597, 0.9551324248313904, 2.5987026691436768, 1.5416277647018433, 0.2756202518939972, 0.13123217225074768, 0.9840817451477051, 0.8839091062545776, 2.153071403503418, -0.21946550905704498, -0.7106623649597168, 0.09774543344974518, 1.2027664184570312, -0.09528698027133942, -1.7173571586608887, -1.2362000942230225, -0.451688677072525, -0.6193804740905762, 0.9559870958328247, 0.22095908224582672, -0.42994430661201477, 1.655876874923706, -0.14129339158535004, -0.08063147962093353, 0.6642876267433167, -0.4349070191383362, -0.6943433880805969, -1.1750086545944214, -0.8247553110122681, -0.43302637338638306, 1.1720348596572876, -0.5909116864204407, -0.9826421141624451, 0.49154168367385864, -0.287302166223526, 1.3287845849990845, -0.2539270520210266, -1.2914645671844482, -1.9277875423431396, -0.1473637968301773, 0.5912172198295593, -0.9016440510749817, -1.7781614065170288, -1.3999454975128174, -2.6647756099700928, -0.8107258081436157, -0.36495858430862427, -1.4088408946990967, -1.3190733194351196, -0.09826279431581497, 0.329593688249588, 1.1192742586135864, -0.4783790707588196, -1.4046188592910767, 0.5018340945243835, 0.8619692325592041, -0.09167256206274033, -0.23959873616695404, -0.725525975227356, -0.41905173659324646, -1.7697558403015137, -2.0048694610595703, -2.599320650100708, -1.3202190399169922, -2.3551506996154785, -1.8727072477340698, 0.5532926917076111, -0.08299920707941055, 1.2112692594528198, 1.6586695909500122, 1.870741367340088, 2.2575836181640625, 1.2700694799423218, 0.6916692852973938, 0.40675583481788635, 2.0398292541503906, 1.1276320219039917, -0.41835933923721313, -2.2957820892333984, -1.8684746026992798, -2.287485122680664, -1.8507535457611084, -2.0001072883605957, -3.234081983566284, -2.1898770332336426, -0.710922360420227, -0.5998879075050354, 1.6610426902770996, 0.07423655688762665, -0.40181729197502136, 1.9539988040924072, 2.896472930908203, 1.1136490106582642, 0.4952254891395569, 2.056924343109131, 1.2756513357162476, 0.6571789979934692, -0.1247410699725151, -0.8419056534767151, -1.6337542533874512, -2.5104081630706787, -1.870169758796692, -2.246861696243286, -2.1017019748687744, -1.4391072988510132, -1.3790504932403564, -1.3793014287948608, 0.5103901624679565, -0.6799426078796387, 1.0983264446258545, 0.642788827419281, 1.0177171230316162, 2.152418375015259, 2.3708655834198, 1.0537785291671753, 1.3978886604309082, -0.961388349533081, 0.07672729343175888, -0.6575947999954224, -0.6475653648376465, -2.8108675479888916, -2.59527850151062, -2.6200289726257324, -1.4777873754501343, -1.5297551155090332, -1.6604220867156982, 0.0072356658056378365, 1.1709434986114502, 0.4568103849887848, 0.5389481782913208, 0.34381669759750366, 3.3280723094940186, 2.275750160217285, 2.915886878967285, 1.4953619241714478, 0.10252995789051056, -0.5928560495376587, -0.6679427027702332, -0.38279733061790466, -0.8651228547096252, -2.5074198246002197, -1.4506677389144897, -1.5989936590194702, 0.09614681452512741, -1.1971491575241089, -0.3596361577510834, 0.13584551215171814, -0.36282870173454285, 1.3547147512435913, 1.8938044309616089, 0.41886669397354126, 1.9973115921020508, 3.29075026512146, 1.292244553565979, 1.0047873258590698, 1.565114140510559, 0.4952358901500702, 0.3609963059425354, -0.5279772877693176, -0.022563183680176735, -1.3199068307876587, -0.9414411783218384, -0.6264626383781433, -0.9876523017883301, -2.604442834854126, -1.2653192281723022, -1.84769868850708, -1.1009982824325562, 0.3968001902103424, 0.8106111884117126, 0.7189900279045105, 0.6609436273574829, 2.332493305206299, 1.564050316810608, 1.1440614461898804, 0.7403377294540405, 0.8844338655471802, 0.8829230070114136, 0.17832373082637787, 1.7383564710617065, -1.5200351476669312, -0.9324271082878113, -0.5090268850326538, -1.4063289165496826, -1.3144125938415527, -1.2345339059829712, -0.9347248673439026, -1.2815208435058594, 0.9589435458183289, 1.8998607397079468, 1.1571217775344849, 1.7430049180984497, 1.5134100914001465, 2.3107762336730957, 2.022357940673828, 1.0336235761642456, 0.3502098619937897, -0.5810136795043945, 0.8398203253746033, -0.02271636202931404, -1.3882801532745361, -2.124324321746826, -2.4388463497161865, -1.9871374368667603, -1.7820740938186646, -1.7148432731628418, -1.4016996622085571, -0.48822221159935, 1.6962742805480957, 1.8900090456008911, 2.61830735206604, 3.7375030517578125, 2.067134141921997, 1.9422850608825684, 1.8436017036437988, 1.102442979812622, 1.462990164756775, 0.26934534311294556, 0.6536932587623596, -0.4480297565460205, -0.3478614389896393, -0.18070630729198456, -0.18652184307575226, -0.5755932927131653, -0.7269242405891418, -0.5126119256019592, 0.4124384820461273, 1.4567904472351074, 1.3340486288070679, 0.03732253238558769, 2.1276328563690186, 1.7379980087280273, 1.210855484008789, 1.2457205057144165, 0.6053768992424011, -0.6636544466018677, 0.2542625665664673, -1.3597205877304077, -0.9525083303451538, -1.661750316619873, -1.528154969215393, -1.6625370979309082, -2.5725462436676025, -0.6337519884109497, 0.581966757774353, 0.045975565910339355, 1.6319661140441895, 2.355883836746216, 1.90731680393219, 0.7095885276794434, 0.7613092660903931, -0.02400767244398594, 0.6285046339035034, -0.8489285111427307, -0.9899024963378906, 0.320880651473999, -0.16292327642440796, 0.2126653790473938, 0.33606940507888794, -1.7625701427459717, -0.9277374148368835, -0.7170547842979431, -0.6732317805290222, -0.9246276021003723, -1.594670057296753, -0.6876504421234131, -0.08260943740606308, 0.49261969327926636, -0.17097719013690948, 0.7881432175636292, 0.4003778100013733, -0.3651154935359955, -0.3252575099468231, -1.020301103591919, -1.2353899478912354, -0.07865819334983826, -0.15299294888973236, -0.9295390248298645, -0.9223623275756836, 0.1353704333305359, 0.06468341499567032, -0.4193078875541687, 0.36594098806381226, 0.5248043537139893, 1.7706902027130127, 0.8561545610427856, 1.005786418914795, 1.872035026550293, 1.5920945405960083, 0.3934253752231598, 1.1902778148651123, 0.9793089628219604, 0.15932418406009674, 0.5978213548660278, 0.15311844646930695, -0.18444223701953888, 0.17149557173252106, 0.5118272304534912, -1.2462117671966553, -0.9674547910690308, -0.02556355483829975, -1.3269708156585693, -0.6565853357315063, -1.9278373718261719, -1.8119513988494873, -0.03505253791809082, -0.07272572815418243, 0.13777559995651245, -0.12824562191963196, 0.34565871953964233, 0.1769900918006897, -0.07519713789224625, -0.13071821630001068, -0.904198169708252, -1.1855847835540771, 0.1853560507297516, -1.872732162475586, -0.9002904891967773, -0.4112490117549896, -2.005939245223999, 0.9126636385917664, -0.05178830772638321, -0.9804782271385193, 1.1757439374923706, -0.44089287519454956, 0.8244578242301941, 0.9947855472564697, 0.2538146376609802, -0.35921144485473633, -0.07568072527647018, -0.6689285039901733, -0.9327254891395569, -0.8622991442680359, -0.34133782982826233, -0.03918604180216789, 0.9502427577972412, 0.9975220561027527, -0.45472848415374756, -0.3911031484603882, 0.127791166305542, -1.4518446922302246, -1.6299817562103271, -0.6063151955604553, -0.36415281891822815, -0.2810368537902832, 1.4664608240127563, 1.1593446731567383, 0.5677452683448792, 1.3514275550842285, 1.552747368812561, 0.04811209440231323, -0.42633160948753357, -0.4554072320461273, -0.6828471422195435, 0.00184497085865587, -1.6986865997314453, -1.1728267669677734, -1.183049201965332, -0.25279390811920166, -1.1577767133712769, -0.8014631867408752, -0.5545480847358704, 0.0013195588253438473, -0.2829565703868866, -1.1495745182037354, -0.6209701895713806, -1.939961552619934, -0.5221781730651855, -1.1107672452926636, -0.3403877317905426, 0.4177250862121582, 0.6941647529602051, -0.07457265257835388, 0.5478963255882263, 0.08013793081045151, -0.036224521696567535, -0.9529220461845398, -1.9793683290481567, -1.3217432498931885, -0.1222611591219902, -2.0543808937072754, -0.8807615637779236, 0.3927784562110901, 0.1509821116924286, 1.8471674919128418, 1.1377216577529907, 1.9860634803771973, 1.2486765384674072, 0.7872492671012878, 1.0219491720199585, 0.7190191745758057, 0.5027416348457336, -0.12677401304244995, 0.42069295048713684, -0.11793689429759979, -0.06123036891222, -0.24583680927753448, -0.43306291103363037, -1.358979344367981, -1.339439868927002, -1.1968873739242554, -1.4730502367019653, -0.08916643261909485, -0.13778598606586456, 0.6110860705375671, 0.7515895962715149, 2.1321215629577637, 1.4442987442016602, 1.2739367485046387, 1.0310249328613281, -0.14725084602832794, 0.4097960889339447, 0.6030660271644592, -0.032203610986471176, -1.1209274530410767, -0.6367713212966919, -2.1253089904785156, -0.7080925107002258, -1.3397102355957031, -0.9808461666107178, 0.07491910457611084, -0.2006329894065857, 0.7544733881950378, 1.110172152519226, 1.1282024383544922, 0.4380767047405243, 1.851685643196106, 1.3641735315322876, 2.0305943489074707, 0.8047879934310913, 0.7042277455329895, 1.9341403245925903, 0.1605837643146515, 1.7113757133483887, -0.4745948314666748, -1.2200651168823242, -0.05909513309597969, -0.2948940694332123, -0.8541771769523621, -0.7001807689666748, 0.2187415510416031, 0.14994198083877563, 0.15355484187602997, 0.4431891441345215, 1.114016056060791, 3.036853313446045, 1.5115725994110107, 1.8714041709899902, 1.9417613744735718, 2.6730117797851562, 1.6047356128692627, -0.2000475376844406, -0.0623391792178154, 0.07579905539751053, -1.527138113975525, 0.43605944514274597, -0.8975776433944702, -1.2100657224655151, -0.48406630754470825, -1.3301109075546265, -0.7532225847244263, 0.7403136491775513, -1.0715794563293457, -1.4587596654891968, -0.7272062301635742, 0.5608945488929749, 0.561406135559082, 0.29838961362838745, 0.6276616454124451, 0.2417985200881958, 0.563793957233429, 0.3271460235118866, -1.111116886138916, -0.44968411326408386, -0.14986363053321838, -0.9723090529441833, -1.1256284713745117, -0.08382154256105423, -1.1773641109466553, -1.0184553861618042, -0.3871453106403351, 0.11382104456424713, 0.8487317562103271, -0.30487993359565735, 0.6456298828125, -0.23978859186172485, 1.5130045413970947, 0.9848883748054504, 0.3448617458343506, 0.5237625241279602, 0.4804041087627411, 0.2779315710067749, -0.23686225712299347, 1.190943717956543, 0.14729981124401093, 0.6787927746772766, 0.7174177169799805, -0.29382559657096863, 0.19863994419574738, -0.6136586666107178, -0.9276883602142334, 0.19738735258579254, -0.2535785138607025, -0.45545297861099243, -0.19579638540744781, -0.2725137770175934, 0.2050219178199768, -0.290465384721756, 0.3064795434474945, 0.06221872940659523, 0.004002588801085949, 0.7986089587211609, 1.3898274898529053, 0.7210371494293213, 1.1229610443115234, 1.5516400337219238, -0.6285662055015564, 0.41780781745910645, 0.5748448967933655, -0.7615780830383301, -0.9272408485412598, -1.2604485750198364, -0.8253952860832214, 0.2511757016181946, -0.5776905417442322, -1.2811768054962158, -0.7065908908843994, -0.4813060164451599, 0.257834792137146, -1.263972282409668, -0.002080454956740141, 0.9918433427810669, 0.6582329869270325, 0.6175081133842468, -0.37250080704689026, -0.3686240613460541, 0.391183078289032, -0.27823102474212646, -1.8222532272338867, -0.5315776467323303, -0.8224080801010132, -0.1211027279496193, -1.0760518312454224, -0.7408058643341064, 0.028687458485364914, -0.24950763583183289, 0.14802239835262299, -1.8553317785263062, -0.04177223891019821, -0.59050452709198, -0.6883671879768372, 0.4933388829231262, 0.3871117830276489, 0.12116774171590805, 0.6261577606201172, 0.527317225933075, 0.8736042976379395, 0.986449122428894, -0.14700770378112793, 0.2420332431793213, 0.12035480886697769, -0.06583303958177567, -0.3548653721809387, 0.40894076228141785, -0.47808748483657837, -1.2813159227371216, 0.3308650553226471, 0.6668583154678345, 0.22791126370429993, -0.4694221019744873, -0.12260528653860092, -0.2955072522163391, 0.2730598449707031, 0.2015499472618103, -1.1773650646209717, 0.5039529204368591, 0.1379222273826599, 0.39068037271499634, 0.6089451313018799, 0.45806413888931274, 0.16865748167037964, 0.32667359709739685, -0.4136110544204712, -0.9971856474876404, -1.0746712684631348, -1.0581891536712646, -1.163036584854126, -1.2797285318374634, 0.29212963581085205, -1.057934045791626, -0.8984795808792114, -0.4851226210594177, -0.18186578154563904, 0.29018428921699524, -0.9829769134521484, -0.5111455321311951, 0.19895170629024506, 0.0818115845322609, -0.6868582367897034, -0.1946565806865692, 0.028825955465435982, 0.6997771263122559, -0.060983989387750626, -0.6900340914726257, 0.16053786873817444, 0.9806761145591736, 0.5870988965034485, 0.042271506041288376, -0.448172926902771, -0.4633462429046631, 0.28128787875175476, -0.21272484958171844, 0.06860731542110443, 0.98841792345047, 0.7823494076728821, 0.8641112446784973, 0.6776319146156311, 1.3146169185638428, -0.12470138072967529, 0.514835774898529, -0.11488080769777298, 0.44646185636520386, -0.06657323241233826, 0.8504891395568848, 0.2565551698207855, -0.2590278685092926, 0.0508994422852993, -0.6615973114967346, -0.8873978853225708, -1.1116162538528442, -1.4908324480056763, -0.6422995924949646, -0.8634216785430908, -0.46945720911026, -0.08245555311441422, 0.04720752686262131, 0.15733033418655396, 0.03972916677594185, 0.39774563908576965, 0.2565113306045532, 0.8630614280700684, 1.0084880590438843, 0.6269932985305786, 0.37797287106513977, 0.15105099976062775, -0.9582476615905762, -0.953019917011261, -1.6887450218200684, -0.8381068110466003, -0.7057673335075378, -0.2036704421043396, 0.7182179689407349, 0.8442103266716003, 0.18675892055034637, 0.414713591337204, 0.1511744111776352, 0.011760308407247066, -0.3880350887775421, 0.38000544905662537, 0.058759905397892, 0.38143596053123474, 0.6181285977363586, 0.4744281768798828, 0.525446891784668, -0.7010856866836548, -0.5881733894348145, -0.2336556613445282, -0.46695828437805176, -0.5994296073913574, -0.15561440587043762, 0.05717853084206581, -0.21893253922462463, -0.40805554389953613, 0.1641237735748291, 0.041640426963567734, 0.20605525374412537, 0.35133764147758484, 0.4794761538505554, 1.176123857498169, 1.15372633934021, 0.1269378513097763, 0.7006648182868958, 0.5348057746887207, -0.10441241413354874, -0.09986455738544464, -0.39798665046691895, -0.5715993046760559, 0.3430092930793762, -0.5065281391143799, -0.8767101168632507, -0.8876839280128479, -0.9237483739852905, -0.7156350612640381, -1.5063259601593018, -1.0908799171447754, -0.6781558990478516, -0.5174344182014465, 0.05619500204920769, 0.13384594023227692, 0.11958711594343185, 0.6315069198608398, 0.2349717766046524, 0.8119316101074219, 0.8304663896560669, -0.22113069891929626, 0.5768606662750244, -0.07899998128414154, -0.759267270565033, 0.3446267545223236, -0.2923052906990051, -0.6636011004447937, 0.06783135235309601, -0.3105778396129608, 0.3365565836429596, 0.19537195563316345, -0.22741135954856873, 0.5871936678886414, 0.6074727773666382, 0.3393320143222809, 0.7954566478729248, 1.2648847103118896, 1.0725616216659546, 0.8443816304206848, 0.575721263885498, 0.8526018857955933, 0.18580038845539093, -0.49986952543258667, -0.36156150698661804, 0.039934851229190826, 0.2760359048843384, 0.5653520226478577, 0.7265654802322388, -0.054569147527217865, 0.4569898843765259, -0.9105055332183838, -0.7450408935546875, -0.18424713611602783, -0.45463982224464417, -0.10224483907222748, 0.15797743201255798, 0.6619806289672852, 0.9009438753128052, 0.6587395071983337, 0.9717101454734802, 0.8757070302963257, 0.2518659234046936, 0.29471567273139954, 0.5885387659072876, -0.3527316749095917, 0.8625773191452026, 0.8662319779396057, -0.2884257137775421, -0.4381532669067383, -0.905218243598938, -1.009299397468567, -0.944663941860199, -1.0693657398223877, -0.18675878643989563, 0.1657181829214096, 0.5173929929733276, 0.37555205821990967, 1.0328431129455566, 0.24729874730110168, 0.33600327372550964, 0.43251386284828186, 0.9675264954566956, 0.4012923538684845, -0.20735743641853333, -0.22858156263828278, 0.6845165491104126, 0.37866121530532837, -0.8209284543991089, 0.07687101513147354, -0.32259783148765564, 0.12531858682632446, -1.206157922744751, -0.11374591290950775, -0.4290785789489746, -0.3799668848514557, -0.9490386843681335, -0.31892237067222595, 0.7481957077980042, 0.5899072885513306, 0.9443256258964539, 0.9672543406486511, 1.269029140472412, 1.2555186748504639, 1.094894289970398, 0.7599305510520935, 0.34274324774742126, -0.7948021292686462, -0.7576491236686707, -0.6491256356239319, -0.7709488868713379, -0.1973276436328888, -0.3475647568702698, -0.6392728686332703, -0.12463600933551788, -0.6236852407455444, -0.6123393177986145, -0.8643035888671875, -0.7408144474029541, 0.1373559683561325, -0.07105240225791931, -0.15805357694625854, -0.0031677265651524067, 0.5049798488616943, 0.04970165714621544, 0.49973663687705994, 0.26128584146499634, 0.37127819657325745, -0.2101840078830719, -0.43787771463394165, -0.7925306558609009, -0.6230250000953674, -0.900881290435791, -1.129436731338501, -1.5509859323501587, -1.1687184572219849, -0.9447064995765686, -0.3100919723510742, 0.17636984586715698, 0.02595249004662037, -0.7071616649627686, -0.10433853417634964, 0.4977366328239441, 0.12404822558164597, -0.6850237250328064, 0.47207406163215637, 0.4413397014141083, 0.36637890338897705, 0.5052560567855835, -0.3573530316352844, -0.34753260016441345, -0.46572527289390564, 0.15535731613636017, -0.3427390158176422, -0.8693249225616455, -0.7537856101989746, -0.15361283719539642, -0.3083527982234955, 0.09988535940647125, -0.03150535002350807, -0.06878627836704254, 0.7362105250358582, 0.8334729671478271, 1.0064879655838013, 0.9010299444198608, 0.5957813262939453, 0.36775022745132446, 0.6335067749023438, 0.8094611167907715, 0.043179307132959366, 0.021184390410780907, 0.47085726261138916, 0.03430062532424927, 0.5635666251182556, -1.2120813131332397, -1.2876955270767212, -0.8150632381439209, -0.0960906520485878, -0.38381528854370117, -0.7797707319259644, -0.09133889526128769, 0.8442754745483398, -0.005540697369724512, -0.363498717546463, 0.017432985827326775, 0.4233098328113556, 0.6046029329299927, 0.8065947890281677, 0.4909707009792328, -0.11807695776224136, 0.11471349745988846, 0.46612080931663513, 0.08306857943534851, -0.5297079086303711, -0.5530194044113159, -0.9126593470573425, -0.08666744083166122, -0.30553126335144043, -0.4618969261646271, -0.7275331020355225, 0.34148693084716797, -0.3915347158908844, -0.15973328053951263, 0.26315778493881226, -0.06808345019817352, 0.2892408072948456, 1.3726814985275269, 1.9200912714004517, 0.9775027632713318, 1.21560800075531, 0.7112046480178833, 0.22370313107967377, -0.036333486437797546, -0.25289231538772583, -0.42029762268066406, -0.0023710436653345823, -1.5245476961135864, -1.1910724639892578, -1.175058364868164, -1.221906304359436, -1.2788478136062622, -1.2889961004257202, -1.6743606328964233, 0.3437489867210388, 0.7831220626831055, 1.246571660041809, 0.7303235530853271, 1.2878830432891846, 1.0566986799240112, 1.7239881753921509, 1.4714215993881226, 0.06729315966367722, -0.12076077610254288, 0.08441203832626343, -0.13857248425483704, 0.038839664310216904, -0.2499401718378067, -1.0549745559692383, -0.6742509007453918, -0.7568886876106262, -0.7467342019081116, -1.1274725198745728, -0.819835364818573, -0.5689886212348938, 0.08975089341402054, 0.7965039610862732, 0.3151147663593292, 0.7534970045089722, 1.4177749156951904, 1.4107767343521118, 1.276524305343628, 1.6052062511444092, 0.9291755557060242, 0.6950564980506897, 0.3758094906806946, 0.0912892296910286, -0.16235096752643585, -0.2634096145629883, -1.4967092275619507, -0.5414782762527466, -0.9490641951560974, -0.1333470344543457, -0.3062039911746979, -0.38760364055633545, -0.2742668092250824, 0.07163148373365402, 0.3382602334022522, 0.07555387169122696, 0.11785539239645004, 1.1040233373641968, 1.8092780113220215, 1.5143309831619263, 1.467024326324463, 1.1138819456100464, 0.6405394673347473, 0.5633102059364319, -0.5237883925437927, -1.661515235900879, -0.919029951095581, -1.0710508823394775, -0.5374111533164978, -0.42132753133773804, -1.8327263593673706, -1.7112815380096436, -1.718773365020752, -1.010532259941101, 0.5194185972213745, -0.571806013584137, 0.9861235618591309, 2.1740493774414062, 2.3693597316741943, 3.289654493331909, 1.619463324546814, -0.24473771452903748, 2.9517765045166016, 2.266066074371338, 0.281536340713501, -2.0319647789001465, -0.5266794562339783, -0.08097139000892639, -2.4077930450439453, -3.820993661880493, -3.6133837699890137, -2.277397871017456, -2.0734100341796875, -2.189035415649414, 0.031490687280893326, 0.6927842497825623, 0.9146875739097595, 0.8283907771110535, 1.794466257095337, 2.933478832244873, 2.8428139686584473, 2.7348203659057617, 2.636031150817871, 2.138061761856079, 2.038203477859497, 1.7012720108032227, -0.14652752876281738, -2.0232667922973633, -2.159856081008911, -3.404545545578003, -4.530445575714111, -4.312660217285156, -3.8081107139587402, -3.4560775756835938, -2.375523567199707, -0.4722622334957123, 0.27783089876174927, 0.7588453888893127, 0.79921555519104, 2.1510090827941895, 3.788393259048462, 4.162026405334473, 2.2850990295410156, 1.6933273077011108, 2.0868372917175293, 1.1260616779327393, -1.1516681909561157, -1.0247855186462402, 0.12181229144334793, -1.3671585321426392, -1.824524998664856, -2.3106372356414795, -0.9879026412963867, -0.8458613753318787, -2.9042325019836426, -2.283252000808716, -0.24116680026054382, 0.17559032142162323, 0.6776288747787476, 0.2840100824832916, 1.6971218585968018, 2.8411641120910645, 2.1716179847717285, 2.0659096240997314, 0.9627074599266052, 0.5828810334205627, 0.44084984064102173, 0.08782196789979935, -0.2450663447380066, -1.513810634613037, -1.484602451324463, -1.4597023725509644, -1.7136653661727905, -0.6971557140350342, -1.508813500404358, -2.291475296020508, -0.5694824457168579, -0.20446035265922546, -0.06682775169610977, -0.35400110483169556, 0.5195305347442627, 2.2573750019073486, 1.8192750215530396, 1.4921385049819946, 1.216616153717041, 2.08567214012146, 0.9891592264175415, -0.11820128560066223, -1.7860264778137207, -0.641886830329895, -0.6136817932128906, -1.4036623239517212, -1.5443655252456665, -1.5566327571868896, -0.7746079564094543, -0.4262244403362274, -0.40073323249816895, 0.26028934121131897, 0.865642249584198, 0.3981880843639374, 0.6753893494606018, 1.3425695896148682, 1.9964008331298828, 1.5389738082885742, 1.1563668251037598, 1.0455124378204346, 0.8294135332107544, 0.9667403697967529, 0.36582282185554504, -0.4440750181674957, -0.7416888475418091, -0.9184219837188721, -1.3942890167236328, -1.8864095211029053, -0.45942211151123047, -1.2425780296325684, -0.33243027329444885, -0.7590923309326172, -0.3246929347515106, 0.7481599450111389, 0.9308328032493591, 0.03794732689857483, 0.5953159928321838, 0.5806400775909424, 0.3470824658870697, 0.5647923350334167, -0.4025597870349884, 0.11547678709030151, -0.3900938630104065, -0.06073266640305519, 0.020656999200582504, -0.5590596795082092, -0.6094843745231628, -1.2898777723312378, -1.3942577838897705, -0.4815749526023865, -1.2438536882400513, -1.5680813789367676, -0.543190598487854, -0.44602757692337036, -0.21770036220550537, -0.027759090065956116, 0.7664105892181396, 0.9923384189605713, 0.11217326670885086, 0.1580955982208252, 0.05336422100663185, 0.29957354068756104, 0.5935660600662231, -0.15328462421894073, 0.14885632693767548, 1.0293455123901367, 0.45052629709243774, 0.3375207483768463, -0.6026144623756409, -0.8370429873466492, -0.8183515667915344, -1.3750725984573364, -1.1316642761230469, -1.3445510864257812, -0.5685407519340515, -0.3088502883911133, 0.236602783203125, 0.8195111155509949, -0.11239863932132721, 0.5051840543746948, 1.0418291091918945, 0.29752734303474426, 0.7490586638450623, 0.15915143489837646, -0.3233828544616699, -0.07205911725759506, 0.3468896448612213, 1.4721182584762573, -0.1570775806903839, -0.3556734323501587, 0.44374579191207886, 0.033823564648628235, -0.24952201545238495, -0.2842055559158325, -0.8214923143386841, 0.09390967339277267, -0.3520139157772064, 0.13278159499168396, 0.27053847908973694, 0.09129650145769119, 0.42881131172180176, 0.5174673795700073, 0.5274510383605957, -0.13745909929275513, 0.5150576829910278, -0.6656840443611145, 0.3309386968612671, 0.229574054479599, 0.45316335558891296, 0.47081705927848816, 0.08470754325389862, 0.2244013398885727, -0.039786022156476974, -0.25591740012168884, 0.071408711373806, -0.05424300953745842, -0.2021803855895996, -0.5234010219573975, 0.12458837032318115, -0.3749372363090515, 0.0032754770945757627, 0.23414555191993713, 0.3720800280570984, -0.07813338935375214, 0.19460655748844147, -0.08943361043930054, 0.10734377801418304, -0.2062024176120758, 0.19654852151870728, 0.21247972548007965, -0.044021427631378174, 0.5962474346160889, 0.8209114670753479, -0.7330207824707031, -0.04359904304146767, 0.0016032076673582196, -0.4609670639038086, -1.567021131515503, -0.564526379108429, 0.4095876216888428, -0.2134479135274887, 0.11591643840074539, 0.17913292348384857, 0.6758692860603333, 1.5641214847564697, 0.7094415426254272, 0.5891690254211426, 0.3343670070171356, 0.1146845817565918, -0.16065210103988647, -0.2731952667236328, -0.6247594356536865, 0.021858053281903267, -0.6842468976974487, -0.4782031774520874, -0.5801852941513062, 0.19371463358402252, 0.20399397611618042, 0.16120396554470062, 0.24369148910045624, 0.8766857981681824, 0.5046167969703674, -0.3951891362667084, -0.3729558289051056, 0.14034174382686615, 0.2551375925540924, 0.391711562871933, 0.09619957208633423, -0.5800697803497314, -0.22054746747016907, -0.5130516290664673, -0.8442022800445557, -1.066251277923584, -1.1173548698425293, -0.6945676803588867, -1.184659719467163, -1.0315824747085571, -0.067661814391613, -0.2542114853858948, 0.128665953874588, 0.5410705804824829, 0.6474159955978394, 0.812516987323761, 0.5353405475616455, -0.0678691491484642, -0.15859392285346985, 0.5400137305259705, 1.279740333557129, 0.37515631318092346, -0.05695318803191185, 0.18151916563510895, 0.5394809246063232, 0.6302893757820129, -0.3811764717102051, -0.08848435431718826, 0.2622225284576416, 0.46206289529800415, 0.1540951132774353, -0.5420704483985901, 0.7027091979980469, 0.28426122665405273, 0.7613070011138916, 1.2036348581314087, 0.4377935826778412, 0.7772236466407776, 0.3329068720340729, 0.45345720648765564, 0.01937580667436123, -0.5090166926383972, -0.6374331116676331, -0.8362491130828857, -0.5666218400001526, 0.10274466872215271, -0.5947677493095398, -0.3273441195487976, 0.08531423658132553, 0.11518703401088715, -0.5367143750190735, -0.8713707327842712, -0.07903359830379486, 0.5389136075973511, 0.25345683097839355, -0.04618820548057556, 0.237777978181839, 0.4569684565067291, 1.0385733842849731, 0.2678368091583252, -0.04195691645145416, 0.5049546957015991, 0.16612865030765533, -0.08278825879096985, -0.7482678294181824, -1.867488145828247, -2.046525001525879, -0.32339274883270264, 0.13937155902385712, 0.790846586227417, 0.5059324502944946, 0.8463784456253052, 1.7605482339859009, 1.182700514793396, 0.827494204044342, 1.2285975217819214, 2.1359219551086426, 1.1589654684066772, -0.8198243975639343, -0.16982032358646393, 0.6352386474609375, -0.12025079876184464, -1.7306653261184692, -0.5114100575447083, -0.30754950642585754, -0.8514789938926697, -0.43684589862823486, -0.2631969153881073, 0.02969037927687168, -0.15206122398376465, -0.34930935502052307, 1.0639146566390991, 0.9744850993156433, 1.0530598163604736, 1.0625790357589722, 1.032183289527893, 1.3195545673370361, 0.45288702845573425, -0.4805600345134735, -0.007317946292459965, -0.20548038184642792, 0.03484737500548363, -1.0361533164978027, -1.591326117515564, -1.5054634809494019, -1.6516417264938354, -1.1590689420700073, -1.8893896341323853, -1.025693655014038, -0.7149701714515686, -0.9895563125610352, 0.5827187895774841, 0.29273301362991333, 0.6628159284591675, 1.2698193788528442, 0.606971263885498, 1.305321455001831, 1.1767834424972534, 1.115197777748108, 1.3798426389694214, 0.3982141315937042, -0.23956060409545898, 0.004323963075876236, -1.0837448835372925, -1.4567853212356567, -0.7149269580841064, -0.42602574825286865, -0.35999444127082825, -0.2875322699546814, 0.06532054394483566, 0.11863818764686584, 0.1305217742919922, 0.5600927472114563, 0.5712389349937439, 0.03608216717839241, 0.6116095781326294, 1.3416767120361328, 1.2971069812774658, 1.609523057937622, 1.2675368785858154, 0.055617805570364, -0.1964925229549408, -0.37956100702285767, 0.08421166241168976, -0.26445692777633667, -1.146362543106079, -1.8546419143676758, -0.8805224895477295, -0.9777734875679016, -1.7093371152877808, -1.3652760982513428, -0.30034321546554565, -0.08257187902927399, 0.29197007417678833, 0.9249391555786133, 1.3495348691940308, 1.1888031959533691, 1.1029798984527588, 1.387325406074524, 0.8246413469314575, 0.886671245098114, 0.268600732088089, -0.10295820981264114, -0.3557825982570648, -1.300883173942566, -0.6193740963935852, -0.5067457556724548, -0.9102453589439392, -1.1892666816711426, -1.8862206935882568, -0.5922612547874451, 0.038384728133678436, -0.8256446719169617, -0.8010759949684143, 0.27211034297943115, 1.9573206901550293, 1.926260232925415, 1.779329776763916, 1.5330411195755005, 1.7478697299957275, 1.4497880935668945, 0.021774178370833397, -0.4587637186050415, 0.14824247360229492, -0.5657474398612976, -1.2357187271118164, -0.6235585808753967, -0.18360257148742676, -0.5461021065711975, -0.866041898727417, -0.6159453988075256, 0.12090499699115753, 1.0699748992919922, -0.3305283188819885, 0.49136102199554443, 1.1119190454483032, 1.2571783065795898, 0.4014260172843933, 0.667807400226593, 0.0717688575387001, 0.04867067188024521, 0.1791977733373642, 0.7140915393829346, 0.11408087611198425, -1.3237847089767456, -1.459667444229126, -1.4754751920700073, -1.4956048727035522, -1.7024770975112915, -1.2104214429855347, -0.6527184844017029, -0.4838763475418091, -0.04941905289888382, 0.8024539351463318, 0.46560510993003845, 1.0963467359542847, 0.7341940999031067, 0.7708685398101807, 0.31273123621940613, 0.8467497825622559, 0.9215195178985596, -0.21909019351005554, 0.16464801132678986, -0.5282087326049805, 0.006841220427304506, -0.1773533821105957, -1.0999175310134888, -0.8041419982910156, -0.512679398059845, -0.6639636754989624, -0.2967076301574707, -0.9620445370674133, -0.8311293125152588, -0.6629184484481812, 0.49763399362564087, 0.39741307497024536, 0.0225042924284935, -0.06596040725708008, 0.19613191485404968, 0.6223304867744446, 0.49901512265205383, 0.37855958938598633, 0.3484985828399658, 0.32068443298339844, 0.2367297112941742, -0.2074390947818756, -0.8107907176017761, -2.577921152114868, -0.8558129668235779, 1.104481816291809, -0.9278172254562378, 0.44962599873542786, 1.9465593099594116, 1.5120234489440918, -0.616551399230957, -2.351470947265625, 1.0524827241897583, 1.1596001386642456, -0.07054050266742706, 1.8499977588653564, 1.394666075706482, -0.902283787727356, 0.6396903395652771, 0.608640730381012, -0.4473201334476471, -2.0110461711883545, -1.26078200340271, 0.026215173304080963, -1.1743801832199097, -2.0682215690612793, -1.1403228044509888, -0.2674858272075653, -0.7684446573257446, -1.4621243476867676, -0.4353141188621521, 0.8293381333351135, 0.7890296578407288, 0.7032185196876526, 1.972983479499817, 1.5396716594696045, 0.6529894471168518, 2.0063304901123047, 1.0611658096313477, 0.30642378330230713, 0.4567447602748871, 0.11280903965234756, -0.22461910545825958, -1.519717812538147, -1.4925256967544556, -1.1271586418151855, -1.774139642715454, -2.099778413772583, -1.4069896936416626, -0.734275221824646, -1.3520829677581787, -0.7036243081092834, -0.0627545714378357, 0.9943081140518188, 0.6633760333061218, 1.360992431640625, 1.3857126235961914, 1.8307064771652222, 1.4952800273895264, 1.6771643161773682, 1.8619959354400635, 1.663192629814148, 0.22863386571407318, 0.16342996060848236, -0.19096015393733978, -1.618744134902954, -1.2877156734466553, -1.7187949419021606, -2.0742762088775635, -1.479849934577942, -0.8892449736595154, -0.223939448595047, -1.3344449996948242, -0.44286516308784485, 0.6368829607963562, -0.40164023637771606, -0.20242105424404144, 0.2839345633983612, 0.7285168766975403, 1.030451774597168, 0.1609843522310257, 1.9908112287521362, 1.1009752750396729, 0.2975052297115326, 0.392233669757843, -0.2607237696647644, -0.6910937428474426, -1.3894567489624023, -2.1529409885406494, -1.9255483150482178, -1.8345218896865845, -1.1968936920166016, -1.1821491718292236, -0.8098532557487488, -1.0608960390090942, -0.8921245336532593, -0.2775387763977051, -0.8909318447113037, -0.06367034465074539, 0.9015787839889526, 0.7965483665466309, 0.6518619656562805, 0.8792851567268372, 1.573086142539978, 0.6413807272911072, 0.6430068612098694, 0.7245068550109863, 0.5546911954879761, -0.36138132214546204, -0.7233303785324097, -0.5925194025039673, -0.8719934821128845, -1.2188465595245361, -0.5959340929985046, -1.1624844074249268, -0.487425833940506, -0.571530818939209, -0.6429734826087952, -0.1628876030445099, -0.602081298828125, 0.05200567469000816, 1.114882469177246, 0.943271815776825, 0.6081739068031311, 0.904585063457489, 1.121246099472046, 1.0497939586639404, 0.0011516209924593568, 0.36327308416366577, 0.35260093212127686, -0.08782945573329926, -0.28782323002815247, -0.6633884906768799, -1.3966537714004517, -1.229305624961853, -1.2640671730041504, -0.7262192964553833, -1.5778917074203491, -0.876709520816803, 0.39770132303237915, 0.6769328117370605, 0.5286281704902649, 0.5318057537078857, 1.223196268081665, 0.9333683848381042, 0.5371100306510925, 1.216763973236084, 0.8965092897415161, 1.1548048257827759, 0.8207221031188965, 0.7565230131149292, 0.5686733722686768, 0.1499844640493393, -0.18779578804969788, -0.48743608593940735, -0.2684054374694824, -0.33256658911705017, -0.8528421521186829, -0.4651849567890167, -0.29551103711128235, -0.2151278704404831, 0.04526730626821518, -0.1468316912651062, 1.1548032760620117, 1.4260979890823364, 0.5401335954666138, 1.0205367803573608, 0.933459460735321, 0.9794960021972656, 0.8183397650718689, 1.3072116374969482, 1.0336345434188843, 0.12263922393321991, 0.7073227763175964, 0.2945370376110077, 0.34431299567222595, -0.5862053036689758, -0.620204746723175, -0.2263982743024826, -0.5308149456977844, -0.5106603503227234, 0.3578977584838867, 0.3395993709564209, 0.7516273856163025, 0.33917510509490967, 0.6495338678359985, 0.7924305200576782, 0.6863031983375549, 0.7824162840843201, 0.6421178579330444, -0.21989424526691437, 1.0217005014419556, 0.35854968428611755, -0.10189284384250641, 0.09567545354366302, 0.20864355564117432, 0.5132039785385132, -0.29250940680503845, 0.49402469396591187, -0.7237640619277954, -0.5869084000587463, 0.14919717609882355, -0.07420295476913452, -0.5850701332092285, -0.661618709564209, -0.4043078124523163, -0.43421414494514465, 0.3023696541786194, 0.3537429869174957, 0.3011285960674286, 0.5579373240470886, 0.2538263499736786, 0.3145735263824463, 0.3877895772457123, -0.11650858074426651, 0.518142819404602, 0.29060012102127075, -0.14720189571380615, 0.05717693269252777, -0.03079202026128769, 0.32192787528038025, -0.8117354512214661, -0.6368890404701233, 0.11610466986894608, 0.308795690536499, -0.09731318056583405, -0.44776517152786255, 0.5882270336151123, 1.1077697277069092, 0.6816146373748779, 0.33384865522384644, 0.8071839809417725, 0.697954535484314, 0.09018874168395996, 0.12005548179149628, 0.10170568525791168, 0.3319120705127716, 0.2546684443950653, -0.07450973987579346, 0.3039027452468872, -0.13839584589004517, 0.7577095627784729, 0.1874743402004242, -0.13421019911766052, 0.40172871947288513, -0.2543525695800781, -0.5166369676589966, -0.5560467839241028, 0.259404718875885, -0.013102916069328785, -0.4807043671607971, 0.5200589895248413, 0.4578646719455719, 0.2538662254810333, -0.22641967236995697, 0.08461269736289978, 0.29670608043670654, 0.3183569312095642, -0.2562170922756195, -0.7308233380317688, -0.5123826861381531, 0.03481263294816017, -0.5233765840530396, -0.11973338574171066, 0.1326945424079895, -0.05592341721057892, -0.41668087244033813, -0.37779974937438965, -0.06345583498477936, 0.27663642168045044, -0.8225147128105164, 0.1494380533695221, -0.09031464159488678, 0.09289047867059708, -0.2256394773721695, 0.030331633985042572, 0.7299359440803528, 0.6448097229003906, 0.11152152717113495, 0.7385050058364868, -0.03419475257396698, 0.6591777205467224, 0.1413569450378418, 0.21948407590389252, 0.5680528283119202, -0.18625310063362122, 0.3106176257133484, 0.4499487578868866, 0.24665622413158417, 0.24403788149356842, -0.17242754995822906, 0.12159077078104019, -0.19481641054153442, -0.42493757605552673, -0.40476804971694946, -1.079594373703003, 0.0336851105093956, 0.10252273827791214, 0.07349925488233566, -0.26841452717781067, -0.11539395898580551, 0.43301719427108765, 0.21041332185268402, 0.32466334104537964, -0.06071135029196739, -0.6188112497329712, -0.10373351722955704, -0.5518714189529419, -0.2594131529331207, -0.3385690748691559, -0.8332040905952454, -0.8190341591835022, -1.1608355045318604, -1.3322585821151733, -0.4896774888038635, -0.8988321423530579, -0.6506420373916626, -0.5222826600074768, 0.3423258662223816, 0.43842241168022156, -0.27386847138404846, 0.14194847643375397, 0.3602910041809082, 0.014569767750799656, 0.36467957496643066, 0.5448405742645264, 0.2645514905452728, 0.03021671622991562, -0.038537997752428055, 0.8151121139526367, 0.1362726390361786, -0.38436827063560486, -0.003822325263172388, -0.25903183221817017, 0.06629737466573715, -0.29346543550491333, -0.31005510687828064, -0.005885137710720301, 0.2125997394323349, 0.027213942259550095, 0.061782993376255035, 0.1736445128917694, 0.2629774510860443, 0.2982075810432434, 0.17611639201641083, 0.48946794867515564, 0.2991878092288971, -0.04429294168949127, -0.19690901041030884, 0.005135073326528072, -0.2565550208091736, -0.6138043999671936, -0.432461142539978, -0.33803167939186096, -0.4482525885105133, -0.5464320778846741, 0.29050248861312866, -0.3445621728897095, 0.030430244281888008, -0.36446434259414673, -0.21471625566482544, -0.022236231714487076, -0.26646366715431213, -0.17711058259010315, 0.37776437401771545, 0.2088482528924942, -0.3677613139152527, -0.4595200717449188, 0.16797134280204773, 0.4107423424720764, -0.08926329016685486, -0.051471199840307236, -0.006060362793505192, -0.3503776788711548, -0.31934767961502075, -0.34785959124565125, -0.31574317812919617, -0.011254379525780678, -0.5586293935775757, -0.18643449246883392, 0.34727445244789124, 0.35470980405807495, 0.2050033062696457, 0.16771362721920013, 0.5026084184646606, -0.11317690461874008, 0.05459240823984146, 0.3282439112663269, 0.18219558894634247, -0.791706919670105, -0.4515264332294464, -0.45998436212539673, -0.2691041827201843, -0.5267615914344788, -0.6848604679107666, -0.17270934581756592, -0.29624438285827637, -0.5862565040588379, -0.2751046419143677, 0.18735182285308838, -0.09360019862651825, 0.28601205348968506, 0.05463840812444687, 0.5852242708206177, 0.30438095331192017, 0.020472807809710503, -0.10251341760158539, -0.16866949200630188, 0.09914279729127884, -0.36525848507881165, -0.25958651304244995, 0.05042268708348274, -0.3614082634449005, -0.10797309130430222, -0.029390854761004448, -0.3101451098918915, -0.5644489526748657, -0.5820170640945435, -0.4029200077056885, -0.33509954810142517, -0.19042563438415527, -0.12162481248378754, 0.21701975166797638, -0.11968065053224564, 0.17696702480316162, 0.5477191209793091, 0.30775973200798035, 0.27647748589515686, 0.4507920444011688, 0.7262102365493774, 0.8560952544212341, 0.4291304349899292, 0.33062058687210083, 0.13559281826019287, -0.10070191323757172, 0.3498515784740448, -0.2323138564825058, -0.10563918203115463, -0.36341094970703125, -0.4316888749599457, -0.4356310963630676, -0.5948248505592346, -0.035388410091400146, -0.18902522325515747, -0.7255153656005859, 0.21013766527175903, 0.41156139969825745, 0.41987714171409607, 0.188649982213974, 0.7999976277351379, 0.9129084348678589, 0.9793049693107605, 0.5021490454673767, 0.29459214210510254, 0.18517626821994781, 0.2182164490222931, -0.022913502529263496, -0.19285424053668976, -0.32719287276268005, -0.028953999280929565, -0.16548971831798553, 0.030518395826220512, -0.749822735786438, -0.2497957944869995, 0.04395827278494835, 0.2692390978336334, -0.008332564495503902, 0.2635321021080017, 0.4167199730873108, 0.3763551115989685, 0.3872169256210327, 0.38903549313545227, 0.14742963016033173, -0.07946741580963135, 0.3067842721939087, 0.08487328141927719, -0.059662677347660065, -0.008204889483749866, -0.3156106770038605, -0.21435873210430145, -0.17268602550029755, 0.13601256906986237, -0.030399808660149574, -0.32207950949668884, -0.2861815094947815, -0.3325883448123932, -0.3178131580352783, -0.6614717245101929, -0.29561227560043335, -0.14472703635692596, -0.23827587068080902, -0.30686551332473755, -0.16304363310337067, -0.09643981605768204, 0.00796536821871996, 0.07277680933475494, -0.2982914447784424, -0.12508894503116608, -0.3460884988307953, -0.06851496547460556, 0.20866017043590546, -0.05597863718867302, -0.5229339599609375, -0.16890820860862732, 0.33465492725372314, -0.5078651905059814, -0.31876954436302185, 0.13712835311889648, -0.009849906899034977, -0.09506823867559433, -0.22396543622016907, 0.5971630811691284, 0.21205900609493256, -0.008273045532405376, -0.19424906373023987, 0.06368712335824966, -0.1284373253583908, -0.41136878728866577, 0.0821380466222763, -0.05972585082054138, -0.027043944224715233, -0.21897898614406586, -0.542741060256958, -0.5748372673988342, -0.05876889452338219, 0.24208441376686096, -0.13380560278892517, -0.25371575355529785, 0.12084460258483887, 0.18677106499671936, 0.19451704621315002, -0.16686473786830902, 0.034601371735334396, 0.1564805805683136, -0.4152691960334778, -0.25776156783103943, -0.47165581583976746, 0.011527876369655132, -0.08418538421392441, -0.1475042700767517, -0.1467459350824356, -0.2222890704870224, 0.054118648171424866, 0.08006159961223602, -0.23792074620723724, 0.19854781031608582, 0.19046542048454285, 0.44756191968917847, 0.42520672082901, -0.20465867221355438, 0.16662509739398956, 0.0744965523481369, 0.14934752881526947, 0.16363778710365295, 0.21829617023468018, 0.48438119888305664, -0.07466597855091095, 0.2888333201408386, 0.25676554441452026, -0.1637611985206604, -0.025266824290156364, -0.11676913499832153, 0.13558584451675415, -0.25344082713127136, -0.2431916743516922, -0.02228679694235325, 0.1603257954120636, 0.16552814841270447, 0.27703458070755005, -0.10565299540758133, -0.0030109204817563295, 0.010336666367948055, 0.10366391390562057, 0.4076356887817383, 0.34753501415252686, 0.5759950280189514, 0.18203258514404297, -0.0639067217707634, 0.46838030219078064, -0.2262471467256546, -0.387339323759079, -0.1335146576166153, -0.31130486726760864, 0.21961431205272675, -0.17832131683826447, 0.1371835321187973, 0.03983226791024208, -0.11823226511478424, -0.2362775206565857, -0.23644135892391205, 0.22614966332912445, 0.1282045841217041, -0.2652852237224579, 0.4144352674484253, 0.545179545879364, 0.3101487159729004, -0.1836088001728058, 0.18262246251106262, -0.015000353567302227, 0.19752582907676697, -0.1584148406982422, 0.053051095455884933, -0.2039526104927063, -0.19090455770492554, -0.3319856822490692, -0.41375523805618286, -0.5282244086265564, -0.2855517566204071, -0.07129810005426407, -0.18518373370170593, -0.048035189509391785, 0.3304716646671295, 0.06979376822710037, 0.23692145943641663, 0.09968336671590805, 0.16316631436347961, -0.12881982326507568, 0.05063990131020546, -0.11949384957551956, -0.14117935299873352, 0.1428215652704239, -0.27010378241539, -0.4771978557109833, -0.39079487323760986, -0.6185263991355896, -0.2953156530857086, 0.04705281928181648, -0.1525123566389084, 0.17424644529819489, 0.3277008831501007, 0.34726056456565857, 0.3723110556602478, 0.21945111453533173, -0.06936336308717728, 0.2441328763961792, 0.2389383167028427, 0.39484095573425293, 0.06422235816717148, 0.08428332209587097, 0.3422640860080719, 0.015353181399405003, -0.25679054856300354, -0.32227033376693726, -0.07728108763694763, 0.031605981290340424, -0.0154075026512146, 0.024635406211018562, 0.19098889827728271, 0.1885094940662384, 0.4254433214664459, 0.2272491157054901, 0.11156652122735977, 0.5368382930755615, 0.3571665585041046, 0.30300065875053406, 0.5002155900001526, 0.33450236916542053, 0.37888580560684204, 0.3624550998210907, -0.0002811692247632891, 0.07012738287448883, -0.0030891546048223972, 0.172502338886261, -0.34246018528938293, -0.4858664572238922, -0.42218297719955444, -0.08812662959098816, -0.326931357383728, -0.36813265085220337, 0.08383601158857346, -0.002235022373497486, 0.3086913228034973, 0.567444920539856, 0.42902159690856934, 0.14431022107601166, 0.24627047777175903, 0.44752493500709534, -0.12470879405736923, -0.22284723818302155, -0.0887727290391922, 0.02536824159324169, -0.004573478363454342, 0.02088896930217743, -0.18898877501487732, -0.2067386358976364, 0.08203243464231491, 0.3369129002094269, 0.11478537321090698, -0.09566721320152283, -0.077308788895607, -0.10127361863851547, 0.11193730682134628, 0.04153324291110039, -0.10989785194396973, -0.09509528428316116, -0.49742981791496277, 0.0020979673136025667, 0.19623249769210815, 0.005909402389079332, -0.36111435294151306, -0.06255140900611877, 0.29270920157432556, -0.13314270973205566, -0.29492026567459106, -0.07985486835241318, -0.10509034991264343, 0.2796572744846344, -0.06770609319210052, -0.142535999417305, -0.3403027653694153, -0.25828486680984497, -0.001836179755628109, -0.316410630941391, -0.14087779819965363, -0.0005204248009249568, -0.24139940738677979, 0.15026819705963135, 0.044457368552684784, -0.1369972974061966, -0.1561715304851532, -0.055415134876966476, -0.009911906905472279, 0.12219322472810745, 0.374044269323349, -0.15194755792617798, -0.10508917272090912, 0.19376149773597717, 0.3666291832923889, -0.08956201374530792, 0.10863204300403595, 0.15643134713172913, -0.1750422567129135, -0.37081459164619446, -0.025342172011733055, -0.15397681295871735, -0.31794485449790955, -0.37770968675613403, -0.03716905415058136, 0.14038316905498505, -0.2910994589328766, -0.31781330704689026, -0.08099129050970078, -0.158705934882164, -0.06618138402700424, 0.3184264898300171, 0.2609435021877289, 0.15384969115257263, -0.0019830104429274797, 0.2550223171710968, 0.42230188846588135, 0.3086041212081909, 0.38539379835128784, 0.12773121893405914, -9.743384725879878e-05, 0.2647523283958435, 0.46995455026626587, 0.17949000000953674, -0.03963533416390419, -0.14962905645370483, 0.2996792197227478, 0.19233880937099457, 0.0016239425167441368, 0.11674180626869202, 0.3921009600162506, 0.00010958184429910034, 0.09524547308683395, 0.22330914437770844, 0.006186340935528278, 0.18910151720046997, -0.1537439227104187, 0.06321918219327927, 0.05416930839419365, -0.15806595981121063, -0.02099749632179737, 0.16895891726016998, 0.39701637625694275, 0.12228935211896896, 0.17609825730323792, 0.21391265094280243, -0.15707139670848846, -0.12620945274829865, 0.2656821012496948, -0.08561401814222336, 0.0706808865070343, -0.04713762551546097, 0.25548452138900757, -0.11254775524139404, -0.10360879451036453, -0.08690443634986877, -0.056651681661605835, -0.3228323757648468, -0.11748682707548141, -0.15272831916809082, -0.052948590368032455, 0.055023953318595886, -0.1441137194633484, -0.049439046531915665, 0.016410481184720993, 0.16597461700439453, -0.10773228853940964, -0.4724610149860382, -0.22126755118370056, 0.1914992332458496, 0.06224815174937248, -0.12379004806280136, 0.21035417914390564, 0.005352882668375969, 0.11826959252357483, -0.1298844814300537, 0.1324082314968109, 0.08571536839008331, 0.17176854610443115, -0.18969455361366272, -0.194261372089386, -0.01710670255124569, 0.13528190553188324, 0.24394845962524414, 0.2648624777793884, 0.14027078449726105, 0.05779732018709183, 0.020828403532505035, 0.047355905175209045, -0.19231411814689636, -0.05674474686384201, -0.30898502469062805, -0.42158931493759155, -0.10278785973787308, 0.20001859962940216, 0.07656487822532654, 0.16517828404903412, 0.013508724048733711, 0.1309436410665512, -0.1389351785182953, -0.4674282968044281, -0.19185784459114075, -0.22319366037845612, -0.47026264667510986, -0.09624141454696655, -0.15910570323467255, -0.27563247084617615, 0.23694051802158356, -0.012135345488786697, 0.01756151206791401, -0.23846465349197388, 0.15486109256744385, -0.002608163747936487, -0.18296052515506744, -0.013817430473864079, 0.0849747508764267, -0.3344910442829132, -0.048187922686338425, 0.17029036581516266, 0.06766147166490555, 0.2721639573574066, 0.2701956033706665, 0.3734187185764313, 0.08099187165498734, 0.03625906631350517, -0.1877082735300064, -0.35037800669670105, -0.10254666209220886, 0.46180349588394165, -0.090041883289814, 0.19506843388080597, -0.03307746350765228, 0.11517386138439178, 0.2888464331626892, 0.029888087883591652, 0.07508723437786102, -0.06674759835004807, -0.027145404368638992, -0.12443000078201294, 0.07949148118495941, -0.022689329460263252, 0.14283522963523865, 0.0734369233250618, 0.7267464399337769, -0.1436193734407425, -0.36899399757385254, 0.6646500825881958, -0.3522653579711914, 0.16584384441375732, 0.22529949247837067, -0.2908604145050049, -0.2626652419567108, 0.11634602397680283, -0.03584692254662514, 0.13434819877147675, 0.12047071009874344, 0.15589122474193573, -0.5588279962539673, 0.3446221351623535, 0.25959113240242004, -0.2271965593099594, -0.11388510465621948, -0.05722424015402794, 0.21206825971603394, 0.5507276654243469, -0.3090816140174866, -0.1708754152059555, 0.28472015261650085, -0.16196899116039276, -0.45712175965309143, -0.26506319642066956, -0.11385052651166916, -0.6267155408859253, -0.38731279969215393, 0.004608134739100933, -0.31739598512649536, 0.08155912160873413, 0.20724624395370483, 0.08582181483507156, 0.3835826516151428, 0.1661205291748047, 0.32397815585136414, 0.4411064386367798, 0.3636232018470764, 0.2258278727531433, -0.10844343155622482, -0.0878700539469719, -0.1557689905166626, -0.28514277935028076, -0.7678555250167847, -0.5100221037864685, -0.293891042470932, -0.3032313287258148, -0.35894155502319336, -0.19566020369529724, -0.03575799986720085, -0.02015276439487934, -0.06225183606147766, 0.1035214513540268, 0.23996402323246002, 0.1390673667192459, 0.44139206409454346, 0.20864497125148773, 0.6365790963172913, 0.4712209105491638, 0.19101068377494812, -0.0961122214794159, -0.28702211380004883, -0.2765251100063324, -0.2362881600856781, -0.8342264294624329, -0.7297857403755188, -0.699924647808075, -0.5880675911903381, -0.5690066814422607, -0.10685845464468002, 0.13376930356025696, 0.04222507029771805, 0.42331865429878235, 0.5860447883605957, 0.3286997973918915, 0.2000904530286789, 0.2639746069908142, 0.13448688387870789, -0.0163864903151989, -0.15897612273693085, 0.0004324379260651767, -0.030567020177841187, -0.17922820150852203, -0.5386748909950256, -0.3048844635486603, -0.05518493056297302, -0.10792561620473862, -0.10205035656690598, 0.09901609271764755, 0.09315916150808334, 0.12485842406749725, 0.44259852170944214, 0.39265042543411255, 0.5084827542304993, 0.3888496458530426, 0.39530259370803833, 0.6583260893821716, 0.05472394451498985, 0.06898315995931625, -0.05160369351506233, 0.40268585085868835, 0.16922497749328613, -0.24991948902606964, -0.018266698345541954, -0.09385565668344498, -0.0782909169793129, 0.16913370788097382, 0.2505365014076233, 0.39651358127593994, 0.49294906854629517, 0.4272221028804779, 0.46818414330482483, 0.7333572506904602, 0.8211753368377686, 0.5134605169296265, 0.41915392875671387, 0.11200464516878128, 0.041423533111810684, 0.2834082245826721, 0.04315214604139328, 0.15796346962451935, 0.05461645498871803, 0.02874232828617096, 0.184989795088768, 0.27018100023269653, -0.07849004119634628, 0.3096846044063568, 0.28457456827163696, 0.20417021214962006, 0.21224181354045868, 0.3127559423446655, 0.03488572686910629, 0.05399346351623535, 0.5761216878890991, 0.06192861497402191, -0.05828079953789711, 0.17659136652946472, -0.12943261861801147, -0.02676839753985405, -0.36826956272125244, -0.3729463219642639, -0.17850372195243835, -0.5556634068489075, -0.3038877248764038, -0.26086995005607605, -0.19818970561027527, -0.06483744829893112, -0.33542850613594055, 0.2621026635169983, 0.17901664972305298, 0.06278830766677856, 0.03537498041987419, -0.24334321916103363, 0.06769408285617828, -0.053113628178834915, 0.04133195802569389, 0.19648726284503937, -0.049616534262895584, -0.17583535611629486, -0.4269215166568756, -0.33880603313446045, -0.5009146928787231, -0.8189621567726135, -0.3432824909687042, -0.6338265538215637, -0.5072486400604248, -0.3366568088531494, -0.357117235660553, -0.12469545006752014, -0.22389578819274902, -0.05476340651512146, -0.11752612888813019, 0.2940937876701355, 0.23893223702907562, -0.14914540946483612, -0.4062943756580353, -0.6377329230308533, -0.22873400151729584, -0.4973059594631195, -0.528873085975647, -0.6764699220657349, -0.7044870257377625, -0.5729355216026306, -0.32604435086250305, -0.5057465434074402, -0.3705490827560425, -0.3150503933429718, -0.42646080255508423, -0.3838121294975281, -0.2972756624221802, -0.15955756604671478, -0.06258326023817062, -0.19253769516944885, 0.33472487330436707, 0.249068021774292, 0.05847842991352081, 0.08671533316373825, 0.24389003217220306, 0.004451320040971041, 0.038899976760149, 0.32105574011802673, 0.05882716178894043, 0.013652400113642216, 0.23206520080566406, -0.17007116973400116, 0.10292574018239975, -0.059977222234010696, 0.24788729846477509, 0.06643134355545044, 0.2815961539745331, 0.15124793350696564, 0.37746381759643555, 0.5575992465019226, -0.05307215452194214, 0.06956487894058228, 0.29359328746795654, -0.002831874880939722, 0.17927023768424988, 0.22384683787822723, 0.0798446536064148, 0.23890399932861328, 0.16639791429042816, 0.1491788774728775, -0.17420437932014465, -0.01963687129318714, 0.08482684940099716, 0.24279633164405823, -0.39311960339546204, -0.18001072108745575, 0.1869448870420456, 0.21014563739299774, -0.38576650619506836, 0.0497591495513916, 0.24750792980194092, 0.17443720996379852, 0.009274418465793133, -0.02999965474009514, -0.1523873656988144, 0.061384815722703934, 0.14954189956188202, 0.056415949016809464, -0.2632726728916168, -0.04029698297381401, -0.18383075296878815, -0.0793035551905632, -0.006863528396934271, -0.3075043261051178, -0.15690001845359802, -0.19977882504463196, -0.1755087822675705, -0.16136109828948975, -0.2539505958557129, -0.3119778037071228, -0.21398600935935974, 0.12859171628952026, 0.37274160981178284, -0.06438791006803513, 0.10346930474042892, 0.41209080815315247, -0.04676466062664986, 0.06098823621869087, 0.010365302674472332, -0.12153825163841248, 0.001981225563213229, -0.1854856312274933, -0.36996254324913025, -0.36924412846565247, -0.21059001982212067, -0.6579752564430237, -0.3793725371360779, -0.08568710833787918, -0.25049901008605957, 0.08938761055469513, 0.08685876429080963, 0.15530334413051605, 0.1400376856327057, 0.1504901647567749, 0.23954184353351593, 0.13175681233406067, 0.10988442599773407, 0.14036504924297333, 0.365151584148407, 0.3039904236793518, -0.05376081541180611, -0.09165371209383011, -0.02869276888668537, -0.1933652013540268, -0.03544526547193527, -0.3523399829864502, -0.40662989020347595, -0.2466636598110199, -0.07049768418073654, -0.1780497133731842, -0.12563785910606384, 0.27187424898147583, 0.18702039122581482, 0.10674068331718445, 0.009838107042014599, 0.23295240104198456, 0.37306657433509827, 0.20146353542804718, -0.026342621073126793, 0.091342493891716, 0.20708350837230682, 0.04556412249803543, -0.19224445521831512, 0.1117670014500618, -0.12085767090320587, -0.06501881033182144, 0.008680340833961964, -0.0961228758096695, -0.047185398638248444, -0.047875598073005676, 0.05518047884106636, 0.09863001108169556, 0.3330077826976776, 0.3755344748497009, 0.20668034255504608, 0.38810789585113525, 0.04526373744010925, 0.1260416954755783, 0.2895561456680298, -0.06040580943226814, 0.002645802218466997, 0.046034179627895355, 0.24451304972171783, -0.13173574209213257, -0.06712980568408966, 0.13970638811588287, 0.006170874461531639, -0.13715212047100067, 0.07479450106620789, 0.15999214351177216, 0.30634331703186035, -0.10021129250526428, 0.5234569311141968, 0.5782288908958435, 0.4727972149848938, 0.5869797468185425, 0.19805142283439636, 0.15383920073509216, 0.11525712162256241, 0.16573263704776764, 0.3807143270969391, 0.3134920001029968, 0.0826188251376152, 0.2577916979789734, 0.011433201842010021, 0.05367759242653847, 0.04175717756152153, 0.4470330774784088, -0.011357977986335754, -0.07491625845432281, 0.42009252309799194, 0.3858356773853302, 0.3922517001628876, 0.2309948205947876, 0.41965723037719727, 0.733159065246582, 0.52146315574646, 0.35326087474823, 0.2132091522216797, 0.270174115896225, 0.0874999463558197, 0.02772114984691143, -0.22356271743774414, -0.29454171657562256, -0.23585844039916992, -0.2382134348154068, -0.4873449504375458, -0.181757852435112, -0.38892218470573425, -0.29508838057518005, -0.14488793909549713, -0.40805572271347046, 0.01872461661696434, 0.06594739854335785, 0.10382930189371109, 0.32202765345573425, 0.3178592324256897, 0.34611502289772034, -0.5245115160942078, 0.08750312775373459, 0.8189438581466675, -0.16735655069351196, -0.5864995718002319, 0.20263634622097015, 0.1893881857395172, -0.13327845931053162, -0.30096906423568726, -0.24025525152683258, -0.2329735904932022, 0.19082209467887878, 0.08350615948438644, -0.23958340287208557, -0.07812247425317764, -0.049924086779356, 0.4901597201824188, 0.34747087955474854, 0.21517999470233917, 0.31824490427970886, 0.5181879997253418, 0.26397132873535156, 0.06922151148319244, 0.04743653163313866, 0.025114629417657852, -0.45683297514915466, -0.26848268508911133, 0.05667256936430931, -0.13165383040905, -0.22074638307094574, -0.19172076880931854, -0.06218261271715164, -0.04772859811782837, -0.1691228598356247, 0.011980919167399406, -0.26884496212005615, -0.44809460639953613, -0.5281320810317993, 0.1150919497013092, 0.6496948003768921, 0.05285284295678139, -0.1812564879655838, 0.940925657749176, 0.2869476079940796, 0.5402620434761047, 0.06689607352018356, -0.15875400602817535, -0.13824865221977234, 0.07368741929531097, -0.025435183197259903, -0.4067968428134918, -0.10628541558980942, -0.32270947098731995, -0.19636017084121704, 0.03987280651926994, -0.3822370171546936, -0.1378459334373474, -0.017756011337041855, -0.03497526794672012, -0.020753221586346626, 0.23642723262310028, 0.10848069190979004, -0.22320547699928284, 0.13560135662555695, 0.1586552858352661, 0.021947083994746208, 0.35204848647117615, -0.28168490529060364, -0.19353346526622772, -0.013002786785364151, -0.04391071945428848, -0.3260616958141327, -0.4165610671043396, -0.3437367081642151, -0.34552377462387085, -0.3981280028820038, -0.24893459677696228, -0.47723639011383057, -0.5778369903564453, -0.15489961206912994, -0.1517936885356903, -0.06653670966625214, -0.31513211131095886, -0.5558473467826843, -0.2775196433067322, -0.22232627868652344, -0.17341110110282898, -0.37989136576652527, -0.25870904326438904, -0.1767227202653885, -0.3267107307910919, -0.23174560070037842, -0.1319292038679123, 0.030493054538965225, 0.1430864781141281, 0.06315381079912186, 0.17108143866062164, 0.17259451746940613, 0.267635703086853, 0.12204749882221222, -0.07411722838878632, -0.22426888346672058, -0.17494799196720123, -0.2320200651884079, -0.3791874945163727, -0.24775899946689606, -0.5991369485855103, -0.4736298620700836, -0.16218838095664978, -0.2204129844903946, -0.40965455770492554, -0.4576345682144165, -0.24309861660003662, -0.3953968584537506, -0.16454847157001495, -0.2066410481929779, -0.28132301568984985, 0.4647381901741028, 0.5216410160064697, 0.22966989874839783, 0.3912040591239929, 0.07763446122407913, 0.29253247380256653, 0.33090534806251526, 0.0715053379535675, 0.2296459972858429, 0.2076815813779831, -0.08131155371665955, -0.4909973442554474, -0.052755869925022125, -0.07364220917224884, -0.5400006175041199, -0.4766032099723816, 0.02598736807703972, -0.029070034623146057, 0.04734979197382927, -0.10579150170087814, 0.12531046569347382, 0.0869818776845932, 0.03020831197500229, 0.41571229696273804, 0.3601851761341095, 0.48284247517585754, 0.3084924817085266, 0.6376081109046936, 0.6685618162155151, 0.29183492064476013, 0.3699765205383301, -0.02850879542529583, -0.1225767433643341, -0.015618630684912205, -0.5078902244567871, -0.21053890883922577, -0.366755872964859, -0.14195072650909424, -0.16906751692295074, -0.18125689029693604, 0.08237479627132416, -0.0201112013310194, 0.36833450198173523, 0.30767810344696045, 0.19902710616588593, 0.5840191841125488, 0.17735305428504944, 0.2189096361398697, 0.5255789756774902, 0.17639638483524323, 0.282646507024765, 0.31456756591796875, 0.494244247674942, 0.13235610723495483, 0.23890838027000427, 0.22053709626197815, 0.06564179807901382, 0.23920820653438568, -0.37378913164138794, -0.42828553915023804, -0.005608366336673498, -0.49753883481025696, -0.6099556684494019, -0.15114310383796692, -0.47648248076438904, -0.48817792534828186, -0.2956564128398895, 0.009932035580277443, -0.49265149235725403, -0.06464213877916336, -0.0037547415122389793, -0.12155663222074509, 0.2206178605556488, -0.2803756892681122, -0.19268852472305298, 0.2300204038619995, -0.00994923897087574, 0.26724907755851746, -0.06294742971658707, -0.31594759225845337, -0.4350326955318451, -0.5606328248977661, -0.2494434416294098, -0.7918991446495056, -0.6413304805755615, -0.6015011668205261, -0.8501204252243042, -0.2242095172405243, -0.20685991644859314, -0.5164077877998352, -0.31473755836486816, -0.24261054396629333, -0.10119277983903885, -0.21878960728645325, 0.16258452832698822, 0.0025278450921177864, 0.009836015291512012, 0.17838050425052643, -0.21959276497364044, -0.1981266587972641, 0.041810233145952225, -0.4351530969142914, -0.2593240737915039, -0.3457222282886505, -0.3389114439487457, -0.2653728127479553, -0.35503166913986206, -0.26262804865837097, -0.13558581471443176, -0.23919130861759186, -0.3694988489151001, 0.1432323306798935, 0.6461036205291748, 0.20735026895999908, 0.4189181625843048, 0.4499500095844269, 0.546110987663269, 0.36228492856025696, 0.45850297808647156, 0.3932962715625763, 0.3968614935874939, 0.6508837342262268, 0.6794002652168274, 0.3302063047885895, 0.3860669732093811, 0.04383045807480812, 0.18060775101184845, -0.009020518511533737, -0.09050676226615906, 0.06212611868977547, 0.27224427461624146, 0.28689882159233093, 0.4318215250968933, 0.5628954172134399, 0.0658535286784172, 0.13905693590641022, 0.1024235337972641, 0.21102839708328247, 0.21565988659858704, 0.25333380699157715, 0.5627065300941467, 0.2989486753940582, 0.3669586479663849, 0.44281256198883057, 0.5510437488555908, 0.429494172334671, -0.024291284382343292, -0.07463794201612473, 0.21026049554347992, 0.18883231282234192, 0.09437121450901031, -0.17366427183151245, -0.10476457327604294, 0.016589798033237457, -0.10281024128198624, -0.11914247274398804, -0.26996365189552307, -0.3675723075866699, -0.0981588140130043, 0.1757812350988388, -0.18780872225761414, -0.25104883313179016, 0.10236240178346634, -0.019525058567523956, 0.5749756693840027, 0.4375424385070801, 0.10845531523227692, 0.2992815673351288, 0.13284657895565033, 0.3635658025741577, 0.21854275465011597, 0.1856890618801117, -0.04101886972784996, -0.17251138389110565, -0.14720453321933746, -0.20613209903240204, -0.07964817434549332, 0.13955578207969666, -0.3365862965583801, -0.3867827355861664, -0.2063816636800766, 0.0641055479645729, 0.0153605742380023, -0.2512751817703247, 0.09148538112640381, 0.28337734937667847, 0.12759968638420105, 0.12733188271522522, 0.31392866373062134, 0.047666773200035095, 0.02450716868042946, 0.1844436228275299, 0.01893913559615612, -0.2797970771789551, -0.2637009918689728, -0.3561115860939026, -0.23119165003299713, -0.1539916843175888, -0.08781323581933975, -0.018722645938396454, -0.17980703711509705, 0.055225372314453125, -0.048611804842948914, -0.18911366164684296, -0.013111378066241741, -0.16574154794216156, 0.06729385256767273, -0.15977834165096283, -0.0374494306743145, 0.0049805105663836, 0.21690474450588226, 0.1447531133890152, -0.08981306105852127, -0.051762353628873825, 0.10205721110105515, -0.05394706502556801, 0.17118196189403534, 0.0681842640042305, 0.2529105246067047, 0.09676264971494675, 0.30591538548469543, 0.09592131525278091, 0.1962522715330124, 0.14920593798160553, 0.12133467197418213, 0.27728527784347534, 0.014391496777534485, 0.058609478175640106, 0.11613605171442032, -0.19383111596107483, -0.09154482930898666, -0.0009035494877025485, 0.2009969800710678, 0.07076618075370789, -0.05596035718917847, 0.1766289919614792, -0.005255409516394138, 0.13731922209262848, 0.27671465277671814, 0.32438263297080994, 0.21536903083324432, 0.5255011916160583, 0.3394683599472046, 0.4836760461330414, 0.5312677621841431, 0.32931122183799744, 0.042967379093170166, 0.14524559676647186, 0.02808842621743679, -0.29242172837257385, -0.22683829069137573, -0.19696272909641266, -0.3495059013366699, -0.11720773577690125, -0.19152571260929108, -0.011630997993052006, -0.34615716338157654, -0.07028494775295258, 0.2286657989025116, -0.06801577657461166, 0.05413880571722984, -0.2747311592102051, -0.14927799999713898, 0.15455643832683563, -0.18191489577293396, 0.08323986828327179, 0.01766224391758442, -0.15441127121448517, -0.23584523797035217, 0.24667620658874512, -0.0823129341006279, -0.34036219120025635, 0.23213309049606323, 0.09276693314313889, 0.042111836373806, -0.09293291717767715, -0.18671350181102753, -0.0800265520811081, 0.3970312178134918, 0.09204456955194473, -0.29967397451400757, -0.24623091518878937, 0.05102839320898056, 0.01778792217373848, -0.4119500517845154, -0.5805579423904419, -0.27344757318496704, -0.08999308198690414, -0.4110877513885498, -0.31444406509399414, -0.09351115673780441, -0.12592247128486633, -0.10270759463310242, 0.24156877398490906, 0.09181679785251617, 0.12095988541841507, 0.27408209443092346, 0.44962435960769653, -0.011678473092615604, 0.1585938185453415, 0.055994246155023575, -0.009757498279213905, -0.2129839062690735, -0.4937935471534729, -0.35516372323036194, -0.23359015583992004, -0.4150508940219879, -0.6169952750205994, -0.43259745836257935, -0.2706739604473114, -0.32989904284477234, -0.08404504507780075, -0.14442957937717438, -0.3329083323478699, -0.04593086987733841, -0.06695482134819031, -0.16581518948078156, 0.02702207863330841, -0.1470283716917038, 0.16162706911563873, 0.0017065380234271288, 0.23110073804855347, 0.07140129804611206, 0.0020754842553287745, -0.050897371023893356, -0.0361686646938324, 0.00974524300545454, -0.0895988792181015, -0.43047192692756653, -0.0339268259704113, -0.029745178297162056, -0.13787652552127838, -0.007141762413084507, -0.09242723882198334, 0.12434054911136627, 0.2848198413848877, 0.07183373719453812, 0.23137140274047852, 0.2756418287754059, 0.3212425708770752, 0.28589048981666565, 0.6191316246986389, 0.48077940940856934, 0.15590158104896545, 0.2963564097881317, 0.3967839479446411, 0.07015659660100937, 0.27850472927093506, 0.3616464138031006, 0.3456939458847046, 0.26869434118270874, 0.037053048610687256, 0.275354266166687, 0.27734673023223877, 0.44873180985450745, 0.1631658524274826, 0.11124783754348755, 0.5012211799621582, 0.16280697286128998, 0.1520078480243683, 0.04622002691030502, -0.00163179577793926, 0.3481442630290985, -0.03249121829867363, -0.3513329327106476, 0.09136682748794556, 0.042916592210531235, 0.0419696569442749, -0.017810363322496414, -0.12002787739038467, 0.16123321652412415, 0.1391083151102066, 0.02662722021341324, 0.09924378246068954, 0.17914415895938873, -0.04741601273417473, -0.2631815969944, 0.06152241304516792, 0.232866108417511, -0.09334967285394669, -0.3043326437473297, -0.12787804007530212, -0.02641121670603752, -0.19651928544044495, -0.20292828977108002, -0.21456708014011383, -0.315023809671402, -0.012583191506564617, 0.06622859090566635, -0.2014298439025879, -0.20732147991657257, 0.08960723876953125, 0.5007904767990112, 0.09286115318536758, 0.06789849698543549, 0.07927248626947403, 0.32969358563423157, 0.6030691266059875, 0.0959266647696495, 0.1933509111404419, -0.07287243753671646, -0.07947249710559845, 0.28274092078208923, -0.10649213939905167, -0.15843528509140015, -0.3109450340270996, -0.12084653973579407, -0.062367960810661316, -0.06336485594511032, -0.08544949442148209, -0.2013457715511322, 0.13721242547035217, 0.21138446033000946, 0.11509329080581665, 0.09752827882766724, -0.13463686406612396, -0.027931200340390205, 0.06622058153152466, 0.014500249177217484, 0.20370905101299286, -0.160768061876297, -0.15323784947395325, -0.09098585695028305, 0.0884363204240799, 0.1812024861574173, -0.015485917218029499, -0.17291249334812164, 0.0012520600575953722, 0.25592848658561707, 0.2713640332221985, -0.010586578398942947, 0.1884865015745163, 0.46261560916900635, 0.5314007997512817, 0.5165091156959534, 0.24481737613677979, 0.1789623498916626, 0.34433233737945557, 0.1920109987258911, -0.05458565428853035, -0.028762884438037872, -0.040558088570833206, -0.09164341539144516, -0.27975189685821533, -0.09873022884130478, 0.04386314004659653, -0.07636283338069916, -0.27278023958206177, -0.20406493544578552, 0.23440131545066833, 0.2908495366573334, -0.1423480361700058, -0.024989210069179535, -0.27955362200737, -0.03541465103626251, 0.6390420794487, 0.48972028493881226, 0.2679743468761444, 0.28133919835090637, 0.5447764992713928, 0.5854722857475281, 0.19807058572769165, 0.02876928821206093, -0.27466055750846863, -0.02927422896027565, 0.2603737413883209, -0.045943133533000946, -0.09520620852708817, -0.22898374497890472, 0.06098993867635727, -0.04275381192564964, -0.35436686873435974, -0.5491060614585876, -0.1871940791606903, -0.03739476948976517, -0.21151143312454224, -0.23210535943508148, -0.37337633967399597, -0.11432939767837524, 0.17042067646980286, -0.020574988797307014, -0.32483455538749695, 0.03808893263339996, -0.3613606095314026, -0.128980353474617, 0.35676977038383484, 0.053754422813653946, -0.15098737180233002, 0.450145959854126, 0.8461748361587524, 0.26486480236053467, -0.2125081717967987, -0.32065168023109436, -0.3867899179458618, 0.22010499238967896, -0.18965686857700348, -0.7628450989723206, -0.46142759919166565, -0.24134035408496857, -0.2592858672142029, -0.8288688063621521, -1.0592316389083862, -1.073769450187683, -1.0571218729019165, -0.5223734974861145, -0.41645023226737976, -0.20902100205421448, -0.4960664212703705, -0.24654537439346313, 0.3537939488887787, 0.5324217677116394, 0.5503332018852234, 0.21301504969596863, 0.3843148648738861, 0.5718894600868225, 0.5220649242401123, 0.23955969512462616, -0.013965113088488579, -0.4047159254550934, -0.19273419678211212, -0.25762104988098145, -0.4079601466655731, -0.7829243540763855, -0.6822690963745117, -0.715457558631897, -0.9192010164260864, -0.5457091927528381, -0.1274031549692154, -0.5440597534179688, -0.407969206571579, -0.05967634543776512, 0.08220956474542618, 0.20479781925678253, 0.3200514316558838, 0.43865060806274414, 0.3805712163448334, 0.46474596858024597, 0.38972148299217224, 0.31778252124786377, 0.11400192975997925, -0.06198182702064514, 0.18553869426250458, 0.16285765171051025, 0.16825446486473083, 0.20100198686122894, -0.2562008500099182, -0.355589896440506, -0.1011480912566185, 0.03741049766540527, -0.25799545645713806, -0.3184611201286316, 0.006531432271003723, 0.13162922859191895, 0.07015334069728851, 0.10754730552434921, 0.07276809960603714, 0.1398589313030243, 0.029299786314368248, 0.3060366213321686, 0.27350860834121704, 0.15920184552669525, 0.3901877701282501, 0.6438356637954712, 0.3862580955028534, 0.44812360405921936, 0.669998049736023, 0.49920812249183655, -0.10054486244916916, 0.06778109073638916, 0.2893063426017761, 0.0975085124373436, -0.07471617311239243, 0.3428092300891876, 0.2425442636013031, 0.023425374180078506, -0.009098571725189686, 0.05765955522656441, -0.03935471177101135, -1.4312506914138794, -1.7241508960723877, 0.17208193242549896, 1.1217355728149414, 0.32815757393836975, -0.23918375372886658, 1.3266443014144897, 0.8974948525428772, 0.4549641013145447, 0.5470041036605835, -0.27059242129325867, 0.3135736584663391, 0.424739807844162, 0.5866713523864746, -0.0601191520690918, -0.2840230464935303, 0.15542814135551453, -0.054273828864097595, -1.0103363990783691, -1.1683800220489502, -0.7341258525848389, -0.45648518204689026, -0.7177887558937073, -0.48281872272491455, -0.30147984623908997, -0.9381533265113831, -0.7227986454963684, -0.8189212083816528, -0.33824872970581055, -0.33866432309150696, -0.5348937511444092, -0.06892645359039307, 0.2495308667421341, -0.22185876965522766, -0.16635766625404358, -0.024256452918052673, 0.07497342675924301, 0.3629791736602783, 0.07884881645441055, 0.018981462344527245, 0.3091524839401245, 0.48279839754104614, -0.016491614282131195, -0.025560054928064346, 0.375691294670105, 0.7057787775993347, 0.5225725769996643, -0.2635120153427124, -0.25025826692581177, -0.21033582091331482, 0.6602438688278198, 0.3464597165584564, -0.7206485867500305, -0.6105504631996155, -0.8331388235092163, -0.4831032156944275, 0.3180733025074005, -0.28464043140411377, -0.1674107164144516, 0.1360604166984558, 0.31229865550994873, 0.3271317183971405, 0.0021223858930170536, -0.7480689287185669, -0.5682957768440247, 0.32197487354278564, 0.31528836488723755, 0.09585201740264893, 0.28839367628097534, 0.11671043932437897, 0.12386522442102432, 0.3595344126224518, 0.08503413200378418, -0.1591905951499939, -0.23279745876789093, -0.5644732713699341, -0.2749578058719635, 0.16079378128051758, 0.09119155257940292, -0.08333282172679901, -0.14868198335170746, -0.11389512568712234, 0.038537364453077316, -0.1926238089799881, -0.7019219994544983, -1.1354918479919434, -0.3844345808029175, -0.35165727138519287, -0.6439220309257507, 0.07438407093286514, -0.017992937937378883, 0.060101885348558426, -0.1553347110748291, -0.08712942898273468, 0.3481118083000183, 0.22330331802368164, 0.09229262918233871, 0.03870179504156113, 0.33882707357406616, 0.43114420771598816, 0.3708534836769104, 0.03449925780296326, -0.23333074152469635, -0.1886587142944336, -0.19881784915924072, 0.05930982157588005, -0.09281525015830994, -0.02501389943063259, 0.053301677107810974, 0.31495654582977295, 0.08677896857261658, -0.061708271503448486, 0.02583804912865162, -0.26350244879722595, -0.21550574898719788, -0.08879797160625458, 0.06177195534110069, -0.11096072196960449, -0.33180147409439087, 0.015494916588068008, -0.06578174233436584, 0.13587678968906403, -0.1974940150976181, -0.18336722254753113, 0.1523599475622177, 0.2363734096288681, 0.014351103454828262, -0.14409402012825012, 0.2544442117214203, 0.14134329557418823, 0.25278228521347046, 0.6902833580970764, 0.6366751790046692, 0.36885616183280945, 0.14543019235134125, 0.3724730610847473, 0.3830452859401703, 0.2771350145339966, 0.5592400431632996, 0.24986404180526733, 0.04119231179356575, -0.0695500522851944, -0.06654491275548935, 0.12278425693511963, -0.13138695061206818, -0.767061710357666, -0.7446637749671936, -0.5740437507629395, -0.6000949144363403, -0.5380659699440002, -0.3343107998371124, -0.23383331298828125, -0.2879602313041687, 0.2089572548866272, -0.2790762484073639, -0.29045599699020386, 0.2749394476413727, 0.33904120326042175, -0.14829732477664948, -0.6394113302230835, 0.17277145385742188, 0.6417453289031982, 0.4886721074581146, 0.29847127199172974, 0.023175928741693497, 0.1305018812417984, 0.09853439778089523, 0.03450414910912514, -0.14051133394241333, -0.35154300928115845, 0.24053530395030975, 0.07459362596273422, 0.02018469199538231, -0.06881806999444962, -0.004232377745211124, 0.052487101405858994, 0.3539508879184723, 0.2595515847206116, -0.11949658393859863, 0.14675651490688324, 0.34291040897369385, 0.6592324376106262, 0.5774620175361633, 0.46166908740997314, 0.17923755943775177, 0.3289210796356201, 0.43215158581733704, 0.35828685760498047, 0.2888779938220978, 0.21618598699569702, 0.32916006445884705, 0.3915252983570099, 0.5930405855178833, 0.6787495613098145, 0.6243177652359009, 0.5006725192070007, 0.5869002342224121, 0.6820654273033142, 0.3739001750946045, 0.6190760135650635, 0.2849211096763611, 0.17439554631710052, 0.3957298994064331, -0.1086658462882042, -0.21548894047737122, -0.11674746125936508, -0.1899501234292984, -0.20863592624664307, -1.0170440673828125, -0.5644969344139099, -0.5882713198661804, -0.6730313897132874, -0.8589479327201843, -0.6761947870254517, -0.41492101550102234, -0.4893036484718323, 0.08375038951635361, -0.06006341427564621, -0.01809023879468441, 0.11720491200685501, 0.32358360290527344, 0.7601417899131775, 0.43266424536705017, 0.40121281147003174, 0.8171406984329224, 0.648780345916748, 0.5483627319335938, -0.007826904766261578, -0.013904635794460773, 0.3937957286834717, 0.13633008301258087, -0.5998813509941101, -0.17981430888175964, 0.44737717509269714, -0.17075859010219574, -0.23006705939769745, -0.6187986731529236, -0.4420108199119568, 0.22442898154258728, 0.4214797019958496, 0.09101736545562744, -0.1745733916759491, -0.29292041063308716, 0.5604762434959412, 0.8499996066093445, -0.23899586498737335, -0.734995424747467, -0.17932313680648804, 0.2920733392238617, 0.12341659516096115, -0.10174810141324997, -0.7724384665489197, -0.5255310535430908, -0.06951519101858139, 0.40761324763298035, -0.08449441939592361, -0.7317163944244385, -0.2082310914993286, 0.13618268072605133, -0.10831273347139359, -0.12572422623634338, 0.17272819578647614, -0.07655293494462967, 0.5582373142242432, 0.6167397499084473, 0.04072130098938942, 0.42769840359687805, 0.6539725661277771, -0.17059293389320374, -0.06236937642097473, 0.2789097726345062, 0.33299851417541504, -0.07339826971292496, 0.12032875418663025, 0.07540557533502579, 0.08214542269706726, 0.4803099036216736, -0.5658272504806519, -0.5233575701713562, 0.30924034118652344, 0.23389218747615814, -0.24588623642921448, -0.2694869041442871, 0.19621652364730835, 0.3685823082923889, 0.15932883322238922, 0.5171608924865723, 0.6929807662963867, 0.4493963122367859, 0.6942716836929321, 0.7719818949699402, 0.7192266583442688, 0.31197604537010193, 0.5759599208831787, 0.6012755632400513, 0.2575348913669586, -0.00986329186707735, 0.7335503697395325, 0.015706751495599747, -1.3699854612350464, 0.11139551550149918, 0.6352320909500122, 0.0017277754377573729, 0.2053513377904892, 0.1717066913843155, 0.11587436497211456, 0.46560004353523254, 0.8523633480072021, 0.8832783102989197, 0.4316680431365967, 0.6983565092086792, 0.6445986032485962, -0.14058071374893188, -0.4491860568523407, 0.4824347496032715, 0.09668272733688354, -0.9223706722259521, 0.13925442099571228, 0.5729678869247437, 0.104639932513237, -0.2174868881702423, -0.6577354073524475, -0.4831295609474182, 0.5966916084289551, -0.2147013545036316, -0.6551851034164429, 0.3462178409099579, 0.2698565721511841, 0.4365848898887634, 0.6031664609909058, -0.13757100701332092, -0.40906450152397156, -0.1087527871131897, -0.017961770296096802, -0.2650507390499115, -1.0741125345230103, -0.9693830013275146, -0.7515892386436462, -0.4224698841571808, -0.6114646792411804, -0.9466992020606995, -0.6680609583854675, -0.3129930794239044, -0.2429046779870987, -0.004770519677549601, -1.1392343044281006, -2.165483236312866, -0.6233815550804138, 0.3865427076816559, -0.8177981972694397, -1.3800342082977295, 0.43490952253341675, 1.5326343774795532, 0.8119599223136902, -0.016386251896619797, -0.6019046306610107, 0.3471532464027405, 1.117217779159546, 0.5975887775421143, 0.4955001771450043, 0.6537640690803528, 1.0427323579788208, 0.772422194480896, -0.22312472760677338, -0.41371431946754456, -0.8064670562744141, -0.7111684083938599, -1.0823107957839966, -2.5269274711608887, -1.6328914165496826, -0.6586053967475891, -0.7958834171295166, -1.6236586570739746, -0.41980358958244324, 1.078389048576355, -0.8520180583000183, -0.9164823293685913, 0.3417816758155823, -0.70716792345047, -0.2647383511066437, 1.159527063369751, 0.3620481491088867, -0.2538054585456848, 0.6326139569282532, 1.7234175205230713, 0.4485762417316437, -0.9174456000328064, -0.30495864152908325, -0.08384990692138672, 0.6766968369483948, 0.8146566152572632, 0.03160255029797554, -0.0358273871243, -0.031173894181847572, -0.5677443146705627, 0.05981798842549324, 0.37542396783828735, -0.281808465719223, -0.9622593522071838, -0.29241546988487244, 0.27688974142074585, 0.042132552713155746, 0.03193293511867523, -0.31709522008895874, -0.5423926711082458, 0.44846993684768677, 0.48997387290000916, -0.0664144903421402, -0.5198659300804138, -0.21503138542175293, 0.4669422209262848, 0.731986939907074, 0.6421062350273132, 0.23988208174705505, 0.6108593940734863, 0.9109808802604675, 0.9435247778892517, 0.6404929161071777, 0.44464898109436035, 0.06787949055433273, 0.08747436106204987, 0.5366035103797913, -0.1955260932445526, -0.5926526188850403, -0.39228197932243347, -0.443367600440979, -0.9279254674911499, -0.7062900066375732, -0.6845798492431641, -1.4183506965637207, -1.9116383790969849, -1.4381558895111084, -1.2842638492584229, -1.0590537786483765, -0.2987123429775238, -0.436125785112381, -0.231625497341156, 0.06299004703760147, -0.7542617321014404, -0.6335288286209106, 0.9794909954071045, 0.33065253496170044, -0.706438422203064, 0.0940527617931366, 0.48625847697257996, -0.1353887915611267, -0.06833772361278534, -0.28099533915519714, -0.6862471103668213, 0.18837735056877136, 0.2841413617134094, -0.5634071826934814, -0.25875240564346313, 0.5415292978286743, 0.8374231457710266, 0.6285593509674072, 0.4076506197452545, -0.0582951083779335, -0.05935404822230339, 0.5165764093399048, 0.09815232455730438, 0.24747881293296814, -0.18159125745296478, -0.3854301869869232, 0.09051379561424255, -0.49122190475463867, -0.22814300656318665, -0.45319071412086487, -0.7461543083190918, -0.30677756667137146, -0.6439518928527832, -0.43607255816459656, -0.37718790769577026, -0.8658756017684937, -0.7412502765655518, -0.02253224328160286, 0.096268430352211, -0.19159485399723053, 0.06317633390426636, 0.5882092118263245, 0.5668650269508362, 0.03697085380554199, 0.5606397390365601, 0.9475582242012024, 0.463503360748291, 0.14223815500736237, -0.0859484076499939, 0.25710412859916687, 0.2945883572101593, 0.03167819231748581, 0.23115430772304535, 0.4029652178287506, -0.2544822096824646, -0.03615278750658035, -0.18464620411396027, -0.6480122804641724, -0.24948202073574066, -0.22443342208862305, -0.26538199186325073, -0.16237127780914307, -0.09326759725809097, -0.4479343891143799, -0.14935460686683655, 0.015799453482031822, -0.09867410361766815, -0.12891606986522675, -0.20598965883255005, -0.20193739235401154, 0.2870539128780365, -0.0021001528948545456, 0.18695124983787537, 0.5284799933433533, 0.3266408145427704, 0.43856513500213623, 0.22301477193832397, 0.32658886909484863, 0.8763085007667542, 0.6200937032699585, -0.41858160495758057, -0.14722831547260284, 0.9949087500572205, 0.8488383293151855, -0.21556051075458527, -0.29693758487701416, 0.2626829743385315, 0.5151263475418091, 0.7994295358657837, 0.3083290755748749, -0.13291114568710327, 0.16819524765014648, 0.5697296857833862, -0.2265627235174179, -0.1861756294965744, 0.3204614222049713, 0.1034574881196022, -0.09543364495038986, -0.030397934839129448, 0.5624101758003235, 0.23083677887916565, -0.2717723250389099, 0.08886133879423141, 0.45560595393180847, 0.46860137581825256, -0.4745698869228363, -0.7809446454048157, -0.7943968772888184, -0.2649585008621216, 0.17657212913036346, -0.2268168181180954, -0.343971312046051, -0.042320214211940765, 0.0901818573474884, -0.7215580344200134, -0.5044556856155396, -0.022637171670794487, -0.12398665398359299, -0.1116030216217041, -0.1574624478816986, 0.3883727192878723, 0.5852805376052856, 0.04747835174202919, 0.1322689950466156, 0.35693466663360596, 0.1853140890598297, 0.4821520745754242, -0.4287101924419403, -0.9896666407585144, 0.5357781648635864, 0.890196681022644, -1.4692622423171997, -1.1899281740188599, 0.9087356328964233, 0.36035019159317017, 0.27173739671707153, -0.17715099453926086, -0.7975760102272034, 0.38441571593284607, 0.9186518788337708, 0.10347893089056015, 0.1760706603527069, 0.2779461145401001, 0.7003961205482483, 0.8909664154052734, 0.3583465814590454, 0.04743948206305504, 0.33293616771698, 0.2916017472743988, -0.12990064918994904, -0.3050328493118286, -0.6465849876403809, -0.5292335748672485, 0.18774935603141785, -0.07646647840738297, -0.3481627106666565, 0.5542937517166138, -0.08678495138883591, -0.1336674690246582, 0.5965977907180786, 0.6002090573310852, 0.33660393953323364, 0.7842516303062439, 0.6158928871154785, 0.2750295102596283, 0.34646183252334595, 0.6885086297988892, 0.34917527437210083, 0.23606646060943604, 0.037219855934381485, 0.10306014120578766, 0.05932716652750969, -0.2460627257823944, -0.19643622636795044, 0.6304218769073486, 0.5441749095916748, -0.20293091237545013, -0.47638097405433655, 0.3703221082687378, 0.11240340769290924, -0.7918822765350342, -0.36403897404670715, 0.057068996131420135, 0.1769363433122635, -0.0663684532046318, 0.12401416152715683, -0.3043513000011444, -0.4975658059120178, 0.16873233020305634, 0.3126094341278076, -0.041143760085105896, -0.07617391645908356, 0.28758084774017334, 0.17625442147254944, -0.027944985777139664, 0.41373932361602783, 0.22590163350105286, 0.3437942862510681, 0.5403869152069092, 0.12617164850234985, -0.0024525949265807867, 0.29702362418174744, -0.09335947781801224, -0.3119220733642578, 0.08963589370250702, 0.2322242558002472, -0.029617397114634514, -0.04861373081803322, -0.006281871814280748, -0.7094806432723999, -1.6612797975540161, -1.6195684671401978, 0.20875917375087738, -0.7322713136672974, -1.951561450958252, 0.016168449074029922, 0.9214777946472168, 1.062145471572876, 0.6825632452964783, -0.6525939106941223, -0.39005404710769653, 1.1680315732955933, 1.3048186302185059, 0.41511455178260803, 0.40572860836982727, 1.7084587812423706, 1.3087551593780518, -0.4430850148200989, -0.35795721411705017, 0.6107128262519836, -0.02939029224216938, -0.6641558408737183, 1.2307885885238647, 1.0870981216430664, -0.21821661293506622, -0.5823178291320801, -0.7964487671852112, -0.1653599888086319, 0.71905916929245, -0.3108678460121155, -0.7268461585044861, 0.16113179922103882, 0.6901900768280029, 0.6621310114860535, -0.6493952870368958, -0.794715404510498, -0.04308408871293068, -0.2110578715801239, -0.591134786605835, -0.21927644312381744, 0.06521142274141312, -0.23564884066581726, -0.019665032625198364, 0.28284013271331787, 0.8666610717773438, 0.6875742077827454, 0.11763544380664825, 0.48719075322151184, 0.6174877285957336, 0.11452855914831161, 0.6114787459373474, 0.6277581453323364, -0.1463097780942917, -0.5979034900665283, -0.017470382153987885, 0.36349040269851685, 0.09964267164468765, -0.3984869420528412, -0.5935856103897095, -0.3238219618797302, 0.004429256543517113, 0.30755671858787537, -1.0418939590454102, -1.463401198387146, -0.20729932188987732, 0.09128863364458084, 0.19930441677570343, 0.10525836050510406, -0.4251469671726227, -0.6524990797042847, -0.2112206071615219, -0.08375976234674454, -0.4890053868293762, -0.10697076469659805, 0.522611141204834, 0.427686482667923, 0.6209650039672852, 0.7766461372375488, 0.6241524815559387, 0.29519015550613403, 0.38189834356307983, 0.6354050040245056, 0.8465195894241333, 0.21718396246433258, -0.1979486495256424, 0.13835231959819794, 0.24700799584388733, 0.036556143313646317, 0.03224718198180199, 0.3284149467945099, 0.36387160420417786, 0.5522044897079468, -0.1441008597612381, -0.27161067724227905, 0.07394985109567642, -0.24812929332256317, -1.1789766550064087, -0.9517316222190857, -0.011071320623159409, -0.15949642658233643, -0.6957457661628723, -0.6143299341201782, -0.11664377897977829, -0.0735558420419693, -0.2654394507408142, -0.4064691960811615, -0.3096219599246979, 0.12240304797887802, 0.6730721592903137, 0.4156542420387268, 0.15720632672309875, 0.5286133289337158, 0.2892248332500458, 0.4304739832878113, 0.2898472547531128, 0.13685357570648193, 0.5826635360717773, -0.3131897449493408, -0.19137485325336456, 0.18769648671150208, -0.2826155126094818, -0.13097134232521057, 0.03506533056497574, -0.16343843936920166, -0.13167883455753326, 0.34124693274497986, -0.10532790422439575, -0.6936107277870178, -0.2940991520881653, -0.5669516921043396, -0.4477766752243042, -0.461698055267334, -0.618492841720581, -0.1287052482366562, 0.00910616759210825, 0.14826436340808868, 0.6208904981613159, 0.6058199405670166, 0.3654963970184326, 0.7474289536476135, 0.5797895193099976, -0.2777406871318817, -0.186952143907547, -0.3682158589363098, -0.3962005078792572, -0.11756894737482071, 0.39971524477005005, 0.16787485778331757, -0.10030999779701233, 0.23761731386184692, 0.06000196933746338, -0.14573948085308075, -0.12480120360851288, 0.042469803243875504, 0.353610098361969, 0.12887439131736755, -0.06040006875991821, 0.026610661298036575, -0.2580588459968567, -0.07983057200908661, 0.2514984607696533, 0.009850497357547283, -0.07172440737485886, -0.006495256908237934, -0.3719397485256195, -0.39441052079200745, 0.14510303735733032, -0.30592086911201477, -0.17203591763973236, 0.3394699692726135, 0.057925745844841, 0.197921484708786, 0.012139633297920227, -0.20658382773399353, 0.02190803363919258, 0.26891395449638367, -0.09427738934755325, -0.39322036504745483, -0.06809470802545547, -0.37897658348083496, -0.14691250026226044, 0.16111306846141815, 0.0005100564449094236, 0.18259473145008087, -0.22137176990509033, -0.1510879546403885, 0.1818123310804367, -0.17392809689044952, -0.07008159160614014, 0.03956255316734314, -0.0696265771985054, 0.27076783776283264, 0.059858717024326324, -0.05171259865164757, 0.19205717742443085, -0.10006734728813171, -0.18442587554454803, -0.08987389504909515, 0.09780868887901306, -0.3364584147930145, -0.5645833015441895, -0.42852261662483215, -0.32141542434692383, -0.23247261345386505, -0.12248585373163223, 0.09189348667860031, -0.3835659921169281, -0.10829399526119232, 0.42430877685546875, 0.05682852119207382, 0.02087370678782463, 0.33901962637901306, 0.1689983457326889, -0.22368590533733368, -0.5439020991325378, 0.1489550769329071, 0.04586805775761604, -0.8468559980392456, 0.2353273630142212, 0.17537051439285278, -0.19421030580997467, -0.02837267890572548, -0.09029296785593033, -0.2342560589313507, -0.039079662412405014, -0.26325440406799316, -0.2596691846847534, -0.1719033271074295, 0.0018204133957624435, 0.11379093676805496, -0.12693268060684204, -0.1803867667913437, -0.14323341846466064, 0.15265145897865295, 0.11470480263233185, -0.1512291431427002, -0.0598188154399395, 0.13952811062335968, 0.5014138221740723, 0.5427038669586182, -0.199464812874794, -0.30947086215019226, 0.19544005393981934, -0.12395938485860825, -0.4480743110179901, -0.2421945184469223, -0.09295125305652618, 0.1782654970884323, 0.20602132380008698, -0.2504391074180603, -0.4132724702358246, 0.20108389854431152, 0.03114713914692402, -0.18834681808948517, 0.13052134215831757, 0.2950378656387329, 0.3439771831035614, 0.05548586696386337, 0.2131967842578888, -0.13803890347480774, -0.4663103222846985, -0.20340301096439362, -0.010773447342216969, -0.15141049027442932, -0.7373218536376953, -0.7735655903816223, -0.2852017283439636, -0.14412440359592438, -0.881136417388916, -1.0663961172103882, -0.485214501619339, -0.04295872151851654, -0.5151143670082092, -0.7742286920547485, 0.061333805322647095, 0.6761047840118408, 0.8090240359306335, 0.25577616691589355, 0.0752536877989769, 0.46033337712287903, 0.5177151560783386, 0.40496236085891724, 0.3223823308944702, 0.18107478320598602, 0.224928081035614, 0.5536082983016968, 0.2491484433412552, -0.17085671424865723, 0.2645259499549866, 0.3834460973739624, 0.1775144636631012, 0.3602687418460846, 0.09844312816858292, -0.1980373114347458, 0.08581967651844025, 0.03770367056131363, -0.165625661611557, -0.011777512729167938, 0.13105937838554382, 0.3774566650390625, -0.15606382489204407, -0.5993757247924805, -0.1124190017580986, -0.2570357024669647, -0.32007870078086853, -0.10887458920478821, -0.36315828561782837, -0.31553715467453003, 0.26207372546195984, 0.266196608543396, 0.09410518407821655, 0.1730259209871292, 0.15728141367435455, -0.24670907855033875, 0.017594080418348312, 0.06930623203516006, -0.23731505870819092, -0.3743862509727478, 0.09023825824260712, 0.14715850353240967, -0.3667542040348053, -0.5233561396598816, -0.053725406527519226, -0.30165204405784607, -0.3762948215007782, -0.003765345551073551, -0.002369134919717908, -0.08001507073640823, 0.08831737190485, -0.06459316611289978, -0.06416546553373337, 0.22640813887119293, 0.26697513461112976, 0.03645850345492363, 0.48543575406074524, 0.4501321613788605, 0.29288366436958313, -0.2398434430360794, -0.35297316312789917, -0.07182712852954865, 0.23275233805179596, 0.22444145381450653, -0.1940757781267166, -0.5335556864738464, -0.38816773891448975, -0.32307687401771545, -0.3927847146987915, -0.5685888528823853, -0.6068888902664185, -0.07926695793867111, -0.10124579817056656, -0.3273819386959076, -0.36612752079963684, -0.385240375995636, 0.007479910738766193, -0.1559230536222458, 0.010975053533911705, -0.033056020736694336, 0.23298503458499908, 0.24747949838638306, -0.13253280520439148, -0.03486842289566994, 0.2993845045566559, 0.4290943145751953, -0.18183791637420654, -0.2546578049659729, -0.3275882601737976, -0.5393791794776917, -0.02371162362396717, -0.07889721542596817, -0.280602365732193, -0.23311762511730194, 0.013372748158872128, -0.24896353483200073, -0.3585623502731323, 0.034941188991069794, 0.08366435766220093, 0.018912868574261665, 0.2729264497756958, 0.14540177583694458, 0.2575337886810303, -0.08386945724487305, 0.27205848693847656, 0.4223203957080841, 0.1441936492919922, 0.5545189380645752, 0.5136157870292664, 0.07847858220338821, 0.41260915994644165, 0.44250425696372986, 0.524409294128418, 0.31219831109046936, 0.040507156401872635, 0.06933753192424774, 0.24809511005878448, 0.32737600803375244, -0.19593803584575653, -0.3805917501449585, -0.44311320781707764, -0.41461414098739624, 0.1269940882921219, 0.2885918617248535, -0.12285192310810089, -0.33292898535728455, 0.12033602595329285, 0.5237358212471008, 0.28675228357315063, 0.231441468000412, -0.047237277030944824, -0.16941745579242706, 0.14806579053401947, 0.35553985834121704, 0.25848597288131714, -0.3034771978855133, -0.11526911705732346, -0.03515363857150078, 0.08123549818992615, 0.12212476879358292, 0.03819487988948822, -0.2625139057636261, -0.19077809154987335, -0.018974322825670242, -0.0011646036291494966, -0.09626280516386032, 0.027260592207312584, -0.11584759503602982, -0.046527937054634094, 0.24482397735118866, 0.3764466941356659, 0.14737415313720703, -0.12567859888076782, 0.06076710298657417, -0.08058483898639679, 0.22405169904232025, 0.569322943687439, 0.05024375393986702, -0.2530384957790375, 0.04700682684779167, 0.25516781210899353, 0.08485439419746399, -0.5152938961982727, -0.4289083778858185, 0.19932934641838074, -0.23878662288188934, -0.2984435260295868, -0.10777689516544342, -0.08450402319431305, -0.1916743665933609, -0.18458876013755798, 0.20126748085021973, 0.006515983026474714, -0.17899027466773987, -0.09507226198911667, -0.03740434721112251, 0.42996805906295776, 0.34640398621559143, 0.06678396463394165, 0.08209982514381409, 0.29612839221954346, 0.5101733803749084, 0.11157489567995071, 0.05610966309905052, 0.2471354454755783, 0.4105031490325928, 0.4236818552017212, 0.20520207285881042, 0.1482362449169159, 0.1593458205461502, 0.3237827718257904, 0.16468539834022522, 0.03812706843018532, -0.030734624713659286, -0.03532799333333969, 0.1501099020242691, -0.191575288772583, -0.1221630722284317, -0.03597002476453781, -0.04131326824426651, -0.06539729982614517, -0.2725566029548645, -0.1564129739999771, 0.20442679524421692, -0.20645086467266083, -0.5814682841300964, -0.06389043480157852, 0.2847670912742615, 0.06128863990306854, -0.11310887336730957, 0.06566423922777176, 0.36582353711128235, 0.17837566137313843, 0.25087374448776245, 0.3321712911128998, 0.2653180956840515, 0.0024573735427111387, 0.23941943049430847, 0.203322634100914, 0.2351107895374298, 0.5025166273117065, 0.5412225723266602, 0.32685157656669617, 0.18192119896411896, 0.21364660561084747, -0.203267902135849, -0.14103816449642181, 0.046969592571258545, -0.1710353046655655, 0.20097403228282928, 0.39204418659210205, 0.0071889664977788925, -0.009495769627392292, 0.1720294952392578, 0.32194510102272034, 0.19831140339374542, 0.02288883551955223, 0.07133851945400238, 0.00786739680916071, -0.053427912294864655, 0.019007375463843346, 0.15090498328208923, -0.15603038668632507, -0.20326900482177734, -0.11551544070243835, -0.08479961007833481, 0.0681992769241333, -0.17426042258739471, -0.26161056756973267, -0.24940495193004608, -0.24058206379413605, -0.0805588886141777, -0.1903434842824936, -0.1303250789642334, -0.17550407350063324, -0.006601075176149607, -0.009097629226744175, -0.06905169785022736, -0.09894734621047974, -0.07611925154924393, -0.2777707278728485, -0.34370115399360657, -0.3465838134288788, -0.06371304392814636, 0.07762773334980011, -0.3655656576156616, -0.6174301505088806, -0.08376466482877731, 0.151136115193367, 0.0015022562583908439, 0.07171536982059479, -0.10907740145921707, -0.002748614177107811, -0.048078373074531555, -0.41231662034988403, -0.1206362247467041, -0.09305010735988617, -0.49165403842926025, -0.12820349633693695, 0.05836501345038414, 0.18983930349349976, 0.17247392237186432, 0.0409802608191967, -0.13993602991104126, 0.2171524167060852, 0.450040340423584, 0.44662773609161377, 0.46670064330101013, 0.5122401714324951, 0.449551522731781, 0.4532815217971802, 0.011269153095781803, -0.2237384170293808, 0.07200823724269867, 0.24689751863479614, -0.06042992323637009, -0.3541708290576935, -0.17863644659519196, -0.206008180975914, -0.3365079462528229, -0.2719932496547699, -0.21868599951267242, -0.5760992169380188, -0.4589960277080536, -0.25413569808006287, -0.28247010707855225, -0.02006152831017971, -0.1936822235584259, -0.2877078950405121, 0.197918102145195, -0.16245095431804657, -0.13532528281211853, 0.009906409308314323, -0.12284033745527267, 0.26064175367355347, 0.17014671862125397, 0.08233839273452759, 0.30882957577705383, 0.18720586597919464, 0.27372053265571594, 0.1561049520969391, -0.10528451949357986, -0.0021271321456879377, 0.13718239963054657, 0.157709002494812, -0.09427816420793533, 0.11072459071874619, 0.5056597590446472, 0.5009743571281433, 0.35824257135391235, 0.30871281027793884, 0.4172365069389343, 0.303631067276001, 0.13296446204185486, 0.28640100359916687, 0.35807889699935913, -0.003057446563616395, -0.04996942728757858, -0.1056034043431282, -0.11062102019786835, -0.08608917891979218, -0.27128341794013977, 0.08680640161037445, -0.23519806563854218, -0.427263081073761, 0.17318762838840485, -0.037333741784095764, -0.1095077395439148, 0.3200998902320862, 0.21946018934249878, 0.2820305824279785, 0.33886805176734924, 0.34787142276763916, 0.3833926320075989, 0.4712640643119812, 0.5193522572517395, 0.25766363739967346, 0.21314024925231934, -0.05206327512860298, -0.13221858441829681, -0.08718456327915192, -0.18694467842578888, -0.2871253192424774, -0.5267419815063477, -0.35838449001312256, -0.21951721608638763, -0.24515843391418457, -0.11340264230966568, -0.3623989522457123, -0.33054158091545105, -0.15444350242614746, -0.08480355143547058, 0.13124093413352966, -0.11438538134098053, -0.0770300105214119, -0.13065877556800842, -0.48684161901474, -0.20826248824596405, 0.056549880653619766, 0.012700275518000126, 0.050813380628824234, 0.5130898356437683, 0.586181640625, -0.0016598155489191413, 0.38126033544540405, 0.3487595021724701, 0.26108548045158386, 0.5515369772911072, 0.40897995233535767, 0.005659359972923994, 0.08134018629789352, 0.36564508080482483, 0.25217944383621216, 0.10604898631572723, -0.12093567848205566, 0.18862062692642212, 0.3720022439956665, -0.11545742303133011, -0.15251588821411133, 0.1183711588382721, 0.09841397404670715, -0.11297841370105743, -0.12630461156368256, 0.14019973576068878, -0.1269349753856659, -0.32222360372543335, -0.1337776929140091, -0.1245882511138916, -0.14756353199481964, -0.17960655689239502, 0.10877138376235962, -0.02790938876569271, -0.040928829461336136, 0.07594692707061768, 0.49555614590644836, 0.23656217753887177, 0.12232280522584915, 0.2635776400566101, 0.10584569722414017, 0.2750207185745239, 0.28372055292129517, 0.10353533923625946, 0.17848961055278778, 0.31557682156562805, 0.2519071400165558, 0.16102178394794464, 0.49332889914512634, 0.09090989083051682, 0.11054817587137222, 0.2360699474811554, 0.048261333256959915, -0.03442687541246414, -0.06690054386854172, -0.04940953105688095, -0.18010596930980682, -0.16824433207511902, -0.2787778973579407, -0.3693341016769409, -0.23911869525909424, -0.36037278175354004, -0.61069256067276, -0.7260149121284485, -0.3735663890838623, 0.004393395967781544, -0.22937095165252686, -0.4467971622943878, -0.04787912219762802, 0.2108786702156067, -0.18841472268104553, -0.34509390592575073, -0.3127673268318176, -0.25620752573013306, 0.007007583975791931, 0.03617272526025772, -0.051436662673950195, -0.027584705501794815, 0.12384641170501709, 0.2569597661495209, 0.2685416042804718, -0.22549515962600708, -0.2382381111383438, 0.14083990454673767, 0.09577032178640366, -0.09917812794446945, 0.02099909819662571, 0.11267797648906708, -0.2133185863494873, -0.2585596740245819, 0.042526423931121826, -0.04411457106471062, -0.18662036955356598, -0.22685468196868896, 0.09443319588899612, 0.26046881079673767, -0.10601858794689178, -0.05121971666812897, 0.050353650003671646, -0.18281713128089905, -0.2662063539028168, 0.02583586797118187, 0.10420854389667511, -0.41427308320999146, -0.3062759339809418, 0.18812769651412964, 0.1637401431798935, -0.007140912115573883, -0.020897485315799713, -0.12249117344617844, -0.02536366507411003, 0.1254628300666809, 0.28564244508743286, 0.39709752798080444, 0.13314418494701385, -0.030806275084614754, 0.3024401068687439, 0.039853211492300034, -0.39766567945480347, -0.19451041519641876, 0.08979219943284988, -0.059370256960392, -0.0778135135769844, -0.05715412274003029, 0.18521466851234436, -0.17993752658367157, -0.4939880967140198, -0.22264309227466583, -0.17205126583576202, 0.12450698763132095, 0.15498429536819458, -0.3700884282588959, -0.39611199498176575, 0.021655624732375145, 0.08305665850639343, -0.31440427899360657, -0.14189431071281433, 0.002138284035027027, -0.0866420790553093, 0.08312328904867172, 0.006940982770174742, -0.0294082909822464, -0.21473708748817444, -0.27230104804039, -0.04773383587598801, -0.09600111842155457, -0.14581483602523804, -0.13308297097682953, -0.09204359352588654, -0.0747421607375145, -0.27977195382118225, -0.14050991833209991, 0.15510226786136627, 0.07910848408937454, 0.27576369047164917, 0.27302783727645874, -0.04833323135972023, 0.10833067446947098, 0.1860230267047882, 0.11254056543111801, 0.024710575118660927, 0.00652655865997076, 0.040226344019174576, -0.23806224763393402, -0.32078054547309875, -0.08951761573553085, -0.10748246312141418, -0.1867908537387848, -0.24588210880756378, -0.18337838351726532, 0.02149800956249237, 0.09338651597499847, -0.06062296777963638, -0.2839321792125702, -0.21649307012557983, -0.19763734936714172, -0.1270967721939087, 0.09941943734884262, 0.2546096742153168, 0.14034932851791382, -0.05189576745033264, -0.25811731815338135, -0.2974410057067871, -0.21950308978557587, -0.4704563319683075, -0.30142742395401, -0.30209025740623474, -0.36688703298568726, -0.35164088010787964, -0.32075178623199463, -0.231240376830101, -0.4316238760948181, -0.7265493869781494, -0.5207366347312927, -0.34032490849494934, -0.13593022525310516, 0.0069984146393835545, -0.004314547870308161, -0.3590216040611267, -0.08658912032842636, -0.08337131142616272, -0.23227006196975708, -0.20743928849697113, -0.2841060757637024, -0.048929594457149506, -0.2552202045917511, -0.17987032234668732, -0.3371603786945343, -0.2916112244129181, -0.23977495729923248, -0.3696727156639099, -0.11734412610530853, -0.18008334934711456, -0.14069555699825287, 0.09594035893678665, 0.21499969065189362, 0.11881395429372787, -0.026361431926488876, 0.09004038572311401, -0.00466602947562933, 0.010775734670460224, 0.1300310492515564, 0.07746822386980057, 0.040329039096832275, 0.10338910669088364, 0.2238147258758545, 0.24824605882167816, 0.14622262120246887, 0.19192272424697876, 0.32295355200767517, 0.06936005502939224, 0.05623704195022583, 0.23983259499073029, 0.15478093922138214, -0.06702238321304321, -0.07066042721271515, 0.05631163716316223, 0.11361829936504364, -0.1501220315694809, -0.47212523221969604, -0.381942480802536, -0.21868407726287842, -0.3670909106731415, -0.21649269759655, 0.026322076097130775, 0.08657941967248917, 0.13673898577690125, 0.27578940987586975, 0.06728322058916092, 0.004910430870950222, -0.22579731047153473, -0.03304050490260124, 0.33786284923553467, 0.25898197293281555, 0.23379498720169067, 0.3885497748851776, 0.33142679929733276, 0.35742127895355225, 0.44044968485832214, 0.5310538411140442, 0.42125290632247925, 0.5019283294677734, 0.3703446090221405, 0.2915750741958618, 0.2830390930175781, 0.48221054673194885, 0.2905103862285614, -0.07078371942043304, 0.39941126108169556, 0.3306053876876831, 0.08294367045164108, 0.2295084446668625, 0.3498033583164215, 0.019000161439180374, 0.032983873039484024, 0.27117908000946045, -0.20748017728328705, -0.19845028221607208, -0.28961414098739624, -0.3023582398891449, -0.13486382365226746, -0.049513380974531174, -0.20699462294578552, -0.21414704620838165, -0.19963297247886658, -0.09393956512212753, -0.21320578455924988, -0.21001236140727997, -0.21883992850780487, -0.3090417981147766, -0.27860838174819946, -0.37241488695144653, -0.1309116631746292, -0.1301632970571518, -0.22217325866222382, -0.11020877212285995, -0.04526008293032646, 0.05685247480869293, -0.21507546305656433, -0.31398725509643555, -0.13685056567192078, -0.06540409475564957, 0.24592266976833344, 0.18385769426822662, 0.18534217774868011, 0.22452673316001892, 0.19982658326625824, 0.3173447251319885, 0.030749469995498657, 0.10132548958063126, 0.04370446875691414, -0.1475474089384079, -0.0033212879206985235, 0.19246713817119598, 0.08886381983757019, 0.2319202870130539, 0.3474193513393402, 0.2589314877986908, 0.09918910264968872, 0.3425927758216858, 0.4259403645992279, 0.44970229268074036, 0.37960776686668396, 0.2917150557041168, 0.32714933156967163, 0.2952894866466522, 0.15462374687194824, 0.03158387541770935, -0.05025456100702286, 0.28446751832962036, 0.17751780152320862, -0.1254148930311203, 0.3071492910385132, 0.19420814514160156, -0.06465133279561996, -0.2679325044155121, -0.2282530665397644, -0.08847401291131973, -0.0054974933154881, -0.12852710485458374, 0.010878054425120354, 0.18310889601707458, 0.07995245605707169, 0.13942767679691315, 0.13061822950839996, -0.16432814300060272, -0.23617403209209442, -0.15151333808898926, 0.07358689606189728, 0.1421739012002945, -0.004363430663943291, -0.04941686987876892, -0.06325748562812805, 0.01538105495274067, 0.26417118310928345, -0.07140670716762543, -0.16727571189403534, 0.2659125030040741, 0.15857507288455963, 0.008367709815502167, 0.13813593983650208, 0.14967553317546844, 0.2388666868209839, 0.30414071679115295, 0.3327655792236328, 0.3465004861354828, 0.31100842356681824, 0.21938851475715637, -0.11859574168920517, 0.06926560401916504, 0.2057177573442459, -0.006351052783429623, -0.029951589182019234, 0.03134063631296158, -0.11708945035934448, -0.03414119407534599, 0.12941603362560272, 0.14094144105911255, 0.36709582805633545, 0.44026675820350647, 0.4152439534664154, 0.5533075332641602, 0.5644267201423645, 0.3053048849105835, 0.25163647532463074, 0.39721253514289856, 0.3778546154499054, 0.2728019952774048, 0.23909462988376617, 0.17094728350639343, 0.2096562385559082, 0.35766923427581787, 0.45714759826660156, 0.20258532464504242, -0.1008525863289833, -0.15440517663955688, 0.2945491075515747, 0.29771655797958374, 0.08832386881113052, 0.3791782259941101, 0.11364754289388657, 0.04341870918869972, 0.008079078048467636, -0.2341649830341339, -0.10506764054298401, 0.053043387830257416, -0.09780210256576538, -0.2448192983865738, -0.13912077248096466, -0.0028477883897721767, -0.30066758394241333, -0.49486809968948364, -0.2082676887512207, -0.10229980200529099, -0.20497025549411774, -0.21914555132389069, -0.19662702083587646, -0.028899697586894035, -0.07420958578586578, -0.1560475081205368, -0.04050036519765854, -0.10396838933229446, -0.25868189334869385, -0.1732957661151886, 0.19456709921360016, 0.24333499372005463, 0.07476087659597397, -0.22122354805469513, -0.1145181879401207, -0.021539080888032913, -0.04711290821433067, -0.15000423789024353, -0.14358042180538177, -0.14547431468963623, 0.03550713509321213, 0.057393066585063934, 0.05346386879682541, 0.2523180842399597, 0.0830896869301796, -0.11946393549442291, 0.2031891942024231, 0.45286205410957336, 0.17678754031658173, 0.23938961327075958, 0.2705296277999878, 0.23314230144023895, 0.48995012044906616, 0.5137402415275574, 0.16073168814182281, 0.411130428314209, 0.6098254919052124, 0.44968104362487793, 0.20566903054714203, 0.1811547577381134, 0.23742185533046722, 0.27234944701194763, 0.043325744569301605, 0.031381893903017044, 0.1330822855234146, -0.13934782147407532, -0.24478641152381897, -0.21567513048648834, -0.18822059035301208, -0.1878739893436432, -0.08233293890953064, -0.14578372240066528, -0.28134945034980774, -0.2300243377685547, -0.20491161942481995, -0.3145863711833954, -0.4888688325881958, -0.5500531792640686, -0.3567748963832855, -0.3024430572986603, -0.5191152095794678, -0.596779465675354, -0.274379163980484, -0.22091220319271088, -0.3207252323627472, -0.2081497609615326, -0.16543903946876526, -0.4027656018733978, -0.25720250606536865, 0.06949541717767715, 0.18841597437858582, 0.036577749997377396, 0.08966489136219025, 0.25597715377807617, 0.05854848027229309, -0.011147597804665565, 0.020738178864121437, -0.04487678408622742, 0.09196774661540985, 0.011713878251612186, 0.1283278614282608, 0.16080068051815033, 0.026360247284173965, -0.09431733191013336, -0.03676789253950119, -0.015287205576896667, -0.12718945741653442, 0.06672791391611099, 0.13185417652130127, 0.07714919745922089, -0.07395197451114655, 0.013198127038776875, -0.20381270349025726, -0.17275647819042206, -0.02765442244708538, -0.10020449012517929, -0.1668127477169037, -0.25058287382125854, 0.08922132849693298, -0.1460733413696289, -0.366526335477829, -0.2876800298690796, -0.3763344883918762, -0.3983415961265564, -0.25935956835746765, -0.4114951193332672, -0.38723087310791016, -0.3679228723049164, -0.3333093822002411, -0.416654497385025, -0.38576948642730713, -0.3506947457790375, -0.3394392728805542, -0.32206791639328003, -0.167037233710289, -0.07096652686595917, -0.06663759797811508, -0.010018854402005672, -0.18676503002643585, -0.18496686220169067, -0.12130686640739441, -0.2704657018184662, -0.04743478074669838, 0.037630386650562286, -0.10836711525917053, -0.0791521817445755, 0.2654314935207367, 0.18531563878059387, -0.03209502622485161, 0.14736711978912354, -0.009584865532815456, -0.07908245176076889, 0.27906832098960876, 0.017220141366124153, 0.1895962804555893, 0.26016777753829956, 0.02753014862537384, -0.008481238037347794, -0.05673505365848541, -0.06791538745164871, -0.15477190911769867, 0.07926956564188004, 0.24773873388767242, 0.03197833150625229, -0.10682959109544754, -0.07779350131750107, -0.011796729639172554, 0.03539522364735603, -0.010420598089694977, -0.10735929757356644, -0.05071072280406952, -0.07191278785467148, -0.31237101554870605, -0.13111750781536102, -0.0921800434589386, -0.379535436630249, -0.36167803406715393, -0.13946892321109772, 0.019934698939323425, -0.16735558211803436, -0.00033725774846971035, -0.03468821942806244, -0.2597684860229492, -0.349730908870697, -0.14657442271709442, -0.09222802519798279, -0.2327944040298462, -0.31580042839050293, -0.06625552475452423, 0.05166930705308914, 0.022250946611166, 0.02854705974459648, 0.06963615119457245, -0.005491361953318119, -0.20170935988426208, -0.06181906536221504, -0.024893345311284065, -0.07238791137933731, 0.0014185322215780616, 0.07078821212053299, 0.08964602649211884, -0.18927232921123505, -0.12408486753702164, -0.07454399019479752, -0.29047176241874695, -0.19906774163246155, 0.004651105031371117, -0.13287463784217834, -0.22529064118862152, -0.28034988045692444, -0.22958311438560486, -0.14578719437122345, -0.1300850659608841, 0.027372170239686966, 0.07321853190660477, -0.10182579606771469, -0.12319455295801163, -0.09594288468360901, -0.18925431370735168, -0.15147382020950317, -0.41051214933395386, -0.3594711720943451, -0.23058241605758667, -0.15046779811382294, -0.06352216005325317, -0.18119589984416962, -0.15725918114185333, -0.18694715201854706, -0.1073036640882492, -0.16024237871170044, -0.2226807326078415, -0.2380462884902954, -0.20649807155132294, -0.0702981948852539, -0.0018715360201895237, -0.06630250811576843, -0.002118669683113694, -0.10361035168170929, -0.3271910846233368, -0.2870117425918579, -0.12847597897052765, -0.24361951649188995, -0.0908239483833313, -0.18632183969020844, -0.058741383254528046, 0.13137546181678772, 0.057344358414411545, -0.09627563506364822, -0.059740256518125534, 0.1583692878484726, 0.2145552784204483, 0.21672025322914124, 0.007989020086824894, -0.04737089201807976, 0.1753087192773819, 0.22889405488967896, 0.032112907618284225, -0.08753673732280731, 0.08320623636245728, 0.2188214808702469, 0.19791251420974731, 0.25395962595939636, 0.43770015239715576, 0.2754793167114258, 0.18479584157466888, 0.24495913088321686, 0.4337284564971924, 0.5206087827682495, 0.4644855558872223, 0.36711904406547546, 0.4709484875202179, 0.525916337966919, 0.5122912526130676, 0.44290339946746826, 0.43646010756492615, 0.2926828861236572, 0.28515493869781494, 0.3668653666973114, 0.39933982491493225, 0.40484750270843506, 0.279501348733902, 0.31222277879714966, 0.40608397126197815, 0.43600723147392273, 0.3094328045845032, 0.24354858696460724, 0.3395423889160156, 0.1457660049200058, 0.21231292188167572, 0.15829385817050934, 0.07911037653684616, -0.020716456696391106, -0.0014266931684687734, 0.1352372169494629, 0.17381468415260315, 0.16970384120941162, 0.11971979588270187, 0.0877690240740776, 0.14741475880146027, 0.012233130633831024, -0.15119712054729462, 0.07301777601242065, 0.12181321531534195, -0.05846264213323593, 0.05375384911894798, 0.2696007490158081, 0.11853964626789093, 0.03812795132398605, -0.018137987703084946, -0.06938336789608002, -0.03681276738643646, -0.0575546957552433, -0.055826056748628616, -0.13999317586421967, -0.05772925168275833, -0.05416459962725639, 0.0798865556716919, 0.09844287484884262, 0.034085020422935486, -0.09162883460521698, -0.09424249082803726, -0.0461677685379982, -0.10137654095888138, -0.10371775925159454, -0.15211062133312225, -0.20403505861759186, -0.0005756657337769866, 0.035926155745983124, 0.0063567012548446655, -0.06887556612491608, -0.09184054285287857, -0.20160719752311707, -0.11315003037452698, 0.10622799396514893, -0.01182556338608265, -0.17988313734531403, -0.008992945775389671, 0.2387334406375885, 0.09626488387584686, 0.11900874972343445, 0.28370416164398193, 0.0819782093167305, 0.0775102972984314, 0.17315760254859924, 0.11606179177761078, 0.10272790491580963, 0.1046966016292572, 0.18552753329277039, 0.32169803977012634, 0.21258330345153809, 0.025164343416690826, 0.09763694554567337, 0.4136441648006439, 0.4344795048236847, 0.29942744970321655, 0.18733975291252136, 0.25267601013183594, 0.230569526553154, 0.23147696256637573, 0.2107386738061905, 0.21105653047561646, 0.09110011905431747, 0.11765755712985992, 0.1741669625043869, 0.08043774217367172, 0.026316924020648003, -0.05945577099919319, -0.14996731281280518, -0.043921876698732376, 0.2103797197341919, 0.13461656868457794, -0.00811819825321436, 0.10165759921073914, 0.19818823039531708, 0.11391068249940872, 0.2373354136943817, 0.27243465185165405, 0.20976974070072174, 0.1505218893289566, 0.11068091541528702, 0.19792702794075012, 0.26046887040138245, 0.28915008902549744, 0.1305667906999588, 0.04059316962957382, 0.12188275903463364, 0.1782812476158142, 0.1447061151266098, 0.058842383325099945, 0.07981313019990921, 0.11245128512382507, 0.11647378653287888, 0.059855081140995026, 0.10827993601560593, 0.14839467406272888, 0.17977605760097504, 0.19796718657016754, 0.07922127097845078, 0.015498361550271511, 0.05574291944503784, 0.09628374874591827, -0.008680102415382862, 0.025585437193512917, -0.07856905460357666, 0.027280012145638466, 0.13967034220695496, -0.0052474443800747395, -0.03578847274184227, 0.07726936042308807, 0.015532762743532658, -0.06729280948638916, -0.08347909152507782, -0.046609003096818924, 0.07898644357919693, -0.0026474574115127325, -0.031315792351961136, -0.014510530047118664, -0.0020108853932470083, 0.01375644002109766, -0.01657949760556221, -0.04508613422513008, -0.08269204199314117, -0.11435066908597946, -0.18306086957454681, -0.27523887157440186, -0.2528853416442871, -0.10840702056884766, -0.09882695972919464, -0.19121773540973663, -0.10686027258634567, 0.04125789552927017, -0.03805123642086983, 0.00324810529127717, 0.03176002949476242, -0.146562397480011, -0.14370326697826385, -0.023680279031395912, -0.03341212123632431, -0.1901911348104477, -0.1388109177350998, 0.02030595950782299, -0.037885881960392, -0.1743827611207962, 0.037432730197906494, 0.06309007108211517, 0.03222573548555374, 0.06835471093654633, -0.061411771923303604, -0.10652229934930801, -0.07940191775560379, -0.059857077896595, -0.07278870791196823, 0.05498342588543892, 0.026874762028455734, -0.0390445813536644, 0.06792068481445312, -0.060079045593738556, -0.06312276422977448, -0.08559180796146393, -0.08716399222612381, -0.017167169600725174, 0.033921901136636734, -0.027549197897315025, -0.03164483979344368, -0.014683482237160206, -0.0034654648043215275, -0.021619733422994614, -0.08239328116178513, -0.08093658834695816, 0.05665377527475357, -0.02634798176586628, -0.13428376615047455, -0.13802532851696014, -0.1440736949443817, -0.1441344916820526, -0.08431091159582138, -0.12358175218105316, -0.11690405011177063, -0.04343410208821297, 0.07609083503484726, 0.027248866856098175, -0.11573176831007004, -0.06856699287891388, -0.049880120903253555, -0.02342977374792099, -0.0712258443236351, -0.03991742432117462, 0.14489464461803436, 0.11106672883033752, 0.10702172666788101, 0.06209426745772362, -0.09719988703727722, -0.1340518742799759, -0.015302257612347603, 0.04615066573023796, 0.019018474966287613, 0.020805928856134415, 0.03267272934317589, 0.062404993921518326, 0.18396040797233582, -0.013502591289579868, -0.11316291987895966, 0.011015447787940502, 0.016308274120092392, -0.23994992673397064, -0.1739715337753296, 0.1011986956000328, -0.10817620903253555, -0.13705682754516602, 0.06387360394001007, 0.0047157215885818005, -0.18245701491832733, -0.20248065888881683, -0.04836971312761307, -0.21667695045471191, -0.22991104423999786, -0.16841758787631989, -0.17737165093421936, -0.121346116065979, -0.1281777173280716, -0.004786781035363674, -0.04914136230945587, -0.28962188959121704, -0.2026534527540207, -0.20117712020874023, -0.22422729432582855, -0.264760822057724, -0.32244449853897095, -0.3868548274040222, -0.2482394576072693, -0.1262558251619339, -0.2120819389820099, -0.1406702995300293, -0.17774662375450134, -0.3174189031124115, -0.19180572032928467, -0.11735965311527252, -0.0844591036438942, -0.19359290599822998, -0.16515815258026123, -0.11345567554235458, -0.058255553245544434, -0.11882931739091873, -0.190403014421463, -0.2654399275779724, -0.1253812611103058, -0.20269274711608887, -0.26579412817955017, -0.210982546210289, -0.23390637338161469, -0.3072243332862854, -0.279438316822052, -0.13737638294696808, -0.13337241113185883, -0.24805037677288055, -0.22058868408203125, -0.08015195280313492, -0.13171344995498657, -0.04333192855119705, -0.08152341842651367, -0.1376544088125229, -0.07482580840587616, -0.10552794486284256, -0.1201513484120369, -0.04054509103298187, -0.013555784709751606, -0.10598322004079819, -0.06859853118658066, -0.15523061156272888, 0.060707416385412216, 0.14081783592700958, -0.017937107011675835, 0.012161273509263992, 0.09522736072540283, 0.08476576954126358, 0.14384117722511292, 0.09826433658599854, 0.017329253256320953, 0.14886045455932617, 0.178800567984581, 0.14965949952602386, 0.008930377662181854, 0.04358243942260742, 0.1465720385313034, 0.09775325655937195, 0.1413336545228958, 0.060556747019290924, 0.051419924944639206, 0.07300479710102081, 0.04520567134022713, 0.06749182194471359, 0.062050849199295044, 0.08376765996217728, 0.0360170342028141, 0.03364195302128792, 0.11542334407567978, 0.14245857298374176, 0.06743194907903671, -0.07572907209396362, -0.03817884996533394, 0.048551805317401886, 0.053572878241539, 0.009145919233560562, 0.039207201451063156, 0.0067438529804348946, -0.14611628651618958, -0.04745466262102127, 0.019686097279191017, -0.11066599935293198, -0.11339512467384338, -0.015442867763340473, 0.03769753500819206, 0.09037020802497864, 0.09301301836967468, -0.08576155453920364, -0.061478909105062485, 0.06879813224077225, 0.11794831603765488, 0.07461366057395935, 0.1168450191617012, 0.11085435003042221, 0.038919806480407715, -0.010678109712898731, 0.08572875708341599, 0.11411843448877335, -0.001361496513709426, -0.13303227722644806, -0.09289221465587616, 0.048822544515132904, 0.08244254440069199, 0.06808890402317047, -0.041934363543987274, -0.03141733631491661, 0.05032620206475258, -0.013902650214731693, 0.14323493838310242, 0.1270822137594223, 0.034477658569812775, 0.04614541307091713, 0.030420474708080292, 0.050747472792863846, 0.01327589899301529, 0.02003585733473301, -0.0058130137622356415, 0.002229435369372368, 0.0907617062330246, 0.011987540870904922, -0.20517511665821075, -0.28703489899635315, -0.16190046072006226, -0.09742103517055511, -0.24427594244480133, -0.24726049602031708, -0.31107082962989807, -0.3358480930328369, -0.3328248858451843, -0.3112924098968506, -0.1574907898902893, -0.23447519540786743, -0.28466159105300903, -0.22152365744113922, -0.05927138030529022, -0.0014221937162801623, -0.07837005704641342, -0.09642567485570908, -0.06464622914791107, 0.01410987600684166, 0.029301190748810768, 0.01670147478580475, 0.09844581037759781, 0.1519717276096344, 0.12042447924613953, 0.14738453924655914, 0.05817725509405136, 0.01671440154314041, -0.0038112960755825043, 0.010660655796527863, -0.02943108230829239, 0.009282137267291546, -0.0062646702863276005, -0.02110532484948635, -0.07184740900993347, -0.07609596848487854, -0.08373834192752838, -0.07837977260351181, -0.07230095565319061, -0.09142700582742691, -0.04062284529209137, 0.018068648874759674, 0.05312187969684601, 0.04115987941622734, 0.07432444393634796, 0.014275122433900833, 0.13663814961910248, 0.16369326412677765, 0.0561133548617363, 0.049400415271520615, 0.13287070393562317, 0.07908618450164795, 0.09401663392782211, 0.1920163780450821, 0.07855865359306335, 0.03882082179188728, 0.13177666068077087, 0.23098616302013397, 0.19265812635421753, 0.12215312570333481, 0.08537108451128006, 0.14500238001346588, 0.18745940923690796, 0.2084541767835617, 0.1635989248752594, 0.21626612544059753, 0.21039138734340668, 0.14149604737758636, 0.1712290495634079, 0.14667397737503052, 0.06989137083292007, 0.0707772895693779, 0.10463885217905045, 0.17030100524425507, 0.09373905509710312, 0.07455703616142273, 0.09853536635637283, 0.09561457484960556, 0.09671887010335922, 0.07786675542593002, 0.07120852172374725, 0.04599348083138466, 0.11827445775270462, 0.04207699000835419, 0.03656229004263878, 0.04973341152071953, -0.05530603229999542, -0.14451077580451965, -0.18407870829105377, -0.09094573557376862, -0.020306412130594254, -0.055588655173778534, -0.15578289330005646, -0.27628064155578613, -0.27715447545051575, -0.11060531437397003, 0.01463878620415926, -0.1103178858757019, -0.2816029489040375, -0.10510486364364624, -0.027575189247727394, 0.006014907732605934, -0.024220656603574753, -0.08111801743507385, 0.0365605503320694, 0.011688056401908398, -0.007149724289774895, 0.09457342326641083, 0.004622876178473234, -0.11960014700889587, -0.031076909974217415, 0.012195582501590252, -0.0966908261179924, -0.060398560017347336, -0.02370475046336651, 0.05829070135951042, 0.059529565274715424, -0.02150990627706051, -0.002082815393805504, -0.019598443061113358, 0.020088408142328262, 0.06679143011569977, 0.018725674599409103, -0.010252728126943111, 0.13166002929210663, 0.14664709568023682, 0.12115556001663208, 0.1786324828863144, 0.2048286348581314, 0.2392645627260208, 0.21970053017139435, 0.1041150838136673, 0.06665556132793427, 0.11475551128387451, 0.11243660748004913, 0.10590657591819763, 0.13543738424777985, 0.12360235303640366, 0.09103421866893768, 0.08344102650880814, 0.07102590054273605, 0.08873102813959122, 0.027998048812150955, 0.019143598154187202, 0.14018398523330688, 0.14981591701507568, 0.12027816474437714, -0.01121558528393507, 0.12910188734531403, 0.18743598461151123, 0.07248128205537796, 0.03743662312626839, 0.03769708052277565, 0.050565026700496674, 0.01212617289274931, 0.08973279595375061, 0.07647868990898132, 0.1348206102848053, 0.10045259445905685, -0.024788517504930496, -0.04503820464015007, 0.06091632694005966, 0.08351967483758926, 0.04283171519637108, 0.03624633327126503, 0.06275878846645355, 0.17582407593727112, 0.1601743996143341, 0.0595051608979702, 0.09353317320346832, 0.021531423553824425, 0.08809725940227509, 0.11401810497045517, 0.02339291386306286, 0.034129176288843155, -0.016151925548911095, -0.08209611475467682, -0.07440748810768127, -0.1344567984342575, -0.04854387044906616, -0.014908766373991966, -0.11779019236564636, -0.0008819403010420501, 0.09318707883358002, 0.08924666047096252, 0.020820926874876022, -0.08773068338632584, 0.015761105343699455, 0.018106475472450256, 0.05970911681652069, -0.09517158567905426, -0.07401984184980392, 0.08710160851478577, 0.059205420315265656, 0.13382883369922638, 0.06762512773275375, 0.019639110192656517, 0.027768230065703392, 0.05335637554526329, 0.03845342993736267, -0.00939634907990694, 0.006296957843005657, 0.022089308127760887, 0.0002818051434587687, 0.158828005194664, 0.22974392771720886, 0.1611877828836441, 0.16118216514587402, 0.0958704724907875, 0.09586124122142792, 0.10269826650619507, 0.03676867112517357, -0.01750444620847702, -0.0023891236633062363, 0.01381671242415905, 0.026320723816752434, 0.12008415162563324, 0.045996397733688354, -0.02180662378668785, 0.02930302731692791, -0.07130175828933716, -0.2028295397758484, -0.12805438041687012, -0.1870023012161255, -0.24796704947948456, -0.1975344568490982, -0.21234677731990814, -0.28310415148735046, -0.10138684511184692, -0.09264173358678818, -0.18155990540981293, -0.16846071183681488, -0.10895602405071259, 0.04635462537407875, -0.050414491444826126, -0.11177916079759598, -0.16431555151939392, -0.09025789052248001, -0.06366471946239471, -0.15566770732402802, -0.07576221972703934, -0.026570500805974007, -0.01460297778248787, 0.06276967376470566, 0.12676669657230377, 0.11705672740936279, 0.0915779322385788, 0.04886253550648689, 0.09199564158916473, 0.1252744197845459, 0.1470913141965866, 0.1404389590024948, 0.1496923863887787, 0.1810406595468521, 0.1391754150390625, 0.080129474401474, 0.15681807696819305, 0.27554845809936523, 0.28803369402885437, 0.2728719413280487, 0.2377030849456787, 0.30145418643951416, 0.23511722683906555, 0.1901695281267166, 0.24948711693286896, 0.21570482850074768, 0.2373179793357849, 0.2770691215991974, 0.20027077198028564, 0.1985972821712494, 0.09821779280900955, 0.07915986329317093, 0.169945627450943, 0.1864960640668869, 0.08548948913812637, 0.039698146283626556, 0.09537480026483536, 0.05268073081970215, 0.053771112114191055, 0.016036057844758034, -0.04175706207752228, 0.010418313555419445, -0.04411439597606659, -0.06831000745296478, -0.06860225647687912, -0.1283292919397354, -0.07653248310089111, -0.060129035264253616, -0.08861743658781052, -0.057742610573768616, 0.03598453104496002, 0.05882460996508598, 0.08222156018018723, -0.02493145689368248, -0.03364700824022293, -0.05589296668767929, -0.03457609564065933, -0.08559593558311462, -0.08902309834957123, -0.07791293412446976, -0.0681784376502037, 0.04875261336565018, -0.0156817976385355, 0.019342126324772835, 0.050313614308834076, -0.05881388485431671, -0.04399997368454933, 0.008037366904318333, 0.039118692278862, -0.016816381365060806, -0.05338020622730255, 0.017441485077142715, 0.17151914536952972, 0.13646794855594635, -0.00593571737408638, -0.027007898315787315, -0.056258540600538254, -0.05834868922829628, -0.13596029579639435, -0.16032160818576813, -0.14739465713500977, -0.15346422791481018, -0.1861543506383896, -0.19363287091255188, -0.10491464287042618, -0.13162997364997864, -0.14437997341156006, -0.2120923101902008, -0.18177303671836853, -0.12038042396306992, -0.10691416263580322, -0.10186516493558884, -0.22751863300800323, -0.13675032556056976, 0.008485965430736542, -0.023345183581113815, -0.014728086069226265, 0.01178994681686163, 0.03950611874461174, -0.061616964638233185, -0.09846529364585876, 0.04910550266504288, 0.0039542242884635925, -0.07415316253900528, 0.0028104009106755257, 0.15487541258335114, 0.18430443108081818, 0.10840125381946564, 0.04958707094192505, 0.12936636805534363, 0.1246623769402504, 0.08238095045089722, 0.1070125624537468, 0.10008186846971512, 0.16032379865646362, 0.14757925271987915, 0.17393693327903748, 0.06285912543535233, 0.07047881931066513, 0.18287210166454315, 0.14204591512680054, 0.09451130777597427, 0.05565619096159935, 0.1255977302789688, 0.12085416913032532, 0.1168111264705658, 0.09506221115589142, 0.01895788498222828, 0.006541003007441759, 0.0315576046705246, 0.10320621728897095, 0.17170113325119019, 0.10286423563957214, -0.0008294235449284315, -0.04066760838031769, -0.06401140242815018, -0.10925963521003723, -0.1366698443889618, -0.18100884556770325, -0.22366958856582642, -0.1700907200574875, -0.0931607037782669, -0.14328236877918243, -0.16333964467048645, -0.09941727668046951, -0.0249814223498106, -0.058793820440769196, -0.20262418687343597, -0.16680707037448883, -0.061214346438646317, -0.08342435956001282, -0.10784374922513962, -0.17735470831394196, -0.1298559457063675, -0.1156240701675415, -0.20187069475650787, -0.09519729018211365, 0.024908006191253662, -0.06625492125749588, -0.17233243584632874, -0.11965089291334152, -0.1456114649772644, -0.15981127321720123, -0.03369483724236488, 0.0444328598678112, -0.008125853724777699, -0.1361667960882187, -0.1123356968164444, -0.007090856321156025, -0.09831163287162781, -0.21627962589263916, -0.13261684775352478, -0.052566442638635635, -0.09405434131622314, -0.0974835529923439, -0.060956958681344986, -0.06039870157837868, -0.08299987763166428, -0.02240181155502796, 0.03965279832482338, -0.014360606670379639, -0.009926410391926765, 0.012993665412068367, -0.02133442461490631, -0.024050118401646614, -0.005180743522942066, -0.006914285011589527, 0.019206618890166283, -0.019426729530096054, -0.01766287349164486, -0.005108857061713934, -0.02702825888991356, -0.07354868203401566, -0.06094216927886009, 0.024912403896450996, -0.014391522854566574, -0.011323745362460613, -0.054212648421525955, -0.08019206672906876, -0.06502493470907211, -0.017794884741306305, 0.019303198903799057, -0.0018003005534410477, 0.00827749539166689, -0.058948684483766556, -0.06493457406759262, -0.005722551606595516, 0.0004087066918145865, -0.017519772052764893, -0.10120756924152374, -0.18055756390094757, -0.12191782146692276, -0.09020204842090607, -0.13918869197368622, -0.1624486893415451, -0.12186546623706818, -0.12202277779579163, -0.07114004343748093, -0.027020491659641266, -0.1285730004310608, -0.09646458178758621, -0.03246704861521721, -0.00682902941480279, -0.028962651267647743, 0.024602718651294708, 0.03598105534911156, -0.015668975189328194, 0.020227253437042236, 0.059595752507448196, -0.009299089200794697, -0.062454015016555786, -0.024420393630862236, -0.03468070924282074, 0.028568914160132408, 0.021062180399894714, -0.026387548074126244, -0.05057436600327492, -0.010876013897359371, 0.10603195428848267, 0.08341481536626816, 0.0687331035733223, -0.002472724299877882, 0.0020414874888956547, 0.007971759885549545, -0.025871410965919495, -0.01471877470612526, -0.04531379044055939, -0.11760571599006653, -0.016680652275681496, -0.05104717239737511, -0.090779148042202, -0.03884776309132576, -0.06613399088382721, -0.05804046615958214, -0.07677434384822845, -0.13093620538711548, -0.1295713484287262, -0.07025718688964844, -0.12265941500663757, -0.13841477036476135, -0.03628864884376526, -0.11274131387472153, -0.14816667139530182, -0.14068354666233063, -0.21913571655750275, -0.2861287295818329, -0.2671659588813782, -0.15247824788093567, -0.22311604022979736, -0.2478032261133194, -0.17224323749542236, -0.08109202235937119, 0.0038325549103319645, -0.04077728092670441, -0.060243409126996994, -0.05299871414899826, -0.02237612195312977, -0.012903980910778046, 0.011742153204977512, 0.040705665946006775, -0.06356294453144073, -0.05202573537826538, 1.8038332200376317e-05, -0.01989794336259365, -0.0539204366505146, -0.08401522785425186, -0.037149444222450256, -0.017584433779120445, -0.02501964382827282, -0.10402989387512207, -0.10467863827943802, -0.07406527549028397, -0.13277190923690796, -0.1882614940404892, -0.1882442831993103, -0.08736172318458557, -0.09309550374746323, -0.11898048222064972, -0.07165401428937912, -0.06211530417203903, -0.14191025495529175, -0.09647073596715927, -0.023847222328186035, -0.061992328613996506, -0.14738458395004272, -0.09506531059741974, -0.035329669713974, -0.032372504472732544, -0.10937725007534027, -0.183716282248497, -0.16405634582042694, -0.09956792742013931, -0.08420068770647049, -0.1274537593126297, -0.10647284239530563, -0.024723047390580177, 0.005734554957598448, -0.028954701498150826, -0.06146731972694397, 0.004718832205981016, 0.05853290483355522, -0.04109260067343712, 0.019289227202534676, 0.04314064607024193, -0.0021397932432591915, -0.054340705275535583, -0.002435273490846157, 0.02816428802907467, -0.034489355981349945, 0.007829097099602222, 0.0841987282037735, 0.08636756241321564, 0.045823004096746445, 0.09932374954223633, 0.029393544420599937, 0.0339876152575016, 0.08715091645717621, 0.10340609401464462, 0.0859893411397934, 0.06449344009160995, 0.09622692316770554, 0.20498336851596832, 0.188192680478096, 0.19213157892227173, 0.14574472606182098, 0.10785292088985443, 0.09427046775817871, 0.07774338871240616, 0.11927999556064606, 0.1108849048614502, 0.041043564677238464, 0.06148875132203102, 0.128044992685318, 0.08728116750717163, 0.08209140598773956, 0.12984012067317963, 0.09149766713380814, 0.09655408561229706, 0.12856706976890564, 0.14495503902435303, 0.08466003090143204, 0.007432423532009125, 0.14491397142410278, 0.18148759007453918, 0.13701702654361725, 0.1228906661272049, 0.12793119251728058, 0.15971818566322327, 0.08387064188718796, 0.05413861945271492, 0.09853403270244598, 0.06565799564123154, 0.09071426093578339, 0.10596441477537155, 0.08698374032974243, 0.14179308712482452, 0.11164100468158722, 0.04139767214655876, 0.05527450889348984, 0.1294301152229309, 0.12046590447425842, 0.06877772510051727, 0.11795509606599808, 0.09253386408090591, 0.03621264547109604, 0.12794819474220276, 0.14880670607089996, 0.09300117194652557, 0.1621420830488205, 0.066875159740448, 0.005076870322227478, 0.033648017793893814, 0.00955327320843935, -0.05192793905735016, -0.062113597989082336, -0.059020817279815674, -0.08313621580600739, -0.09523078799247742, -0.08503090590238571, -0.12099236994981766, -0.10860651731491089, -0.013296759687364101, -0.00652790442109108, -0.078392893075943, -0.10509585589170456, -0.14208762347698212, -0.05634202063083649, -0.04739958047866821, -0.07430023699998856, -0.1430233120918274, -0.15773239731788635, -0.11368503421545029, -0.14002633094787598, -0.11320848762989044, -0.04032973572611809, -0.1055281013250351, -0.10803894698619843, -0.04511842131614685, -0.05857633426785469, -0.11452585458755493, -0.12116808444261551, -0.07438597083091736, -0.07760895043611526, 0.014925546012818813, 0.08105556666851044, 0.05058486387133598, 0.0464373454451561, -0.010115068405866623, 0.0615786612033844, 0.15604817867279053, 0.04499482735991478, 0.028095532208681107, 0.15859122574329376, 0.10989002883434296, 0.05898386240005493, 0.1626763492822647, 0.16116611659526825, 0.14498381316661835, 0.17771270871162415, 0.1868821531534195, 0.15204639732837677, 0.16481363773345947, 0.22515153884887695, 0.29305511713027954, 0.28888580203056335, 0.25185880064964294, 0.280178040266037, 0.31388330459594727, 0.2835107147693634, 0.31818997859954834, 0.36148178577423096, 0.3402496874332428, 0.2714514136314392, 0.23906169831752777, 0.21051298081874847, 0.1865621954202652, 0.1346655935049057, 0.1253843754529953, 0.21062280237674713, 0.2073255032300949, 0.22843322157859802, 0.2753683030605316, 0.2036142200231552, 0.22882512211799622, 0.2565208077430725, 0.2896372973918915, 0.2984565496444702, 0.3192943036556244, 0.27182450890541077, 0.274722158908844, 0.28101256489753723, 0.1345512419939041, 0.0878821462392807, 0.12205938249826431, 0.1269075870513916, 0.10985289514064789, 0.10589911043643951, 0.06804540753364563, -0.014749020338058472, -0.026994461193680763, 0.029752805829048157, -0.007100623566657305, 0.003290416905656457, 0.021154457703232765, -0.061773285269737244, -0.10866091400384903, -0.05692208930850029, -0.028590068221092224, -0.133480966091156, -0.12238261848688126, -0.06902147829532623, -0.11652754992246628, -0.1440959870815277, -0.07469824701547623, -0.12490413337945938, -0.2065916210412979, -0.22918701171875, -0.20056317746639252, -0.11751635372638702, -0.14592225849628448, -0.1733587384223938, -0.08116824924945831, -0.06499998271465302, -0.1421685516834259, -0.16255584359169006, -0.10360307991504669, -0.10766732692718506, -0.0402214415371418, 0.010735146701335907, -0.06395841389894485, -0.060856837779283524, -0.00850768107920885, -0.043139681220054626, -0.060468293726444244, -0.03561216592788696, 0.012628335505723953, -0.03002178482711315, -0.01796407625079155, -0.039176248013973236, -0.041121698915958405, 0.0275726281106472, 0.04507448151707649, -0.005095983389765024, 0.01965511403977871, -0.02261897549033165, -0.04674084112048149, -0.03161846846342087, 0.0048786732368171215, 0.04770534858107567, -0.0054755667224526405, 0.013300592079758644, 0.021758180111646652, 0.060485221445560455, -0.014006969518959522, -0.035546526312828064, -0.07334654033184052, -0.08639008551836014, -0.011484912596642971, 0.02991650439798832, 0.03081502392888069, -0.056250303983688354, -0.10384809970855713, 0.0064062573947012424, 0.06981410831212997, 0.024580104276537895, 0.014471649192273617, 0.05825355648994446, -0.032618749886751175, -0.061209786683321, -0.02107628807425499, -0.0539664700627327, -0.014316230081021786, 0.08828295022249222, 0.06689976155757904, 0.07116319984197617, 0.09791840612888336, 0.13594390451908112, 0.06308010220527649, -0.004730187356472015, -0.0008762794313952327, -0.03426332026720047, 0.044225066900253296, 0.047138992697000504, -0.017252614721655846, -0.013873199932277203, 0.013580519706010818, 0.06600123643875122, 0.047735050320625305, -0.014758767560124397, 0.01933620497584343, 0.006183188874274492, -0.028106000274419785, -0.013155972585082054, -0.03359135240316391, -0.031198270618915558, -0.020477788522839546, -0.02538951113820076, -0.06997597962617874, -0.08671069145202637, -0.08690577000379562, -0.05983709916472435, -0.06909479945898056, -0.14102812111377716, -0.138259157538414, -0.13964034616947174, -0.16014066338539124, -0.09695155918598175, -0.09500162303447723, -0.0471549928188324, 0.08840148150920868, 0.1080215647816658, 0.01925852708518505, 0.008714040741324425, -0.036894552409648895, -0.0599469356238842, -0.05495655909180641, -0.07556863874197006, -0.11063570529222488, -0.06174880266189575, -0.07716929912567139, -0.14778682589530945, -0.19970250129699707, -0.19624210894107819, -0.1773567795753479, -0.16377559304237366, -0.10341394692659378, -0.07810012251138687, -0.08954083174467087, -0.08872385323047638, -0.1013554185628891, -0.06683050096035004, -0.03791484236717224, -0.07271381467580795, -0.03155219182372093, 0.008285089395940304, -0.04154173284769058, -0.09432737529277802, 0.013713886961340904, 0.006363708525896072, -0.08860263973474503, -0.09892408549785614, -0.09708427637815475, -0.07234449684619904, -0.07722694426774979, -0.12479633837938309, -0.09526725113391876, -0.013072025030851364, -0.10446836054325104, -0.12988097965717316, -0.10337508469820023, -0.17592887580394745, -0.1504257470369339, -0.09068571031093597, -0.16330216825008392, -0.18637122213840485, -0.1646016389131546, -0.13476650416851044, -0.11379498988389969, -0.18815955519676208, -0.14191515743732452, -0.13214285671710968, -0.13476623594760895, -0.04822206869721413, -0.07774652540683746, -0.06072111800312996, -0.06455830484628677, -0.06376226991415024, -0.048694197088479996, -0.08635354042053223, -0.007320945151150227, 0.01810450293123722, -0.003137449501082301, 0.016957659274339676, -0.018979839980602264, -0.007843873463571072, -0.013783778063952923, -0.1253160834312439, -0.133734792470932, -0.11745129525661469, -0.1446663737297058, -0.18152762949466705, -0.13562072813510895, -0.12881691753864288, -0.16044996678829193, -0.03662307932972908, -0.004879515618085861, 0.006036441307514906, -0.054905716329813004, -0.08142092078924179, -0.11366090178489685, -0.09376867115497589, 0.04341541603207588, 0.007049315609037876, -0.021621711552143097, -0.04045594856142998, -0.11443653702735901, 0.0031903802882879972, 0.09841683506965637, 0.02408038079738617, -0.0865129753947258, -0.10038963705301285, -0.0764271467924118, -0.11317518353462219, -0.2392134964466095, -0.3103783428668976, -0.23201417922973633, -0.21339674293994904, -0.19259053468704224, -0.20361056923866272, -0.19680097699165344, -0.19295276701450348, -0.07409729808568954, -0.03458504378795624, -0.028035782277584076, -0.05628235638141632, -0.18766050040721893, -0.17513054609298706, 0.010233097709715366, 0.07368757575750351, 0.009640239179134369, -0.006033733021467924, -0.10834848135709763, -0.08141609281301498, 0.029056213796138763, -0.019535090774297714, -0.10473167896270752, -0.13054712116718292, -0.040704626590013504, -0.02384846657514572, -0.07300946861505508, -0.0883515253663063, -0.09710440039634705, -0.09211397916078568, -0.08495743572711945, -0.1104564294219017, -0.0909552276134491, -0.08234047144651413, -0.1745809018611908, -0.18845921754837036, -0.07774390280246735, -0.12130825966596603, -0.22663550078868866, -0.13603083789348602, -0.12648113071918488, -0.09428311884403229, -0.009246882982552052, -0.06780007481575012, -0.04701485112309456, -0.04277338832616806, -0.00934040267020464, 0.07448159158229828, 0.11329324543476105, 0.10016075521707535, 0.1073470264673233, 0.10182283818721771, 0.08648264408111572, 0.03176296129822731, 0.021556861698627472, 0.04444171115756035, 0.06813376396894455, 0.04578281566500664, 0.05451615899801254, 0.10649625957012177, 0.1633632779121399, 0.15909264981746674, 0.09017807990312576, 0.07454262673854828, 0.12254434078931808, 0.0801757425069809, 0.0020976578816771507, 0.02082269825041294, 0.07407954335212708, 0.09679003804922104, 0.14820018410682678, 0.056966766715049744, 0.0788491889834404, 0.0684034451842308, 0.040488068014383316, 0.08396968245506287, -0.013688012026250362, -0.03772503882646561, -0.01589074730873108, -0.00115448166616261, 0.06837701797485352, 0.03431769832968712, 0.006624158471822739, 0.007613852620124817, 0.03908678889274597, -0.0028164272662252188, -0.11523672938346863, -0.06079315021634102, -0.031416889280080795, -0.019664114341139793, 0.0391053631901741, 0.06673841178417206, -0.01908714510500431, 0.009380933828651905, 0.18563207983970642, 0.19297733902931213, 0.08583957701921463, 0.06948243826627731, 0.09252899140119553, 0.1614249050617218, 0.19723638892173767, 0.129613995552063, 0.14778809249401093, 0.1941339075565338, 0.13053427636623383, 0.15100550651550293, 0.14226512610912323, 0.07725786417722702, 0.1137755811214447, 0.11525069177150726, 0.025731347501277924, 0.01149650290608406, 0.00783281959593296, 0.055952925235033035, 0.17861118912696838, 0.1640598326921463, 0.08597804605960846, 0.06896235793828964, 0.036546822637319565, 0.044597089290618896, 0.057911284267902374, 0.10838837176561356, 0.08037907630205154, 0.08543972671031952, 0.07891127467155457, 0.13414238393306732, 0.22962673008441925, 0.1719377487897873, 0.12160968035459518, 0.12200938910245895, 0.09999040514230728, 0.09969978779554367, 0.07630567252635956, 0.06986013054847717, 0.1315765231847763, 0.1830126792192459, 0.1484421193599701, 0.14525246620178223, 0.14559680223464966, 0.1569421887397766, 0.17178399860858917, 0.1657019704580307, 0.15289126336574554, 0.2099132239818573, 0.13597175478935242, 0.16477403044700623, 0.2735503315925598, 0.2432527244091034, 0.24347266554832458, 0.19174076616764069, 0.19681484997272491, 0.20187759399414062, 0.22892673313617706, 0.2526823878288269, 0.22858718037605286, 0.22835773229599, 0.20135967433452606, 0.14790131151676178, 0.1543070673942566, 0.21161992847919464, 0.14334002137184143, 0.14954806864261627, 0.2016744613647461, 0.1798633635044098, 0.13207657635211945, 0.16932764649391174, 0.1614757627248764, 0.1761452853679657, 0.24604590237140656, 0.21420124173164368, 0.12401726096868515, 0.09623303264379501, 0.17044927179813385, 0.2171892523765564, 0.1927267611026764, 0.22608788311481476, 0.09066984802484512, 0.11242906749248505, 0.27266091108322144, 0.2631150186061859, 0.3040904402732849, 0.31567439436912537, 0.20557259023189545, 0.32660457491874695, 0.35877248644828796, 0.27964264154434204, 0.25620460510253906, 0.24405302107334137, 0.23598536849021912, 0.21370267868041992, 0.23149332404136658, 0.2436111718416214, 0.22770363092422485, 0.23888623714447021, 0.2114434391260147, 0.23921790719032288, 0.19945615530014038, 0.15356045961380005, 0.17617833614349365, 0.1704566776752472, 0.13488660752773285, 0.15994417667388916, 0.24039074778556824, 0.1798824965953827, 0.11904503405094147, 0.12625788152217865, 0.13574334979057312, 0.0840383768081665, 0.03258020058274269, -0.0035960066597908735, -0.014259496703743935, -0.012253931723535061, -0.008161745965480804, -0.0036597116850316525, 0.016481567174196243, -0.025426872074604034, -0.03312935680150986, -0.00014709307288285345, 0.01064061839133501, -0.049272242933511734, -0.06826530396938324, -0.12196392565965652, -0.10900694876909256, -0.07038773596286774, -0.09189265221357346, -0.07050462067127228, -0.049164656549692154, -0.07163793593645096, -0.11563467234373093, -0.06075366213917732, -0.0589267835021019, -0.0886833444237709, -0.08210167288780212, -0.1322009563446045, -0.09458407014608383, -0.01967456005513668, -0.05575723946094513, -0.09274860471487045, -0.07617591321468353, -0.014711569994688034, -0.013959906995296478, -0.03395351767539978, -0.09207733720541, -0.11700626462697983, -0.13296638429164886, -0.16898205876350403, -0.11477697640657425, -0.07819300889968872, -0.10097181797027588, -0.1637035608291626, -0.20227786898612976, -0.19612574577331543, -0.11244267970323563, -0.14105744659900665, -0.24900025129318237, -0.2583353519439697, -0.2449309229850769, -0.2978929281234741, -0.257902055978775, -0.30249035358428955, -0.37914055585861206, -0.3030255436897278, -0.23659899830818176, -0.19220185279846191, -0.16479942202568054, -0.17481392621994019, -0.1729428470134735, -0.12734659016132355, -0.06259075552225113, -0.02643122337758541, -0.1119595617055893, -0.16505815088748932, -0.10568609833717346, -0.014647332951426506, -0.02153719961643219, -0.09597007185220718, -0.08205493539571762, -0.010468235239386559, -0.04145238548517227, -0.015338013879954815, 0.10352534800767899, 0.13161292672157288, 0.09470481425523758, 0.01457549724727869, 0.09335510432720184, 0.054534126073122025, 0.0696890652179718, 0.0564618781208992, 0.006517134606838226, 0.054708778858184814, 0.010103951208293438, -0.037360258400440216, -0.014219154603779316, -0.09165714681148529, -0.060405582189559937, -0.04241593927145004, -0.08329132199287415, -0.08376964181661606, -0.09548547863960266, -0.13563625514507294, -0.11419065296649933, -0.0556010864675045, 0.02643168531358242, -0.048763878643512726, -0.19220015406608582, -0.15986838936805725, -0.12838521599769592, -0.04978862777352333, -0.013204465620219707, -0.04936986789107323, -0.12692004442214966, -0.11101885885000229, -0.053430233150720596, 0.0031853490509092808, -0.03708041086792946, -0.17303182184696198, -0.17727316915988922, -0.11072254180908203, -0.004073513671755791, -0.0007579727680422366, -0.019111111760139465, -0.09800159186124802, -0.08602171391248703, -0.08325935155153275, -0.09165021032094955, -0.18578962981700897, -0.24529771506786346, -0.19236738979816437, -0.12642814218997955, -0.06817080080509186, -0.05276231840252876, -0.06318704783916473, -0.0907542034983635, -0.05716342851519585, 0.02319977805018425, 0.003007452003657818, -0.07443667948246002, -0.07215792685747147, -0.06149831414222717, -0.05924948677420616, -0.12976320087909698, -0.13533486425876617, -0.1494806706905365, -0.12991255521774292, -0.10471341758966446, -0.09523549675941467, -0.08948901295661926, -0.1333170086145401, -0.13826441764831543, -0.1048528179526329, -0.060949135571718216, -0.05585000291466713, -0.0839087963104248, -0.1325162798166275, -0.11698496341705322, -0.023199262097477913, 0.05820225551724434, 0.03275960311293602, -0.031105052679777145, -0.01770051009953022, -0.016013378277420998, 0.022934313863515854, 0.060924336314201355, -0.008533643558621407, -0.04427472501993179, -0.003105859737843275, -0.008300150744616985, -0.08601769059896469, -0.1479579657316208, -0.12383907288312912, -0.09978213161230087, -0.1225859746336937, -0.10085741430521011, -0.22191154956817627, -0.22570939362049103, -0.00920082163065672, -0.0425746887922287, -0.15241770446300507, -0.24881324172019958, -0.19397152960300446, -0.11862414330244064, -0.2509903609752655, -0.1830044835805893, -0.2061920315027237, -0.1957431435585022, -0.06193341687321663, -0.1505618393421173, -0.2097039371728897, -0.18070818483829498, -0.16325752437114716, -0.18854910135269165, -0.20489473640918732, -0.17230889201164246, -0.14513304829597473, -0.19611801207065582, -0.16560716927051544, -0.13676001131534576, -0.11519286036491394, -0.0971999317407608, -0.17109845578670502, -0.12658654153347015, -0.14669454097747803, -0.14325621724128723, -0.17178544402122498, -0.1455213576555252, -0.049419403076171875, 0.01003994606435299, 0.02037804201245308, -0.0375889427959919, -0.09947730600833893, -0.146185040473938, -0.03840690478682518, 0.03684082254767418, 0.06222284212708473, 0.12645456194877625, 0.1480991542339325, 0.10944544523954391, 0.08436965197324753, 0.1256118267774582, 0.033631499856710434, 0.018431629985570908, 0.021987468004226685, 0.1486995816230774, 0.19052350521087646, 0.1290520876646042, 0.10710401833057404, 0.142634317278862, 0.11467443406581879, 0.035843607038259506, 0.0036939713172614574, 0.06268955767154694, 0.13266031444072723, 0.1518620103597641, 0.1457388699054718, 0.16550973057746887, 0.09827947616577148, -0.003785845823585987, 0.03326331451535225, 0.06157839298248291, 0.04944966733455658, 0.047749366611242294, 0.08165305107831955, 0.06427980214357376, 0.035408198833465576, 0.010089446790516376, 0.010068273171782494, -0.027021652087569237, -0.0699511468410492, -0.06177791953086853, -0.07766614854335785, -0.012000998482108116, -0.01073942519724369, -0.017425857484340668, -0.02208821102976799, -0.04354230314493179, -0.05649039149284363, -0.04279424622654915, -0.05488627776503563, 0.005502506624907255, 0.02399877831339836, -0.07367756217718124, -0.005084163509309292, 0.031623296439647675, -0.06670143455266953, 0.021412577480077744, 0.12145437300205231, 0.024259932339191437, 0.006343229673802853, 0.06706122308969498, -0.016147805377840996, -0.05576605349779129, -0.016802743077278137, 0.0566750168800354, 0.04553305357694626, 0.021848376840353012, 0.0328705832362175, 0.04326629266142845, 0.1280766725540161, 0.15280097723007202, 0.055356454104185104, 0.0420440249145031, 0.16621656715869904, 0.17825280129909515, 0.0823407918214798, 0.0756799727678299, 0.08068463206291199, 0.03500354290008545, -0.011478029191493988, -0.04205372557044029, -0.005608790088444948, -0.04937827214598656, -0.047342315316200256, -0.010153009556233883, -0.06181081011891365, -0.1424347460269928, -0.16052260994911194, -0.10642525553703308, -0.058012042194604874, -0.10113587975502014, -0.11093584448099136, -0.039113420993089676, -0.0609963983297348, -0.0670580044388771, -0.00652230903506279, -0.03132261708378792, -0.09037873148918152, -0.022033164277672768, 0.035014808177948, 0.006228345446288586, 0.050401050597429276, 0.049110300838947296, 0.037843164056539536, 0.052833620458841324, 0.022917233407497406, 0.008481146767735481, 0.054835427552461624, 0.10125911980867386, 0.10860227793455124, 0.12924008071422577, 0.1497485637664795, 0.12348582595586777, 0.04944857209920883, 0.03847542777657509, 0.0727892518043518, 0.09914553165435791, 0.049481116235256195, 0.03882177174091339, 0.10895823687314987, 0.08744420111179352, 0.026778383180499077, 0.05679425969719887, 0.05662229657173157, 0.039094842970371246, 0.031762607395648956, 0.0065741995349526405, 0.0003898688009940088, -0.03052731789648533, -0.021202871575951576, 0.04914599284529686, 0.07747839391231537, 0.038483671844005585, 0.017883408814668655, 0.04952405020594597, 0.07634489238262177, 0.08728929609060287, 0.0858745127916336, 0.05565481632947922, 0.010835071094334126, 0.0007753263344056904, 0.009677850641310215, -0.01863144524395466, -0.03181340545415878, -0.023565365001559258, -0.006740139797329903, 0.03683380410075188, 0.07637657225131989, 0.07230344414710999, 0.06332390010356903, 0.06806133687496185, 0.0748949721455574, 0.07341401278972626, 0.11790503561496735, 0.11691499501466751, 0.08045574277639389, 0.12984596192836761, 0.188002347946167, 0.1683352142572403, 0.13199470937252045, 0.08602510392665863, 0.029667863622307777, 0.00019844743655994534, 0.031987160444259644, 0.04128456860780716, 0.02287544310092926, 0.04271263629198074, 0.08351053297519684, 0.12907721102237701, 0.18401826918125153, 0.18077322840690613, 0.11851698905229568, 0.13178902864456177, 0.160750612616539, 0.13468106091022491, 0.10899695754051208, 0.0887976586818695, 0.1053779125213623, 0.12015818059444427, 0.09393631666898727, 0.0995318666100502, 0.09207087010145187, 0.1509421318769455, 0.10889200121164322, 0.12149512022733688, 0.2036098837852478, 0.17178182303905487, 0.08053810149431229, 0.06209747493267059, 0.07950572669506073, 0.0716443657875061, 0.13781225681304932, 0.19225555658340454, 0.1690608561038971, 0.05936666205525398, 0.038146182894706726, 0.1487324833869934, 0.11420752108097076, 0.010251732543110847, 0.020139187574386597, 0.03911706060171127, 0.09258703142404556, 0.10974185913801193, 0.07186894863843918, 0.08999237418174744, 0.02567302994430065, 0.06565795093774796, 0.12716929614543915, 0.12854641675949097, 0.08779978007078171, 0.043744005262851715, 0.07739900797605515, 0.05000375583767891, -0.03795506805181503, -0.025403592735528946, -0.028991403058171272, -0.0250975601375103, 0.03489397466182709, 0.05862332135438919, 0.014268898405134678, 0.006647507660090923, 0.03627235069870949, 0.08130837976932526, 0.07011241465806961, 0.03096035122871399, 0.05433187261223793, 0.0225214920938015, -0.03206247091293335, -0.01108464039862156, -0.0350712426006794, -0.052981048822402954, -0.057241350412368774, -0.010093926452100277, -0.015014502219855785, -0.015127908438444138, 0.007217721547931433, -0.0106529975309968, -0.013422917574644089, -0.014635913074016571, 0.0036975506227463484, 0.022848129272460938, 0.0008807583362795413, 0.010218532755970955, 0.01413016952574253, 0.0007699375855736434, -0.001490034512244165, 0.02006201073527336, 0.005982656963169575, -0.12847083806991577, -0.10369118303060532, -0.05276789516210556, -0.04854416474699974, -0.027355413883924484, -0.04636562243103981, -0.06022150442004204, -0.09010148793458939, -0.11001822352409363, -0.12427949160337448, -0.1484213024377823, -0.14919207990169525, -0.09566137194633484, -0.07369179278612137, -0.12440458685159683, -0.1129528284072876, -0.10255976021289825, -0.17744341492652893, -0.17932547628879547, -0.1902768909931183, -0.17679078876972198, -0.1516915261745453, -0.181352436542511, -0.1913832575082779, -0.2087026685476303, -0.2306850701570511, -0.22530177235603333, -0.21712398529052734, -0.16431689262390137, -0.11171972751617432, -0.12837384641170502, -0.159676194190979, -0.09798374027013779, -0.07181277126073837, -0.10021363943815231, -0.05517877638339996, -0.07874394208192825, -0.0916619598865509, -0.04843305051326752, -0.04889398440718651, -0.06195278465747833, -0.026972781866788864, -0.02995428256690502, -0.008478420786559582, 0.0003340008552186191, -0.021615969017148018, -0.026765597984194756, 0.005008430685847998, 0.031125035136938095, 0.07754338532686234, 0.07670876383781433, 0.05814147740602493, 0.08127707988023758, 0.09438103437423706, 0.09104715287685394, 0.009518354199826717, 0.005285994149744511, 0.045766524970531464, 0.04443741589784622, 0.04689764231443405, 0.07062584906816483, 0.05525702238082886, -0.007854392752051353, 0.00865840632468462, 0.07913588732481003, 0.11867441982030869, 0.11558401584625244, 0.13418889045715332, 0.12278205156326294, 0.06991727650165558, 0.01008681207895279, -0.003999656531959772, -0.020671667531132698, -0.05273446813225746, -0.1260673850774765, -0.09257204830646515, -0.002875514794141054, -0.019484780728816986, -0.12144672125577927, -0.07061278074979782, -0.017546208575367928, -0.07346081733703613, -0.013944215141236782, 0.016158724203705788, -0.10217054933309555, -0.12673106789588928, -0.04479436203837395, -0.017737388610839844, 0.01837911456823349, -0.014723015017807484, 0.02104978822171688, 0.060277752578258514, 0.046583909541368484, 0.03973796218633652, 0.053349271416664124, 0.058294009417295456, 0.07158727198839188, 0.16630299389362335, 0.1736590713262558, 0.14178353548049927, 0.1525583565235138, 0.13675831258296967, 0.13860224187374115, 0.09415962547063828, 0.06454099714756012, 0.08604632318019867, 0.01996341533958912, 0.012937978841364384, 0.05951002612709999, 0.029113661497831345, 0.017156414687633514, 0.07628027349710464, 0.10748966038227081, 0.021927252411842346, -0.012140337377786636, 0.07193111628293991, 0.06887148320674896, 0.0650620087981224, 0.07193653285503387, 0.09326623380184174, 0.0640311986207962, 0.006053059361875057, 0.030053382739424706, 0.037444502115249634, 0.015340719372034073, 0.02157966047525406, 0.030127713456749916, 0.0204339399933815, -0.016519643366336823, 0.004813293926417828, 0.04235892742872238, 0.05689011141657829, 0.019775137305259705, -0.005408742465078831, -0.053436607122421265, -0.07629847526550293, -0.06373054534196854, -0.07788985967636108, -0.05812127888202667, -0.048170752823352814, -0.031162653118371964, 0.022278137505054474, -0.017487818375229836, -0.07952545583248138, -0.0706486850976944, -0.07282838970422745, -0.09459352493286133, -0.11618725210428238, -0.10333132743835449, -0.09675667434930801, -0.08288576453924179, -0.0846061185002327, -0.11895444244146347, -0.09076045453548431, -0.09980785101652145, -0.11231889575719833, -0.07769560813903809, -0.11751915514469147, -0.06978441774845123, -0.03337863087654114, -0.05385749414563179, -0.10092409700155258, -0.08519027382135391, -0.0688064694404602, -0.08208949863910675, -0.06201792135834694, -0.030471062287688255, 0.020800603553652763, 0.018296994268894196, -0.019538097083568573, -0.027567952871322632, -0.04536136984825134, 0.00553200114518404, 0.022025153040885925, -0.0006761341355741024, -0.0014216778799891472, 0.030664915218949318, 0.01536357868462801, -0.0073869191110134125, -0.06258391588926315, -0.052540428936481476, -0.023583127185702324, -0.051065050065517426, -0.05157596245408058, -0.022282296791672707, 0.007661908864974976, -0.006782776676118374, -0.027843385934829712, 0.019563086330890656, 0.025403324514627457, 0.03487133979797363, 0.0845242440700531, 0.08711355179548264, 0.04656407982110977, 0.08440981805324554, 0.16231226921081543, 0.17412640154361725, 0.1712777465581894, 0.21142935752868652, 0.22389906644821167, 0.17170977592468262, 0.1841057986021042, 0.14545276761054993, 0.05022505298256874, 0.03295230492949486, 0.1042507067322731, 0.103040412068367, 0.01380215585231781, -0.028235027566552162, 0.012108618393540382, 0.04676279053092003, -0.004811028949916363, -0.04714229330420494, -0.04385720193386078, -0.02511206455528736, -0.02307398058474064, -0.08462613821029663, -0.06507422029972076, -0.04115299507975578, -0.0819820761680603, -0.12065190076828003, -0.13904643058776855, -0.10728408396244049, -0.1540183573961258, -0.17944443225860596, -0.14544756710529327, -0.1377323418855667, -0.11402668058872223, -0.1757740080356598, -0.20795594155788422, -0.1598234623670578, -0.14362913370132446, -0.11748459190130234, -0.11173088103532791, -0.10788893699645996, -0.09375534951686859, -0.13379450142383575, -0.09771792590618134, -0.10442828387022018, -0.14860181510448456, -0.14951211214065552, -0.17385317385196686, -0.16045942902565002, -0.13868600130081177, -0.12532716989517212, -0.08591300249099731, -0.06681522727012634, -0.10045155882835388, -0.08292712271213531, -0.051531001925468445, -0.06107446551322937, -0.09922593832015991, -0.08525147289037704, -0.05174345523118973, -0.020303545519709587, -0.012695139274001122, -0.06013261526823044, -0.0735832154750824, -0.0156312994658947, -0.0076841325499117374, -0.02973558008670807, 0.016152825206518173, -0.00653639854863286, -0.026812288910150528, -0.0026676987763494253, 0.05292598530650139, 0.062837153673172, 0.06884004920721054, 0.05448944866657257, 0.018024571239948273, -0.0013330853544175625, -0.004865686409175396, 0.032372694462537766, 0.03050716407597065, 0.052124474197626114, 0.11620765924453735, 0.07762278616428375, 0.03345422446727753, 0.051877379417419434, 0.05835014209151268, 0.041925303637981415, 0.0139634869992733, 0.02167143113911152, 0.08686036616563797, 0.053884077817201614, 0.02717701904475689, 0.03576820716261864, 0.01986956037580967, 0.004806822631508112, -0.012626987881958485, 0.021198289468884468, 0.08199810981750488, 0.013470192439854145, -0.022984132170677185, -0.03816709294915199, -0.05231136083602905, -0.01341220922768116, -0.08194008469581604, -0.07631395757198334, -0.016393082216382027, -0.04779339209198952, -0.03856182470917702, -0.04834391549229622, -0.02194635383784771, -0.031328681856393814, -0.07103598862886429, -0.08681484311819077, -0.0916312038898468, -0.0301511250436306, -0.009214499033987522, -0.06903334707021713, -0.05931869521737099, -0.062336865812540054, -0.0796019434928894, -0.07240919768810272, -0.0773196890950203, -0.10062719881534576, -0.03300263732671738, -0.0227497648447752, -0.06151226535439491, -0.06624346971511841, -0.08675235509872437, -0.06531360000371933, -0.05219048261642456, -0.055068470537662506, -0.057294588536024094, -0.05720990523695946, -0.0015858567785471678, 0.0033516508992761374, -0.01689234934747219, 0.007638787850737572, -0.009221374988555908, -0.06701964139938354, -0.06688988208770752, -0.0012692504096776247, 0.03095562756061554, -0.0014075831277295947, -0.0002339762431802228, -0.02742616832256317, -0.010135346092283726, -0.0004936963669024408, -0.025982003659009933, -0.045318081974983215, -0.09656880795955658, -0.08535465598106384, -0.08245186507701874, -0.10737769305706024, -0.11726459860801697, -0.13605712354183197, -0.10679149627685547, -0.0752398818731308, -0.06634712964296341, -0.08586116135120392, -0.08758086711168289, -0.12091837078332901, -0.13708864152431488, -0.10341937839984894, -0.09206144511699677, -0.113074392080307, -0.11114612966775894, -0.04600082337856293, -0.011436891742050648, -0.0380471833050251, -0.05294191464781761, -0.0487457737326622, -0.053045473992824554, -0.06637934595346451, -0.018034478649497032, 0.013671092689037323, -0.036808233708143234, -0.025147970765829086, 0.029226433485746384, 0.03991946950554848, 0.02286972664296627, 0.06362780183553696, 0.06320635974407196, -0.0014053480699658394, 0.0032850485295057297, 0.0513138510286808, 0.07090191543102264, 0.049056682735681534, 0.04137657582759857, 0.08731314539909363, 0.09384665638208389, 0.033379871398210526, 0.003807817818596959, 0.008837608620524406, -0.009438283741474152, -0.01213150192052126, 0.0023096513468772173, -0.04476180672645569, -0.039156489074230194, -0.050592001527547836, -0.05838792026042938, -0.042597874999046326, -0.07511793076992035, -0.09490960836410522, -0.08515810966491699, -0.05491328611969948, -0.02846657857298851, -0.052682407200336456, -0.052237629890441895, -0.04330756142735481, 0.0035331975668668747, 0.04268708452582359, -0.015477802604436874, -0.04838116466999054, -0.015395496040582657, -0.018537310883402824, -0.0048881941474974155, -0.00435675447806716, 0.03146609291434288, 0.03528515622019768, -0.021577846258878708, -0.017137130722403526, -4.782265750691295e-05, 0.005270695313811302, 0.018556328490376472, 0.001919974572956562, -0.043384648859500885, 0.006146526429802179, 0.10149393230676651, 0.06200920790433884, 0.0018805800937116146, 0.01994648203253746, 0.009945768862962723, 0.0027067644987255335, -0.017307261005043983, -0.022822009399533272, 0.0173026155680418, -0.005386689677834511, -0.010839906521141529, 0.03133181482553482, 0.05178496241569519, 0.06253381073474884, 0.053676504641771317, 0.054658569395542145, 0.0516747310757637, 0.03380783647298813, 0.06636811047792435, 0.08476375788450241, 0.08481931686401367, 0.10163608193397522, 0.09053438156843185, 0.026692194864153862, -0.011576488614082336, -0.03085990436375141, -0.0558369904756546, -0.10916722565889359, -0.10119428485631943, -0.10302089899778366, -0.10848043113946915, -0.09964445233345032, -0.09744192659854889, -0.10239356011152267, -0.05060981586575508, 0.017248084768652916, 0.04757320508360863, 0.08205094933509827, 0.14492672681808472, 0.10478928685188293, 0.11725569516420364, 0.17496484518051147, 0.1603047251701355, 0.16076117753982544, 0.22009465098381042, 0.22218871116638184, 0.25429868698120117, 0.2976197302341461, 0.3477902114391327, 0.3614511787891388, 0.3639621436595917, 0.40251556038856506, 0.4026358723640442, 0.4084866940975189, 0.3873072564601898, 0.36924034357070923, 0.37894538044929504, 0.3724266290664673, 0.3395167291164398, 0.329036146402359, 0.2843249440193176, 0.25433292984962463, 0.25856253504753113, 0.24892643094062805, 0.24266417324543, 0.25343596935272217, 0.20414401590824127, 0.18886514008045197, 0.1973169595003128, 0.19921864569187164, 0.169408917427063, 0.12224458158016205, 0.08269595354795456, 0.03141898289322853, -0.0065839109010994434, -0.048917703330516815, -0.11106646806001663, -0.16608503460884094, -0.17476844787597656, -0.18966922163963318, -0.20144350826740265, -0.23034998774528503, -0.2615550458431244, -0.32931333780288696, -0.35475319623947144, -0.35171350836753845, -0.29440343379974365, -0.21037112176418304, -0.21796512603759766, -0.20510302484035492, -0.1447499543428421, -0.10048533976078033, -0.0775613933801651, -0.05389977991580963, -0.006966356188058853, -0.002227834425866604, 0.05434861034154892, 0.12053096294403076, 0.12163083255290985, 0.10921620577573776, 0.15638181567192078, 0.20604345202445984, 0.2107047736644745, 0.21880339086055756, 0.24605654180049896, 0.2828776240348816, 0.291305273771286, 0.25968849658966064, 0.2567141354084015, 0.22019805014133453, 0.18733808398246765, 0.22060172259807587, 0.22546052932739258, 0.1733218878507614, 0.12851615250110626, 0.122582346200943, 0.1133515015244484, 0.1266212910413742, 0.09921109676361084, 0.07511015981435776, 0.06552852690219879, 0.03690914809703827, 0.02797763980925083, 0.037741973996162415, 0.016024649143218994, 0.0031867106445133686, -0.019462401047348976, -0.04747780039906502, -0.07089193165302277, -0.08332209289073944, -0.10252629965543747, -0.07686871290206909, -0.08061179518699646, -0.0942482277750969, -0.09273804724216461, -0.08166158199310303, -0.07973270118236542, -0.06226571649312973, -0.05197083577513695, -0.08859271556138992, -0.05315587669610977, -0.049496158957481384, -0.05883120745420456, -0.044957756996154785, -0.03273976221680641, 0.011176865547895432, 0.0950140729546547, 0.14481939375400543, 0.1952102929353714, 0.18596810102462769, 0.1860901266336441, 0.20967084169387817, 0.16445471346378326, 0.17117621004581451, 0.18219636380672455, 0.1573154181241989, 0.14048218727111816, 0.16295036673545837, 0.1800098419189453, 0.20408505201339722, 0.20324604213237762, 0.20135048031806946, 0.19101177155971527, 0.19541537761688232, 0.14611035585403442, 0.1593751311302185, 0.17462271451950073, 0.15945316851139069, 0.19767414033412933, 0.19274578988552094, 0.16350464522838593, 0.16083292663097382, 0.14451462030410767, 0.12917155027389526, 0.07735159248113632, 0.046276070177555084, 0.0539163202047348, 0.04311147704720497, 0.05877471715211868, 0.049873147159814835, 0.003643305506557226, -0.008226060308516026, 0.0001526267733424902, 0.016085390001535416, 0.0056007374078035355, -0.0381813645362854, -0.04579943045973778, -0.04306670278310776, -0.05453167110681534, -0.04211248829960823, 0.005341089330613613, 0.0017023402033373713, -0.04913283884525299, -0.010801340453326702, 0.04472964629530907, 0.023818865418434143, 0.03816878795623779, 0.060898274183273315, 0.08157823979854584, 0.07956888526678085, 0.11072787642478943, 0.14492283761501312, 0.16210202872753143, 0.13057436048984528, 0.12887631356716156, 0.1644555926322937, 0.13954491913318634, 0.13699379563331604, 0.1011258214712143, 0.06026524677872658, 0.056180406361818314, 0.03693050518631935, 0.031987130641937256, 0.012180091813206673, -0.011692078784108162, 0.0005789484712295234, 0.042550865560770035, 0.010795680806040764, -0.05658864229917526, -0.030084917321801186, -0.04364671930670738, -0.02643905021250248, 0.013112572021782398, 9.968397353077307e-05, -0.008336776867508888, -0.044513314962387085, -0.08889886736869812, -0.08063498884439468, -0.09913516789674759, -0.11598124355077744, -0.1731213480234146, -0.15308980643749237, -0.15854455530643463, -0.1758749783039093, -0.1571691781282425, -0.1651790887117386, -0.20586131513118744, -0.294308602809906, -0.350251168012619, -0.3472112715244293, -0.3324693739414215, -0.2687188684940338, -0.23245222866535187, -0.23471759259700775, -0.26789504289627075, -0.26498937606811523, -0.20236293971538544, -0.26226019859313965, -0.32246866822242737, -0.24349457025527954, -0.14961236715316772, -0.1390487551689148, -0.12029608339071274, -0.10302744060754776, -0.12701140344142914, -0.15639838576316833, -0.13973559439182281, -0.11244311183691025, -0.11420592665672302, -0.09098981320858002, -0.016950877383351326, -0.09562405198812485, -0.16472205519676208, -0.12186524271965027, -0.1367248296737671, -0.1633661836385727, -0.10975693166255951, -0.05278627574443817, -0.10073696821928024, -0.10789110511541367, -0.030612943693995476, -0.057445794343948364, -0.07524632662534714, -0.04757983982563019, -0.04471556469798088, -0.06324654817581177, -0.06510887295007706, -0.04301358386874199, -0.07511159777641296, -0.10584504902362823, -0.07187075167894363, -0.03787059336900711, -0.048284802585840225, -0.07036127895116806, -0.020014451816678047, -0.03117462992668152, -0.11098137497901917, -0.09676018357276917, -0.04638480767607689, -0.1012544259428978, -0.15015779435634613, -0.11220584809780121, -0.1138729676604271, -0.17228388786315918, -0.14747393131256104, -0.157892107963562, -0.1733797788619995, -0.20875701308250427, -0.19802390038967133, -0.1962074488401413, -0.22095923125743866, -0.24085672199726105, -0.2953469753265381, -0.2886693775653839, -0.24170811474323273, -0.2436387836933136, -0.23995283246040344, -0.22617045044898987, -0.20844171941280365, -0.20235435664653778, -0.17102059721946716, -0.14333924651145935, -0.14565342664718628, -0.10812166333198547, -0.09696375578641891, -0.06350567936897278, -0.01608596183359623, -0.003646610304713249, 0.03498123213648796, 0.06741057336330414, 0.08128576725721359, 0.08476872742176056, -0.0036707676481455564, -0.038065649569034576, 0.004865557420998812, 0.004760514013469219, 0.07017543166875839, 0.1410963386297226, 0.18126180768013, 0.1637021005153656, 0.10821720212697983, 0.1455024778842926, 0.10768748819828033, 0.08182849735021591, 0.12546981871128082, 0.13508887588977814, 0.09908387809991837, 0.105683334171772, 0.11451481282711029, 0.08304526656866074, 0.01443847082555294, 0.029900051653385162, 0.021888427436351776, -0.011581205762922764, -0.05536229908466339, -0.0055029382929205894, -0.02997630648314953, -0.08859388530254364, -0.04610299691557884, -0.05898524820804596, -0.13303013145923615, -0.1238229051232338, -0.09602976590394974, -0.07108521461486816, -0.12288273125886917, -0.08854065090417862, -0.0459228977560997, -0.17869406938552856, -0.21918033063411713, -0.1878218799829483, -0.16678348183631897, -0.17762716114521027, -0.14795847237110138, -0.08588213473558426, -0.1611444354057312, -0.1968790888786316, -0.15873531997203827, -0.16560401022434235, -0.1872083842754364, -0.1576528400182724, -0.14526700973510742, -0.19312408566474915, -0.16861724853515625, -0.12956459820270538, -0.15300609171390533, -0.15531323850154877, -0.09332829713821411, -0.09197738021612167, -0.07742423564195633, -0.05288004130125046, -0.05559273436665535, -0.02134562097489834, -0.0039198026061058044, -0.02419479750096798, -0.003076094901189208, 0.03563817963004112, 0.027929183095693588, -0.008454859256744385, 0.06472525000572205, 0.10943335294723511, 0.0772676095366478, 0.09703075885772705, 0.13813254237174988, 0.11210304498672485, 0.0956902951002121, 0.10833107680082321, 0.07131969928741455, 0.02687888965010643, 0.09099780023097992, 0.12452437728643417, 0.06296563893556595, 0.07159087806940079, 0.10759273916482925, 0.08539198338985443, 0.06897799670696259, 0.03479805588722229, 0.07077547907829285, 0.08249276131391525, 0.05239579826593399, 0.07033943384885788, 0.09801232814788818, 0.11563707888126373, 0.09435689449310303, 0.10720699280500412, 0.1237715631723404, 0.11897899955511093, 0.10398013889789581, 0.09348378330469131, 0.0364573635160923, 0.04879041761159897, 0.12308456748723984, 0.09582974016666412, 0.01701383851468563, -0.016485000029206276, -0.015106192789971828, -0.06304902583360672, -0.057633209973573685, -0.029676910489797592, -0.020484482869505882, -0.027728280052542686, -0.05398949980735779, -0.041736166924238205, -0.04482899233698845, -0.09688987582921982, -0.06929019838571548, 0.0023029609583318233, -0.022257650271058083, 0.0016894900472834706, 0.002963828155770898, 0.009067509323358536, 0.03209364786744118, 0.08645986765623093, 0.09879232197999954, 0.09234785288572311, 0.07052597403526306, 0.10582302510738373, 0.14615507423877716, 0.1641014963388443, 0.14696793258190155, 0.11644523590803146, 0.12999890744686127, 0.14121447503566742, 0.1815856248140335, 0.23989981412887573, 0.19502614438533783, 0.15513545274734497, 0.13290856778621674, 0.14472173154354095, 0.12334893643856049, 0.13896790146827698, 0.15161307156085968, 0.1338801383972168, 0.0945829227566719, 0.12647400796413422, 0.15212678909301758, 0.11068081855773926, 0.07726430892944336, 0.08956890553236008, 0.07611965388059616, 0.05449981242418289, 0.04325509071350098, 0.09004347771406174, 0.09939508140087128, 0.10427385568618774, 0.14234472811222076, 0.2028457075357437, 0.1874089241027832, 0.17896708846092224, 0.21818549931049347, 0.19408170878887177, 0.168741375207901, 0.20212286710739136, 0.2757108509540558, 0.2580118179321289, 0.21956078708171844, 0.2879120409488678, 0.3035311996936798, 0.22689034044742584, 0.2414788007736206, 0.2545112669467926, 0.21538305282592773, 0.1770942658185959, 0.19278429448604584, 0.2120305746793747, 0.15066026151180267, 0.13432331383228302, 0.1732238084077835, 0.13779562711715698, 0.12948523461818695, 0.10670734196901321, 0.12457358092069626, 0.10679525136947632, 0.07830198109149933, 0.09892795234918594, 0.08381838351488113, 0.059212394058704376, 0.08718650788068771, 0.12621796131134033, 0.0829344242811203, -0.0074581848457455635, 0.03581976145505905, 0.10727585852146149, 0.08700625598430634, 0.10462449491024017, 0.13814683258533478, 0.09816263616085052, 0.07383733242750168, 0.10349202901124954, 0.11608120054006577, 0.08183852583169937, 0.04254189506173134, 0.07631700485944748, 0.08524780720472336, 0.07800285518169403, 0.10615702718496323, 0.14063166081905365, 0.1431635022163391, 0.11570905148983002, 0.11939316987991333, 0.13172794878482819, 0.13907977938652039, 0.14295481145381927, 0.1351100653409958, 0.1313806176185608, 0.14822912216186523, 0.10033012181520462, 0.08723225444555283, 0.03305337205529213, -0.0011120815761387348, 0.03762346878647804, 0.050916384905576706, 0.03558690845966339, 0.03046630322933197, 0.008961476385593414, -0.025370169430971146, -0.04331925883889198, -0.044217050075531006, -0.016357125714421272, -0.0022748317569494247, 0.003162956330925226, -0.012383303605020046, -0.02849019318819046, -0.019169095903635025, -0.07919712364673615, -0.11319125443696976, -0.09273059666156769, -0.1317741572856903, -0.08658982068300247, 0.00048098809202201664, -0.026849515736103058, -0.10229253768920898, -0.11471807956695557, -0.12852124869823456, -0.19991753995418549, -0.21021288633346558, -0.19789133965969086, -0.21879345178604126, -0.20992973446846008, -0.18479719758033752, -0.21777282655239105, -0.19894473254680634, -0.2271614372730255, -0.24522104859352112, -0.23233364522457123, -0.22367893159389496, -0.31521615386009216, -0.3214888870716095, -0.25527599453926086, -0.2928568124771118, -0.28373825550079346, -0.20677046477794647, -0.1693008691072464, -0.17944741249084473, -0.14279429614543915, -0.10905248671770096, -0.13910841941833496, -0.12009628862142563, -0.1073678582906723, -0.10627958923578262, -0.08744410425424576, -0.09578785300254822, -0.008429495617747307, 0.03603740036487579, 0.031509559601545334, 0.03462965041399002, 0.044935762882232666, 0.03459921479225159, 0.02315213344991207, 0.03797261789441109, 0.0629812702536583, 0.08224806934595108, 0.07612038403749466, 0.10367980599403381, 0.15817439556121826, 0.12952451407909393, 0.024736417457461357, -0.0049829944036901, 0.013978707604110241, -0.021863287314772606, 0.07241328805685043, 0.07467295974493027, 0.017247527837753296, 0.008033373393118382, 0.07613078504800797, 0.059873566031455994, 0.04976583644747734, 0.11146428436040878, 0.06332322210073471, -0.01026089582592249, 0.03182101622223854, 0.035213273018598557, 0.02811223827302456, 0.043975893408060074, -0.04622538760304451, -0.12883415818214417, -0.0210848618298769, 0.0779448077082634, 0.10233188420534134, 0.07048366963863373, -0.01875651814043522, -0.08954993635416031, 0.021897058933973312, 0.12086763232946396, 0.1843952089548111, 0.45470714569091797, -0.02257777936756611, -0.20103709399700165, 0.16391916573047638, 0.20933161675930023, 0.26543667912483215, 0.05350131914019585, -0.3217703104019165, -0.1508198082447052, 0.14903804659843445, 0.024020042270421982, 0.14937399327754974, 0.0023605027236044407, -0.1908339411020279, -0.30258870124816895, -0.3337240517139435, -0.2984391450881958, -0.09746597707271576, -0.45391231775283813, -1.0160489082336426, -0.9277232885360718, -0.19849692285060883, 0.3119679391384125, -0.07395659387111664, -0.6946183443069458, -0.9073457717895508, -0.6529020667076111, -0.4648166000843048, -0.4751496911048889, -0.3957647383213043, -0.11771804839372635, 0.2014715075492859, 0.07839038968086243, -0.16253449022769928, -0.22644414007663727, 0.05465641990303993, 0.42548587918281555, 0.4212687313556671, -0.025351068004965782, -0.25387027859687805, -0.03279554843902588, 0.27732810378074646, 0.46142274141311646, 0.2201177477836609, -0.16254229843616486, -0.26913899183273315, -0.30244526267051697, -0.11269602924585342, 0.05648423731327057, 0.09956474602222443, -0.03598218783736229, -0.16509948670864105, -0.3199889063835144, -0.2945358455181122, -0.1438448429107666, -0.05949913710355759, 0.05090705305337906, -0.18871542811393738, -0.3074950873851776, -0.21938419342041016, -0.06654403358697891, 0.007943609729409218, -0.11719508469104767, -0.3106488585472107, -0.4272875487804413, -0.2672785520553589, 0.015525324270129204, 0.13366122543811798, 0.038682740181684494, -0.08063249289989471, -0.10048051923513412, 0.07022671401500702, 0.20638501644134521, 0.15742571651935577, -0.00620063254609704, -0.014933024533092976, 0.12866578996181488, 0.29814791679382324, 0.31419071555137634, 0.20019283890724182, 0.11543118208646774, -0.05148668214678764, -0.10051852464675903, -0.06143278256058693, 0.010787533596158028, 0.007147636264562607, -0.05238289013504982, -0.08213632553815842, -0.10308779031038284, -0.10917938500642776, 0.0032876695040613413, 0.046235617250204086, -0.04742930084466934, -0.15190361440181732, -0.22844497859477997, -0.15104486048221588, -0.13792839646339417, -0.1174439787864685, -0.012119367718696594, 0.024920649826526642, -0.026327311992645264, -0.06004854291677475, -0.020971769466996193, 0.0022293166257441044, 0.01235629990696907, -0.074385866522789, -0.16440372169017792, -0.11738117039203644, -0.0005094846128486097, 0.07129068672657013, 0.13106673955917358, 0.16711924970149994, 0.15854674577713013, 0.1365494430065155, 0.16788269579410553, 0.15091755986213684, 0.13406793773174286, 0.1817437708377838, 0.16269002854824066, 0.08660123497247696, 0.1304890513420105, 0.19123277068138123, 0.18647828698158264, 0.13438603281974792, 0.016338607296347618, -0.010015947744250298, 0.04646429046988487, 0.09814657270908356, 0.1123872622847557, 0.06706946343183517, 0.006271339021623135, -0.02349942922592163, -0.023952854797244072, -0.025336170569062233, -0.06392183899879456, -0.04541070759296417, -0.06310249865055084, -0.09769439697265625, -0.14015428721904755, -0.15616407990455627, -0.17973652482032776, -0.19480116665363312, -0.1424485445022583, -0.15709559619426727, -0.19030876457691193, -0.18250031769275665, -0.12879925966262817, -0.09492962062358856, -0.06519528478384018, -0.05820693075656891, -0.1315639615058899, -0.19913741946220398, -0.19376240670681, -0.185434952378273, -0.1704874485731125, -0.12760671973228455, -0.11307500302791595, -0.09171295911073685, -0.047072190791368484, -0.04059930518269539, -0.09757652133703232, -0.10151515156030655, -0.06534327566623688, -0.06721065938472748, -0.011999571695923805, 0.04638617858290672, 0.023442257195711136, 0.05910499766469002, 0.06306453049182892, 0.044960055500268936, 0.05765165388584137, 0.016319511458277702, -0.012378406710922718, 0.01330188475549221, 0.10566176474094391, 0.127942755818367, 0.12008599191904068, 0.12981876730918884, 0.13852331042289734, 0.12072432041168213, 0.12053412199020386, 0.17397157847881317, 0.18798309564590454, 0.14778488874435425, 0.11724784225225449, 0.034153491258621216, 0.012215014547109604, 0.07530318200588226, 0.11763521283864975, 0.15169258415699005, 0.1864369511604309, 0.23810409009456635, 0.14085496962070465, 0.09184645861387253, 0.1490810662508011, 0.13633646070957184, 0.12358573824167252, 0.12370947748422623, 0.08628928661346436, 0.07843988388776779, 0.0255905631929636, 0.09230121970176697, 0.11489590257406235, 0.0684308335185051, 0.06389893591403961, -0.033752720803022385, -0.11193973571062088, -0.13797776401042938, -0.11657197773456573, -0.11702806502580643, -0.11099599301815033, -0.042479876428842545, -0.06376993656158447, -0.06773481518030167, 0.003965600393712521, 0.05959765240550041, 0.05267161875963211, -0.019982408732175827, -0.06705418974161148, -0.030575361102819443, -0.027582190930843353, 0.046301938593387604, 0.07263113558292389, 0.07511690258979797, 0.0956873819231987, 0.05426231771707535, 0.03244725242257118, 0.05667465925216675, 0.14513882994651794, 0.21339958906173706, 0.16930484771728516, 0.18115969002246857, 0.1915249526500702, 0.25057992339134216, 0.3341602087020874, 0.29442885518074036, 0.30423256754875183, 0.2524833679199219, 0.09324806928634644, 0.015240351669490337, 0.05151325464248657, 0.0806671679019928, 0.1118759885430336, 0.11677475273609161, 0.03257159888744354, -0.02358255162835121, 0.031147874891757965, 0.030028216540813446, -0.025518186390399933, 0.00028519632178358734, -0.02120564691722393, -0.03660571947693825, -0.013976824469864368, 0.05601431429386139, 0.06715697050094604, 0.08187127858400345, 0.04110805690288544, -0.023585813120007515, -0.04870057478547096, -0.04674556851387024, 0.00025709113106131554, 0.008747962303459644, 0.04748456925153732, 0.04978685826063156, 0.07378571480512619, 0.11960014700889587, 0.14855879545211792, 0.13152286410331726, 0.1265760213136673, 0.09183444082736969, 0.10025915503501892, 0.11856700479984283, 0.1743428260087967, 0.21602775156497955, 0.19865795969963074, 0.19227081537246704, 0.16920261085033417, 0.09064172953367233, 0.06274745613336563, 0.09444716572761536, 0.1372322142124176, 0.12264659255743027, 0.11680830270051956, 0.09873414039611816, 0.12399305403232574, 0.13533109426498413, 0.13721707463264465, 0.12414632737636566, 0.09963244199752808, 0.0911182090640068, 0.06458814442157745, 0.12416922301054001, 0.2081744223833084, 0.2123429924249649, 0.20231470465660095, 0.1789591908454895, 0.15633611381053925, 0.16731368005275726, 0.1494310051202774, 0.12387706339359283, 0.13596607744693756, 0.11493238806724548, 0.12969787418842316, 0.19585202634334564, 0.23232653737068176, 0.1824711263179779, 0.1407562494277954, 0.16621394455432892, 0.21628963947296143, 0.20911560952663422, 0.19944055378437042, 0.1270291656255722, 0.1263401210308075, 0.1552109718322754, 0.12760792672634125, 0.11001711338758469, 0.12523691356182098, 0.1418324112892151, 0.10648387670516968, 0.06532178074121475, 0.03185155242681503, 0.011809502728283405, 0.0457368865609169, 0.025894545018672943, 0.02667761966586113, 0.044553279876708984, 0.0812174379825592, 0.044899553060531616, 0.008357341401278973, 0.01557212881743908, 0.06315749883651733, 0.00012158931349404156, -0.024645309895277023, -0.009402213618159294, 0.02044086530804634, 0.08381104469299316, 0.05745628848671913, -0.011508869007229805, -0.005855335853993893, -0.011265303008258343, -0.05017106235027313, -0.07222364097833633, -0.07061882317066193, -0.008594886399805546, -0.016281820833683014, -0.033020175993442535, -0.025097714737057686, -0.03693823888897896, -0.06786444783210754, -0.1421975940465927, -0.13105571269989014, -0.09928493946790695, -0.11350121349096298, -0.08512649685144424, -0.03156100958585739, -0.08252240717411041, -0.06602021306753159, -0.08550090342760086, -0.12482314556837082, -0.12725277245044708, -0.1437547355890274, -0.10194384306669235, -0.07791896164417267, 0.012662737630307674, 0.04526364803314209, -0.017917344346642494, -0.034306008368730545, -0.010379675775766373, 0.013902697712182999, 0.02143200673162937, -0.06564649939537048, -0.08219213783740997, -0.00829688087105751, 0.033513251692056656, 0.03847191855311394, -0.06491341441869736, -0.07353585958480835, -0.11111755669116974, -0.117701955139637, -0.12044299393892288, -0.11821100860834122, -0.07401794195175171, -0.04499891400337219, -0.05961419269442558, -0.07890889793634415, -0.08801990002393723, -0.1306314617395401, -0.13146524131298065, -0.12316735833883286, -0.14249582588672638, -0.10148350894451141, -0.0624600425362587, -0.061930734664201736, -0.09655328840017319, -0.1124705895781517, -0.15140970051288605, -0.15368510782718658, -0.11696377396583557, -0.05962168052792549, -0.05947033688426018, -0.014498780481517315, -0.007644937839359045, -0.025426797568798065, -0.05361412093043327, -0.016077961772680283, -0.012036488391458988, -0.029247188940644264, -0.017649678513407707, -0.0226092878729105, -0.026507627218961716, -0.006710685323923826, -0.010299474000930786, -0.023639073595404625, -0.01716906949877739, -0.029968909919261932, -0.041596584022045135, -0.05437343195080757, -0.06707755476236343, -0.06849371641874313, -0.03314210847020149, -0.07892054319381714, -0.20528218150138855, -0.30171242356300354, -0.2790481746196747, -0.19772778451442719, -0.23029501736164093, -0.23575609922409058, -0.22986380755901337, -0.23289333283901215, -0.20548813045024872, -0.1495438665151596, -0.19852954149246216, -0.2533826529979706, -0.1794494241476059, -0.09210401773452759, -0.07689712196588516, -0.021969791501760483, 0.026554320007562637, 0.0002350470604142174, -0.03211376443505287, -0.002138676354661584, -0.012076851911842823, -0.07371460646390915, -0.014530335552990437, 0.01818818785250187, -0.05648889020085335, -0.07970375567674637, -0.07421299070119858, -0.12079441547393799, -0.11906077712774277, -0.05304696783423424, -0.029895754531025887, -0.08533263206481934, -0.06272410601377487, -0.013896855525672436, 0.01406168658286333, 0.02374972216784954, -0.040708839893341064, -0.09482921659946442, -0.15034912526607513, -0.11940045654773712, -0.06301603466272354, -0.0926324725151062, -0.14820758998394012, -0.14801421761512756, -0.11964759230613708, -0.1217980608344078, -0.18553313612937927, -0.17514200508594513, -0.179042786359787, -0.17572525143623352, -0.1667824536561966, -0.13672207295894623, -0.06741480529308319, 0.01305217295885086, 0.03633544594049454, 0.022830719128251076, 0.04648842290043831, 0.055120762437582016, 0.06624627113342285, 0.12935088574886322, 0.11761292070150375, 0.10068169236183167, 0.0860544741153717, 0.0578763373196125, 0.06146961823105812, 0.12411776930093765, 0.13471315801143646, 0.06588408350944519, 0.024866003543138504, 0.086430624127388, 0.0372709259390831, 0.05745628848671913, 0.1262737214565277, 0.08282089233398438, 0.025050174444913864, 0.033595532178878784, 0.0564923994243145, 0.10350321233272552, 0.09327073395252228, 0.018223129212856293, -0.04217735305428505, 0.01253687683492899, 0.05633695423603058, 0.054142117500305176, 0.07849869132041931, 0.06057637929916382, -0.03709907829761505, -0.033228203654289246, 0.03969663009047508, -0.0026602190919220448, 0.03154688701033592, 0.07172181457281113, 0.011899758130311966, -0.0959058478474617, -0.059923745691776276, 0.0016448082169517875, 0.009725121781229973, 0.047034852206707, 0.018500573933124542, -0.020326929166913033, 0.0045329853892326355, 0.039055921137332916, 0.02483179420232773, -0.02235262468457222, -0.02304718643426895, -0.026543552055954933, 0.005074717104434967, 0.009999803267419338, -0.06967506557703018, -0.10922669619321823, -0.050085101276636124, 0.0096341073513031, -0.047114916145801544, -0.08439724892377853, 0.0033070628996938467, 0.036688659340143204, 0.012383188121020794, -0.0014500152319669724, 0.0350794717669487, 0.14414748549461365, 0.09125565737485886, 0.05944414436817169, 0.06721667945384979, 0.1050911396741867, 0.13202355802059174, 0.07303488999605179, 0.043002307415008545, -0.01884148083627224, 0.00798113364726305, 0.03612760826945305, 0.07789985090494156, 0.09683402627706528, 0.009084542281925678, 0.029310045763850212, 0.05953497812151909, -0.0019006702350452542, -0.006804528646171093, 0.009974062442779541, 0.023550501093268394, -0.006701430771499872, 0.005739355459809303, 0.015211077407002449, -0.029344141483306885, -0.05257312208414078, -0.025671593844890594, -0.045646630227565765, -0.04546339437365532, -0.03240305930376053, -0.04768669605255127, -0.04978307709097862, -0.0033403963316231966, 0.013348149135708809, -0.00396764138713479, -0.016682064160704613, -0.03417157754302025, -0.03529507666826248, 0.009123539552092552, 0.08362946659326553, 0.05471454933285713, 0.011155815795063972, 0.0532887801527977, 0.09672881662845612, 0.1091531440615654, 0.12023274600505829, 0.09852410107851028, 0.020668381825089455, 0.028731338679790497, 0.08288818597793579, 0.09296844899654388, 0.07442893832921982, 0.0786006823182106, 0.04295492172241211, 0.013872123323380947, 0.049085211008787155, 0.041908279061317444, 0.07003103941679001, 0.07596290111541748, 0.0658659115433693, 0.07781286537647247, 0.14944647252559662, 0.2249259054660797, 0.2256649136543274, 0.20311380922794342, 0.16676762700080872, 0.12469217926263809, 0.1558261513710022, 0.21424910426139832, 0.21476039290428162, 0.21535596251487732, 0.21759283542633057, 0.20626239478588104, 0.19523808360099792, 0.25289493799209595, 0.2641555070877075, 0.1672811061143875, 0.1270725280046463, 0.15867440402507782, 0.19174669682979584, 0.17060546576976776, 0.14362455904483795, 0.1183832436800003, 0.13433369994163513, 0.1405109465122223, 0.07253959029912949, 0.026538876816630363, -0.0016104266978800297, -0.0056328983046114445, -0.019356142729520798, -0.06462644040584564, -0.08802629262208939, -0.08946849405765533, -0.032411132007837296, -0.010647316463291645, -0.018229490146040916, -0.04603027552366257, -0.06886759400367737, -0.09613917768001556, -0.037135910242795944, -0.04095445200800896, -0.027190914377570152, -0.05854462459683418, -0.045877642929553986, -0.0030466716270893812, -0.03208298608660698, -0.039660289883613586, -0.12326613068580627, -0.1809106320142746, -0.0952346920967102, -0.027318740263581276, 0.028117751702666283, 0.03992544114589691, 0.012486983090639114, 0.01005519274622202, -0.010818934068083763, -0.014000560157001019, -0.08635043352842331, -0.17215248942375183, -0.1959352046251297, -0.17004403471946716, -0.10533543676137924, -0.040728434920310974, -0.02593226172029972, -0.027239719405770302, -0.04414743185043335, -0.11384020000696182, -0.1591065526008606, -0.14506827294826508, -0.0719212219119072, -0.026011740788817406, -0.04329456388950348, -0.06535498797893524, -0.08108381927013397, -0.06563297659158707, -0.03931032493710518, -0.05904028192162514, -0.023722752928733826, -0.06102981045842171, -0.03512200340628624, -0.02089972235262394, -0.020305192098021507, 0.026143677532672882, 0.005596322473138571, 0.05593429133296013, 0.08158673346042633, 0.045655377209186554, 0.0770643875002861, 0.10255194455385208, 0.10548940300941467, 0.02707652375102043, 0.039362356066703796, 0.01421231310814619, -0.04813922569155693, 0.004637586418539286, -0.021682824939489365, -0.0585596077144146, -0.039457205682992935, -0.07381587475538254, -0.12459345906972885, -0.13417083024978638, -0.09352797269821167, -0.08808428049087524, -0.1273774355649948, -0.12300880998373032, -0.083412304520607, -0.07531153410673141, -0.029870441183447838, -0.02928684838116169, -0.021924909204244614, 0.02003294974565506, 0.017063111066818237, 0.029053445905447006, 0.03471687063574791, 0.028820978477597237, 0.08650315552949905, 0.09040079265832901, 0.09461702406406403, 0.10557614266872406, 0.14836974442005157, 0.19575345516204834, 0.1820826530456543, 0.13397076725959778, 0.13905547559261322, 0.19349761307239532, 0.18466435372829437, 0.19495128095149994, 0.23031070828437805, 0.1739840805530548, 0.1260635107755661, 0.09205351024866104, 0.1523691713809967, 0.17015522718429565, 0.15106698870658875, 0.06727387756109238, -0.015781424939632416, -0.010439847595989704, -0.016065841540694237, -0.03334752842783928, -0.03529014810919762, -0.08139760047197342, -0.11351002007722855, -0.13645125925540924, -0.1944526731967926, -0.2412189096212387, -0.20074737071990967, -0.15508562326431274, -0.13341298699378967, -0.12002485990524292, -0.1270664483308792, -0.12188224494457245, -0.10364032536745071, -0.10039900243282318, -0.1360800415277481, -0.20798642933368683, -0.15266543626785278, -0.07251974195241928, -0.06691586971282959, -0.09557904303073883, -0.10228218883275986, -0.14160597324371338, -0.17684318125247955, -0.11400572210550308, -0.12325340509414673, -0.09426236897706985, -0.11010811477899551, -0.15958446264266968, -0.1276184767484665, -0.09862666577100754, -0.11115331202745438, -0.14869879186153412, -0.16894792020320892, -0.19336773455142975, -0.1779884248971939, -0.10323691368103027, -0.048015885055065155, -0.0817544236779213, -0.07534011453390121, -0.029778288677334785, -0.00854726042598486, -0.026197025552392006, -0.029692720621824265, 0.01903822273015976, 0.03678743541240692, 0.022394543513655663, -0.013263052329421043, 0.02254972979426384, 0.006294382736086845, 0.028214210644364357, -0.030493933707475662, -0.012582986615598202, 0.00569217000156641, -0.07843486219644547, -0.08219586312770844, -0.046459320932626724, -0.060683246701955795, 0.0019313003867864609, -0.014859907329082489, -0.07067989557981491, -0.02795146033167839, 0.004433132708072662, -0.017308341339230537, -0.043033622205257416, -0.09413755685091019, -0.09479805082082748, -0.05614681541919708, 0.04238224774599075, 0.00833076611161232, -0.09386738389730453, -0.044262830168008804, -0.04209515079855919, -0.06782585382461548, 0.0399136021733284, -0.051059309393167496, -0.0212820153683424, 0.017514433711767197, 0.012634268961846828, 0.12198611348867416, 0.1770680695772171, 0.10039962083101273, 0.042104676365852356, 0.12405521422624588, 0.13747775554656982, 0.014361930079758167, 0.004950970411300659, 0.023944150656461716, 0.17841261625289917, 0.2647787630558014, 0.06410112231969833, 0.011697007343173027, 0.009656877256929874, -0.05131169408559799, -0.0704805999994278, -0.2118609994649887, -0.2544134557247162, -0.12641622126102448, -0.1560715138912201, -0.23908250033855438, -0.14480002224445343, -0.11587214469909668, -0.3388303816318512, -0.2922247052192688, -0.15967968106269836, -0.30290287733078003, -0.22410698235034943, -0.16224999725818634, -0.28875264525413513, -0.21163494884967804, -0.09953150153160095, -0.1903233379125595, -0.2628544270992279, -0.17809344828128815, -0.12837351858615875, -0.2095181941986084, -0.17307206988334656, -0.06741872429847717, -0.05593949183821678, -0.12186479568481445, -0.1263546198606491, 0.05942998826503754, 0.08248873054981232, 0.01309856679290533, 0.09462818503379822, 0.11906272172927856, -0.03215809911489487, -0.05023330822587013, -0.04672630876302719, -0.029825154691934586, 0.038918234407901764, 0.030052967369556427, -0.042476337403059006, 0.10542955994606018, 0.10884582996368408, -0.011570632457733154, 0.21111750602722168, 0.3358190357685089, 0.17434345185756683, 0.1878441870212555, 0.26691901683807373, 0.3010087311267853, 0.24456635117530823, 0.3197346031665802, 0.3894776701927185, 0.2040252387523651, 0.08851291984319687, 0.07250729203224182, 0.07594306021928787, 0.026833275333046913, 0.039782993495464325, 0.02437479980289936, -0.07045289874076843, -0.09121579676866531, -0.002941519021987915, -0.09532700479030609, -0.09313990920782089, -0.016910545527935028, -0.06532411277294159, -0.10685037821531296, -0.0518869087100029, -0.033610422164201736, -0.09069661796092987, -0.11933963000774384, -0.017825083807110786, 0.014731948263943195, 0.002623022999614477, 0.07999928295612335, 0.0790533646941185, 0.021382197737693787, 0.010821868665516376, 0.047894056886434555, 0.06882995367050171, 0.0629803016781807, 0.1548704206943512, 0.2542887032032013, 0.2004837840795517, 0.13195151090621948, 0.16993862390518188, 0.16063089668750763, 0.1881500482559204, 0.2166653275489807, 0.17296673357486725, 0.14138545095920563, 0.2186780720949173, 0.23534099757671356, 0.21208533644676208, 0.2904643416404724, 0.2719213664531708, 0.1315043717622757, 0.11207330226898193, 0.1428520828485489, 0.07295666635036469, 0.10364902764558792, 0.20722641050815582, 0.15802305936813354, 0.15248937904834747, 0.22816433012485504, 0.20519207417964935, 0.11748529970645905, 0.11576782166957855, 0.15159669518470764, 0.12487207353115082, 0.11911522597074509, 0.1313866525888443, 0.015929490327835083, 0.011842948384582996, 0.10970266163349152, 0.02263890579342842, -0.11485452950000763, -0.05141722410917282, -0.02478948049247265, -0.10205432772636414, 0.009265562519431114, -0.0004425127699505538, -0.03689896687865257, 0.014616298489272594, 0.001533270231448114, -0.05714434012770653, -0.029608678072690964, -0.03125213086605072, -0.04987167567014694, -0.04625367745757103, -0.0638539269566536, -0.12268343567848206, -0.08286590129137039, -0.015137563459575176, -0.03691156581044197, -0.10030312091112137, -0.05592435598373413, -0.021515438333153725, -0.009626751765608788, -0.008313748985528946, -0.04582306742668152, 0.026041962206363678, 0.07766269147396088, 0.061702627688646317, 0.06153952330350876, 0.11499664932489395, 0.05408394709229469, 0.05501950532197952, 0.09211035817861557, 0.08012496680021286, 0.05880093574523926, 0.10743352025747299, 0.10699407011270523, -0.010866847820580006, -0.006478977855294943, 0.05911681056022644, 0.04599650949239731, 0.07657033950090408, 0.08053445816040039, -0.016017736867070198, -0.0005325612146407366, 0.054673369973897934, -0.021621806547045708, 0.016238035634160042, 0.06269434839487076, -0.017536189407110214, -0.07234971225261688, -0.016049101948738098, -0.03877510130405426, -0.08832104504108429, -0.028149466961622238, -0.019409162923693657, -0.07863062620162964, -0.042351607233285904, -0.01594109646975994, -0.03365819528698921, -0.0817791298031807, -0.03696928918361664, -0.019788136705756187, -0.03880928084254265, -0.027761004865169525, -0.021992769092321396, -0.034005675464868546, -0.05358048155903816, -0.030976606532931328, -0.03650786727666855, -0.018239904195070267, -0.012872694060206413, -0.03313780575990677, -0.06943663209676743, -0.09816814213991165, -0.06802961975336075, -0.028797900304198265, -0.05127917602658272, 0.010851741768419743, 0.014562658034265041, 0.010283689945936203, 0.04968781769275665, 0.019731538370251656, 0.0028068372048437595, 0.056926194578409195, 0.0509086549282074, 0.01922588422894478, 0.024607976898550987, 0.075924813747406, 0.09079800546169281, 0.05778773874044418, 0.039201218634843826, 0.018666455522179604, 0.0382794626057148, 0.0003986887459177524, -0.04806189239025116, -0.055110733956098557, 0.011267699301242828, -0.01944522187113762, -0.0015669077401980758, 0.0038901406805962324, -0.05481334775686264, -0.1389063149690628, -0.11082829535007477, -0.07932080328464508, -0.1304355263710022, -0.16749021410942078, -0.12873396277427673, -0.17705805599689484, -0.16612814366817474, -0.08171959966421127, -0.07238155603408813, -0.1500123292207718, -0.17317034304141998, -0.18681882321834564, -0.12790431082248688, -0.07364344596862793, -0.008085006847977638, -0.0906280055642128, -0.13900522887706757, -0.12472289800643921, -0.1941266506910324, -0.15803557634353638, -0.11303993314504623, -0.14736464619636536, -0.11727942526340485, -0.11767366528511047, -0.18550927937030792, -0.15803080797195435, -0.17020857334136963, -0.139211043715477, -0.0908430963754654, -0.1478816270828247, -0.1503962129354477, -0.13273555040359497, -0.15140265226364136, -0.15314199030399323, -0.1377340853214264, -0.14142856001853943, -0.17763489484786987, -0.11814537644386292, -0.155706524848938, -0.12331289052963257, -0.09305419027805328, -0.10496114194393158, -0.12323818355798721, -0.0839015543460846, -0.05503185838460922, -0.07540781050920486, -0.060426272451877594, -0.004678655881434679, -0.01589435525238514, -0.05936656892299652, -0.05916225537657738, -0.024010436609387398, 0.042699601501226425, 0.015344773419201374, 0.010336103849112988, 0.016529100015759468, 0.04428171366453171, 0.08805391192436218, 0.009321583434939384, -0.019128678366541862, -0.049302246421575546, -0.08361415565013885, -0.07037360221147537, -0.02311210334300995, -0.002223533345386386, -0.014267257414758205, -0.06001193821430206, -0.0825888067483902, -0.07575119286775589, -0.055706821382045746, -0.04067843779921532, -0.018333675339818, -0.015117993578314781, -0.062333088368177414, -0.00837038829922676, 0.00013732415391132236, 0.008586982265114784, 0.0421283021569252, 0.03531821444630623, 0.00533556193113327, -0.00016917540051508695, 0.0131071787327528, 0.04379674792289734, 0.0704919621348381, 0.08992161601781845, 0.12882879376411438, 0.12386331707239151, 0.15054139494895935, 0.17008842527866364, 0.13655363023281097, 0.15574882924556732, 0.19664756953716278, 0.12127109616994858, 0.1036495566368103, 0.17327623069286346, 0.15066935122013092, 0.10392757505178452, 0.13011270761489868, 0.11300069093704224, 0.10355111956596375, 0.05403639376163483, 0.0515524186193943, 0.042455561459064484, 0.047736022621393204, 0.06090964376926422, 0.03491952270269394, 0.019102761521935463, 0.059751491993665695, 0.07667455822229385, 0.06059317663311958, 0.04902511462569237, 0.06274054944515228, 0.027905240654945374, 0.02960645779967308, 0.05456729233264923, 0.061174649745225906, 0.0130619490519166, 0.011262714862823486, 0.02480553276836872, -0.03538685292005539, -0.06685306131839752, -0.0833338275551796, -0.0794801339507103, -0.06434810906648636, -0.09502879530191422, -0.12018504738807678, -0.14027053117752075, -0.15305624902248383, -0.13581258058547974, -0.15518181025981903, -0.1480002999305725, -0.1319376826286316, -0.15944014489650726, -0.1625845581293106, -0.1707940399646759, -0.15490548312664032, -0.16522487998008728, -0.1943896859884262, -0.17644084990024567, -0.20459724962711334, -0.17430542409420013, -0.09202781319618225, -0.11910342425107956, -0.14415226876735687, -0.09671995788812637, -0.09730467945337296, -0.10634870082139969, -0.016203412786126137, -0.017815273255109787, -0.049726273864507675, 0.004066133871674538, 0.028270471841096878, 0.040205635130405426, 0.06673117727041245, 0.13082674145698547, 0.10493579506874084, 0.06368417292833328, 0.06670461595058441, 0.10654985159635544, 0.07649160921573639, 0.04751653969287872, 0.023748135194182396, 0.023445839062333107, 0.060763098299503326, 0.08845940977334976, 0.12503285706043243, 0.08741860836744308, 0.04634653404355049, 0.07697060704231262, 0.09170705825090408, 0.0753641203045845, 0.0766090676188469, 0.05165273696184158, 0.010319448076188564, 0.0336131751537323, 0.07484515756368637, 0.052694279700517654, 0.042907845228910446, 0.041744355112314224, 0.06361404061317444, 0.05927467346191406, 0.11827514320611954, 0.153516948223114, 0.13414941728115082, 0.15480230748653412, 0.18598048388957977, 0.1703742891550064, 0.16472364962100983, 0.14232948422431946, 0.15200622379779816, 0.1444525122642517, 0.20843002200126648, 0.16625703871250153, 0.0956631600856781, 0.15340961515903473, 0.20733924210071564, 0.19719818234443665, 0.1846722811460495, 0.19735300540924072, 0.17735490202903748, 0.19391849637031555, 0.21811045706272125, 0.20879146456718445, 0.2031215876340866, 0.170619398355484, 0.0982489138841629, 0.10670597106218338, 0.15684671700000763, 0.14431560039520264, 0.13089758157730103, 0.12638460099697113, 0.08027803897857666, 0.08426561206579208, 0.08446776121854782, 0.056472212076187134, 0.06956490129232407, 0.07276368886232376, 0.06888961046934128, 0.08522853255271912, 0.05656330659985542, 0.082249216735363, 0.11130563169717789, 0.07908502221107483, 0.04191447049379349, 0.05182547867298126, 0.08895422518253326, 0.040415942668914795, 0.022669395431876183, 0.08204483240842819, 0.041425809264183044, 0.029423128813505173, 0.12060942500829697, 0.14185786247253418, 0.09076619893312454, 0.07512139528989792, 0.07596869021654129, 0.13560308516025543, 0.14753010869026184, 0.1474655717611313, 0.13225333392620087, 0.09123419970273972, 0.11686310172080994, 0.16152459383010864, 0.11077038198709488, 0.08675725758075714, 0.10987438261508942, 0.07538612186908722, 0.019939683377742767, 0.05015992373228073, 0.07555420696735382, 0.017797769978642464, 0.022587178274989128, 0.03896750882267952, -0.016199709847569466, -0.04119737818837166, -0.08129572868347168, -0.0804397463798523, -0.04433588683605194, -0.04309915006160736, -0.12272880226373672, -0.10095442831516266, -0.043566327542066574, -0.04524244740605354, -0.04680904746055603, -0.0384398028254509, -0.07454674690961838, -0.10002780705690384, -0.03795245289802551, -0.015551489777863026, -0.03506646677851677, -0.013489864766597748, 0.025817304849624634, 0.022213732823729515, 0.017951779067516327, 0.04230578616261482, 0.057567961513996124, 0.057258520275354385, 0.0633736252784729, 0.07145503908395767, 0.039009567350149155, 0.015139348804950714, 0.05140989273786545, 0.07885673642158508, 0.09381741285324097, 0.08351969718933105, 0.07685066759586334, 0.05484567582607269, 0.06569593399763107, 0.09457028657197952, 0.09169524908065796, 0.07255985587835312, 0.024962862953543663, 0.0586058609187603, 0.10911817103624344, 0.07072334736585617, 0.09501689672470093, 0.0961482971906662, 0.06343850493431091, 0.05806032940745354, 0.04967931658029556, 0.038322679698467255, 0.03649529814720154, 0.03862999752163887, 0.025060541927814484, -0.014516935683786869, 0.002962570870295167, -0.024567831307649612, 0.0453241765499115, 0.10591153800487518, 0.03721664845943451, 0.02018658258020878, 0.0694132149219513, 0.03780197724699974, 0.019391534850001335, 0.05883760750293732, 0.04779088497161865, -0.001679673558101058, -0.0007325170445255935, 0.03731008619070053, 0.018662190064787865, 0.01966387778520584, -0.006270101759582758, -0.061367832124233246, -0.038000259548425674, -0.04834252595901489, -0.04887624830007553, -0.048615846782922745, -0.06451398134231567, -0.07367999851703644, -0.053995974361896515, -0.04810165986418724, -0.049622032791376114, -0.0513504333794117, -0.09634524583816528, -0.0896010771393776, -0.09392289817333221, -0.10076631605625153, -0.10481845587491989, -0.065969318151474, -0.04533909633755684, -0.012635251507163048, 0.009332448244094849, -0.07669638097286224, -0.07119172066450119, -0.039413534104824066, -0.07590138167142868, -0.0784008800983429, -0.0876561850309372, -0.12316909432411194, -0.14523650705814362, -0.06518470495939255, -0.06903624534606934, -0.0994664654135704, -0.06276410818099976, -0.12228433042764664, -0.17877249419689178, -0.14229716360569, -0.1842852532863617, -0.1765647828578949, -0.12176409363746643, -0.10533546656370163, -0.12641459703445435, -0.13272924721240997, -0.05874067544937134, -0.09057768434286118, -0.1032465323805809, -0.09026876091957092, -0.12100106477737427, -0.08905771374702454, -0.1302921324968338, -0.14177252352237701, -0.15125037729740143, -0.17356176674365997, -0.14294745028018951, -0.11792347580194473, -0.1674986332654953, -0.1671774983406067, -0.15881195664405823, -0.15745019912719727, -0.14592473208904266, -0.08463549613952637, -0.12389293313026428, -0.12096180766820908, -0.04810332879424095, -0.03264911472797394, -0.02323331870138645, 0.025752326473593712, 0.020775895565748215, -0.0023745798971503973, 0.03742079809308052, 0.002281471388414502, -0.028686005622148514, 0.004384140949696302, 0.017606614157557487, -0.042057812213897705, -0.02229536697268486, 0.0339914970099926, 0.034833963960409164, 0.041931990534067154, 0.05448233336210251, 0.04594510421156883, 0.05464918911457062, 0.08761238306760788, 0.05578252300620079, 0.00391616765409708, -0.027687884867191315, -0.029926583170890808, -0.0052263750694692135, -0.03339938819408417, -0.09256916493177414, -0.10010873526334763, -0.10547887533903122, -0.08753970265388489, -0.07396339625120163, -0.08858288079500198, -0.10033009946346283, -0.09365992248058319, -0.0816967561841011, -0.07978521287441254, -0.08691301941871643, -0.049425408244132996, -0.05200418457388878, -0.03902145102620125, -0.03213397413492203, -0.03676075488328934, -0.0663360133767128, -0.09315000474452972, -0.07664540410041809, -0.05775383114814758, -0.06042373925447464, -0.07602035254240036, -0.08550261706113815, -0.05778900906443596, -0.052064377814531326, -0.0291674192994833, -0.01149066723883152, -0.04799068346619606, -0.09156210720539093, -0.10908961296081543, -0.07988419383764267, -0.07043807208538055, -0.07239536195993423, -0.050875891000032425, -0.043329257518053055, -0.06209389492869377, -0.056939613074064255, -0.06349434703588486, -0.0765826553106308, -0.05207341909408569, -0.07373017072677612, -0.10631100833415985, -0.1214652881026268, -0.13334082067012787, -0.14811260998249054, -0.1216212660074234, -0.11130206286907196, -0.11188389360904694, -0.09829827398061752, -0.1050105169415474, -0.1465366631746292, -0.14705553650856018, -0.10213562846183777, -0.12528002262115479, -0.191619873046875, -0.16365283727645874, -0.18091493844985962, -0.2249213308095932, -0.20227766036987305, -0.1750396192073822, -0.20633773505687714, -0.21835701167583466, -0.2260744869709015, -0.2333356887102127, -0.2535041868686676, -0.21021750569343567, -0.17426086962223053, -0.21530665457248688, -0.23467707633972168, -0.1806846261024475, -0.19421008229255676, -0.16322068870067596, -0.11141824722290039, -0.13316473364830017, -0.17899049818515778, -0.19058962166309357, -0.1178567185997963, -0.10905186831951141, -0.0592309795320034, -0.07191400229930878, -0.0995829626917839, -0.08883645385503769, -0.07708568125963211, -0.09232883155345917, -0.05830174684524536, -0.08015871793031693, -0.11424572765827179, -0.10360576212406158, -0.05597962439060211, -0.022052520886063576, -0.02527780830860138, -0.01879243366420269, -0.01835019700229168, -0.031482379883527756, -0.0021822566632181406, 0.004456853028386831, -0.009153707884252071, 0.015401412732899189, 0.04392364248633385, 0.03934046998620033, 0.09199258685112, 0.06926325708627701, 0.054979439824819565, 0.02496577613055706, 0.022425400093197823, 0.055522944778203964, -0.023314015939831734, -0.03332823887467384, 0.0394478403031826, -0.009009047411382198, 0.0009667245321907103, 0.019663339480757713, -0.048384394496679306, -0.07483138144016266, -0.05521630495786667, -0.007853841409087181, -0.03976071625947952, -0.04538773000240326, -0.012826121412217617, 0.055839281529188156, 0.1075311228632927, 0.12597757577896118, 0.10312016308307648, 0.08561264723539352, 0.10452287644147873, 0.14706453680992126, 0.12678463757038116, 0.10975272953510284, 0.12141239643096924, 0.10999640822410583, 0.0761009007692337, 0.06220700219273567, 0.03194476291537285, 0.04842295125126839, 0.04689721390604973, 0.06811577826738358, 0.020383650436997414, 0.01247434876859188, 0.06355291604995728, 0.059039052575826645, 0.03528061509132385, 0.046050217002630234, -0.0003882332530338317, 0.015570426359772682, 0.01670312136411667, -0.020598547533154488, -0.009538356214761734, -0.025236908346414566, -0.02861900068819523, -0.038885533809661865, -0.04096091166138649, -0.024216199293732643, -0.031332872807979584, -0.040734972804784775, -0.045004699379205704, -0.050175633281469345, -0.03760313615202904, -0.04177397862076759, -0.049370381981134415, -0.10107510536909103, -0.09976350516080856, -0.0723520815372467, -0.11457153409719467, -0.10514961183071136, -0.03552785515785217, -0.048140738159418106, -0.0748441070318222, -0.10798883438110352, -0.10360494256019592, -0.053553398698568344, -0.1058773398399353, -0.09289699047803879, -0.03839150443673134, -0.036079976707696915, -0.05054474249482155, -0.03131033107638359, 0.002093671588227153, 0.006248621270060539, 0.04790386185050011, 0.061123985797166824, 0.048129934817552567, 0.10516077280044556, 0.12285958975553513, 0.15028665959835052, 0.1559356451034546, 0.1161268800497055, 0.09622236341238022, 0.10677878558635712, 0.07870028913021088, 0.08258386701345444, 0.10621576756238937, 0.12181022763252258, 0.13918820023536682, 0.11761365085840225, 0.12544424831867218, 0.14605285227298737, 0.12484137713909149, 0.1348828673362732, 0.13612835109233856, 0.17349357903003693, 0.1869046837091446, 0.16290493309497833, 0.19705776870250702, 0.2150886207818985, 0.22872574627399445, 0.2251499742269516, 0.20918068289756775, 0.1980791538953781, 0.1762310266494751, 0.09031502902507782, 0.11137081682682037, 0.14756281673908234, 0.12012442201375961, 0.16435441374778748, 0.172416090965271, 0.14024774730205536, 0.14217671751976013, 0.12919218838214874, 0.1262613832950592, 0.14708948135375977, 0.17235086858272552, 0.15810626745224, 0.15427349507808685, 0.19105158746242523, 0.20151156187057495, 0.19700933992862701, 0.2205728143453598, 0.2492951601743698, 0.20258773863315582, 0.18785211443901062, 0.2360224574804306, 0.16064541041851044, 0.1361960470676422, 0.13619886338710785, 0.08299326151609421, 0.13079319894313812, 0.13295991718769073, 0.08753687888383865, 0.10071740299463272, 0.11039659380912781, 0.04848173260688782, 0.019523780792951584, 0.04816737025976181, 0.029644565656781197, 0.003023398108780384, -0.025222226977348328, -0.020930757746100426, 0.012281996197998524, -0.0044753775000572205, -0.016875984147191048, -0.012270975857973099, 0.003655838081613183, 0.04845922440290451, 0.07993726432323456, 0.06424690783023834, 0.07714007794857025, 0.079255610704422, 0.0682969018816948, 0.11762145161628723, 0.1419839709997177, 0.1392926722764969, 0.1475534290075302, 0.11260052025318146, 0.11309200525283813, 0.14477308094501495, 0.13873639702796936, 0.1335340142250061, 0.10933704674243927, 0.05197475478053093, 0.08193012326955795, 0.13152191042900085, 0.09892699122428894, 0.07720951735973358, 0.10205893218517303, 0.056165196001529694, 0.05984456464648247, 0.09648957848548889, 0.10888325423002243, 0.1155611202120781, 0.09983880817890167, 0.13986827433109283, 0.1448449045419693, 0.15248335897922516, 0.13626638054847717, 0.07505619525909424, 0.041025783866643906, 0.036338191479444504, -0.01493414118885994, -0.07086355239152908, -0.17514383792877197, -0.7115951180458069, -0.9788784384727478, -0.8228122591972351, -0.9350711703300476, -1.1194722652435303, -1.4394800662994385, -1.5460622310638428, -1.343138337135315, -0.9424371123313904, -0.45416978001594543, -0.10100612789392471, 0.09095925837755203, 0.4251214265823364, 0.9738104939460754, 1.4926689863204956, 1.8357139825820923, 2.0418052673339844, 2.0771613121032715, 2.1408095359802246, 2.0495400428771973, 2.001162528991699, 1.9114634990692139, 1.658645749092102, 1.3570685386657715, 0.9918308258056641, 0.7101882100105286, 0.4772241413593292, 0.2708401083946228, 0.04485594853758812, -0.1559687852859497, -0.2317134141921997, -0.30081164836883545, -0.3146028220653534, -0.3090430498123169, -0.3145003914833069, -0.32826870679855347, -0.22764216363430023, -0.14760592579841614, -0.0862012654542923, -0.05364198237657547, -0.07087614387273788, -0.075201116502285, -0.11061349511146545, -0.1355690360069275, -0.15654948353767395, -0.2352863997220993, -0.26969948410987854, -0.31537893414497375, -0.38635584712028503, -0.34928715229034424, -0.34097254276275635, -0.42487213015556335, -0.4915500283241272, -0.49621060490608215, -0.5473033785820007, -0.568037748336792, -0.526473879814148, -0.4746452569961548, -0.4837650954723358, -0.436959832906723, -0.41849249601364136, -0.3439827263355255, -0.1521209180355072, 0.009115532971918583, 0.12390131503343582, 0.23868826031684875, 0.36432886123657227, 0.5125058889389038, 0.6482877731323242, 0.7239099144935608, 0.7699472308158875, 0.7835419774055481, 0.8132616877555847, 0.8307879567146301, 0.8578564524650574, 0.8241795897483826, 0.6530223488807678, 0.521197497844696, 0.3609313666820526, 0.15611982345581055, 0.013544540852308273, -0.14078742265701294, -0.29687443375587463, -0.41380956768989563, -0.5624133348464966, -0.6189648509025574, -0.6933392882347107, -0.764359712600708, -0.7218189835548401, -0.755009114742279, -0.7779289484024048, -0.664743185043335, -0.679701030254364, -0.6425189971923828, -0.5195621848106384, -0.4406844675540924, -0.37870991230010986, -0.3423035144805908, -0.31566163897514343, -0.31535929441452026, -0.2654796540737152, -0.278479665517807, -0.2789148986339569, -0.2206706702709198, -0.25419244170188904, -0.2799493372440338, -0.2793187201023102, -0.24032184481620789, -0.24458909034729004, -0.2246035784482956, -0.18860727548599243, -0.2186267077922821, -0.17402568459510803, -0.09666269272565842, -0.046138811856508255, 0.01232705544680357, 0.10075932741165161, 0.17938823997974396, 0.23764856159687042, 0.2872762978076935, 0.33083057403564453, 0.3583716154098511, 0.4044497013092041, 0.45732489228248596, 0.46666669845581055, 0.4431355595588684, 0.47127726674079895, 0.46036696434020996, 0.35465875267982483, 0.348638117313385, 0.2567269206047058, 0.1533733606338501, 0.1315217912197113, 0.02868298627436161, -0.015760116279125214, -0.008398614823818207, -0.15534783899784088, -0.2187167853116989, -0.2455851286649704, -0.33817005157470703, -0.3527880609035492, -0.38837921619415283, -0.4312460720539093, -0.3923536241054535, -0.4095726013183594, -0.3813520669937134, -0.3348318636417389, -0.34181949496269226, -0.3257785141468048, -0.296882301568985, -0.29452940821647644, -0.26974695920944214, -0.2422814667224884, -0.27339208126068115, -0.21377727389335632, -0.20525330305099487, -0.22690200805664062, -0.1865399181842804, -0.21153591573238373, -0.18070118129253387, -0.17003051936626434, -0.22115932404994965, -0.20492374897003174, -0.13829301297664642, -0.0991709753870964, -0.05436968430876732, -0.09480604529380798, -0.05580833926796913, 0.02918568253517151, 0.026510784402489662, 0.048608191311359406, 0.026517346501350403, 0.01456371508538723, 0.01199416909366846, 0.026836853474378586, 0.012547326274216175, -0.012188605032861233, -0.002726056845858693, 0.015778809785842896, -0.004781808704137802, -0.047078460454940796, -0.016763897612690926, -0.05089137330651283, -0.08408066630363464, -0.10591329634189606, -0.17043103277683258, -0.2516360282897949, -0.25378847122192383, -0.28440457582473755, -0.2999795079231262, -0.34735357761383057, -0.3349721431732178, -0.2907542288303375, -0.25997021794319153, -0.2565351724624634, -0.25260210037231445, -0.24614101648330688, -0.2152751088142395, -0.2418334186077118, -0.24337734282016754, -0.1967044621706009, -0.18774445354938507, -0.13427293300628662, -0.1405639797449112, -0.16952262818813324, -0.180837944149971, -0.1556892693042755, -0.17111682891845703, -0.21141253411769867, -0.14127808809280396, -0.15782912075519562, -0.1517864316701889, -0.09575863927602768, -0.10619894415140152, -0.10997690260410309, -0.09398666024208069, -0.11121339350938797, -0.12782219052314758, -0.06198988854885101, -0.01606597565114498, 0.007992888800799847, -0.027157317847013474, -0.03724279627203941, -0.054900236427783966, -0.03901544585824013, 0.04026428610086441, 0.010535052977502346, -0.007352062966674566, 0.018346041440963745, 0.026452256366610527, 0.06104877218604088, 0.07365705817937851, 0.0935218557715416, 0.1510063260793686, 0.18340691924095154, 0.15776552259922028, 0.1288130134344101, 0.1516307294368744, 0.17855629324913025, 0.21767105162143707, 0.17989172041416168, 0.13534052670001984, 0.19658538699150085, 0.12495630234479904, 0.15852496027946472, 0.17592006921768188, 0.119840607047081, 0.06625933200120926, 0.0297437384724617, 0.055760134011507034, 0.04986194148659706, 0.02076255902647972, 0.004717311356216669, -0.11547068506479263, -0.13928377628326416, -0.08385275304317474, -0.10831993818283081, -0.09905509650707245, -0.07815228402614594, -0.0871390700340271, -0.12750893831253052, -0.10457548499107361, -0.0912916362285614, -0.13475099205970764, -0.15171946585178375, -0.08500106632709503, -0.10428480803966522, -0.16628503799438477, -0.14071710407733917, -0.1542174071073532, -0.2121340036392212, -0.2088073343038559, -0.19368726015090942, -0.25080299377441406, -0.22822220623493195, -0.21436157822608948, -0.2357252538204193, -0.18845924735069275, -0.12504523992538452, -0.14099033176898956, -0.13407987356185913, -0.07693439722061157, -0.0726112499833107, -0.03349779173731804, 0.03126945346593857, 0.0859883725643158, 0.12559479475021362, 0.12088651210069656, 0.1545594483613968, 0.1619991660118103, 0.18536099791526794, 0.19345831871032715, 0.22660909593105316, 0.22034668922424316, 0.2606537640094757, 0.2673606276512146, 0.26664265990257263, 0.29400435090065, 0.30154818296432495, 0.3128340244293213, 0.268310546875, 0.26276448369026184, 0.2358684241771698, 0.19562335312366486, 0.21343058347702026, 0.21366184949874878, 0.14044444262981415, 0.1263682097196579, 0.09137838333845139, 0.05353402718901634, 0.061267439275979996, -0.0032324446365237236, 0.014955251477658749, 0.03013927862048149, -0.02962479554116726, -0.030009575188159943, -0.020978111773729324, -0.02037891373038292, -0.04211113974452019, -0.061612118035554886, -0.03701722249388695, -0.023141156882047653, -0.01969761587679386, -0.03198190778493881, -0.024891410022974014, -0.017947640269994736, 0.02845565415918827, -0.022823229432106018, 0.015928972512483597, 0.09112539887428284, 0.06196608394384384, 0.05134483426809311, 0.009493904188275337, 0.07205460965633392, 0.0525360181927681, 0.07979317754507065, 0.056892961263656616, 0.07420434057712555, 0.09979277104139328, 0.09748318791389465, 0.13151228427886963, 0.17917843163013458, 0.20211049914360046, 0.2031978815793991, 0.21992629766464233, 0.2517836391925812, 0.22979271411895752, 0.31847453117370605, 0.3075210750102997, 0.2894214987754822, 0.36445152759552, 0.3119054138660431, 0.3058992922306061, 0.3023803234100342, 0.248460054397583, 0.2411123514175415, 0.25554201006889343, 0.2213449776172638, 0.20004777610301971, 0.19250313937664032, 0.19524697959423065, 0.22129735350608826, 0.2048923820257187, 0.17763087153434753, 0.17242184281349182, 0.13059839606285095, 0.13152587413787842, 0.13578060269355774, 0.11218369007110596, 0.08585083484649658, 0.07281769067049026, 0.016379864886403084, -0.0013948694104328752, -0.015370131470263004, -0.12193034589290619, -0.15888814628124237, -0.09631103277206421, -0.06785201281309128, -0.11074995994567871, -0.20138490200042725, -0.21189367771148682, -0.1754947006702423, -0.1452324241399765, -0.1336154192686081, -0.14124652743339539, -0.09904938191175461, -0.0757879689335823, -0.10055544972419739, -0.06699798256158829, -0.027130184695124626, -0.008341994136571884, 0.014537685550749302, -0.0035093866754323244, -0.03988920897245407, 0.027230428531765938, 0.05609382316470146, 0.04315067082643509, 0.009564592503011227, -0.0670425295829773, -0.018748018890619278, 0.004124443046748638, -0.010073091834783554, -0.05915528163313866, -0.1269858330488205, -0.11917828023433685, -0.07626121491193771, -0.036572154611349106, -0.05338197201490402, -0.06148378551006317, -0.07132181525230408, -0.03426182270050049, -0.006792226806282997, -0.017719198018312454, -0.05156956985592842, -0.02811538241803646, -0.01236533373594284, -0.02052740752696991, -0.01148027554154396, 0.055304743349552155, 0.0709419846534729, 0.047831252217292786, 0.08676513284444809, 0.09663238376379013, 0.09248463064432144, 0.06694845110177994, 0.09777887165546417, 0.14989162981510162, 0.16529005765914917, 0.1186939999461174, 0.09104008227586746, 0.16275541484355927, 0.16989630460739136, 0.17887094616889954, 0.1635219305753708, 0.18733763694763184, 0.2766328454017639, 0.29839274287223816, 0.28169649839401245, 0.3098655939102173, 0.3382636606693268, 0.3134697675704956, 0.3066839277744293, 0.29116928577423096, 0.27483299374580383, 0.27377721667289734, 0.307917982339859, 0.2779099643230438, 0.19313818216323853, 0.17098388075828552, 0.1398448646068573, 0.122105173766613, 0.13173888623714447, 0.05360366776585579, 0.0018282198579981923, 0.01834254153072834, -0.002816125750541687, -0.06775887310504913, -0.09446647763252258, -0.08191733807325363, -0.06721454113721848, -0.07023210823535919, -0.055187590420246124, -0.025104518979787827, -0.006859691347926855, 0.03128271549940109, -0.033632129430770874, -0.04145115241408348, -0.033271245658397675, -0.034858837723731995, -0.0501592643558979, -0.06899518519639969, -0.022773446515202522, 0.008713130839169025, -0.03574023395776749, -0.033127035945653915, -0.03890208154916763, -0.07211603969335556, -0.04867351055145264, -0.020790865644812584, -0.07448147982358932, -0.1301620751619339, -0.11340918391942978, -0.0545363686978817, -0.049674104899168015, -0.08689997345209122, -0.1250610053539276, -0.13285110890865326, -0.10402387380599976, -0.08908779919147491, -0.0743449404835701, -0.14069721102714539, -0.14780789613723755, -0.09502087533473969, -0.09211921691894531, -0.08123164623975754, -0.05955849215388298, -0.06803704798221588, -0.007263397332280874, -0.0020178980194032192, -0.03681838512420654, -0.0295089203864336, -0.0022836269345134497, -0.04549867659807205, -0.03863978758454323, -0.06838646531105042, -0.12613597512245178, -0.12924157083034515, -0.12852545082569122, -0.1909334808588028, -0.21817129850387573, -0.2696034908294678, -0.293213427066803, -0.2954835295677185, -0.32934096455574036, -0.33274027705192566, -0.31921514868736267, -0.2830083668231964, -0.23466813564300537, -0.2099563628435135, -0.20719127357006073, -0.16334261000156403, -0.12181973457336426, -0.1012440100312233, -0.04319717362523079, -0.054472822695970535, -0.08994381129741669, -0.07138262689113617, -0.059155452996492386, -0.06592243164777756, -0.1150897666811943, -0.1287807673215866, -0.12916502356529236, -0.15362274646759033, -0.17854885756969452, -0.14608724415302277, -0.09951160848140717, -0.06252274662256241, -0.037866804748773575, -0.004048922564834356, 0.027651194483041763, 0.025938067585229874, 0.06000862270593643, 0.09749554842710495, 0.07913508266210556, 0.09261846542358398, 0.053317613899707794, 0.04074086993932724, 0.08740018308162689, 0.06525212526321411, 0.07224276661872864, 0.07243239134550095, 0.04812800884246826, 0.08391957730054855, 0.11491111665964127, 0.12337888777256012, 0.13699200749397278, 0.15689003467559814, 0.14693914353847504, 0.12609034776687622, 0.12897133827209473, 0.17522184550762177, 0.17293760180473328, 0.17325426638126373, 0.17099469900131226, 0.176214799284935, 0.1789250671863556, 0.18720492720603943, 0.16493231058120728, 0.12006530165672302, 0.10968814045190811, 0.1240868866443634, 0.14451122283935547, 0.1152043268084526, 0.08771802484989166, 0.0824601873755455, 0.1090279147028923, 0.11833029240369797, 0.06922167539596558, 0.021844904869794846, 0.0069563244469463825, 0.03993020951747894, 0.053038522601127625, -0.010809993371367455, -0.006324946880340576, -0.007170665543526411, -0.01721290498971939, -0.03303080424666405, -0.020826615393161774, -0.11216352880001068, -0.10559864342212677, -0.11340774595737457, -0.10700943320989609, -0.09663144499063492, -0.07999789714813232, -0.07684607803821564, -0.09462478756904602, -0.08851788938045502, -0.06048336997628212, -0.009963767603039742, -0.05572016164660454, -0.08130426704883575, -0.030074240639805794, -0.04058302938938141, -0.1308591216802597, -0.12248829007148743, -0.001487179659307003, 0.04615863785147667, -0.006462343968451023, -0.12188393622636795, -0.1251254379749298, -0.038548145443201065, 0.023126937448978424, -0.06967969983816147, -0.1264464110136032, -0.07567858695983887, -0.10948418080806732, -0.11908640712499619, -0.11209842562675476, -0.11673136800527573, -0.08594849705696106, -0.10791955143213272, -0.15531902015209198, -0.16442090272903442, -0.13148736953735352, -0.14270269870758057, -0.13615161180496216, -0.17111055552959442, -0.25486645102500916, -0.2387964427471161, -0.19532446563243866, -0.20090501010417938, -0.24727767705917358, -0.2659079134464264, -0.2170979380607605, -0.17001332342624664, -0.1289362758398056, -0.14595812559127808, -0.1534951627254486, -0.09042232483625412, -0.06497300416231155, -0.05129919573664665, -0.029817858710885048, -0.034038249403238297, -0.029282350093126297, 0.05547136813402176, 0.0807121992111206, 0.03099689818918705, -0.014779525808990002, 0.019646260887384415, 0.05638011917471886, 0.08088263869285583, 0.07414759695529938, 0.034653861075639725, 0.058726634830236435, 0.0897885113954544, 0.0752742812037468, 0.057329025119543076, 0.07293163985013962, 0.10533266514539719, 0.1049884706735611, 0.12321195751428604, 0.15705958008766174, 0.11136353015899658, 0.08506014198064804, 0.08972285687923431, 0.019808106124401093, 0.0005734289879910648, 0.03289959579706192, 0.03841089457273483, 0.06442248821258545, 0.04779854416847229, 0.1274874210357666, 0.13763628900051117, 0.11950456351041794, 0.15656991302967072, 0.15428952872753143, 0.16174794733524323, 0.17474626004695892, 0.1355629563331604, 0.14595875144004822, 0.15163174271583557, 0.08729086071252823, 0.09357792884111404, 0.11054947972297668, 0.07408895343542099, -0.0003157063911203295, -0.008835871703922749, -0.007977781817317009, -0.04780023172497749, -0.06570206582546234, -0.055664774030447006, 0.011420336551964283, 0.06077941134572029, 0.03869977593421936, 0.020221341401338577, 0.057837389409542084, 0.15694133937358856, 0.1485574096441269, 0.10463623702526093, 0.07311565428972244, 0.08359131962060928, 0.08554920554161072, 0.04055814445018768, 0.02463042177259922, -0.013141646981239319, -0.040766507387161255, -0.0036821879912167788, -0.04817937687039375, -0.09207407385110855, -0.07276680320501328, -0.10268015414476395, -0.08641847223043442, -0.0646565780043602, -0.07695639133453369, -0.09985542297363281, -0.06666546314954758, -0.032329898327589035, -0.018737545236945152, -0.023109858855605125, -0.03358415886759758, -0.02188289538025856, -0.014942583627998829, -0.04708041995763779, -0.05150538682937622, -0.017734555527567863, -0.014100104570388794, -0.0427883081138134, -0.016663018614053726, -0.047141991555690765, -0.04086609184741974, -0.022875308990478516, 0.04581515118479729, 0.0059196120128035545, 0.0014636368723586202, 0.008115658536553383, -0.006223686970770359, 0.0072058094665408134, 0.002274115337058902, -0.008278116583824158, 0.04999388009309769, 0.07726367563009262, 0.04295315220952034, 0.02798844687640667, 0.030489323660731316, 0.04325318709015846, 0.015558695420622826, -0.008953768759965897, 0.008473735302686691, -0.03952672705054283, 0.005254270974546671, -0.012782730162143707, -0.04937378317117691, -0.014733676798641682, -0.005929415579885244, 0.03222447261214256, 0.05543134734034538, 0.004121684469282627, -0.014141134917736053, 0.003393808612599969, 0.021629972383379936, 0.050325945019721985, 0.04101467505097389, 0.021341802552342415, 0.028133120387792587, 0.02613634616136551, -0.015028649941086769, 0.029054347425699234, 0.053432922810316086, 0.028826182708144188, -0.015994295477867126, 0.020557349547743797, 0.022031767293810844, 0.09114927053451538, 0.09224191308021545, 0.06221408396959305, 0.06245651841163635, 0.08345331251621246, 0.05418314412236214, 0.03200075030326843, 0.021455058827996254, 0.01758016087114811, 0.00301168579608202, 0.005860293284058571, 0.020260915160179138, -0.03017042577266693, -0.022451862692832947, -0.009148083627223969, -0.023411676287651062, -0.0338638611137867, -0.036346085369586945, -0.08922635763883591, -0.11484211683273315, -0.1568000614643097, -0.19625209271907806, -0.21196310222148895, -0.21106372773647308, -0.22800973057746887, -0.2316293716430664, -0.2787887454032898, -0.24895432591438293, -0.22642317414283752, -0.20243030786514282, -0.16420751810073853, -0.21845629811286926, -0.15195977687835693, -0.11693975329399109, -0.08386813849210739, -0.0883667916059494, -0.08412529528141022, -0.04032985121011734, -0.013056186959147453, -0.020822769030928612, -0.015219111926853657, -0.028218673542141914, -0.01624504290521145, -0.011813558638095856, -0.03191177546977997, 0.0022783915046602488, 0.0010581599781289697, -0.015391280874609947, 0.0074177938513457775, -0.02417290210723877, -0.03697717562317848, 0.002514925552532077, -0.008686871267855167, -0.0057256948202848434, 0.009080580435693264, 0.014001253060996532, 0.05876224488019943, 0.06552563607692719, 0.056836970150470734, 0.023745784536004066, 0.01986587978899479, 0.0355767160654068, 0.014239913783967495, 0.01344916969537735, 0.01576550118625164, 0.03838535025715828, 0.08994604647159576, 0.10261652618646622, 0.07210858166217804, 0.05027708783745766, 0.08216701447963715, 0.05767431482672691, -0.04734461009502411, -0.051609884947538376, 0.12459869682788849, 0.20433790981769562, 0.06191123276948929, -0.05576199293136597, -0.030985979363322258, 0.0059508029371500015, 0.06398901343345642, 0.03589596226811409, 0.003123112255707383, 0.058996692299842834, 0.025985101237893105, -0.0031253299675881863, 0.06753671169281006, 0.13434888422489166, 0.18926271796226501, 0.2149392068386078, 0.21327756345272064, 0.1797676980495453, 0.18691757321357727, 0.23838543891906738, 0.279944509267807, 0.21270348131656647, 0.1422739177942276, 0.19927456974983215, 0.2437203824520111, 0.2418825626373291, 0.24422895908355713, 0.19413883984088898, 0.1702297478914261, 0.1873595267534256, 0.19078437983989716, 0.15339034795761108, 0.0634465143084526, 0.03116128221154213, 0.12547673285007477, 0.13056717813014984, 0.10623298585414886, 0.09741432219743729, 0.09675832092761993, 0.08738821744918823, 0.13564999401569366, 0.11772513389587402, 0.07432108372449875, 0.09611555933952332, 0.09291043132543564, 0.07641071081161499, 0.06396312266588211, 0.06466116011142731, 0.02983297035098076, 0.042902570217847824, 0.024604540318250656, -0.04188494011759758, -0.08437912911176682, -0.024067215621471405, -0.04132317006587982, -0.12674996256828308, -0.16500353813171387, -0.16702058911323547, -0.14240704476833344, -0.11615101248025894, -0.15476737916469574, -0.12286942452192307, -0.10020362585783005, -0.09515540301799774, -0.055125389248132706, -0.0482284352183342, -0.015356388874351978, 0.01296630036085844, 0.041399650275707245, 0.06198715791106224, 0.049909740686416626, 0.023637577891349792, 0.054056767374277115, 0.07255896925926208, 0.06095333769917488, -0.0053167701698839664, -0.06135351583361626, -0.03806845098733902, -0.015248770825564861, -0.07844288647174835, -0.14572268724441528, -0.11042947322130203, -0.10140280425548553, -0.10406970977783203, -0.14267508685588837, -0.16532477736473083, -0.10886246711015701, -0.08003481477499008, -0.11474940925836563, -0.16839393973350525, -0.14773103594779968, -0.03975820541381836, -0.0063880132511258125, -0.048200394958257675, -0.05349596217274666, -0.049076151102781296, -0.023886963725090027, -0.03944461792707443, -0.05367762967944145, -0.0829005315899849, -0.10071637481451035, -0.04825100675225258, -0.07345700263977051, -0.11359652131795883, -0.11882145702838898, -0.08852735161781311, -0.04587841406464577, -0.1127227395772934, -0.15464650094509125, -0.11239740252494812, -0.06993407756090164, -0.019212860614061356, -0.053704481571912766, -0.045658256858587265, 0.025761160999536514, 0.06524886935949326, 0.08449072390794754, 0.07628968358039856, 0.02727961353957653, 0.043058931827545166, 0.09753307700157166, 0.10831353068351746, 0.08459510654211044, 0.08447336405515671, 0.1079021468758583, 0.09214186668395996, 0.08042830973863602, 0.06364177912473679, 0.09066982567310333, 0.12242387980222702, 0.0896885097026825, 0.07692700624465942, 0.10743717104196548, 0.13802143931388855, 0.17095771431922913, 0.18239270150661469, 0.15750332176685333, 0.14582931995391846, 0.13620701432228088, 0.19943256676197052, 0.17344357073307037, 0.18164077401161194, 0.17930041253566742, 0.19582253694534302, 0.22466252744197845, 0.18521571159362793, 0.18627811968326569, 0.16778013110160828, 0.15997524559497833, 0.18168428540229797, 0.14961998164653778, 0.1549069881439209, 0.13915742933750153, 0.11927317827939987, 0.14479967951774597, 0.0800858736038208, 0.050010669976472855, 0.044007282704114914, 0.07059984654188156, 0.0637960135936737, 0.08068177103996277, 0.06259613484144211, 0.025263266637921333, 0.05096704512834549, 0.041161999106407166, 0.049196574836969376, 0.0383707657456398, 0.07275205850601196, 0.04947180300951004, 0.04637303575873375, 0.0680011510848999, 0.03372607007622719, 0.04242531210184097, 0.03997625410556793, -0.009527172893285751, 0.029006430879235268, 0.0008988438057713211, 0.009323225356638432, 0.02321716956794262, -0.01992349699139595, -0.02490205504000187, -0.037811893969774246, -0.04867749288678169, -0.04423033818602562, -0.04762259125709534, -0.05128813534975052, -0.036208633333444595, -0.07225299626588821, -0.08332303166389465, -0.046614281833171844, -0.05303007736802101, -0.04408375918865204, -0.040139470249414444, -0.015200701542198658, -0.017322169616818428, -0.011224337853491306, -0.02326052263379097, -0.07195758074522018, -0.03504570201039314, -0.03787142410874367, -0.08073065429925919, -0.018020091578364372, -0.05260033905506134, -0.019870517775416374, -0.010644626803696156, -0.06082402914762497, -0.08166886866092682, -0.09291306883096695, -0.06734927743673325, -0.12057232856750488, -0.12121763080358505, -0.09628473222255707, -0.10350867360830307, -0.08249393850564957, -0.07973722368478775, -0.1073789894580841, -0.10705650597810745, -0.12355902791023254, -0.13876637816429138, -0.11446376889944077, -0.1268768608570099, -0.14348311722278595, -0.1188056468963623, -0.07550507038831711, -0.07174853980541229, -0.07437398284673691, -0.09605575352907181, -0.11747962236404419, -0.10620613396167755, -0.14462894201278687, -0.15721552073955536, -0.11703943461179733, -0.09418309479951859, -0.12479016184806824, -0.1296820193529129, -0.13824576139450073, -0.13960672914981842, -0.09754260629415512, -0.07794229686260223, -0.06817516684532166, -0.04234618693590164, -0.005170370917767286, -0.01934613473713398, -0.011513689532876015, 0.06204749271273613, 0.03098730742931366, 0.046469010412693024, 0.073459193110466, 0.09494650363922119, 0.11765042692422867, 0.148284912109375, 0.12490478903055191, 0.11319402605295181, 0.1391930878162384, 0.12331408262252808, 0.13179601728916168, 0.14415790140628815, 0.14691445231437683, 0.15668417513370514, 0.1340089738368988, 0.09732794761657715, 0.048285603523254395, 0.0035550135653465986, -0.010439511388540268, -0.01639830321073532, -0.03420749679207802, -0.052689772099256516, -0.030400890856981277, -0.0446479395031929, -0.08474590629339218, -0.07962720841169357, -0.11779583245515823, -0.11850892752408981, -0.15409427881240845, -0.14201988279819489, -0.14401240646839142, -0.14374396204948425, -0.13339373469352722, -0.15822957456111908, -0.13172970712184906, -0.14896462857723236, -0.18410083651542664, -0.20605920255184174, -0.18235355615615845, -0.21078017354011536, -0.18763136863708496, -0.15047313272953033, -0.15175804495811462, -0.1420401632785797, -0.1553744524717331, -0.1011049672961235, -0.09155862778425217, -0.05100049450993538, -0.030404189601540565, 0.01413640845566988, 0.07156174629926682, 0.06466742604970932, 0.0858861654996872, 0.07982875406742096, 0.11108163744211197, 0.12555727362632751, 0.08313697576522827, 0.07658480852842331, 0.06889995187520981, 0.0358700156211853, 0.06669186800718307, 0.075726717710495, 0.0625767931342125, 0.018389716744422913, 0.006111490540206432, 0.046813324093818665, 0.00136187847238034, -0.013640990480780602, -0.009266210719943047, -0.037008363753557205, -0.010816975496709347, -0.013990056701004505, -0.04469470679759979, -0.040379174053668976, -0.05143782123923302, -0.04497040435671806, -0.04345681890845299, -0.06587745994329453, -0.07953137159347534, -0.04448223114013672, -0.033636365085840225, -0.05242815241217613, -0.07503075897693634, -0.09018025547266006, -0.04893006011843681, -0.06825430691242218, -0.13535600900650024, -0.13495948910713196, -0.14674776792526245, -0.17710047960281372, -0.20255829393863678, -0.1774602085351944, -0.16136609017848969, -0.16215817630290985, -0.16456609964370728, -0.11160275340080261, -0.09079219400882721, -0.06400813907384872, -0.06805869936943054, -0.04253911226987839, -0.01157953217625618, -0.010027785785496235, 0.015603834763169289, 0.04895615577697754, 0.06255363672971725, 0.07106488198041916, 0.050317708402872086, 0.042721591889858246, 0.01001762691885233, 0.03283229097723961, 0.025439050048589706, -0.02034192718565464, -0.007998157292604446, -0.025419913232326508, -0.05638308450579643, -0.13947950303554535, -0.12129077315330505, -0.114743672311306, -0.19262413680553436, -0.2079186588525772, -0.18576580286026, -0.2216622531414032, -0.20959001779556274, -0.1784970611333847, -0.17377705872058868, -0.16993843019008636, -0.14991584420204163, -0.1565236896276474, -0.18260881304740906, -0.1859961450099945, -0.1441643387079239, -0.1377243548631668, -0.13814224302768707, -0.14905841648578644, -0.18717420101165771, -0.16916951537132263, -0.15707704424858093, -0.18482725322246552, -0.17258445918560028, -0.16660942137241364, -0.19243080914020538, -0.18982762098312378, -0.21719247102737427, -0.20874737203121185, -0.20479336380958557, -0.1757124811410904, -0.14121735095977783, -0.16554617881774902, -0.1434377133846283, -0.09699022769927979, -0.061151642352342606, -0.02925879694521427, -0.0329098105430603, -0.0034938128665089607, 0.06404951959848404, 0.038326095789670944, 0.051642708480358124, 0.05578203499317169, 0.05915306136012077, 0.09944946318864822, 0.13179968297481537, 0.13368962705135345, 0.07282692193984985, 0.08647750318050385, 0.10783057659864426, 0.06704523414373398, 0.05712064355611801, 0.0591992512345314, 0.08804722875356674, 0.08077045530080795, 0.09452944248914719, 0.07282654941082001, 0.052716583013534546, 0.08013620227575302, 0.11263993382453918, 0.11978529393672943, 0.10721177607774734, 0.15903021395206451, 0.1826196014881134, 0.19503653049468994, 0.17248138785362244, 0.16579511761665344, 0.21717633306980133, 0.2210092544555664, 0.22493305802345276, 0.22597739100456238, 0.2133057713508606, 0.24012115597724915, 0.22838565707206726, 0.19470858573913574, 0.17092517018318176, 0.17838715016841888, 0.17170462012290955, 0.1469508856534958, 0.14151214063167572, 0.09587819129228592, 0.06717421114444733, 0.089346744120121, 0.06505990028381348, 0.02791666053235531, 0.06292702257633209, 0.06731542944908142, 0.037991397082805634, 0.0511929951608181, 0.09821951389312744, 0.10921090841293335, 0.11639192700386047, 0.12401874363422394, 0.11579902470111847, 0.09889128059148788, 0.11081496626138687, 0.14136932790279388, 0.109672412276268, 0.08231727033853531, 0.06699863076210022, 0.08233630657196045, 0.04504373297095299, -0.00410423893481493, 0.014185723848640919, 0.010549435392022133, 0.02493594028055668, 0.025197498500347137, 0.00961932074278593, -0.0074319359846413136, -0.010120883584022522, 0.016977928578853607, -0.006409238558262587, 0.0074736857786774635, -0.01010049320757389, -0.028159232810139656, 0.022365912795066833, 0.026654915884137154, 0.010325957089662552, -0.00985453836619854, -0.018320666626095772, 0.0024810642935335636, 0.018712395802140236, 0.02466200478374958, 0.008305930532515049, -0.019447805359959602, -0.00566026521846652, 0.003549115499481559, -0.014655062928795815, 0.013322711922228336, -0.0015685949474573135, -0.0024873323272913694, 0.002963426522910595, 0.0004777632129844278, 0.00135025882627815, 0.005823356565088034, -0.006596003193408251, -0.012206350453197956, -0.022501235827803612, -0.03855746239423752, -0.049857962876558304, -0.03507345914840698, -0.04508117958903313, -0.035097479820251465, -0.0030737933702766895, -0.002271388890221715, -0.01802971586585045, 0.026034729555249214, 0.04437052831053734, 0.031383369117975235, 0.04393037036061287, 0.04673830792307854, 0.05386902764439583, 0.045720070600509644, 0.04254793003201485, 0.005574176087975502, -0.00014066198491491377, 0.02280326560139656, 0.011498664505779743, 0.016773506999015808, -0.03246046230196953, 0.004619678016752005, 0.018303057178854942, -0.003489086637273431, 0.0068380874581635, -0.005808192305266857, -0.026333317160606384, -0.01444791629910469, -0.009061853401362896, 0.0003222308587282896, 0.03243355453014374, 0.001730178133584559, 0.03013869933784008, 0.03215615451335907, 0.02736477740108967, 0.04943270608782768, 0.06516174226999283, 0.10209034383296967, 0.11534234136343002, 0.13404445350170135, 0.15449148416519165, 0.1250983029603958, 0.11471636593341827, 0.13461987674236298, 0.1449422836303711, 0.13579170405864716, 0.10208151489496231, 0.07661113142967224, 0.06957637518644333, 0.06590452045202255, 0.07070542871952057, 0.07139300554990768, 0.0872659906744957, 0.09167197346687317, 0.09134093672037125, 0.1118764877319336, 0.1232425644993782, 0.1234973818063736, 0.16571925580501556, 0.18443094193935394, 0.17227928340435028, 0.20042432844638824, 0.22251474857330322, 0.2412211298942566, 0.2699183523654938, 0.2583896815776825, 0.24163749814033508, 0.2691532373428345, 0.2641632854938507, 0.2117384821176529, 0.2040192186832428, 0.2257772833108902, 0.24336431920528412, 0.22049246728420258, 0.17526906728744507, 0.16844239830970764, 0.17776615917682648, 0.13274069130420685, 0.1627964973449707, 0.18245403468608856, 0.10120975226163864, 0.08615917712450027, 0.10789351910352707, 0.06057845056056976, 0.039902932941913605, 0.06616862863302231, 0.130107581615448, 0.10565833747386932, 0.1044318825006485, 0.16354121267795563, 0.13469970226287842, 0.13892307877540588, 0.12474704533815384, 0.1163775622844696, 0.10828284174203873, 0.09838632494211197, 0.09576684236526489, 0.08958513289690018, 0.07012516260147095, 0.05415298789739609, 0.06344606727361679, 0.08779431134462357, 0.05094783753156662, 0.008681658655405045, 0.004816500470042229, -0.07066471129655838, -0.08038990199565887, -0.1051388680934906, -0.09518080204725266, -0.04749782383441925, -0.06846373528242111, -0.06739480048418045, -0.06659336388111115, -0.045616161078214645, 0.02076433226466179, 0.08544903248548508, 0.06080818548798561, 0.03391479328274727, 0.025299958884716034, 0.03728996217250824, 0.018358904868364334, -0.01305941678583622, 0.01548877451568842, 0.011949817650020123, -0.013901382684707642, -0.00023609296476934105, -0.04050397872924805, -0.049714215099811554, -0.0025200925301760435, -0.010923444293439388, -0.042599257081747055, -0.039793554693460464, -0.0030607213266193867, -0.021647348999977112, -0.05349769815802574, -0.06433910131454468, -0.09248648583889008, -0.07953141629695892, -0.08564243465662003, -0.09037581086158752, -0.08350594341754913, -0.06260278075933456, -0.020732372999191284, 0.027707094326615334, 0.008405148051679134, -0.010464723221957684, -0.020976347848773003, -0.01919863373041153, -0.00821438618004322, -0.020214613527059555, 0.02060696668922901, -0.007948633283376694, 0.001393542974255979, 0.010182371363043785, -0.0017919226083904505, 0.012836730107665062, 0.003068653168156743, -0.02291473187506199, -0.048123061656951904, -0.042690210044384, -0.05856307968497276, -0.04890311881899834, -0.06503048539161682, -0.05296720936894417, -0.045500341802835464, -0.041044022887945175, -0.023400599136948586, -0.04255172237753868, -0.011772377416491508, -0.0075664822943508625, -0.03740675002336502, -0.04504719004034996, -0.08305315673351288, -0.09871300309896469, -0.07406260818243027, -0.04249518737196922, -0.04332920163869858, -0.03224091976881027, 0.005519634112715721, -0.02461508847773075, -0.03345339372754097, -0.060610659420490265, -0.04858298972249031, -0.04857534170150757, -0.08982408791780472, -0.0898556336760521, -0.06395023316144943, -0.06274725496768951, -0.06110329553484917, -0.08725498616695404, -0.08874724805355072, -0.06849991530179977, -0.05919995903968811, -0.04426088184118271, -0.04516343027353287, -0.005566057283431292, 0.0020325114019215107, 0.01940455660223961, 0.02960861288011074, 0.03124418295919895, 0.039558712393045425, 0.016695408150553703, 0.04080001637339592, -0.0052766441367566586, -0.041760072112083435, -0.031706519424915314, -0.08508361130952835, -0.11062140762805939, -0.09418626129627228, -0.11944344639778137, -0.1429377645254135, -0.11657875031232834, -0.12874865531921387, -0.15194584429264069, -0.12110629677772522, -0.1734117716550827, -0.14663834869861603, -0.07946974784135818, -0.13784092664718628, -0.176478773355484, -0.1566811203956604, -0.15676476061344147, -0.16205184161663055, -0.1504964381456375, -0.19041086733341217, -0.19687487185001373, -0.16103343665599823, -0.1498802900314331, -0.1522296965122223, -0.135496586561203, -0.09358219057321548, -0.1127900779247284, -0.1118689700961113, -0.05042368546128273, -0.05329197272658348, -0.05945762246847153, -0.0789417251944542, -0.07729874551296234, -0.05985911563038826, -0.06397075951099396, -0.05994566157460213, -0.06973771750926971, -0.032366279512643814, -0.05548069253563881, -0.046746376901865005, -0.012027394957840443, -0.011040586046874523, 0.014898278750479221, -0.009245231747627258, -0.01905248314142227, -0.001287450548261404, -0.019012434408068657, -0.026993608102202415, -0.012036433443427086, 0.015447713434696198, 0.007608906831592321, -0.02177347056567669, 0.0015796462539583445, 0.015576592646539211, -0.030148645862936974, -0.02394733391702175, -0.0663737878203392, -0.05669781565666199, -0.08580628782510757, -0.13308021426200867, -0.12222826480865479, -0.11585778743028641, -0.11133118718862534, -0.11505988240242004, -0.14483489096164703, -0.12154113501310349, -0.09548202157020569, -0.10351543128490448, -0.1385473906993866, -0.16447709500789642, -0.12983910739421844, -0.1318242847919464, -0.16837601363658905, -0.17463262379169464, -0.19780372083187103, -0.1699150651693344, -0.13701313734054565, -0.1729825735092163, -0.16625627875328064, -0.17284700274467468, -0.16219085454940796, -0.13457047939300537, -0.1699790507555008, -0.18099841475486755, -0.18550066649913788, -0.17286990582942963, -0.16234883666038513, -0.1957288235425949, -0.19660815596580505, -0.17806367576122284, -0.14798079431056976, -0.14885161817073822, -0.15064209699630737, -0.13508768379688263, -0.13194075226783752, -0.08984898030757904, -0.1058308556675911, -0.14449910819530487, -0.1495867669582367, -0.12139569222927094, -0.1356963813304901, -0.17105190455913544, -0.11612354964017868, -0.1484411209821701, -0.14410655200481415, -0.11075402051210403, -0.14552201330661774, -0.15542902052402496, -0.15269629657268524, -0.1281832903623581, -0.12004029750823975, -0.15037547051906586, -0.14475345611572266, -0.06038089469075203, -0.08231990784406662, -0.1425640881061554, -0.06979968398809433, -0.05051104724407196, -0.14136143028736115, 1.4430132068810053e-05, 0.018701205030083656, -0.10539688169956207, -0.04400419443845749, 0.05646799877285957, -0.00031307560857385397, -0.027370156720280647, 0.05658749118447304, 0.021055566146969795, -0.004404699429869652, 0.0477890707552433, 0.08479112386703491, 0.04130593687295914, 0.05438869819045067, 0.06850234419107437, 0.09792686253786087, 0.1448150873184204, 0.10082896798849106, 0.08497367054224014, 0.12738756835460663, 0.17359782755374908, 0.12270388752222061, 0.139303058385849, 0.1569826900959015, 0.04722519591450691, 0.07074730098247528, 0.12483406066894531, 0.10875058174133301, 0.12378191202878952, 0.154303178191185, 0.14134754240512848, 0.11179237812757492, 0.09293214231729507, 0.07056924700737, 0.06332417577505112, 0.03792722895741463, 0.029408296570181847, 0.05322370305657387, 0.04004531353712082, 0.039950937032699585, 0.08401848375797272, 0.07068070769309998, 0.05230078473687172, 0.061932094395160675, 0.11096632480621338, 0.09719301760196686, 0.058839090168476105, 0.06019292771816254, 0.04744488373398781, 0.029785452410578728, 0.059343840926885605, 0.0768975242972374, 0.0512019544839859, 0.09073223173618317, 0.08564058691263199, 0.07358601689338684, 0.08007658272981644, 0.07439252734184265, 0.08011005073785782, 0.08155477792024612, 0.06539827585220337, 0.09521917253732681, 0.09234128892421722, 0.08108364045619965, 0.07033870369195938, 0.09153714030981064, 0.10500415414571762, 0.07532843947410583, 0.0995200127363205, 0.0977669283747673, 0.07894659042358398, 0.12730275094509125, 0.1490771472454071, 0.1347658485174179, 0.12778069078922272, 0.1414913535118103, 0.12830312550067902, 0.1504025012254715, 0.08901412785053253, 0.1355227380990982, 0.15415942668914795, 0.1217687726020813, 0.17309947311878204, 0.1743764877319336, 0.1733095943927765, 0.19396547973155975, 0.18333134055137634, 0.1547769010066986, 0.20796960592269897, 0.15725356340408325, 0.13287211954593658, 0.10329274833202362, 0.06136566773056984, 0.050336625427007675, 0.07076869904994965, 0.04208224266767502, 0.026718175038695335, 0.07342731207609177, 0.023947522044181824, 0.026953471824526787, 0.057706963270902634, 0.056414417922496796, 0.049546144902706146, 0.02555130235850811, 0.018733888864517212, 0.027496706694364548, 0.03765813633799553, 0.055734436959028244, 0.08856042474508286, 0.07615068554878235, 0.040525514632463455, 0.06443021446466446, 0.05556149035692215, 0.03505398705601692, 0.08646033704280853, 0.07054640352725983, 0.05543949082493782, 0.0773649662733078, 0.044169481843709946, 0.027703125029802322, 0.06514231115579605, 0.0895242691040039, 0.10930424183607101, 0.06682752072811127, 0.05493722856044769, 0.053496673703193665, 0.05514204129576683, 0.02982424758374691, 0.04902367293834686, 0.05872064456343651, 0.06721653789281845, 0.08855462819337845, 0.08505217730998993, 0.08301950991153717, 0.12205001711845398, 0.12366664409637451, 0.14551343023777008, 0.12769150733947754, 0.10933973640203476, 0.09166184067726135, 0.1050754114985466, 0.11923834681510925, 0.1081581637263298, 0.13661311566829681, 0.11278260499238968, 0.11392892152070999, 0.11712494492530823, 0.12272568792104721, 0.11758407950401306, 0.13764944672584534, 0.1001238152384758, 0.10484480112791061, 0.09708533436059952, 0.04929327592253685, 0.05621661990880966, 0.05858105793595314, 0.06821741163730621, 0.0915571004152298, 0.1026984453201294, 0.11795510351657867, 0.10273674875497818, 0.11142272502183914, 0.08905360847711563, 0.10305671393871307, 0.13619351387023926, 0.12274923920631409, 0.13584010303020477, 0.134284108877182, 0.13004346191883087, 0.11294154822826385, 0.11881820857524872, 0.1032765731215477, 0.1381075382232666, 0.12572336196899414, 0.07917898148298264, 0.12675145268440247, 0.11702433228492737, 0.08433234691619873, 0.06142904981970787, 0.10617943853139877, 0.1104072853922844, 0.06520534306764603, 0.06091586500406265, 0.03947274386882782, 0.05306464061141014, 0.07737390697002411, 0.012661525048315525, 0.03611104562878609, 0.03136594966053963, 0.00702633848413825, 0.05857764929533005, -0.0033336682245135307, -0.01666497066617012, 0.019625617191195488, -0.005406994838267565, -0.03815406188368797, -0.0370982326567173, -0.04708452895283699, -0.04832842946052551, -0.017141908407211304, -0.05597628280520439, -0.027742089703679085, -0.03547022119164467, -0.0623689629137516, -0.04214439541101456, -0.04607976973056793, -0.0769001916050911, -0.09026214480400085, -0.05597809702157974, -0.04589905962347984, -0.04424425587058067, -0.06534396857023239, -0.10112898796796799, -0.13415497541427612, -0.10211719572544098, -0.08745960891246796, -0.10819520801305771, -0.08001168072223663, -0.08678466081619263, -0.0656713992357254, -0.03498705103993416, -0.0749419555068016, -0.0002494273940101266, 0.06616247445344925, 0.019137971103191376, -0.015058045275509357, 0.04550527408719063, 0.021608280017971992, 0.02748333476483822, 0.04256642609834671, 0.026843402534723282, 0.03602053225040436, 0.05571766197681427, 0.06907658278942108, 0.07063790410757065, 0.11321119964122772, 0.08297114819288254, 0.09569711983203888, 0.07962576299905777, 0.0635395422577858, 0.06921295821666718, 0.027445517480373383, 0.006369578652083874, 0.031212490051984787, 0.01997450366616249, 0.002735772402957082, 0.0037288577295839787, -0.043358802795410156, -0.07751335203647614, -0.08841034770011902, -0.0989333912730217, -0.08838547766208649, -0.04951786994934082, -0.03869844600558281, -0.07008940726518631, -0.10804875940084457, -0.09171860665082932, -0.05161038413643837, -0.12601818144321442, -0.15423400700092316, -0.11300593614578247, -0.10416141897439957, -0.12434118986129761, -0.11739161610603333, -0.13203072547912598, -0.12589655816555023, -0.09822472929954529, -0.08500919491052628, -0.10095148533582687, -0.10113569349050522, -0.12801595032215118, -0.08978764712810516, -0.07076388597488403, -0.10640893131494522, -0.07173619419336319, -0.04663585126399994, -0.06256439536809921, -0.0479123480618, -0.020882051438093185, -0.055262867361307144, -0.07930544763803482, -0.04567543417215347, -0.033975496888160706, -0.04899213835597038, -0.0612051822245121, -0.03782288357615471, -0.023973645642399788, -0.022952483966946602, -0.07939645648002625, -0.07830417156219482, -0.04627545177936554, -0.060986194759607315, -0.10058392584323883, -0.10313071310520172, -0.14432846009731293, -0.1640351265668869, -0.1294177621603012, -0.1340920329093933, -0.1658809781074524, -0.16278287768363953, -0.127020001411438, -0.15754371881484985, -0.16606977581977844, -0.1531786024570465, -0.15341730415821075, -0.16431334614753723, -0.1386573314666748, -0.12979598343372345, -0.14547473192214966, -0.14584775269031525, -0.15171335637569427, -0.13287480175495148, -0.12195616960525513, -0.09795686602592468, -0.10346544533967972, -0.10033611208200455, -0.11893932521343231, -0.10697562992572784, -0.0973116084933281, -0.0948447734117508, -0.103166364133358, -0.08381475508213043, -0.043767817318439484, -0.06490667164325714, -0.0636022761464119, -0.06534528732299805, -0.08337614685297012, -0.11710331588983536, -0.12061692774295807, -0.10244326293468475, -0.1262904852628708, -0.16455382108688354, -0.16646848618984222, -0.15616172552108765, -0.16175085306167603, -0.18769532442092896, -0.1553916335105896, -0.14139840006828308, -0.16687393188476562, -0.12765911221504211, -0.11506093293428421, -0.12658445537090302, -0.13731293380260468, -0.11781320720911026, -0.15490087866783142, -0.15155987441539764, -0.17250831425189972, -0.1704072207212448, -0.16175693273544312, -0.17491772770881653, -0.19597359001636505, -0.16513919830322266, -0.1851903349161148, -0.20386159420013428, -0.18878307938575745, -0.20560741424560547, -0.19864556193351746, -0.20993641018867493, -0.13294130563735962, -0.14184382557868958, -0.15921415388584137, -0.13768507540225983, -0.13271048665046692, -0.11914727091789246, -0.10782340168952942, -0.09776958078145981, -0.12145393341779709, -0.11788167804479599, -0.14312303066253662, -0.13955903053283691, -0.14899618923664093, -0.18476253747940063, -0.15147708356380463, -0.14046689867973328, -0.13849186897277832, -0.11372905969619751, -0.08462825417518616, -0.05597083270549774, -0.03873063251376152, -0.07179811596870422, -0.049909189343452454, -0.040129274129867554, -0.03901052474975586, -0.0069127678871154785, -0.00823794212192297, -0.025098154321312904, -0.019437046721577644, -0.009680373594164848, -0.01824411191046238, -0.013037002645432949, -0.0014495189534500241, 0.011126922443509102, 0.020379293709993362, 0.01590731553733349, 0.01887119561433792, 0.006315452978014946, 0.005039427429437637, 0.007784481160342693, 0.0016733359079807997, 0.019029974937438965, 0.034347496926784515, 0.02924083173274994, 0.03392963111400604, 0.04379543289542198, 0.027125196531414986, 0.020377760753035545, 0.027032962068915367, 0.029496654868125916, 0.05909303203225136, 0.05158557742834091, 0.018879909068346024, 0.03229415789246559, 0.04040972888469696, 0.027366939932107925, 0.03140559792518616, 0.04347842186689377, 0.014240068383514881, 0.018636034801602364, 0.01280983630567789, 0.0027304834220558405, -0.004709803033620119, -0.015379156917333603, -0.015306636691093445, -0.001570492866449058, -0.04549862816929817, -0.058669768273830414, 0.0020584429148584604, 0.010810496285557747, -0.0188918337225914, 0.026405172422528267, 0.02032950334250927, 0.007426288444548845, 0.01772800087928772, 0.029720358550548553, 0.0030858402606099844, 0.02338971383869648, 0.021276580169796944, 0.0011974598746746778, 0.028812436386942863, 0.044226184487342834, 0.047264277935028076, 0.06180987134575844, 0.01468137837946415, 0.022306449711322784, 0.029390474781394005, 0.027043484151363373, -0.010178239084780216, 0.0019582787062972784, 0.0560896061360836, 0.016764918342232704, 0.038255803287029266, 0.026930462568998337, -0.010143749415874481, 0.04685157537460327, 0.05050048232078552, 0.03045622818171978, 0.0601450651884079, 0.04895967245101929, 0.04202984273433685, 0.06676112115383148, 0.05223063379526138, 0.024728981778025627, 0.03013652190566063, 0.04220833629369736, 0.018763938918709755, 0.028140146285295486, 0.014345290139317513, 0.037364937365055084, 0.03849563002586365, 0.05614480748772621, 0.02616896852850914, 0.03487049415707588, 0.04822641983628273, 0.030157888308167458, 0.02002895437180996, 0.004235152155160904, 0.015252813696861267, 0.06259383261203766, 0.0667889416217804, 0.03839074820280075, 0.035001806914806366, 0.026015102863311768, 0.03214418515563011, 0.030856791883707047, 0.032900094985961914, 0.0024709561839699745, 0.02691994607448578, 0.009615465067327023, -0.0041019185446202755, 0.03076842799782753, 0.02224324271082878, 0.013210141099989414, 0.026846135035157204, 0.014767516404390335, 0.01459396444261074, 0.03613874316215515, 0.03046189434826374, 0.026831069961190224, 0.030282560735940933, 0.014812907204031944, 0.019345544278621674, 0.03740088641643524, 0.04908612743020058, 0.010524948127567768, -0.0016714984085410833, 0.000521103385835886, 0.04031401127576828, 0.03384600579738617, 0.01824609376490116, 0.04838305339217186, 0.06346955895423889, 0.014028026722371578, 0.02591341733932495, 0.008983282372355461, 0.0165886040776968, 0.025292426347732544, 0.025313707068562508, 0.046319380402565, 0.005973498336970806, 0.04577339440584183, 0.09212243556976318, 0.10337312519550323, 0.0740002915263176, 0.06010730192065239, 0.05408164858818054, 0.035033486783504486, 0.04917414113879204, 0.06444823741912842, 0.06223180517554283, 0.09128409624099731, 0.06483349204063416, 0.05883115530014038, 0.04473727196455002, 0.03052874095737934, 0.058937832713127136, -0.01446919422596693, -0.0033240735065191984, -0.03777211531996727, -0.023420510813593864, 0.028279561549425125, 0.011242884211242199, 0.02604830078780651, -0.004524994175881147, 0.018468661233782768, 0.029774688184261322, 0.009120460599660873, -0.03204503282904625, -0.01614360138773918, 0.04104495048522949, 0.011827030219137669, 0.06182596832513809, 0.07290943711996078, 0.09788620471954346, 0.1320241540670395, 0.11071302741765976, 0.13673236966133118, 0.1740795075893402, 0.14858409762382507, 0.1493968963623047, 0.163874551653862, 0.14338892698287964, 0.17444762587547302, 0.16414575278759003, 0.20189744234085083, 0.21928389370441437, 0.18910032510757446, 0.24424760043621063, 0.2598801851272583, 0.22160637378692627, 0.2592475116252899, 0.2639380693435669, 0.23899643123149872, 0.26770490407943726, 0.2732507884502411, 0.22357308864593506, 0.2428412139415741, 0.2721911072731018, 0.22330424189567566, 0.23663322627544403, 0.20989331603050232, 0.22242531180381775, 0.19959893822669983, 0.17428913712501526, 0.17456865310668945, 0.17461420595645905, 0.17881610989570618, 0.1562700718641281, 0.14872708916664124, 0.14700989425182343, 0.15875375270843506, 0.15747931599617004, 0.17681674659252167, 0.17170539498329163, 0.13587087392807007, 0.14429907500743866, 0.13826005160808563, 0.08905058354139328, 0.09704622626304626, 0.08796504884958267, 0.0988277718424797, 0.1282743513584137, 0.11063210666179657, 0.08753186464309692, 0.07149744778871536, 0.10915373265743256, 0.06066267564892769, 0.10217975825071335, 0.11791723966598511, 0.0908990129828453, 0.09360769391059875, 0.1020885482430458, 0.08815854042768478, 0.060816481709480286, 0.051878686994314194, 0.025685802102088928, 0.024400465190410614, 0.049134571105241776, 0.006010789889842272, 0.005696883425116539, -0.0299721360206604, -0.029265549033880234, -0.01865665800869465, -0.018288999795913696, -0.006044049747288227, -0.027615580707788467, 0.0019307303009554744, 0.015791185200214386, 0.04862293601036072, 0.05551213398575783, 0.05383075401186943, 0.047405410557985306, 0.02998608537018299, 0.03809058293700218, 0.021441202610731125, 0.011982690542936325, 0.012534856796264648, -0.011609173379838467, 0.01805630885064602, 0.002669048262760043, -0.01574212871491909, -0.011915186420083046, 0.034077756106853485, -0.02614501491189003, -0.04925590008497238, -0.027492042630910873, -0.04526998847723007, -0.06197768822312355, -0.07301431894302368, -0.086207814514637, -0.09569087624549866, -0.08200352638959885, -0.06425052136182785, -0.07985719293355942, -0.08610716462135315, -0.08626262843608856, -0.042865484952926636, -0.04326079040765762, -0.0717223510146141, -0.03730524703860283, -0.03368079662322998, -0.029411494731903076, -0.0386662557721138, -0.02886083349585533, -0.04658464714884758, -0.07700998336076736, -0.07942871749401093, -0.08107265830039978, -0.08478499203920364, -0.09005521982908249, -0.07408159971237183, -0.07814030349254608, -0.07528847455978394, -0.07417411357164383, -0.07052188366651535, -0.07626217603683472, -0.07749349623918533, -0.11136578023433685, -0.11915499716997147, -0.08886513113975525, -0.12466415762901306, -0.0879293829202652, -0.09490407258272171, -0.08959861844778061, -0.09126587957143784, -0.08964826911687851, -0.0716390609741211, -0.06094617396593094, -0.057226452976465225, -0.028624044731259346, -0.031060971319675446, -0.023205986246466637, -0.037901632487773895, -0.043378107249736786, -0.0088797090575099, -0.02667061612010002, -0.036789145320653915, -0.005986503791064024, -0.0034846665803343058, -0.0011114900698885322, 0.026180781424045563, 0.0038392124697566032, 0.05710582435131073, 0.02651941031217575, 0.043456096202135086, 0.08429252356290817, 0.07321860641241074, 0.09440282732248306, 0.09120963513851166, 0.08803002536296844, 0.06397565454244614, 0.0438985750079155, 0.05947648361325264, 0.04332166910171509, 0.06249629333615303, 0.05195288732647896, 0.06069424748420715, 0.03602658957242966, 0.023069817572832108, 0.029398489743471146, -0.01222147699445486, 0.013244939967989922, -0.011621778830885887, -0.0014669275842607021, -0.0033764978870749474, -0.027707941830158234, -0.043771274387836456, -0.04410499706864357, -0.034259337931871414, -0.035599466413259506, -0.012611228041350842, -0.03612785041332245, -0.05300149694085121, 0.00769068393856287, -0.022498827427625656, -0.009875508025288582, -0.006008869502693415, -0.017998337745666504, 0.018823061138391495, -0.010677366517484188, 0.014834141358733177, -0.025212688371539116, -0.000913511379621923, -0.004105078522115946, -0.006069445051252842, -0.013356632553040981, -0.06785763055086136, -0.05510958656668663, -0.053395453840494156, -0.04568782448768616, -0.06288906931877136, -0.09241807460784912, -0.07534073293209076, -0.06544646620750427, -0.059450991451740265, -0.09721487015485764, -0.08632225543260574, -0.06238415464758873, -0.08149364590644836, -0.032219983637332916, -0.062005747109651566, -0.08435888588428497, -0.05943899601697922, -0.0645965039730072, -0.06397055089473724, -0.10550256818532944, -0.08355707675218582, -0.09390858560800552, -0.13164980709552765, -0.11845855414867401, -0.14186660945415497, -0.1469900906085968, -0.1268739253282547, -0.1284985989332199, -0.14603674411773682, -0.13152791559696198, -0.11707105487585068, -0.11538643389940262, -0.10006190091371536, -0.08005271852016449, -0.08602175861597061, -0.054649218916893005, -0.024554163217544556, -0.015350817702710629, -0.0020557320676743984, 0.033745646476745605, 0.013248267583549023, 0.038809049874544144, 0.044424597173929214, 0.035768814384937286, 0.012171017937362194, 0.01871337927877903, -0.0013678226387128234, 0.02917649783194065, 0.03893806040287018, 0.03376840800046921, 0.044983331114053726, 0.02992110885679722, 0.05855346471071243, 0.05513916164636612, 0.0752883031964302, 0.0574159137904644, 0.0288279689848423, 0.044464994221925735, 0.07811176031827927, 0.05909696966409683, 0.05116196721792221, 0.05634985864162445, 0.04492125287652016, 0.03070008009672165, 0.020138347521424294, -0.01955435238778591, -0.037832602858543396, 0.004401429556310177, -0.03251074254512787, -0.04991772025823593, -0.0386589914560318, -0.08169067651033401, -0.02239355817437172, -0.027422761544585228, -0.0707528218626976, -0.09569746255874634, -0.0779760330915451, -0.08866167068481445, -0.10100127011537552, -0.0917968824505806, -0.09860794246196747, -0.07734319567680359, -0.07820869982242584, -0.06322100758552551, -0.07935918867588043, -0.04967711865901947, -0.04758476838469505, -0.048194240778684616, -0.02221226692199707, -0.06899185478687286, -0.060752689838409424, -0.025375988334417343, -0.0039312830194830894, -0.0274199228733778, -0.022199958562850952, -0.020016469061374664, -0.04533979669213295, -0.014845642261207104, -0.005579769611358643, -0.006666912231594324, 0.012142588384449482, 0.03127776458859444, 0.0343196876347065, 0.06585217267274857, 0.07131131738424301, 0.058987073600292206, 0.09542790800333023, 0.07510457187891006, 0.03620222955942154, 0.043689411133527756, 0.05511537194252014, 0.034134380519390106, 0.020508557558059692, 0.047540683299303055, 0.05218993127346039, 0.07400033622980118, 0.09738349914550781, 0.09186039865016937, 0.0968051329255104, 0.0901104211807251, 0.07517358660697937, 0.057401105761528015, 0.047831591218709946, 0.021846039220690727, 0.020303726196289062, 0.0028210626915097237, 0.0032723371405154467, 0.012981492094695568, -0.020398547872900963, -0.06190311536192894, -0.03495824337005615, -0.03219769150018692, -0.036731135100126266, -0.011997335590422153, -0.023919472470879555, -0.015014562755823135, -0.03059108555316925, -0.017193257808685303, -0.022795449942350388, -0.04778946191072464, -0.0351504310965538, -0.026996461674571037, -0.034292206168174744, -0.01345897652208805, -0.02297624573111534, -0.022485092282295227, -0.05448447912931442, -0.055975548923015594, -0.04580052196979523, -0.041956618428230286, -0.019341588020324707, -0.047717269510030746, -0.06997372210025787, -0.07322736829519272, -0.04717567190527916, -0.0796622782945633, -0.09959298372268677, -0.09993159770965576, -0.08520034700632095, -0.10604771971702576, -0.08757095783948898, -0.07820837199687958, -0.09168966859579086, -0.07586444914340973, -0.09782015532255173, -0.03929631784558296, -0.048132479190826416, -0.08089788258075714, -0.0698046162724495, -0.02546510100364685, -0.030987389385700226, -0.054373662918806076, -0.032006051391363144, -0.007740741595625877, -0.03305133432149887, -0.025898601859807968, -0.006736658979207277, -0.018512383103370667, -0.0046423631720244884, -0.0034056997392326593, -0.0044392989948391914, 0.005326676182448864, 0.005943546537309885, 0.013791739009320736, 0.012779677286744118, 0.017981301993131638, 0.030411310493946075, 0.038034871220588684, 0.07253476977348328, 0.034958161413669586, 0.019488587975502014, 0.03441503643989563, 0.05392448231577873, 0.061527129262685776, 0.05366963520646095, 0.04486379399895668, 0.04190937802195549, 0.04121009632945061, 0.01386750116944313, 0.003548020264133811, 0.010005084797739983, -0.01574409194290638, -0.0294431671500206, -0.03386654332280159, -0.020055152475833893, -0.03141223266720772, -0.0721936896443367, -0.06004300341010094, -0.045144859701395035, -0.07387535274028778, -0.038221325725317, -0.011661916971206665, -0.04071739315986633, -0.0082626361399889, -0.013242194429039955, 0.005555182695388794, 0.009960293769836426, 0.00765786599367857, -0.006769606377929449, 0.0025679541286081076, 0.023287110030651093, 0.02582123503088951, 0.008475929498672485, 0.0029556252993643284, 0.012117748148739338, 0.014425189234316349, 0.05286635830998421, 0.03411659598350525, 0.06515197455883026, 0.07797978818416595, 0.08926954120397568, 0.09182149171829224, 0.09896700084209442, 0.11344247311353683, 0.09436726570129395, 0.11336781084537506, 0.1060754656791687, 0.11582896113395691, 0.1291012465953827, 0.11774114519357681, 0.13255764544010162, 0.12456716597080231, 0.1597704440355301, 0.1481308937072754, 0.16389431059360504, 0.1473034918308258, 0.13513286411762238, 0.15219101309776306, 0.17359307408332825, 0.16344194114208221, 0.17292384803295135, 0.22240792214870453, 0.16372857987880707, 0.17620065808296204, 0.15191052854061127, 0.1478511542081833, 0.1834344118833542, 0.1645420640707016, 0.17062830924987793, 0.1802842617034912, 0.19280286133289337, 0.16538412868976593, 0.14849673211574554, 0.1609567105770111, 0.14272740483283997, 0.11884073168039322, 0.1062275692820549, 0.11556525528430939, 0.08325847238302231, 0.0532815158367157, 0.02387973852455616, 0.024383561685681343, 0.029237529262900352, 0.04004736244678497, 0.017331797629594803, 0.04692602530121803, 0.060462817549705505, 0.02465702034533024, -0.00011362139048287645, 0.0007583623519167304, 0.016536271199584007, -0.014099606312811375, -0.010746140033006668, -0.023104336112737656, -0.039782386273145676, -0.049027759581804276, -0.06919106096029282, -0.06613943725824356, -0.08908337354660034, -0.10601190477609634, -0.07933832705020905, -0.0695885643362999, -0.08804301172494888, -0.057169925421476364, -0.06555009633302689, -0.0742075964808464, -0.06749407947063446, -0.06566574424505234, -0.06938481330871582, -0.046569500118494034, -0.030712269246578217, -0.0590202696621418, -0.03790627419948578, -0.04506876319646835, 0.005266739055514336, 0.00019653172057587653, -0.00018282554810866714, -0.019293522462248802, -0.05803724378347397, -0.012041706591844559, -0.040956366807222366, -0.03654234856367111, -0.03524321690201759, -0.06781642884016037, -0.05695313215255737, -0.07056266069412231, -0.08854007720947266, -0.096116803586483, -0.05994284898042679, -0.06083707883954048, -0.06932743638753891, -0.05832260474562645, -0.048759933561086655, -0.03715457767248154, -0.038302045315504074, -0.0852801501750946, -0.10158394277095795, -0.07313232123851776, -0.06454899907112122, -0.08130893111228943, -0.09562870860099792, -0.07314556837081909, -0.10437032580375671, -0.08743570744991302, -0.032674890011548996, -0.05719296261668205, -0.04098310321569443, -0.03513013571500778, -0.06030501797795296, -0.06351245194673538, -0.08642569184303284, -0.07434652745723724, -0.09224505722522736, -0.11399561911821365, -0.09306927770376205, -0.10691525042057037, -0.09182212501764297, -0.10141178965568542, -0.09853747487068176, -0.09363259375095367, -0.11207962781190872, -0.0974721685051918, -0.13698574900627136, -0.11211340129375458, -0.10586853325366974, -0.1309923380613327, -0.12425742298364639, -0.1325022429227829, -0.11523479968309402, -0.12374966591596603, -0.09706338495016098, -0.07497335225343704, -0.05938482657074928, -0.07469240576028824, -0.05883260443806648, -0.024736471474170685, -0.03430940583348274, -0.026366932317614555, -0.032985128462314606, -0.017243029549717903, -0.013884815387427807, 0.0021153180859982967, -0.014344950206577778, -0.027612486854195595, -0.010410089045763016, -0.015839729458093643, 0.0019993798341602087, 0.0031663498375564814, -0.012004077434539795, -0.010982020758092403, -0.021998414769768715, -0.018004393205046654, -0.037235718220472336, -0.0148356594145298, 0.00011026132415281609, -0.008639520034193993, -0.003521597944200039, -0.030485644936561584, -0.0360877700150013, -0.024079512804746628, -0.026479503139853477, -0.05064515396952629, -0.05071986839175224, -0.05230046063661575, -0.06232571229338646, -0.039794303476810455, -0.06273019313812256, -0.03137219324707985, -0.022425618022680283, -0.02392374351620674, -0.04220090061426163, -0.05456329137086868, -0.028116758912801743, -0.04368623346090317, -0.054838910698890686, -0.050056010484695435, -0.05649486556649208, -0.06723196804523468, -0.06249155476689339, -0.07033701986074448, -0.047414571046829224, -0.04214092716574669, -0.059394825249910355, -0.018653392791748047, -0.02600405178964138, -0.053714655339717865, -0.04208718612790108, -0.008760970085859299, -0.007174934726208448, 0.0002651124377734959, -0.008325501345098019, -0.04299959912896156, -0.013047792948782444, -0.031170543283224106, -0.05893449857831001, -0.04489786922931671, -0.03408581390976906, -0.010684607550501823, -0.02754712477326393, -0.05478311702609062, -0.027724387124180794, -0.02374689280986786, -0.022845450788736343, -0.02907584048807621, -0.04283975809812546, -0.024173567071557045, -0.018725506961345673, -0.01702665537595749, -0.0021718614734709263, -0.012293693609535694, -0.020027894526720047, -0.006349934730678797, 0.04304082319140434, 0.03227304294705391, 0.006149318069219589, 0.004993177950382233, 0.005481243599206209, 0.023562565445899963, -0.02816344052553177, -0.01689721643924713, 0.036238089203834534, 0.05439762771129608, 0.06448572874069214, 0.0547160767018795, 0.06395421922206879, 0.08063101023435593, 0.10413718223571777, 0.09363152086734772, 0.06162775680422783, 0.06499767303466797, 0.08475448191165924, 0.11058086156845093, 0.07896451652050018, 0.054563287645578384, 0.0685291662812233, 0.055842164903879166, 0.05845122039318085, 0.039404962211847305, 0.04744279384613037, 0.04117013141512871, 0.03709564730525017, 0.01961842179298401, 0.011037427932024002, 0.02105323038995266, 0.03364001214504242, 0.045483361929655075, 0.03712179511785507, 0.01727849803864956, 0.03284335881471634, 0.029046431183815002, 0.03585139662027359, 0.017135536298155785, 0.030748775228857994, 0.02012581191956997, 0.035915594547986984, 0.03628096356987953, 0.015719957649707794, -0.003917990252375603, -0.023586265742778778, -0.012318918481469154, 0.002386878477409482, -0.013990363106131554, 0.018495414406061172, 0.023772520944476128, 0.024429839104413986, 0.036228686571121216, 0.057395149022340775, 0.07146421074867249, 0.08323254436254501, 0.11439060419797897, 0.10557939857244492, 0.08630011230707169, 0.07137374579906464, 0.04815647751092911, 0.07992546260356903, 0.054375387728214264, 0.04070703685283661, 0.07022655755281448, 0.0758223682641983, 0.07858381420373917, 0.04601535573601723, 0.06044119969010353, 0.052868135273456573, 0.05820570886135101, 0.05705100670456886, 0.05725626274943352, 0.05984431505203247, 0.05165230110287666, 0.05480527505278587, 0.030874885618686676, 0.008473745547235012, -0.01057491172105074, -0.0012820404954254627, -0.005248531233519316, -0.04834643006324768, -0.043830130249261856, -0.017115643247961998, 0.0074394685216248035, -0.009918767027556896, -0.027723025530576706, -0.03022831305861473, -0.03199148178100586, 0.006362373474985361, -0.00687018595635891, -0.033319346606731415, 0.0058182235807180405, 0.008633991703391075, -0.007705853320658207, -0.00600386131554842, -0.008945616893470287, 0.021664448082447052, 0.011136570945382118, 0.0368935689330101, 0.05181986466050148, 0.04354075342416763, 0.032434750348329544, 0.04280978813767433, 0.053368519991636276, 0.021023238077759743, 0.02098786272108555, 0.029570337384939194, 0.011881508864462376, 0.0313231498003006, 0.030373061075806618, 0.050913188606500626, 0.0683300569653511, 0.0656990259885788, 0.06388849765062332, 0.07096162438392639, 0.07807250320911407, 0.08576137572526932, 0.08395117521286011, 0.06592856347560883, 0.03137410804629326, 0.009538905695080757, -0.00827720481902361, -0.002849217737093568, -0.03265281394124031, -0.03848554566502571, -0.016016483306884766, 0.007871463894844055, -0.011708955280482769, -0.03406997397542, -0.009582447819411755, -0.00841626338660717, -0.004800199065357447, -0.001654040883295238, -0.009038453921675682, 0.019797617569565773, 0.014600438065826893, 0.0005945641314610839, -0.005530050024390221, 0.031684938818216324, 0.07425282150506973, 0.013896561227738857, -0.014329038560390472, -0.015726888552308083, -0.027061033993959427, -0.011621154844760895, -0.008378526195883751, 0.013148423284292221, 0.01622617430984974, 0.008646735921502113, -0.011746345087885857, 0.01728455163538456, 0.02024531178176403, -0.014925279654562473, -0.003232125425711274, -0.013962131924927235, -0.0012895771069452167, -0.013190770521759987, -0.022213811054825783, -0.02167617343366146, -0.0069700381718575954, -0.027785060927271843, -0.04488540068268776, 0.006185365840792656, -0.030322091653943062, -0.026814047247171402, -0.053289517760276794, -0.07737216353416443, -0.08376827090978622, -0.06104809045791626, -0.048285894095897675, -0.06440804153680801, -0.06360545754432678, -0.04812103882431984, -0.07788528501987457, -0.05213668942451477, -0.05282983183860779, -0.07198190689086914, -0.05471977964043617, -0.04793405160307884, -0.07570752501487732, -0.056450460106134415, -0.0795430839061737, -0.08395633101463318, -0.11097650974988937, -0.10879278928041458, -0.11185450851917267, -0.12040919810533524, -0.1149088442325592, -0.08480850607156754, -0.1182323768734932, -0.09190735220909119, -0.10778318345546722, -0.1158449649810791, -0.08701353520154953, -0.10102719813585281, -0.07648018002510071, -0.09207287430763245, -0.09782103449106216, -0.10745009034872055, -0.09870581328868866, -0.06390804052352905, -0.0893365889787674, -0.06718026101589203, -0.07100310176610947, -0.09848760813474655, -0.09821862727403641, -0.0708891972899437, -0.05414088815450668, -0.06787490844726562, -0.05359512194991112, -0.04873986542224884, -0.050656575709581375, -0.050536129623651505, -0.06298917531967163, -0.028652925044298172, -0.0279804989695549, -0.00029895585612393916, 0.004266076255589724, -0.012887902557849884, -0.00809432566165924, -0.004246826283633709, 0.05012423172593117, 0.04177378490567207, 0.012098804116249084, 0.030395347625017166, 0.03084012120962143, 0.034264497458934784, 0.04299035668373108, 0.07174628973007202, 0.10010204464197159, 0.09825293719768524, 0.07856404036283493, 0.07574458420276642, 0.04403076693415642, 0.03957904130220413, 0.050123780965805054, 0.07324913889169693, 0.05090072378516197, 0.06480414420366287, 0.09744048863649368, 0.08229777961969376, 0.07305431365966797, 0.06680934131145477, 0.10944399237632751, 0.11449471116065979, 0.0785553902387619, 0.08719216287136078, 0.06454598903656006, 0.06134166195988655, 0.050866346806287766, 0.035282935947179794, 0.0027759389486163855, 0.03507258743047714, 0.032545577734708786, 0.02803778275847435, 0.037926528602838516, 0.02693927474319935, 0.06189772114157677, 0.0850253701210022, 0.04244781658053398, 0.04188958927989006, 0.052067678421735764, 0.017709169536828995, 0.023618044331669807, 0.046880561858415604, 0.022908581420779228, 0.025641756132245064, 0.02729266695678234, 0.056138068437576294, 0.026790624484419823, 0.03441188484430313, 0.06958669424057007, 0.03732046112418175, 0.0483044795691967, 0.05907078832387924, 0.019263409078121185, 0.03762216866016388, 0.06413211673498154, 0.06044536083936691, 0.05668199434876442, 0.016333015635609627, 0.0394645556807518, 0.046126823872327805, 0.03298071771860123, 0.0504826195538044, 0.0539797767996788, 0.019427776336669922, 0.027295982465147972, 0.016021406278014183, 0.021626858040690422, 0.0041327159851789474, -0.002187741454690695, 0.01557027269154787, -0.022250257432460785, -0.027722084894776344, -0.018211055546998978, -0.025258997455239296, -0.028407905250787735, -0.014671502634882927, -0.029468325898051262, -0.05700012668967247, -0.04265819489955902, -0.04477545991539955, -0.03963018208742142, 0.000564423156902194, 0.008051962591707706, -0.0028902234043926, -0.005659925285726786, 0.001895610592328012, 0.009401924908161163, -0.01023800764232874, 0.004199462477117777, -0.03181635960936546, -0.024988634511828423, -0.0035699771251529455, 0.0027009390760213137, -0.0003192140720784664, 0.012132006697356701, 0.008201449178159237, 0.016096267849206924, 0.04456654563546181, 0.007953089661896229, -0.006065026391297579, -0.03661465272307396, -0.003816058859229088, -0.01866762898862362, -0.006024590227752924, 0.004322937224060297, -0.01691705919802189, 0.0026577585376799107, -0.0012163663050159812, -0.0012628691038116813, -0.008961312472820282, -0.011020412668585777, 0.01225216593593359, 0.03250936418771744, 0.033658746629953384, 0.004683235660195351, 0.04007783159613609, 0.029203470796346664, 0.018459266051650047, -0.0023524477146565914, -0.020885076373815536, 0.0009093895787373185, 0.0342535600066185, 0.05605033412575722, 0.052538659423589706, 0.05006830394268036, 0.03135867416858673, 0.03997417166829109, 0.03917001187801361, 0.03752436861395836, 0.051887013018131256, 0.04603934288024902, 0.05095682293176651, -0.002185347955673933, 0.0050512938760221004, 0.046543996781110764, 0.008393633179366589, 0.030105607584118843, 0.05614572763442993, 0.040092404931783676, 0.06209007650613785, 0.03447376936674118, 0.018399737775325775, 0.003260368946939707, 0.004704455845057964, 0.01747744530439377, 0.011828115209937096, 0.0586044043302536, 0.034380629658699036, 0.04286401718854904, 0.06872259825468063, 0.07350032776594162, 0.07742372900247574, 0.10576922446489334, 0.11664172261953354, 0.09179893881082535, 0.08474818617105484, 0.08101584017276764, 0.0767723023891449, 0.055215898901224136, 0.05840349569916725, 0.04397118091583252, 0.04828960821032524, 0.05504649132490158, 0.0222353246062994, -0.0021545018535107374, 0.029388543218374252, 0.0007926718099042773, -0.0027229690458625555, 0.013965409249067307, 0.00829913280904293, 0.0047847735695540905, 0.015420726500451565, 0.022880040109157562, 0.0011089460458606482, -0.017427319660782814, -0.05575380101799965, -0.023265769705176353, -0.03438064828515053, -0.04008103162050247, -0.05122987926006317, -0.05945545807480812, -0.028394319117069244, -0.001902617048472166, 0.01869845762848854, 0.009226184338331223, 0.008306879550218582, -0.006681060418486595, -0.01341240108013153, 0.008655131794512272, 0.027269529178738594, 0.05279149115085602, 0.0477866530418396, 0.06629684567451477, 0.07812340557575226, 0.056952062994241714, 0.04261244088411331, 0.063677579164505, 0.07418280839920044, 0.07001420110464096, 0.08689092099666595, 0.1121027022600174, 0.13243238627910614, 0.09197662770748138, 0.11936994642019272, 0.10894446074962616, 0.12233858555555344, 0.1162615716457367, 0.07684818655252457, 0.12909917533397675, 0.0965193510055542, 0.10263682156801224, 0.12131929397583008, 0.09443875402212143, 0.09307780116796494, 0.10868901759386063, 0.11709237843751907, 0.09004821628332138, 0.10436012595891953, 0.13626828789710999, 0.1460808664560318, 0.14560556411743164, 0.1413595974445343, 0.1693519651889801, 0.17072951793670654, 0.14145490527153015, 0.1406215876340866, 0.1580691784620285, 0.16519704461097717, 0.11508885025978088, 0.15260356664657593, 0.10720446705818176, 0.09408313035964966, 0.1279628574848175, 0.12161408364772797, 0.11081092059612274, 0.09612592309713364, 0.09576532244682312, 0.09032853692770004, 0.08058786392211914, 0.10608326643705368, 0.09112260490655899, 0.09327766299247742, 0.09249016642570496, 0.08103073388338089, 0.06789978593587875, 0.06732341647148132, 0.05557528883218765, 0.06713349372148514, 0.07915525138378143, 0.061531711369752884, 0.07697358727455139, 0.08004772663116455, 0.049252189695835114, 0.009901627898216248, -0.00840767938643694, 0.02542276680469513, 0.009780710563063622, -0.0009626983664929867, -0.02039816789329052, -0.05485506355762482, -0.09640377759933472, -0.08209767192602158, -0.06652966141700745, -0.07767917215824127, -0.08994370698928833, -0.10960354655981064, -0.09270186722278595, -0.07794515788555145, -0.0922292172908783, -0.0724017545580864, -0.07315120846033096, -0.0871037095785141, -0.08629810810089111, -0.07458081096410751, -0.0723995789885521, -0.06556406617164612, -0.04487732797861099, -0.03978511691093445, -0.07654150575399399, -0.05160127580165863, -0.055585432797670364, -0.07738654315471649, -0.05598156899213791, -0.10152024030685425, -0.08301042765378952, -0.0988926962018013, -0.09056178480386734, -0.08374857902526855, -0.10616125166416168, -0.11364848911762238, -0.08756443858146667, -0.10363242775201797, -0.09800383448600769, -0.08671282976865768, -0.10454118251800537, -0.07066760212182999, -0.07784271985292435, -0.10275626927614212, -0.0843241736292839, -0.11407758295536041, -0.1251305490732193, -0.11710665374994278, -0.14744782447814941, -0.1282617449760437, -0.1386609524488449, -0.11471278220415115, -0.11784674227237701, -0.1144106388092041, -0.1089542806148529, -0.10568754374980927, -0.0879131630063057, -0.10665304213762283, -0.11629509180784225, -0.10887210071086884, -0.11445789784193039, -0.08814774453639984, -0.05884610116481781, -0.06121581792831421, -0.04615257307887077, -0.06226857006549835, -0.024512939155101776, -0.06111621484160423, -0.05373762920498848, -0.04171670600771904, -0.04864610731601715, -0.06296802312135696, -0.05712723359465599, -0.03287054970860481, 0.015869028866291046, -0.0458826906979084, -0.01635313406586647, 0.004735470749437809, 0.021245114505290985, 0.019146397709846497, 0.018914900720119476, 0.005514831282198429, -0.00406776275485754, -0.00021455759997479618, -0.0355389304459095, -0.04955197498202324, -0.03188879415392876, -0.0038580906111747026, 0.02153102681040764, 0.05432058870792389, 0.07751604914665222, 0.018907945603132248, 0.010613600723445415, 0.013587160035967827, -0.003334159031510353, -0.035811036825180054, 0.03615013137459755, 0.11022364348173141, 0.13355791568756104, 0.05044008418917656, -0.0026749507524073124, -0.09625224024057388, -0.08788321912288666, -0.0700126439332962, 0.000858233543112874, -0.0027499375864863396, -0.0019279447151347995, -0.05236531421542168, -0.11857301741838455, -0.13385796546936035, -0.13888749480247498, -0.14590197801589966, -0.12225865572690964, -0.13158664107322693, -0.04663243144750595, -0.056215111166238785, -0.11051061004400253, -0.2187148481607437, -0.14657582342624664, -0.03058038093149662, -0.03499172255396843, 0.11814310401678085, 0.05578082427382469, 0.044494714587926865, 0.07055658847093582, 0.052868328988552094, 0.1081547960639, 0.18943355977535248, 0.14195039868354797, 0.27140405774116516, 0.2417989820241928, 0.13151879608631134, 0.13013021647930145, 0.04125374183058739, 0.08954600244760513, -0.013267002999782562, -0.13408976793289185, -0.28958094120025635, -0.3067554831504822, -0.3662302494049072, -0.3286849856376648, -0.3268044590950012, -0.3181755244731903, -0.36273786425590515, -0.36128857731819153, -0.47452184557914734, -0.5669172406196594, -0.5239895582199097, -0.3998302221298218, -0.35264265537261963, -0.3607516884803772, -0.3001250624656677, -0.2701368033885956, -0.2959011197090149, -0.26585954427719116, -0.18870185315608978, -0.11830725520849228, -0.1299523562192917, -0.04081134498119354, 0.08898695558309555, -0.02382354997098446, 0.0029669897630810738, 0.000720876909326762, -0.015931537374854088, -0.04727905988693237, 0.009652871638536453, 0.1030879095196724, 0.1604311466217041, 0.03233802691102028, 0.10318086296319962, -0.06205021217465401, 0.005819338373839855, 0.05670164152979851, 0.037482850253582, 0.04299856722354889, 0.00593148497864604, -0.10139115899801254, -0.10311269015073776, -0.1404324173927307, -0.12146341055631638, -0.08110020309686661, -0.1872411072254181, -0.1665269136428833, -0.23102118074893951, -0.2901216745376587, -0.41258320212364197, -0.31899675726890564, -0.3707985579967499, -0.36110925674438477, -0.48723798990249634, -0.48771438002586365, -0.32787737250328064, -0.26004165410995483, -0.2412337064743042, -0.10151872038841248, -0.12249131500720978, -0.09732436388731003, 0.09685266762971878, 0.14306209981441498, 0.08445903658866882, 0.23415569961071014, 0.38840898871421814, 0.3019104599952698, 0.3677351772785187, 0.4179058074951172, 0.30494195222854614, 0.2827101945877075, 0.3618890643119812, 0.4530031681060791, 0.49495887756347656, 0.5897811651229858, 0.4740062654018402, 0.4206749200820923, 0.26182636618614197, -0.018542272970080376, -0.08335601538419724, -0.1879417598247528, -0.17647597193717957, -0.1914205104112625, -0.3432064354419708, -0.30793410539627075, -0.20590007305145264, -0.40134328603744507, -0.3696610629558563, -0.3328709900379181, -0.08191686868667603, -0.05304615572094917, -0.19116851687431335, -0.22755584120750427, -0.19958101212978363, -0.09278730303049088, -0.10769287496805191, 0.0603465773165226, -0.12364406138658524, -0.0173225998878479, 0.1923026591539383, 0.17732611298561096, 0.05581294745206833, 0.04914326220750809, 0.23274695873260498, 0.13345588743686676, -0.058277953416109085, 0.08305269479751587, 0.0266012754291296, -0.08697685599327087, 0.16440942883491516, 0.11591950803995132, 0.013551048934459686, 0.23279692232608795, 0.1997404396533966, 0.15507672727108002, 0.2208239585161209, 0.045410942286252975, 0.08942210674285889, -0.09012307226657867, -0.22198371589183807, -0.13953633606433868, -0.2390231341123581, -0.21534457802772522, -0.20054085552692413, -0.2144974023103714, -0.2771749496459961, -0.2493373304605484, -0.256600022315979, -0.24728715419769287, -0.36822715401649475, -0.5003334283828735, -0.5973379015922546, -0.5240597724914551, -0.4616248607635498, -0.3760727345943451, -0.3573228716850281, -0.24161501228809357, -0.24185040593147278, -0.3450457751750946, -0.23347118496894836, -0.09846488386392593, -0.14356839656829834, -0.13184018433094025, -0.19309461116790771, -0.068025141954422, 0.12055762857198715, 0.21028631925582886, 0.42477893829345703, 0.5397104620933533, 0.47466835379600525, 0.42687761783599854, 0.18155813217163086, 0.1885758936405182, 0.22074587643146515, 0.20333541929721832, 0.24861860275268555, 0.10241832584142685, 0.10068698972463608, 0.04990844056010246, -0.007972050458192825, 0.17740973830223083, 0.1404273360967636, 0.11745996028184891, -0.049223560839891434, -0.12324301898479462, -0.045110829174518585, -0.005824098829180002, -0.05745050683617592, -0.02107319049537182, -0.20397189259529114, -0.26160314679145813, -0.35333606600761414, -0.295661985874176, -0.21947568655014038, -0.003906333819031715, 0.20653261244297028, 0.06169664487242699, 0.022013194859027863, 0.029775399714708328, 0.05994262173771858, 0.010963143780827522, 0.17373910546302795, 0.11677972227334976, 0.3461982011795044, 0.4352501928806305, 0.23625175654888153, 0.6752769351005554, 0.6925479769706726, 0.17179971933364868, 0.2070871740579605, 0.38238880038261414, 0.6277491450309753, 0.42309433221817017, 0.12646377086639404, 0.37641441822052, 0.17630638182163239, 0.08103961497545242, 0.17264243960380554, 0.09456630796194077, 0.22466102242469788, 0.30436277389526367, 0.23741275072097778, 0.05593165010213852, 0.02675730362534523, 0.07001896947622299, 0.06386667490005493, 0.06857696175575256, -0.011111529543995857, -0.07834634184837341, -0.16060425341129303, 0.13083121180534363, 0.1631843000650406, 0.020251482725143433, 0.2494780719280243, 0.2123645544052124, 0.5353202819824219, 0.34763801097869873, 0.1549350619316101, 0.2238065004348755, 0.07148203998804092, 0.280335396528244, 0.09396713227033615, 0.22471828758716583, 0.2442592978477478, -0.06405050307512283, -0.11021788418292999, -0.3193722665309906, -0.2252410650253296, 0.06649096310138702, -0.1301821768283844, 0.048340607434511185, 0.09131301194429398, -0.1257181465625763, 0.11253651976585388, -0.2095012068748474, -0.18007639050483704, 0.0765635222196579, -0.04657139256596565, -0.10467718541622162, -0.19360016286373138, 0.04326788708567619, -0.08722489327192307, -0.24824833869934082, -0.1877686083316803, 0.031108109280467033, 0.05160936713218689, 0.11786092817783356, 0.04349418729543686, -0.05890701338648796, 0.3399181663990021, 0.15353627502918243, 0.004982572980225086, 0.17400164902210236, 0.16970615088939667, 0.07593566179275513, 0.19855335354804993, 0.19957846403121948, 0.2988138198852539, 0.3121632933616638, 0.33211377263069153, 0.19358064234256744, 0.3308248519897461, 0.35533082485198975, 0.0666700154542923, 0.21124805510044098, 0.38597434759140015, 0.39066004753112793, 0.2759602665901184, 0.38314834237098694, 0.4505505859851837, 0.3580324649810791, -0.020225508138537407, -0.03421428054571152, 0.025401510298252106, 0.2571463882923126, 0.26033416390419006, 0.013967092148959637, -0.10557743161916733, -0.36026155948638916, -0.09015113860368729, 0.13462698459625244, -0.09422430396080017, -0.3625389039516449, -0.1772829294204712, 0.07448270171880722, -0.14672769606113434, -0.11597803235054016, 0.04594902694225311, -0.01060809101909399, 0.08931495994329453, -0.012340744026005268, 0.12375883013010025, 0.3016934096813202, 0.3133811950683594, 0.2557165324687958, 0.14377668499946594, 0.4077882766723633, 0.48941200971603394, 0.23032966256141663, 0.2598518431186676, 0.3400004208087921, 0.2774371802806854, -0.07721511274576187, -0.09772490710020065, -0.00085371860768646, -0.06868989765644073, 0.08163975179195404, -0.14419682323932648, -0.26765912771224976, -0.4718888998031616, -0.3846484124660492, -0.47546640038490295, -0.5146464109420776, -0.5969028472900391, -0.38724637031555176, -0.22317004203796387, -0.21791408956050873, -0.10957897454500198, -0.22497829794883728, -0.06700441241264343, 0.20009779930114746, 0.3070734143257141, -0.007111774757504463, 0.04336858540773392, 0.2402634173631668, 0.059650834649801254, 0.16848212480545044, 0.2186727523803711, 0.17241132259368896, 0.3933146595954895, -0.031035756692290306, 0.3391110301017761, -0.03971591964364052, 0.42546460032463074, 0.8989756107330322, -0.05382236838340759, 0.08406557887792587, -0.026774881407618523, 0.043309759348630905, 0.5058850049972534, 0.3071334660053253, -0.9204506874084473, -1.6661769151687622, -0.6797317266464233, 0.14685022830963135, 0.37960147857666016, 0.5552589893341064, 0.48321205377578735, 0.00924120843410492, -0.40848398208618164, 0.10916376113891602, 0.278463751077652, -0.14464595913887024, -0.7000973224639893, -0.7093384265899658, -0.35240843892097473, 0.3752199113368988, 0.6371998190879822, 0.5104919075965881, -0.6010671257972717, -0.5412042140960693, 0.3381970524787903, 0.8291222453117371, 0.6367223262786865, 0.18520991504192352, -0.05355517938733101, -0.5106819272041321, -0.4923970699310303, -0.36507174372673035, -0.1881563514471054, -0.4597299098968506, -0.18225038051605225, 0.4711398780345917, 0.2767407298088074, 0.3032197952270508, 0.17303255200386047, 0.23727568984031677, -0.437883198261261, -0.41853269934654236, -0.38175684213638306, -0.2882324159145355, -0.2742763161659241, -0.18946516513824463, -0.26002028584480286, -0.1261836141347885, -0.14017315208911896, -0.01673118956387043, 0.37765005230903625, 0.3846488893032074, 0.18559332191944122, 0.2606850266456604, -0.19124071300029755, -0.2603132724761963, -0.12405344843864441, -0.5193399786949158, -0.6355786919593811, -0.4212409257888794, -0.17542095482349396, -0.00937637034803629, 0.4452214241027832, 0.5260561108589172, 0.5329410433769226, 0.2538145184516907, -0.2624690532684326, -0.5756101608276367, -0.4234011471271515, -0.38557755947113037, -0.6143326163291931, -0.45678311586380005, -0.2683933675289154, 0.042405180633068085, 0.4537277817726135, 0.45955461263656616, 0.4018580913543701, 0.09173914045095444, -0.1914059966802597, -0.3580186069011688, -0.3134843707084656, -0.3123496472835541, -0.070827916264534, -0.4308202862739563, -0.4095115661621094, -0.14730121195316315, -0.11894261091947556, 0.07357653230428696, 0.10966426879167557, -0.17205922305583954, -0.1844872683286667, -0.03178831934928894, 0.0927521362900734, -0.04454401507973671, -0.3217135965824127, -0.532328188419342, -0.5801611542701721, -0.6179605722427368, -0.6255702376365662, -0.38421401381492615, -0.38242530822753906, -0.06950952857732773, -0.05049470439553261, -0.3656374216079712, -0.542406439781189, -0.2627222537994385, -0.2635371685028076, -0.7000793814659119, -0.6986957788467407, -0.7149360775947571, -0.5292075872421265, -0.35511982440948486, -0.2855963408946991, -0.2915826141834259, -0.2985682785511017, -0.2630927562713623, -0.03901967406272888, 0.00974105205386877, -0.17196497321128845, -0.15096329152584076, -0.12274633347988129, -0.26965150237083435, -0.0951472744345665, 0.09927492588758469, -0.019303014501929283, 0.3329929709434509, 0.2810612916946411, 0.4758398234844208, 0.5659772157669067, 0.2999309301376343, 0.11127960681915283, 0.12500730156898499, -0.014203015714883804, 0.0708867609500885, 0.19366490840911865, 0.06262965500354767, 0.1205923929810524, 0.022700875997543335, 0.19271893799304962, 0.33152541518211365, -0.0219277311116457, -0.054456088691949844, -0.1047765240073204, -0.16953782737255096, -0.3318679630756378, -0.3865828216075897, -0.22833378612995148, -0.15368415415287018, -0.06263966858386993, -0.17135372757911682, 0.07362989336252213, 0.2221362143754959, 0.32695290446281433, 0.3790684640407562, 0.16755442321300507, 0.010519181378185749, 0.0600767619907856, -0.08421103656291962, 0.15412184596061707, 0.38611680269241333, 0.0056338245049119, 0.4278187155723572, 0.4957369267940521, 0.31759390234947205, 0.6060329675674438, 0.6217376589775085, 0.4810142517089844, 0.5006208419799805, 0.4081377685070038, 0.21883901953697205, 0.15980392694473267, 0.36135411262512207, 0.45442357659339905, 0.17200684547424316, -0.02515210397541523, 0.1152406707406044, 0.3222935199737549, 0.32104334235191345, 0.15752717852592468, 0.37512028217315674, 0.39360979199409485, 0.05189572647213936, -0.1920592039823532, -0.08600363880395889, -0.0826348140835762, -0.33574724197387695, -0.22407041490077972, -0.2366877645254135, 0.0050533227622509, 0.05040110647678375, -0.08259095251560211, 0.24486646056175232, 0.23165833950042725, 0.20010077953338623, -0.34471267461776733, -0.28112179040908813, -0.073243148624897, -0.3221641480922699, -0.33470016717910767, -0.3118874132633209, -0.06379280239343643, -0.07503893226385117, 0.1476573944091797, 0.15788747370243073, 0.26884713768959045, 0.22423912584781647, 0.11909229308366776, -0.021735472604632378, 0.17698805034160614, -0.11281347274780273, -0.14573299884796143, -0.11460421979427338, -0.034361645579338074, 0.14368703961372375, 0.019817166030406952, 0.13810718059539795, 0.3353988528251648, -0.09917084872722626, -0.20621049404144287, 0.08790801465511322, 0.10906249284744263, -0.18695633113384247, 0.024706587195396423, -0.02479269728064537, -0.34916457533836365, -0.02198568731546402, -0.028849054127931595, 0.06082829833030701, 0.00117911072447896, 0.029426589608192444, 0.06021992489695549, 0.03876185789704323, 0.09748511761426926, 0.14059364795684814, 0.02620965801179409, -0.011214770376682281, 0.25453487038612366, 0.15095482766628265, -0.10015558451414108, -0.005655139684677124, 0.1864485889673233, 0.1672380119562149, 0.26734474301338196, 0.25281229615211487, 0.22104834020137787, 0.18441250920295715, 0.1561850905418396, 0.12330028414726257, 0.0002190560771850869, 0.08309169113636017, 0.09662844240665436, -0.020554188638925552, -0.053294237703084946, 0.23118172585964203, 0.22611069679260254, 0.06404520571231842, 0.11787846684455872, 0.025063317269086838, 0.1199164092540741, 0.039329953491687775, 0.17201486229896545, 0.20890648663043976, -0.1447981297969818, -0.09102877974510193, -0.09446980804204941, -0.1854097694158554, 0.24856814742088318, 0.34023168683052063, 0.5455092787742615, 0.037524640560150146, 0.1473557949066162, 0.3293415606021881, 0.3959232270717621, 0.2122984230518341, 0.1846482753753662, 0.22546035051345825, 0.18383708596229553, 0.1851193606853485, 0.35447928309440613, 0.18393062055110931, -0.048475708812475204, 0.058590348809957504, -0.06479636579751968, 0.0476762093603611, -0.04434199631214142, -0.07353381812572479, 0.13696973025798798, -0.040965985506772995, 0.3277072012424469, -0.7853871583938599, 0.510717511177063, 1.0436196327209473, 0.06792367994785309, -0.2233632653951645, 0.4077369272708893, 0.36602964997291565, 0.5754271149635315, 0.40484419465065, -0.9784393310546875, -1.424869179725647, -0.7152107357978821, 0.5319377183914185, 0.6305651664733887, 0.06940742582082748, 0.41211700439453125, 0.11040718853473663, -0.3502820134162903, 0.42012012004852295, 0.4575476050376892, -0.36783939599990845, -0.1642419546842575, -0.13394053280353546, -0.10814500600099564, 0.1681438386440277, 0.35214781761169434, 0.5223011374473572, 0.02462060935795307, -0.08846044540405273, 0.4950576424598694, 0.38593626022338867, 0.5221080780029297, 0.3059340715408325, -0.19379180669784546, -0.6522412896156311, -0.8242506980895996, -0.32383641600608826, -0.2733316123485565, -0.26240140199661255, -0.4432247579097748, 0.013922943733632565, 0.15983255207538605, -0.07645148783922195, 0.02614469826221466, -0.12098519504070282, -0.5371723175048828, -0.5435258746147156, -0.4006708264350891, -0.459197998046875, -0.34982582926750183, 0.08393711596727371, 0.09766588360071182, 0.059105683118104935, 0.20145370066165924, 0.08708339184522629, 0.25536027550697327, 0.7741368412971497, 0.39136290550231934, -0.17028598487377167, -0.12204792350530624, -0.24251173436641693, 0.07608679682016373, 0.07547545433044434, -0.07005367428064346, -0.08825282752513885, -0.1253272294998169, 0.3903662860393524, 0.4639991223812103, 0.3695685565471649, 0.22903801500797272, -0.18098479509353638, -0.2320827692747116, -0.24845516681671143, -0.3642384111881256, -0.49087366461753845, -0.3922797441482544, -0.1882777214050293, -0.2619798481464386, -0.16799569129943848, 0.14672629535198212, 0.2826741933822632, 0.11571773886680603, 0.23044133186340332, -0.089643195271492, -0.37620338797569275, -0.43959665298461914, -0.33733001351356506, -0.0858646035194397, -0.2055331915616989, -0.22202375531196594, -0.07555802166461945, 0.08691645413637161, 0.22187075018882751, 0.42006754875183105, 0.3429093360900879, 0.1677664816379547, -0.04295869544148445, -0.04681554436683655, -0.21422989666461945, -0.2420457899570465, -0.174789696931839, -0.16356858611106873, -0.10179802775382996, 0.14123454689979553, 0.07117312401533127, 0.2366708368062973, 0.15550294518470764, 0.06402982026338577, -0.29748207330703735, -0.39151325821876526, -0.29729047417640686, -0.5699156522750854, -0.40915578603744507, -0.49904853105545044, -0.5422379374504089, -0.04430229216814041, 0.023173512890934944, -0.07736483216285706, 0.15903963148593903, 0.0575132817029953, 0.07279971241950989, -0.03671862930059433, 0.34591224789619446, 0.0036435078363865614, -0.1031767725944519, 0.05386541783809662, 0.04576825723052025, -0.10443397611379623, -0.09078827500343323, 0.08301354944705963, 0.03534960374236107, -0.16152779757976532, -0.07610650360584259, -0.02742261067032814, -0.15884684026241302, -0.32932591438293457, -0.27153414487838745, -0.13520033657550812, -0.1036483570933342, -0.14962978661060333, -0.0464475154876709, 0.001301521435379982, 0.21788091957569122, 0.3341361880302429, 0.5774704217910767, 0.3436409831047058, -0.055711276829242706, 0.171084463596344, 0.34174415469169617, 0.20428161323070526, 0.10535172373056412, 0.04064670577645302, 0.18583649396896362, 0.06493841856718063, 0.0543721579015255, 0.07313130050897598, 0.04315045848488808, -0.2063433676958084, -0.054250095039606094, -0.10325708985328674, -0.18325938284397125, -0.16375111043453217, -0.14248019456863403, -0.13717657327651978, -0.13837198913097382, -0.26773133873939514, -0.18748082220554352, 0.1390697956085205, 0.3105994462966919, -0.12584246695041656, -0.19816137850284576, 0.0924016609787941, 0.04265439137816429, 0.03478984907269478, 0.03466270491480827, -0.2779366374015808, -0.5538946986198425, -0.38019701838493347, -0.3524591326713562, 0.04369226470589638, 0.08637194335460663, 0.2477029263973236, 0.12103641033172607, 0.38444334268569946, 0.3926451504230499, 0.4261077344417572, 0.35146909952163696, 0.06636327505111694, -0.026785600930452347, 0.36377978324890137, 0.4918033480644226, 0.00846462044864893, -0.06465485692024231, 0.14325867593288422, 0.019990764558315277, -0.006047101225703955, 0.10672023147344589, -0.3073177635669708, -0.5608617067337036, -0.5181629657745361, -0.1899612694978714, -0.16027706861495972, 0.07094310224056244, 0.2438281774520874, 0.028226617723703384, -0.08804365247488022, 0.25221699476242065, 0.4901634752750397, 0.02750280499458313, -0.24864208698272705, -0.029956836253404617, 0.013672382570803165, -0.17965006828308105, -0.0961647778749466, 0.3261476755142212, 0.13702069222927094, 0.3728971779346466, 0.2509309947490692, 0.25246790051460266, 0.03735332190990448, 0.15131941437721252, 0.1853427141904831, -0.3290764391422272, -0.02546907775104046, 0.1476227343082428, 0.00697129825130105, 0.24672715365886688, 0.40742507576942444, 0.573460578918457, 0.24300847947597504, 0.2689938247203827, 0.06043729558587074, -0.28182458877563477, -0.03903203830122948, -0.23390236496925354, -0.3750634789466858, -0.21323220431804657, -0.18476234376430511, -0.3652045726776123, -0.4016513228416443, -0.23631295561790466, -0.2567634880542755, -0.5427420139312744, -0.6037455201148987, -0.18928927183151245, -0.39170143008232117, -0.42905712127685547, -0.37554457783699036, -0.354449599981308, -0.5031793713569641, -0.3730525076389313, -0.39716804027557373, -0.4070897400379181, -0.008479689247906208, 0.29032254219055176, 0.23574768006801605, 0.15381602942943573, 0.2787994146347046, 0.25564536452293396, 0.14991934597492218, -0.03368528559803963, -0.22392907738685608, -0.2144470512866974, 0.06444302946329117, 0.23293688893318176, 0.32787904143333435, 0.2970512807369232, 0.17200203239917755, 0.14372308552265167, -0.23889042437076569, -0.18102538585662842, -0.21559244394302368, -0.21421600878238678, -0.2871381342411041, -0.26755616068840027, -0.2491932213306427, -0.09539810568094254, 0.16583995521068573, 0.2053576558828354, 0.12112037092447281, 0.008255161345005035, -0.004336460493505001, 0.16865886747837067, 0.2849942147731781, 0.3709670901298523, 0.030796991661190987, -0.10209094732999802, 0.0467253215610981, 0.17396816611289978, 0.03548124432563782, 0.2919793426990509, 0.23298868536949158, 0.21900004148483276, 0.13370925188064575, 0.019701750949025154, -0.07644341886043549, -0.22943931818008423, -0.060472242534160614, -0.15815307199954987, -0.1807595193386078, 0.1495445817708969, 0.2151753008365631, 0.025867603719234467, 0.08710266649723053, 0.2155131995677948, 0.16089852154254913, 0.1200384721159935, 0.08601842075586319, 0.07279946655035019, -0.38785651326179504, -0.23475004732608795, -0.11260905861854553, -0.2276652753353119, -0.13744397461414337, -0.0701824203133583, 0.0022193645127117634, -0.001329494989477098, -0.19255580008029938, -0.03912421688437462, -0.08637051284313202, 0.23366637527942657, -0.08239110559225082, -0.3469889461994171, -0.24528001248836517, -0.11705636978149414, -0.035387974232435226, -0.18501617014408112, 0.10318775475025177, -0.10321163386106491, 0.11740653216838837, 0.03670218959450722, -0.08624010533094406, -0.12352623790502548, 0.12348026037216187, -0.045587047934532166, -0.22491878271102905, -0.10638498514890671, -0.13975144922733307, -0.1697852611541748, 0.02786491997539997, -0.162144735455513, -0.02722708322107792, 0.2252274751663208, 0.17891326546669006, 0.2189653068780899, 0.12594416737556458, 0.2181306630373001, 0.10233554989099503, 0.21517133712768555, 0.09212037175893784, 0.046346087008714676, 0.08961765468120575, -0.09760715067386627, -0.12819522619247437, -0.004924931563436985, -0.11822523921728134, -0.3276704251766205, -0.1850513368844986, 0.015454577282071114, 0.009639947675168514, 0.14535455405712128, 0.11449019610881805, -0.09045620262622833, -0.3046148717403412, -0.04645142704248428, 0.09723775088787079, -0.16341395676136017, -0.19951830804347992, 0.055734191089868546, 0.25703954696655273, 0.20954963564872742, 0.273306280374527, 0.1356261819601059, 0.20536474883556366, -0.03875432536005974, -0.10690490901470184, -0.0016350686782971025, -0.20858247578144073, -0.20620812475681305, -0.09350751340389252, -0.042516808956861496, -0.045502059161663055, 0.011427068151533604, 0.2691049873828888, 0.39749374985694885, 0.2397845834493637, 0.13613544404506683, -0.042666301131248474, 0.036549389362335205, 0.07613600045442581, -0.018068239092826843, 0.07159532606601715, 0.21632462739944458, 0.10037672519683838, 0.4145756661891937, 0.5345088839530945, 0.4613979458808899, 0.21573874354362488, 0.12964481115341187, 0.13495337963104248, 0.19535227119922638, 0.21022126078605652, 0.028928518295288086, 0.00807724054902792, 0.3573721945285797, 0.42316368222236633, 0.3075627386569977, 0.07931340485811234, 0.07155677676200867, 0.10668736696243286, 0.18709251284599304, 0.04096490517258644, -0.027861831709742546, 0.1375335454940796, -0.02945985645055771, -0.18033914268016815, 0.11683274060487747, 0.11525600403547287, 0.08948922157287598, 0.1257234662771225, 0.04724808782339096, 0.21055559813976288, 0.16988615691661835, 0.19778621196746826, 0.23130638897418976, 0.08110112696886063, 0.04040033742785454, 0.03380138427019119, 0.22463884949684143, 0.0681939423084259, -0.3024514615535736, -0.010502873919904232, 0.04672059044241905, 0.11187363415956497, 0.2559647858142853, 0.04262974485754967, -0.0026931383181363344, -0.13745680451393127, -0.006791967432945967, 0.020338641479611397, -0.062449000775814056, -0.0006673649186268449, -0.19816356897354126, -0.12177024036645889, 0.11992422491312027, -0.17578326165676117, -0.2526828646659851, -0.15624623000621796, -0.16086767613887787, 0.09103880077600479, -0.2750563323497772, -1.1160966157913208, -0.12724357843399048, 0.9604337215423584, 0.4047224223613739, -0.6792341470718384, 0.3751002848148346, 1.599900245666504, 0.965823233127594, -0.025069190189242363, -0.9663891196250916, -1.5003235340118408, -1.5275182723999023, -1.3953638076782227, -0.8442412614822388, -0.3621006906032562, -0.4251942038536072, 0.03514803200960159, 0.1634235978126526, 0.4677982032299042, 0.9664912819862366, 0.6866055727005005, 0.060958381742239, -0.2481343001127243, -0.23603592813014984, -0.1555294245481491, -0.16921313107013702, 0.291607141494751, 0.5510922074317932, 0.4055755138397217, 0.6738675832748413, 0.8321905136108398, 1.2702717781066895, 1.138983130455017, 0.33544623851776123, -0.15264546871185303, -0.05532262474298477, -0.07664059102535248, -0.2663549780845642, -0.344948410987854, -0.2653867304325104, 0.06018419191241264, 0.2848339080810547, 0.4642276167869568, 0.33543410897254944, 0.31522655487060547, 0.2804376482963562, 0.039614200592041016, 0.22222547233104706, 0.014250569976866245, -0.6111512780189514, -0.8596584796905518, -0.5611924529075623, -0.18791544437408447, -0.3863825500011444, -0.535637617111206, -0.22043253481388092, 0.22139830887317657, 0.11385654658079147, 0.03475998714566231, 0.32343825697898865, 0.30435603857040405, -0.16876709461212158, -0.6106719374656677, -0.8898957371711731, -0.45534181594848633, -0.12240445613861084, -0.24338187277317047, -0.4349050521850586, 0.4342413544654846, 0.6718501448631287, 0.3059459328651428, 0.34995514154434204, 0.10771851241588593, -0.10192687064409256, -0.3472503125667572, -0.3057258129119873, -0.6154195666313171, -1.0069502592086792, -0.9734177589416504, -0.6178544163703918, -0.017827456817030907, 0.018902193754911423, 0.36511746048927307, 0.177215114235878, -0.20645354688167572, -0.3325815200805664, -0.40833279490470886, -0.5238912105560303, -0.9205540418624878, -0.942079484462738, -1.0042725801467896, -0.5812455415725708, -0.4357788562774658, -0.16501818597316742, -0.19831018149852753, -0.25232288241386414, -0.12616002559661865, -0.13749219477176666, -0.3045130670070648, -0.718478798866272, -0.48839905858039856, -0.546537458896637, -0.6449694037437439, -0.6685466766357422, -0.34702804684638977, -0.1581202745437622, 0.02996722422540188, -0.04664437845349312, -0.0449213981628418, -0.18001484870910645, -0.2352290004491806, -0.47288626432418823, -0.46036070585250854, -0.008974788710474968, -0.1625840812921524, -0.3078770637512207, -0.15993435680866241, -0.021213525906205177, 0.11424025893211365, 0.1908659189939499, 0.3543260991573334, 0.25371843576431274, 0.2596984803676605, 0.22594019770622253, 0.11688265949487686, -0.14783889055252075, -0.25181248784065247, -0.18148033320903778, -0.05805837735533714, 0.002476552501320839, 0.16894491016864777, 0.06336704641580582, 0.18183308839797974, 0.1341976672410965, 0.2108791321516037, 0.14686796069145203, 0.049985822290182114, -0.06140628829598427, 0.0461287684738636, 0.06444551795721054, -0.03594345599412918, -0.1432507336139679, -0.12879811227321625, 0.15312427282333374, 0.23813439905643463, 0.3436327874660492, 0.2025228887796402, 0.11611047387123108, 0.16600388288497925, 0.05501385033130646, 0.19786524772644043, 0.04245099425315857, -0.10227832943201065, -0.03193531185388565, 0.19197699427604675, 0.1964210867881775, 0.13671761751174927, 0.2428789585828781, 0.6461055874824524, 0.632545530796051, 0.5307880640029907, 0.2641250193119049, 0.34621408581733704, 0.5447247624397278, 0.5637089610099792, 0.17416884005069733, 0.08102210611104965, 0.005119293928146362, 0.2847079932689667, 0.20623953640460968, 0.4824375808238983, 0.6437191367149353, 0.47969940304756165, 0.11175844818353653, 0.43614694476127625, 0.46170470118522644, 0.10458847880363464, -0.12262260168790817, -0.13088475167751312, -0.02449975349009037, -0.13563299179077148, 0.1537758857011795, 0.2289389967918396, 0.23780053853988647, 0.25565069913864136, 0.41280436515808105, 0.5310050845146179, 0.5921046733856201, 0.23889784514904022, 0.10903658717870712, 0.3899238705635071, 0.2714034616947174, 0.11430807411670685, -0.012049300596117973, 0.029642164707183838, 0.04049472138285637, 0.19059248268604279, 0.30217695236206055, 0.41438624262809753, 0.394822359085083, 0.08064816892147064, 0.1513543725013733, 0.34186023473739624, 0.1905975341796875, 0.08122142404317856, 0.1976012885570526, 0.08438141644001007, 0.057062406092882156, 0.10559234768152237, -0.2948765456676483, 0.06679034978151321, 0.12656953930854797, -0.024101246148347855, -0.030716128647327423, 0.0709495022892952, -0.011431639082729816, 0.1416652649641037, 0.16651421785354614, -0.08997197449207306, -0.3686722218990326, -0.31175434589385986, -0.07845772802829742, -0.01648566499352455, 0.005188366398215294, 0.13150422275066376, 0.2435181736946106, 0.1960042268037796, 0.22886142134666443, 0.6179590821266174, 0.3902724087238312, 0.0928395465016365, 0.19810207188129425, 0.0673711970448494, -0.031429655849933624, 0.01644640602171421, 0.1541038602590561, 0.2462877333164215, 0.24698013067245483, 0.1697935163974762, 0.2005521059036255, 0.29716816544532776, 0.3974113464355469, 0.15173405408859253, 0.08845263719558716, -0.1247653067111969, -0.1547449231147766, 0.2509058713912964, 0.04001032933592796, 0.006854175124317408, -0.03727157786488533, 0.07224249094724655, -0.0222972109913826, 0.12581291794776917, 0.3698243498802185, 0.17629846930503845, -0.08280778676271439, -0.054423894733190536, 0.014371151104569435, -0.027254829183220863, -0.040690645575523376, -0.08143571764230728, -0.22088800370693207, -0.2713281512260437, -0.03864891827106476, 0.33680543303489685, 0.1718335896730423, -0.1822158247232437, -0.08886926621198654, 0.3304894268512726, 0.14939621090888977, -0.2463979572057724, -0.1892576366662979, -0.38918638229370117, -0.45291218161582947, -0.2319241315126419, -0.22618961334228516, -0.17299632728099823, -0.10291316360235214, 0.06808298826217651, 0.05931514874100685, -0.22934123873710632, -0.30671027302742004, -0.30991002917289734, -0.3703024983406067, -0.666570782661438, -0.42226943373680115, -0.6108452081680298, -0.565540611743927, -0.12503841519355774, 0.036641187965869904, -0.01686488837003708, 0.046333011239767075, 0.09541701525449753, 0.03775515779852867, 0.043894704431295395, -0.11268074810504913, -0.3055284023284912, -0.07628130167722702, -0.13653182983398438, -0.14384151995182037, -0.18664053082466125, -0.06314869970083237, 0.009489609859883785, 0.013459968380630016, 0.05372433736920357, 0.1448511779308319, -0.03801361471414566, -0.31567975878715515, -0.23507346212863922, -0.3419221043586731, -0.37655845284461975, -0.40337035059928894, -0.2436264306306839, -0.28503161668777466, -0.14178624749183655, -0.10467040538787842, -0.22176168859004974, -0.11045873910188675, -0.14010843634605408, -0.21343232691287994, -0.15403765439987183, -0.4107915759086609, -0.417327880859375, -0.1320239156484604, -0.0513453409075737, -0.28184181451797485, -0.2432597577571869, -0.09289107471704483, -0.18315275013446808, -0.10420992225408554, -0.05136686563491821, -0.38723599910736084, -0.31794682145118713, -0.1264684945344925, -0.3509584665298462, -0.3137088119983673, -0.18056555092334747, 0.051342111080884933, 0.132759228348732, -0.023290740326046944, 0.07543033361434937, 0.06763868778944016, 0.11131378263235092, 0.10889557003974915, 0.13512013852596283, 0.23878571391105652, 0.018003305420279503, -0.05160549655556679, 0.09564398974180222, 0.1950562298297882, 0.42896541953086853, 0.44948810338974, 0.172694131731987, -0.011034172028303146, 0.21480177342891693, 0.2021925300359726, 0.0807110145688057, 0.01216700579971075, 0.08473973721265793, 0.03594778850674629, 0.028591280803084373, -0.10745685547590256, -0.2226046472787857, -0.1845674365758896, -0.10589813441038132, -0.07580696791410446, 0.006999917794018984, 0.051442671567201614, -0.09891707450151443, -0.03424873948097229, -0.16292962431907654, -0.011235796846449375, -0.034199055284261703, -0.10436445474624634, -0.10333814471960068, 0.11568208783864975, 0.008089162409305573, 0.06971330940723419, 0.23206816613674164, 0.23101583123207092, 0.19024385511875153, -0.015035509131848812, 0.07174573093652725, 0.05212434381246567, -0.09645963460206985, 0.02734202705323696, -0.2708372473716736, -0.11132737249135971, 0.07095367461442947, 0.03261224180459976, -0.06393777579069138, 0.12749773263931274, 0.1702563762664795, 0.2356697916984558, 0.1455339938402176, 0.16045929491519928, 0.08228310197591782, -0.2985352873802185, -0.12886635959148407, -0.08301648497581482, -0.14272215962409973, -0.006467668805271387, -0.061900120228528976, 0.22665546834468842, 0.23293182253837585, 0.31486037373542786, 0.12976668775081635, 0.009373005479574203, -0.09923703223466873, 0.00906858779489994, -0.3653699457645416, -0.08626689016819, 0.13771343231201172, 0.08055586367845535, 0.2375544309616089, 0.3314470052719116, 0.6125642657279968, 0.6496697664260864, 0.38386839628219604, 0.19061405956745148, -0.051686469465494156, -0.1584765613079071, -0.003227552166208625, -0.031422149389982224, -0.21159541606903076, -0.13345424830913544, -0.16934673488140106, -0.0006509381346404552, 0.21411295235157013, 0.13410621881484985, -0.07021096348762512, -0.17718151211738586, -0.07750825583934784, -0.0816575139760971, -0.13733121752738953, -0.36801815032958984, -0.24533802270889282, -0.08662819862365723, 0.059203196316957474, 0.253365695476532, 0.22175362706184387, 0.14723944664001465, 0.20492561161518097, 0.03818891569972038, -0.08231979608535767, -0.12207815051078796, -0.2854843735694885, -0.18615904450416565, -0.10262568295001984, -0.14064492285251617, 0.02631501480937004, 0.2185439020395279, 0.28160807490348816, 0.40915828943252563, 0.31102481484413147, 0.08767416328191757, 0.18983377516269684, 0.17505647242069244, 0.1868959665298462, 0.10588929057121277, -0.02637815661728382, 0.0867723599076271, 0.19509649276733398, 0.13966938853263855, 0.3357439935207367, 0.37845364212989807, 0.15018302202224731, 0.2824769616127014, 0.2382006049156189, -0.08058328181505203, -0.020165104418992996, -0.014322532340884209, -0.13019388914108276, -0.18028324842453003, -0.24561937153339386, -0.08821319788694382, 6.502230917249108e-06, 0.09816550463438034, 0.2914276123046875, 0.3574870824813843, 0.03137655928730965, 0.26940295100212097, 0.20747752487659454, 0.0012033693492412567, 0.10338012874126434, -0.08328995108604431, -0.01672627404332161, 0.18755176663398743, 0.2376822978258133, -0.17521889507770538, 0.09687211364507675, 0.15010817348957062, 0.24137552082538605, -0.030660705640912056, -0.0855044350028038, 0.2611333429813385, -0.024635160341858864, -0.17588801681995392, -0.25151875615119934, -0.028273064643144608, -0.08544707298278809, -0.014394452795386314, -0.44846686720848083, -0.24072259664535522, -0.09745889157056808, 0.010325697250664234, 0.0349343940615654, -0.05809822678565979, 0.13044291734695435, -0.1656898558139801, 0.1312682330608368, -0.11226464807987213, -0.6058050394058228, -1.5233992338180542, -0.34116289019584656, 0.22663983702659607, 0.1581847220659256, -0.0036453278735280037, -0.030145466327667236, -0.05224353447556496, 0.2700854539871216, 0.2891305685043335, -0.3537646532058716, -0.2884024381637573, -0.6600506901741028, -0.3121146857738495, -0.4683021903038025, -0.6706158518791199, 0.14446429908275604, -0.12791383266448975, -0.3802030384540558, 0.08313167840242386, 0.4668125510215759, -0.6258708834648132, -0.5596516132354736, -0.05533631518483162, 0.6590571403503418, -1.1402353048324585, 0.0826849490404129, 0.4983533024787903, -2.5089852809906006, 2.3219308853149414, 1.6478973627090454, -4.148491859436035, -0.2697444558143616, 2.188617706298828, 1.1035892963409424, 1.1504144668579102, -0.7978901267051697, -0.26350805163383484, 1.1664353609085083, 0.08243416249752045, 0.21749714016914368, -1.866891860961914, -2.560910940170288, -1.6784279346466064, -1.1651179790496826, -0.5923660397529602, 0.33946484327316284, 0.04090563952922821, -0.7791100740432739, -1.0240516662597656, 0.728753924369812, 1.5011544227600098, 1.1690576076507568, 0.2045968919992447, 0.4625321626663208, -0.4617989957332611, 0.28904905915260315, 2.058337926864624, 3.8691866397857666, 0.9644423723220825, -0.850603461265564, 0.677521288394928, 1.3205840587615967, 1.4116876125335693, 1.493844747543335, 0.25831183791160583, -0.9301087856292725, -1.5383535623550415, -0.9085723757743835, -0.5650028586387634, -1.6887065172195435, -0.2245498150587082, 1.6739881038665771, -0.06223968416452408, 1.6841663122177124, 1.7105554342269897, 0.11811970919370651, 0.7677311897277832, 0.34677374362945557, -0.8007036447525024, -0.49628129601478577, -0.7067596316337585, -0.2333807498216629, 0.9394713044166565, -0.030786674469709396, -1.7920678853988647, -0.09021706134080887, -0.04451894015073776, 1.0034124851226807, 0.1709892451763153, 0.13576094806194305, 1.0247362852096558, -0.5613897442817688, -0.20736877620220184, -1.395932674407959, -2.696176052093506, -0.19764344394207, 0.8262549638748169, 0.04609648883342743, -0.07012587785720825, 0.2578413486480713, 0.4728142023086548, 0.22981508076190948, -0.3404868245124817, -0.9900492429733276, -0.710247278213501, -0.6495970487594604, -0.7595289349555969, 0.2988721430301666, -0.2878881096839905, -0.31592094898223877, 0.15480148792266846, 1.2324674129486084, 1.260613203048706, 0.3072136342525482, 0.8196069002151489, 0.21309731900691986, -0.7575793266296387, 0.3385789692401886, -0.2611324191093445, -1.059295892715454, 0.14639855921268463, -0.3409282863140106, -0.009807262569665909, 0.22696231305599213, 0.3748534023761749, 0.7747197151184082, 0.8022728562355042, 0.5894598364830017, 0.08295466750860214, -0.22297824919223785, -0.06825808435678482, -0.3381229043006897, -0.6847243905067444, -0.6118895411491394, -0.35855796933174133, 0.12221156805753708, 0.515066921710968, 0.2820075750350952, -0.17970417439937592, 0.24672940373420715, -0.7048485279083252, -0.40982991456985474, -0.2566078305244446, -0.8856858015060425, -1.280681848526001, -0.7481106519699097, -0.4264199435710907, -0.06797560304403305, 0.6862659454345703, 0.4645785689353943, 0.6068769693374634, 0.13082371652126312, 0.17874813079833984, 0.4207459092140198, -0.07537157833576202, -0.07994517683982849, -0.08963606506586075, 0.1405925154685974, -0.6677611470222473, -0.3284353017807007, -0.24946552515029907, 0.6413577795028687, 0.2348024845123291, 0.8725631833076477, 0.42210957407951355, -0.15944473445415497, 0.4103129506111145, 0.8283751010894775, -0.000239587330725044, -0.33471807837486267, 0.08711783587932587, -0.6862414479255676, 0.1641639769077301, 0.0026493691839277744, 0.22582770884037018, 0.4863394498825073, 0.9362167119979858, 0.6033013463020325, 0.937856912612915, 0.0326567180454731, -0.18098357319831848, 0.3271036744117737, -0.2595488131046295, -0.7849056720733643, -0.6626185774803162, -0.7661219239234924, -0.48006078600883484, 0.32196950912475586, 0.658313512802124, 0.6564542055130005, 0.6080593466758728, 0.39053550362586975, 0.2800098955631256, -0.44701457023620605, -0.616310715675354, -0.6421282291412354, -0.9370221495628357, -0.7622298002243042, -0.42643260955810547, -0.452060729265213, -0.029782140627503395, 0.4060913622379303, 0.43613988161087036, 0.8364760875701904, 0.5730945467948914, 0.17693930864334106, 0.27710017561912537, -0.08922205120325089, -0.23427163064479828, -0.19125407934188843, -0.4992370903491974, -0.5409014225006104, -0.006141363643109798, -0.038054209202528, 0.5254822969436646, 0.6542471647262573, 0.711470365524292, 0.6059461236000061, 0.5450142025947571, -0.1171903982758522, 0.16132329404354095, -0.316760778427124, -0.2630652189254761, -0.38921546936035156, -0.6845902800559998, -0.5184400677680969, 0.6440609693527222, 0.4123589098453522, 1.059714436531067, 0.5200151801109314, 0.5409060716629028, 0.16020894050598145, 0.39001691341400146, -0.24204379320144653, 0.034786760807037354, -0.7271817922592163, -0.350739449262619, -0.06652835756540298, 0.15920580923557281, 0.049937181174755096, 0.2048645168542862, 0.5000255703926086, 0.12465932220220566, 0.3837766945362091, 0.12540289759635925, 0.3655056953430176, -0.12496393918991089, -0.35061517357826233, -0.21496744453907013, -0.47559547424316406, -0.18696650862693787, 0.17601649463176727, -0.07920253276824951, 0.271828293800354, 0.4753267467021942, 0.5567522048950195, 0.48352497816085815, 0.0034485994838178158, 0.5014685988426208, 0.0634971559047699, 0.43027031421661377, -0.27486172318458557, 0.23090891540050507, -0.0015401820419356227, -0.026950113475322723, 0.5785189270973206, 0.9189174771308899, 0.3155471384525299, 0.5008035898208618, 0.17792218923568726, -0.17446009814739227, -0.4002339243888855, -0.03009136952459812, 0.05130999907851219, 0.13833624124526978, -0.09215626120567322, 0.1278332769870758, 0.04939814656972885, 0.2761728763580322, 0.06859875470399857, 0.5101394057273865, -0.42534884810447693, 0.07520972937345505, -0.4312414526939392, 0.27736759185791016, -0.5479428172111511, -0.042460981756448746, -0.4554046392440796, -0.12370307743549347, -0.48909449577331543, 0.7398689985275269, -0.47786593437194824, 0.42047035694122314, -0.2504501938819885, 0.18918673694133759, -0.11347392946481705, -0.20987504720687866, -0.3138575553894043, -0.2517927587032318, -0.5599661469459534, -0.21727034449577332, -0.26004892587661743, 0.12274973839521408, -0.5067141056060791, -0.029910748824477196, -0.019864043220877647, -0.09333440661430359, 0.14895357191562653, -0.173958420753479, -0.5860142111778259, -0.18244533240795135, -0.3637353479862213, -0.2433147132396698, -0.2643251419067383, -0.06963559985160828, -0.27345597743988037, 0.22388964891433716, -0.22811177372932434, -0.07141529023647308, 0.104409359395504, 0.3801475167274475, 0.015719609335064888, 0.02234582230448723, 0.07564883679151535, 0.07099606841802597, -0.026157552376389503, -0.06947315484285355, -0.19527582824230194, 0.030894501134753227, 0.22173380851745605, 0.05638827756047249, 0.24270181357860565, 0.3888038396835327, 0.10640554875135422, 0.577983558177948, 0.16720512509346008, -0.3251447081565857, 0.048912327736616135, 0.1650916337966919, 0.05880572646856308, 0.1573035717010498, 0.47563377022743225, -0.10706314444541931, 0.16231125593185425, 0.6028408408164978, 0.34695515036582947, 0.3473777770996094, -0.06335421651601791, 0.20116105675697327, 0.15708501636981964, -0.1972060352563858, 0.15689033269882202, -0.13534866273403168, -0.2513163983821869, -0.2264934480190277, -0.029358142986893654, 0.3098973333835602, 0.042192164808511734, 0.22921088337898254, 0.36898335814476013, -0.593773365020752, -0.6923447251319885, -0.5483258366584778, -0.37786880135536194, -0.38973960280418396, -0.22878868877887726, -0.24588368833065033, -0.39463526010513306, -0.42162224650382996, 0.1918797343969345, -0.36285459995269775, -0.5363411903381348, -0.28706392645835876, -0.6196540594100952, -0.7197425961494446, -0.5564184188842773, -0.1157572790980339, -0.19241264462471008, -0.5374308228492737, -0.3383791148662567, -0.03238961845636368, -0.20105019211769104, 0.05298394337296486, -0.02072931081056595, -0.0435936413705349, -0.2430819571018219, -0.6461473703384399, -0.2328699678182602, -0.001963726943358779, -0.4037046730518341, 0.4037136733531952, 0.03169858828186989, -0.44920840859413147, 0.4235331118106842, -0.11607428640127182, 0.13465769588947296, -0.23722128570079803, 0.04557475447654724, -0.6220165491104126, -0.30703264474868774, -0.28280696272850037, 0.13536974787712097, -0.24231965839862823, 0.18966709077358246, -0.3681889772415161, -0.2774433195590973, -0.09383458644151688, -0.09676121920347214, 0.0686427503824234, -0.12621338665485382, -0.9600887894630432, -0.7674710750579834, -0.2794566750526428, -0.3120215833187103, -0.1401207149028778, -0.4250190556049347, -0.5209649801254272, -0.6855672001838684, 0.012928728945553303, -0.28101328015327454, -0.311725378036499, -0.3846980333328247, -0.6811602711677551, -0.6663714051246643, -0.24162033200263977, -0.2714335322380066, -0.5062419772148132, -0.07389873266220093, -0.5933912992477417, -0.5524491667747498, -0.3995221257209778, 0.007724703289568424, -0.1732422411441803, 0.15650060772895813, -0.3023718297481537, -0.34460288286209106, -0.4398912191390991, 0.14897823333740234, -0.06082334741950035, 0.00443518441170454, -0.14341150224208832, -0.37392768263816833, -0.4096654951572418, -0.06822872906923294, 0.16761240363121033, -0.061668071895837784, 0.30456480383872986, -0.5163983702659607, 0.0620349682867527, 0.2670721411705017, -0.14027398824691772, 0.16208681464195251, -0.019111502915620804, -0.16986295580863953, -0.09829433262348175, 0.5054023861885071, 0.11107439547777176, 0.12871967256069183, 0.22772875428199768, 0.3542737662792206, 0.13600699603557587, 0.25317588448524475, 0.02554897964000702, -0.048768430948257446, 0.1204175055027008, 0.37928035855293274, -0.20327462255954742, -0.032898422330617905, -0.1715664267539978, 0.13824252784252167, 0.7705515027046204, 0.3969367444515228, -0.04532866179943085, 0.2838231325149536, 0.2931167185306549, 0.2751147150993347, 0.4771438539028168, 0.0959365963935852, -0.2735174000263214, 0.08592595905065536, 0.2655462622642517, 0.03502057492733002, 0.31900137662887573, 0.8192508816719055, 0.08196976035833359, 0.5788232088088989, 0.24715840816497803, 0.274060994386673, 0.6093900203704834, 0.3118186593055725, 0.029268555343151093, -0.04858773201704025, 0.05649448558688164, -0.07336139678955078, 0.4788587987422943, 0.22801591455936432, 0.261359840631485, 0.08722668141126633, 0.44962260127067566, 0.06290344893932343, 0.20205190777778625, -0.2370108813047409, 0.019717341288924217, -0.3176541328430176, 0.340204656124115, 0.009562816470861435, 0.13171923160552979, 0.31936514377593994, -0.018172407522797585, 0.40344852209091187, 0.19030697643756866, -0.08081337064504623, 0.25302162766456604, 0.37604203820228577, -0.054632518440485, 0.24256563186645508, -0.23661550879478455, -0.012206497602164745, 0.187232106924057, -0.0262228325009346, 0.06502150744199753, -0.023916345089673996, 0.482409805059433, 0.4105309545993805, 0.22092221677303314, -0.05141457915306091, 0.16933408379554749, 0.42508193850517273, 0.3018622100353241, -0.06378045678138733, 0.45440390706062317, 0.03184707090258598, 0.3515574336051941, 0.0960143506526947, 0.3464355766773224, -0.0970354974269867, 0.4626927673816681, 0.26460933685302734, 0.3736342489719391, 0.5010720491409302, 0.21518458425998688, 0.1974695473909378, 0.5448253750801086, 0.20890037715435028, 0.22067180275917053, -0.3698718845844269, 0.15296736359596252, 0.02813117764890194, 0.29119086265563965, 0.21903733909130096, -0.06187520921230316, 0.1639966517686844, 0.27639591693878174, -0.08175789564847946, 0.3902411460876465, 0.024445079267024994, -0.07889024168252945, -0.015531969256699085, -0.35554373264312744, -0.1970832645893097, 0.08832698315382004, 0.22912149131298065, 0.17379289865493774, 0.03297296538949013, -0.04181894659996033, 0.036938294768333435, 0.1395183950662613, 0.07190220057964325, -0.007409354671835899, -0.3314964771270752, -0.5265935063362122, -0.006939009763300419, -0.11276865005493164, -0.16425208747386932, 0.12222329527139664, -0.044163864105939865, 0.015547508373856544, 0.16513758897781372, 0.02490956149995327, 0.3199857473373413, -0.3968391716480255, 0.09080862998962402, -0.2146434485912323, 0.06065281480550766, -0.09111370891332626, 0.1968543529510498, -0.03453633934259415, 0.04354839771986008, 0.18546192348003387, 0.2815592885017395, 0.15067490935325623, 0.42220351099967957, -0.2200598269701004, 0.1043708547949791, -0.04473809897899628, 0.3196370005607605, 0.17343571782112122, -0.10152069479227066, 0.42607852816581726, 0.011763788759708405, 0.24350085854530334, 0.07815047353506088, 0.1837066411972046, 0.24425719678401947, -0.027865365147590637, -0.014459670521318913, -0.19646310806274414, -0.10505114495754242, -0.10885840654373169, 0.18755373358726501, 0.05758136510848999, 0.04698486998677254, -0.0007189949974417686, 0.4384884834289551, 0.06307248026132584, 0.2834460139274597, 0.6471375226974487, -0.08677276223897934, -0.06094485893845558, 0.032266970723867416, 0.005396894179284573, 0.02334873005747795, -0.24524085223674774, 0.09888758510351181, -0.06698410212993622, 0.014609580859541893, 0.21700547635555267, -0.13388215005397797, 0.2586876451969147, -0.034723956137895584, 0.2880963385105133, -0.17428788542747498, -0.09401742368936539, -0.011675036512315273, -0.18346166610717773, -0.2331397384405136, -0.2595216631889343, -0.22297285497188568, -0.29169797897338867, -0.01746484450995922, -0.20022253692150116, -0.10520341247320175, -0.14685486257076263, -0.4205740988254547, -0.2389911413192749, -0.08927101641893387, -0.14511992037296295, 0.07384111732244492, -0.29375389218330383, -0.20682887732982635, -0.042904406785964966, -0.15340937674045563, -0.19852672517299652, -0.22643010318279266, 0.038466379046440125, 0.15011394023895264, -0.5684431195259094, 0.1258568912744522, -0.029045574367046356, -0.1138039082288742, 0.08014726638793945, -0.25855752825737, -0.43374839425086975, -0.4500822424888611, -0.08590736985206604, 0.041876908391714096, -0.5898392796516418, -0.18464791774749756, -0.08978213369846344, -0.15185047686100006, -0.08824923634529114, 0.10031338781118393, 0.2232189029455185, -0.019035322591662407, -0.013560514897108078, 0.0376269705593586, -0.05855812132358551, 0.0741037055850029, 0.08004087209701538, 0.053320638835430145, 0.03563370928168297, -0.11840116232633591, 0.1698974370956421, -0.05704278126358986, -0.013340315781533718, 0.2802984118461609, -0.010652536526322365, 0.015148020349442959, -0.03465107083320618, 0.11769183725118637, 0.08569534122943878, -0.023121846839785576, 0.2615202069282532, 0.12708663940429688, -0.10967663675546646, -0.30407780408859253, 0.005304206628352404, 0.06784074008464813, -0.008564339950680733, -0.06905021518468857, -0.2255246639251709, -0.0834055095911026, -0.0112914452329278, -0.03779261186718941, -0.02340463362634182, -0.10562290996313095, 0.10761574655771255, -0.1335960477590561, -0.21221424639225006, -0.19091910123825073, -0.017564212903380394, 0.101170115172863, -0.25596627593040466, -0.14875030517578125, -0.1552601307630539, -0.4040292501449585, 0.016399400308728218, 0.13015775382518768, 0.08073091506958008, -0.16406603157520294, -0.23458056151866913, 0.08815845102071762, -0.14659784734249115, -0.07009479403495789, -0.12708106637001038, -0.01159164309501648, -0.2573911249637604, 0.01676328480243683, -0.11297714710235596, -0.042875856161117554, 0.09001829475164413, -0.016963431611657143, -0.02130851149559021, -0.12511174380779266, 0.17722046375274658, -0.15396542847156525, -0.12352825701236725, -0.25649723410606384, -0.062214773148298264, -0.03602268919348717, -0.3967939615249634, 0.13803480565547943, -0.11626358330249786, 0.036103323101997375, 0.3085942566394806, -0.41273701190948486, 0.2660408914089203, 0.12558095157146454, 0.03638630732893944, 0.09551412612199783, 0.15214675664901733, -0.10885144770145416, -0.16907989978790283, 0.12185081094503403, -0.11349755525588989, 0.11068008095026016, 0.04597005620598793, -0.1300683468580246, -0.19831787049770355, 0.0023667244240641594, 0.1462816447019577, -0.15986159443855286, 0.06428229063749313, 0.0007495290483348072, 0.08709236979484558, -0.059811029583215714, 0.34415706992149353, 0.22546343505382538, 0.27808287739753723, 0.06779445707798004, 0.328445166349411, 0.18949057161808014, 0.14854972064495087, 0.08184327185153961, -0.11281465739011765, 0.18530839681625366, 0.0936623215675354, -0.09107846766710281, -0.08711477369070053, 0.0005695895524695516, 0.18956482410430908, -0.08618197590112686, 0.011980860494077206, -0.19516348838806152, -0.21728001534938812, 0.23380601406097412, -0.00967987347394228, -0.007686589378863573, -0.10619530081748962, 0.4400638937950134, -0.044074442237615585, 0.13630110025405884, 0.18095123767852783, 0.08085418492555618, 0.23698090016841888, -0.009262025356292725, 0.11735168844461441, -0.1924648880958557, -0.04025307670235634, 0.19309523701667786, 0.24110333621501923, 0.19737111032009125, -0.031987838447093964, 0.19980256259441376, 0.10854677110910416, 0.15894031524658203, -0.16069254279136658, 0.17986620962619781, 0.09426917135715485, -0.025151848793029785, 0.17852674424648285, 0.013632122427225113, 0.11823585629463196, 0.26361775398254395, -0.06431826949119568, 0.1671561896800995, -0.2531541585922241, 0.2277170568704605, 0.3333393335342407, 0.13470514118671417, 0.19466467201709747, 0.16434824466705322, 0.10951004922389984, 0.35885563492774963, 0.029301276430487633, -0.01419132761657238, -0.12258844077587128, -0.05403817445039749, -0.05135400965809822, -0.07570892572402954, -0.16523993015289307, -0.08137916028499603, 0.08398611843585968, -0.07900016754865646, 0.07311335951089859, 0.025767214596271515, 0.15370044112205505, 0.09299735724925995, 0.11616624146699905, -0.24978922307491302, -0.3974955976009369, -0.08426050841808319, -0.2159305065870285, -0.22484736144542694, -0.2152099907398224, -0.10875491797924042, 0.15525119006633759, -0.07737353444099426, 0.04785363748669624, -0.011577134020626545, -0.12610246241092682, -0.33837246894836426, -0.19953395426273346, -0.3844076097011566, -0.42946526408195496, -0.13610345125198364, 0.06141890212893486, -0.3247738778591156, -0.28915101289749146, 0.0031875893473625183, 0.16789297759532928, 0.03588302060961723, -0.11015533655881882, -0.259084552526474, -0.2441040724515915, -0.3418565094470978, -0.12473401427268982, -0.05811362341046333, -0.04844976216554642, -0.21615418791770935, -0.12151248008012772, -0.11316421627998352, -0.14346899092197418, 0.05037403479218483, 0.31332069635391235, -0.005807739682495594, -0.013413290493190289, 0.03815283253788948, 0.010141142643988132, 0.09409491717815399, -0.10743866115808487, -0.02673020027577877, -0.09874160587787628, -0.22878041863441467, 0.12574350833892822, 0.02411506325006485, 0.0926116406917572, -0.0765765979886055, -0.0997394472360611, -0.06106092408299446, -0.004171345848590136, -0.30852457880973816, 0.011606716550886631, -0.11890540271997452, -0.13394519686698914, -0.06050305813550949, -0.19341439008712769, 0.023719465360045433, 0.0606781505048275, -0.03931254521012306, -0.046502359211444855, -0.22829651832580566, 0.11498798429965973, -0.24604737758636475, 0.07572130113840103, 0.002157744485884905, 0.06782953441143036, 0.10889961570501328, -0.07490965723991394, 0.23342286050319672, 0.24552366137504578, 0.15965205430984497, 0.28696882724761963, 0.06531435996294022, 0.061032600700855255, 0.2691529095172882, 0.038164444267749786, -0.14191368222236633, -0.07387389242649078, -0.337607741355896, 0.03147827088832855, -0.17594575881958008, -0.20212343335151672, 0.47503235936164856, -0.26726415753364563, 0.2853522300720215, 0.1703604757785797, -0.07700983434915543, 0.007267436943948269, 0.024554066359996796, -0.42034685611724854, -0.102755106985569, -0.19716256856918335, -0.15392714738845825, 0.2083272784948349, -0.042150553315877914, -0.11050860583782196, 0.1458217203617096, -0.04105426371097565, -0.06803421676158905, -0.36251914501190186, -0.18187661468982697, -0.3038972318172455, -0.5247365236282349, -0.33334022760391235, -0.2985818684101105, -0.08392082899808884, -0.0790143609046936, 0.046039581298828125, -0.1469734013080597, 0.03513650223612785, 0.029010172933340073, -0.1404569298028946, -0.19435346126556396, -0.22708338499069214, -0.39044538140296936, -0.15527696907520294, -0.35120758414268494, -0.012719893828034401, -0.1370898187160492, -0.30250000953674316, -0.04953771084547043, -0.05010112747550011, -0.06102440506219864, -0.032743994146585464, -0.2722434401512146, -0.11248169839382172, -0.09690756350755692, -0.10961918532848358, -0.4151913821697235, -0.374319851398468, -0.08509097248315811, 0.013763407245278358, -0.1684555560350418, -0.08764462918043137, 0.16741113364696503, 0.04268168285489082, 0.1964336633682251, -0.2006942629814148, 0.04587005451321602, -0.0005474138306453824, 0.1843445897102356, -0.06034238636493683, -0.10374421626329422, 0.14758841693401337, 0.11689721047878265, -0.10476191341876984, 0.18352597951889038, 0.1716901957988739, 0.17383764684200287, 0.12472433596849442, -0.09192569553852081, -0.06603378802537918, 0.024368777871131897, -0.14982293546199799, 0.1134982630610466, -0.03721679002046585, 0.07388290762901306, 0.08589246869087219, -0.011648844927549362, 0.3807867169380188, 0.12584926187992096, 0.006426200736314058, 0.13611961901187897, 0.047165222465991974, 0.2591552436351776, 0.07424600422382355, 0.024085283279418945, -0.08105387538671494, 0.2425626814365387, -0.04021487385034561, 0.23545533418655396, -0.035091426223516464, 0.2698000371456146, 0.3197760283946991, 0.18646526336669922, 0.2113802134990692, 0.23821097612380981, 0.22820746898651123, 0.03030526451766491, 0.21384474635124207, 0.03324524685740471, 0.1121126115322113, 0.2662002742290497, 0.07047785073518753, 0.3004240095615387, 0.21439702808856964, 0.28631436824798584, 0.33742010593414307, 0.2133742719888687, 0.3011300265789032, 0.22804608941078186, 0.02699306420981884, 0.17854692041873932, 0.09658824652433395, 0.0883939191699028, 0.17082136869430542, 0.12629374861717224, 0.011510620824992657, 0.5237951278686523, 0.22279669344425201, 0.39321810007095337, 0.1888401359319687, 0.4564604163169861, 0.2527548372745514, -0.08435023576021194, -0.005668997298926115, 0.005956755485385656, 0.02089589647948742, 0.1299906075000763, -0.01876535825431347, 0.0911516323685646, 0.2062312662601471, 0.18219906091690063, 0.2604566812515259, 0.08811603486537933, -0.030149204656481743, 0.039107583463191986, -0.1137997955083847, -0.236410453915596, -0.0754968523979187, -0.3556481897830963, -0.03266872093081474, -0.1292342245578766, 0.012171006761491299, -0.12403438985347748, -0.06986439973115921, 0.07933828234672546, -0.04641477391123772, -0.017469707876443863, -0.007929372601211071, -0.20651806890964508, -0.024439286440610886, -0.18080468475818634, -0.016001112759113312, -0.13092176616191864, -0.09678050130605698, 0.12009125202894211, 0.04167686402797699, 0.026581596583127975, -0.09893372654914856, 0.05276546999812126, 0.08661359548568726, -0.00960482470691204, -0.024484293535351753, -0.1967705935239792, -0.10664547979831696, -0.25228792428970337, 0.15000112354755402, -0.0922703742980957, 0.10974254459142685, -0.008556671440601349, -0.004982204642146826, 0.19699281454086304, 0.07231573015451431, 0.09750448912382126, 0.19478638470172882, -0.0635141134262085, 0.2218611091375351, 0.038283877074718475, -0.00487918546423316, -0.10374123603105545, 0.24525317549705505, 0.08296165615320206, -0.23539011180400848, 0.12649138271808624, -0.009373951703310013, 0.1541174054145813, -0.05124344304203987, 0.03505850210785866, -0.14927451312541962, -0.07540734112262726, -0.1742057055234909, -0.08815898001194, -0.05151336267590523, 0.12763452529907227, -0.1298152208328247, -0.05920080468058586, 0.00573903601616621, 0.13917069137096405, 0.04992149770259857, 0.04182526469230652, -0.07671007513999939, -0.059142738580703735, 0.05280587077140808, -0.16630412638187408, 0.160014346241951, 0.0020883851684629917, 0.04883100464940071, 0.00558745302259922, -0.09851418435573578, -0.17042307555675507, 0.12684005498886108, 0.11009417474269867, 0.09425156563520432, -0.051370635628700256, 0.09868936985731125, -0.11710022389888763, 0.05073149874806404, -0.06286581605672836, -0.02212599478662014, -0.07674838602542877, 0.0897575318813324, -0.020353304222226143, 0.18860703706741333, 0.21016067266464233, 0.0523727647960186, -0.009629457257688046, 0.031109735369682312, -0.0018672901205718517, -0.16004395484924316, -0.1530616730451584, -0.1738155335187912, -0.17478999495506287, 0.07656636834144592, -0.2317468225955963, -0.17395368218421936, -0.0031514677684754133, -0.12668992578983307, -0.18725410103797913, -0.12049100548028946, -0.22126226127147675, -0.23854157328605652, -0.011924787424504757, -0.17066165804862976, -0.1077752485871315, -0.4409063458442688, -0.31353092193603516, -0.2212596982717514, -0.11114201694726944, -0.08738893270492554, -0.21081416308879852, -0.30386102199554443, -0.11913308501243591, -0.24591466784477234, -0.2965346574783325, -0.22058212757110596, -0.20142489671707153, 0.04073468968272209, -0.22303463518619537, -0.1415114551782608, 0.02153848111629486, 0.146819069981575, 0.04614366218447685, 0.1403239518404007, -0.20396871864795685, -0.1497354507446289, -0.006016859784722328, 0.15755987167358398, 0.0035255125258117914, 0.16580639779567719, 0.03121146187186241, 0.08212663978338242, 0.010425996966660023, 0.11613085120916367, 0.07548025250434875, -0.03440268710255623, 0.14141710102558136, -0.02547025866806507, -0.036920562386512756, 0.02593434974551201, 0.23908042907714844, 0.05089941993355751, 0.11379045248031616, 0.17233425378799438, -0.1279674470424652, 0.03373124450445175, -0.00866979081183672, 0.22479359805583954, 0.15349876880645752, 0.008289474062621593, -0.05692346766591072, -0.030187878757715225, 0.052193533629179, 0.11303902417421341, 0.09577671438455582, 0.031660787761211395, -0.03700144961476326, -0.06680649518966675, 0.09041481465101242, 0.07501782476902008, -0.04658884182572365, 0.06935776770114899, 0.01820068620145321, -0.06281603127717972, -0.04510236904025078, 0.026022426784038544, 0.06038026884198189, 0.16660453379154205, 0.1914450079202652, -0.018460258841514587, 0.0813574343919754, 0.030256666243076324, 0.1417151540517807, -0.023460492491722107, 0.003045902354642749, -0.11634934693574905, -0.11846733093261719, 0.018261320888996124, 0.032673344016075134, 0.19355575740337372, -0.08091651648283005, 0.11764319986104965, 0.10534777492284775, -0.011173040606081486, 0.002455261303111911, -0.06397673487663269, 0.13809312880039215, -0.04031045734882355, 0.028094030916690826, 0.006145470310002565, -0.0913185253739357, 0.1585024744272232, 0.1623413860797882, 0.03875666856765747, -0.1377497762441635, 0.07881269603967667, -0.1307353526353836, 0.060109470039606094, -0.04717740789055824, -0.06158481910824776, -0.1665290743112564, -0.04403597488999367, 0.018909243866801262, -0.021886738017201424, -0.10386564582586288, -0.05594971403479576, -0.04374134540557861, 0.024335991591215134, -0.22478049993515015, 0.06901339441537857, 0.0576864629983902, 0.15562444925308228, -0.11613625288009644, -0.09177663177251816, -0.11213307827711105, -0.0854235589504242, -0.0021781602408736944, -0.11997664719820023, 0.0802316665649414, -0.027405211701989174, 0.18454782664775848, 0.10300585627555847, 0.05044836923480034, 0.002161045791581273, 0.0331600122153759, 0.056013885885477066, -0.10589966177940369, -0.14644229412078857, -0.00039783582906238735, 0.12561708688735962, 0.11042263358831406, -0.10179989039897919, -0.0882895290851593, -0.07245709747076035, 0.07974829524755478, -0.16188421845436096, 0.07478632032871246, 0.11029276996850967, -0.03316964581608772, 0.04515349119901657, -0.012458314187824726, 0.10378246009349823, 0.141771137714386, 0.12256640940904617, 0.04555349797010422, 0.001493965508416295, 0.0424497127532959, 0.12070202082395554, 0.1491243839263916, 0.02945096604526043, -0.050278134644031525, -0.014230234548449516, -0.28907275199890137, 0.21022945642471313, 0.07598566263914108, 0.020998738706111908, -0.12370949238538742, 0.10104481130838394, 0.07228413969278336, 0.297514945268631, 0.07808538526296616, 0.2693297863006592, 0.14159056544303894, 0.27234941720962524, 0.3057934045791626, 0.04496586695313454, 0.24383029341697693, 0.2802235186100006, 0.060958363115787506, 0.11999833583831787, -0.028399957343935966, 0.12339060008525848, 0.2608373463153839, 0.23809576034545898, 0.15375156700611115, 0.08346989750862122, 0.25316178798675537, 0.03752762824296951, 0.10803793370723724, -0.02213197760283947, 0.054387591779232025, 0.052516307681798935, 0.07908067107200623, -0.009077420458197594, -0.12011362612247467, 0.25464296340942383, -0.03416037932038307, 0.09473245590925217, 0.0800023153424263, -0.123632051050663, 0.06669622659683228, 0.045068275183439255, 0.05342764034867287, -0.043755464255809784, -0.2347896844148636, -0.05512036755681038, -0.001702520763501525, -0.034532807767391205, -0.12571662664413452, -0.014088967815041542, -0.007252601906657219, 0.09145573526620865, -0.2138753980398178, -0.10759863257408142, -0.08577173948287964, -0.09629422426223755, -0.10140383988618851, -0.35905951261520386, -0.33108288049697876, -0.03379766270518303, -0.15679045021533966, -0.20706965029239655, -0.03864132612943649, -0.13432735204696655, -0.12563425302505493, 0.2085147202014923, -0.1606527417898178, -0.11899226158857346, -0.20029063522815704, -0.3125258982181549, -0.09507474303245544, -0.17485566437244415, -0.12537901103496552, -0.05595554783940315, -0.005759234074503183, 0.026241833344101906, 0.04200372099876404, 0.019086197018623352, 0.08228356391191483, 0.0048322840593755245, -0.040482036769390106, 0.0317164845764637, -0.2123650759458542, 0.07273398339748383, 0.01848437823355198, -0.009568953886628151, -0.11660338193178177, -0.13605421781539917, 0.061126068234443665, 0.1794617623090744, 0.03058946318924427, -0.029504772275686264, -0.07074674218893051, -0.00846083927899599, -0.11012982577085495, 0.00630616582930088, -0.06399021297693253, 0.0667271614074707, -0.03649692237377167, 0.15278851985931396, 0.14580710232257843, 0.07914327085018158, 0.3000955581665039, 0.11697086691856384, 0.07318948954343796, 0.1461329460144043, -0.09802429378032684, 0.20256605744361877, -0.034857653081417084, 0.11481741815805435, 0.13702289760112762, 0.012231243774294853, -0.14257551729679108, 0.04070798680186272, 0.07464496791362762, 0.21837091445922852, -0.1053989976644516, 0.23134291172027588, 0.22425132989883423, -0.09075114130973816, 0.043181803077459335, 0.0793204978108406, 0.12521220743656158, 0.09085483103990555, 0.013565696775913239, 0.17870880663394928, 0.08981506526470184, 0.05100616067647934, 0.08067023754119873, 0.21784961223602295, 0.06679654121398926, 0.1342899650335312, -0.01592930778861046, -0.07069770991802216, 0.12357817590236664, 0.2648838758468628, 0.15512317419052124, 0.10999341309070587, 0.03755910322070122, 0.2525719404220581, 0.2093799114227295, 0.1953180879354477, 0.12262152135372162, 0.21544204652309418, 0.16792720556259155, 0.10730195790529251, -0.06734056025743484, 0.15024061501026154, 0.12235771119594574, 0.11084208637475967, 0.01074879989027977, -0.03995084390044212, 0.028199484571814537, 0.16513366997241974, 0.07223119586706161, 0.18259146809577942, 0.29909268021583557, 0.2622753083705902, 0.13171206414699554, 0.240923210978508, 0.005870049353688955, 0.08050765842199326, 0.07281754165887833, 0.11057722568511963, -0.06791476160287857, -0.012134240940213203, 0.1783299744129181, 0.1911911517381668, 0.18906456232070923, 0.13887862861156464, 0.074210025370121, 0.13101738691329956, 0.018811818212270737, 0.09395036101341248, 0.059842634946107864, 0.08854176849126816, -0.027454515919089317, 0.0406014546751976, 0.022341087460517883, 0.004567326512187719, 0.18355177342891693, 0.18887607753276825, -0.06958471238613129, -0.2124994993209839, 0.4519159495830536, 0.11934887617826462, -0.39838603138923645, 0.21026301383972168, 0.17737321555614471, -0.22812707722187042, -0.3257848620414734, 0.04672396183013916, 0.11990239471197128, -0.1523457020521164, -0.02416934072971344, 0.01834523305296898, 0.06891833245754242, -0.1525087058544159, -0.04434620216488838, -0.15726760029792786, -0.11279002577066422, 0.11067024618387222, -0.291531503200531, -0.11632168292999268, 0.06597139686346054, 0.009314604103565216, -0.16006788611412048, 0.02226128615438938, 0.17712697386741638, -0.03974568098783493, -0.04226148501038551, 0.1488722562789917, -0.08668457716703415, -0.10416591167449951, -0.07522393018007278, -0.004657943267375231, 0.022427380084991455, -0.03270041570067406, 0.032233454287052155, 0.06445775926113129, 0.07156013697385788, -0.04121479019522667, -0.07025441527366638, 0.12878727912902832, 0.09329282492399216, -0.0849420577287674, 0.12899518013000488, 0.08318858593702316, 0.0012526274658739567, 0.13357208669185638, -0.0124587994068861, 0.002518262481316924, 0.0927688404917717, 0.008611646480858326, -0.16957764327526093, -0.032924626022577286, 0.01612897217273712, -0.07501315325498581, -0.2098657339811325, -0.02671104669570923, -0.050146862864494324, -0.06813326478004456, -0.018902279436588287, 0.02143617905676365, -0.050456587225198746, -0.04968605935573578, 0.017809946089982986, -0.09630563110113144, -0.009960219264030457, -0.0016800400335341692, -0.14969439804553986, 0.049804117530584335, -0.015086619183421135, -0.14601562917232513, -0.1531381458044052, -0.031011376529932022, -0.1284770667552948, -0.03816188871860504, -0.08606871962547302, -0.1769760251045227, -0.20691639184951782, -0.197013720870018, -0.20590157806873322, -0.2486003339290619, -0.20144890248775482, -0.09223705530166626, -0.22727316617965698, -0.35519856214523315, -0.15499983727931976, 0.16100747883319855, -0.09848025441169739, -0.2360275536775589, -0.21973635256290436, -0.07185140252113342, -0.1839718073606491, -0.19941416382789612, -0.08877161890268326, -0.06421390920877457, -0.12114645540714264, -0.23243196308612823, -0.11278022080659866, -0.021089792251586914, -0.08180757611989975, -0.1004984974861145, -0.21156898140907288, -0.12521672248840332, -0.10453282296657562, -0.11308449506759644, -0.12049518525600433, 0.1005588248372078, -0.04497808218002319, -0.13200895488262177, -0.10311681777238846, -0.10278571397066116, -0.15172934532165527, -0.14409266412258148, -0.035776637494564056, -0.16176001727581024, -0.09940946847200394, -0.036734115332365036, 0.07538250833749771, 0.03810879960656166, -0.09199627488851547, -0.14394508302211761, -0.09970451891422272, -0.1086745485663414, -0.29671329259872437, -0.11487271636724472, -0.10558678954839706, -0.017612982541322708, -0.12370217591524124, -0.09061214327812195, -0.02343469113111496, -0.1074962168931961, 0.03758101537823677, 0.005523568019270897, -0.03653007373213768, 0.03731513023376465, -0.14347867667675018, 0.02204900234937668, -0.005129474680870771, -0.04910257086157799, -0.16072963178157806, -0.13944019377231598, 0.0281444750726223, -0.1060476005077362, -0.08275223523378372, -0.02362741157412529, 0.012871760874986649, -0.10877076536417007, -0.2151024043560028, -0.15133048593997955, -0.12941846251487732, -0.04907779023051262, -0.11089431494474411, -0.12511639297008514, -0.1727648377418518, -0.11068478971719742, -0.08035688102245331, -0.0922490656375885, 0.05368409305810928, -0.13827896118164062, -0.13002711534500122, 0.042567793279886246, -0.0629197284579277, 0.05006537586450577, -0.12874723970890045, 0.04707048088312149, -0.07530096173286438, 0.019914070144295692, -0.06609200686216354, -0.14828142523765564, -0.13899490237236023, 0.07168872654438019, -0.049820367246866226, -0.16453611850738525, -0.018739348277449608, -0.002288151066750288, -0.10577934235334396, -0.07341089844703674, -0.08254172652959824, -0.1372191607952118, -0.10698799788951874, -0.05360309034585953, -0.08106401562690735, 0.009403523057699203, 0.058761052787303925, -0.10662804543972015, 0.06065854802727699, -0.08985970169305801, -0.07467743009328842, 0.018549753352999687, 0.07230767607688904, 0.003345802891999483, 0.019588418304920197, -0.14179348945617676, -0.019480612128973007, 0.16970036923885345, -0.031513895839452744, -0.0078731719404459, 0.08021580427885056, -0.02388950064778328, -0.051629167050123215, -0.010664891451597214, 0.08213260769844055, 0.017792778089642525, -0.042230747640132904, -0.040644239634275436, -0.14991717040538788, -0.04074891656637192, -0.06553363800048828, -0.010447085835039616, -0.02224191278219223, 0.061431851238012314, -0.2208528369665146, -0.018250497058033943, 0.02705073542892933, -0.08741601556539536, -0.1422116458415985, -0.11631811410188675, -0.0772133320569992, -0.24212439358234406, -0.074033722281456, 0.13325075805187225, 0.006136904936283827, -0.008678076788783073, -0.04707498103380203, -0.030046431347727776, -0.03533802926540375, 0.03609972819685936, 0.0006115449941717088, 0.08925586193799973, 0.0181232038885355, 0.11345699429512024, 0.027966372668743134, 0.10746701806783676, 0.16693933308124542, 0.1416463702917099, 0.1203235313296318, 0.03294740244746208, 0.059617310762405396, 0.06454554200172424, 0.21818943321704865, 0.13559025526046753, 0.04383859783411026, 0.1766570806503296, 0.10457984358072281, 0.045308083295822144, 0.09403597563505173, 0.22707729041576385, 0.3144923448562622, 0.1146705150604248, 0.1744082272052765, 0.1737482100725174, 0.11787828803062439, 0.17303109169006348, 0.19696542620658875, 0.1241137683391571, 0.1413431316614151, 0.010268251411616802, 0.010697524063289165, 0.1473773717880249, 0.11077877879142761, 0.13800890743732452, 0.09725760668516159, 0.0196211040019989, -0.03084404207766056, 0.030566439032554626, 0.10191741585731506, 0.091751329600811, 0.028453433886170387, 0.1406005471944809, 0.0012599363690242171, 0.11650130897760391, 0.08421465754508972, 0.1379624605178833, 0.07886803150177002, 0.21742570400238037, 0.07955406606197357, 0.21720671653747559, 0.06371773779392242, 0.09321814030408859, 0.07197195291519165, 0.08831434696912766, 0.10721449553966522, 0.07210598886013031, -0.051517192274332047, 0.10902783274650574, 0.07081875950098038, 0.10735336691141129, 0.054733116179704666, 0.0363035686314106, 0.16253821551799774, 0.16671673953533173, 0.04293109104037285, 0.0628061294555664, 0.0742444321513176, 0.02412046305835247, 0.061796076595783234, 0.0007138872751966119, 0.0119340093806386, 0.011451116763055325, 0.032216209918260574, 0.08327266573905945, 0.1342361569404602, 0.08611913025379181, -0.061658650636672974, 0.007302751764655113, -0.0316535122692585, -0.031061772257089615, -0.08578081429004669, -0.06282112747430801, -0.005266188643872738, 0.013026822358369827, -0.025008203461766243, -0.029353970661759377, 0.0716659352183342, 0.1600576639175415, -0.005310316104441881, 0.043272558599710464, 0.17118611931800842, 0.0059492457658052444, 0.030155159533023834, 0.12668047845363617, 0.057033658027648926, -0.04393918812274933, 0.046982623636722565, 0.025261295959353447, 0.017233222723007202, 0.032369039952754974, 0.028901683166623116, 0.2123747318983078, 0.18345844745635986, 0.08848608285188675, 0.016109783202409744, 0.05225396901369095, -0.014183253981173038, 0.091359443962574, 0.04972414672374725, 0.0887041985988617, 0.019559426233172417, 0.07372176647186279, 0.09315036237239838, 0.06609302759170532, -0.027904994785785675, 0.01926630549132824, 0.06803781539201736, -0.051020342856645584, -0.022303463891148567, 0.053763680160045624, 0.026707740500569344, -0.019383562728762627, 0.1448129564523697, 0.11007937043905258, 0.11627468466758728, -0.09921558201313019, 0.012554016895592213, -0.04175103083252907, -0.06640508025884628, -0.09370622038841248, 0.025593440979719162, -0.07203644514083862, 0.00473427027463913, -0.05468597635626793, 0.11379517614841461, 0.04906095191836357, -0.00597034115344286, -0.01925397850573063, 0.05710969120264053, 0.11501038819551468, 0.0414242185652256, 0.1544467806816101, 0.09476462006568909, 0.15868014097213745, 0.13531483709812164, 0.04913816228508949, 0.1796545535326004, 0.13308778405189514, 0.0834716409444809, 0.19790655374526978, 0.08449851721525192, 0.13187015056610107, 0.05120386555790901, 0.13267192244529724, 0.10718369483947754, 0.15640485286712646, 0.16340629756450653, 0.19980277121067047, 0.14274966716766357, 0.20100010931491852, 0.23062539100646973, 0.25710341334342957, 0.06675461679697037, 0.0901704952120781, -0.0036503146402537823, 0.025209559127688408, -0.025022216141223907, -0.029938049614429474, -0.004465966019779444, -0.003246105508878827, -0.07690544426441193, 0.11756285279989243, 0.0602404847741127, -0.11200552433729172, -0.08966446667909622, -0.044380612671375275, -0.045246198773384094, -0.20481270551681519, -0.0586354099214077, -0.020519133657217026, -0.05875621736049652, -0.009104598313570023, 0.0890943855047226, 0.011210741475224495, 0.018041718751192093, 0.023851701989769936, 0.015291488729417324, -0.03167729079723358, -0.09628245234489441, -0.10503912717103958, -0.08396265655755997, -0.18276973068714142, -0.035068318247795105, -0.08948150277137756, -0.15619243681430817, -0.14963150024414062, -0.06835074722766876, -0.0853966698050499, -0.12243831157684326, -0.16648058593273163, -0.04831195995211601, -0.20050233602523804, -0.1712256819009781, -0.1205545961856842, -0.18787503242492676, -0.2000608593225479, -0.17134720087051392, -0.12911756336688995, -0.2075626403093338, -0.13447800278663635, -0.025997571647167206, -0.07869180291891098, -0.2253219336271286, 0.02139422670006752, -0.12606801092624664, -0.1323544979095459, -0.1084667295217514, 0.06503914296627045, -0.13125203549861908, -0.04108353331685066, 0.009462357498705387, 0.06923067569732666, -0.02586716040968895, 0.11026186496019363, 0.11755146086215973, 0.15878267586231232, 0.11006835103034973, 0.1155032068490982, 0.03046516515314579, 0.1630285382270813, 0.06287795305252075, 0.1182202696800232, 0.13717438280582428, 0.15029923617839813, 0.1571337878704071, 0.14448340237140656, 0.13796958327293396, 0.18673112988471985, 0.15392790734767914, 0.06361347436904907, 0.10876589268445969, 0.17841465771198273, 0.08493487536907196, 0.056674666702747345, 0.012420427054166794, 0.11420109122991562, 0.06347762048244476, 0.06514306366443634, -0.0001394986902596429, 0.043757807463407516, 0.14022701978683472, 0.08610941469669342, 0.010964930057525635, -0.029649460688233376, -0.06980534642934799, -0.10513799637556076, -0.08658966422080994, -0.03533463180065155, 1.316277007390454e-06, 0.03349175676703453, 0.018675565719604492, 0.11532672494649887, 0.037100136280059814, 0.03246407210826874, 0.1141088530421257, -0.01383269764482975, -0.005771811585873365, -0.11883976310491562, -0.03615036606788635, -0.09590800851583481, -0.17878146469593048, -0.18015670776367188, -0.12231848388910294, -0.11185042560100555, -0.19633564352989197, -0.21679849922657013, -0.1401858627796173, -0.20052185654640198, -0.23394471406936646, -0.21836279332637787, -0.21993787586688995, -0.269916832447052, -0.17281994223594666, -0.21826735138893127, -0.14368999004364014, -0.2656591832637787, -0.15878891944885254, -0.11869268864393234, -0.15826256573200226, -0.10524442791938782, -0.1263754963874817, -0.1675172746181488, -0.15143252909183502, -0.19266970455646515, -0.25743889808654785, -0.17650464177131653, -0.11073392629623413, -0.12161962687969208, -0.09669061750173569, -0.04095321521162987, -0.11478723585605621, -3.116730658803135e-05, -0.029117951169610023, -0.06092973053455353, -0.12353388220071793, -0.049681197851896286, -0.08801876753568649, -0.14447033405303955, -0.08094659447669983, -0.11116768419742584, -0.1326436549425125, -0.10896950215101242, -0.14166252315044403, -0.18066169321537018, -0.12477802485227585, -0.10444457083940506, -0.11725820600986481, -0.026821214705705643, -0.029025232419371605, -0.08342120051383972, -0.004146030638366938, -0.01690215989947319, -0.008400116115808487, 0.03815086558461189, 0.009378556162118912, 0.03626544028520584, 0.005580364726483822, -0.009351846762001514, 0.0349273718893528, 0.02102608047425747, 0.021551623940467834, 0.007531777955591679, 0.042580366134643555, -0.013196238316595554, -0.0352432020008564, 0.17250025272369385, 0.16328877210617065, 0.0020818619523197412, 0.15586933493614197, 0.04578462243080139, 0.14017190039157867, 0.04711676388978958, 0.033848837018013, 0.11414508521556854, 0.1977771669626236, 0.04928110912442207, 0.08625929057598114, 0.0705484077334404, 0.12030207365751266, 0.13778242468833923, 0.18649813532829285, 0.01255846954882145, 0.029327189549803734, 0.1056634783744812, 0.09193801134824753, 0.09838531911373138, 0.01856243796646595, -0.02453472837805748, 0.004782632924616337, -0.037909433245658875, -0.02819332666695118, -0.022481029853224754, 0.0044130017049610615, 0.007579203229397535, 0.0005838987417519093, 0.004672904033213854, 0.030205266550183296, -0.06874413043260574, -0.022290537133812904, 0.0007200186373665929, 3.833212304016342e-06, -0.0204510148614645, 0.03522487357258797, -0.033224351704120636, 0.09475077688694, 0.013698228634893894, 0.04322516545653343, 0.05100064352154732, 0.01807805337011814, 0.03872545808553696, 0.0399637296795845, 0.024293078109622, 0.09595061093568802, 0.07556523382663727, 0.018298596143722534, 0.04978141561150551, 0.09987851232290268, 0.026424257084727287, 0.007400257047265768, 0.05798707529902458, -0.03661836311221123, -0.06453116983175278, 0.005570331588387489, -0.025418849661946297, -0.03242247551679611, -0.06080472841858864, -0.06568323820829391, -0.030664950609207153, -0.13897357881069183, -0.08678384125232697, -0.10311514139175415, -0.21431733667850494, -0.1322794258594513, 0.005133656784892082, -0.09831908345222473, -0.15681374073028564, -0.19850580394268036, -0.18254384398460388, -0.11877848207950592, -0.18268953263759613, -0.15780992805957794, -0.11444433033466339, -0.12807953357696533, -0.15650157630443573, -0.15690471231937408, -0.06145169585943222, -0.02235865220427513, -0.13868942856788635, -0.08159185200929642, -0.06986945867538452, -0.022129416465759277, -0.03539565950632095, 0.059150710701942444, 0.10103204101324081, 0.02006234973669052, -0.008256777189671993, 0.005261991638690233, 0.0043863472528755665, 0.005389739293605089, 0.03337999805808067, 0.07211006432771683, 0.07504770904779434, -0.018647953867912292, 0.07809484004974365, 0.13502137362957, 0.08140533417463303, 0.08922068774700165, 0.03216342628002167, 0.011967272497713566, 0.03515506163239479, 0.14262770116329193, 0.12223022431135178, 0.1428515762090683, 0.03179186210036278, 0.0901327133178711, 0.09773620963096619, 0.04529259353876114, 0.19597971439361572, 0.07950355112552643, 0.022713229060173035, 0.07655765116214752, 0.0721757709980011, 0.11554771661758423, 0.0978454202413559, 0.17879801988601685, 0.1747453212738037, 0.08488399535417557, 0.09260772913694382, 0.1574481725692749, 0.08161351084709167, 0.12745806574821472, 0.1849481463432312, 0.12868741154670715, 0.05145402252674103, 0.028185663744807243, 0.10309157520532608, 0.04672364518046379, 0.04341664910316467, -0.027623794972896576, -0.07844097167253494, 0.027297059074044228, -0.06593259423971176, 0.003433764446526766, 0.05423688143491745, 0.059407372027635574, -0.1189284697175026, -0.06860759109258652, -0.027462132275104523, 0.046976666897535324, 0.0018958644941449165, -0.01768953539431095, -0.010792272165417671, -0.02582535147666931, -0.04314244166016579, -0.04455966129899025, 0.04183480516076088, -0.05513567104935646, -0.10486475378274918, -0.04978835582733154, 0.007368161343038082, -0.0785638839006424, -0.04559818655252457, -0.029090505093336105, -0.07735063135623932, -0.15789473056793213, -0.05342891439795494, -0.0802423432469368, -0.11018721014261246, -0.16498567163944244, -0.06978043913841248, -0.08282487839460373, -0.09934449195861816, -0.015408606268465519, 0.01718693971633911, -0.07930632680654526, -0.1077403798699379, -0.008769766427576542, 0.016445571556687355, -0.012345541268587112, 0.017783639952540398, 0.00021530022786464542, -0.0321984626352787, 0.013537846505641937, 0.06301416456699371, 0.009860001504421234, 0.1472332775592804, 0.03530190512537956, 0.023634523153305054, 0.07185553014278412, 0.14104361832141876, 0.03962147235870361, 0.10610301047563553, 0.07307222485542297, 0.024344874545931816, -0.008840720169246197, -0.03935502842068672, -0.04908634349703789, -0.08020103722810745, -0.10671740025281906, -0.07663477957248688, -0.12269025295972824, -0.14494870603084564, -0.15937407314777374, -0.1098570004105568, -0.039218027144670486, -0.10176903754472733, -0.08697941899299622, -0.007154067978262901, -0.03251621499657631, -0.010186736471951008, -0.08414098620414734, -0.11416838318109512, -0.23364214599132538, -0.2815116047859192, -0.24165832996368408, -0.18426193296909332, -0.07695768028497696, -0.05448392406105995, -0.14303754270076752, -0.15275593101978302, -0.11758650839328766, -0.07071813941001892, -0.047904808074235916, 0.03719717636704445, 0.060137175023555756, 0.07124736160039902, 0.11533816158771515, 0.17832891643047333, 0.18671751022338867, 0.11587032675743103, 0.0741858258843422, 0.056467339396476746, 0.08110753446817398, 0.07751119136810303, 0.1129092276096344, 0.04650649055838585, 0.07949112355709076, 0.20474544167518616, 0.1785954087972641, 0.13767066597938538, 0.2082301825284958, 0.2607017457485199, 0.21770386397838593, 0.2443888783454895, 0.1987750083208084, 0.23941439390182495, 0.10759633034467697, 0.09276078641414642, 0.17650380730628967, 0.09820477664470673, 0.1059725359082222, 0.09219250828027725, 0.04728599265217781, 0.048970334231853485, -0.049757055938243866, 0.02444993518292904, 0.020581969991326332, -0.09123973548412323, -0.07946877181529999, -0.011447091586887836, -0.027762092649936676, 0.02931996062397957, 0.02522328682243824, 0.08382324129343033, 0.02110317535698414, -0.05767075717449188, -0.021200284361839294, -0.03105662763118744, -0.0652834102511406, -0.06813891232013702, 0.015185408294200897, 0.06064712256193161, -0.02578590251505375, -0.013345858082175255, 0.09380544722080231, 0.0890670120716095, 0.11111892014741898, 0.041373152285814285, 0.008903657086193562, 0.07178826630115509, 0.0064230854623019695, 0.06943748146295547, 0.06815259158611298, 0.036379341036081314, 0.04982615262269974, 0.05029132962226868, 0.039270590990781784, 0.07834183424711227, 0.08805757761001587, 0.04023251309990883, 0.012377755716443062, -0.01873517967760563, -0.041528794914484024, -0.06640975177288055, -0.06560317426919937, -0.08173885941505432, -0.0353129543364048, -0.09044094383716583, -0.08771511912345886, 0.015904774889349937, -0.04161691293120384, -0.05652489885687828, -0.044735319912433624, -0.007770877331495285, -0.002827933058142662, -0.030848413705825806, -0.05631927400827408, -0.08519221097230911, -0.05552222207188606, -0.05078998953104019, -0.09166906028985977, 0.020137013867497444, 0.09296629577875137, 0.04880920425057411, 0.09416846930980682, 0.0836406797170639, 0.13904738426208496, 0.027766352519392967, 0.13969743251800537, 0.09273777157068253, 0.07566472142934799, 0.09181448817253113, 0.10017349570989609, 0.12370004504919052, 0.21150709688663483, 0.1562475711107254, 0.1571822166442871, 0.21919730305671692, 0.1499188393354416, 0.22683560848236084, 0.19428062438964844, 0.14893844723701477, 0.1624782532453537, 0.07732453942298889, 0.020561648532748222, 0.0449361614882946, 0.057418204843997955, 0.025744561105966568, 0.052881140261888504, 0.053984008729457855, -0.007476838771253824, 0.08113106340169907, 0.0671292394399643, 0.008085303008556366, 0.015718916431069374, -0.022460954263806343, -0.008697091601788998, -0.09025567770004272, -0.04021105170249939, -0.03760918229818344, -0.07729864865541458, -0.009937972761690617, 0.02108565904200077, 0.04120292514562607, 0.0394761748611927, 0.00401809299364686, 0.028931157663464546, 0.055221445858478546, -0.05062895640730858, 0.04978368058800697, 0.04436933249235153, 0.09735264629125595, 0.09975516051054001, 0.0795222818851471, 0.12051010131835938, 0.10065992921590805, 0.1349915713071823, 0.12251148372888565, 0.06619246304035187, 0.0641537681221962, 0.05866388604044914, 0.11463625729084015, 0.0633292868733406, -0.012282884679734707, 0.017648935317993164, 0.018320709466934204, 0.03810504451394081, -0.023272646591067314, -0.033338721841573715, -0.06097609922289848, -0.04611312970519066, -0.15318410098552704, -0.15721455216407776, -0.12849123775959015, -0.11319077014923096, -0.15262775123119354, -0.16327890753746033, -0.14592917263507843, -0.13959398865699768, -0.1226770207285881, -0.11324141174554825, -0.07500208914279938, -0.09472398459911346, -0.20433981716632843, -0.19314990937709808, -0.15327155590057373, -0.169320210814476, -0.1635076105594635, -0.17938964068889618, -0.1373148262500763, -0.09336813539266586, -0.16603556275367737, -0.088725745677948, -0.13495895266532898, -0.10031846910715103, -0.08910320699214935, -0.09208220988512039, -0.03730086609721184, 0.019474497064948082, 0.002143525518476963, 0.04879853129386902, 0.05137148126959801, 0.011386162601411343, 0.011524026282131672, -0.030346330255270004, 0.03478553518652916, 0.03566062077879906, 0.08573009818792343, 0.11450875550508499, 0.13316798210144043, 0.09818126261234283, 0.18066544830799103, 0.11614026874303818, 0.1545451134443283, 0.09556878358125687, 0.02269701100885868, 0.05359279364347458, 0.10513707995414734, 0.12996700406074524, 0.0898723378777504, 0.13014119863510132, 0.09887338429689407, -0.014320196583867073, -0.04743194207549095, 0.024404142051935196, -0.03979518637061119, -0.03308793529868126, -0.04763520509004593, 0.026580987498164177, 0.07939929515123367, -0.02439974620938301, -0.01813264563679695, -0.014906619675457478, -0.03206828236579895, 0.005079048685729504, -0.08129040151834488, 0.014553881250321865, 0.016074012964963913, 0.04440208896994591, 0.06294126063585281, 0.005486899055540562, 0.017401494085788727, 0.09736133366823196, 0.02865658886730671, 0.07882657647132874, 0.15474842488765717, 0.10650798678398132, 0.07438855618238449, 0.18863874673843384, 0.22744959592819214, 0.1266803741455078, 0.12573054432868958, 0.17104759812355042, 0.1066955029964447, 0.1570117175579071, 0.16237373650074005, 0.13260798156261444, 0.13272668421268463, 0.14966176450252533, 0.08007337898015976, -0.025446807965636253, 0.07440728694200516, 0.05749131739139557, -0.03406757116317749, -0.009837565943598747, 0.0013947378611192107, -0.03672678396105766, -0.04008578881621361, -0.001472366158850491, -0.05578193441033363, -0.06269223242998123, -0.058671362698078156, -0.10753493756055832, -0.13467538356781006, -0.14107400178909302, -0.16108161211013794, -0.2472100406885147, -0.17722481489181519, -0.16200454533100128, -0.15577222406864166, -0.13080903887748718, -0.16350103914737701, -0.08200018107891083, -0.0836658775806427, -0.13817384839057922, -0.1402980238199234, -0.1411166936159134, -0.12878230214118958, -0.03672657161951065, -0.12221454083919525, -0.141585111618042, -0.14045266807079315, -0.11970630288124084, -0.0738469734787941, -0.09651310741901398, -0.16208979487419128, -0.10001185536384583, -0.15132485330104828, -0.09438913315534592, -0.14007380604743958, -0.08447917550802231, -0.11525217443704605, -0.10537390410900116, -0.07173092663288116, -0.04629140719771385, -0.09689614921808243, -0.05477699637413025, -0.04350234568119049, -0.09453242272138596, -0.09576810896396637, -0.10346906632184982, -0.12347744405269623, -0.11614342778921127, -0.11678921431303024, -0.10063131153583527, -0.12987340986728668, -0.05604318529367447, -0.06704491376876831, -0.151568204164505, -0.11058472841978073, -0.0238101314753294, -0.036536894738674164, -0.03892822191119194, -0.015641840174794197, -0.0017922206316143274, 0.005034854169934988, -0.03383282199501991, -0.01682100258767605, 0.01613539271056652, -0.049428876489400864, 0.0026330556720495224, 0.08815041929483414, 0.06254364550113678, 0.05650094151496887, 0.07207325845956802, 0.10541363060474396, 0.07311087846755981, 0.1276184767484665, 0.12031237781047821, 0.09066003561019897, 0.08632363379001617, 0.15388348698616028, 0.14714691042900085, 0.1403372883796692, 0.1620648205280304, 0.1462753415107727, 0.13777229189872742, 0.11368048936128616, 0.0682782381772995, 0.1413053274154663, 0.10361406207084656, 0.0913453921675682, 0.08013534545898438, 0.07047897577285767, 0.05867544189095497, 0.02561572939157486, 0.058889929205179214, -0.021535104140639305, -0.016781901940703392, -0.05272965133190155, -0.08859903365373611, -0.05435267090797424, 0.005329594016075134, -0.08707285672426224, -0.062102220952510834, -0.09347831457853317, -0.018285997211933136, -0.091652512550354, -0.11043579876422882, -0.09565381705760956, -0.008937765844166279, -0.0776803269982338, -0.07983177155256271, -0.05470863729715347, 0.011676887050271034, -0.048886701464653015, 0.04117793217301369, 0.0904199481010437, 0.03793292120099068, -0.049123987555503845, -0.00037161080399528146, 0.020735491067171097, -0.06988679617643356, -0.05250313878059387, -0.03249497711658478, -0.09487339109182358, -0.08656315505504608, -0.11043588817119598, -0.10158289223909378, -0.12320667505264282, -0.169623002409935, -0.2242714911699295, -0.21575556695461273, -0.22666043043136597, -0.2643527686595917, -0.2537965476512909, -0.1413649320602417, -0.24240799248218536, -0.1966026872396469, -0.1967647820711136, -0.2349323332309723, -0.27156713604927063, -0.1950456202030182, -0.19128595292568207, -0.27837276458740234, -0.22251902520656586, -0.173709899187088, -0.14242221415042877, -0.0978826954960823, -0.1407168060541153, -0.1385093778371811, -0.12752684950828552, -0.11731661856174469, -0.0631372407078743, -0.1155245453119278, -0.021462956443428993, -0.037808772176504135, -0.052353907376527786, -0.027211729437112808, -0.03697619214653969, -7.299823482753709e-05, -0.0004119217919651419, 0.013212927617132664, 0.011044067330658436, -0.00244897254742682, -0.00015870209608692676, -0.027466969564557076, -0.07032220810651779, -0.07464959472417831, -0.059733796864748, -0.06314540654420853, -0.06783822923898697, -0.07898644357919693, -0.13137629628181458, -0.11333564668893814, -0.19535613059997559, -0.11552593111991882, -0.09127696603536606, -0.13759854435920715, -0.0854368507862091, -0.1154635027050972, -0.06348317861557007, -0.0035463215317577124, -0.0918121412396431, 0.011498352512717247, -0.047838158905506134, -0.04253387451171875, 0.03682246804237366, -0.024449646472930908, -0.03690020740032196, 0.01153791043907404, 0.0005698954919353127, 0.05256810784339905, 0.09508209675550461, 0.08820513635873795, 0.07420407235622406, 0.11821199208498001, 0.12549954652786255, 0.13136026263237, 0.07149767130613327, 0.10341035574674606, 0.12000077962875366, 0.08625160902738571, 0.07437600940465927, 0.11593925952911377, 0.11210136115550995, 0.11269675940275192, 0.149018794298172, 0.16334418952465057, 0.16429902613162994, 0.15791426599025726, 0.18697898089885712, 0.17850105464458466, 0.18630968034267426, 0.19462330639362335, 0.1511807143688202, 0.15955647826194763, 0.13772615790367126, 0.1181940957903862, 0.12456289678812027, 0.1750848889350891, 0.11309980601072311, 0.16666363179683685, 0.14104792475700378, 0.12571798264980316, 0.1247766762971878, 0.12227251380681992, 0.0695057064294815, 0.08536776155233383, 0.057866718620061874, 0.10036242753267288, 0.0636778250336647, 0.12836185097694397, 0.11150383204221725, 0.03969389572739601, 0.15443196892738342, 0.10475937277078629, 0.0708242878317833, 0.1204543188214302, 0.10877601057291031, 0.11262807250022888, 0.09732545912265778, 0.05694381520152092, 0.12564539909362793, 0.12201923877000809, 0.061497971415519714, 0.09874479472637177, 0.027783473953604698, 0.024471571668982506, 0.01404574140906334, 0.013761534355580807, 0.048222485929727554, -0.0011337974574416876, 0.02934619039297104, 0.027148164808750153, -0.050681307911872864, 0.011771798133850098, -0.008711391128599644, 0.0315399207174778, 0.08407224714756012, 0.06759502738714218, 0.06239493191242218, 0.07671111077070236, 0.11586815118789673, 0.1147121712565422, 0.1079857274889946, 0.12204892188310623, 0.09609196335077286, 0.10719864815473557, 0.08878181874752045, 0.14573106169700623, 0.15499545633792877, 0.14445927739143372, 0.11205189675092697, 0.11859187483787537, 0.057521216571331024, 0.07880733907222748, 0.08119139075279236, 0.1132507473230362, 0.053281836211681366, 0.01781286671757698, 0.057686008512973785, 0.053827960044145584, 0.0027963505126535892, 0.03931548073887825, -0.005452883895486593, 0.015271490439772606, -0.012731402181088924, -0.002969939960166812, 0.02919650822877884, 0.0045717814937233925, -0.00027525576297193766, 0.0748736560344696, 0.031141294166445732, 0.0086820675060153, 0.05815974250435829, 0.026734817773103714, 0.09590944647789001, 0.07276958972215652, 0.0857531800866127, 0.09709981828927994, 0.060110025107860565, 0.10101944208145142, 0.05025092512369156, 0.09719288349151611, 0.037546027451753616, 0.04810817167162895, 0.0736665204167366, 0.0328601710498333, 0.03850512579083443, 0.09041442722082138, 0.018615923821926117, 0.06593043357133865, 0.06154137849807739, 0.06088609620928764, 0.05628819391131401, -0.010915393941104412, 0.07031235843896866, 0.0686364397406578, 0.03176148235797882, 0.03188500553369522, -0.013166180811822414, -0.02444029040634632, -0.04010992869734764, -0.02523897960782051, -0.0029361285269260406, -0.04333154112100601, -0.011628333479166031, -0.010006463155150414, 0.023876197636127472, 0.05532458797097206, 0.081812784075737, 0.05031390115618706, 0.05158935487270355, 0.055287256836891174, 0.06465057283639908, 0.12284382432699203, 0.10432510077953339, 0.10921269655227661, 0.07064035534858704, 0.0797264575958252, 0.047165125608444214, -0.007091829553246498, -0.03665918484330177, -0.023432349786162376, -0.05217781290411949, -0.0035647591575980186, -0.048919323831796646, -0.01109223160892725, -0.04391402006149292, 0.01542252954095602, 0.011404932476580143, -0.00717230373993516, 0.02821306698024273, 0.07256114482879639, 0.06890692561864853, 0.02344052866101265, 0.08690577000379562, 0.08214371651411057, 0.0442022830247879, 0.014702982269227505, 0.02586827240884304, 0.0349278524518013, 0.07097110897302628, 0.10559514164924622, 0.03130508214235306, 0.006639580242335796, 0.04588564485311508, 0.0400027371942997, 0.03265650197863579, 0.03689989447593689, 0.037024613469839096, 0.033791683614254, 0.06003661826252937, 0.07337885349988937, 0.029982104897499084, 0.054228149354457855, 0.04523757845163345, 0.08947840332984924, 0.08150063455104828, 0.058133307844400406, 0.06751209497451782, 0.09195943921804428, 0.09055109322071075, 0.03290348872542381, 0.053387150168418884, 0.04952644929289818, 0.07252072542905807, 0.019542858004570007, 0.028615161776542664, 0.08619484305381775, 0.09700582176446915, 0.04027456045150757, 0.04789574444293976, 0.07058092206716537, 0.02990906499326229, -0.007515183184295893, 0.03423908352851868, 0.03416622802615166, 0.030799776315689087, 0.06993233412504196, 0.0599813349545002, 0.10333722829818726, 0.07309270650148392, 0.05310083553195, 0.0813213512301445, 0.05554215982556343, 0.05441485717892647, 0.05443570017814636, 0.04479061812162399, 0.06888840347528458, -0.0014971966156736016, 0.02187664806842804, -0.007910075597465038, -0.012501168064773083, -0.024343455210328102, -0.010035091079771519, -0.02799973450601101, -0.06770402938127518, -0.05259181186556816, -0.02263830043375492, -0.0036366938147693872, 0.012963236309587955, -0.025709953159093857, -0.02450479567050934, -0.001571004162542522, -0.03415912389755249, 0.0020723813213407993, -0.02848757989704609, -0.06673403084278107, -0.0396464541554451, -0.05927909165620804, -0.08578592538833618, -0.06266287714242935, -0.03249344602227211, -0.06274557113647461, -0.04960421100258827, -0.04088953137397766, -0.07440079748630524, -0.051333237439394, 0.031308311969041824, 0.03820827975869179, 0.036129873245954514, 0.0023886391427367926, 0.016194796189665794, -0.026119152083992958, -0.025037823244929314, 0.02432520128786564, -0.02333642914891243, -0.04179108142852783, -0.03325163200497627, -0.0636211708188057, -0.06365703791379929, -0.02488836459815502, -0.04942001402378082, -0.03272490203380585, -0.08435586094856262, -0.05649496614933014, -0.010349058546125889, -0.041820187121629715, -0.03160040080547333, -0.014671207405626774, -0.02913670241832733, -0.06382547318935394, -0.06252779066562653, -0.062275536358356476, -0.058991361409425735, -0.08602584898471832, -0.06968564540147781, -0.07371511310338974, -0.05804776772856712, -0.03527656942605972, -0.07784413546323776, -0.07844005525112152, -0.054927997291088104, -0.06186552718281746, -0.050962191075086594, -0.07475676387548447, -0.116739422082901, -0.05644356831908226, -0.05192993953824043, -0.12898771464824677, -0.1683465987443924, -0.1434745043516159, -0.14328131079673767, -0.1350015103816986, -0.11792740225791931, -0.10780494660139084, -0.13072049617767334, -0.1441641002893448, -0.09823455661535263, -0.09338101744651794, -0.10852666944265366, -0.07126576453447342, -0.10218580067157745, -0.13036277890205383, -0.107200488448143, -0.08053544908761978, -0.12469740957021713, -0.12356618046760559, -0.10521697252988815, -0.09337044507265091, -0.07649793475866318, -0.044915735721588135, 0.012079541571438313, 0.0029603391885757446, -0.011273075826466084, 0.004763422068208456, -0.010288966819643974, 0.006518782116472721, -0.004666723310947418, 0.0054021175019443035, 0.024704009294509888, 0.045296069234609604, -0.01847114786505699, 0.011493737809360027, 0.04094202443957329, -0.002014963189139962, -0.01343573722988367, -0.031305279582738876, -0.03810212388634682, -0.01918245479464531, 0.0409252755343914, 0.003197296056896448, 0.011983351781964302, 0.010223904624581337, -0.07045827805995941, -0.029436610639095306, 0.018789203837513924, 0.03499329090118408, 0.021490737795829773, -0.027736105024814606, -0.03846609964966774, -0.08401794731616974, -0.019245890900492668, -0.001997376559302211, -0.03726853430271149, -0.04252851381897926, -0.0354270413517952, -0.08823944628238678, -0.09787995368242264, -0.03333815932273865, -0.04334861785173416, -0.09127642214298248, -0.11638570576906204, -0.130136176943779, -0.11041189730167389, -0.10536184906959534, -0.1502375453710556, -0.2009774148464203, -0.19219133257865906, -0.19831128418445587, -0.19034747779369354, -0.2050878256559372, -0.15421444177627563, -0.1443607062101364, -0.177514910697937, -0.2115340381860733, -0.1770453304052353, -0.18959259986877441, -0.19684414565563202, -0.20860598981380463, -0.2196572721004486, -0.2293417602777481, -0.2287309169769287, -0.19741667807102203, -0.21300946176052094, -0.18378141522407532, -0.18063805997371674, -0.16225475072860718, -0.1928749829530716, -0.10221049934625626, -0.08405698090791702, -0.15545132756233215, -0.06393842399120331, -0.092676542699337, -0.10979120433330536, -0.0389321967959404, -0.023211758583784103, -0.017751062288880348, -0.029860423877835274, -0.0478384755551815, -0.030101686716079712, -0.04521891847252846, -0.009123568423092365, -0.0345831923186779, -0.07305430620908737, -0.024510571733117104, -0.026126360520720482, -0.015006856992840767, 0.011796197853982449, 0.031270258128643036, 0.02886109985411167, 0.06072056293487549, 0.0544976182281971, 0.012630452401936054, 0.06635058671236038, 0.06715866178274155, 0.03699810802936554, 0.037711817771196365, 0.038270123302936554, 0.014989527873694897, 0.004590036813169718, 0.03241570293903351, 0.05626838281750679, 0.01306118257343769, 0.03276166692376137, 0.08076277375221252, 0.003318207571282983, -0.0017346725799143314, 0.030525997281074524, 0.004136638715863228, 0.004405115265399218, 0.08043524622917175, 0.07830938696861267, 0.05283055827021599, 0.056089453399181366, 0.13165035843849182, 0.1096491664648056, 0.11488332599401474, 0.13923895359039307, 0.102623350918293, 0.1193777322769165, 0.11646981537342072, 0.09195934236049652, 0.12078005820512772, 0.0837353989481926, 0.10237956792116165, 0.11435379832983017, 0.08153218030929565, 0.07113388925790787, 0.11505713313817978, 0.09380728751420975, 0.0841677188873291, 0.10086851567029953, 0.10620806366205215, 0.10444178432226181, 0.10705400258302689, 0.11085490137338638, 0.06931288540363312, 0.027049489319324493, 0.04101826623082161, 0.05331995710730553, 0.05800272151827812, 0.06172553077340126, 0.009911460801959038, 0.0382947102189064, 0.08051345497369766, 0.03274910897016525, 0.05784105136990547, 0.0279117152094841, 0.06988345086574554, 0.0824880599975586, 0.03087501786649227, 0.06943769752979279, 0.09921874105930328, 0.12085748463869095, 0.11111179739236832, 0.08283789455890656, 0.07287485152482986, 0.1108248382806778, 0.0722331702709198, 0.07590808719396591, 0.052775248885154724, 0.05580002814531326, 0.026022331789135933, -0.002255102852359414, 0.012453627772629261, 0.01351101603358984, -0.02457405999302864, -0.01133283507078886, -0.006037157028913498, -0.06562952697277069, -0.032046373933553696, -0.01538087148219347, 0.03583082556724548, 0.0037975322920829058, 0.008295901119709015, 0.052474938333034515, 0.09765422344207764, 0.0446171909570694, 0.03525318205356598, 0.07679254561662674, 0.08572135120630264, 0.04560539871454239, 0.11193019151687622, 0.11429881304502487, 0.0833757221698761, 0.09170974791049957, 0.0856756642460823, 0.059737589210271835, 0.07200878113508224, 0.07768897712230682, 0.1394510418176651, 0.12328818440437317, 0.13665351271629333, 0.13123521208763123, 0.18230153620243073, 0.10472805052995682, 0.13994531333446503, 0.13890229165554047, 0.13340499997138977, 0.09987755864858627, 0.09485898911952972, 0.07817145437002182, 0.11455634981393814, 0.10240695625543594, 0.10550681501626968, 0.08611451834440231, 0.07518413662910461, 0.05612233653664589, 0.035662904381752014, 0.049787577241659164, 0.08607447892427444, 0.0846267119050026, 0.061609067022800446, 0.08155208081007004, 0.07655756920576096, 0.06795068085193634, 0.1169285774230957, 0.12035571783781052, 0.14816688001155853, 0.11514735966920853, 0.14431160688400269, 0.13770630955696106, 0.15461014211177826, 0.11487627774477005, 0.11317674070596695, 0.12862445414066315, 0.04696499556303024, 0.09662297368049622, 0.042782362550497055, 0.04873821511864662, 0.04507705941796303, -0.004693552386015654, -0.026823289692401886, -0.05033423379063606, 0.002976567018777132, -0.032844167202711105, -0.0061914739198982716, 0.027104349806904793, 0.061256494373083115, 0.03751157596707344, 0.04272199422121048, 0.10691728442907333, 0.08878443390130997, 0.05888298526406288, 0.053837452083826065, 0.0638061985373497, 0.06699462234973907, 0.016694165766239166, 0.015291675925254822, 0.01863148994743824, 0.0447150319814682, 0.0345589704811573, 0.01803753711283207, 0.025273209437727928, 0.013410593383014202, 0.0017026212299242616, 0.034813959151506424, 0.00404151389375329, 0.08067220449447632, 0.084476999938488, 0.07534990459680557, 0.0674922913312912, 0.05661751329898834, -0.005201731342822313, 0.039365366101264954, 0.0116891423240304, -0.02780480496585369, -0.03271165490150452, -0.06762246787548065, -0.04769366607069969, -0.058671604841947556, -0.06302609294652939, -0.03457499295473099, -0.007255152799189091, -0.019065184518694878, -0.07870714366436005, -0.00914113037288189, -0.001459905062802136, -0.03611472621560097, 0.003016777103766799, -0.014335780404508114, -0.05757790803909302, -0.06442777812480927, -0.031971585005521774, -0.04072808474302292, -0.008557639084756374, -0.00613806489855051, -0.02543269656598568, -0.01885097660124302, -0.016707859933376312, -0.018477672711014748, -0.04723191633820534, -0.024836786091327667, -0.028567815199494362, 0.002593775512650609, -0.01001755427569151, 0.030372630804777145, 0.035970721393823624, 0.10776900500059128, 0.10716336965560913, 0.09714696556329727, 0.09012474119663239, 0.09778409451246262, 0.12379422038793564, 0.14338447153568268, 0.13660098612308502, 0.09076947718858719, 0.11931218951940536, 0.11394651234149933, 0.11632124334573746, 0.141148641705513, 0.1597859114408493, 0.15547394752502441, 0.14474062621593475, 0.06503933668136597, 0.08147910982370377, 0.06263905018568039, 0.06379097700119019, 0.026480359956622124, 0.010654253885149956, 0.02284451387822628, -0.0015045846812427044, 0.03333277627825737, 0.0038292966783046722, 0.0010176568757742643, -0.060413189232349396, -0.08559717983007431, -0.07215607166290283, -0.12215843796730042, -0.08727004379034042, -0.061872564256191254, -0.10585422068834305, -0.20446595549583435, -0.21191908419132233, -0.15650978684425354, -0.07730230689048767, -0.07386073470115662, -0.1197102889418602, -0.07285233587026596, -0.11370168626308441, -0.06639650464057922, -0.04599352553486824, -0.05755617097020149, -0.12491251528263092, -0.14739041030406952, -0.08516456931829453, -0.09746615588665009, -0.09880221635103226, -0.12653011083602905, -0.15053345263004303, -0.11520178616046906, -0.08060842007398605, -0.06461498141288757, -0.08294850587844849, -0.08260885626077652, -0.05187453329563141, -0.06980646401643753, -0.08503805100917816, -0.04235488176345825, -0.04051676392555237, -0.07536889612674713, -0.055032484233379364, -0.05648287758231163, -0.04494435712695122, -0.030611548572778702, -0.09000794589519501, -0.06908596307039261, -0.12064100056886673, -0.1320466250181198, -0.11495474725961685, -0.14237543940544128, -0.14112354815006256, -0.1369629204273224, -0.0710989460349083, -0.10888390988111496, -0.1117396354675293, -0.11547384411096573, -0.1043272465467453, -0.1485297828912735, -0.11638310551643372, -0.09895385056734085, -0.12677331268787384, -0.12847700715065002, -0.13510213792324066, -0.10190399736166, -0.11385222524404526, -0.12421415001153946, -0.07133093476295471, -0.07661830633878708, -0.04587292671203613, -0.09419551491737366, -0.05173550918698311, -0.051866061985492706, -0.04184235632419586, -0.043363966047763824, -0.08483054488897324, -0.016532322391867638, -0.02965030074119568, -0.010899333283305168, 0.030776983126997948, 0.030629293993115425, 0.03634659945964813, 0.05151021108031273, 0.08953578025102615, 0.06476429104804993, 0.05760722979903221, 0.0966702401638031, 0.0971049889922142, 0.10908842831850052, 0.08438961952924728, 0.040753211826086044, 0.06638865172863007, 0.0894574299454689, 0.06138458847999573, 0.07396575063467026, 0.09953517466783524, 0.15350379049777985, 0.12122069299221039, 0.11002786457538605, 0.12545417249202728, 0.10738158971071243, 0.0789339542388916, 0.06401945650577545, -0.008460752665996552, -0.029128961265087128, -0.04811898246407509, -0.007202786393463612, -0.00541513180360198, -0.0026733463164418936, -0.024784240871667862, -0.009949957951903343, 0.024088265374302864, 0.013081028126180172, -0.05706944689154625, -0.027337875217199326, -0.025493767112493515, -0.052859921008348465, -0.0841868445277214, -0.0976666584610939, -0.09227854013442993, -0.14057350158691406, -0.09682254493236542, -0.1151839941740036, -0.1642172932624817, -0.15284116566181183, -0.18689756095409393, -0.17580671608448029, -0.16507184505462646, -0.22105400264263153, -0.18942216038703918, -0.15776969492435455, -0.14620231091976166, -0.14080621302127838, -0.13062626123428345, -0.11835384368896484, -0.11106839776039124, -0.07524042576551437, -0.05388468876481056, -0.06568614393472672, -0.05634256452322006, -0.018313907086849213, -0.06805738061666489, -0.03490466997027397, -0.05049017071723938, -0.02686464600265026, -0.0026710801757872105, -0.05027800425887108, -0.0026051204185932875, 0.01330809947103262, 0.026839718222618103, 0.028239859268069267, 0.025319378823041916, 0.0536346472799778, 0.016641156747937202, -0.021939866244792938, -0.0044417111203074455, -0.03514338657259941, -0.0014019097434356809, 0.0022009406238794327, -0.017376458272337914, -0.03129633888602257, -0.03701252490282059, -0.045312702655792236, -0.08734484761953354, -0.07237493246793747, -0.052319251000881195, -0.11237715184688568, -0.08092048764228821, -0.08953911066055298, -0.06181040033698082, -0.05882197245955467, -0.08389408886432648, -0.07070962339639664, -0.04372693970799446, -0.025037061423063278, 0.007879526354372501, 0.00436733104288578, -0.021815147250890732, -0.04508254677057266, -0.023611316457390785, -0.057748567312955856, -0.06779148429632187, -0.02651941031217575, -0.02697042003273964, -0.04232916608452797, -0.014992356300354004, -0.018619993701577187, -0.01586390659213066, 0.02132791094481945, 0.0063422005623579025, -0.031656134873628616, -0.03328949585556984, 0.00210591871291399, 0.0018515054835006595, 0.015505707822740078, 0.005768125411123037, -0.038171470165252686, -0.04319089651107788, -0.0076545896008610725, -0.0006623924127779901, -0.03270987048745155, -0.05072140321135521, 0.018725644797086716, 0.036197979003190994, 0.01901150308549404, 0.018629610538482666, 0.03300631791353226, 0.06680349260568619, 0.08630269765853882, 0.14361251890659332, 0.13294723629951477, 0.12846636772155762, 0.18300022184848785, 0.19800876080989838, 0.15467198193073273, 0.18169115483760834, 0.14905184507369995, 0.16205577552318573, 0.14093704521656036, 0.13116364181041718, 0.08809112757444382, 0.08221205323934555, 0.056292008608579636, 0.05941397696733475, 0.0838228091597557, 0.09899793565273285, 0.11839096248149872, 0.09771090000867844, 0.0936475470662117, 0.1211584210395813, 0.14747630059719086, 0.09177673608064651, 0.1111849993467331, 0.11496780067682266, 0.017082422971725464, 0.02481064759194851, 0.023433953523635864, 0.003608390688896179, -0.04128650203347206, -0.045651741325855255, -0.058061785995960236, -0.03513052314519882, -0.0192530807107687, -0.05789417028427124, -0.11414443701505661, -0.0814623162150383, -0.038489628583192825, -0.03927250951528549, -0.03470585495233536, -0.049486830830574036, -0.00044315046397969127, -0.043221648782491684, -0.020036334171891212, -0.0048558516427874565, -0.06173275411128998, -0.04147813469171524, -0.04201400279998779, -0.06185706704854965, -0.07590526342391968, -0.11020542681217194, -0.11329647153615952, -0.14609014987945557, -0.14556367695331573, -0.12366297841072083, -0.14880022406578064, -0.08620993793010712, -0.06699188798666, -0.07814406603574753, -0.025889478623867035, -0.03450395166873932, -0.01157735101878643, -0.015207564458251, -0.06150198355317116, -0.011062667705118656, 0.008442038670182228, -0.029865600168704987, -0.041096266359090805, -0.03658134117722511, -0.09596186131238937, -0.07449587434530258, -0.055677756667137146, -0.08617463707923889, -0.10114813596010208, -0.035364195704460144, -0.07028228789567947, -0.07055331021547318, -0.037911005318164825, -0.012605692259967327, 0.04716271162033081, 0.05331095680594444, 0.031237121671438217, 0.03601738438010216, 0.02993636205792427, 0.054041728377342224, 0.0937647819519043, 0.10978638380765915, 0.08876822143793106, 0.13277365267276764, 0.14576198160648346, 0.15806341171264648, 0.1859431117773056, 0.18028469383716583, 0.15955336391925812, 0.1413697451353073, 0.19114220142364502, 0.16078001260757446, 0.16990533471107483, 0.166791632771492, 0.18428924679756165, 0.18880654871463776, 0.230984628200531, 0.16928863525390625, 0.15746426582336426, 0.21417810022830963, 0.1685829907655716, 0.1419951617717743, 0.16264976561069489, 0.12307816743850708, 0.14783160388469696, 0.14348328113555908, 0.13987602293491364, 0.1345687210559845, 0.10140768438577652, 0.12382251024246216, 0.11055652797222137, 0.09279192984104156, 0.04523466154932976, 0.05044488236308098, 0.03058723732829094, -0.0017991141648963094, -0.03550020605325699, -0.044001687318086624, -0.053915005177259445, -0.08456043154001236, -0.08557118475437164, -0.1145695298910141, -0.08503765612840652, -0.06426148116588593, -0.09706253558397293, -0.09819918870925903, -0.08490633964538574, -0.05613550916314125, -0.018627800047397614, -0.02671223133802414, 0.00843051914125681, 0.06649497151374817, 0.08163179457187653, 0.03351273387670517, 0.032682206481695175, 0.041495297104120255, 0.03466886654496193, -0.0002773288870230317, -0.010779554024338722, -0.02796873077750206, -0.07474520802497864, -0.06169882044196129, -0.029470959678292274, 0.0026592910289764404, 0.01055075228214264, 0.003467176342383027, 0.024954453110694885, 0.004580263048410416, 0.016463598236441612, 0.024661585688591003, 0.019981544464826584, -0.005521025508642197, 0.02972826361656189, 0.03981636092066765, 0.012164007872343063, 0.0015989519888535142, -0.028670327737927437, -0.051443424075841904, -0.08067569881677628, -0.08326035737991333, -0.07113239169120789, -0.04574749246239662, -0.037680428475141525, -0.017657650634646416, -0.021168360486626625, -0.003359781112521887, 0.010878247208893299, 0.023754499852657318, 0.03596135973930359, 0.08380459994077682, 0.04471844062209129, 0.0406709648668766, 0.024073265492916107, -0.020336804911494255, 0.02276471257209778, -0.024791160598397255, -0.06656620651483536, -0.06387960910797119, -0.09261450916528702, -0.12656790018081665, -0.13950715959072113, -0.1429028958082199, -0.1676197201013565, -0.165493905544281, -0.08528625965118408, -0.10865668952465057, -0.04954613372683525, -0.008348459377884865, 0.02741311304271221, 0.055924613028764725, 0.06054976209998131, 0.08576148003339767, 0.04416264593601227, 0.03495294973254204, 0.04190826043486595, 0.025843245908617973, -0.028575602918863297, -0.03221761807799339, 0.008181681856513023, 0.04073391109704971, 0.05950801074504852, 0.053124215453863144, 0.005351364612579346, 0.008856553584337234, 0.07224508374929428, 0.08133260160684586, 0.09017805010080338, 0.0907667949795723, 0.07347967475652695, 0.08222860097885132, 0.07371539622545242, 0.08195766806602478, 0.08715209364891052, 0.08970806747674942, 0.050992440432310104, 0.027988547459244728, 0.03392966836690903, -0.000693173729814589, 0.0074842250905931, -0.0014924491988494992, 0.004746993072330952, -0.03057861328125, 0.018920501694083214, 0.005320180207490921, 0.02504536136984825, 0.03683197870850563, 0.05759944021701813, 0.06221036985516548, 0.040105510503053665, 0.07499828189611435, 0.051045145839452744, 0.02456667087972164, -0.007394916377961636, 0.00251822080463171, -0.045218367129564285, -0.05268370360136032, -0.060849908739328384, -0.06923115253448486, -0.05200176686048508, -0.047872282564640045, -0.04744258522987366, -0.052190959453582764, -0.012946602888405323, 0.03347453847527504, 0.04511904716491699, 0.03625710681080818, 0.06504932790994644, 0.058157648891210556, 0.06725036352872849, 0.032020796090364456, -0.00045276194578036666, -0.03125298023223877, -0.10086798667907715, -0.08578463643789291, -0.1336856186389923, -0.14545179903507233, -0.19044043123722076, -0.18613040447235107, -0.1979343444108963, -0.23674499988555908, -0.1527087688446045, -0.15362484753131866, -0.06774239242076874, -0.04753952845931053, -0.0026021257508546114, 0.051972705870866776, 0.024408571422100067, 0.07268918305635452, 0.09983284026384354, 0.1129366084933281, 0.06614258140325546, 0.06645365804433823, 0.05861009284853935, 0.009225557558238506, 0.013113156892359257, -0.011795216239988804, -0.036093421280384064, -0.059309929609298706, -0.014405335299670696, 0.02210097946226597, -0.0034945253282785416, 0.040215205401182175, 0.02551122009754181, 0.018137697130441666, 0.1339663565158844, 0.11635944247245789, 0.10410358011722565, 0.15040519833564758, 0.15216228365898132, 0.141935333609581, 0.10931316763162613, 0.10466647893190384, 0.02696402370929718, 0.017468702048063278, -0.013260645791888237, -0.03235074132680893, -0.0434647798538208, -0.07480575889348984, -0.07437965273857117, -0.0011172577505931258, -0.0289889108389616, 0.019782526418566704, 0.06205492839217186, 0.048950232565402985, 0.1275373250246048, 0.15461863577365875, 0.16833151876926422, 0.15723803639411926, 0.22299550473690033, 0.22939443588256836, 0.1560184806585312, 0.15314243733882904, 0.17526082694530487, 0.1095467135310173, 0.09616583585739136, 0.13719996809959412, 0.09496371448040009, 0.08605454862117767, 0.0811435878276825, 0.04020735248923302, 0.07889015227556229, 0.09617665410041809, 0.10281459242105484, 0.08653200417757034, 0.05285165086388588, 0.028353340923786163, 0.053050313144922256, 0.09145569056272507, 0.04821484908461571, 0.006959513295441866, -0.045326970517635345, -0.07327951490879059, -0.10118132829666138, -0.10011296719312668, -0.10776295512914658, -0.15288031101226807, -0.1331319808959961, -0.14523102343082428, -0.14361806213855743, -0.13239742815494537, -0.08743041008710861, -0.0625104010105133, -0.05948514863848686, -0.08937650918960571, -0.07708512246608734, -0.07823839038610458, -0.07485730201005936, -0.054888881742954254, -0.08156725764274597, -0.09851468354463577, -0.1176173985004425, -0.09928571432828903, -0.09736617654561996, -0.08758670091629028, -0.09358879178762436, -0.09554433077573776, -0.12216539680957794, -0.11099028587341309, -0.10367284715175629, -0.06694849580526352, -0.06708506494760513, -0.10039415955543518, -0.09482420980930328, -0.09283965080976486, -0.08415636420249939, -0.0552169606089592, -0.05556763708591461, -0.05642908811569214, -0.07276114821434021, -0.06943239271640778, -0.07840193808078766, -0.07008633762598038, -0.06998682022094727, -0.09700918942689896, -0.13473471999168396, -0.14142222702503204, -0.1264660358428955, -0.12385549396276474, -0.11964576691389084, -0.08709870278835297, -0.09423315525054932, -0.1424332559108734, -0.11772207915782928, -0.09299781918525696, -0.125845804810524, -0.1411733478307724, -0.16569215059280396, -0.1567164808511734, -0.10139908641576767, -0.1183818057179451, -0.14855311810970306, -0.15031947195529938, -0.12330403923988342, -0.12126801908016205, -0.12382948398590088, -0.1175127923488617, -0.11962516605854034, -0.10563977807760239, -0.10537168383598328, -0.10639417171478271, -0.09739059209823608, -0.07205144315958023, -0.06922493875026703, -0.0708189308643341, -0.06741755455732346, -0.06393644213676453, -0.04518738389015198, -0.0023828197736293077, 0.02398349903523922, 0.03197663277387619, 0.012059775181114674, 0.017704375088214874, 0.03651909902691841, 0.004569210112094879, 0.02430519089102745, 0.05197164788842201, 0.016644135117530823, 0.030648503452539444, 0.0004931333824060857, 0.04852836951613426, 0.06579618155956268, 0.058115195482969284, 0.06257876753807068, -0.0055243829265236855, -0.01930783875286579, -0.02125345915555954, -0.038614287972450256, -0.0622609481215477, -0.08415990322828293, -0.10521002858877182, -0.08264681696891785, -0.09637399762868881, -0.12290642410516739, -0.1126260757446289, -0.10638048499822617, -0.09930945187807083, -0.14334097504615784, -0.09565062075853348, -0.060723062604665756, -0.03866029530763626, -0.037554461508989334, -0.016473911702632904, -0.06334911286830902, -0.03787604719400406, -0.005645165219902992, -0.02425312250852585, 0.018792571499943733, 0.00299445865675807, 0.035350408405065536, 0.0494176410138607, 0.04113771766424179, 0.043628714978694916, 0.0036329682916402817, 0.023026922717690468, -0.012756342068314552, -0.04156114533543587, -0.014587026089429855, -0.0018188458634540439, 0.03397282958030701, 0.02367791347205639, -0.009032081812620163, 0.01089982409030199, -0.023113422095775604, -0.007790409494191408, -0.018092487007379532, -0.04015137627720833, -0.009252161718904972, -0.05798307806253433, -0.05965752527117729, -0.11202862858772278, -0.1223500445485115, -0.09568385779857635, -0.1275142878293991, -0.16527381539344788, -0.17725956439971924, -0.18463054299354553, -0.19712519645690918, -0.16941487789154053, -0.1945716291666031, -0.1859879344701767, -0.15240249037742615, -0.11522543430328369, -0.103249691426754, -0.1062534749507904, -0.11673165112733841, -0.15323930978775024, -0.14601661264896393, -0.12432412803173065, -0.1342024952173233, -0.09703324735164642, -0.08431272208690643, -0.09035096317529678, -0.07045646756887436, -0.07608514279127121, 0.009500469081103802, 0.011440776288509369, 0.03809649124741554, 0.04072769731283188, 0.03808591514825821, 0.0766184851527214, 0.0933738574385643, 0.10284680128097534, 0.09177140146493912, 0.14496511220932007, 0.16957563161849976, 0.20851251482963562, 0.24058809876441956, 0.2177082598209381, 0.22040927410125732, 0.21389000117778778, 0.18289275467395782, 0.18845880031585693, 0.15032295882701874, 0.15880928933620453, 0.1604354828596115, 0.12349674105644226, 0.1367618590593338, 0.121511310338974, 0.1277310699224472, 0.1254439651966095, 0.09589726477861404, 0.09663553535938263, 0.09466034173965454, 0.10878864675760269, 0.11401604861021042, 0.09992446005344391, 0.09902452677488327, 0.030850015580654144, 0.02860281430184841, 0.03100510872900486, 0.03514980524778366, 0.03280831128358841, 0.010413795709609985, 0.05812457576394081, 0.07756642252206802, 0.08897621184587479, 0.10836278647184372, 0.12353971600532532, 0.16116614639759064, 0.13970868289470673, 0.16416530311107635, 0.17443673312664032, 0.17257094383239746, 0.22202728688716888, 0.22053244709968567, 0.18065302073955536, 0.17261825501918793, 0.17287959158420563, 0.17343609035015106, 0.14913246035575867, 0.14972315728664398, 0.1217920109629631, 0.09958600252866745, 0.08024486154317856, 0.08519639074802399, 0.0705268383026123, 0.07612600177526474, 0.09021084755659103, 0.07819098234176636, 0.10456791520118713, 0.12561120092868805, 0.09559684246778488, 0.09040005505084991, 0.12714795768260956, 0.11667877435684204, 0.06564819812774658, 0.0686040073633194, 0.06700877100229263, 0.07681653648614883, 0.07400128245353699, 0.05527130514383316, 0.047189950942993164, 0.023379648104310036, 0.0008251189137808979, -0.02442779950797558, -0.014721550978720188, -0.013263089582324028, 0.0005387468845583498, 0.007906037382781506, -0.003705481765791774, 0.035605937242507935, 0.03621033579111099, 0.0558956116437912, 0.075513556599617, 0.062328968197107315, 0.09039567410945892, 0.0925559252500534, 0.07196030020713806, 0.07823758572340012, 0.07239832729101181, 0.041419610381126404, 0.062170274555683136, 0.05501531809568405, 0.0610257051885128, 0.08085233718156815, 0.04702438786625862, 0.038274604827165604, 0.06074025109410286, 0.06495144963264465, 0.08784712851047516, 0.07333124428987503, 0.06454803049564362, 0.057957809418439865, 0.07076236605644226, 0.09199246764183044, 0.11406362801790237, 0.08757701516151428, 0.09052272886037827, 0.08241508901119232, 0.07470102608203888, 0.0566987581551075, 0.044775377959012985, 0.010107828304171562, -0.019999224692583084, 0.005181171465665102, 0.01752110756933689, 0.008376965299248695, -0.006831704638898373, 0.011713442392647266, 0.028856998309493065, 0.014615308493375778, 0.010202642530202866, 0.02473289519548416, -0.021475553512573242, -0.020175078883767128, -0.025448406115174294, -0.034333087503910065, -0.009259467013180256, -0.009771374985575676, 0.0049011725932359695, 0.026024900376796722, 0.060333628207445145, 0.06471642851829529, 0.08841618150472641, 0.10657721012830734, 0.11021783202886581, 0.08658722043037415, 0.07306297868490219, 0.08032354712486267, 0.10102614015340805, 0.12667936086654663, 0.1452132612466812, 0.1502802073955536, 0.15049821138381958, 0.17766912281513214, 0.17107883095741272, 0.14853538572788239, 0.1304716318845749, 0.17891789972782135, 0.20541875064373016, 0.20775482058525085, 0.18359223008155823, 0.19298827648162842, 0.17958715558052063, 0.18128250539302826, 0.19492585957050323, 0.1775369495153427, 0.15483754873275757, 0.16472811996936798, 0.17494133114814758, 0.17621929943561554, 0.16853909194469452, 0.1379157155752182, 0.12594009935855865, 0.07993218302726746, 0.03310585021972656, 0.050548870116472244, 0.04301256686449051, 0.016267964616417885, 0.02799621969461441, 0.049718841910362244, 0.012454976327717304, 0.0052681658416986465, 0.02310117334127426, 0.024203749373555183, 0.033890675753355026, -0.025309357792139053, -0.02032020129263401, -0.0057046422734856606, -0.0093726497143507, -0.01227906346321106, -0.060446642339229584, -0.040447041392326355, -0.025997182354331017, -0.05292988941073418, -0.05843617022037506, -0.09734076261520386, -0.07395888864994049, -0.06264767795801163, -0.06035268306732178, -0.04296470060944557, -0.02471780776977539, -0.035975780338048935, -0.03787350282073021, -0.03493170067667961, -0.020806221291422844, 0.03340151533484459, 0.0070453789085149765, 0.024951308965682983, 0.028129637241363525, 0.03090536966919899, -0.01957170106470585, -0.037594910711050034, -0.003903755685314536, -0.024638855829834938, -0.027697358280420303, 0.008740384131669998, -0.02090621180832386, -0.035618338733911514, -0.0032521781977266073, -0.0051854876801371574, -0.03472679853439331, -0.037553489208221436, 0.01984897442162037, 0.02337862364947796, 0.02879951149225235, -0.006430248264223337, 0.022853707894682884, 0.011877598240971565, -0.02457370050251484, -0.02227186970412731, -0.06155850738286972, -0.03330967575311661, -0.09426072984933853, -0.06360916793346405, -0.052733514457941055, -0.06562767177820206, -0.052901286631822586, -0.09493318945169449, -0.07467655837535858, -0.0266740545630455, -0.04645303636789322, -0.029705146327614784, -0.09165870398283005, -0.06336238980293274, -0.059991348534822464, -0.07047238200902939, -0.08462168276309967, -0.12569083273410797, -0.09773124754428864, -0.12674756348133087, -0.12310396134853363, -0.14095337688922882, -0.12208135426044464, -0.10409071296453476, -0.12885504961013794, -0.14624707400798798, -0.15379910171031952, -0.142115518450737, -0.1477169245481491, -0.1329728662967682, -0.11974438279867172, -0.12737531960010529, -0.11754797399044037, -0.14240331947803497, -0.1579231172800064, -0.14617830514907837, -0.15343250334262848, -0.14722971618175507, -0.15162120759487152, -0.13686804473400116, -0.1340874433517456, -0.13369043171405792, -0.09715912491083145, -0.137215256690979, -0.10285063087940216, -0.08442879468202591, -0.06315415352582932, -0.05804640054702759, -0.08884110301733017, -0.07302173972129822, -0.027542684227228165, -0.0300054382532835, -0.03520013764500618, -0.06288514286279678, -0.035030532628297806, -0.010878084227442741, -0.03177309408783913, -0.011810680851340294, -0.012793171219527721, -0.0191801767796278, -0.011642638593912125, -0.05124358832836151, -0.047054387629032135, -0.12250357121229172, -0.14552290737628937, -0.08466751128435135, -0.06584784388542175, -0.0909757986664772, -0.08596688508987427, -0.0634002760052681, -0.027646755799651146, 0.01846691407263279, -0.04048606753349304, -0.05394405126571655, -0.025431958958506584, -0.001454286859370768, -0.003808425273746252, -0.03727055341005325, -0.053534772247076035, -0.03798413276672363, -0.030973179265856743, -0.026508212089538574, -0.04718959331512451, -0.06008479371666908, -0.060833729803562164, -0.0393759123980999, -0.05605250597000122, -0.080732561647892, -0.06698792427778244, -0.047038476914167404, -0.0283212773501873, -0.027142837643623352, -0.008499828167259693, 0.019601695239543915, 0.012446689419448376, 0.022800490260124207, 0.05916630104184151, 0.044721756130456924, 0.03261059895157814, 0.040362823754549026, 0.02654581144452095, 0.03173133730888367, 0.05231215059757233, 0.02673572488129139, -0.012026566080749035, -0.013917344622313976, -0.0314558669924736, -0.06290140748023987, -0.09375277161598206, -0.09259391576051712, -0.0825791135430336, -0.09291574358940125, -0.07824494689702988, -0.08943424373865128, -0.15481413900852203, -0.17090164124965668, -0.1713230162858963, -0.14336331188678741, -0.16826625168323517, -0.15033596754074097, -0.14124712347984314, -0.12455790489912033, -0.11546916514635086, -0.10720279812812805, -0.07459307461977005, -0.046417973935604095, -0.017811793833971024, 0.008746298030018806, 0.019889913499355316, 0.031764667481184006, 0.01759086176753044, -0.0023546498268842697, -0.007854730822145939, -0.019802851602435112, -0.025256425142288208, -0.026258118450641632, -0.05063614994287491, -0.029661385342478752, -0.03679652884602547, -0.012434901669621468, -0.05707767978310585, -0.0887763500213623, -0.07066728919744492, -0.05804639309644699, -0.06651788204908371, -0.09265996515750885, -0.055025167763233185, -0.051662251353263855, -0.05266854912042618, -0.08991803228855133, -0.09516601264476776, -0.10889257490634918, -0.1254812777042389, -0.13620474934577942, -0.14579717814922333, -0.1639951765537262, -0.1414092779159546, -0.13850225508213043, -0.16511860489845276, -0.15362146496772766, -0.11890723556280136, -0.1347963809967041, -0.15751123428344727, -0.17340640723705292, -0.13655850291252136, -0.12364979833364487, -0.09837938100099564, -0.10351143032312393, -0.10826651006937027, -0.11286912858486176, -0.09601785242557526, -0.07817535847425461, -0.1000114232301712, -0.06829168647527695, -0.05754859372973442, -0.05837959051132202, -0.024431083351373672, -0.020149117335677147, -0.015816669911146164, -0.018205640837550163, 0.004280547145754099, 0.018897905945777893, 0.02552158385515213, 0.019513245671987534, 0.004737194161862135, 0.0270690955221653, 0.011714313179254532, 0.010197735391557217, -0.00963815487921238, -0.025082139298319817, -0.00848783366382122, -0.003550071269273758, 0.007763424888253212, 0.011577809229493141, -0.027583783492445946, -0.035837724804878235, -0.014147413894534111, 0.008253184147179127, 0.01641165278851986, -0.033078745007514954, -0.04396255314350128, -0.008166784420609474, -0.013733751140534878, -0.018286820501089096, 0.01468911673873663, 0.0070658521726727486, 0.0130485650151968, 0.044552359730005264, 0.04810002073645592, 0.026211071759462357, 0.03989366069436073, 0.06622662395238876, 0.0822829008102417, 0.04379494860768318, 0.05504436418414116, 0.06609271466732025, 0.06454147398471832, 0.09649990499019623, 0.1067313700914383, 0.10100694745779037, 0.040677741169929504, 0.06767485290765762, 0.07802318036556244, 0.0909082293510437, 0.10449515283107758, 0.11837071180343628, 0.12320798635482788, 0.13992539048194885, 0.13131000101566315, 0.12304496765136719, 0.10684201866388321, 0.07499412447214127, 0.09008447080850601, 0.10563161224126816, 0.10617527365684509, 0.10118090361356735, 0.11402417719364166, 0.13442395627498627, 0.1320587545633316, 0.13824141025543213, 0.10809998214244843, 0.08810850232839584, 0.08747998625040054, 0.10249631106853485, 0.08675005286931992, 0.07533399015665054, 0.05365784466266632, 0.03233287110924721, 0.02728288061916828, 0.02329730987548828, 0.020831909030675888, -0.015336349606513977, -0.016305794939398766, -0.030415935441851616, -0.059891894459724426, -0.08138524740934372, -0.10898458957672119, -0.08918529748916626, -0.10548829287290573, -0.10763918608427048, -0.08817385882139206, -0.13890042901039124, -0.10222490131855011, -0.10576803237199783, -0.1329260617494583, -0.12685438990592957, -0.10928630083799362, -0.14108511805534363, -0.13694709539413452, -0.11456046253442764, -0.06735475361347198, -0.07889875769615173, -0.10625550150871277, -0.09459947049617767, -0.08303508162498474, -0.09020975232124329, -0.07050362974405289, -0.10173189640045166, -0.10976677387952805, -0.10312207043170929, -0.0778588205575943, -0.06864392012357712, -0.09168197214603424, -0.09899003803730011, -0.12221589684486389, -0.10464528948068619, -0.08407235890626907, -0.06998774409294128, -0.043912529945373535, 0.0019332823576405644, 0.02214362658560276, 0.021731652319431305, 0.04337557032704353, 0.05354504659771919, 0.02700711227953434, 0.043829046189785004, 0.043734531849622726, 0.02272648550570011, 0.021235985681414604, 0.029018066823482513, -0.0035972152836620808, -0.017250340431928635, -0.05166134610772133, -0.04426787793636322, -0.04303828999400139, -0.022918641567230225, 0.003297168528661132, 0.024793343618512154, 0.040286578238010406, 0.07392419129610062, 0.09286709129810333, 0.12573125958442688, 0.15278410911560059, 0.15564240515232086, 0.1664406657218933, 0.15510864555835724, 0.15753361582756042, 0.1556648164987564, 0.1630689799785614, 0.13356414437294006, 0.12348587065935135, 0.13760879635810852, 0.1288963258266449, 0.12832346558570862, 0.142456516623497, 0.1195514127612114, 0.09772636741399765, 0.09545920044183731, 0.0907503068447113, 0.11041836440563202, 0.1350696086883545, 0.1775801181793213, 0.1564725935459137, 0.15853115916252136, 0.14517861604690552, 0.15171024203300476, 0.18197503685951233, 0.16588586568832397, 0.13816770911216736, 0.1230892613530159, 0.13764014840126038, 0.14155447483062744, 0.12433727830648422, 0.11478658020496368, 0.1004791259765625, 0.1070447564125061, 0.09624084085226059, 0.09065862745046616, 0.10604773461818695, 0.11281228810548782, 0.14009569585323334, 0.1488853543996811, 0.1634860634803772, 0.1727052479982376, 0.16627159714698792, 0.1771843582391739, 0.18542657792568207, 0.20660454034805298, 0.19815587997436523, 0.17927640676498413, 0.1434914767742157, 0.13848522305488586, 0.085561104118824, 0.0819852277636528, 0.07430414110422134, 0.042128656059503555, 0.011964523233473301, 0.020627116784453392, 0.02807863987982273, -0.0014163283631205559, -0.029889393597841263, -0.005216526798903942, -0.04311534762382507, 0.00011931962217204273, 0.05499536916613579, 0.02104264497756958, 0.019336633384227753, 0.019559884443879128, 0.024856504052877426, -0.009720422327518463, 0.013074490241706371, 0.018767517060041428, -0.009317644871771336, 0.014810685068368912, -0.0010427591623738408, -0.00476081483066082, -0.008702639490365982, -0.03261476755142212, -0.037777695804834366, -0.04284615069627762, -0.044500160962343216, -0.06375712901353836, -0.04734770953655243, 0.0038170090410858393, 0.028216874226927757, 0.07447152584791183, 0.046806879341602325, 0.059277407824993134, 0.07902742177248001, 0.11247692257165909, 0.10037395358085632, 0.09276574105024338, 0.10125678032636642, 0.07232113927602768, 0.018758054822683334, 0.017623579129576683, -0.003662003669887781, -0.04165295884013176, -0.06161649897694588, -0.07423049956560135, -0.06302880495786667, -0.06045292690396309, -0.026722365990281105, -0.020158249884843826, -0.04952089115977287, -0.023400388658046722, -0.010312276892364025, 0.012633171863853931, 0.01531987451016903, 0.02772632986307144, 0.0028853334952145815, -0.017341388389468193, -0.0008402570383623242, -0.0023498961236327887, -0.03434686362743378, -0.04685794934630394, -0.05588172376155853, -0.07379864156246185, -0.06231830269098282, -0.07858806103467941, -0.05118253082036972, -0.0732734426856041, -0.06810583174228668, -0.023610807955265045, -0.013988140970468521, -0.0010562759125605226, 0.01426626369357109, 0.02534181997179985, 0.03428443521261215, 0.04104859009385109, 0.05009457841515541, 0.061940960586071014, 0.034250419586896896, 0.019200682640075684, 0.01256723515689373, -0.02950737066566944, -0.055763885378837585, -0.025784170255064964, -0.0589582622051239, -0.037782374769449234, -0.05450093373656273, -0.06698578596115112, -0.0404781699180603, -0.013396586291491985, 0.02181050181388855, 0.012714624404907227, 0.004261482041329145, 0.021030277013778687, 0.007495371624827385, 0.027401989325881004, 0.061495766043663025, 0.04113440215587616, 0.013377483934164047, -0.005454384256154299, -0.0061876350082457066, 0.013459140434861183, -0.03696032986044884, -0.04521699994802475, -0.07678484171628952, -0.12018892914056778, -0.1179860457777977, -0.11130861937999725, -0.11418209969997406, -0.0821433812379837, -0.10818961262702942, -0.09532388299703598, -0.08945225179195404, -0.061536263674497604, -0.036028746515512466, -0.03722133859992027, -0.024591505527496338, -0.02332247607409954, -0.007721442263573408, -0.0242551788687706, -0.027191493660211563, 0.014020594768226147, -0.011123578995466232, -0.0324726477265358, -0.0264960415661335, -0.024008654057979584, -0.03622377663850784, -0.05281588062644005, -0.046240970492362976, -0.06917622685432434, -0.08975917845964432, -0.06810076534748077, -0.05197432264685631, -0.05430362746119499, -0.04371774196624756, -0.055840179324150085, -0.08363940566778183, -0.042854245752096176, -0.05334450304508209, -0.03915584459900856, -0.002980391029268503, -0.003513898467645049, -0.005204289220273495, 0.01883150078356266, 0.01452449057251215, 0.04521773383021355, -0.0035509730223566294, -0.005600161850452423, -0.011354356072843075, -0.0011770344572141767, 0.058073028922080994, 0.0074493782594799995, 0.014243124052882195, 0.011105339042842388, -0.0061266543343663216, 0.012559263035655022, -0.007222245912998915, 0.045409996062517166, 0.04387157782912254, 0.029987825080752373, 0.04924435168504715, 0.034577760845422745, 0.03168816119432449, 0.004748612642288208, -0.00020496924116741866, 0.02130558341741562, 0.01238476112484932, 0.028727052733302116, -0.013958767056465149, 0.00013956805923953652, 0.013148181140422821, -0.012740550562739372, -0.029684484004974365, -0.05975838005542755, -0.03924066573381424, -0.04886492341756821, -0.03993860259652138, -0.026771647855639458, -0.04220082238316536, -0.06185300275683403, -0.02087063528597355, -0.03725610673427582, -0.04838309809565544, -0.03424245864152908, -0.03507491201162338, -0.03767205402255058, -0.041581399738788605, -0.0469140000641346, -0.029349880293011665, -0.03679563105106354, -0.03965514898300171, -0.07016715407371521, -0.0895075798034668, -0.10516741126775742, -0.09351981431245804, -0.0927746593952179, -0.08474515378475189, -0.10973973572254181, -0.10223521292209625, -0.09264236688613892, -0.0820012018084526, -0.05537283793091774, -0.03675495833158493, -0.04806151241064072, -0.03295398876070976, -0.025802690535783768, 0.003784473519772291, -0.00468432204797864, -0.008634929545223713, -0.008402242325246334, -0.028145859017968178, -0.016229575499892235, -0.01611248031258583, -0.031952302902936935, -0.04249630123376846, -0.03740708902478218, -0.04020356014370918, -0.07332032173871994, -0.06514094024896622, -0.058396581560373306, -0.12014225125312805, -0.1137489527463913, -0.14220620691776276, -0.15840460360050201, -0.15232709050178528, -0.1715344488620758, -0.17054899036884308, -0.16958121955394745, -0.17036201059818268, -0.18557140231132507, -0.19405272603034973, -0.18384943902492523, -0.1829129010438919, -0.17156565189361572, -0.16710323095321655, -0.17734938859939575, -0.18471360206604004, -0.16620364785194397, -0.18325424194335938, -0.1823323518037796, -0.1607821136713028, -0.15781080722808838, -0.14379864931106567, -0.147881880402565, -0.15257343649864197, -0.11462663114070892, -0.12689106166362762, -0.10782434791326523, -0.10753672569990158, -0.10155417770147324, -0.1087842583656311, -0.10185392200946808, -0.07384508848190308, -0.06284090876579285, -0.06597552448511124, -0.02853567712008953, -0.025402948260307312, -0.02810591273009777, 0.005603101570159197, 0.01759781315922737, -0.04267575964331627, -0.02709260955452919, -0.02198738604784012, -0.02222539111971855, -0.0024731759913265705, 0.0255146324634552, 0.024543162435293198, 0.0010248523904010653, -0.004732738249003887, 0.0018570031970739365, -0.004616560880094767, 0.008629635907709599, -0.008021910674870014, 0.007268617395311594, -0.0022796583361923695, -0.009612686932086945, -0.021221235394477844, -0.033389512449502945, -0.016458941623568535, -0.03902773931622505, -0.07114067673683167, -0.07196084409952164, -0.07956290990114212, -0.08842425048351288, -0.09919881820678711, -0.10298804193735123, -0.11078734695911407, -0.10447803884744644, -0.1030881255865097, -0.10096162557601929, -0.1083945780992508, -0.10513525456190109, -0.08795928210020065, -0.06983272731304169, -0.03555505350232124, -0.02319011464715004, -0.014309309422969818, 0.00792686827480793, -0.006754641886800528, -0.012962304055690765, 0.005242919083684683, 0.0038304689805954695, -0.006993567571043968, -0.013046090491116047, 0.004869549069553614, 0.0017941127298399806, 0.009628399275243282, 0.042644795030355453, 0.04460486024618149, 0.05315632373094559, 0.07064004242420197, 0.04200418293476105, 0.04747889190912247, 0.04965924844145775, 0.04714840650558472, 0.06164569407701492, 0.04294130578637123, 0.02079710178077221, 0.02044673264026642, 0.027796277776360512, 0.031063351780176163, 0.029095802456140518, 0.03685275465250015, 0.021235333755612373, 0.04553145542740822, 0.021503040567040443, 0.01880420558154583, -0.0070653012953698635, -0.024984126910567284, 0.006475287023931742, 0.0018708400893956423, 0.004446018021553755, -0.0037648698780685663, 0.021588237956166267, 0.03562099114060402, 0.008851263672113419, 0.0038632326759397984, -0.005489859730005264, 0.02217462845146656, 0.03360794112086296, 0.014264881610870361, -0.0042104218155145645, -0.0051645622588694096, 0.00042319908970966935, -0.038742177188396454, -0.06057087332010269, -0.07604218274354935, -0.06091989204287529, -0.04790138825774193, -0.023605333641171455, -0.03645266219973564, -0.04195016622543335, -0.019435036927461624, 0.0032803723588585854, -0.005793658085167408, -0.01920986734330654, 0.00016625468560960144, 0.016571830958127975, 0.021949905902147293, 0.04019374027848244, 0.05395882949233055, 0.04034559428691864, 0.03492444381117821, 0.021700654178857803, 0.026703258976340294, 0.025901129469275475, -0.005895585287362337, 0.005153317470103502, 0.005972984246909618, -0.00895843468606472, -0.007981955073773861, 0.017189400270581245, 0.023440657183527946, 0.016350993886590004, 0.01503178384155035, 0.06673654168844223, 0.062204863876104355, 0.032106366008520126, 0.03294111788272858, 0.048052746802568436, 0.05709950998425484, 0.07174815982580185, 0.0747661218047142, 0.10552994161844254, 0.10009925812482834, 0.12696236371994019, 0.12061697989702225, 0.1008577048778534, 0.12643732130527496, 0.11614718288183212, 0.14312978088855743, 0.15591226518154144, 0.13642358779907227, 0.15487895905971527, 0.163488507270813, 0.16636422276496887, 0.14660626649856567, 0.14043889939785004, 0.11655250936746597, 0.13390807807445526, 0.13396112620830536, 0.1402149349451065, 0.1860259473323822, 0.19949927926063538, 0.20890271663665771, 0.21089082956314087, 0.1974349170923233, 0.17472277581691742, 0.14980757236480713, 0.1396278440952301, 0.15327195823192596, 0.1307077407836914, 0.09541993588209152, 0.08455529808998108, 0.10447996109724045, 0.09110017120838165, 0.04098229482769966, 0.048224467784166336, 0.03355558589100838, 0.03610140085220337, -0.0021416458766907454, -0.02394384704530239, -0.026368575170636177, 0.02169818989932537, 0.012700637802481651, 0.013438859954476357, 0.01955321431159973, -0.005524874664843082, 0.005978966131806374, -0.008608154021203518, -0.0030167780350893736, -0.019131770357489586, -0.029993627220392227, -0.03357855975627899, -0.07238469272851944, -0.07029078900814056, -0.057872526347637177, -0.05881381407380104, -0.052119575440883636, -0.07387230545282364, -0.06465286016464233, -0.04468318819999695, -0.05269031971693039, -0.04640857130289078, -0.04177466407418251, -0.0708838477730751, -0.07655616849660873, -0.05854165554046631, -0.07020328938961029, -0.053385939449071884, -0.0763351172208786, -0.09251801669597626, -0.08630084246397018, -0.08030814677476883, -0.09969600290060043, -0.11985405534505844, -0.09697125852108002, -0.07823348790407181, -0.06676923483610153, -0.04172839596867561, -0.044309426099061966, -0.025645697489380836, 0.0073411972261965275, 0.011669034138321877, -0.030354231595993042, -0.04725915193557739, -0.07813263684511185, -0.09309989959001541, -0.09624495357275009, -0.0794944018125534, -0.06168563663959503, -0.05977395549416542, -0.0659782737493515, -0.032567936927080154, -0.036652352660894394, -0.0210712943226099, -0.011150087229907513, 0.014864372089505196, 0.024299005046486855, 0.013649336993694305, 0.008367530070245266, 0.033765796571969986, 0.029124483466148376, 0.020043380558490753, 0.03022223711013794, 0.04612569138407707, 0.06034645810723305, 0.08683200180530548, 0.11207052320241928, 0.09487557411193848, 0.07744195312261581, 0.059586286544799805, 0.0869455486536026, 0.09353022277355194, 0.1012561172246933, 0.08769498020410538, 0.07510019838809967, 0.09031353890895844, 0.08631078153848648, 0.08372987061738968, 0.08239184319972992, 0.09874080121517181, 0.10260742902755737, 0.06391334533691406, 0.0489548034965992, 0.05653884634375572, 0.04199342057108879, 0.034574177116155624, 0.0475214384496212, 0.08455445617437363, 0.08148027211427689, 0.07494445145130157, 0.0827014222741127, 0.09672994911670685, 0.0951714888215065, 0.09926199913024902, 0.10830185562372208, 0.1058567613363266, 0.07423637062311172, 0.04880231246352196, 0.07449158281087875, 0.07353895157575607, 0.06586242467164993, 0.04019172489643097, 0.040938835591077805, 0.06498730182647705, 0.058476295322179794, 0.11340075731277466, 0.13826186954975128, 0.12914058566093445, 0.12504301965236664, 0.1436760127544403, 0.1688643991947174, 0.16311021149158478, 0.17799364030361176, 0.17864316701889038, 0.18508927524089813, 0.16569481790065765, 0.17425349354743958, 0.1619700789451599, 0.14149972796440125, 0.11660665273666382, 0.12514647841453552, 0.1200975552201271, 0.07900245487689972, 0.08528417348861694, 0.0889625996351242, 0.08960569649934769, 0.06014566496014595, 0.08351270854473114, 0.08151843398809433, 0.032673560082912445, 0.023595429956912994, 0.0188863854855299, 0.030289672315120697, 0.05562997981905937, 0.03157607838511467, -0.018258042633533478, -0.0136991236358881, -0.020302267745137215, -0.02672453224658966, -0.052358198910951614, -0.07642632722854614, -0.09218296408653259, -0.06777403503656387, -0.061904095113277435, -0.10058344155550003, -0.08156748861074448, -0.10268481820821762, -0.07367230951786041, -0.05441022664308548, -0.06401079893112183, -0.07540985941886902, -0.05473778024315834, -0.08246751874685287, -0.09498829394578934, -0.08300862461328506, -0.0721898227930069, -0.05281541869044304, -0.061964232474565506, -0.054352566599845886, -0.023022552952170372, -0.014537641778588295, -0.009734767489135265, -0.0008645441266708076, -0.026316728442907333, -0.017247522249817848, 0.0025201502721756697, 0.041787032037973404, 0.029801340773701668, 0.01705232448875904, 0.0008431581663899124, -0.0007990504382178187, 0.05264127254486084, 0.06875661760568619, 0.0612495094537735, 0.04787897691130638, 0.0802767276763916, 0.07048892229795456, 0.05441077798604965, 0.07021711021661758, 0.057168181985616684, 0.07092525064945221, 0.07364430278539658, 0.03042721003293991, 0.048987336456775665, 0.055753834545612335, 0.07459630072116852, 0.09637448191642761, 0.08345089107751846, 0.08652980625629425, 0.09118326008319855, 0.09485858678817749, 0.09143076837062836, 0.06556442379951477, -0.0037348587065935135, 0.025129122659564018, 0.013807605020701885, -0.017752116546034813, -0.02250901237130165, -0.01891940087080002, -0.03663039579987526, -0.027743324637413025, -0.026893261820077896, -0.008844551630318165, 0.009865139611065388, 0.014462828636169434, 0.042020283639431, 0.03018319606781006, -0.000424987607402727, -0.002635940909385681, 0.019914088770747185, 0.0040274146012961864, 0.00597760546952486, 0.00376243912614882, 0.03397374227643013, 0.032985713332891464, -0.008247356861829758, -0.01741994544863701, 0.023508287966251373, 0.026202362030744553, 0.014195059426128864, -0.005932073574513197, -0.024421386420726776, 0.007906120270490646, -0.005785355810075998, -0.03433952108025551, -0.06540738046169281, -0.07579894363880157, -0.059506855905056, -0.07028640061616898, -0.0665626972913742, -0.10503600537776947, -0.13534778356552124, -0.09144676476716995, -0.052981067448854446, -0.08075066655874252, -0.12174171209335327, -0.09763583540916443, -0.0891416072845459, -0.12512558698654175, -0.1346861720085144, -0.12140636146068573, -0.13062305748462677, -0.15921738743782043, -0.15268483757972717, -0.16243235766887665, -0.16760577261447906, -0.15931172668933868, -0.17097550630569458, -0.1689121276140213, -0.164230614900589, -0.13927678763866425, -0.13681232929229736, -0.16293802857398987, -0.14849065244197845, -0.1527377814054489, -0.12401363253593445, -0.16142427921295166, -0.1602778434753418, -0.13532276451587677, -0.09753131866455078, -0.07494788616895676, -0.045144323259592056, -0.02336723357439041, -0.07780120521783829, -0.07538838684558868, -0.056648656725883484, -0.07125864177942276, -0.11606617271900177, -0.1564977467060089, -0.13074056804180145, -0.11247192323207855, -0.09148846566677094, -0.07106707245111465, -0.07072699069976807, -0.0705525130033493, -0.06807662546634674, -0.07764703780412674, -0.06674891710281372, -0.05947762727737427, -0.08213616162538528, -0.021089138463139534, -0.03183586895465851, -0.02654569037258625, 0.001912598148919642, -0.0008509206236340106, 0.022858876734972, 0.0055651674047112465, 0.021144596859812737, 0.021607613191008568, 0.013658596202731133, -0.006972975097596645, 0.0025087911635637283, -0.01990538090467453, -0.007184125483036041, -0.012486087158322334, -0.007739489432424307, -0.007093431893736124, -0.004096387419849634, 0.02028581127524376, 0.03221772983670235, 0.013181409798562527, -0.006868430413305759, -0.055706944316625595, -0.04312922805547714, -0.04688625410199165, -0.06745278835296631, -0.041722431778907776, -0.026401035487651825, -0.007189617957919836, -0.0414884090423584, -0.06423700600862503, -0.057592954486608505, -0.0779881402850151, -0.09786184132099152, -0.09970966726541519, -0.0913856029510498, -0.09827423840761185, -0.08445090055465698, -0.09282936900854111, -0.111964151263237, -0.11442610621452332, -0.11313202977180481, -0.12089869379997253, -0.13568471372127533, -0.13411393761634827, -0.15471966564655304, -0.15243571996688843, -0.1647811383008957, -0.15929310023784637, -0.14527875185012817, -0.11266159266233444, -0.09460679441690445, -0.08353409171104431, -0.0896311104297638, -0.09923494607210159, -0.07350782305002213, -0.06130710616707802, -0.06811459362506866, -0.04853947088122368, -0.04455842450261116, -0.04766685888171196, -0.04555429890751839, -0.016750557348132133, 0.0005940882838331163, -0.03085426241159439, -0.014553426764905453, -0.00882501807063818, 0.017456043511629105, 0.01004395168274641, -0.031535252928733826, -0.016564378514885902, -0.01722470484673977, -0.03501878306269646, -0.04343857243657112, -0.044214390218257904, -0.0345708392560482, -0.044453926384449005, -0.04170342907309532, -0.05080273002386093, -0.03776179999113083, -0.03462349623441696, 0.0006584720104001462, -0.00791708379983902, -0.04898911342024803, -0.027238432317972183, -0.029956554993987083, -0.007241740822792053, -0.006090731360018253, -0.019008798524737358, -0.02915785275399685, -0.033497486263513565, -0.011177008971571922, -0.023226337507367134, -0.010073629207909107, 0.013399927876889706, 0.020030604675412178, 0.017656125128269196, 0.005083870142698288, 0.02215738222002983, -0.00843709148466587, 0.0002303929504705593, 0.02727731503546238, 0.045109715312719345, 0.061917744576931, 0.08447982370853424, 0.085575170814991, 0.10657399147748947, 0.10394395142793655, 0.09428270906209946, 0.10972923785448074, 0.08542200177907944, 0.10071898996829987, 0.10818412899971008, 0.11038364470005035, 0.0978444293141365, 0.10974325239658356, 0.09241612255573273, 0.10895480215549469, 0.0822429209947586, 0.09290114790201187, 0.10664622485637665, 0.08130188286304474, 0.08495870977640152, 0.07069584727287292, 0.08771711587905884, 0.08681941032409668, 0.07124069333076477, 0.034422025084495544, 0.03460115194320679, 0.031401440501213074, 0.027539286762475967, -0.0023679120931774378, 0.02110229805111885, 0.008102874271571636, -0.008484133519232273, 0.04180746525526047, 0.04717697948217392, 0.05465990677475929, 0.004585047718137503, 0.028588591143488884, 0.02830135077238083, 0.0387408509850502, 0.03509478271007538, 0.038037292659282684, 0.052893541753292084, 0.08153671771287918, 0.05095855891704559, 0.05383029952645302, 0.06528560817241669, 0.058514125645160675, 0.033530671149492264, 0.05194367840886116, 0.047312259674072266, 0.06730973720550537, 0.03131428733468056, 0.02503662183880806, 0.03287160396575928, 0.014596914872527122, 0.011794624850153923, 0.006432739086449146, 0.027001822367310524, 0.016647888347506523, 0.020382283255457878, 0.052738092839717865, 0.032553572207689285, 0.026974821463227272, -0.021511439234018326, -0.05138489976525307, -0.022565588355064392, -0.006740812212228775, -0.04702695831656456, -0.04256129264831543, -0.039746932685375214, -0.05332458019256592, -0.06913015246391296, -0.058602225035429, -0.07500430196523666, -0.06360461562871933, -0.06024458259344101, -0.07849548757076263, -0.06019318476319313, -0.0692908763885498, -0.05065303295850754, -0.0482846274971962, -0.04619409143924713, -0.0355633907020092, -0.022092727944254875, -0.02616693265736103, -0.04421544075012207, -0.06625352054834366, -0.06961758434772491, -0.0728195533156395, -0.11991426348686218, -0.10568132251501083, -0.11432239413261414, -0.08897442370653152, -0.08078379184007645, -0.06979954242706299, -0.06033972650766373, -0.05605496093630791, -0.04160560294985771, -0.05710601061582565, -0.02680598571896553, -0.022273100912570953, -0.014425954781472683, -0.004404147155582905, -0.009813721291720867, -0.014195172116160393, -0.015595517121255398, 0.03730960190296173, 0.10631737112998962, 0.13171841204166412, 0.12938271462917328, 0.11608722060918808, 0.13412052392959595, 0.14863571524620056, 0.09497645497322083, 0.11738617718219757, 0.13890594244003296, 0.1312907636165619, 0.15450447797775269, 0.1538913995027542, 0.13525734841823578, 0.1510162204504013, 0.1747528314590454, 0.18239787220954895, 0.17610301077365875, 0.153887078166008, 0.14592379331588745, 0.14412063360214233, 0.14487016201019287, 0.1712186634540558, 0.16060955822467804, 0.18884508311748505, 0.18364587426185608, 0.17678052186965942, 0.18022961914539337, 0.17305368185043335, 0.16280369460582733, 0.14652852714061737, 0.13907600939273834, 0.12064263969659805, 0.1293824166059494, 0.11728230863809586, 0.11477640271186829, 0.12461759895086288, 0.12052233517169952, 0.15057164430618286, 0.12533225119113922, 0.10103065520524979, 0.11308728903532028, 0.09853988885879517, 0.07317537814378738, 0.07452859729528427, 0.05406961590051651, 0.07137467712163925, 0.10046002268791199, 0.08839239180088043, 0.09391471743583679, 0.09412188082933426, 0.0891784131526947, 0.08706094324588776, 0.06363163888454437, 0.0684182196855545, 0.04331318289041519, 0.04960194602608681, 0.0324285551905632, 0.028051920235157013, 0.044801339507102966, 0.058326538652181625, 0.03617517277598381, 0.006174897309392691, 0.008702277205884457, -0.0021616516169160604, 0.021761754527688026, -0.017649760469794273, -0.012755952775478363, 0.028006596490740776, 0.02971877157688141, 0.016023030504584312, 0.012672148644924164, 0.05440306290984154, 0.05438152700662613, 0.052520982921123505, 0.0331733413040638, 0.024234773591160774, 0.018326813355088234, 0.012032882310450077, 0.017903819680213928, 0.013742351904511452, -0.010000154376029968, -0.02492547407746315, -0.018246907740831375, -0.00033849221654236317, 0.000671408895868808, 0.010999084450304508, 0.0025221353862434626, 0.008635575883090496, 0.02411588467657566, 0.041321828961372375, 0.05055689811706543, 0.035501815378665924, 0.06344101577997208, 0.06825108826160431, 0.062310099601745605, 0.07858874648809433, 0.06984589993953705, 0.04534422978758812, 0.054320670664310455, 0.06084607169032097, 0.0591261051595211, 0.07118089497089386, 0.029598332941532135, 0.036837946623563766, 0.008619118481874466, 0.011152391321957111, 0.020847240462899208, 0.025239691138267517, 0.008095246739685535, 0.010153215378522873, 0.033734384924173355, 0.01941383257508278, 0.012725657783448696, 0.029356595128774643, 0.03788662329316139, 0.06520458310842514, 0.1165037527680397, 0.11622744798660278, 0.12971490621566772, 0.11660734564065933, 0.11917511373758316, 0.12645398080348969, 0.13208302855491638, 0.08561122417449951, 0.055529940873384476, 0.021488379687070847, -0.00949041172862053, -0.012637224979698658, -0.016636472195386887, -0.025796039029955864, -0.032688677310943604, -0.03479348123073578, -0.03470735624432564, -0.027456272393465042, -0.010765821672976017, 0.006611895281821489, 0.004312907345592976, 0.02173624187707901, 0.018038811162114143, 0.00976569764316082, -0.007259231526404619, -0.021818604320287704, -0.015739869326353073, -0.014735260047018528, -0.04427579790353775, -0.06185772269964218, -0.07259856909513474, -0.06327496469020844, -0.09672561287879944, -0.08351209759712219, -0.10272650420665741, -0.10309826582670212, -0.1015436053276062, -0.08716718852519989, -0.0695321261882782, -0.05178043246269226, -0.02928825654089451, -0.026404261589050293, -0.013808549381792545, -0.02225319668650627, -0.019563794136047363, -0.058770451694726944, -0.09273213893175125, -0.0575374998152256, -0.0508088655769825, -0.07515889406204224, -0.06268327683210373, -0.0800308883190155, -0.11755477637052536, -0.08518490940332413, -0.05328836664557457, -0.042911089956760406, -0.0353730283677578, -0.03862122818827629, -0.04757091403007507, -0.05183626338839531, -0.062210697680711746, -0.04290107265114784, -0.06207874044775963, -0.061485037207603455, -0.08245019614696503, -0.09727179259061813, -0.10673308372497559, -0.10291718691587448, -0.1265934556722641, -0.14554224908351898, -0.11971865594387054, -0.14495977759361267, -0.16490882635116577, -0.1400284469127655, -0.14821898937225342, -0.13413985073566437, -0.11345214396715164, -0.13736629486083984, -0.13808652758598328, -0.14636249840259552, -0.14297153055667877, -0.1291767954826355, -0.11810540407896042, -0.12751716375350952, -0.12280412018299103, -0.11183159798383713, -0.0970359593629837, -0.09854301810264587, -0.08376277983188629, -0.023535147309303284, -0.005992532707750797, 0.012342172674834728, 0.03406139835715294, 0.03975382819771767, 0.058150943368673325, 0.029143551364541054, 0.062404800206422806, 0.07539317011833191, 0.05460761860013008, 0.03087322786450386, 0.08246621489524841, 0.0584869422018528, 0.04675157368183136, 0.051932744681835175, 0.07234987616539001, 0.08525247126817703, 0.06622003018856049, 0.03758535161614418, 0.056420281529426575, 0.0656123086810112, 0.0676598772406578, 0.0500524677336216, 0.03379695117473602, 0.0414893701672554, -0.00425627501681447, -0.027525024488568306, -0.03501669690012932, -0.013908534310758114, -0.008781976997852325, -0.034173235297203064, -0.04754861816763878, -0.0399138405919075, -0.042162325233221054, -0.044787947088479996, -0.038663413375616074, -0.016515476629137993, -0.031008107587695122, -0.047426220029592514, -0.05114264413714409, -0.04240340366959572, -0.054766323417425156, -0.0603448785841465, -0.04085097089409828, -0.011706563644111156, -0.03232676163315773, -0.07543542236089706, -0.07820194959640503, -0.07331963628530502, -0.07727671414613724, -0.07861804217100143, -0.11201512813568115, -0.10123829543590546, -0.1251268982887268, -0.1157977506518364, -0.09312620013952255, -0.08105798065662384, -0.0932718887925148, -0.11172708123922348, -0.14934036135673523, -0.1424257755279541, -0.13432881236076355, -0.1575404852628708, -0.18218913674354553, -0.17093800008296967, -0.18671727180480957, -0.17413468658924103, -0.18602019548416138, -0.18937619030475616, -0.18180648982524872, -0.15053048729896545, -0.15679994225502014, -0.16065044701099396, -0.1710319221019745, -0.15428568422794342, -0.12839443981647491, -0.1477843075990677, -0.1573696881532669, -0.15419799089431763, -0.14472047984600067, -0.1706412136554718, -0.18724974989891052, -0.18578414618968964, -0.18936069309711456, -0.18056443333625793, -0.16907744109630585, -0.17411021888256073, -0.14028896391391754, -0.12389431148767471, -0.10595615208148956, -0.09900791198015213, -0.0950661152601242, -0.0710521936416626, -0.06664218753576279, -0.05135180801153183, -0.06535609811544418, -0.055780086666345596, -0.04850219190120697, -0.08338051289319992, -0.06168988347053528, -0.0627317726612091, -0.04148928448557854, -0.03676602989435196, -0.03643156215548515, -0.010606988333165646, 0.009391111321747303, 0.03195660933852196, 0.018373141065239906, 0.026793576776981354, 0.040901895612478256, 0.037295304238796234, 0.03723602741956711, 0.018790828064084053, 0.03073570504784584, 0.008080698549747467, 0.01725221611559391, 0.022212445735931396, 0.026142001152038574, 0.03986439108848572, 0.05458417162299156, 0.06915289908647537, 0.0776527002453804, 0.060122299939394, 0.04374717175960541, 0.02812545746564865, 0.01677139662206173, 0.02742040902376175, 0.040630679577589035, 0.04457582160830498, 0.062374357134103775, 0.07559993863105774, 0.06805658340454102, 0.04941999912261963, 0.043765805661678314, 0.05048339068889618, 0.0623110756278038, 0.047900035977363586, 0.05306602641940117, 0.04986650496721268, 0.06590383499860764, 0.058236900717020035, 0.048558153212070465, 0.046595361083745956, 0.040979232639074326, 0.057504113763570786, 0.04348122328519821, 0.04047447815537453, 0.031656548380851746, 0.005044771824032068, 0.01297527365386486, -0.00780022656545043, -0.016625279560685158, -0.022819533944129944, -0.03520369902253151, -0.042432911694049835, -0.02139134146273136, -0.01287391409277916, -0.026301655918359756, -0.021632373332977295, -0.016353216022253036, -0.021898765116930008, -0.021519742906093597, -0.03988316282629967, -0.026556309312582016, -0.02588805928826332, -0.05481937527656555, -0.045936644077301025, -0.03385482728481293, -0.02729339525103569, -0.033836618065834045, -0.037668850272893906, -0.02585689350962639, -0.0300529133528471, -0.016948547214269638, -0.03397735580801964, -0.025070007890462875, -0.0036533046513795853, -0.04157122224569321, -0.016787851229310036, -0.019267410039901733, 0.006354264449328184, 0.0054717171005904675, -0.03127888962626457, 0.0003153666330035776, 0.0003632142033893615, -0.014338300563395023, -0.00829257071018219, -0.003067040117457509, -0.0043828790076076984, 0.013982405886054039, 0.028427116572856903, 0.025080325081944466, 0.03516921401023865, 0.022212106734514236, 0.03011953830718994, 0.053060874342918396, 0.06833650916814804, 0.0603010356426239, 0.0469876304268837, 0.033718422055244446, 0.06228844076395035, 0.0462675616145134, 0.04756879061460495, 0.06192152202129364, 0.04399539902806282, 0.05060422047972679, 0.07756385952234268, 0.0651920884847641, 0.05842593312263489, 0.054026611149311066, 0.0628204196691513, 0.08700051158666611, 0.10375027358531952, 0.12317817658185959, 0.13056296110153198, 0.1300763189792633, 0.12913137674331665, 0.14866644144058228, 0.1416558176279068, 0.1424415111541748, 0.15732167661190033, 0.16136528551578522, 0.13268639147281647, 0.11963386088609695, 0.10171278566122055, 0.07522337138652802, 0.08031738549470901, 0.0974048599600792, 0.11309835314750671, 0.15278080105781555, 0.1416349560022354, 0.15044167637825012, 0.1555740386247635, 0.17101697623729706, 0.17714250087738037, 0.15563450753688812, 0.15850716829299927, 0.15217635035514832, 0.1848161220550537, 0.20715342462062836, 0.21623459458351135, 0.1993202120065689, 0.19513152539730072, 0.2386152148246765, 0.23713530600070953, 0.24831746518611908, 0.24682332575321198, 0.21318931877613068, 0.21210253238677979, 0.19606223702430725, 0.17025116086006165, 0.1432752013206482, 0.13059379160404205, 0.11429903656244278, 0.10274025052785873, 0.08936719596385956, 0.07650785893201828, 0.06772854179143906, 0.04231831431388855, 0.038181062787771225, 0.008556012995541096, -0.01827162876725197, -0.03663680702447891, -0.05171652510762215, -0.05814554914832115, -0.06128009408712387, -0.06471876800060272, -0.06935413181781769, -0.06161201745271683, -0.07341914623975754, -0.06270507723093033, -0.05498644709587097, -0.04574321582913399, -0.06137319654226303, -0.07316950708627701, -0.07715026289224625, -0.06556682288646698, -0.0776715949177742, -0.08627239614725113, -0.07930822670459747, -0.03527168184518814, -0.061827048659324646, -0.01892361417412758, 0.011920181103050709, 0.012082980014383793, 0.0382600836455822, 0.0734015628695488, 0.07107865065336227, 0.05548916012048721, 0.053214456886053085, 0.042461805045604706, 0.0616874024271965, 0.07885012775659561, 0.07438340783119202, 0.09213746339082718, 0.07347071915864944, 0.05657229945063591, 0.004930305760353804, 0.016861513257026672, -0.02412567473948002, -0.04415484145283699, -0.038159482181072235, -0.08959589898586273, -0.07405160367488861, -0.08349691331386566, -0.06905674189329147, -0.05195110663771629, -0.048108506947755814, -0.02420489303767681, 0.030800659209489822, 0.015078727155923843, 0.02524573542177677, 0.012794634327292442, 0.037960659712553024, 0.04131224751472473, 0.015369572676718235, 0.0462992787361145, 0.033333227038383484, 0.04679257795214653, 0.035354938358068466, 0.03796215355396271, 0.04176510497927666, 0.04437809810042381, 0.0415281318128109, 0.03996570408344269, 0.06464898586273193, 0.07677433639764786, 0.05188436806201935, 0.0974295437335968, 0.07267120480537415, 0.08308510482311249, 0.08705677837133408, 0.06776539236307144, 0.13799592852592468, 0.07115835696458817, 0.10062465816736221, 0.07823069393634796, 0.07098345458507538, 0.0733681321144104, 0.07923969626426697, 0.0953235998749733, 0.11536356061697006, 0.11753863841295242, 0.13339416682720184, 0.11985760927200317, 0.12405090034008026, 0.12115563452243805, 0.11208902299404144, 0.09070470184087753, 0.0790027529001236, 0.0321175716817379, 0.04617753252387047, 0.023478738963603973, 0.007903223857283592, 0.028949931263923645, 0.00806958507746458, -0.00822133757174015, -0.005909406114369631, -0.022438500076532364, 0.009385019540786743, -0.012988494709134102, -0.015179388225078583, -0.020564021542668343, -0.03450247645378113, -0.07473780959844589, -0.09046711027622223, -0.0727558434009552, -0.07685447484254837, -0.14362139999866486, -0.13472583889961243, -0.15257568657398224, -0.1377876251935959, -0.1174594908952713, -0.1436958909034729, -0.11133935302495956, -0.14357388019561768, -0.1411001980304718, -0.13720253109931946, -0.13820044696331024, -0.1412261426448822, -0.11705821752548218, -0.12359093129634857, -0.13881465792655945, -0.14625804126262665, -0.1523580700159073, -0.17259980738162994, -0.15368439257144928, -0.12625035643577576, -0.15345877408981323, -0.15531718730926514, -0.13861942291259766, -0.1419840306043625, -0.1307011842727661, -0.1503070741891861, -0.1538018137216568, -0.15576276183128357, -0.1280907690525055, -0.08395550400018692, -0.08018309623003006, -0.10724739730358124, -0.09905113279819489, -0.10239134728908539, -0.09601293504238129, -0.10442749410867691, -0.10702357441186905, -0.07569895684719086, -0.07230065017938614, -0.07889450341463089, -0.07155056297779083, -0.05867203697562218, -0.02934071607887745, -0.01649710349738598, -0.004092060029506683, -0.005099772941321135, -0.008199341595172882, -0.0003152483550366014, 0.02067256160080433, 0.042249828577041626, 0.023297708481550217, 0.041708771139383316, 0.04710065573453903, 0.031108688563108444, 0.017986131832003593, 0.02774718403816223, 0.010059288702905178, -0.01700683683156967, -0.019106626510620117, -0.02807755209505558, -0.011431555263698101, -0.0023869420401751995, -0.026104826480150223, -0.02391901984810829, -0.04884452372789383, -0.036707907915115356, -0.024914968758821487, -0.018187761306762695, 0.005816355347633362, -0.039466287940740585, -0.04054710268974304, -0.046879157423973083, -0.013443912379443645, -0.03105151280760765, 0.0044977725483477116, -0.03442995995283127, -0.01618025451898575, -0.02895946428179741, -0.02485637553036213, -0.01693544164299965, -0.024983849376440048, 0.017412040382623672, 0.025070950388908386, 0.0009619143675081432, 0.026642773300409317, 0.039821840822696686, 0.05848192051053047, 0.03772047907114029, 0.02426614798605442, 0.03951891511678696, 0.06824743747711182, 0.03875531256198883, 0.07920859754085541, 0.09233054518699646, 0.09411695599555969, 0.08109637349843979, 0.07832021266222, 0.09477632492780685, 0.08508039265871048, 0.09956488758325577, 0.09525353461503983, 0.105467289686203, 0.07340705394744873, 0.059266187250614166, 0.05799252167344093, 0.07559781521558762, 0.082549549639225, 0.07640613615512848, 0.05019335076212883, 0.04536031559109688, 0.044784605503082275, 0.03192133828997612, 0.04043390229344368, 0.01017817948013544, 0.0034872968681156635, -0.0076151276007294655, -0.008912814781069756, -0.027224920690059662, -0.04865839332342148, -0.04965004697442055, -0.062385283410549164, -0.07362904399633408, -0.10917733609676361, -0.10570275783538818, -0.06876101344823837, -0.07173144817352295, -0.07025245577096939, -0.08665318787097931, -0.07203243672847748, -0.08731460571289062, -0.09443683922290802, -0.0816817432641983, -0.09609685093164444, -0.07484467327594757, -0.07188435643911362, -0.05492255464196205, -0.054469477385282516, -0.0545494444668293, 0.015825368463993073, -0.022491784766316414, -0.035998839884996414, 0.0016118537168949842, -0.005492783151566982, 0.011844316497445107, -0.013483879156410694, 0.006191741209477186, -0.00918577704578638, -0.010257726535201073, -0.0013051980640739202, -0.0047933366149663925, -1.568326297274325e-05, -0.025599297136068344, -0.01983584277331829, -0.021093130111694336, -0.0085529126226902, 0.004510412458330393, 0.0028470815159380436, 0.030607204884290695, 0.009435138665139675, 0.014751897193491459, 0.0017687797080725431, 0.038370463997125626, 0.04495964199304581, 0.051702119410037994, 0.0782993882894516, 0.05177813395857811, 0.043177973479032516, 0.05043090134859085, 0.04752366617321968, 0.052952688187360764, 0.03556673228740692, 0.03425372764468193, 0.0065841879695653915, -0.010303651914000511, 0.0024418383836746216, 0.023016266524791718, 0.024129603058099747, 0.015918279066681862, -0.003958241548389196, 0.0074412161484360695, 0.0014194882242009044, -0.0034083304926753044, -0.006374865770339966, 0.0016522043151780963, -0.0006475923000834882, -0.00029378768522292376, 0.007324505597352982, -0.0021664025261998177, 0.007292213849723339, -0.004109857138246298, 0.007892576046288013, 0.026627259328961372, -0.022866075858473778, -0.005584034137427807, -0.02746175415813923, -0.012104575522243977, -0.02742624096572399, -0.023904388770461082, -0.021573670208454132, -0.0538693368434906, -0.03895687684416771, -0.06296687573194504, -0.06314311921596527, -0.07511332631111145, -0.054336920380592346, -0.05224058777093887, -0.04627184569835663, 0.0044829947873950005, 0.011140958406031132, 0.013787842355668545, -0.003998590633273125, 0.007467709016054869, -0.031590379774570465, -0.03415641933679581, -0.04712017625570297, -0.05908690020442009, -0.03562305495142937, -0.03995838016271591, -0.04767920449376106, -0.051649365574121475, -0.05634944140911102, -0.06246113032102585, -0.06769105046987534, -0.08852282911539078, -0.08496368676424026, -0.06129268929362297, -0.07165346294641495, -0.0826120674610138, -0.08330952376127243, -0.09378640353679657, -0.06208629906177521, -0.08804299682378769, -0.09331270307302475, -0.10480780899524689, -0.13404995203018188, -0.11406514793634415, -0.12260577082633972, -0.1279817670583725, -0.1585475355386734, -0.14980190992355347, -0.13508190214633942, -0.11455115675926208, -0.11611635982990265, -0.10763674974441528, -0.10362057387828827, -0.11047030240297318, -0.1004718616604805, -0.0906355157494545, -0.07932687550783157, -0.06591761112213135, -0.04749221354722977, -0.06334138661623001, -0.04501022771000862, -0.0685228630900383, -0.05347953736782074, -0.07142575830221176, -0.05922534316778183, -0.0767178162932396, -0.0562533400952816, -0.04209942743182182, -0.0791173130273819, -0.06975168734788895, -0.09260207414627075, -0.10594436526298523, -0.10810834169387817, -0.11463256925344467, -0.11750919371843338, -0.12092793732881546, -0.12566091120243073, -0.15566386282444, -0.1733367145061493, -0.1619037389755249, -0.1662929356098175, -0.16140097379684448, -0.16482770442962646, -0.15072369575500488, -0.14696134626865387, -0.10999507457017899, -0.053052544593811035, -0.14199872314929962, -0.1163678914308548, -0.10173492133617401, -0.09203952550888062, -0.09303227812051773, -0.03569328784942627, -0.029040995985269547, -0.03999321907758713, -0.04636329412460327, -0.034826651215553284, -0.01957131363451481, -0.014613999053835869, 0.01024275366216898, -0.009855070151388645, -0.010213298723101616, -0.04589381814002991, -0.005825811065733433, -0.012137855403125286, 0.029701488092541695, -0.019418956711888313, -0.009404891170561314, -0.024415910243988037, 0.04761128127574921, 0.025590425357222557, 0.08303675055503845, 0.046731166541576385, 0.04638402536511421, 0.031143836677074432, 0.0005055553046986461, -0.0174428578466177, -0.004956075455993414, -0.044095952063798904, -0.009146043099462986, -0.08929617702960968, -0.08531473577022552, -0.08709540218114853, -0.05372021719813347, -0.07091844081878662, -0.07655072957277298, -0.09712368994951248, -0.0837784931063652, -0.028895830735564232, -0.0243067629635334, -0.04495984688401222, -0.042900435626506805, -0.07287685573101044, -0.07232489436864853, -0.06830310821533203, -0.07767544686794281, -0.06498277932405472, -0.06398559361696243, -0.05388488993048668, -0.053171686828136444, -0.06268051266670227, -0.04001910239458084, -0.0037594276946038008, -0.03640665486454964, -0.029587605968117714, -0.03610915690660477, -0.024976879358291626, -0.010811308398842812, 0.0032309081871062517, -0.009801634587347507, 0.009834544733166695, 0.017711034044623375, 0.018932441249489784, 0.053365860134363174, 0.019557667896151543, 0.02661813795566559, 0.031939681619405746, 0.03698854520916939, 0.06311550736427307, 0.03447427600622177, 0.041057977825403214, 0.03892744332551956, 0.04125526547431946, 0.08579860627651215, 0.06173468008637428, 0.07881037145853043, 0.05908171087503433, 0.07729511708021164, 0.1088750883936882, 0.15173552930355072, 0.13500002026557922, 0.15423274040222168, 0.1614561676979065, 0.16548919677734375, 0.1863992065191269, 0.15846924483776093, 0.1593184620141983, 0.18944624066352844, 0.18516652286052704, 0.19441913068294525, 0.174505814909935, 0.16556760668754578, 0.17459997534751892, 0.16290661692619324, 0.13855049014091492, 0.15583129227161407, 0.16833458840847015, 0.14953851699829102, 0.1407991349697113, 0.13986755907535553, 0.14850400388240814, 0.1535869687795639, 0.1633458137512207, 0.14141276478767395, 0.15297730267047882, 0.1623777449131012, 0.1304442435503006, 0.10959023982286453, 0.1373218148946762, 0.12801431119441986, 0.1004878580570221, 0.10433610528707504, 0.10441043227910995, 0.0973912924528122, 0.09920670837163925, 0.06818221509456635, 0.06517255306243896, 0.05511241778731346, 0.061040688306093216, 0.05725456401705742, 0.029604144394397736, 0.03343828395009041, 0.030482247471809387, 0.030118653550744057, 0.03484252840280533, 0.04044465348124504, 0.014006644487380981, 0.01168913021683693, 0.03204068914055824, 0.021553389728069305, 0.025143709033727646, 0.04304724931716919, 0.05349403992295265, 0.058965183794498444, 0.04979577660560608, 0.028333069756627083, 0.06207086518406868, 0.07221934199333191, 0.03809836134314537, 0.06762576103210449, 0.03527665510773659, 0.03860076516866684, 0.045646704733371735, 0.040004074573516846, 0.05839657410979271, 0.06537896394729614, 0.048895448446273804, 0.03728663921356201, 0.018956733867526054, 0.017117246985435486, 0.008235614746809006, -0.010068659670650959, -0.019315483048558235, -0.03254071995615959, -0.044231075793504715, -0.006754086818546057, 0.019337505102157593, 0.03826071694493294, 0.02371946908533573, 0.046583570539951324, 0.07366829365491867, 0.08982006460428238, 0.07507608830928802, 0.06240159273147583, 0.07268883287906647, 0.052843112498521805, 0.044642720371484756, 0.04068790376186371, 0.05428159609436989, 0.08213157951831818, 0.10278487205505371, 0.10072217136621475, 0.09770923852920532, 0.13571137189865112, 0.12340713292360306, 0.1264674961566925, 0.10841144621372223, 0.09305354952812195, 0.09509488195180893, 0.11743297427892685, 0.10193034261465073, 0.11583719402551651, 0.13979016244411469, 0.16709664463996887, 0.13803043961524963, 0.14848341047763824, 0.15942135453224182, 0.2006479948759079, 0.1877046525478363, 0.18941745162010193, 0.13574254512786865, 0.1185307577252388, 0.16207152605056763, 0.17712417244911194, 0.17186573147773743, 0.16837765276432037, 0.14126215875148773, 0.13651637732982635, 0.10222584754228592, 0.11052132397890091, 0.13885806500911713, 0.11871480196714401, 0.1582520604133606, 0.07685212790966034, 0.07505817711353302, 0.06981533020734787, 0.04979856684803963, 0.09048116952180862, 0.06901093572378159, -0.01930049993097782, -0.017016872763633728, 0.016281791031360626, 0.0568544864654541, 0.04178455099463463, 0.07705332338809967, 0.0554235577583313, 0.07177730649709702, 0.08889154344797134, 0.026477443054318428, 0.040832675993442535, 0.002166270511224866, -0.012390372343361378, 0.012397467158734798, -0.03880847617983818, 0.005583479534834623, 0.002988147549331188, -0.0029428948182612658, -0.0306848157197237, -0.021115247160196304, -0.012999334372580051, -0.04503195732831955, -0.027185577899217606, -0.03031424805521965, -0.0440223291516304, -0.016756264492869377, -0.04709178954362869, -0.025143912062048912, -0.009558877907693386, -0.0008101160638034344, -0.005184853449463844, 0.010648979805409908, -0.00820106640458107, -0.02502284198999405, 0.017071638256311417, 0.03842935338616371, 0.031912025064229965, 0.013246680609881878, 0.000737865804694593, -0.03212139010429382, -0.05077938362956047, -0.06780989468097687, -0.05312708392739296, -0.056172892451286316, -0.05777258053421974, -0.028603894636034966, -0.08403601497411728, -0.05089424178004265, -0.05027138441801071, -0.041230689734220505, -0.044687189161777496, -0.07363389432430267, -0.09562832862138748, -0.1164286658167839, -0.1154404804110527, -0.08907884359359741, -0.13440153002738953, -0.15690025687217712, -0.13889522850513458, -0.08087307214736938, -0.08119691908359528, -0.08551221340894699, -0.0955500528216362, -0.10973469167947769, -0.08174404501914978, -0.09403466433286667, -0.08644961565732956, -0.10850714147090912, -0.08425335586071014, -0.08484658598899841, -0.0883655697107315, -0.03739076480269432, -0.0006413773517124355, -0.02871313877403736, -0.05229819193482399, -0.08462464809417725, -0.02501106821000576, -0.016679909080266953, -0.030542457476258278, -0.026978332549333572, -0.03184564784169197, -0.08652607351541519, -0.08683603256940842, -0.0738338902592659, -0.02806014195084572, -0.007057111710309982, -0.02760024182498455, -0.03994235023856163, -0.029360858723521233, 0.018684595823287964, 0.024015115574002266, 0.05423120781779289, 0.10676009207963943, 0.14506003260612488, 0.03929038345813751, -0.04861688241362572, -0.04504161328077316, 0.022689100354909897, 0.07303447276353836, -0.004332833457738161, -0.10845518112182617, -0.08098465204238892, -0.04732896760106087, -0.00669794762507081, 0.019862568005919456, 0.03309452906250954, -0.05094244331121445, -0.11502447724342346, -0.12516361474990845, -0.09823934733867645, -0.01190596166998148, -0.06065155565738678, -0.14834965765476227, -0.12458281964063644, -0.09783653169870377, -0.05181734636425972, -0.05549299344420433, -0.06553547084331512, -0.08543603122234344, -0.06095948442816734, -0.047725923359394073, -0.08111751079559326, -0.07544703781604767, -0.09512930363416672, -0.12012232095003128, -0.07277488708496094, -0.06727790832519531, -0.06645917892456055, -0.11561405658721924, -0.1036309227347374, -0.06873054057359695, -0.06547814607620239, -0.04759341850876808, -0.07522208243608475, -0.06114961951971054, -0.08358864486217499, -0.08891730010509491, -0.06388828903436661, -0.06941047310829163, -0.03461162745952606, -0.06377790123224258, -0.08095134049654007, -0.08982895314693451, -0.09840275347232819, -0.08222029358148575, -0.05703038349747658, -0.05703902244567871, -0.04834771528840065, -0.06493192166090012, -0.05920666828751564, -0.08350034803152084, -0.08747561275959015, -0.08222992718219757, -0.1085861325263977, -0.11433537304401398, -0.15013869106769562, -0.1262313723564148, -0.07729581743478775, -0.0769873633980751, -0.08720210194587708, -0.09687931090593338, -0.10463839769363403, -0.08921542018651962, -0.030372153967618942, -0.04435231536626816, -0.05944131314754486, -0.07683791220188141, -0.11498553305864334, -0.0712284967303276, -0.024019291624426842, -0.07552054524421692, -0.11743354797363281, -0.14949749410152435, -0.1112176924943924, -0.17610369622707367, -0.24609850347042084, -0.14252208173274994, 0.05365325137972832, 0.14824098348617554, 0.005030028056353331, -0.16787204146385193, -0.19394993782043457, -0.11952640861272812, -0.09075691550970078, -0.1888110190629959, -0.27731963992118835, -0.2394803762435913, -0.17363905906677246, -0.04661146178841591, 0.011048202402889729, 0.105360247194767, 0.02717607282102108, -0.02679629437625408, -0.022563152015209198, -0.019804874435067177, -0.06349178403615952, -0.20197108387947083, -0.28208717703819275, -0.24358996748924255, -0.14002445340156555, -0.08499410003423691, -0.07059889286756516, 0.01943816803395748, 0.09185563772916794, 0.13997091352939606, 0.18912674486637115, 0.13143330812454224, 0.04577753320336342, -0.04196831211447716, -0.12161627411842346, -0.08825528621673584, -0.09024006128311157, -0.11713554710149765, -0.09928110986948013, -0.0759895071387291, 0.037258394062519073, 0.12393579632043839, 0.1093030795454979, 0.05516849085688591, 0.00933216605335474, 0.025097155943512917, 0.011504814960062504, -0.027803562581539154, -0.14750449359416962, -0.180328369140625, -0.1981300264596939, -0.16589604318141937, -0.09740643948316574, -0.07623876631259918, -0.057520318776369095, -0.0006411941139958799, 0.08236613124608994, 0.13958275318145752, 0.10849292576313019, 0.014594639651477337, -0.05108336731791496, -0.03633619099855423, -0.06580665707588196, -0.11309210956096649, -0.20257267355918884, -0.1977674514055252, -0.10485635697841644, -0.050791628658771515, 0.07936518639326096, 0.14548593759536743, 0.19672369956970215, 0.1363816112279892, 0.08102313429117203, 0.036284495145082474, -0.0071036419831216335, -0.016086570918560028, -0.1539931744337082, -0.19033527374267578, -0.15241168439388275, -0.1458410769701004, -0.0964682325720787, -0.029138077050447464, 0.01583726704120636, -0.02479247935116291, -0.02964469976723194, 0.027179302647709846, 0.006291831843554974, 0.0027280005160719156, -0.0908212885260582, -0.14464135468006134, -0.16164050996303558, -0.16069336235523224, -0.16873294115066528, -0.16679853200912476, -0.13880816102027893, -0.12571962177753448, -0.08552701771259308, -0.03731095790863037, -0.016826128587126732, -0.024376530200242996, -0.040211424231529236, 0.001566419959999621, 0.007867628708481789, -0.0313601978123188, -0.037217359989881516, -0.0753433033823967, -0.0853353962302208, -0.07373622059822083, -0.03297156095504761, 0.028091564774513245, 0.08068786561489105, 0.09446100890636444, 0.05314572900533676, 0.11233951151371002, 0.13424600660800934, 0.13440968096256256, 0.06447483599185944, -0.018215665593743324, 0.014495499432086945, 0.007633553817868233, 0.038241878151893616, 0.023058729246258736, 0.013919374905526638, 0.009046663530170918, 0.06605309993028641, 0.13379472494125366, 0.1442306786775589, 0.154348224401474, 0.11536481231451035, 0.11253953725099564, 0.09005057066679001, 0.05387963727116585, 0.025925688445568085, 0.06829074025154114, 0.1101728081703186, 0.1076388880610466, 0.09461507946252823, 0.07430052012205124, 0.10280761867761612, 0.18064595758914948, 0.14702662825584412, 0.0844038873910904, 0.02778717689216137, 0.05276203528046608, 0.13559859991073608, 0.11055873334407806, 0.0683700293302536, 0.14149002730846405, 0.191158726811409, 0.09027940034866333, 0.051698893308639526, 0.05565965548157692, 0.10630466789007187, 0.15094535052776337, 0.11975317448377609, 0.07164006680250168, 0.11950624734163284, 0.12143383175134659, 0.09385992586612701, 0.07652892172336578, 0.08042579889297485, 0.11908383667469025, 0.06789733469486237, 0.07602521777153015, 0.11956153064966202, 0.12310042232275009, 0.10986657440662384, 0.08394791930913925, 0.14093931019306183, 0.11970348656177521, 0.115861676633358, 0.07559993118047714, 0.08711758255958557, 0.11844734102487564, 0.1303381323814392, 0.13581186532974243, 0.13611379265785217, 0.09201434254646301, 0.15493963658809662, 0.17649240791797638, 0.1785317212343216, 0.15418630838394165, 0.122496098279953, 0.16452765464782715, 0.19176624715328217, 0.19403141736984253, 0.15000022947788239, 0.15354441106319427, 0.17715463042259216, 0.1287318617105484, 0.09192468971014023, 0.11735042184591293, 0.18325379490852356, 0.15774640440940857, 0.11577039211988449, 0.14067231118679047, 0.1673521101474762, 0.13711553812026978, 0.06744330376386642, 0.08561176061630249, 0.14331313967704773, 0.12148034572601318, 0.05767550691962242, 0.026481755077838898, 0.026694634929299355, 0.06798020750284195, 0.11267668753862381, 0.10800166428089142, 0.11702897399663925, 0.12445245683193207, 0.1412944793701172, 0.1378357857465744, 0.15529650449752808, 0.1543915718793869, 0.10236163437366486, 0.07456038892269135, 0.06592202931642532, 0.07321333885192871, 0.11285403370857239, 0.08616908639669418, 0.11813944578170776, 0.10607770830392838, 0.13706451654434204, 0.10729800909757614, 0.11405906081199646, 0.10633132606744766, 0.1344975382089615, 0.11616011708974838, 0.0614241398870945, 0.03383811563253403, 0.05892804637551308, 0.09489130228757858, 0.08047236502170563, 0.06857795268297195, 0.1022920310497284, 0.13810895383358002, 0.16667954623699188, 0.14833293855190277, 0.15637896955013275, 0.1494099497795105, 0.128010094165802, 0.14677126705646515, 0.1413218080997467, 0.13499519228935242, 0.08893419057130814, 0.09534306079149246, 0.08780182152986526, 0.13095510005950928, 0.14636757969856262, 0.13731662929058075, 0.1419173628091812, 0.11447329819202423, 0.09941939264535904, 0.12001698464155197, 0.14926089346408844, 0.12705259025096893, 0.08579646795988083, 0.07930366694927216, 0.08154600113630295, 0.07077714055776596, 0.04400172084569931, 0.0578051395714283, 0.14028358459472656, 0.05807957798242569, 0.01605161465704441, 0.001959828892722726, 0.04462803155183792, -0.009576874785125256, -0.10039596259593964, -0.0976848229765892, -0.06024594232439995, -0.01493725087493658, -0.05675249546766281, -0.09886389225721359, -0.09962810575962067, -0.16521424055099487, -0.16926084458827972, -0.18208639323711395, -0.1569424420595169, -0.1612243950366974, -0.13232652842998505, -0.1296684592962265, -0.12028124183416367, -0.09615910798311234, -0.06187547370791435, -0.06688365340232849, -0.1103198230266571, -0.11780714243650436, -0.1810034215450287, -0.2243533432483673, -0.16436690092086792, -0.12485262006521225, -0.19012241065502167, -0.19513560831546783, -0.15026016533374786, -0.1349928081035614, -0.11586779356002808, -0.13507500290870667, -0.15110048651695251, -0.11698019504547119, -0.1387893110513687, -0.20107433199882507, -0.2358926236629486, -0.1802934855222702, -0.13215017318725586, -0.19066300988197327, -0.18019911646842957, -0.09132155776023865, -0.05669279024004936, -0.046653248369693756, -0.08020932227373123, -0.043171875178813934, -0.042337384074926376, -0.09946934878826141, -0.11744369566440582, -0.09889395534992218, -0.04973501339554787, -0.07851149886846542, -0.1260267198085785, -0.09145072102546692, -0.059692539274692535, -0.006299938540905714, -0.023352056741714478, -0.03551143780350685, -0.030780939385294914, -0.03998691961169243, -0.0195600725710392, -0.031297989189624786, -0.0547250360250473, -0.044894397258758545, -0.07032907009124756, -0.1368597149848938, -0.13055479526519775, -0.017900506034493446, 0.009772890247404575, -0.01952340453863144, -0.030059847980737686, -0.030819321051239967, -0.05431205779314041, -0.049301717430353165, -0.01045521255582571, -0.0020061121322214603, -0.07074412703514099, -0.1188424751162529, -0.08970705419778824, -0.07297631353139877, -0.02283027395606041, -7.782843749737367e-05, 0.00804595835506916, 0.00034151607542298734, -0.009778482839465141, 0.04117031395435333, 0.07097585499286652, 0.026385953649878502, -0.029604105278849602, -0.09980951994657516, -0.09327872842550278, -0.038708169013261795, -0.008601943962275982, -0.01230975054204464, -0.06293810158967972, -0.08296330273151398, -0.053631097078323364, 0.019441021606326103, 0.034459665417671204, 0.018177714198827744, -0.027100354433059692, -0.08747395873069763, -0.05295134335756302, -0.06766476482152939, -0.05329221487045288, -0.05514790862798691, -0.01959010399878025, -0.05733475089073181, -0.07657048851251602, -0.10173337906599045, -0.008918086998164654, 0.007062325719743967, -0.07984650135040283, -0.07607188075780869, -0.08219830691814423, -0.07231917232275009, -0.05021977797150612, -0.0499502569437027, -0.07241308689117432, -0.046953119337558746, -0.0008159912540577352, -0.01673155277967453, -0.040187329053878784, -0.013653895817697048, 0.0002143655001418665, -0.03722681105136871, -0.08362400531768799, -0.09202162176370621, -0.08564098924398422, -0.049623675644397736, -0.013186108320951462, 0.015086306259036064, -0.11565423011779785, -0.06662680208683014, 0.051439836621284485, 0.0398399718105793, -0.08545102924108505, -0.13592709600925446, 0.024327827617526054, -0.027329852804541588, -0.15581470727920532, -0.13157178461551666, -0.015296203084290028, -0.0036765546537935734, -0.1529480218887329, -0.1397188901901245, -0.10261861234903336, 0.011829180642962456, -0.016896994784474373, -0.10055625438690186, -0.12087179720401764, -0.0861692726612091, -0.09692013263702393, -0.18434931337833405, -0.15113019943237305, -0.16445934772491455, -0.1886788010597229, -0.27313879132270813, -0.13024944067001343, -0.07367157191038132, -0.057321567088365555, -0.08305659890174866, -0.02165336161851883, 0.029550701379776, -0.14008530974388123, -0.15257057547569275, -0.11294744908809662, -0.11622930318117142, -0.1441291868686676, -0.14869321882724762, -0.04842353239655495, -0.032679829746484756, -0.11342392861843109, -0.1350022256374359, -0.04700234532356262, 0.06967951357364655, 0.055879149585962296, 0.011309663765132427, -0.020799607038497925, 0.03489821404218674, 0.05338039621710777, 0.011452597565948963, 0.048342231661081314, 0.058217164129018784, 0.0867304727435112, 0.01641159877181053, 0.06652596592903137, 0.1445247232913971, 0.1408856213092804, 0.07915286719799042, 0.06351073831319809, 0.0683002918958664, 0.10085119307041168, 0.09007924795150757, 0.07767724245786667, 0.0825992003083229, 0.08566659688949585, 0.04315861687064171, 0.0849684327840805, 0.15148314833641052, 0.16633035242557526, 0.13446995615959167, 0.10237684845924377, 0.05706829950213432, 0.08504759520292282, 0.14186231791973114, 0.16117635369300842, 0.052769508212804794, -0.03166757524013519, -0.09594642370939255, 0.09175404906272888, 0.2652159035205841, 0.10655735433101654, -0.04404476284980774, 0.006648267153650522, 0.11409607529640198, 0.10706542432308197, 0.029841376468539238, 0.06387980282306671, 0.07075659930706024, 0.06217437982559204, 0.026196278631687164, 0.0565670020878315, 0.15234655141830444, 0.07051723450422287, 0.028412459418177605, 0.017072126269340515, 0.05543142184615135, 0.03930682688951492, 0.03132215514779091, 0.015422777272760868, -0.11007771641016006, -0.1242733895778656, 0.12023816257715225, 0.12861837446689606, -0.06278207153081894, -0.06573822349309921, 0.10568344593048096, 0.11622648686170578, -0.08403704315423965, -0.06259491294622421, 0.0705626904964447, -0.013702024705708027, -0.19707950949668884, -0.11700892448425293, 0.030547836795449257, 0.054084982722997665, -0.0337161123752594, 0.04065978527069092, 0.048012666404247284, -0.011902631260454655, -0.06930779665708542, -0.11678460240364075, -0.11598566919565201, -0.07839517295360565, -0.17994625866413116, -0.18979638814926147, -0.027632219716906548, 0.03775965794920921, -0.07380730658769608, -0.07538352161645889, 0.02488439902663231, 0.11440610885620117, 0.01889870874583721, -0.08170497417449951, -0.08810710906982422, -0.03408771753311157, -0.09222215414047241, -0.1981213390827179, -0.12330150604248047, -0.0040509384125471115, 0.014403359964489937, -0.015975642949342728, -0.057147279381752014, 0.004244366195052862, -0.012850923463702202, -0.13421006500720978, -0.11084993183612823, -0.07749193906784058, -0.13096868991851807, -0.14623227715492249, -0.14362965524196625, -0.001223732135258615, 0.018755678087472916, -0.13594669103622437, -0.1172255203127861, 0.03885772079229355, 0.012319582514464855, -0.1584905982017517, -0.2642824351787567, -0.11790810525417328, -0.06867939233779907, -0.2167423516511917, -0.1809069961309433, -0.02758133038878441, -0.03319447860121727, -0.0646543949842453, -0.1884583979845047, -0.10641107708215714, 0.04452613368630409, -0.11162478476762772, -0.19494104385375977, -0.13383950293064117, -0.08926104754209518, -0.09474961459636688, -0.005652492865920067, -0.18799909949302673, -0.39340880513191223, -0.0578467883169651, 0.15168893337249756, 0.11305581778287888, -0.28808918595314026, -0.13953284919261932, -0.01900663413107395, -0.17738504707813263, -0.1524231731891632, 0.05894145742058754, 0.1924239844083786, -0.021946681663393974, -0.06282492727041245, -0.20248883962631226, 0.03375363349914551, 0.18738366663455963, 0.01663956232368946, -0.04578455537557602, -0.011719442903995514, 0.17989639937877655, 0.049087293446063995, 0.03309193253517151, 0.03596656769514084, -0.043892547488212585, -0.13682302832603455, -0.06333591789007187, 0.14437423646450043, 0.346411794424057, 0.17441438138484955, -0.12792877852916718, -0.18756866455078125, -0.016722317785024643, 0.2280450016260147, 0.19219918549060822, 0.01695398986339569, -0.11444612592458725, -0.08806335926055908, -0.05177364498376846, 0.010109158232808113, 0.10882904380559921, 0.128839373588562, 0.09238363057374954, 0.07723113894462585, 0.13694730401039124, 0.15878522396087646, 0.08773942291736603, 0.08737048506736755, 0.07265279442071915, 0.027366889640688896, 0.036869268864393234, 0.06750451773405075, -0.00038904257235117257, -0.015601426362991333, -0.002431548899039626, 0.027015987783670425, 0.04663792997598648, 0.19519205391407013, 0.14470912516117096, -0.03916135057806969, 0.03502541780471802, 0.10680615901947021, 0.06204848736524582, -0.027597516775131226, -0.028337854892015457, 0.03891061991453171, 0.009529324248433113, 0.019368760287761688, 0.02614840492606163, 0.06812789291143417, 0.1323062926530838, 0.07687988877296448, 0.0788314938545227, -0.004931640811264515, 0.047458235174417496, 0.11246159672737122, 0.014101601205766201, -0.08818850666284561, -0.08739835768938065, -0.057909928262233734, 0.06893442571163177, 0.08527331799268723, 0.10666532814502716, 0.15381328761577606, 0.10257163643836975, 0.24881091713905334, 0.1807670146226883, 0.17317768931388855, 0.2605120837688446, 0.3048836588859558, 0.173604354262352, 0.01324902381747961, 0.13631397485733032, 0.2033848613500595, 0.24448321759700775, 0.007427194621413946, 0.20351530611515045, 0.553822934627533, 0.2963944375514984, 0.46636882424354553, 0.3371281027793884, 0.39871060848236084, 0.4634847044944763, 0.11337343603372574, 0.08311574906110764, -0.07811809331178665, -0.12493996322154999, -0.09828546643257141, -0.02255217917263508, 0.16189853847026825, 0.5638005137443542, 0.6369991302490234, 0.38580772280693054, 0.488282710313797, 0.46558845043182373, 0.3606499433517456, 0.04937983304262161, -0.04508182778954506, -0.05860116705298424, -0.045851826667785645, -0.13008642196655273, -0.09516769647598267, 0.10378037393093109, 0.2538771331310272, 0.2515592575073242, 0.3082032799720764, 0.17980223894119263, 0.3895834684371948, 0.3200298845767975, -0.22376759350299835, -0.3818013072013855, -0.18324735760688782, -0.15182285010814667, -0.022149743512272835, -0.06893234699964523, 0.1957537680864334, 0.26399195194244385, -0.10150612145662308, 0.00901046209037304, 0.32005566358566284, 0.4160749018192291, 0.34091782569885254, 0.09128902852535248, 0.09254652261734009, 0.04501796513795853, -0.16763010621070862, -0.06997919827699661, 0.03234285116195679, 0.14395438134670258, 0.132269948720932, 0.2153504490852356, 0.29041507840156555, 0.4902094006538391, 0.4146145284175873, 0.2039213925600052, 0.17188483476638794, 0.017051201313734055, -0.047656696289777756, -0.15394367277622223, -0.07286050915718079, -0.22716286778450012, -0.2655121088027954, -0.153888538479805, 0.10596200078725815, 0.22577518224716187, 0.21004699170589447, 0.19858092069625854, 0.08151447027921677, -0.0019597853533923626, -0.11612404137849808, -0.19821782410144806, -0.338270902633667, -0.30478575825691223, -0.3984789252281189, -0.3560270071029663, -0.11657252907752991, 0.11535196006298065, -0.12010901421308517, -0.1553659290075302, 0.0668453574180603, 0.1375693529844284, 0.18704910576343536, -0.3828409016132355, -0.6157054305076599, -0.49631112813949585, -0.1592244803905487, -0.12600763142108917, 0.0135143231600523, -0.0028831332456320524, -0.03249731659889221, -0.07395194470882416, 0.09109977632761002, 0.3153567910194397, 0.25142690539360046, 0.06991490721702576, -0.06929586827754974, -0.06954596936702728, -0.10656916350126266, 0.0014035471249371767, -0.13951462507247925, -0.17493008077144623, 0.02536064200103283, 0.1080864742398262, 0.2634793221950531, 0.26404157280921936, 0.3214893043041229, 0.11429807543754578, 0.02751912735402584, -0.04261534661054611, 0.05401421710848808, 0.009663894772529602, -0.10253854095935822, -0.06018264964222908, -0.24464407563209534, -0.2261093556880951, -0.05705370008945465, 0.09170232713222504, 0.21668240427970886, 0.0854588970541954, -0.11685723066329956, -0.04230141639709473, -0.09344281256198883, -0.11516386270523071, -0.05734904482960701, -0.18503986299037933, -0.30670759081840515, -0.4594621956348419, -0.3265399634838104, -0.02307009883224964, 0.05327292159199715, -0.05957384407520294, -0.22863702476024628, -0.15377412736415863, -0.07235834747552872, -0.01916862279176712, -0.08256164193153381, 0.01783292554318905, -0.21307311952114105, -0.5032898783683777, -0.24372316896915436, -0.07266342639923096, 0.04978412762284279, -0.07906331866979599, 0.04453878849744797, 0.10725720226764679, -0.020925212651491165, -0.1423981487751007, -0.2942451536655426, -0.07949359714984894, -0.07432132214307785, 0.08683498948812485, 0.06741339713335037, 0.25692787766456604, 0.09585851430892944, -0.13138626515865326, 0.08983068913221359, 0.08384726941585541, -0.1357785165309906, -0.3732343912124634, -0.3652575612068176, -0.1124892309308052, -0.08955215662717819, -0.00484677217900753, 0.1975417286157608, 0.3123900294303894, 0.043819610029459, -0.0496959425508976, -0.01957588829100132, 0.07595738768577576, 0.07519332319498062, -0.08667733520269394, -0.15680323541164398, -0.051906339824199677, -0.14412511885166168, -0.2476191520690918, -0.2572970390319824, -0.022512678056955338, 0.12211721390485764, 0.04435411095619202, 0.055963125079870224, 0.08330235630273819, 0.044436369091272354, -0.12872189283370972, -0.26003819704055786, -0.13882054388523102, -0.05165296047925949, -0.1026163250207901, -0.1917281299829483, -0.29068902134895325, -0.19650177657604218, -0.07653289288282394, 0.07849805057048798, 0.022512007504701614, 0.07432931661605835, 0.14844673871994019, 0.1881818175315857, 0.0773310735821724, 0.02196902222931385, 0.1421743929386139, -0.02633199468255043, -0.27760565280914307, -0.28969699144363403, 0.01216878928244114, 0.1618071347475052, 0.09031607210636139, 0.19117136299610138, 0.22633714973926544, 0.29965928196907043, 0.21390338242053986, 0.11888399720191956, -0.12365520745515823, -0.15394654870033264, -0.03982340916991234, -0.04264393821358681, -0.05161266028881073, 0.06579770147800446, 0.12222986668348312, -0.01244559045881033, 0.0311625674366951, 0.06491810083389282, 0.16559092700481415, 0.034861013293266296, -0.012240626849234104, -0.03073841705918312, 0.024705827236175537, 0.017378758639097214, -0.3311648368835449, -0.1990216225385666, -0.09604834765195847, -0.12807980179786682, -0.3825874328613281, -0.2009449005126953, 0.1181260347366333, -0.04777272045612335, 0.004461971577256918, 0.11444465070962906, 0.18854857981204987, -0.010401960462331772, -0.20892398059368134, -0.25899738073349, -0.30386883020401, -0.14223454892635345, -0.26623037457466125, -0.336185097694397, -0.10465320199728012, 0.023312728852033615, -0.1688026636838913, -0.30667129158973694, -0.00447118328884244, 0.3473217189311981, 0.24045777320861816, 0.195409893989563, 0.016527321189641953, 0.2758479416370392, 0.21466611325740814, -0.41808322072029114, -0.9832606911659241, -0.8674015402793884, -0.17109015583992004, -0.5020835995674133, -0.7420446872711182, -0.16718623042106628, 0.5828561782836914, 0.7277144193649292, 0.26219892501831055, 0.631768524646759, 0.6355792880058289, 0.20155903697013855, -0.3953966498374939, -0.41608700156211853, -0.16637645661830902, -0.4239649474620819, -0.6142011880874634, -0.43286269903182983, 0.13599738478660583, 0.5078110694885254, 0.42125535011291504, 0.3827497661113739, 0.4557151794433594, 0.4193721115589142, 0.05314803868532181, -0.3052220642566681, -0.4242249131202698, -0.4868818521499634, -0.7166932821273804, -0.5394716858863831, -0.0488058477640152, 0.42996546626091003, 0.39242514967918396, 0.3956016004085541, 0.6485224366188049, 0.5133749842643738, -0.35098782181739807, -1.2490774393081665, -1.408866047859192, -1.0295063257217407, -0.9152107238769531, -0.8454070687294006, -0.35413607954978943, 0.39967820048332214, 0.752273678779602, 0.5545069575309753, 0.6230373978614807, 0.7255301475524902, 0.3600841760635376, -0.35923513770103455, -0.6947202086448669, -0.5947116613388062, -0.7581191658973694, -0.671400249004364, -0.2791925072669983, 0.2196331024169922, 0.34498775005340576, 0.5184003710746765, 0.730629563331604, 0.51678866147995, 0.20192719995975494, 0.06110862269997597, 0.01240464672446251, -0.2522881031036377, -0.41770046949386597, -0.23969541490077972, -0.08895519375801086, -0.008440510369837284, 0.3279491066932678, 0.52852463722229, 0.557242751121521, 0.3889741599559784, 0.49344342947006226, 0.4190407395362854, 0.1746087372303009, -0.006337617989629507, -0.3366676867008209, -0.3225870430469513, -0.43843144178390503, -0.2982449233531952, -0.2592383921146393, -0.06951060146093369, 0.3621397018432617, 0.3287120461463928, 0.550276517868042, 0.5033335089683533, 0.6585065126419067, 0.31030863523483276, 0.0653763934969902, -0.1393566131591797, -0.5973988771438599, -0.6912833452224731, -0.6903787851333618, -0.24897894263267517, -0.31978967785835266, -0.04375779628753662, 0.42133039236068726, 0.4834224283695221, 0.43779510259628296, 0.5320501923561096, 0.618422269821167, 0.057588670402765274, -0.31713342666625977, -0.5526918172836304, -0.8211624622344971, -0.8240754008293152, -0.7218056917190552, -0.0017218157881870866, 0.2517295479774475, 0.40196406841278076, 0.4986678957939148, 0.596439778804779, 0.21652281284332275, -0.09242948889732361, -0.12702663242816925, -0.43386325240135193, -0.40566369891166687, -0.7031136155128479, -0.27836117148399353, -0.062104254961013794, 0.16309475898742676, 0.260274738073349, 0.411793053150177, 0.3755446970462799, -0.09701834619045258, 0.1345546692609787, 0.06098039820790291, -0.05724325031042099, -0.07239827513694763, 0.17712953686714172, 0.2091473489999771, 0.01181188877671957, 0.13199183344841003, 0.10052662342786789, 0.05706863850355148, -0.16185258328914642, 0.12468692660331726, 0.24962632358074188, -0.3253495395183563, 0.09771933406591415, 0.31956735253334045, -0.01473486702889204, -0.07015615701675415, -0.13316777348518372, 0.05748743563890457, -0.4292176067829132, -0.20799197256565094, 0.17922332882881165, 0.045739855617284775, -0.1227322444319725, -0.17337654531002045, 0.2600793242454529, 0.14775513112545013, -0.13456805050373077, -0.06287803500890732, -0.10822022706270218, -0.08910167962312698, -0.683455765247345, -0.5514374375343323, -0.11044000089168549, 0.0097495187073946, 0.042109157890081406, 0.5208213925361633, 0.8118582367897034, 0.7153358459472656, 0.3874202370643616, -0.004558558110147715, -0.13872043788433075, -0.41430968046188354, -1.1349196434020996, -1.0164835453033447, -0.6021544933319092, -0.16314144432544708, 0.22841191291809082, 0.4057428240776062, 0.7033414244651794, 0.8024996519088745, 0.6778616309165955, 0.18091396987438202, 0.10903598368167877, 0.12227264791727066, -0.26756808161735535, -0.5196175575256348, -0.23855429887771606, 0.255612850189209, -0.04644586518406868, 0.03260798752307892, 0.40726396441459656, 0.5854065418243408, 0.5414443612098694, 0.18640249967575073, 0.12001942098140717, -0.1344473958015442, 0.058733176440000534, -0.08008496463298798, -0.22575385868549347, -0.08277304470539093, 0.1332659125328064, 0.4924807846546173, 0.13197457790374756, 0.3630913496017456, 0.6126316785812378, 0.42169058322906494, -0.2728967070579529, -0.18056051433086395, 0.039501212537288666, -0.15235960483551025, -0.380873441696167, -0.06103772297501564, 0.18741244077682495, 0.008939482271671295, 0.06036388874053955, 0.09329887479543686, 0.10665513575077057, -0.07326967269182205, 0.05807708203792572, 0.23642803728580475, 0.21367613971233368, 0.37986382842063904, 0.2733660936355591, 0.16505363583564758, -0.2791067957878113, -0.16019821166992188, 0.22485226392745972, 0.1929754614830017, -0.24826350808143616, -0.12569132447242737, 0.139618381857872, 0.41267767548561096, 0.5151115655899048, 0.5039133429527283, 0.8641849756240845, 0.1447935551404953, 0.0050308178178966045, -0.13652567565441132, -0.4820062518119812, -0.4454749524593353, -0.32092005014419556, 0.434013694524765, 0.19982965290546417, -0.173629492521286, 0.14800047874450684, 0.12249242514371872, 0.37078121304512024, -0.15248240530490875, -0.5050121545791626, 0.5719049572944641, 0.12320029735565186, 1.407142162322998, -3.1787266731262207, -5.642580986022949, -5.426307678222656, -0.392416775226593, 5.569194316864014, 5.845139503479004, 7.763367176055908, 14.376094818115234, 7.040923118591309, -0.011631232686340809, -6.507867336273193, -7.686242580413818, -7.413704872131348, -12.5326566696167, -7.0842719078063965, -1.667067289352417, 1.2198121547698975, 4.419875144958496, 5.1007304191589355, 7.125524997711182, 4.749373435974121, 2.1386263370513916, -2.270085334777832, -6.215823173522949, -5.963541030883789, -3.489468812942505, -0.14086772501468658, -2.3524601459503174, 1.5361515283584595, 5.597439765930176, 6.616950035095215, 4.979518413543701, 4.981426239013672, 6.800118923187256, 5.963526248931885, 0.262033611536026, -0.6194668412208557, -0.37780359387397766, -2.079033851623535, -2.136162281036377, -0.9716194272041321, 0.4207433760166168, -0.4963647425174713, 0.5424029231071472, -0.23677557706832886, -0.08380690962076187, -1.446933627128601, -3.5354065895080566, -1.7451903820037842, -3.71726131439209, -3.6086978912353516, -2.8580150604248047, -2.9573862552642822, -2.166163921356201, -3.6555051803588867, -3.6846089363098145, -3.580325126647949, -1.818606972694397, -0.6976906657218933, 1.199240803718567, 1.2062300443649292, 1.9845757484436035, 1.6807843446731567, -0.8433220386505127, -2.7735300064086914, -3.8394615650177, -3.6331582069396973, -3.304274559020996, -1.3692638874053955, 1.006662130355835, 3.2274913787841797, 4.455048561096191, 4.2763190269470215, 4.739605903625488, 2.9167144298553467, 1.4923884868621826, -0.5248472690582275, -0.7290140986442566, -0.007033525500446558, -0.37290406227111816, 1.0024276971817017, 2.1899163722991943, 3.5067639350891113, 4.039583683013916, 4.220643520355225, 2.955894947052002, 1.7773854732513428, 1.1659319400787354, -0.8158742785453796, -1.2906591892242432, -1.9442005157470703, -0.8502765893936157, 0.13252310454845428, -0.5427873730659485, 0.6006240248680115, 0.722233772277832, 0.7237179279327393, -0.4540240168571472, -0.9310118556022644, -0.8302627205848694, -0.7145583033561707, -1.1123300790786743, -2.3295016288757324, -1.7479736804962158, -1.195342779159546, -1.076460838317871, -2.4321208000183105, -2.106635093688965, -0.8904522061347961, -0.35458076000213623, -0.3310224115848541, 0.5641258955001831, 0.7316402196884155, -0.11322272568941116, 0.4434586465358734, 0.6832294464111328, -0.4121212959289551, -1.6447900533676147, -0.7242698073387146, 1.0737049579620361, 0.02812841720879078, -1.6504567861557007, 0.27492743730545044, 1.7432799339294434, 0.6017950773239136, -0.25721436738967896, 1.0690208673477173, 1.8490407466888428, 0.6590362787246704, -0.6774879693984985, 0.9731142520904541, 1.2888140678405762, 0.5010184645652771, 0.21541287004947662, 0.5967699289321899, 0.7930147647857666, 0.4703178405761719, 0.22223198413848877, 0.4395377039909363, 1.2943557500839233, 1.3806135654449463, 0.8897249698638916, -1.4620485305786133, -1.3395756483078003, -0.5010713934898376, -0.6029763221740723, -1.7615814208984375, -1.116325855255127, 0.23755645751953125, 0.04393497481942177, -0.6411176323890686, -0.20396104454994202, 0.5541400909423828, -0.4767230153083801, -2.038278818130493, -1.4685978889465332, -2.0078985691070557, -2.87019419670105, -2.0897624492645264, 0.025383325293660164, 1.2437552213668823, 0.5200198888778687, 0.3299992084503174, 1.5773992538452148, 1.9548755884170532, 0.8260719180107117, -0.3859560489654541, -0.5859320759773254, -0.784728467464447, -1.6294097900390625, -3.2739834785461426, -2.9923956394195557, -1.0439393520355225, -0.29928699135780334, -0.14090636372566223, 0.8684530854225159, 2.953545331954956, 3.822129249572754, 2.169283628463745, 1.710469365119934, 1.7360975742340088, 0.1485680192708969, -0.32844775915145874, -0.3933776319026947, -0.6303138732910156, -1.0755306482315063, 0.24235640466213226, 1.473618507385254, 1.3496406078338623, 1.4607770442962646, 2.7574424743652344, 2.8874752521514893, 1.3412855863571167, -0.23171907663345337, 0.595028281211853, -0.37483498454093933, -2.0013041496276855, -1.5080642700195312, 0.08412199467420578, -0.19994692504405975, -1.3519058227539062, -0.38130640983581543, 1.0314401388168335, 0.24521669745445251, -0.7113913893699646, -0.694256603717804, 0.5483580231666565, -0.46222859621047974, -1.0618199110031128, -0.9682228565216064, -0.7950868606567383, -2.011895179748535, -2.137669563293457, -1.5010665655136108, -1.4672157764434814, -1.2096612453460693, -0.2567509710788727, 0.8294247388839722, 0.4303339719772339, 0.8236615061759949, 0.9077706933021545, 0.7014527916908264, -0.5161079168319702, -1.3053851127624512, -1.0080862045288086, -1.275365948677063, -1.0600584745407104, -0.3983185589313507, 0.015050035901367664, 1.3592519760131836, 1.3325954675674438, 1.7761828899383545, 1.1357576847076416, 1.7720335721969604, 1.5094716548919678, 1.0572175979614258, 0.5674040913581848, 0.24678198993206024, 0.630159318447113, -0.2821061909198761, -0.7156434655189514, -0.48265543580055237, 0.210513174533844, 0.9844402074813843, 0.8061219453811646, 0.73490971326828, 1.5524680614471436, 1.6651334762573242, 0.9943910837173462, -0.1752088963985443, -0.8025622963905334, -0.6354019045829773, -1.2309606075286865, -1.8195730447769165, -1.0501391887664795, -0.3862473666667938, 0.7376852035522461, 0.6559095978736877, 1.0145858526229858, 0.18087990581989288, -0.06680198758840561, -0.5938627123832703, -1.5109645128250122, -1.7529935836791992, -2.097074031829834, -1.4354832172393799, -1.1332002878189087, -1.1777410507202148, -1.1622601747512817, -0.1521235704421997, 0.3501323461532593, -0.6544364094734192, -0.4943769872188568, -0.3739420473575592, -0.2971426844596863, -0.848792552947998, -1.1600213050842285, -1.0673754215240479, -0.3073561489582062, -0.8546262979507446, -0.7402390241622925, -0.19433626532554626, -0.10496646165847778, 0.06875665485858917, 0.5256279706954956, 1.0685237646102905, 1.186278223991394, 0.5941877365112305, 1.006438970565796, 0.41113531589508057, 0.07495718449354172, -0.12541642785072327, 0.06789574027061462, 0.27181607484817505, -0.04890275001525879, 0.40690070390701294, 0.6985795497894287, 0.8530260920524597, 0.6460908055305481, 1.4876056909561157, 1.4007568359375, 0.8839724063873291, 0.541737973690033, 0.5959653258323669, 0.39864230155944824, 0.17689178884029388, -0.1392279714345932, 0.0598188154399395, -0.22718124091625214, 0.27273330092430115, 1.4712260961532593, 0.9599049091339111, -0.037950705736875534, 0.31168052554130554, 1.196500539779663, 1.0607608556747437, -1.2509104013442993, -1.530505657196045, -0.07915268838405609, 0.15354500710964203, -1.8004223108291626, -2.6193361282348633, -0.5000845789909363, 0.4096348285675049, -0.8620409965515137, -0.7998815774917603, -0.5815766453742981, 0.05739305540919304, -0.400385320186615, -1.4593255519866943, -1.1479465961456299, -0.6847394108772278, -0.6427375078201294, -0.7679405808448792, -1.0491846799850464, -0.41267311573028564, 0.46423864364624023, 0.6765874028205872, -0.33241724967956543, -0.17535483837127686, -0.24103803932666779, -0.5240626335144043, -0.893635630607605, -1.603664517402649, -0.20044545829296112, 0.1516825407743454, 0.1785835325717926, 0.010880687274038792, 0.9091097712516785, 1.5067259073257446, 0.8367907404899597, 0.6527302265167236, 0.47707638144493103, 0.671904444694519, -0.36169856786727905, -0.8456425666809082, 0.3178786039352417, 0.8266535997390747, 0.6070055365562439, 1.428883671760559, 1.535141110420227, 1.0537227392196655, 0.7188476920127869, 0.4094254970550537, 0.5915122628211975, 0.014553922228515148, -0.6712483167648315, -0.8544807434082031, -0.20426690578460693, -0.23345282673835754, -0.36877578496932983, 0.6579952836036682, 0.1402427703142166, 0.1991255134344101, -0.28570592403411865, 0.42083996534347534, 0.3668304681777954, -0.30606386065483093, 0.16321365535259247, -0.048560988157987595, -0.05942521244287491, -0.5503227114677429, -0.30036333203315735, 0.32998162508010864, 0.23168234527111053, 0.7916193604469299, 0.13152799010276794, 0.7973806858062744, 0.018810486420989037, 0.10771577805280685, 0.23930150270462036, -0.7804737687110901, 0.039181292057037354, 0.17686904966831207, 0.266604483127594, -0.09251900762319565, 0.06960388273000717, 0.6357564926147461, 0.5137988924980164, -0.5607635378837585, -0.3601961135864258, -0.08903903514146805, 0.7971643805503845, 0.28917238116264343, 0.15089966356754303, 0.25481465458869934, 0.5270530581474304, 0.2929742932319641, 0.28987547755241394, -0.13394387066364288, -0.2438582330942154, -0.19924688339233398, -0.10430792719125748, 0.00020592620421666652, 0.13260836899280548, -0.00509535800665617, 0.3572826385498047, 0.09404946118593216, 0.47969260811805725, -0.21058610081672668, -0.31171274185180664, -0.1299489289522171, -0.8408553600311279, -0.23316054046154022, 0.6170505285263062, 1.004692792892456, 0.4307449162006378, 0.5243926644325256, 0.4663652777671814, 0.3721282482147217, -0.7089205384254456, -1.011376142501831, -0.2860119938850403, -0.9037198424339294, -0.4919634461402893, -0.7083991169929504, -0.4914693832397461, 0.04763926565647125, 0.12363864481449127, 0.7849453091621399, 0.9303070902824402, 0.014378686435520649, 0.8385860919952393, -0.10957768559455872, -0.06949436664581299, -1.0248092412948608, -0.621018648147583, -0.2757100462913513, -0.17108024656772614, 0.05111422762274742, 0.25865045189857483, 0.5788560509681702, 0.9758840799331665, 1.099236011505127, 0.46477019786834717, 0.2791728675365448, 0.1736762970685959, 0.4809826612472534, 0.2598116993904114, -0.3698134124279022, -0.06228628754615784, 0.24321706593036652, -0.3132242262363434, -0.470699280500412, 0.3122714161872864, -0.2549448013305664, 0.7418392300605774, 0.8597915172576904, 0.5703036189079285, 0.18818165361881256, -0.8898431658744812, -0.04683836176991463, -1.0551047325134277, -0.9559614062309265, -0.7622953653335571, -0.2731002867221832, -0.2838836908340454, -0.7807168364524841, -0.08593094348907471, -0.12339726090431213, 0.21082524955272675, 0.5407894253730774, 0.5950738787651062, 0.147430881857872, -0.11130905896425247, -0.11658495664596558, -0.6047350764274597, -1.088579773902893, -1.519361138343811, -0.19822652637958527, -0.2435200959444046, 0.017550455406308174, 0.44932428002357483, 1.276222586631775, 2.1127824783325195, 1.08648681640625, 0.7938570976257324, -0.033842310309410095, 0.19906498491764069, -0.48446452617645264, -0.4877861440181732, -0.22061625123023987, 0.6160233616828918, 1.0537322759628296, 0.6472253203392029, 0.499118834733963, 0.585067629814148, 0.4478398561477661, 0.6416154503822327, 0.33412012457847595, 0.2600267231464386, -0.08669289946556091, -0.20501872897148132, -0.1698446273803711, -0.18382471799850464, 0.03973880410194397, 0.67079758644104, 0.6545470952987671, 0.8402219414710999, 0.8134025931358337, 0.6708672046661377, 0.4057518541812897, -0.12369095534086227, -0.23130877315998077, -0.7082183361053467, -1.2614620923995972, -1.120700478553772, -0.8666355609893799, -0.8778422474861145, -0.16523995995521545, -0.4181518852710724, 0.37474626302719116, -0.07796280086040497, -0.28812533617019653, -0.03848511353135109, -0.20891356468200684, -0.313345342874527, -0.9322178363800049, -0.8547934889793396, -0.9103505611419678, -1.0467053651809692, -0.713982880115509, -1.095863938331604, 0.2086353451013565, -0.26336199045181274, -0.3217714726924896, -0.16764070093631744, -0.7347397804260254, 0.1650039553642273, -0.4901692867279053, -0.5620948672294617, -0.6972545981407166, -0.46739473938941956, -0.6376447081565857, -1.3814088106155396, -0.7150009870529175, -0.7310040593147278, -0.07905466109514236, 0.33727556467056274, 0.8973549604415894, 0.8035117983818054, 0.5687791109085083, 0.19198572635650635, -0.24920155107975006, -0.45293307304382324, -1.0397992134094238, -0.8031358122825623, -0.7359362840652466, -0.20222532749176025, 0.711500346660614, 1.0781694650650024, 1.17822265625, 1.3984544277191162, 0.9626924395561218, 0.9237167239189148, 0.3314225971698761, 0.05140523985028267, -0.293246865272522, -0.5302579402923584, -0.8108664751052856, -0.21622101962566376, -0.1879023015499115, 0.36989113688468933, 0.29963186383247375, -0.09299710392951965, 0.5712544918060303, 0.4380723536014557, -0.08827141672372818, -0.3110074996948242, -0.5624183416366577, -0.5279796123504639, -0.5907860994338989, -1.016639232635498, 0.13886147737503052, 0.07328996807336807, -0.08316902071237564, 0.05001739412546158, -0.15832816064357758, -0.01987706683576107, -0.1219276562333107, -0.5500447154045105, -0.3860127627849579, -0.6541647911071777, -0.8884013295173645, -0.34287387132644653, -0.23150917887687683, -0.17743074893951416, 0.25688284635543823, 0.4572690725326538, 0.1783381551504135, 0.04118805751204491, -0.5259568691253662, -0.434220552444458, 0.12441497296094894, 0.3527819812297821, 0.060081131756305695, 0.02740497700870037, 0.5115399956703186, 0.6840174794197083, 0.11365259438753128, -0.34554678201675415, 0.01188663300126791, 0.21753135323524475, -0.2655283510684967, -0.14360454678535461, 0.2695024013519287, 0.7323035001754761, 0.9068533778190613, 0.49575722217559814, 0.5160585641860962, 0.12368877232074738, -0.12887123227119446, -0.011133517138659954, -0.2577265202999115, 0.06714226305484772, 0.2602553963661194, 0.19504213333129883, 0.04142928496003151, 0.22239062190055847, 0.5577747821807861, 0.2520220875740051, 0.2287083864212036, -0.26147106289863586, 0.42484334111213684, 0.27355554699897766, -0.3314457833766937, -0.16739299893379211, 0.3170679211616516, 0.3102818429470062, 0.24839356541633606, 0.4606896936893463, 0.8513802289962769, 0.5776354074478149, 0.34389910101890564, 0.2673746943473816, -0.021388394758105278, -0.26116010546684265, -0.3951701521873474, -0.6362624168395996, -0.4972487688064575, -0.43468087911605835, 0.28936517238616943, 0.10585977137088776, 0.5178090929985046, 0.4847477078437805, 0.4022393524646759, 0.3906957507133484, 0.18700572848320007, 0.7150312066078186, -0.05872611328959465, 0.1724286824464798, -0.10171351581811905, 0.09006670117378235, 0.2616991698741913, -0.17903359234333038, 0.26477324962615967, 0.2226446568965912, -0.21406695246696472, -0.20260916650295258, -0.45836058259010315, -0.3923190236091614, -0.570484459400177, -0.3634864091873169, -0.3136056959629059, 0.5475379228591919, 0.19814053177833557, -0.19378331303596497, 0.09148465096950531, -0.19818761944770813, 0.04293994978070259, -0.06267496943473816, -0.21047277748584747, 0.14634229242801666, 0.06285829097032547, -0.21686780452728271, -0.5090136528015137, -0.3218754529953003, -0.07691223919391632, -0.5398223996162415, -0.5674298405647278, -0.1461179107427597, 0.05381481349468231, 0.34056851267814636, 0.11521214246749878, -0.20286312699317932, 0.10632573813199997, -0.32051366567611694, -0.5817753672599792, -0.6261832118034363, -0.8969330191612244, -0.42620328068733215, -0.02943124622106552, 0.3174747824668884, -0.0199897438287735, 0.2744823396205902, -0.13030225038528442, 0.18512286245822906, -0.17234060168266296, -0.3678564131259918, 0.35773250460624695, -0.22916708886623383, 0.4815114438533783, -0.08034364879131317, 0.004017852246761322, 0.13338418304920197, 0.22341090440750122, 0.024444974958896637, 0.16901379823684692, 0.22454701364040375, 0.7553901672363281, 0.5792249441146851, -0.23236283659934998, 0.2559037506580353, 0.08072030544281006, -0.05994146317243576, -0.2606273591518402, -0.3012418746948242, 0.04397279769182205, 0.21293239295482635, 0.3490447402000427, 0.1860123723745346, 0.04078384116292, 0.0917922630906105, 0.4320208728313446, -0.46794503927230835, -0.33340275287628174, -0.1875876933336258, -0.5164084434509277, -0.7058359980583191, -0.6188462376594543, -0.28774216771125793, 0.0020600659772753716, 0.34488171339035034, -0.23296648263931274, -0.0574943833053112, -0.16562987864017487, -0.24717611074447632, -0.5868422389030457, -1.2447832822799683, -0.894078254699707, -0.38850733637809753, -0.3264750838279724, -0.22654463350772858, -0.06363675743341446, 0.9073284864425659, 0.7785179018974304, 0.6591258645057678, 0.07235196977853775, 0.23538808524608612, 0.6316340565681458, -0.1642981320619583, -0.5355805158615112, -0.6805121898651123, -0.17114759981632233, 0.7479712963104248, -0.08510170876979828, 0.4654868543148041, 0.8846537470817566, 0.9981837868690491, 1.110435962677002, 0.23438484966754913, 0.23870600759983063, 0.5766696929931641, 0.2923382520675659, -0.2774122655391693, -0.6270418167114258, -0.6715475916862488, -0.0834260880947113, 0.07041440159082413, -0.05392668768763542, 0.1900549829006195, 1.0888886451721191, 1.0910513401031494, 0.4196614921092987, 0.19963397085666656, 0.5121650695800781, 0.34431785345077515, -0.5717487931251526, -0.6887533664703369, -0.3103257715702057, -0.34187254309654236, -0.6688656210899353, -0.7583035826683044, 0.06813950836658478, 0.8479285836219788, 0.9051685333251953, 0.8381038904190063, 0.7920973300933838, 0.30151283740997314, -0.33322304487228394, -0.796322762966156, -0.7786184549331665, -1.128135323524475, -0.6705877780914307, -0.4701782763004303, -1.020836353302002, -0.2892966568470001, 0.2765274941921234, 0.47028592228889465, 0.14545689523220062, 0.19327209889888763, 0.1507773995399475, 0.30693110823631287, -0.32138532400131226, -0.5556705594062805, -0.5489622354507446, -0.24335016310214996, -0.13373757898807526, -0.02747497148811817, 0.6298085451126099, 0.5263556241989136, 1.3390570878982544, 0.5995957255363464, 0.8103376626968384, 0.400710791349411, -0.18326500058174133, -0.12270315736532211, -0.5931731462478638, 0.3325996696949005, -1.005491018295288, -0.11371595412492752, -0.0035203401930630207, -0.4325740337371826, 0.22712193429470062, -0.43837982416152954, 0.5987688899040222, 0.1972099393606186, 0.7260880470275879, 0.18040882050991058, -0.30305033922195435, -0.26705610752105713, -0.8778352737426758, -1.0448462963104248, -1.3666547536849976, -0.32403308153152466, 0.0503205843269825, 0.12927016615867615, 0.8095616698265076, 1.540939450263977, 1.4243898391723633, 0.36207905411720276, 0.1986418515443802, 0.09799613058567047, -0.472775936126709, -1.0292470455169678, -0.6874762177467346, -0.21459437906742096, -0.10145845264196396, -0.23595911264419556, 0.525496244430542, 0.9992502331733704, 0.848456621170044, 1.00393807888031, -0.077877938747406, -0.21732790768146515, 0.3214733898639679, -0.28647783398628235, -0.4913940131664276, -0.0898701474070549, 0.33032873272895813, 0.6682485938072205, 0.42129096388816833, 0.4092039167881012, 0.7673662304878235, 0.5251249074935913, 0.34138232469558716, -0.12521149218082428, -0.42928826808929443, -0.45314013957977295, -0.2634826600551605, 0.04284011200070381, -0.027036601677536964, 0.2674274146556854, 0.4084998369216919, 0.7658922076225281, 0.17230048775672913, 0.11752167344093323, 0.4041045010089874, 0.029511554166674614, 0.12347786873579025, -0.6684247851371765, -0.5672575831413269, -0.6777512431144714, -0.3179914951324463, -0.21752114593982697, -0.24114975333213806, 0.3719686269760132, 0.4763942360877991, 0.4834635257720947, 0.32129886746406555, -0.06460846960544586, -0.5340731739997864, -0.08523839712142944, -0.7968130707740784, -1.348622441291809, -0.4200797975063324, -0.0448308102786541, 0.7742541432380676, 0.7936190366744995, 0.33496323227882385, 0.7061750292778015, 0.7781074643135071, 0.2744801938533783, -0.17403507232666016, 0.1337289661169052, 0.13545072078704834, -0.5712001919746399, -0.3374471962451935, 0.36904701590538025, 0.8339499235153198, 0.44377994537353516, 0.654064953327179, 0.9125145673751831, 0.9272138476371765, 0.7656792998313904, 0.654561460018158, 0.2883473336696625, 0.3256673514842987, -0.15172439813613892, 1.4100582599639893, 0.8040235042572021, -0.22750869393348694, 2.10837721824646, -0.6666534543037415, -3.1298470497131348, -0.5707510709762573, -0.2665797472000122, -0.2397497147321701, -0.5950730443000793, 0.6951373815536499, 1.2235506772994995, 1.274085521697998, 0.7049393057823181, -0.27890264987945557, 0.18006737530231476, -0.5407285690307617, -0.982714056968689, -1.1663355827331543, -0.8990240693092346, -0.2493564933538437, 0.5919291973114014, -0.06560678035020828, -0.17299896478652954, 0.8722856044769287, 1.8407769203186035, 0.6494919061660767, -0.358117938041687, -0.17065183818340302, -0.04619996249675751, -0.6217948198318481, -1.0329508781433105, -1.3352402448654175, -0.6449568271636963, 0.19559639692306519, -0.7675759792327881, -0.8508569002151489, 1.2460078001022339, 2.068211793899536, 0.368075430393219, 0.2261418253183365, -0.007888488471508026, -0.6001043915748596, -0.9881551861763, -2.557915210723877, -1.0618044137954712, 0.8526373505592346, 0.3463892638683319, -0.2848125696182251, 0.0742470845580101, 2.2006919384002686, 1.7029825448989868, 0.2332761138677597, -0.4100814461708069, 0.23819828033447266, -0.007279784884303808, -1.1539007425308228, -1.911493182182312, -1.4225407838821411, -0.2843468189239502, -0.6253786087036133, -0.3048174977302551, 0.37253329157829285, 1.0977131128311157, 1.2880736589431763, 1.1131070852279663, 0.3900470733642578, -0.16158469021320343, 0.08310624212026596, -0.12474660575389862, -1.6155298948287964, -1.7474855184555054, -0.9455617666244507, -0.261130690574646, 0.13167476654052734, -0.5355398058891296, 0.4556805491447449, 0.8662852048873901, 0.836076557636261, 0.8687793016433716, -0.5590535998344421, -0.9881259202957153, -0.512139618396759, -0.9217537045478821, -1.5489470958709717, -1.5279057025909424, -0.02831307239830494, 0.3548794090747833, -0.07396816462278366, 0.38514018058776855, 1.4718197584152222, 0.9091361165046692, 0.2901513874530792, 0.08486483246088028, -0.3987327814102173, -0.30385062098503113, -0.9641073346138, -1.6170226335525513, -1.03656005859375, -0.29696887731552124, 0.05120669677853584, 0.42152538895606995, 1.328595757484436, 1.1710518598556519, 1.2362287044525146, 1.0705434083938599, 0.3850856423377991, 0.2276587039232254, -0.5782256126403809, -0.8564391732215881, -0.8323807120323181, -0.052426453679800034, -0.2775551676750183, 0.04600882902741432, 0.6673505306243896, 0.7479249835014343, 1.0490221977233887, 1.0888577699661255, 0.6004473567008972, -0.23841333389282227, 0.008963520638644695, -0.29512473940849304, -0.650343656539917, -0.32148757576942444, -0.4677559733390808, 0.24077114462852478, 0.07464494556188583, -0.12820148468017578, 0.17481324076652527, 0.5952076315879822, -0.11106164008378983, -0.22844909131526947, -0.36739885807037354, -0.6780807375907898, -0.48128098249435425, -0.16386981308460236, -0.5383096933364868, -0.3423388600349426, 0.027975810691714287, 0.18318544328212738, -0.026402952149510384, -0.059795670211315155, 0.19568172097206116, 0.5544393658638, 0.10120511800050735, -0.10776595026254654, -0.48900291323661804, -0.06256083399057388, -0.37020358443260193, -0.7391517758369446, -0.2079877406358719, -0.30315643548965454, 0.11145105212926865, 0.10703528672456741, -0.23138490319252014, 0.20303422212600708, 0.492710143327713, 0.43471571803092957, 0.6050265431404114, 1.0297595262527466, 0.39479345083236694, 0.18065057694911957, 0.6896570920944214, 0.16142530739307404, -0.41875436902046204, 0.5680332779884338, -1.3126559257507324, -2.2106242179870605, -1.051959753036499, -0.4493192434310913, 0.36485838890075684, 0.02812899649143219, 0.9752718806266785, 1.3193740844726562, 1.06905198097229, 0.2194833606481552, -0.19214679300785065, 0.1447429060935974, 0.002625786466524005, -0.647229790687561, -1.5961054563522339, -0.8397612571716309, -0.26185503602027893, -0.10243114829063416, -0.12134066224098206, 0.24121637642383575, 1.4186177253723145, 0.8884660601615906, 0.23802974820137024, -0.12193771451711655, 0.03359949216246605, -0.18276603519916534, -1.0406808853149414, -1.3846409320831299, -1.0309802293777466, -0.9268887042999268, -0.29677051305770874, -0.33389440178871155, -0.33115309476852417, 0.06854069232940674, 0.5351358652114868, 0.042705170810222626, 0.04988182708621025, 0.827580451965332, -0.20617763698101044, -0.04961176961660385, -0.5062082409858704, -0.3623203635215759, 0.19628211855888367, -0.35663095116615295, 0.10643356293439865, 0.5901196599006653, 1.2526895999908447, 0.9341018795967102, 0.7140860557556152, 0.887566089630127, 0.5728186368942261, 0.6252915263175964, -0.14917725324630737, -0.3994120955467224, -0.45425185561180115, -0.1566871702671051, -0.18219025433063507, 0.05031890794634819, 0.8359768986701965, 0.8823193311691284, 0.9836278557777405, 1.0594663619995117, 0.4898596405982971, 0.17812959849834442, -0.3575573265552521, -0.7156375050544739, -0.9538829326629639, -0.9834966063499451, -0.7143877148628235, -0.5352963805198669, -0.6908981800079346, -0.47758418321609497, -0.07938466221094131, 0.07810325175523758, 0.16626818478107452, -0.3909284770488739, -0.07654055207967758, -0.11342175304889679, -0.7802057266235352, -0.635892391204834, -0.6668462157249451, -0.5322033166885376, -0.40924784541130066, -0.06520970910787582, -0.09600316733121872, 0.005496421828866005, -0.04853925108909607, 0.25999370217323303, 0.2107621729373932, 0.15084929764270782, -0.06507006287574768, -0.34451812505722046, -0.24439556896686554, -0.2271278351545334, -0.20734013617038727, -0.20296524465084076, 0.03775525093078613, 0.39630967378616333, 0.4278055429458618, 0.20923295617103577, 0.5180288553237915, 0.5614516139030457, 0.373974472284317, 0.07274305820465088, 0.46230006217956543, 0.43523895740509033, -0.4632152020931244, 0.039207249879837036, 0.1144162267446518, 0.13527743518352509, 0.3612353801727295, 0.10696318745613098, 0.4296923875808716, -0.11618860810995102, 0.11912620812654495, -0.03788051754236221, -0.3923285901546478, -0.3642616271972656, -0.4719826579093933, -0.10570287704467773, 0.10474387556314468, 0.38810861110687256, 0.1681036651134491, 0.3222343325614929, -0.035863522440195084, -0.3103169798851013, -0.14799857139587402, -0.3698316514492035, -0.49303656816482544, -0.21843791007995605, -0.42505785822868347, 0.24204185605049133, 0.2588217258453369, -0.08798482269048691, -0.14995597302913666, 0.030635781586170197, 0.29353851079940796, -0.1439388245344162, -0.13621658086776733, -0.2533011734485626, -0.19735391438007355, -0.435879647731781, -0.40805068612098694, -0.18894734978675842, 0.07066056877374649, 0.08446551114320755, 0.2653559446334839, 0.24696138501167297, 0.42737269401550293, 0.0886785238981247, 0.11450938135385513, -0.23190061748027802, -0.33280041813850403, -0.045572731643915176, 0.09734685719013214, 0.11172127723693848, -0.3198021650314331, -0.061971746385097504, 0.17661826312541962, -0.25463494658470154, -0.029828740283846855, -0.24618889391422272, 0.0969756543636322, 0.6531636714935303, 0.18513543903827667, 0.3760012984275818, 0.41201990842819214, 0.48634907603263855, 0.1569659262895584, -0.33996644616127014, -0.5573034882545471, -0.4491606056690216, -0.22637823224067688, -0.31762105226516724, -0.019865797832608223, 0.3523833155632019, 0.3541923463344574, 0.645055890083313, 0.3396281898021698, 0.2725721001625061, -0.19084040820598602, 0.013577394187450409, -0.004775697831064463, -0.37118345499038696, -0.41999977827072144, -0.20331712067127228, -0.1294175684452057, -0.002623951993882656, -0.07123064249753952, 0.4651714563369751, 0.3870328366756439, 0.1128343716263771, 0.06880024075508118, -0.00918510276824236, -0.4319617450237274, -0.5352000594139099, -0.5727962851524353, -0.23853684961795807, -0.23979194462299347, -0.17024874687194824, 0.25111597776412964, 0.21961919963359833, 0.32015886902809143, 0.37258628010749817, 0.34883031249046326, -0.009664484299719334, -0.23138350248336792, -0.3675013482570648, -0.48492100834846497, -0.7376032471656799, -0.6187381744384766, -0.18341857194900513, -0.02016315795481205, 0.24993929266929626, 0.6459061503410339, 0.517195463180542, 0.6311373710632324, 0.20191054046154022, 0.2889743745326996, 0.15099859237670898, -0.25460198521614075, -0.23925217986106873, -0.3078268766403198, -0.11960097402334213, -0.021020254120230675, 0.05618641525506973, 0.19896095991134644, 0.3952348232269287, 0.7831737399101257, 0.6396108865737915, 0.3645007312297821, 0.1710350215435028, 0.377460241317749, 0.15138868987560272, -0.16542117297649384, -0.0009695910266600549, -0.14742986857891083, 0.18493613600730896, 0.02262411080300808, -0.3712926208972931, 0.10002361238002777, -0.08411098271608353, 0.07872658222913742, -0.08558890968561172, 0.43689650297164917, 0.3553531765937805, -0.22138816118240356, 0.025836501270532608, 0.0797678530216217, 0.12709952890872955, -0.5085355639457703, -0.10230415314435959, -0.02745330147445202, 0.19350460171699524, 0.12067525088787079, -0.1634870320558548, 0.47259995341300964, 0.7035911679267883, 0.3615363836288452, 0.10848347842693329, 0.26644963026046753, 0.27035292983055115, -0.1467820107936859, -0.5837356448173523, -0.6928960084915161, -0.2881346642971039, 0.015008845366537571, 0.20427274703979492, -0.2826084792613983, 0.26820409297943115, 0.7344502806663513, 0.5256446599960327, -0.04199987277388573, 0.0040734922513365746, -0.17719294130802155, -0.1819550096988678, -0.2779045104980469, -0.2645764946937561, -0.321864515542984, 0.04276110976934433, -0.25144457817077637, -0.31937238574028015, -0.02178771421313286, 0.09395183622837067, 0.13210120797157288, -0.008487536571919918, 0.24295824766159058, 0.10153599083423615, 0.42148730158805847, 0.17219920456409454, -0.255582332611084, -0.08165203034877777, 0.29671868681907654, -0.29407721757888794, -0.37542057037353516, 0.6959011554718018, 0.1870463788509369, 0.0969771295785904, 0.05172063037753105, 0.30257463455200195, 0.15439243614673615, -0.3758341073989868, -0.30416327714920044, -0.7293165326118469, -0.41192391514778137, -0.8087170124053955, -0.5926707983016968, -0.22853994369506836, -0.08486359566450119, -0.24898557364940643, -0.09777326136827469, 0.42540401220321655, 0.5001224875450134, 0.6670165657997131, -0.02459844946861267, 0.1209806576371193, -0.4467918276786804, -0.8143587708473206, -0.8451723456382751, -0.603388249874115, -0.786862313747406, -0.5494265556335449, -0.06851526349782944, 1.1627514362335205, 1.7814780473709106, -0.2580040991306305, 0.06666956841945648, -0.29214972257614136, -3.3624024391174316, -8.882146835327148, -1.7758930921554565, 28.276012420654297, 21.157623291015625, 2.659377336502075, 20.58393096923828, 20.855117797851562, 2.7185776233673096, -15.85743522644043, -31.0364933013916, -33.02998733520508, -18.865497589111328, -14.053061485290527, -13.130999565124512, -1.4943205118179321, 17.956735610961914, 27.306970596313477, 14.897164344787598, 15.29073715209961, 14.540783882141113, 0.6046234369277954, -1.6436612606048584, -8.16600513458252, -6.679691791534424, -8.795757293701172, -10.703789710998535, -3.4274845123291016, 5.112734317779541, 4.6117095947265625, 13.817584991455078, 16.198904037475586, 5.333698749542236, 1.1296919584274292, -1.5650964975357056, -5.183681488037109, -11.057595252990723, -17.951465606689453, -17.688322067260742, -15.704122543334961, -10.849690437316895, -4.320916652679443, -4.317721843719482, -1.1976664066314697, 4.279945373535156, 3.9344003200531006, 2.5173559188842773, 0.08518217504024506, 0.6899889707565308, -2.163764715194702, -8.928942680358887, -11.58925724029541, -9.622601509094238, -9.0457763671875, -8.281597137451172, -5.000202655792236, 3.735532522201538, 12.927903175354004, 18.4947509765625, 17.356365203857422, 15.676803588867188, 11.958723068237305, 7.151383399963379, 0.17578086256980896, -3.906351327896118, -4.07616662979126, -3.9572339057922363, -1.7323424816131592, 0.3668639659881592, 3.9272806644439697, 7.403217792510986, 9.724352836608887, 11.797383308410645, 10.63204288482666, 11.249735832214355, 8.025274276733398, 2.7776713371276855, -2.2069313526153564, -4.863613128662109, -7.91492223739624, -8.002155303955078, -6.970729827880859, -5.168085098266602, -1.2940853834152222, -2.5828745365142822, -4.193093776702881, -1.0792266130447388, -1.1244090795516968, -1.309031367301941, -1.9675366878509521, -1.0304028987884521, -1.5191893577575684, -2.6539924144744873, -5.799670696258545, -8.712182998657227, -7.829749584197998, -5.258520126342773, -4.286588668823242, -4.320709228515625, -0.7936173677444458, 4.248784065246582, 5.192200183868408, 4.129800319671631, 1.8598917722702026, 0.09857002645730972, -0.33752891421318054, -1.2599575519561768, -2.3880279064178467, -0.06774640828371048, 0.7058799862861633, 2.754758358001709, 3.0039095878601074, 0.6466755867004395, 1.2889684438705444, 3.2352163791656494, 2.7969908714294434, 1.8304473161697388, 2.5560295581817627, 4.366122245788574, 5.902586460113525, 3.896791934967041, 0.8043238520622253, -1.4467711448669434, -1.2839341163635254, 0.26145920157432556, -1.7861287593841553, -1.761566162109375, 0.9400054216384888, 2.754976749420166, 3.3572466373443604, 1.4608643054962158, 0.39605841040611267, -0.26409584283828735, -2.084716796875, -3.836261034011841, -5.742882251739502, -6.712162494659424, -4.798526763916016, -2.4957659244537354, -1.7097481489181519, -2.2241578102111816, 0.0859391987323761, 0.68886798620224, -0.2423655390739441, -0.6130265593528748, -1.2398056983947754, -1.344545841217041, -0.8535028696060181, -2.6648242473602295, -3.958603620529175, -2.4311611652374268, -0.7736970782279968, -1.4964346885681152, -0.5424013137817383, -0.040494512766599655, 1.1594079732894897, 3.6373438835144043, 4.698929309844971, 4.145768165588379, 3.636343002319336, 3.438323497772217, 1.8299012184143066, -0.5748943090438843, 0.019802993163466454, 1.1179379224777222, -0.9631925225257874, -3.642573118209839, -2.782503366470337, 1.0094561576843262, 5.313779354095459, 4.750171661376953, 4.26057243347168, 6.9251227378845215, 8.124826431274414, 4.211071968078613, 0.05807105079293251, 0.7149568796157837, -0.7040925025939941, -2.912306308746338, -3.050502061843872, -1.914526104927063, -1.1857404708862305, 1.830390453338623, 2.9851877689361572, 5.399403095245361, 5.196211814880371, 1.6477376222610474, 1.979133129119873, 3.0923075675964355, 0.6499241590499878, -5.588972091674805, -8.401432991027832, -3.9732489585876465, -0.29292675852775574, -0.5546231269836426, -1.6933199167251587, 0.9041345715522766, 6.282205581665039, 4.4204301834106445, -3.8111419677734375, -2.0778884887695312, 1.0333349704742432, 0.2080778330564499, -0.9320937395095825, -0.5894122123718262, 2.6210227012634277, 4.8217315673828125, 4.033944129943848, 0.680294930934906, -1.5224179029464722, -1.087433934211731, 0.17367209494113922, -1.3611522912979126, -2.7096774578094482, -2.860405921936035, -1.9715793132781982, 0.303724080324173, -1.5072026252746582, -3.341965436935425, 0.17487704753875732, 1.155680775642395, 0.711978554725647, -0.6559634804725647, -0.14538247883319855, 1.3301697969436646, 0.9448860883712769, 0.5202065706253052, 2.9371304512023926, 2.8707568645477295, 1.6784555912017822, 1.031607985496521, 0.4829277992248535, 2.5951080322265625, 3.1924891471862793, 1.2053582668304443, -0.7936680912971497, -0.38656091690063477, 0.8845520615577698, 0.3019660711288452, 0.3608180582523346, 0.31825655698776245, 1.7561910152435303, -0.005788934882730246, -0.4932381212711334, -0.8256378769874573, -2.0040628910064697, -1.6917740106582642, -1.9008315801620483, -2.4868416786193848, -3.8732266426086426, -1.9713994264602661, -2.73814058303833, -2.1941683292388916, 0.2872560918331146, 0.7363442778587341, -0.7831183075904846, -1.8556607961654663, -2.184926748275757, -3.354421615600586, -3.8456614017486572, -3.069873809814453, -2.615408182144165, -1.169067621231079, -0.5805736780166626, -0.2682664692401886, -0.06018141657114029, -1.1931803226470947, -1.5140410661697388, -1.017164945602417, -0.8638405203819275, -0.5857522487640381, -1.2612154483795166, 2.388953685760498, 2.143962860107422, -0.5304679870605469, 0.8206009864807129, 2.2356953620910645, 3.2108452320098877, 3.0531530380249023, 0.3689630627632141, -0.7315222024917603, 1.0923645496368408, 2.1011626720428467, 1.3756376504898071, 0.5075216889381409, 1.980041265487671, 2.936203718185425, 1.2570106983184814, -0.5862627625465393, -0.10552027076482773, 2.045283317565918, 4.2564544677734375, 2.716825485229492, 0.5169921517372131, -0.024479055777192116, 0.6862404346466064, 0.5815730094909668, -0.9327643513679504, -1.4295283555984497, -0.0006417384138330817, 2.8420443534851074, 3.030611276626587, -1.6829544305801392, -0.14569275081157684, -0.13995066285133362, -1.1564775705337524, -1.3150830268859863, -1.9384361505508423, -0.5246719121932983, -1.1619075536727905, -2.3149261474609375, -3.8081214427948, -4.015301704406738, -3.704489231109619, -4.066432476043701, -5.38555383682251, -2.9723031520843506, -0.5663610696792603, -2.321617841720581, 0.38580742478370667, -2.169379949569702, -3.0112359523773193, -1.4105676412582397, -1.0144392251968384, -0.36823564767837524, -1.6975274085998535, -0.27324286103248596, -0.6538474559783936, -0.4637450575828552, -1.4670006036758423, -0.3610314130783081, -1.9633773565292358, -1.8365020751953125, -0.3583000898361206, 0.13631927967071533, 1.9039428234100342, 0.9880671501159668, -0.42951077222824097, -0.9419344067573547, -0.27840858697891235, 0.13513270020484924, 0.5392928123474121, -0.18750165402889252, 0.7967858910560608, 2.32981538772583, 0.9488834142684937, 1.384398341178894, 1.6122125387191772, 1.8509247303009033, -0.24064603447914124, 1.700730562210083, 1.90203857421875, 1.198534369468689, 1.5700339078903198, 0.177715465426445, 1.3915014266967773, 1.606452226638794, 2.467620372772217, 2.774411678314209, 1.9674139022827148, -0.5384644865989685, -0.9188739657402039, -0.29508066177368164, -1.4706549644470215, 0.6397383213043213, 0.8647483587265015, -0.6075178980827332, -2.398411273956299, -3.9679553508758545, -0.07029435783624649, -1.760714054107666, -2.1256442070007324, 0.14028209447860718, 1.1642107963562012, 1.2984614372253418, -0.6316798329353333, -0.38970306515693665, 0.6515193581581116, 0.9041634798049927, -0.5009441375732422, -1.5355055332183838, -2.0528171062469482, -1.9908026456832886, -0.2716567814350128, -1.709978699684143, -1.8031455278396606, -1.3734606504440308, -0.4212745726108551, 0.19274042546749115, 1.0441266298294067, 1.3530346155166626, 2.0957841873168945, 3.1183664798736572, 1.62204909324646, 0.644404947757721, 0.22624395787715912, 0.5940149426460266, 0.7882473468780518, -0.06812945008277893, -2.0007760524749756, -0.9033353924751282, 1.52705717086792, 3.144148349761963, 1.832105278968811, 0.4100739061832428, 2.8136396408081055, 2.8258230686187744, 1.137198805809021, -0.029455406591296196, -0.9556998014450073, 0.07868072390556335, -0.22818845510482788, -0.7041360139846802, -0.831830620765686, -0.17760701477527618, 0.21285727620124817, 0.7623242735862732, -0.677209198474884, 1.3148828744888306, 2.533846616744995, 1.0885231494903564, 1.2165162563323975, -0.07679367810487747, 0.2830837666988373, 2.077584981918335, -0.9755042195320129, -1.189087152481079, 0.5928281545639038, 1.1076592206954956, 1.9896714687347412, 1.5319945812225342, -0.2757731080055237, -0.242285817861557, -0.45218023657798767, -1.583215594291687, -1.0491667985916138, -0.2741243541240692, 1.8261998891830444, 1.3315327167510986, 1.4698359966278076, 1.859100341796875, -0.49600717425346375, -0.7873246669769287, -0.6625945568084717, -2.0895731449127197, -0.1297457218170166, -0.19742800295352936, -0.04174855351448059, -1.1767797470092773, 0.2305757701396942, 0.7870288491249084, 0.679128885269165, 0.866321325302124, 0.7760417461395264, 0.3531835377216339, -0.1441136747598648, 0.13069427013397217, -0.18034957349300385, -1.0105282068252563, -1.0974128246307373, -0.5548901557922363, -1.8276679515838623, -1.002044916152954, 0.707001268863678, 0.5353310108184814, 1.446446418762207, 1.3357170820236206, 1.9679893255233765, 1.1873849630355835, 0.21894364058971405, -1.1453443765640259, 0.22708354890346527, 1.2191599607467651, 2.368929862976074, 0.6862092018127441, -0.8201618194580078, 1.5636377334594727, 0.5675890445709229, 1.5728881359100342, 1.1459074020385742, 2.1800684928894043, 2.7209115028381348, 1.2108275890350342, 0.0831199362874031, 0.16820655763149261, 0.09634139388799667, -0.3038291037082672, 0.7896108031272888, 0.547759473323822, 0.7022709250450134, 1.4890638589859009, 1.2561873197555542, 1.6245676279067993, 0.7160590887069702, 1.4887369871139526, 1.8272901773452759, -0.49091675877571106, -2.1244451999664307, 0.02520035207271576, -1.197940468788147, -0.5982251763343811, 0.7262345552444458, -0.17764869332313538, -1.175258994102478, -0.365068644285202, -1.722050428390503, -1.4928714036941528, -0.8051870465278625, 0.7739994525909424, 0.8097155690193176, -0.988045871257782, -1.1738356351852417, -1.4744830131530762, 0.5994906425476074, 0.4798676371574402, 0.5422394275665283, -0.3192214071750641, -0.3134441673755646, 0.4145452380180359, -1.1813161373138428, -2.6949408054351807, -2.147758960723877, 0.5100589394569397, -0.7143155932426453, -2.1415672302246094, -0.8825670480728149, -0.00687900697812438, 0.21498258411884308, 0.28688767552375793, 1.128767728805542, 0.5360629558563232, 0.43415525555610657, 0.3532749116420746, -2.3782167434692383, -1.337024211883545, -1.5863919258117676, -1.1304402351379395, -0.8339990377426147, -2.1287901401519775, -1.2414097785949707, 0.36159321665763855, 0.9071239829063416, 0.03844023495912552, 0.615016758441925, 0.2834225296974182, -0.4474323093891144, -0.6042874455451965, 0.6371952295303345, -0.3928877115249634, -1.7086466550827026, -1.6781280040740967, -0.6923510432243347, -0.9170452356338501, -0.8531513810157776, -2.1697630882263184, -0.7515515685081482, 0.6693971753120422, 0.993765115737915, 2.230170488357544, 1.9377645254135132, 0.9792053699493408, 0.6761166453361511, -0.589118242263794, -0.29460418224334717, -1.62418532371521, -1.3900810480117798, -0.32237884402275085, 0.21118038892745972, 1.4424147605895996, 1.6888123750686646, 1.223684310913086, 0.6735052466392517, 0.9939524531364441, 0.43050748109817505, 1.2079812288284302, 0.30632129311561584, 0.7775520086288452, 0.22578759491443634, -1.5465766191482544, -1.3188308477401733, -1.950293779373169, -2.2272167205810547, -2.0710737705230713, -1.7680244445800781, -1.7682994604110718, -0.4266848862171173, 0.34004324674606323, 0.8223287463188171, -0.41501501202583313, -0.3063572645187378, -0.6513256430625916, -1.321021318435669, -0.9357166290283203, -0.8781245350837708, -1.9228671789169312, -1.2878204584121704, -1.3787254095077515, -2.4205503463745117, -2.6325018405914307, -1.0274473428726196, -0.41540366411209106, -0.38094210624694824, 0.8427175879478455, 2.0575971603393555, 1.6464781761169434, 1.1813199520111084, 0.3341567814350128, -0.21878273785114288, -0.9606704711914062, -0.7306982278823853, -1.6066609621047974, -2.476428985595703, -1.750016212463379, 0.1570848971605301, 1.0211594104766846, 0.20580655336380005, 0.551284909248352, 0.867061197757721, 1.2265573740005493, 0.6987301707267761, 0.09858650714159012, 0.7213079333305359, 0.1982288956642151, -0.05778122693300247, -0.14523553848266602, -0.030683528631925583, -0.5540667176246643, 0.18918000161647797, 0.39745306968688965, 0.19378118216991425, 0.7883862257003784, 0.9790400862693787, 1.8559139966964722, 2.2052907943725586, 1.6854139566421509, 0.27044180035591125, -0.47188612818717957, 0.369600772857666, 0.4337000250816345, -0.7308813333511353, -0.3265630602836609, -0.2800121009349823, -0.18806159496307373, 1.3961657285690308, 1.5715149641036987, 1.9322354793548584, 2.4371278285980225, 1.1085352897644043, 0.1974477767944336, 0.026968492195010185, 0.7425962686538696, 0.3227596879005432, 0.13347889482975006, -0.8070894479751587, -1.148136854171753, -1.210964560508728, -0.5846357345581055, -2.5717175006866455, -2.2775888442993164, -0.6516129970550537, 0.48652854561805725, -0.028714904561638832, 1.0940903425216675, 0.6081541180610657, 1.4177578687667847, 0.02808763086795807, 0.24042387306690216, -0.18000364303588867, -1.024291753768921, -0.1267004907131195, 0.21400855481624603, 0.03886038437485695, -0.9501782655715942, -0.40139758586883545, 0.9416521191596985, 0.7884196043014526, 0.023640694096684456, -0.2105393409729004, -0.4714728891849518, -0.6851755976676941, 0.4842413365840912, 0.8798897862434387, 0.14849352836608887, 0.4226187765598297, -0.40143629908561707, -0.5459191799163818, -0.08600381761789322, 0.44709891080856323, 1.380052924156189, 0.8269632458686829, 0.8919004797935486, 1.0476105213165283, 1.8272171020507812, 0.8528905510902405, 0.08513210713863373, -1.230684518814087, -1.7908283472061157, -0.7942632436752319, -0.6948260068893433, 0.049830496311187744, 0.489712655544281, 0.9979127645492554, 1.3269784450531006, 1.5788629055023193, 1.3454082012176514, 0.7442426681518555, -1.0103137493133545, -0.6167531609535217, 0.5212425589561462, -0.37661969661712646, -0.3211653232574463, -0.38982224464416504, 0.0003449917712714523, -0.015968572348356247, 0.5454776287078857, 1.0670807361602783, 1.2329015731811523, 1.6051437854766846, 1.6456314325332642, 1.242563009262085, 0.007675254251807928, 0.10452467948198318, 0.7173715829849243, 0.015261268243193626, -0.7821484208106995, -0.6458002328872681, 0.2937132716178894, 1.2128894329071045, 1.4274375438690186, 0.6379286646842957, 0.6969594359397888, 0.25081679224967957, -1.197994351387024, -0.0607321672141552, -0.20710046589374542, -0.8922491073608398, -0.4513818919658661, -0.6003329157829285, 0.33742275834083557, -0.13656537234783173, 0.4489254653453827, 1.6687628030776978, 0.6445392966270447, -0.9036699533462524, -0.631164014339447, -1.4864405393600464, -1.0694159269332886, -0.9844661951065063, -1.42047917842865, 0.36212292313575745, 0.07232792675495148, 0.7372870445251465, 1.2489137649536133, -0.610205352306366, -1.5072952508926392, -0.4405933618545532, 0.03722032532095909, 0.10366097092628479, -0.09191696345806122, -0.4527638256549835, 0.9719771146774292, -0.2870544493198395, 0.0926784798502922, 0.8389540314674377, 1.5070692300796509, 1.3275641202926636, 1.3041082620620728, 2.3347275257110596, 1.1859050989151, -0.13430306315422058, -0.3997062146663666, 0.1744963377714157, -0.7483676671981812, -0.32495296001434326, -0.5187781453132629, -1.7036752700805664, -0.44560837745666504, 1.6841436624526978, 1.6143207550048828, 0.5880703330039978, 1.008711814880371, 0.06176597997546196, -0.5834375023841858, -1.0849729776382446, -1.2814786434173584, -0.7040929794311523, -1.008583903312683, -1.1430740356445312, -1.8207051753997803, -0.9453305602073669, -0.9343585968017578, -0.4932824671268463, 0.050299085676670074, 0.09379004687070847, 0.49444738030433655, 0.8062828183174133, -0.3267509937286377, -1.8906378746032715, -1.1885205507278442, -2.079860210418701, -3.3994243144989014, -2.574826240539551, -1.0834269523620605, -0.6223884224891663, 0.13279131054878235, 1.5158356428146362, 1.4250601530075073, 0.490628719329834, 0.8974815607070923, 0.42684975266456604, -0.35075730085372925, -0.8247924447059631, -1.3866190910339355, -1.5415374040603638, -2.0001816749572754, -0.4208343029022217, 0.040847718715667725, 0.886827290058136, 1.7292671203613281, 0.8509288430213928, 1.0613901615142822, 0.9098291397094727, 0.7385761141777039, 0.17660073935985565, -0.675094723701477, 0.5454831719398499, 0.38438841700553894, -0.656480610370636, -0.8555260300636292, 0.44098594784736633, 0.1136828288435936, -0.7028234004974365, 0.24378816783428192, 0.4592413604259491, 1.9086624383926392, 0.9559387564659119, 1.7967222929000854, 0.8715741038322449, -0.43863892555236816, -1.346506118774414, -2.895493984222412, -2.127500295639038, -2.2921595573425293, -1.8218117952346802, -0.6729989647865295, -0.9162191152572632, -0.3528878688812256, 0.6982070803642273, 0.21562087535858154, -0.3084285259246826, 0.10831915587186813, 0.4413166046142578, 0.4358886480331421, 0.757232666015625, -0.08397360146045685, 0.11717057973146439, -0.28838881850242615, 0.23197661340236664, -0.8628182411193848, -1.0469011068344116, 0.04984636604785919, -0.1641693115234375, 0.3651410639286041, 0.38794830441474915, 1.021405816078186, 0.30653613805770874, 0.9185893535614014, 1.134225606918335, 0.48642581701278687, -0.4857978820800781, -0.08901911228895187, 0.3679772615432739, -0.7594814300537109, -0.7580544352531433, -0.45575034618377686, -0.03504219278693199, -0.22524812817573547, 0.6762365102767944, 1.1841511726379395, 0.7963634133338928, 0.0852281004190445, -0.7680880427360535, -1.326387882232666, -1.0443027019500732, -0.37619876861572266, -1.387272596359253, -1.8842445611953735, -1.0443288087844849, 0.5701002478599548, -0.15595443546772003, -0.952662467956543, 0.5705663561820984, 0.5899277925491333, 0.5736310482025146, -0.15744097530841827, -0.11356278508901596, -1.4327441453933716, -0.9999656081199646, -0.3913055956363678, -0.0684688612818718, 0.15462692081928253, -0.3336779773235321, 0.39609456062316895, 1.6881070137023926, 2.722233295440674, 1.7068346738815308, 0.413641095161438, -0.8650398850440979, -0.8302085995674133, -0.46739882230758667, -3.3773794174194336, -3.323296308517456, -1.116701364517212, -0.9161531329154968, -0.904002845287323, 0.21479175984859467, 0.6827032566070557, 1.2823289632797241, 2.2427613735198975, 3.1932966709136963, 3.1967127323150635, 2.5592896938323975, 3.7865912914276123, 5.452843189239502, 0.7744928002357483, -0.2399369329214096, -1.3767776489257812, -1.9073851108551025, 0.6238067150115967, -0.5457431674003601, -0.7092348337173462, -0.8290914297103882, 0.3338525593280792, 2.047517776489258, 1.1728752851486206, 0.7569689154624939, 1.8948135375976562, 1.1947327852249146, -1.2055094242095947, -1.398857593536377, -2.093022108078003, -1.7611241340637207, -1.424848198890686, -1.0558226108551025, -0.36593642830848694, -0.4181743264198303, 1.5748211145401, 2.710076332092285, 2.631027936935425, 2.4910619258880615, 1.8990544080734253, 0.3239372670650482, -0.8246234655380249, -2.422543525695801, -2.975215196609497, -3.0358614921569824, -1.916074275970459, -1.4320316314697266, -0.6996098756790161, 0.12849745154380798, -0.15132366120815277, 0.48898768424987793, 0.06654152274131775, -0.043834008276462555, 0.08376023173332214, 0.5964160561561584, 1.5609843730926514, 1.5950745344161987, 1.7280287742614746, 1.5108177661895752, 1.100184440612793, 0.7467782497406006, -0.2812127470970154, -0.19108909368515015, 0.3392118215560913, 1.2919503450393677, 1.588256597518921, 0.40538641810417175, 0.32219651341438293, -0.023787962272763252, -1.3635236024856567, -1.7968976497650146, -1.4445929527282715, -0.11852668225765228, 0.25038009881973267, -0.25336116552352905, 1.126794695854187, 1.3252887725830078, 0.8953224420547485, 1.5850974321365356, 0.4566768407821655, -0.7560885548591614, -0.9293519258499146, -2.2334094047546387, -2.09629225730896, -1.1991026401519775, -1.3256003856658936, -0.7179287672042847, 1.1206413507461548, 1.5989590883255005, 1.3689279556274414, 0.7669818997383118, 0.5698224902153015, 0.4377858340740204, -1.0139963626861572, -1.8667123317718506, -1.8480186462402344, -2.992497682571411, -3.472499132156372, -2.365384578704834, -1.1683874130249023, -1.1609796285629272, -1.8048818111419678, 0.08477765321731567, 1.1757487058639526, 0.041916340589523315, -0.25406017899513245, 0.261715292930603, 0.30096787214279175, -0.7829147577285767, 0.038279883563518524, 0.476988822221756, -0.5073949098587036, 0.5940505862236023, 0.7453506588935852, 0.5104299187660217, 1.4995943307876587, 1.0890854597091675, 0.18970870971679688, -1.1531226634979248, -0.6489331722259521, -0.313737154006958, -1.4779951572418213, -2.3692662715911865, -0.7019453048706055, -0.20847108960151672, -0.617676317691803, -0.771523118019104, 1.3005046844482422, 2.6345953941345215, 3.0945780277252197, 1.7212861776351929, 1.311751365661621, 1.655687928199768, 1.3067348003387451, 1.1263937950134277, -1.3071389198303223, -2.0410406589508057, -1.5840020179748535, -0.18480083346366882, 0.18817199766635895, 0.32257330417633057, -0.5458143949508667, 1.1310468912124634, 2.436039447784424, 0.6336554884910583, -0.35721808671951294, -0.5114389061927795, 0.28859877586364746, -1.5555461645126343, -2.605639934539795, -1.1397101879119873, -0.28105127811431885, -0.9579985737800598, -0.10782266408205032, -0.3517913222312927, -1.6051584482192993, -0.24965867400169373, 0.6514694690704346, -0.5906569361686707, -2.407865047454834, -0.9905953407287598, 0.38255801796913147, -0.1684931218624115, -0.5875080823898315, 0.8674800992012024, 0.7727487087249756, -1.2515980005264282, -1.3163458108901978, -0.6670022010803223, -1.0728716850280762, -0.6386336088180542, 1.3164352178573608, 2.0286123752593994, 0.9701088666915894, -0.3083266317844391, -0.7586895823478699, -0.05814658850431442, 1.0009971857070923, 0.5771432518959045, 0.13157299160957336, -0.1969398409128189, 0.6425960063934326, 2.681278705596924, 2.1799442768096924, 1.1566554307937622, 1.2981587648391724, 2.6298625469207764, 0.40321293473243713, -1.5768322944641113, 0.8770633339881897, -0.5581141710281372, -0.7436822652816772, -1.2172340154647827, -0.2003927081823349, 0.8903232216835022, -0.5115536451339722, -0.2545713484287262, 0.3380269706249237, 0.32078155875205994, -0.24896733462810516, -0.7311370372772217, -0.22456304728984833, -0.014457509852945805, 0.4515528380870819, 1.2853254079818726, 0.36729153990745544, -0.076874278485775, -2.0739920139312744, -1.4261698722839355, -0.6513121128082275, -3.1846201419830322, -1.468274474143982, 0.3340368866920471, 1.4443782567977905, 3.8888633251190186, 3.1540818214416504, -1.035195231437683, -1.6410406827926636, 1.6130107641220093, -0.1280016303062439, -4.294092178344727, -3.3557376861572266, 1.5533937215805054, 1.34902024269104, -1.346977949142456, 0.658574104309082, 2.0576186180114746, 1.657289743423462, 0.8383450508117676, 2.638056755065918, 0.82472825050354, -2.504319429397583, 0.4094431698322296, 1.6211484670639038, -0.6624844670295715, -2.4277632236480713, -0.5353791117668152, 0.5816440582275391, 2.180534839630127, 0.9475497007369995, 3.3217613697052, 2.6751718521118164, 1.125030755996704, 2.2562835216522217, 0.7265666723251343, -0.19017425179481506, 0.05181990936398506, 0.39066213369369507, -1.0245013236999512, -1.7750095129013062, -0.6755471229553223, -0.4991748332977295, -2.0996615886688232, -2.554084300994873, 0.07519826292991638, -0.29439467191696167, -0.681225597858429, -0.3337031602859497, 1.179999589920044, 1.846768856048584, 2.704648733139038, 1.6114394664764404, 0.2569538652896881, 0.27745112776756287, -2.116992712020874, -2.487791061401367, -2.1087260246276855, -1.5622040033340454, -0.6751163601875305, 0.49574920535087585, 3.2922730445861816, 7.408949375152588, 7.254871368408203, 1.692866563796997, -0.31894198060035706, -1.452616572380066, -0.09561646729707718, -2.360183000564575, -6.558169841766357, -6.829771518707275, -4.761009216308594, -2.6563823223114014, -6.4313812255859375, -2.107036828994751, 0.8414057493209839, -1.6161571741104126, 1.6319960355758667, 4.121753692626953, 7.62006139755249, 2.2399988174438477, 4.451903820037842, 3.46288800239563, 0.5199826955795288, -0.8613090515136719, 10.689701080322266, 13.915400505065918, 1.2699357271194458, 2.1272354125976562, 4.956654071807861, 1.5592670440673828, -8.543070793151855, -10.263497352600098, -7.583034515380859, -8.547819137573242, -6.776885986328125, -4.192622661590576, -3.133044719696045, -6.70413875579834, 1.8430066108703613, 4.056338310241699, 2.1974003314971924, -3.252255916595459, 1.7759485244750977, 3.0379326343536377, 2.221433401107788, 1.1817831993103027, -1.332564115524292, -0.6129297614097595, -2.676593780517578, 1.5002115964889526, 1.215917944908142, 0.7285767793655396, -1.3444197177886963, 1.599975347518921, 2.602062225341797, 2.0334312915802, 2.191909074783325, -1.0857090950012207, 2.1372945308685303, -0.6393638253211975, 0.5463076829910278, -0.15601341426372528, 0.4318830668926239, -2.745129346847534, -1.3568521738052368, -0.5293202996253967, -1.8874818086624146, -1.4796501398086548, -0.3933764696121216, 2.115896701812744, 2.422513961791992, 1.935226559638977, 0.8516199588775635, 2.197080135345459, -0.9602524638175964, -1.0002363920211792, -0.5568445324897766, -0.2018536776304245, -0.2279253751039505, -0.13200385868549347, 0.6197747588157654, -0.5449184775352478, -2.2921602725982666, -3.123180389404297, -1.0154612064361572, -2.0649938583374023, -1.338090419769287, -0.17578203976154327, 1.284493327140808, 1.1807891130447388, 0.7402341961860657, 1.4301478862762451, 0.5997797846794128, 0.30575165152549744, -0.5279064178466797, -0.16860580444335938, -1.5153311491012573, -1.2991955280303955, -1.378847599029541, -1.7140544652938843, -1.7195336818695068, -1.7449063062667847, 0.6519147753715515, 0.19634036719799042, 0.5002661347389221, 0.2462541162967682, -0.4046359956264496, -0.7346066832542419, -0.9123932123184204, -1.7430672645568848, -2.8209450244903564, -0.20867687463760376, 1.1069931983947754, 0.6856306195259094, -1.6808208227157593, -1.376673698425293, -0.08910432457923889, -0.5781071782112122, -0.009840785525739193, -0.329818457365036, -0.0974198505282402, 2.185364007949829, 3.1329381465911865, 0.749241054058075, 0.3303719758987427, 1.3297873735427856, 0.20771493017673492, -0.3233681917190552, -1.3303323984146118, -0.5251659750938416, -1.0258989334106445, -0.6674990653991699, -0.09398605674505234, -1.4287723302841187, -1.9350844621658325, -1.4624269008636475, -0.4220414459705353, -1.0566946268081665, -1.0062031745910645, 0.5094252824783325, 1.7431790828704834, 0.5452370643615723, 1.4385128021240234, 0.9746999144554138, 1.2616323232650757, 1.0601341724395752, 0.29236656427383423, -1.04523766040802, -0.42922332882881165, -0.028144756332039833, -0.45800819993019104, -0.4393860995769501, -1.3574999570846558, 0.20693497359752655, -0.8772885799407959, 0.558734118938446, 0.001634312211535871, 0.5489535331726074, 2.0545241832733154, 2.326805591583252, 1.826875925064087, 0.9404489398002625, 0.1994127780199051, -0.842810332775116, 0.23408310115337372, -0.38341984152793884, -1.3390837907791138, -0.5899436473846436, 0.032634127885103226, 0.22980636358261108, 0.3031669855117798, 2.0789880752563477, 3.6814305782318115, 2.882004737854004, 2.234849691390991, 2.8298604488372803, 1.965652585029602, 2.284635543823242, 2.4882469177246094, 1.0076802968978882, -1.2142695188522339, 0.10978234559297562, 0.2891734838485718, 0.09193332493305206, -1.494810700416565, -1.4393588304519653, -0.883303701877594, -0.0928058922290802, 0.1465245634317398, -0.7270457744598389, 0.3521181344985962, 0.4818618893623352, 2.0486741065979004, 2.228997230529785, 2.347926616668701, 0.8281486630439758, 1.1047978401184082, 0.5283432602882385, -0.06903110444545746, 0.15487229824066162, -0.9725961685180664, -0.06999469548463821, -1.109633445739746, 0.692158043384552, -0.5270187854766846, 0.9476643800735474, -0.0031899751629680395, -0.41334590315818787, -0.5582936406135559, 1.660678744316101, 0.8683646321296692, -0.24614892899990082, 0.07985837012529373, -0.8314244151115417, 1.2311893701553345, -0.5071582198143005, 0.3153846859931946, -0.6519355773925781, -0.14299404621124268, 0.15742804110050201, -0.42261025309562683, 0.14109326899051666, -0.8856420516967773, 0.23698309063911438, 0.345861554145813, 1.4333558082580566, 2.265143632888794, 2.855719566345215, 2.00774884223938, 1.223231554031372, 0.7537621855735779, -1.3099027872085571, -0.8748602867126465, -1.4861613512039185, -1.4992163181304932, 0.121842160820961, -1.308718204498291, 0.454857736825943, -0.23776285350322723, 0.5810608267784119, 1.2637907266616821, -1.4951666593551636, 0.8647305965423584, 0.7692006826400757, 0.8281978964805603, -0.1491188257932663, -0.2589883506298065, 0.33129897713661194, 1.3184787034988403, 0.06219107285141945, -2.173243284225464, -2.3847994804382324, -3.030360698699951, 0.3642013370990753, -1.590333342552185, -1.125499963760376, 0.6929822564125061, 0.9746395945549011, 2.402226209640503, 1.260664701461792, -0.672727644443512, -1.1310242414474487, 0.33329156041145325, 0.8494749069213867, 0.64059978723526, -1.3093669414520264, -0.22395578026771545, -2.0704081058502197, -0.6173214316368103, -0.2276114821434021, -1.6323984861373901, -0.42175906896591187, -1.1454575061798096, -0.6748934984207153, 0.7822891473770142, 1.8124736547470093, 0.8266077041625977, 0.35423633456230164, 0.8064299821853638, 1.9019273519515991, -0.2540392577648163, -2.0147440433502197, -1.4027283191680908, -1.467416524887085, -0.7159322500228882, -0.1283908188343048, 0.02836892567574978, 0.35127758979797363, -0.36497268080711365, 1.0162432193756104, 1.6187721490859985, -1.3220399618148804, -0.2505742907524109, 1.0984563827514648, 1.1259225606918335, 0.15355847775936127, -0.8584238290786743, -0.23134218156337738, -0.41812899708747864, 0.1845194548368454, 0.24589329957962036, -0.9918546080589294, -2.1759707927703857, -2.792027711868286, -2.256347179412842, -1.2230192422866821, -1.1547667980194092, -0.7557401657104492, -0.9485765099525452, -0.9584329724311829, 0.12886931002140045, 0.8165276050567627, 0.8591378927230835, 1.3914897441864014, 0.3996860086917877, 0.2659246623516083, 0.4562109410762787, -0.8198952674865723, -1.5840855836868286, -2.468320846557617, -2.334268808364868, -1.4622024297714233, -2.4043667316436768, -0.5942589640617371, 0.19759447872638702, -1.301964521408081, -0.3760770559310913, 0.7387076020240784, 2.062537908554077, 1.6110196113586426, 1.3633445501327515, 1.4354736804962158, 0.43475717306137085, -0.7180205583572388, -0.21604517102241516, -1.436694860458374, -2.741792678833008, -1.4940396547317505, -1.7868622541427612, -2.2845516204833984, -1.071067214012146, 0.24900108575820923, -0.7935107946395874, -0.8237441182136536, -0.5964629650115967, 0.6073295474052429, 0.19117601215839386, 1.0524282455444336, 1.02963387966156, 0.8024147152900696, -0.13050328195095062, -0.7066071629524231, 1.7241344451904297, 1.09757661819458, -0.49464666843414307, -0.17325937747955322, 0.9865133762359619, -0.9477493762969971, -1.0598821640014648, -0.21793200075626373, -1.0242760181427002, -1.8892885446548462, -2.0951645374298096, 0.08974923938512802, -1.6440483331680298, -2.455273389816284, -1.0706819295883179, 0.986485481262207, 0.41092079877853394, 0.725918173789978, 1.5934618711471558, 1.1647220849990845, 1.1449388265609741, -0.7564660906791687, 1.5917673110961914, -1.3939553499221802, -1.0468378067016602, -0.635308027267456, -0.5623528361320496, -0.526472806930542, -0.47824668884277344, -0.1862688958644867, -0.8860778212547302, 0.08450846374034882, 0.4605819880962372, 0.2352871596813202, -1.0291965007781982, -1.2148736715316772, -0.5241917967796326, -0.7244390249252319, -1.5298038721084595, -1.3775569200515747, -0.4923768639564514, -1.0900511741638184, -2.2087385654449463, -1.5369840860366821, 0.32992663979530334, 0.2549231946468353, 0.7247089743614197, 0.9202690720558167, 2.478715658187866, 0.4910234808921814, 0.8278535604476929, 0.3548996150493622, 0.06389213353395462, -0.1700991541147232, -0.1404791921377182, 0.696210503578186, 1.0508311986923218, 0.34099316596984863, 0.6292213201522827, 0.26712727546691895, 1.3303695917129517, 0.3921741843223572, -0.10253335535526276, 1.4843170642852783, 1.3819985389709473, 0.3292211592197418, 1.3084279298782349, 0.4562179446220398, -1.5285186767578125, -1.3335813283920288, 0.05432523041963577, -0.14291691780090332, 0.13394656777381897, 0.22268159687519073, 0.48124077916145325, 0.8873064517974854, 0.8690183758735657, 1.6300709247589111, -0.05027706176042557, -0.88644939661026, 0.8886224031448364, 0.7039937376976013, -0.0035708772484213114, -1.3535587787628174, 0.2549930810928345, -0.48851051926612854, -1.4003345966339111, -0.15044483542442322, 0.16460822522640228, 0.499419242143631, -0.25601911544799805, 2.8250269889831543, 1.418576717376709, 1.6566311120986938, 0.7033637166023254, 1.8979403972625732, 1.0254311561584473, -0.7999643087387085, 0.504027247428894, -0.04234059527516365, 0.8865737318992615, -0.08854293078184128, 0.7200384736061096, 0.7511765956878662, 0.1431218832731247, -0.46911361813545227, 0.5378682017326355, 0.28696727752685547, -0.11156992614269257, 2.0570576190948486, 0.7839009761810303, 0.5885913968086243, 0.4843426048755646, 1.4508814811706543, 1.1314117908477783, 1.3024948835372925, 0.49976271390914917, -0.2900785207748413, 0.8555608987808228, 0.5099687576293945, 0.8868432641029358, 0.17659686505794525, 0.6177800893783569, 0.9837636351585388, 0.9578205347061157, 1.0693780183792114, 0.5076082944869995, 0.014383518137037754, -0.2107350379228592, 1.1677746772766113, -0.7373660802841187, -0.8143496513366699, -0.9615226984024048, -0.7774590849876404, -0.6978153586387634, 0.6780562996864319, 1.2939790487289429, 0.5274255275726318, 0.027431337162852287, -0.18622247874736786, 0.739208996295929, 0.4922151565551758, -1.093660593032837, -0.21476493775844574, -0.6307786107063293, -1.5116875171661377, -0.7726135849952698, -0.39578887820243835, -0.639321506023407, 0.4656003415584564, 1.3015176057815552, 2.0984883308410645, 1.1683226823806763, 0.4562825858592987, 0.7889019250869751, -0.4540616273880005, -0.7103956341743469, -0.22727391123771667, -0.05981571972370148, 0.0028249698225408792, -0.17892394959926605, 1.2143250703811646, 1.5760648250579834, 1.7064156532287598, 1.5752670764923096, -0.41945651173591614, 0.2844104468822479, -0.38803747296333313, -0.4315338134765625, -0.3051629364490509, -0.8037903308868408, -1.0191806554794312, 0.4404163658618927, -0.9967986941337585, -0.478010356426239, 0.7203026413917542, 0.44867828488349915, 0.970146119594574, 0.46002399921417236, 0.03509772568941116, 0.4363747835159302, -0.138152614235878, 0.013705143705010414, -0.41920050978660583, -1.119137167930603, -1.0050283670425415, -1.5365954637527466, 0.3463367223739624, -0.9251211285591125, -0.4143008589744568, -0.4805489182472229, -0.6874744892120361, 0.028174176812171936, 0.17801539599895477, -0.42154940962791443, -0.712777853012085, -1.067317008972168, -0.6979241967201233, -0.27652508020401, -1.847032904624939, -0.37006065249443054, -0.38354039192199707, -0.7003270983695984, -0.6075053215026855, 0.6033336520195007, -0.12293041497468948, 0.2847276031970978, -0.7056577205657959, -1.120790958404541, -0.10049866139888763, -0.3054802417755127, 0.39973974227905273, 0.13550345599651337, -0.23690509796142578, 0.18306154012680054, 0.8611074686050415, 0.9464400410652161, -0.29415786266326904, -1.041375994682312, -0.23126567900180817, -0.22175544500350952, -0.5672557950019836, -0.33367982506752014, -0.7964519262313843, -0.22184725105762482, 0.39034804701805115, 0.15450133383274078, -1.30924391746521, 0.3514186143875122, 0.1872308999300003, 0.5542405247688293, -0.16540266573429108, -0.15776941180229187, -0.4902573227882385, -1.4074043035507202, 0.3457507789134979, -0.16518746316432953, 0.12119536101818085, -0.09373264759778976, -0.5781394243240356, 0.012530110776424408, -0.42446237802505493, 0.17579947412014008, -0.4614579379558563, -1.0600794553756714, -0.32336512207984924, -0.2612575590610504, 0.34900784492492676, 0.0787658765912056, -0.12895405292510986, 0.7516421675682068, -0.39572474360466003, -0.6973463296890259, 0.3954189717769623, -0.0066938139498233795, -1.4719380140304565, -0.46731826663017273, 0.503815233707428, -0.09813956916332245, -1.0444421768188477, -0.041687071323394775, 0.7213472723960876, 0.44478291273117065, 1.4998160600662231, 0.7491657137870789, -0.3744208812713623, 0.5322127342224121, 0.12332088500261307, 0.05919415503740311, 0.6130113005638123, -0.5872459411621094, -0.00709582818672061, 0.10667546093463898, -0.26324474811553955, -0.2668875753879547, -0.9576784372329712, 0.26594462990760803, 0.999491274356842, 0.7163680195808411, 0.9896668195724487, 0.7616891264915466, 1.4113513231277466, 1.2043375968933105, -0.13729709386825562, 0.03056858479976654, 0.5131230354309082, 0.24557241797447205, -0.4738140106201172, -1.0628582239151, -1.6165885925292969, -0.9334803819656372, 0.1103091686964035, 0.6965370178222656, -0.28119903802871704, 0.6629899144172668, 1.1326284408569336, 0.8197786211967468, -0.9521456360816956, 0.803634524345398, -0.4908781051635742, -1.387246012687683, -0.9090662598609924, 0.9945352077484131, 0.8087322115898132, -0.34110528230667114, 0.44908401370048523, 1.4967833757400513, 0.20374377071857452, 0.870429277420044, 1.2962309122085571, 1.1361020803451538, -3.1320853233337402, -0.6215144991874695, 0.9959774613380432, -0.3253159523010254, -0.6945198774337769, 0.17238512635231018, 0.27926430106163025, 0.46174904704093933, 0.5619053244590759, 0.15465328097343445, -0.9492349624633789, -1.0289027690887451, 0.06455926597118378, 0.18856064975261688, -1.0651545524597168, -1.072301983833313, -0.6818369030952454, -1.0046306848526, -1.3133132457733154, -0.3755244314670563, 0.9373555183410645, 0.08197059482336044, 0.31596434116363525, 1.9166830778121948, 0.8825682997703552, -0.05357998237013817, -0.6993439793586731, -0.1727617084980011, 0.5239394903182983, -0.733460545539856, 0.013168110512197018, -1.027086853981018, -1.3701820373535156, 0.5187265872955322, 0.47951894998550415, 0.09875720739364624, 0.08025099337100983, 0.5437660813331604, 0.5951064229011536, 0.29369378089904785, 0.645541250705719, 0.07867598533630371, 0.25804319977760315, 1.0575505495071411, 0.20530368387699127, -1.8012957572937012, -0.6017337441444397, 1.4205121994018555, 1.9819822311401367, 0.5507217645645142, 0.5998111963272095, 2.490532636642456, 1.5738168954849243, 0.9547630548477173, -0.1289529651403427, -0.5438526272773743, -0.3224855661392212, 1.4191561937332153, 0.8781755566596985, 0.4850378632545471, -0.2524853050708771, 0.6826736927032471, -0.554760754108429, -1.4455610513687134, -1.978409767150879, -1.5282896757125854, -1.4024380445480347, -0.7536078095436096, -0.12794366478919983, 0.40746960043907166, 0.19466876983642578, 0.2994143068790436, 1.2631458044052124, 0.5396302938461304, 0.023432526737451553, 0.6402679085731506, 0.3267242908477783, 0.015861855819821358, -0.5944441556930542, -0.2351309210062027, -0.14997068047523499, -0.435101181268692, -1.1655749082565308, -1.0979259014129639, -0.6230958104133606, -0.05926225706934929, -0.565830647945404, -0.4697216749191284, -0.33058831095695496, 0.8732016682624817, 0.008093943819403648, 0.2711338698863983, 0.5944981575012207, -0.2115761935710907, 0.9096959233283997, 0.967359721660614, -0.10644504427909851, -1.0759133100509644, 0.9205487370491028, 1.1414190530776978, 1.0957286357879639, 0.607801616191864, 0.9520466327667236, 1.6394398212432861, 0.8811708688735962, -0.6841254830360413, -0.2765083909034729, -0.520954966545105, 0.08079666644334793, 0.4622490406036377, -0.643764853477478, -1.838968276977539, -0.4924602508544922, 0.18802781403064728, -1.842180609703064, -2.6129677295684814, -0.7072676420211792, 1.15516996383667, -0.2974272668361664, -0.922852098941803, 0.91043621301651, 0.03519910201430321, 0.7873069047927856, 0.2784211039543152, -0.008177914656698704, -0.6615873575210571, 0.5674870610237122, 0.7511778473854065, -0.6280134320259094, -0.9679744839668274, -0.858022928237915, 0.07769068330526352, -1.7242896556854248, -1.859134316444397, -2.084479570388794, -1.073136329650879, -0.5787560343742371, -1.3786906003952026, 0.014403257519006729, -0.9981240034103394, 0.1472146064043045, 0.5246070027351379, 1.0216882228851318, -0.2780121862888336, 1.4527102708816528, 1.754480004310608, 0.3392832577228546, -0.26190894842147827, -1.0569019317626953, -0.5291116237640381, -0.6302747130393982, -0.19264844059944153, -0.3693319857120514, 0.7121145725250244, 1.4298529624938965, 0.7336568236351013, 0.15625371038913727, -0.06505803763866425, -0.9697186350822449, -0.4703997075557709, 0.4540197551250458, -0.4999806582927704, -0.8108927011489868, -0.12788327038288116, -0.08523918688297272, 0.4837779402732849, 0.35432809591293335, 0.11434939503669739, 0.8421955704689026, 0.8720256090164185, 0.28302162885665894, -0.06490973383188248, 0.568224310874939, -0.49641159176826477, 0.316057413816452, -0.848433792591095, -0.020294981077313423, -1.3950430154800415, -0.1347450315952301, 0.23263788223266602, -0.4286032021045685, -0.17248505353927612, -0.3315260112285614, 0.3231557607650757, -1.378333568572998, -0.40245771408081055, -1.1803020238876343, -0.35201534628868103, -0.22121892869472504, -0.4416152834892273, -0.29503223299980164, -0.2198554426431656, 1.425323486328125, 0.23758621513843536, 1.0342520475387573, -0.8268336653709412, -0.23827865719795227, 0.6653845906257629, -0.2848426401615143, -1.3322854042053223, -0.8396912217140198, 0.17682556807994843, -0.5561922788619995, -0.5130443572998047, -0.9704669117927551, -0.9418982267379761, 0.07000675797462463, 0.4617427885532379, -0.01768394000828266, 0.8142839670181274, 0.8601455092430115, 0.5243988633155823, 1.0226351022720337, 0.15430228412151337, 0.516814649105072, 1.0392107963562012, 0.7264882922172546, -0.26050877571105957, -1.2544138431549072, -0.2096615582704544, -0.25410130620002747, -0.4581213891506195, -0.8872800469398499, -0.5029826164245605, -0.24762366712093353, -0.06666173040866852, 0.18659751117229462, 0.030141659080982208, -0.9967755675315857, -0.9241417050361633, -0.10499846190214157, -0.4653359055519104, -0.555279016494751, 0.5136123895645142, 0.4239727854728699, 0.21993236243724823, 2.091827154159546, 1.7821362018585205, 0.7644455432891846, 0.500223696231842, 0.7730376124382019, 0.37455496191978455, -0.21430018544197083, -0.8613871335983276, -1.1863267421722412, -0.30797138810157776, -0.08687876164913177, 0.21509535610675812, -0.291169673204422, -0.7141161561012268, 0.021137669682502747, 0.12503905594348907, 0.7954173684120178, 0.2870251536369324, -0.5373454093933105, -0.4637904465198517, -0.056051380932331085, 0.4427104592323303, 0.6003840565681458, 0.36735594272613525, -0.10112670809030533, 1.3930423259735107, 0.8294580578804016, 0.8178310394287109, 0.43366125226020813, 0.7400360107421875, 0.6324504613876343, -0.08514007925987244, 1.2377475500106812, 0.6138801574707031, 0.6716398596763611, 0.3903941512107849, 0.31659817695617676, 0.12657468020915985, 0.9893680214881897, 0.8355616331100464, 0.778539776802063, 1.447759747505188, 1.0947165489196777, 0.7630201578140259, 0.3238540291786194, 0.26680898666381836, -1.0212472677230835, -0.25897109508514404, -0.06775212287902832, 0.10060868412256241, 0.07893040776252747, -0.0565582811832428, -0.6826881766319275, -0.29988589882850647, 0.7016802430152893, 0.30257153511047363, 0.4439223110675812, -0.20214641094207764, -0.3546779453754425, 0.07992849498987198, 0.8375734090805054, 0.31383052468299866, -0.36134621500968933, -0.48670580983161926, 0.059860680252313614, -0.17190909385681152, 0.060217730700969696, -0.5966397523880005, -0.5212363004684448, -0.5327178835868835, 0.6086487174034119, 0.8749802708625793, 0.933030366897583, 0.048892196267843246, -0.08583342283964157, 0.6513456702232361, -0.7150900363922119, -0.06582716107368469, -0.6388044357299805, -0.2187291532754898, -0.9547196626663208, -1.1892962455749512, -0.015224309638142586, -0.2285016030073166, 0.23827846348285675, -0.12094633281230927, 0.6049237847328186, 0.1936059296131134, 0.9479993581771851, 0.5497251152992249, 0.8608676195144653, 0.10626547038555145, -0.7226248979568481, -0.2691044807434082, -0.16263045370578766, 0.91984623670578, 0.990581214427948, 0.9641203284263611, 0.9353737235069275, 1.0453301668167114, 1.3864213228225708, 0.5107075572013855, 0.1810610592365265, 0.1777685582637787, 1.0828869342803955, 0.4133962392807007, 0.04917050525546074, -0.9838808178901672, -0.4868517518043518, 0.04028195142745972, 0.1012490764260292, -0.5082390904426575, -0.829670786857605, -0.0474923774600029, -0.22423408925533295, 0.526735782623291, -0.7246582508087158, -0.5913772583007812, -0.787512481212616, -0.13752633333206177, -0.04568188637495041, -0.35412970185279846, -1.0493146181106567, -0.8811526298522949, 0.30638587474823, -0.7328696250915527, -0.011706682853400707, -0.07625884562730789, 0.438212126493454, -0.14116224646568298, 0.12841659784317017, 0.17659129202365875, -0.050680965185165405, 0.0279330275952816, 0.13158759474754333, 0.3423084020614624, 0.6749193072319031, 0.6572606563568115, 0.6653314232826233, 1.1394821405410767, 1.3170725107192993, 1.3443167209625244, 1.0997834205627441, 0.06254686415195465, 0.3436618149280548, 0.2817675769329071, -0.6165255308151245, -0.871658444404602, -0.4181811809539795, -0.5056819319725037, -0.6879019141197205, -0.40777185559272766, -0.42842793464660645, -0.7081692814826965, 0.10633639246225357, 0.21400566399097443, -0.4985068738460541, 0.047813042998313904, -0.2696281671524048, 0.4360613524913788, 0.3945809602737427, 0.13942627608776093, 0.16523364186286926, -0.41688382625579834, 0.3077208995819092, 0.48872503638267517, 0.7602530121803284, -0.24289853870868683, -0.240634024143219, 0.08690307289361954, 0.6046207547187805, 0.37442415952682495, -0.3220137357711792, -0.42750146985054016, -0.40511974692344666, -0.05013365298509598, 0.017131410539150238, -0.5779793858528137, -1.0002555847167969, -1.036102533340454, -1.278977394104004, -0.6638290286064148, -1.2247734069824219, -1.153119683265686, -0.7440696954727173, -0.9856473803520203, -0.22269172966480255, -0.044591132551431656, -0.3967556357383728, -0.39992308616638184, -0.5079198479652405, -0.471812903881073, 0.07545997947454453, -0.03153471276164055, 0.11160606145858765, -0.46253710985183716, 0.07123126834630966, -0.1850140243768692, 0.4755973517894745, 0.3107192814350128, 0.08037672936916351, 0.12620627880096436, 0.17651130259037018, -0.08404393494129181, 0.46961331367492676, 0.16348518431186676, -0.08739744871854782, -0.34864377975463867, 0.525029182434082, 0.41474196314811707, -0.42354050278663635, -0.3764020800590515, -0.07287048548460007, -0.2754533290863037, 0.11800101399421692, -0.08203516155481339, -0.9934414625167847, -0.9273931980133057, 0.24594159424304962, 0.028406411409378052, -0.1650356948375702, -0.9154250621795654, 0.01893310807645321, -0.14893989264965057, -1.0721347332000732, -0.8096867203712463, -0.49668413400650024, -0.7127916216850281, -0.3285349905490875, 0.3231112062931061, 0.37672731280326843, -0.25656238198280334, -0.19870708882808685, 0.6609595417976379, -0.7320774793624878, -0.44700074195861816, 0.2306167036294937, -0.2169424444437027, -0.45753082633018494, -0.6985341310501099, 0.41878941655158997, -0.15603113174438477, 0.777047336101532, 0.28783315420150757, 0.43696048855781555, 0.5661117434501648, 0.9793007969856262, 1.4544540643692017, 0.7818813323974609, 0.32603245973587036, -0.22938333451747894, 0.2703316807746887, -0.32046300172805786, -1.2467573881149292, -0.3577846586704254, -0.7139864563941956, 0.013273485004901886, 0.14417493343353271, 0.518958330154419, 0.12358476966619492, 0.19119182229042053, 0.1686452180147171, -0.15962253510951996, -0.07536070048809052, -0.20490682125091553, 0.023066140711307526, -0.5380757451057434, 0.034277718514204025, -0.12818220257759094, -0.8290637135505676, -0.9440023303031921, -0.0060332659631967545, 0.20397835969924927, 0.5916033983230591, 0.8878695964813232, -0.22947251796722412, -0.25191283226013184, -0.5052409768104553, 0.28235912322998047, 0.2892393469810486, -0.2727465331554413, 0.38850969076156616, -0.32611504197120667, 0.09461358189582825, 0.13839443027973175, 0.3937043845653534, -0.04412159323692322, -0.30504292249679565, 0.3283453583717346, 0.10474025458097458, 0.19555573165416718, -1.5661643743515015, -1.090175986289978, -0.6268574595451355, -0.5623756647109985, -0.374581515789032, -0.02514423243701458, -0.30337414145469666, 0.7366215586662292, 0.8116729855537415, -0.052448537200689316, -0.2879990339279175, 0.41045281291007996, 1.0432201623916626, -0.15160216391086578, -0.6054033041000366, 0.6733283996582031, 0.9512905478477478, 0.8026516437530518, 0.24969245493412018, 0.4130552411079407, 1.2348392009735107, 1.1099839210510254, -0.4865022599697113, -0.3722343146800995, -0.3226012587547302, -0.26550164818763733, -0.24894866347312927, -0.8582990765571594, -0.666100800037384, -1.0241520404815674, -0.7216866612434387, -0.09034678339958191, -0.2136574685573578, 0.3794122040271759, -0.11317610740661621, -0.33164694905281067, -0.08223453164100647, 1.014461874961853, 0.26959994435310364, -0.5066476464271545, -0.5035702586174011, 0.8204006552696228, -0.19022127985954285, -0.15969577431678772, -0.3485506474971771, -0.14893586933612823, -0.01714256964623928, -0.36623701453208923, -0.26475247740745544, -0.2849683165550232, 0.24248167872428894, -0.03740524500608444, -0.14853404462337494, 0.1849595010280609, 0.0728696659207344, 0.7428349256515503, 0.6654155850410461, 0.14003045856952667, -0.2252410352230072, 0.6805813908576965, -0.4766680896282196, -0.23797376453876495, -0.29822877049446106, -0.2939496338367462, -0.34456074237823486, -0.19964398443698883, 0.07546676695346832, -0.23394641280174255, 0.05879727378487587, -0.053219541907310486, -1.102339267730713, 0.3886446952819824, 0.44752153754234314, -0.6232272386550903, 0.18298186361789703, 0.35500219464302063, -0.25354546308517456, -0.10171277076005936, -0.4266197085380554, 0.17779284715652466, -0.3882773220539093, 0.7068672180175781, 0.5678075551986694, 0.13858935236930847, -0.0409487709403038, 0.18355879187583923, -0.11201569437980652, 0.05207274109125137, 0.1729699671268463, 0.4947662055492401, 0.10099761188030243, -0.4078904390335083, 1.1473134756088257, 1.4586690664291382, -0.2759341299533844, -0.7108049988746643, 0.2945200502872467, -0.012855582870543003, -0.2827287018299103, 0.3828144669532776, 0.7540984153747559, 0.39067360758781433, -0.053359005600214005, 0.7494071125984192, 0.6446490287780762, -0.13994862139225006, -0.1659780591726303, -0.26155999302864075, 0.35054904222488403, -0.5105705857276917, -0.45375800132751465, 0.2746328115463257, 0.7598342299461365, 0.037055160850286484, -0.6163700222969055, 0.30767717957496643, -0.37920036911964417, -0.5933172106742859, -0.6424155235290527, -1.6720467805862427, -0.36509254574775696, -0.03802645206451416, -0.4217977225780487, -0.5497292876243591, -0.3226682245731354, 0.34388694167137146, -0.04510736092925072, -0.01835310272872448, -0.7648027539253235, -2.289419412612915, -2.3148937225341797, 0.04301450029015541, 0.8148046731948853, -1.066756248474121, -0.028482133522629738, 2.7109878063201904, 1.6510599851608276, 0.38715702295303345, 0.0777764692902565, -0.417227566242218, 0.31866902112960815, 1.3681392669677734, 0.9381251335144043, 1.3918993473052979, 0.8479887843132019, 1.1979118585586548, 1.024653434753418, 0.8063647150993347, 0.5243823528289795, -0.8933462500572205, -0.9209263920783997, 1.0631510019302368, 1.07915461063385, -0.22724173963069916, -1.4797003269195557, -0.07284539937973022, 0.9087709188461304, 0.04719328507781029, -0.21053144335746765, -0.498033344745636, -0.21714146435260773, -0.7282109260559082, 0.3214331567287445, -0.1379721462726593, -1.5082107782363892, -0.8758946061134338, -0.44843146204948425, -0.384730726480484, 0.09146557003259659, 0.4502442181110382, -1.03389310836792, -0.7496845722198486, 0.011984317563474178, 1.0632197856903076, 0.10426795482635498, -0.9685761332511902, 0.35512852668762207, 1.3231587409973145, 0.9931798577308655, -0.18551304936408997, -1.2940127849578857, -1.0734533071517944, 0.78941810131073, 0.8442447781562805, -0.6582027673721313, 0.01306803897023201, 0.9511487483978271, 0.33603960275650024, 0.3855894207954407, 0.2514041066169739, -0.6672849059104919, 0.5631119608879089, 0.9292089343070984, 0.23318423330783844, 0.5536906719207764, 0.47161391377449036, 0.4745977520942688, -0.11482322216033936, -0.23189592361450195, -0.569955050945282, -0.7514902353286743, -0.27445539832115173, 0.2691628336906433, 0.9421667456626892, -0.2785705029964447, -0.6922819018363953, 0.09776432067155838, 0.8064790964126587, -0.36560654640197754, -0.8540872931480408, 0.026088980957865715, 0.6538214683532715, -0.05595504492521286, -0.5176813006401062, -1.1457350254058838, -0.9725771546363831, -0.2885282039642334, -0.7570135593414307, -0.02488192915916443, 0.3900449275970459, 0.03930246829986572, 0.5014008283615112, 0.5161432027816772, 0.7417040467262268, 0.650489091873169, 0.13098794221878052, 0.06818507611751556, 1.3382947444915771, 0.9487330317497253, 0.8635168671607971, -0.16648095846176147, 0.5064632892608643, 0.19245608150959015, -0.5492948889732361, -0.13197475671768188, -0.1952299326658249, -0.26035061478614807, -0.4467819929122925, -0.07418297976255417, 0.269013375043869, 0.14106155931949615, -0.7708026170730591, -0.590563178062439, -0.07810821384191513, 0.06164070591330528, 0.9351236820220947, 0.6122841238975525, 0.457548588514328, 0.18321414291858673, 0.5755221843719482, -0.2417972981929779, -0.9957492351531982, -1.152886152267456, -0.5925667881965637, -1.2283591032028198, -1.2208930253982544, -0.49211758375167847, -0.14009758830070496, 0.05355881527066231, -0.32500606775283813, -0.6232581734657288, -0.484436959028244, 0.06519182026386261, -1.306524634361267, -1.485765814781189, -0.82318514585495, 0.325979083776474, 0.5047367811203003, 0.9391086101531982, 1.7696001529693604, 1.4787675142288208, 2.6199121475219727, 2.151263952255249, 1.4424883127212524, 1.6060943603515625, 1.4556035995483398, 1.1984165906906128, 0.8433268666267395, 0.1139318123459816, -0.2685960829257965, 0.5059648156166077, -0.17160934209823608, -0.3432546854019165, -0.010424484498798847, -0.04736717790365219, -0.9458268284797668, -1.360414981842041, -1.0390639305114746, -0.880871057510376, -0.5326361656188965, -0.7655434012413025, -0.8511837720870972, -0.23420192301273346, -0.2013000100851059, -0.10760500282049179, -0.12046939134597778, -0.04472225159406662, 0.007085866294801235, 0.2961021363735199, 0.7531728148460388, 0.5696293115615845, -0.06770328432321548, 0.4838103950023651, 1.122377872467041, 0.5178061127662659, 0.4250742793083191, -0.015222356654703617, 0.13370656967163086, 0.08974996209144592, 0.2510830760002136, -0.6804845333099365, -0.1964963674545288, 0.24948832392692566, -0.04741506278514862, -0.07936789840459824, -0.901619553565979, -0.3806237578392029, 0.13740934431552887, -0.06896702945232391, -0.4196625351905823, -0.545042097568512, 0.18087583780288696, -0.27027231454849243, -0.46614164113998413, -0.3763144314289093, 0.21330508589744568, 0.8125286102294922, 0.2563560903072357, 0.12852999567985535, 0.046966180205345154, -0.08510158210992813, -0.30611932277679443, -0.6189203262329102, -0.0305646900087595, 0.7383592128753662, 0.2627052962779999, 0.2672925293445587, 0.09048014134168625, 0.12524239718914032, 0.8904237747192383, 0.13563169538974762, -0.6598159670829773, -0.8556097745895386, -0.028115535154938698, -0.6101967692375183, -1.162543773651123, -0.13966414332389832, 0.42457157373428345, -0.05343259498476982, 0.006464027334004641, 0.18349143862724304, 0.10241375118494034, 0.3248703181743622, 0.5419620871543884, 0.10635960847139359, -0.5566221475601196, 0.06283605843782425, 0.11055527627468109, 0.3011397123336792, 0.4002647399902344, 0.05432229861617088, 0.38431623578071594, 1.1884510517120361, 1.4500027894973755, 0.11291704326868057, 0.13089637458324432, -0.6079496741294861, -0.19197112321853638, -0.3955768048763275, -0.18221738934516907, -0.16842003166675568, -0.10905981808900833, 0.33786922693252563, 0.014664345420897007, -0.1812923401594162, -0.5210062861442566, -0.7124006152153015, -0.4832298159599304, -0.28511637449264526, -0.6113766431808472, -0.675426721572876, -0.8394445776939392, -0.5329117774963379, -0.24111096560955048, -0.5097663998603821, 1.103180170059204, -0.38130030035972595, -1.2702486515045166, 1.0810426473617554, 1.2924389839172363, 0.4286807179450989, -0.11747844517230988, 0.384377121925354, 0.09505698829889297, -0.20660258829593658, -0.7678926587104797, -1.4237812757492065, -1.39268159866333, -0.36442241072654724, -1.0924866199493408, -1.2404868602752686, -0.6159711480140686, 0.45818814635276794, 1.0199732780456543, 0.16724339127540588, -0.17412087321281433, 0.783507764339447, 1.0697596073150635, 0.6303431987762451, 0.7655189633369446, 0.833215057849884, 1.1085108518600464, 1.2066887617111206, 1.5193116664886475, 1.2906430959701538, 0.19841724634170532, -0.11576833575963974, 0.8811673521995544, 0.5093132257461548, 0.17644643783569336, 0.843772292137146, 1.047370433807373, 1.0228865146636963, 0.25693050026893616, -0.15930967032909393, 0.061922430992126465, -0.4508129954338074, -0.5098835825920105, 0.07265628129243851, -0.675596296787262, -0.8975810408592224, -0.1395208239555359, -0.5003463625907898, -1.5805305242538452, -1.5410385131835938, -0.7440226078033447, -0.8761995434761047, -0.9060119390487671, -0.6136522889137268, -0.5621980428695679, 0.24075737595558167, -0.49139174818992615, -1.9589897394180298, -0.6702833771705627, -0.15745152533054352, -0.7446829676628113, -1.3872427940368652, -1.0659202337265015, -0.3054141700267792, -0.7732665538787842, -0.7107058167457581, -0.5099571347236633, -0.3480647802352905, 0.7717657089233398, 0.442962646484375, -0.6491740345954895, 0.20558984577655792, 0.13352453708648682, 0.32732725143432617, 0.414395809173584, 0.2787271738052368, 0.4598858654499054, 0.3469234108924866, 1.4825992584228516, 1.153363823890686, 0.2973056733608246, 0.6583375334739685, 0.3311743140220642, 0.3265392482280731, 0.5705950260162354, -0.40255630016326904, 0.13878567516803741, 0.11716771870851517, -0.22569309175014496, -0.24268323183059692, -0.30475929379463196, -0.24131228029727936, 0.17184698581695557, 0.22324588894844055, -0.5628330111503601, -0.20973464846611023, 0.35370850563049316, -0.1003975048661232, -0.4767729341983795, 0.04296845197677612, -0.1076907366514206, 0.5768232345581055, 0.5482465028762817, 0.028757326304912567, -0.33919480443000793, 0.1247643381357193, 0.25384798645973206, -0.7008037567138672, -0.27583423256874084, 0.2658839523792267, -0.02749241702258587, -0.8194207549095154, -0.3209680914878845, -0.06306084245443344, -0.9729329943656921, -0.7717346549034119, -0.611000120639801, -1.2919878959655762, -0.5013452768325806, 0.3183203637599945, 0.26087838411331177, 0.04399258643388748, 0.3756101429462433, 0.9535913467407227, 1.333206057548523, 0.5309305191040039, -0.06355955451726913, -0.12528562545776367, 1.150391697883606, 0.6607139706611633, -1.0773403644561768, -1.9072434902191162, -2.097627639770508, -0.4093991816043854, 1.0553711652755737, 0.4105018377304077, 0.14756812155246735, 1.889585256576538, 0.770230233669281, 0.09244829416275024, 0.4403913915157318, -0.2533958852291107, -0.23067404329776764, 1.1284472942352295, 1.096718192100525, 0.7163929343223572, 0.6809058785438538, 1.0499378442764282, 1.478373408317566, 0.6328374743461609, -0.22970561683177948, -0.2946997582912445, -0.25497233867645264, -0.5319987535476685, -0.44198399782180786, -0.9356771111488342, -1.0729823112487793, -0.6878291964530945, -0.2917879819869995, -0.8209872841835022, -0.804106593132019, -1.1086857318878174, -0.9239867329597473, -0.9654918313026428, -0.8621278405189514, -1.163705587387085, -1.7033302783966064, -2.2361459732055664, -1.7549080848693848, 0.8494369983673096, 0.5302667021751404, -1.5855172872543335, -0.24422326683998108, 2.5577147006988525, 0.6079215407371521, -0.06187198683619499, -0.17456722259521484, 0.15481974184513092, 1.9374562501907349, 2.1642818450927734, 1.0395100116729736, 1.2494417428970337, 1.8858262300491333, 2.08439040184021, 1.0599567890167236, 0.43742847442626953, 0.4313819110393524, 0.6692236661911011, 1.0612623691558838, 1.1542538404464722, 0.4826999306678772, 0.010287092998623848, -2.0868871212005615, -1.1912240982055664, -0.0203270073980093, -0.14263586699962616, -1.1397253274917603, -1.1796125173568726, -0.24923764169216156, 0.587041974067688, 0.3448001742362976, 0.44994479417800903, 0.4194358289241791, -0.2714958190917969, -0.07871050387620926, 0.15101175010204315, -0.0320965014398098, -0.5348127484321594, -0.4277679920196533, -0.24664607644081116, -0.4619615972042084, -0.17597399652004242, -0.03476966544985771, -0.3971130847930908, -0.5235012769699097, -0.8923181295394897, -0.4443875551223755, -0.1181163340806961, -1.3780195713043213, -0.2499648779630661, 1.0732722282409668, 0.4864966869354248, 0.8411365151405334, 1.2323451042175293, 1.0626791715621948, 0.9566928148269653, 1.3197065591812134, 0.7762985229492188, 0.32334521412849426, 0.5859912633895874, 0.6127459406852722, -0.019817013293504715, -0.25300925970077515, -0.23560339212417603, 0.11662673205137253, -0.34567898511886597, -0.9488253593444824, -0.09095920622348785, -0.1483921855688095, 0.24284271895885468, 0.2952430844306946, 0.3057771921157837, -0.03800532966852188, -0.1754913330078125, -0.2144128382205963, -0.2209140956401825, 0.2162235975265503, 0.28072717785835266, 0.35815900564193726, -0.04776059091091156, 0.08613993227481842, -0.1845192015171051, -0.7527680397033691, -0.2769950330257416, -0.35418936610221863, -0.8105473518371582, -0.46455758810043335, -0.3266793489456177, 0.03447579964995384, -0.20874468982219696, -1.2314397096633911, -0.41022419929504395, 0.5309981107711792, -0.13336355984210968, -0.6975293755531311, -0.8261634707450867, -0.43111366033554077, -0.3999020755290985, -0.6232768297195435, -1.147743821144104, -1.0094153881072998, -0.5361940264701843, -0.2877388894557953, -0.5329664945602417, -0.607489824295044, -0.3790226876735687, 0.7399231195449829, 0.7458524107933044, -0.6221745014190674, -1.0471560955047607, 1.5469131469726562, -0.02555128186941147, -1.7231823205947876, -1.6019885540008545, -0.6221489310264587, 0.8131296038627625, -1.5791932344436646, -2.044222831726074, 0.8505367636680603, 0.45977088809013367, -0.5824500322341919, -0.515350341796875, -0.9765954613685608, 0.3110193610191345, 0.99977707862854, 0.8621487021446228, 1.3474032878875732, 1.5583081245422363, 2.009298086166382, 1.2907358407974243, 2.0512704849243164, 2.446856737136841, 1.3221806287765503, 1.01896071434021, 0.7838184833526611, 0.3297634720802307, 0.5952397584915161, -0.7518980503082275, -1.0885858535766602, -0.5399283170700073, -2.7558929920196533, -2.397350788116455, -0.23996499180793762, -1.8561960458755493, -1.0228735208511353, -0.9203614592552185, -1.286954641342163, 0.2694287598133087, 1.0733939409255981, 1.0413304567337036, 1.6897867918014526, 1.5420688390731812, 1.4908230304718018, 1.486545443534851, 2.7113146781921387, 2.1846232414245605, 0.5405433177947998, 1.3419227600097656, 1.2423697710037231, 0.9364586472511292, 1.523524284362793, -0.10706958174705505, 0.11751019954681396, 0.7062680721282959, 1.6104387044906616, 1.4327656030654907, 0.030678220093250275, 0.29503974318504333, 1.400750756263733, 1.3349133729934692, -0.061119116842746735, -1.20930814743042, -1.6618919372558594, -1.0898655652999878, -1.2886114120483398, -2.3753509521484375, -3.3747260570526123, -3.0780563354492188, -1.7822355031967163, -1.4387043714523315, -1.5326353311538696, -1.3438358306884766, -1.5059432983398438, -1.2448126077651978, -0.48894158005714417, -0.47649624943733215, -0.23284094035625458, -0.4716883897781372, -0.47440409660339355, 0.3330104649066925, 0.7508674263954163, 0.2963560223579407, 0.007792334072291851, 0.5065593123435974, 0.5165660381317139, 0.24009248614311218, 0.01913546584546566, -0.6258761286735535, -0.67827969789505, -0.2682953476905823, 0.5282339453697205, 1.2984278202056885, 1.3882359266281128, 0.858794093132019, 0.9954442381858826, 0.4263772666454315, 0.6299111843109131, 1.3369916677474976, 0.6074617505073547, -0.15047967433929443, 0.2870389223098755, 0.9974045753479004, 0.45973122119903564, 0.5780569911003113, 0.9961816668510437, 0.8827104568481445, 0.2602671682834625, 0.33278557658195496, -0.12971436977386475, -0.4563371539115906, -0.9019033908843994, -0.6224989295005798, 0.5013270378112793, 0.3015587627887726, -0.6124387979507446, -0.7192888855934143, -0.5634020566940308, -0.17308413982391357, -0.3007354438304901, -0.9657825827598572, -1.542607069015503, -0.8700637817382812, -0.680281400680542, -0.8587303757667542, -1.0494557619094849, -0.7191421389579773, -0.39947399497032166, -0.38459694385528564, -0.45856449007987976, -0.8417043685913086, -0.4551539719104767, -0.448799729347229, -0.3080404996871948, 0.17124013602733612, 0.34221944212913513, 0.013166281394660473, 0.24422411620616913, 0.3682120442390442, 0.16097955405712128, 1.118367075920105, 0.743805468082428, 0.44639310240745544, 0.6131431460380554, 0.30847448110580444, 0.6208488345146179, 0.6091638803482056, 0.3618583381175995, 0.2007785439491272, 0.6895292401313782, 0.47439825534820557, 0.8293193578720093, 0.9171866178512573, 0.669270932674408, 0.4851877987384796, 0.5340189337730408, 0.7067826390266418, -0.18931785225868225, -0.3086082339286804, -0.24439400434494019, 0.17716701328754425, 0.028354709967970848, -0.11359377950429916, -0.10075648874044418, 0.1980186551809311, 0.8896969556808472, 0.57103031873703, -0.060445647686719894, -0.9638727307319641, -0.3446217179298401, 0.07757986336946487, -0.1294039785861969, -0.07715289294719696, -0.37894850969314575, -0.3627382814884186, 0.3473029136657715, 0.4034857451915741, -0.03179597482085228, 0.6851834058761597, 0.2531919479370117, 0.22020958364009857, 0.010966476052999496, 0.14554628729820251, 0.34894150495529175, 0.16927053034305573, 0.14144620299339294, -0.23313510417938232, -0.026080477982759476, -0.784742534160614, -1.6298942565917969, -0.5000422596931458, 0.48840901255607605, -0.08768822252750397, -0.4360513687133789, -0.07074753940105438, -0.358981728553772, 0.4116981029510498, 0.928702175617218, -0.06421364843845367, 0.2795407772064209, 0.5038719773292542, 0.2035699188709259, 0.3123346269130707, 0.17140674591064453, 0.11162158101797104, -0.7358314990997314, -0.4865707755088806, 0.30807095766067505, 0.1045486330986023, -0.041428033262491226, -0.005713437683880329, 0.2743069529533386, 0.0982145369052887, -0.4396601617336273, -0.3898090124130249, -0.29035642743110657, -0.03586989641189575, -0.10117962211370468, -0.4133293032646179, -0.20520839095115662, 0.19938254356384277, 0.3223083019256592, 0.47962841391563416, 0.8704568147659302, 0.46174106001853943, 0.06633619219064713, 0.38437536358833313, 0.0890912339091301, 0.3626503646373749, 0.7410107254981995, 0.15612971782684326, 0.2816961407661438, 0.8584807515144348, 0.45771029591560364, 0.4312550127506256, 0.7320054173469543, 0.49634796380996704, 0.8815656900405884, 0.9126766920089722, 0.3720901310443878, -0.37872055172920227, -0.02923334576189518, -0.5162825584411621, -0.37737566232681274, -0.13432751595973969, -0.13446229696273804, -0.5812854170799255, -0.2873866856098175, -0.196551114320755, -0.188972607254982, 0.3441449999809265, -0.3523663580417633, 0.0588882640004158, 0.06723272055387497, -0.38532671332359314, -0.23010730743408203, -0.6918849349021912, -0.5334251523017883, -0.45037832856178284, -0.39012518525123596, -0.1935809999704361, -0.21506798267364502, -0.07542110979557037, 0.028184490278363228, -0.09486710280179977, -0.525955855846405, -0.06503301858901978, 0.1014758050441742, -0.20067660510540009, 0.0908382460474968, 0.328387588262558, 0.2063380777835846, 0.6333720088005066, 0.17638038098812103, -0.2257205843925476, 0.2515736222267151, -0.40809640288352966, -0.5052880048751831, -0.31014710664749146, 0.03853187337517738, 0.011669615283608437, -0.37886959314346313, 0.054579682648181915, -0.47821366786956787, -0.5177549123764038, -0.6211345195770264, -0.49407967925071716, -0.39562666416168213, -0.8527719378471375, -0.849094808101654, -1.0775285959243774, -0.5132586359977722, 0.07022662460803986, -0.10496211796998978, -1.315637230873108, -0.8295636177062988, -0.05215495079755783, -0.2710101902484894, -0.06659318506717682, -0.25583741068840027, -0.5472297668457031, -0.4065287709236145, 0.3890722990036011, 0.25210875272750854, -0.1919403076171875, -0.18012860417366028, 0.2870218753814697, 0.328171044588089, 0.42497512698173523, 0.11530236899852753, -0.13137975335121155, -0.13347701728343964, 0.24049443006515503, -0.26851147413253784, -0.49570345878601074, -0.5546712279319763, -0.6457862854003906, 0.3722851574420929, 0.0213081743568182, -0.36493781208992004, -0.17337331175804138, 0.3060835897922516, 0.6635925769805908, 0.7588452100753784, 0.6885717511177063, 0.8641419410705566, 0.8976178169250488, 0.3580801486968994, 0.33635035157203674, -0.10051523894071579, 0.3600204885005951, 0.28000420331954956, -0.250760942697525, -0.09084843099117279, 0.11915391683578491, -0.16199013590812683, -0.6673321723937988, -0.3559362590312958, 0.42139843106269836, -0.021479254588484764, -0.43729162216186523, -0.25289878249168396, -0.8952416181564331, -0.28695574402809143, -0.03563731908798218, -0.4968298375606537, -0.2948993742465973, -0.6079490184783936, -0.7967532277107239, -0.5485751032829285, -0.7022061347961426, -0.316008597612381, 0.1385391652584076, 0.08483625203371048, -0.0009135371656157076, -0.20357631146907806, -0.16354279220104218, -0.7314431667327881, -0.4028567373752594, 0.11818152666091919, 0.06633243709802628, -0.00849911104887724, -0.3472852110862732, -0.19917075335979462, -0.02800258807837963, -0.2736338973045349, -0.13463346660137177, 0.6255702972412109, 0.7913637757301331, 0.5082477927207947, 0.3586501181125641, 0.3851265013217926, 0.1820819079875946, 0.296438068151474, 0.23452654480934143, 0.29861363768577576, 0.6291611790657043, 0.5882745385169983, 0.46437233686447144, -0.10200531035661697, -0.05621752515435219, 0.44702625274658203, 0.02802477590739727, -0.4778834581375122, -0.02116510085761547, 0.23392707109451294, 0.06000353395938873, -0.07602253556251526, 0.21210752427577972, 0.4002799689769745, 0.2954886853694916, 0.595577597618103, 0.31338831782341003, -0.11269129067659378, 0.10250833630561829, -0.013570521958172321, -0.07837115973234177, -0.24024474620819092, -0.25428837537765503, -0.3375011086463928, -0.27633920311927795, -0.3414338529109955, -0.10101782530546188, 0.47126471996307373, 0.1871129721403122, -0.5498719811439514, -0.22450196743011475, 0.15139703452587128, -0.22982680797576904, -0.12491931766271591, -0.12459322065114975, -0.36537519097328186, -0.1548074334859848, -0.22962461411952972, -0.14857588708400726, -0.369782954454422, -0.29859697818756104, -0.08453404158353806, 0.43811291456222534, 0.1488441675901413, -0.0804704874753952, -0.25064995884895325, -0.019207356497645378, 0.3217814862728119, 0.014571478590369225, -0.23038308322429657, -0.48847851157188416, 0.28220289945602417, 0.34953904151916504, 0.2067183554172516, 0.0005226153298281133, -0.29526036977767944, 0.7321199774742126, 0.18364804983139038, -0.2951151430606842, -0.1530734747648239, -0.6926712393760681, -0.7979894876480103, 0.16550277173519135, 0.25135067105293274, 0.024909453466534615, 0.5094607472419739, 0.19995585083961487, 0.7578325271606445, 0.8597747087478638, 0.23542670905590057, -0.0482008121907711, 0.17072662711143494, -0.08997762948274612, -0.17398937046527863, -0.32140249013900757, -0.5633795261383057, -0.8510364890098572, -0.015159758739173412, 0.2960437834262848, 0.24713626503944397, 0.7484847903251648, 0.0853220522403717, 0.07148540019989014, 0.3750659227371216, 0.3311624526977539, 0.2271682769060135, 0.2395041137933731, 0.1345425695180893, -0.02369764633476734, 0.004968899767845869, 0.13390447199344635, 0.32886478304862976, 0.005959781352430582, 0.3118933141231537, 0.2927022874355316, 0.19798441231250763, 0.3370914161205292, -0.12206665426492691, 0.3324263393878937, 0.09907422959804535, 0.14584006369113922, 0.43869760632514954, -0.00831614714115858, -0.22361265122890472, -0.011788851581513882, -0.2006767839193344, 0.011306457221508026, 0.15728841722011566, -0.2798507511615753, 0.010404156520962715, 0.14926093816757202, 0.2845381796360016, -0.014578962698578835, 0.006743067409843206, 0.031050626188516617, 0.036053046584129333, 0.22306574881076813, -0.3309481143951416, 0.1864217221736908, 0.20502318441867828, 0.1947927325963974, -0.31648963689804077, -0.4103810489177704, -0.1810695230960846, 0.16412799060344696, 0.15725567936897278, -0.08790888637304306, 0.3181816637516022, 0.2419382631778717, -0.14739669859409332, -0.22143037617206573, 0.12390056252479553, 0.32571548223495483, 0.5871137976646423, 0.33268415927886963, 0.29067692160606384, 0.38899457454681396, -0.054117847234010696, -0.1547372192144394, -0.3966197967529297, 0.2259591519832611, 0.13656926155090332, -0.05321580171585083, -0.10284446179866791, 0.20417073369026184, 0.43302932381629944, 0.04729871824383736, 0.1992829591035843, 0.49328848719596863, 0.3265107572078705, 0.34316733479499817, 0.6827952265739441, 0.7156111598014832, 0.3819093406200409, 0.11612244695425034, -0.09749117493629456, -0.01075158454477787, 0.04060240089893341, -0.2112155556678772, -0.46133437752723694, -0.07394355535507202, -0.22592850029468536, -0.2636520266532898, -0.3765961825847626, -0.40932929515838623, 0.22158530354499817, -0.044342897832393646, -0.4504271447658539, -0.931755781173706, -0.4577253758907318, 0.4764300286769867, -0.8102414011955261, -1.7312097549438477, -0.22914528846740723, 0.30581629276275635, -1.0840219259262085, -0.8042097687721252, -0.2697141170501709, 0.35059332847595215, 1.221049189567566, 0.46885985136032104, -0.435520738363266, 0.36213043332099915, 1.0792083740234375, 0.7955341935157776, 0.22050753235816956, 0.7100966572761536, 0.40969032049179077, -0.1690136045217514, -0.26180723309516907, -0.3883628249168396, -0.1881253719329834, -0.30474475026130676, -1.0976924896240234, -0.8663070797920227, -0.04670524224638939, 0.14773106575012207, -0.13770152628421783, -0.5616366267204285, -0.19769319891929626, 0.4025688171386719, 0.42780089378356934, 0.2707067131996155, 0.5918387770652771, 0.626382052898407, 0.37017741799354553, 0.13390178978443146, -0.17069971561431885, 0.30408424139022827, 0.028584688901901245, -0.120212122797966, -0.1042502149939537, 0.14594952762126923, 0.2471524029970169, 0.10036278516054153, 0.19738847017288208, 0.591643750667572, 0.34859487414360046, 0.050369616597890854, -0.00017695387941785157, 0.24312160909175873, 0.3766968846321106, 0.2959936559200287, 0.43422260880470276, 0.2844555079936981, 0.02375500462949276, 0.37919676303863525, 0.08669991046190262, 0.052227117121219635, 0.19880694150924683, 0.554483950138092, 0.03965334594249725, 0.2349299192428589, 0.5976719260215759, 0.1754138022661209, -0.20622572302818298, -0.6126107573509216, -0.010082668624818325, 0.06427142769098282, -0.6155287027359009, -0.33767667412757874, -0.3784194588661194, 0.0038943386171013117, -0.019574109464883804, -0.47466421127319336, -0.23139354586601257, -0.12987247109413147, 0.03372914344072342, 0.3310967683792114, -0.2396285980939865, -0.10173425078392029, 0.2936970889568329, -0.1675088107585907, -0.17272445559501648, 0.18830126523971558, 0.42032453417778015, 0.2736526429653168, -0.11723088473081589, -0.18717214465141296, 0.29207801818847656, 0.0777260884642601, -0.352497935295105, -0.2745393216609955, -0.06630973517894745, 0.014182931743562222, -0.20861941576004028, 0.05919385328888893, -0.24213384091854095, -0.1797126978635788, 0.24282659590244293, -0.2041727900505066, -0.5433353185653687, 0.4017889201641083, 0.7219679355621338, -0.08068118244409561, 0.09760307520627975, 0.34656405448913574, 0.33454519510269165, 0.43161460757255554, -0.006363132037222385, -0.16711273789405823, 0.035978611558675766, 0.08088250458240509, -0.07903432846069336, -0.11402791738510132, -0.042185183614492416, 0.2164488136768341, 0.08670151233673096, 0.09582098573446274, -0.13445302844047546, 0.1513855755329132, 0.2251257598400116, -0.37407591938972473, -0.2782041132450104, -0.05523332580924034, -0.24432429671287537, -0.17379170656204224, -0.12201021611690521, -0.009729772806167603, 0.048089269548654556, 0.23055538535118103, 0.07223556935787201, 0.040907371789216995, 0.00035519825178198516, 0.15205587446689606, 0.2620641887187958, 0.06813142448663712, -0.1874871551990509, -0.3236680030822754, -0.2990114688873291, 0.1478213518857956, -0.35806572437286377, -0.49698567390441895, 0.03568144515156746, -0.1539514660835266, -0.370896577835083, -0.4650473892688751, -0.12969239056110382, -0.11347131431102753, -0.14522233605384827, 0.030403580516576767, -0.2959536015987396, -0.09307939559221268, -0.1741427779197693, -0.2826155126094818, -0.422963947057724, -0.3192726969718933, 0.10647659748792648, 0.3627309799194336, 0.31418389081954956, 0.21993060410022736, 0.615991473197937, 0.3978968858718872, 0.20365332067012787, 0.3172491788864136, 0.008332153782248497, -0.2596742510795593, 0.5580106973648071, 0.11042935401201248, -0.28509920835494995, 0.3429921269416809, 0.2488802671432495, 0.04127238690853119, 0.29815179109573364, 0.493628591299057, 0.30892178416252136, 0.17060218751430511, -0.23923544585704803, -0.37140777707099915, -0.4225028455257416, -0.6483057737350464, -0.8688703179359436, -0.3820441961288452, -0.1475776582956314, -0.19836372137069702, 0.06327225267887115, 0.08812753856182098, -0.17017562687397003, -0.1514345407485962, -0.08396822959184647, -0.06180700659751892, -0.49145907163619995, -0.5588992834091187, 0.12113956362009048, 0.1161465272307396, 0.03985173627734184, -0.08583980798721313, 0.27203333377838135, 0.5339095592498779, 0.3338722586631775, -0.34939977526664734, -0.43772029876708984, -0.03755539283156395, -0.09478163719177246, -0.5698627829551697, -0.6426242589950562, -0.21449075639247894, -0.3099641799926758, -0.3273588716983795, -0.3004305362701416, -0.2606636881828308, 0.003264352446421981, -0.21483667194843292, -0.2947438657283783, 0.3689989149570465, 0.04492545872926712, -0.27955254912376404, 0.4021410644054413, 0.1130671352148056, -0.13499215245246887, -0.019285378977656364, 0.04948534443974495, -0.20438283681869507, -0.20794370770454407, 0.08777028322219849, 0.2690277397632599, -0.016090571880340576, -0.45067915320396423, 0.1923232078552246, 0.2801704704761505, -0.10865120589733124, -0.032447561621665955, 0.15883032977581024, 0.4072440564632416, -0.14902466535568237, -0.11640074849128723, 0.0008473462075926363, -0.08784589171409607, 0.49884524941444397, 0.509319007396698, 0.12482236325740814, 0.013823557645082474, 0.4309602379798889, 0.013516838662326336, 0.189010888338089, 0.1721176654100418, -0.18775232136249542, -0.27816131711006165, -0.5205302238464355, -0.11523115634918213, 0.14288370311260223, -0.06824776530265808, -0.39569276571273804, -0.13498838245868683, 0.0458340086042881, 0.15221358835697174, -0.3085140883922577, 0.2602711617946625, -0.16775065660476685, -0.6259633302688599, -0.2673600912094116, -0.13606296479701996, -0.29661962389945984, -0.09707921743392944, 0.03540324419736862, 0.09200292080640793, -0.0053035966120660305, -0.06611264497041702, 0.19111165404319763, -0.1708906888961792, -0.3028242290019989, 0.026749761775135994, 0.0031420306768268347, 0.1745075136423111, -0.0019147411221638322, -0.09585314989089966, -0.16448169946670532, -0.1387159824371338, -0.3076242208480835, -0.5123608112335205, -0.27345556020736694, -0.26684847474098206, -0.22472718358039856, -0.014159305021166801, -0.06576517969369888, 0.11639313399791718, 0.13837704062461853, -0.2247103750705719, -0.00904848612844944, -0.18274687230587006, -0.36839818954467773, -0.027516867965459824, 0.1732778251171112, 0.12990260124206543, -0.038776151835918427, -0.10899851471185684, -0.13112127780914307, 0.06672979891300201, 0.047325484454631805, -0.01491137221455574, -0.08163318783044815, 0.0739508867263794, -0.13330304622650146, -0.14296069741249084, -0.20331968367099762, -0.07626643776893616, -0.27039575576782227, -0.4118160903453827, -0.162048801779747, 0.056289732456207275, -0.08272803574800491, -0.465534508228302, -0.2139168530702591, -0.03982722386717796, -0.33971670269966125, -0.28891655802726746, -0.1825324147939682, -0.12033253908157349, -0.17103447020053864, 0.041434843093156815, -0.1821901798248291, -0.049865297973155975, 0.06658142805099487, 0.36840730905532837, 0.14469455182552338, 0.042031001299619675, 0.25418487191200256, -0.07072138041257858, -0.10108618438243866, -0.07199756056070328, 0.013564370572566986, 0.3520101010799408, 0.1024022027850151, 0.17864486575126648, 0.4658534824848175, -0.15996138751506805, -0.16731424629688263, 0.15521574020385742, -0.026815196499228477, -0.07706763595342636, -0.16314472258090973, -0.17561054229736328, -0.037486303597688675, 0.10929370671510696, 0.2436264604330063, -0.10181574523448944, 0.20214712619781494, 0.40631425380706787, 0.3739292323589325, 0.43301671743392944, 0.38810282945632935, 0.3255636692047119, 0.4775989353656769, 0.2369956076145172, 0.04902254417538643, 0.48819106817245483, 0.22797033190727234, 0.03235556185245514, 0.19828538596630096, 0.3944762647151947, 0.2342575043439865, -0.2212679535150528, 0.036538198590278625, 0.0295310840010643, -0.4140465259552002, -0.3896559178829193, -0.06479284912347794, -0.05427635461091995, -0.05158201605081558, 0.1124529093503952, -0.14014379680156708, -0.4454526901245117, -0.05592731013894081, 0.017482513561844826, -0.15361174941062927, 0.24829228222370148, 0.07208383083343506, -0.1872529238462448, 0.12810581922531128, 0.5308731198310852, 0.20722322165966034, -0.28205057978630066, -0.05048634856939316, 0.3153097927570343, 0.19396468997001648, -0.45460060238838196, -0.1530247926712036, -0.23294894397258759, -0.422789067029953, -0.23660680651664734, -0.16135215759277344, -0.2626723051071167, -0.26518407464027405, 0.07290714979171753, 0.5190995335578918, 0.5104905962944031, 0.04954340308904648, -0.0904013067483902, 0.12208664417266846, 0.42516759037971497, 0.11645269393920898, -0.38890764117240906, -0.2020309865474701, -0.018590172752738, -0.1367039680480957, 0.07986442744731903, 0.1304689198732376, -0.13919076323509216, -0.02741795778274536, -0.09172151982784271, -0.20627856254577637, -0.35637086629867554, -0.4206927716732025, -0.2859322428703308, -0.16008955240249634, 0.26000136137008667, 0.20430101454257965, 0.22498871386051178, 0.07630297541618347, 0.1955101042985916, 0.19261692464351654, 0.10225072503089905, 0.08340398222208023, 0.006278380285948515, 0.10106927901506424, 0.15238916873931885, 0.28086382150650024, 0.17897018790245056, 0.012338961474597454, 0.18432889878749847, 0.4031331539154053, 0.23418781161308289, 0.218939870595932, 0.24097773432731628, -0.11284470558166504, -0.1949237883090973, 0.09768854826688766, 0.24193015694618225, -0.06026475504040718, -0.03876354917883873, -0.08893747627735138, -0.3683403432369232, -0.10050912201404572, -0.11242824047803879, -0.28735584020614624, -0.07099352777004242, 0.04529428854584694, -0.0911245122551918, 0.05551660805940628, 0.14489252865314484, 0.05760089308023453, 0.032968055456876755, 0.3111632764339447, 0.3100228011608124, 0.06152056157588959, 0.0718117281794548, 0.21452680230140686, 0.49458837509155273, 0.37954312562942505, 0.15551725029945374, 0.35685408115386963, 0.5686131715774536, 0.23868753015995026, 0.14652200043201447, 0.22402985394001007, 0.1703164130449295, 0.23327746987342834, 0.04674316570162773, 0.04411090537905693, 0.30832022428512573, 0.1957252323627472, 0.168691948056221, 0.048520319163799286, 0.1459691822528839, 0.17511504888534546, 0.04563495144248009, 0.08758212625980377, -0.061999138444662094, -0.051474858075380325, 0.1376979798078537, -0.043287117034196854, -0.1920672208070755, 0.1688002496957779, 0.13970740139484406, -0.019075358286499977, 0.1255710870027542, 0.11969756335020065, -0.06505119800567627, -0.15350499749183655, -0.12714359164237976, -0.10110817849636078, -0.2575593888759613, -0.009817629121243954, 0.12200511991977692, 0.10450969636440277, 0.15938466787338257, -0.13445919752120972, -0.13499893248081207, -0.01189382839947939, -0.09009016305208206, -0.03126119077205658, 0.02252325229346752, 0.17285630106925964, 0.15775831043720245, -0.02033715881407261, 0.18865089118480682, 0.1891523152589798, -0.0988570973277092, -0.08664902299642563, -0.024838358163833618, 0.029915103688836098, -0.0024387375451624393, 0.009794301353394985, 0.08166082948446274, -0.23485830426216125, -0.040258198976516724, -0.0556257963180542, -0.16158467531204224, -0.10560344904661179, 0.0307211522012949, 0.04488435015082359, -0.4443822503089905, -0.232160747051239, 0.015917692333459854, -0.03369937837123871, -0.1308557540178299, -0.030952785164117813, 0.26493972539901733, 0.15283586084842682, 0.2372622787952423, 0.23520973324775696, 0.2220022976398468, 0.3537856340408325, 0.21985231339931488, 0.2805109918117523, 0.1856854259967804, 0.0067104860208928585, 0.017277982085943222, 0.13781529664993286, 0.13727760314941406, 0.007594914175570011, -0.04001197963953018, -0.14606282114982605, -0.09025955945253372, 0.2385278195142746, -0.025972770527005196, -0.21894557774066925, -0.06974911689758301, -0.030188199132680893, -0.2557595372200012, -0.1970866620540619, -0.30792000889778137, 0.0007031409768387675, 0.12079794704914093, 0.1392408013343811, -0.003242815611883998, 0.015925208106637, -0.00341020617634058, -0.2610548734664917, -0.20022541284561157, -0.12897060811519623, -0.06923392415046692, -0.1505047231912613, 0.15763786435127258, 0.13383439183235168, 0.030656974762678146, 0.11713992804288864, -0.22554537653923035, -0.17280292510986328, -0.02383866347372532, -0.04095900058746338, 0.12876999378204346, 0.1061401441693306, 0.2669943869113922, 0.13020272552967072, 0.40777575969696045, 0.20138968527317047, -0.19102177023887634, 0.1642914116382599, 0.10603442788124084, 0.023996740579605103, -0.06115057319402695, 0.4129888117313385, 0.24400833249092102, 0.14270146191120148, 0.07262543588876724, 0.14520344138145447, 0.11628177016973495, -0.05056453496217728, -0.04450889304280281, -0.13178955018520355, -0.05435316264629364, -0.3504883050918579, -0.13936685025691986, -0.004533905535936356, -0.26821544766426086, -0.22435039281845093, -0.2087847739458084, -0.22603438794612885, -0.08514051884412766, 0.05622415617108345, -0.15049511194229126, -0.11530975997447968, -0.17740541696548462, -0.12701281905174255, 0.14670425653457642, 0.09346462786197662, 0.01309227105230093, 0.01703626662492752, 0.027020296081900597, -0.006271981168538332, -0.09425538033246994, -0.08949438482522964, 0.023169590160250664, 0.2026904970407486, 0.18831004202365875, 0.004481911193579435, 0.03149716183543205, 0.24853356182575226, 0.4173561930656433, 0.19342607259750366, 0.19652214646339417, 0.3352949917316437, 0.05338115245103836, -0.28623226284980774, -0.1713414341211319, -0.05082520842552185, -0.05579015240073204, -0.21427510678768158, -0.2505411207675934, 0.06292746961116791, 0.09339168667793274, 0.10434097796678543, -0.10284934192895889, -0.0964326560497284, -0.3095146119594574, -0.08679266273975372, -0.050676148384809494, -0.16642388701438904, -0.0767098143696785, 0.007979782298207283, 0.07534070312976837, 0.07022647559642792, 0.04733556509017944, 0.17247554659843445, -0.027255455031991005, -0.19289305806159973, 0.08249957859516144, -0.06807681173086166, -0.06113680824637413, -0.14825671911239624, -0.016248811036348343, 0.15263156592845917, -0.08856546878814697, 0.06222105026245117, 0.27377620339393616, 0.34625014662742615, 0.3615226447582245, 0.15466581284999847, 0.15584857761859894, 0.17912724614143372, -0.1357194036245346, 0.021178940311074257, 0.22193583846092224, -0.2239222228527069, -0.2632375955581665, -0.3471943736076355, -0.38206759095191956, -0.3799777328968048, -0.3315504789352417, -0.18461790680885315, -0.37112122774124146, -0.5176625847816467, -0.20913755893707275, -0.10151230543851852, -0.15760067105293274, 0.02753850817680359, 0.20748768746852875, 0.15829673409461975, -0.0005057848175056279, -0.04087921231985092, -0.1311696171760559, -0.35733941197395325, -0.027987070381641388, 0.09345168620347977, 0.008067145012319088, -0.003570878179743886, 0.024412143975496292, 0.2565179467201233, 0.23233333230018616, -0.02827688679099083, -0.03229396045207977, 0.03163875639438629, -0.052697498351335526, -0.24089668691158295, -0.4134543836116791, -0.29468658566474915, -0.27991461753845215, -0.21176430583000183, -0.32578322291374207, -0.12187369167804718, 0.0032483937684446573, -0.24897140264511108, -0.39719077944755554, -0.21459455788135529, -0.1573527306318283, -0.4176616668701172, -0.46660229563713074, -0.4733487367630005, -0.22436554729938507, -0.4639907479286194, -0.36155954003334045, -0.125053271651268, -0.22694352269172668, -0.09939348697662354, -0.08044223487377167, -0.10096071660518646, -0.08742284774780273, -0.09629368036985397, -0.02066691964864731, 0.20859944820404053, -0.10829707980155945, -0.19171760976314545, -0.024880005046725273, 0.09847086668014526, -0.09657568484544754, -0.16858363151550293, -0.03646592050790787, 0.009132875129580498, -0.09570803493261337, -0.18199951946735382, -0.1004813089966774, -0.09270396828651428, -0.08007438480854034, -0.17375704646110535, 0.01939709670841694, -0.009027252905070782, -0.20610922574996948, -0.0777425542473793, -0.0780063048005104, -0.131135955452919, 0.031087232753634453, 0.02989228442311287, -0.07118561863899231, 0.03608613833785057, 0.034116845577955246, 0.037899717688560486, 0.1442013680934906, 0.03584776073694229, -0.024815350770950317, -0.029280558228492737, -0.1800375133752823, -0.18991334736347198, -0.02377612143754959, 0.1370067000389099, 0.26751449704170227, 0.32383042573928833, 0.20037168264389038, 0.23786696791648865, 0.41636544466018677, 0.43320974707603455, 0.30261608958244324, 0.26466232538223267, 0.258678138256073, 0.17127105593681335, 0.32986047863960266, 0.17243456840515137, -0.09824869781732559, -0.13213501870632172, 0.169847309589386, 0.0007950420258566737, -0.22048930823802948, -0.20677781105041504, -0.015382245182991028, -0.022869762033224106, -0.224674791097641, -0.22521302103996277, -0.23532356321811676, -0.20053666830062866, -0.05957556143403053, -0.1450515240430832, -0.30266422033309937, -0.04192780330777168, -0.14835144579410553, -0.1329381763935089, 0.05370275676250458, 0.03927047550678253, -0.11017200350761414, -0.06007043644785881, -0.1713222861289978, -0.10428275913000107, 0.20878763496875763, 0.11821716278791428, 0.047709252685308456, -0.13314439356327057, -0.04732046276330948, -0.01657642051577568, 0.04396670684218407, 0.1747676432132721, 0.11268220096826553, 0.08725067228078842, 0.2381753921508789, 0.18014277517795563, -0.018448205664753914, -0.06076768785715103, -0.06749895215034485, 0.1671409159898758, 0.19268250465393066, 0.1997661590576172, 0.06850045174360275, -0.13937421143054962, -0.0037566146347671747, 0.0069831120781600475, -0.07199927419424057, 0.09783060103654861, 0.10800644755363464, 0.030979007482528687, 0.013011360540986061, -0.10288004577159882, 0.06781764328479767, 0.0034093139693140984, -0.3917246162891388, -0.2525014579296112, -0.1667546033859253, -0.28848597407341003, -0.07903672009706497, -0.02154494635760784, -0.07407431304454803, -0.00022251041082199663, -0.07714322209358215, -0.16494235396385193, -0.07703468948602676, 0.12396413832902908, 0.12016656249761581, 0.06425763666629791, 0.16103163361549377, 0.33213087916374207, 0.2765748202800751, 0.23979732394218445, 0.19977040588855743, 0.20617567002773285, 0.2182234525680542, 0.13762880861759186, 0.21284954249858856, 0.11431176215410233, 0.27078691124916077, 0.10931913554668427, -0.007877281866967678, 0.08957571536302567, -0.014636059291660786, 0.17927156388759613, 0.06779635697603226, -0.1381295770406723, -0.05838504061102867, -0.09062960743904114, -0.20291464030742645, 0.13521131873130798, 0.06381214410066605, -0.03417991101741791, -0.03967000171542168, -0.03495091572403908, 0.09862503409385681, -0.013236712664365768, 0.07986882328987122, 0.2440243810415268, 0.27055788040161133, 0.30704769492149353, 0.28306418657302856, 0.2778639495372772, 0.3971098065376282, 0.252875417470932, 0.11321354657411575, 0.22147893905639648, 0.07487219572067261, 0.07678956538438797, -0.008956330828368664, -0.11417985707521439, -0.19736598432064056, -0.11272140592336655, 0.03671404719352722, -0.009112134575843811, -0.08785058557987213, -0.11796706169843674, 0.05742887035012245, 0.19277076423168182, 0.2179316133260727, 0.12115030735731125, 0.020414339378476143, 0.03514905273914337, 0.04840996861457825, 0.07055980712175369, -0.12738674879074097, -0.01994100585579872, 0.02829972840845585, -0.04641919955611229, 0.035325709730386734, 0.00728703523054719, -0.05726522207260132, -0.07622729241847992, -0.012237944640219212, -0.14954687654972076, -0.009480373933911324, -0.18245156109333038, -0.15534651279449463, 0.0017054249765351415, 0.05439336597919464, 0.1697031706571579, 0.043867744505405426, 0.1550213098526001, 0.1910429745912552, 0.17390850186347961, 0.04767332971096039, 0.05413296818733215, 0.16855108737945557, 0.1508542150259018, 0.1295764297246933, 0.23185737431049347, 0.22077319025993347, 0.08740846812725067, -0.004616118501871824, -0.09348569065332413, -0.16021773219108582, -0.07775759696960449, -0.13553933799266815, -0.06566984951496124, -0.14193612337112427, -0.3536335527896881, -0.09711218625307083, -0.1092708557844162, -0.14927758276462555, -0.11974459886550903, -0.21956707537174225, -0.2148161083459854, -0.22171059250831604, -0.29729101061820984, -0.2683204114437103, -0.11703923344612122, -0.09210145473480225, -0.09155870229005814, 0.09486233443021774, 0.18014682829380035, -0.0042998590506613255, -0.022000353783369064, 0.034835927188396454, 0.07162180542945862, 0.21307682991027832, 0.08427243679761887, -0.08894887566566467, -0.07527662068605423, 0.08063620328903198, 0.2783333361148834, 0.17134937644004822, 0.1997201144695282, 0.192007914185524, 0.1247551292181015, 0.21369732916355133, 0.12118466198444366, -0.07267311215400696, 0.03538164496421814, 0.25170084834098816, 0.09881886094808578, 0.121566042304039, 0.01998812146484852, 0.011097843758761883, -0.008452081121504307, -0.14688247442245483, -0.18849584460258484, 0.05897669494152069, -0.01573723740875721, -0.2705833613872528, -0.13452832400798798, -0.00028999094502069056, 0.04983871057629585, -0.07733678072690964, -0.10618585348129272, 0.028010239824652672, 0.11319392174482346, 0.18994450569152832, 0.2650473117828369, 0.27405014634132385, 0.3208649158477783, 0.3626153767108917, 0.2992638051509857, 0.36658433079719543, 0.16337251663208008, 0.1539343148469925, 0.31876611709594727, 0.28290775418281555, 0.06909222900867462, 0.15793494880199432, 0.11857114732265472, -0.04687322676181793, 0.09468212723731995, 0.011424536816775799, -0.038002289831638336, 0.09321369230747223, 0.12718647718429565, 0.07869502156972885, 0.1424698829650879, 0.08493851870298386, -0.014934706501662731, 0.03170178830623627, 0.039882346987724304, 0.0012244835961610079, -0.08076751232147217, -0.012949714437127113, -0.03230440989136696, -0.08755242824554443, 0.06271955370903015, -0.0024526510387659073, -0.04318349063396454, -0.032279230654239655, -0.12106211483478546, -0.20256756246089935, -0.12309926748275757, -0.07618476450443268, 0.10980448126792908, 0.1461096853017807, 0.03912941738963127, 0.23134148120880127, 0.29340818524360657, 0.19020198285579681, 0.22008296847343445, 0.21089759469032288, 0.19420097768306732, 0.15429601073265076, 0.11147689819335938, 0.06309806555509567, 0.0392972007393837, 0.033524204045534134, -0.030385835096240044, 0.004198143724352121, 0.07186346501111984, 0.04014866054058075, -0.01603933796286583, 0.023396184667944908, 0.05334353446960449, 0.0438988097012043, 0.016463926061987877, -0.12544836103916168, -0.15244272351264954, -0.15307629108428955, -0.1252765655517578, -0.1718316227197647, -0.2591463327407837, -0.3597908318042755, -0.418962687253952, -0.3073560893535614, -0.3947802186012268, -0.26050183176994324, -0.22680948674678802, -0.13388463854789734, -0.11181808263063431, -0.23084618151187897, 0.07363986223936081, 0.13087502121925354, -0.17501996457576752, -0.10964254289865494, -0.09325860440731049, -0.15829585492610931, -0.04828561469912529, -0.0723247230052948, -0.12149360775947571, 0.03488487750291824, 0.06567659974098206, 0.1450442671775818, 0.06972309201955795, -0.01617985963821411, 0.002659508492797613, 0.057544298470020294, 0.04846102371811867, -0.1172654777765274, -0.05794592946767807, 0.1502377688884735, 0.14079049229621887, 0.12590457499027252, 0.25961214303970337, 0.20098881423473358, 0.1328219771385193, 0.06658057123422623, 0.15112292766571045, 0.06526345014572144, -0.1939646154642105, -0.1555098295211792, 0.0027706942055374384, 0.00296643003821373, -0.08608731627464294, -0.17491067945957184, -0.1480807214975357, -0.15155290067195892, -0.06116621196269989, 0.01097707450389862, -0.05118989571928978, -0.022442327812314034, 0.016148922964930534, 0.13567493855953217, 0.09133853018283844, -0.039948470890522, 0.0010726790642365813, 0.09965825825929642, 0.021476589143276215, 0.010602110996842384, -0.1929645985364914, -0.1189398542046547, -0.04565424472093582, -0.04541638866066933, -0.02740575186908245, -0.19954892992973328, -0.15619009733200073, -0.08364207297563553, -0.03179703280329704, -0.08580482006072998, -0.15766334533691406, -0.08791807293891907, -0.00954938493669033, -0.11647329479455948, -0.05240924283862114, 0.010768305510282516, -0.041393790394067764, 0.0031479117460548878, 0.039592012763023376, 0.032242387533187866, -0.10622372478246689, 0.02757493406534195, 0.17394383251667023, -0.11793655157089233, -0.060808874666690826, 0.12148802727460861, -0.03388093039393425, -0.16579067707061768, -0.14052905142307281, -0.1423500031232834, -0.25200918316841125, -0.24586287140846252, -0.2243228703737259, -0.14743106067180634, -0.2187723070383072, -0.22580796480178833, -0.2824997305870056, -0.32536256313323975, -0.3184235394001007, -0.32020094990730286, -0.33718961477279663, -0.3446465730667114, -0.29812079668045044, -0.300313800573349, -0.3151690363883972, -0.3291834890842438, -0.40899449586868286, -0.3070554733276367, -0.2085968554019928, -0.30038172006607056, -0.17293457686901093, -0.13216297328472137, -0.09490879625082016, -0.06466323137283325, -0.0278638768941164, -0.0806475356221199, -0.09954575449228287, 0.016145920380949974, -0.05743781104683876, -0.03185012564063072, 0.019503746181726456, -0.03861703723669052, 0.017917629331350327, 0.014776977710425854, 0.012042301706969738, 0.1669258177280426, 0.22525335848331451, 0.06020499765872955, -0.012132203206419945, -0.0069177947007119656, -0.04377635940909386, 0.03567713871598244, -0.0500786229968071, -0.14815588295459747, -0.1070423424243927, -0.2040359377861023, -0.19443243741989136, -0.1681467443704605, -0.22929562628269196, -0.21155136823654175, -0.253844678401947, -0.19258157908916473, -0.1743142306804657, -0.2126050591468811, -0.08993808925151825, -0.07101009041070938, -0.07973471283912659, -0.1802598088979721, -0.08031412214040756, -0.031270723789930344, 0.04300948977470398, 0.05346810445189476, 0.04667166247963905, -0.09417704492807388, -0.007528936490416527, 0.04149114713072777, -0.07221406698226929, -0.02290051244199276, 0.013842236250638962, -0.007583345286548138, -0.04580339416861534, -0.10372066497802734, -0.04353943467140198, 0.00696601253002882, -0.05364762246608734, 0.0042744348756968975, 0.06270010024309158, 0.0499374158680439, 0.15076856315135956, 0.21588651835918427, 0.16233058273792267, 0.04143865406513214, 0.12388858199119568, 0.13494832813739777, 0.10479458421468735, 0.10685742646455765, 0.11118648201227188, 0.029583055526018143, -0.06571263819932938, -0.08676965534687042, -0.08013667911291122, -0.10967967659235, -0.14903736114501953, -0.049274515360593796, 0.006086962763220072, -0.09750835597515106, -0.1847854107618332, 0.02011123299598694, -0.025411175563931465, -0.08054117113351822, -0.02057500369846821, -0.08012570440769196, -0.01211277674883604, -0.04444010555744171, -0.02719460427761078, 0.04306474328041077, 0.028617002069950104, 0.09638798236846924, 0.07798577845096588, -0.04263654723763466, 0.06649323552846909, -0.06801208853721619, -0.17132291197776794, -0.11458432674407959, -0.20760531723499298, -0.15921902656555176, -0.07837066799402237, -0.007414223160594702, 0.049003925174474716, -0.07435114681720734, -0.16714663803577423, -0.07833045721054077, -0.07741250842809677, -0.04395955055952072, -0.20858900249004364, -0.31366032361984253, -0.2574182152748108, -0.11406184732913971, -0.10090245306491852, -0.0648132786154747, -0.051933612674474716, 0.03442149981856346, -0.02782997116446495, 0.03917330130934715, 0.17160721123218536, 0.06968384236097336, 0.1490943878889084, 0.12149310857057571, 0.19352972507476807, 0.31967005133628845, 0.2681209146976471, 0.2594917416572571, 0.16749700903892517, 0.043718039989471436, 0.0815466120839119, 0.12157231569290161, 0.0792221650481224, 0.157601460814476, 0.1765739917755127, 0.28208765387535095, 0.2292620986700058, 0.07753603905439377, 0.08209795504808426, 0.22126154601573944, 0.21072079241275787, -0.002081591635942459, -0.004218587186187506, -0.06836743652820587, -0.07646959275007248, -0.024992724880576134, -0.07373844087123871, -0.04333018511533737, 0.04770173132419586, 0.1354844868183136, 0.12726151943206787, 0.008871778845787048, -0.05031660571694374, 0.046583667397499084, 0.0632428452372551, 0.1002354621887207, 0.051043637096881866, 0.12190285325050354, 0.179931640625, 0.13930436968803406, 0.060454122722148895, 0.10921797901391983, 0.07991205900907516, 0.13262976706027985, 0.19911763072013855, 0.07709994912147522, 0.21892167627811432, 0.1852113902568817, 0.15816807746887207, 0.1832321286201477, 0.17357595264911652, 0.13944509625434875, 0.13282935321331024, 0.10370104014873505, 0.05301517993211746, 0.08744408190250397, 0.1517188847064972, 0.11523547023534775, 0.08375324308872223, 0.0840696319937706, 0.025824686512351036, -0.004383630119264126, 0.060903150588274, 0.0073617734014987946, 0.13994666934013367, 0.19769969582557678, 0.10231571644544601, 0.0875912606716156, 0.07310975342988968, 0.04699689894914627, 0.009013090282678604, 0.07366698980331421, 0.09905783087015152, 0.10918593406677246, 0.048262421041727066, -0.07008218765258789, -0.09189163893461227, 0.002089540008455515, 0.07154545187950134, -0.02215391770005226, -0.11429408192634583, -0.0011450881138443947, 0.052466489374637604, 0.07782784849405289, 0.08312156796455383, 0.09728145599365234, 0.17088957130908966, 0.11791631579399109, -0.05479428544640541, -0.0696895644068718, 0.05332949012517929, 0.07853171229362488, -0.0008642381289973855, 0.0191538967192173, 0.12908899784088135, -0.03353040665388107, -0.05029211565852165, 0.013739493675529957, -0.07060927152633667, 0.011780809611082077, 0.12424754351377487, 0.0511934719979763, 0.14184358716011047, 0.04557807371020317, 0.12745855748653412, 0.16390475630760193, 0.05855277180671692, 0.10834932327270508, 0.026734763756394386, 0.009906073100864887, 0.07540081441402435, 0.14847058057785034, 0.08282797783613205, 0.03758600354194641, 0.13680043816566467, 0.26831257343292236, 0.16732008755207062, 0.16414347290992737, 0.2214459925889969, 0.11276023834943771, 0.052101146429777145, 0.19523762166500092, 0.0748225674033165, 0.011569117195904255, 0.09177768230438232, 0.12247767299413681, 0.18080668151378632, 0.11027968674898148, 0.21793140470981598, 0.3203231990337372, 0.20367521047592163, 0.07063177973031998, 0.08226072788238525, 0.13021570444107056, 0.04096227139234543, -0.07879958301782608, -0.02279067598283291, 0.09140046685934067, -0.022655369713902473, 0.010548130609095097, 0.12423773854970932, 0.034871116280555725, -0.007493971846997738, 0.016475597396492958, 0.04930083453655243, -0.03691902011632919, 0.01938224770128727, 0.1388310343027115, 0.0328647717833519, -0.04313448444008827, -0.009492042474448681, 0.06264059990644455, 0.06591791659593582, 0.10611973702907562, 0.05298081412911415, 0.10601884871721268, 0.15176376700401306, -0.030270077288150787, 0.11759944260120392, 0.20708854496479034, 0.10137787461280823, 0.032265450805425644, 0.0172647163271904, -0.0010194858768954873, 0.11194053292274475, 0.14075663685798645, 0.014874335378408432, 0.021138597279787064, 0.06495817750692368, 0.08142699301242828, 0.05299849808216095, 0.008149394765496254, 0.05187113955616951, 0.050324697047472, -0.032340653240680695, -0.03018142469227314, -0.05886866897344589, -0.11383823305368423, -0.1539987474679947, -0.10235414654016495, 0.03064354509115219, 0.04372960701584816, 0.052042312920093536, 0.06230995059013367, 0.10663757473230362, 0.1814465969800949, 0.11887697875499725, 0.04355637729167938, 0.11123911291360855, 0.03823303431272507, 0.07979445159435272, 0.21521353721618652, 0.023617325350642204, -0.06011200323700905, 0.007182355038821697, 0.0024059987626969814, 0.07936252653598785, 0.0884869322180748, 0.03496882691979408, 0.19080448150634766, 0.12506771087646484, 0.09541505575180054, 0.17604340612888336, 0.068927101790905, 0.01371975801885128, 0.11946099251508713, 0.2013649344444275, 0.12568418681621552, 0.02723664976656437, 0.07414672523736954, 0.14228209853172302, 0.07705896347761154, 0.017278175801038742, -0.04573293775320053, -0.005640847608447075, 0.08554375916719437, -0.014233661815524101, 0.006812381092458963, -0.024559222161769867, -0.012804459780454636, 0.09245942533016205, 0.03535011410713196, 0.010287963785231113, 0.04283975064754486, 0.09961599856615067, 0.15331241488456726, 0.1694672554731369, 0.22982582449913025, 0.2961740493774414, 0.22678445279598236, 0.2452525496482849, 0.22043514251708984, 0.10126680880784988, 0.1090264692902565, 0.03363276273012161, 0.06028714030981064, 0.09454398602247238, 0.11122845113277435, 0.13353995978832245, 0.17362980544567108, 0.18007245659828186, 0.10212524980306625, 0.008410235866904259, -0.026004038751125336, -0.045055732131004333, -0.10639851540327072, -0.02494066394865513, -0.011857317760586739, -0.1318434774875641, -0.1274726688861847, 0.03543856367468834, 0.07572653144598007, -0.03319434076547623, -0.045695677399635315, 0.029080070555210114, 0.08379840850830078, -0.015786033123731613, -0.06659463793039322, -0.002585510490462184, 0.029040789231657982, 0.024202421307563782, -0.08561666309833527, -0.05429854989051819, -0.024466687813401222, -0.054453298449516296, -0.01522248424589634, -0.08164264261722565, -0.027779461815953255, 0.10651402175426483, 0.021825561299920082, -0.05681871995329857, -0.0200237687677145, -0.04844868928194046, -0.08078528940677643, -0.1635241061449051, -0.1838778704404831, -0.10872740298509598, -0.17023728787899017, -0.25362855195999146, -0.21968257427215576, -0.19623668491840363, -0.1913638710975647, -0.2546737790107727, -0.23008528351783752, -0.20918327569961548, -0.2678202688694, -0.25046437978744507, -0.25930631160736084, -0.2905469238758087, -0.34234076738357544, -0.33400198817253113, -0.20771335065364838, -0.268113911151886, -0.28374046087265015, -0.13237573206424713, -0.04408746585249901, -0.14691968262195587, -0.08325596898794174, 0.020213862881064415, -0.09010142832994461, -0.17506280541419983, -0.16943593323230743, -0.19220344722270966, -0.17657595872879028, -0.13520117104053497, -0.12728749215602875, -0.08274754136800766, -0.026629112660884857, -0.024264100939035416, -0.0049042124301195145, -0.02987806499004364, -0.06865659356117249, -0.09012097865343094, -0.11947334557771683, -0.07401011139154434, -0.09893089532852173, -0.07481706142425537, -0.07335030287504196, -0.11765068769454956, -0.06284978240728378, -0.04917093738913536, -0.012329411692917347, -0.04303465038537979, -0.06784242391586304, -0.10204709321260452, -0.10244358330965042, -0.1343393474817276, -0.15096043050289154, -0.22942297160625458, -0.1343216896057129, -0.010124756023287773, -0.11960471421480179, -0.056156497448682785, -0.045886944979429245, -0.09012942016124725, -0.054388437420129776, -0.03261222317814827, -0.003925052005797625, 0.01293366588652134, -0.012198158539831638, 0.048145826905965805, 0.057080186903476715, 0.020366087555885315, -0.04902888089418411, 0.014310349710285664, 0.014786996878683567, -0.03385619446635246, 0.04509685933589935, 0.004763333592563868, -0.06918713450431824, -0.043525971472263336, -0.03787649795413017, -0.05861619859933853, -0.00173197069671005, 0.05288316681981087, -0.07197819650173187, -0.07884664833545685, 0.020081983879208565, -0.0628591850399971, -0.10911167412996292, -0.16866761445999146, -0.14432381093502045, -0.07956778258085251, -0.07467328757047653, -0.058715105056762695, -0.09112519025802612, -0.0015547286020591855, 0.07636327296495438, 0.0030421146657317877, -0.0817495733499527, -0.0886840745806694, -0.10907939076423645, -0.08354134857654572, -0.0630032941699028, -0.08940109610557556, -0.10371549427509308, -0.12678740918636322, -0.1006033718585968, -0.1379568874835968, -0.07635551691055298, -0.09103338420391083, -0.12480154633522034, -0.14764033257961273, -0.17289993166923523, -0.09234476834535599, -0.15328998863697052, -0.1813669353723526, -0.22060193121433258, -0.14617672562599182, -0.08806183934211731, -0.04161344841122627, -0.053780682384967804, -0.060466863214969635, -0.037435539066791534, -0.05675511807203293, -0.10365212708711624, -0.07750596851110458, -0.11952980607748032, -0.16539257764816284, -0.05817846953868866, -0.054429542273283005, -0.1504131406545639, -0.166966512799263, -0.1611665040254593, -0.2626795470714569, -0.3149665594100952, -0.20889045298099518, -0.10982152074575424, -0.14638064801692963, -0.21554379165172577, -0.05269431322813034, -0.02452842704951763, -0.1075066402554512, -0.037408262491226196, -0.15201668441295624, -0.24239476025104523, -0.19878846406936646, -0.11070359498262405, -0.09873320907354355, -0.08387195318937302, -0.03771268576383591, 0.07295340299606323, 0.08202166110277176, 0.046804845333099365, -0.020831407979130745, -0.03775021806359291, -0.031864359974861145, -0.13035404682159424, -0.08688707649707794, -0.13119396567344666, -0.13493476808071136, -0.11953534185886383, -0.11721490323543549, -0.11102700233459473, -0.08394572138786316, -0.060316141694784164, 0.040289897471666336, 0.10054907947778702, 0.05772538110613823, 0.12351616472005844, 0.10152552276849747, 0.0012000907445326447, -0.06766269356012344, -0.02361641451716423, 0.01418197713792324, -0.021600767970085144, -0.09877870976924896, -0.056688275188207626, 0.10094660520553589, 0.04820777103304863, -0.06270961463451385, 0.008148121647536755, 0.06340639293193817, 0.002034604549407959, -0.039099544286727905, 0.01823378913104534, -0.05141304060816765, -0.006733279209583998, -0.015742773190140724, -0.0674215778708458, -0.06534504890441895, -0.018379004672169685, 0.1143769919872284, 0.1029958426952362, -0.03309281915426254, -0.06802763044834137, 0.03842831403017044, -0.038543567061424255, -0.026584943756461143, -0.033320434391498566, -0.03535780310630798, -0.023527992889285088, -0.05402087792754173, -0.020581962540745735, -0.008600288070738316, 0.02824724093079567, -0.038296230137348175, -0.11487700790166855, -0.21376481652259827, -0.12386107444763184, -0.013537172228097916, -0.07135405391454697, -0.11545722931623459, -0.05383453518152237, 0.0002435050264466554, -0.04766802862286568, -0.052844155579805374, 0.014548623003065586, 0.06684470921754837, 0.14393822848796844, 0.0950586125254631, 0.00693495711311698, 0.05393337458372116, 0.14048531651496887, 0.11943711340427399, 0.09722775220870972, 0.09250986576080322, 0.09451696276664734, 0.08829400688409805, 0.0519302561879158, 0.15592637658119202, 0.12846893072128296, 0.05323554575443268, 0.02984260395169258, 0.09158368408679962, 0.14793160557746887, 0.08894149214029312, 0.04516417905688286, 0.03288982808589935, 0.0234757661819458, -0.02767615206539631, 0.008322501555085182, 0.01078020129352808, 0.08057603985071182, 0.06113579496741295, -0.0638638511300087, -0.049143459647893906, -0.02930954098701477, -0.04514056816697121, -0.001872645108960569, -0.004586088936775923, -0.03773993253707886, 0.022756697610020638, 0.09857634454965591, 0.07951272279024124, 0.027909690514206886, -0.03457134962081909, -0.05711301043629646, -0.06495349109172821, -0.05690118297934532, -0.08147542923688889, -0.045189082622528076, -0.034149471670389175, -0.056151289492845535, -0.047607943415641785, 0.010271319188177586, 0.026927154511213303, 0.02092905156314373, 0.03694082051515579, 0.0024942413438111544, -0.00013169973681215197, 0.10805613547563553, 0.09752701222896576, 0.08025198429822922, 0.15763820707798004, 0.17128609120845795, 0.12751264870166779, -0.002453444292768836, 0.050312142819166183, 0.12007413804531097, 0.14951686561107635, 0.07353927940130234, 0.03236092999577522, 0.09854796528816223, 0.041639167815446854, -0.03938506916165352, 0.020063577219843864, 0.08771780133247375, -0.01708262227475643, -0.06723666936159134, 0.01265440508723259, 0.056183986365795135, 0.007738463114947081, 0.017049264162778854, 0.011878928169608116, 0.03324143588542938, 0.04145709425210953, 0.015736054629087448, 0.0535685159265995, 0.15296682715415955, 0.16772772371768951, 0.1229303702712059, 0.11708690971136093, 0.17643648386001587, 0.18101517856121063, 0.17984819412231445, 0.1111270859837532, 0.05585964024066925, 0.017740145325660706, -0.08192773908376694, -0.07461340725421906, -0.06339554488658905, -0.04233153164386749, -0.004660382866859436, 0.03710312023758888, 0.04659693315625191, 0.04109997674822807, 0.05494658276438713, 0.07440735399723053, -0.03788433223962784, -0.09494782239198685, 0.0031387596391141415, 0.04016359522938728, -0.02917288988828659, -0.013106205500662327, -0.011403408832848072, -0.018095362931489944, 0.015807712450623512, -0.08189811557531357, -0.09277578443288803, -0.044271960854530334, 0.028033658862113953, 0.10655434429645538, 0.0654233992099762, 0.0377010814845562, 0.051144279539585114, 0.018663812428712845, 0.0005611929227598011, -0.024457883089780807, -0.09644642472267151, -0.026562634855508804, 0.053301334381103516, 0.11193759739398956, 0.13682739436626434, 0.1287239044904709, 0.09135760366916656, 0.14814633131027222, 0.1771579086780548, 0.1636325865983963, 0.16212640702724457, 0.11650948226451874, 0.15540353953838348, 0.13441237807273865, 0.11975827068090439, 0.12005218118429184, 0.0516628623008728, 0.07556802034378052, 0.08940646052360535, 0.07441868633031845, 0.04364025592803955, -0.001912031089887023, 0.05230342224240303, 0.046426571905612946, 0.007307239342480898, 0.017001114785671234, 0.0863092765212059, 0.1545858085155487, 0.20484361052513123, 0.2494506686925888, 0.2553039789199829, 0.19223691523075104, 0.13690157234668732, 0.13062308728694916, 0.1471213400363922, 0.10777920484542847, 0.1291860044002533, 0.17814572155475616, 0.18764936923980713, 0.20763933658599854, 0.37166109681129456, 0.4147157669067383, 0.37948769330978394, 0.3493112027645111, 0.4141314923763275, 0.3741590082645416, 0.3530287742614746, 0.34123948216438293, 0.3056757152080536, 0.36163148283958435, 0.3168191909790039, 0.3409716486930847, 0.27108320593833923, 0.1784321814775467, 0.1261245459318161, 0.11417648196220398, 0.11172443628311157, 0.01593070477247238, 0.0006789027829654515, -0.02352839894592762, -0.020470239222049713, -0.030542800202965736, -0.10354503244161606, -0.16187061369419098, -0.18121325969696045, -0.25859498977661133, -0.20012305676937103, -0.19426946341991425, -0.24158482253551483, -0.15730316936969757, -0.16618040204048157, -0.1158423200249672, -0.08468639105558395, -0.07397187501192093, -0.09707874804735184, -0.0413423553109169, 0.05801006406545639, 0.07889489084482193, 0.05633433908224106, 0.06956600397825241, 0.1638631820678711, 0.150801420211792, 0.1451391577720642, 0.1852532923221588, 0.19328336417675018, 0.14919666945934296, 0.08612857013940811, 0.09986801445484161, 0.11426322162151337, 0.1317569762468338, 0.17955468595027924, 0.0995919331908226, 0.10529054701328278, 0.16851112246513367, 0.049418579787015915, 0.13834618031978607, 0.21518827974796295, 0.15882283449172974, 0.11710686981678009, 0.10850951820611954, 0.10945939272642136, 0.02195095643401146, -0.035526204854249954, -0.03975191339850426, -0.01517476700246334, 0.02701687440276146, -0.01903083361685276, -0.002750466810539365, 0.0018687371630221605, -0.029622264206409454, -0.016250044107437134, -0.10488351434469223, -0.11441028118133545, -0.09718401730060577, -0.23044079542160034, -0.2058677077293396, -0.22815941274166107, -0.2697961628437042, -0.23218823969364166, -0.27906984090805054, -0.250773161649704, -0.21989242732524872, -0.26666125655174255, -0.376583993434906, -0.288865327835083, -0.25056934356689453, -0.29715123772621155, -0.3430922329425812, -0.3123970627784729, -0.16415077447891235, -0.12299048155546188, -0.15299822390079498, -0.13611163198947906, 0.04207269102334976, 0.07447736710309982, 0.02657097950577736, 0.08175420016050339, 0.08718303591012955, 0.03165918216109276, 0.060435499995946884, 0.14081668853759766, 0.11251820623874664, 0.16896721720695496, 0.08165187388658524, 0.1506316065788269, 0.20387138426303864, 0.22900310158729553, 0.21386468410491943, 0.14936119318008423, 0.25415706634521484, 0.24542345106601715, 0.20908431708812714, 0.11098093539476395, 0.14245150983333588, 0.10820639133453369, 0.07779843360185623, 0.09747239947319031, 0.13446997106075287, 0.10367134213447571, 0.07548370957374573, 0.09002947062253952, 0.09886448085308075, 0.11957255750894547, 0.014481022022664547, 0.03182143345475197, 0.06101824343204498, 0.019394176080822945, 0.011082817800343037, -0.012620452791452408, -0.07606136798858643, -0.024376148357987404, 0.00576067203655839, -0.036006830632686615, -0.0620846189558506, -0.09030315279960632, -0.12780126929283142, -0.12905943393707275, -0.1619621217250824, -0.15977679193019867, -0.14072880148887634, -0.14663788676261902, -0.18900169432163239, -0.1929999738931656, -0.14037995040416718, -0.1549386829137802, -0.19308409094810486, -0.20034560561180115, -0.18992431461811066, -0.17295750975608826, -0.19093388319015503, -0.24260397255420685, -0.22488091886043549, -0.24330627918243408, -0.23524504899978638, -0.2185402810573578, -0.1874733865261078, -0.09885841608047485, -0.08926980942487717, -0.13848623633384705, -0.1583688110113144, -0.043911054730415344, -0.01246444322168827, -0.0049166264943778515, 0.063661590218544, 0.0509902760386467, 0.09669005870819092, 0.0762791708111763, 0.06715961545705795, 0.09848255664110184, 0.09721603989601135, 0.07831507921218872, 0.13454939424991608, 0.08856362104415894, 0.046998657286167145, 0.03952872380614281, 0.09820705652236938, 0.13394266366958618, 0.03788658604025841, 0.04203440248966217, -0.012024963274598122, -0.0022310540080070496, -0.0023330263793468475, -0.08002734929323196, -0.16311997175216675, -0.20509958267211914, -0.17478911578655243, -0.2032598853111267, -0.2745409309864044, -0.27517765760421753, -0.315780371427536, -0.3635440170764923, -0.3027421236038208, -0.35400205850601196, -0.3955948054790497, -0.3064535856246948, -0.31686297059059143, -0.33809056878089905, -0.29985830187797546, -0.3091515302658081, -0.32255759835243225, -0.20045246183872223, -0.16696593165397644, -0.16101396083831787, -0.1418655514717102, -0.09192105382680893, -0.04863256961107254, -0.0493200458586216, -0.06330176442861557, -0.07528790086507797, 0.023182470351457596, -0.022308163344860077, -0.035509418696165085, 0.11954601854085922, 0.11264561861753464, 0.05992970988154411, 0.10482130199670792, 0.15439723432064056, 0.19009849429130554, 0.2030796855688095, 0.2026861310005188, 0.25288626551628113, 0.25309523940086365, 0.21431952714920044, 0.21877361834049225, 0.2707778513431549, 0.22181130945682526, 0.18050692975521088, 0.18220014870166779, 0.1457638442516327, 0.15656538307666779, 0.12496788054704666, 0.08404374122619629, 0.11088791489601135, 0.07832065969705582, 0.04724334925413132, -0.010659970343112946, -0.06553225964307785, -0.12340270727872849, -0.11300057172775269, -0.1571015864610672, -0.17834050953388214, -0.139157235622406, -0.11359690874814987, -0.15747235715389252, -0.132356658577919, -0.10427168756723404, -0.09667627513408661, -0.08526004105806351, -0.052520740777254105, -0.0554317831993103, -0.08142683655023575, -0.07224053889513016, -0.07770311087369919, -0.03128805384039879, -0.004016428254544735, -0.06572569161653519, -0.040203776210546494, 0.008716014213860035, 0.03860194981098175, -0.03075478784739971, 0.03690452128648758, 0.07439998537302017, 0.001908008474856615, 0.10426153242588043, 0.0782044306397438, 0.06587733328342438, 0.0726880431175232, 0.07087089866399765, 0.09091829508543015, 0.1039421483874321, 0.17894703149795532, 0.17203949391841888, 0.15072490274906158, 0.15582726895809174, 0.19978827238082886, 0.18650281429290771, 0.16051164269447327, 0.14651237428188324, 0.1523330807685852, 0.0986989438533783, 0.05821438878774643, 0.07463478296995163, 0.024452919140458107, -0.016114486381411552, -0.017497006803750992, 0.02560279704630375, 0.03298979997634888, -0.08553609997034073, -0.10841527581214905, -0.046913739293813705, -0.05625396594405174, -0.18538708984851837, -0.187001034617424, -0.1604340523481369, -0.23139816522598267, -0.2358841449022293, -0.2967848479747772, -0.3231408894062042, -0.32386672496795654, -0.27307477593421936, -0.1983918994665146, -0.2160140573978424, -0.2479054033756256, -0.2833888530731201, -0.3110843002796173, -0.36898088455200195, -0.33520543575286865, -0.34010207653045654, -0.31045106053352356, -0.23268646001815796, -0.1828589290380478, -0.167329341173172, -0.1498224288225174, -0.10723631083965302, -0.043021850287914276, -0.01763066276907921, 0.003818076802417636, 0.01528091263025999, 0.04667619615793228, 0.08771583437919617, 0.047555018216371536, 0.07263651490211487, 0.12650808691978455, 0.08565283566713333, 0.07849588245153427, 0.10857445746660233, 0.18437181413173676, 0.2139640748500824, 0.19480647146701813, 0.20748735964298248, 0.20593799650669098, 0.2232348620891571, 0.24654746055603027, 0.24872297048568726, 0.26517727971076965, 0.28425130248069763, 0.2631421387195587, 0.2489810734987259, 0.21283301711082458, 0.23168937861919403, 0.21365290880203247, 0.24072788655757904, 0.16950573027133942, 0.15889406204223633, 0.15348604321479797, 0.14205846190452576, 0.12648369371891022, 0.07679993659257889, 0.0786767303943634, 0.040825724601745605, 0.038843635469675064, 0.042988505214452744, 0.032217610627412796, -0.034491803497076035, -0.024094540625810623, 0.01773826591670513, -0.01605425402522087, -0.008931899443268776, -0.03352652117609978, -0.0392058826982975, -0.02754850499331951, 0.01067870669066906, -0.008428920991718769, -0.024012133479118347, -0.013439575210213661, -0.019552120938897133, -0.012628770433366299, -0.051017627120018005, -0.049343500286340714, -0.001678798464126885, -0.0011394512839615345, 0.0018239837372675538, 0.05936235934495926, 0.09364728629589081, 0.08932606130838394, 0.07559409737586975, 0.1361498236656189, 0.0900321677327156, 0.03536348044872284, 0.11139142513275146, 0.16535942256450653, 0.14536473155021667, 0.11011400818824768, 0.13232243061065674, 0.1786249577999115, 0.18008771538734436, 0.1693517416715622, 0.1644085794687271, 0.14733684062957764, 0.12872062623500824, 0.1697099506855011, 0.15459905564785004, 0.1587604433298111, 0.1287037581205368, 0.07919909805059433, 0.10593666136264801, 0.16068239510059357, 0.1714845448732376, 0.1909017413854599, 0.23443076014518738, 0.2234998196363449, 0.16553299129009247, 0.17381413280963898, 0.1358891874551773, 0.06754080951213837, 0.059467412531375885, 0.12713190913200378, 0.09033238142728806, 0.05050858110189438, 0.05040043964982033, 0.05778651311993599, 0.050271499902009964, 0.040498655289411545, 0.06505352258682251, 0.06598486751317978, 0.014398672617971897, 0.012165674939751625, 0.08167007565498352, 0.059441499412059784, -0.03175747022032738, -0.010414605028927326, 0.0013733995147049427, -0.07537685334682465, -0.07276439666748047, 0.002175357658416033, 0.057635050266981125, -0.0031550617422908545, -0.08467552810907364, -0.015161586925387383, -0.011630149558186531, -0.03805886209011078, -0.006706919986754656, 0.056135036051273346, 0.037799715995788574, 0.07712222635746002, 0.10946552455425262, 0.08153949677944183, 0.07951521873474121, 0.06583769619464874, 0.11150055378675461, 0.08479298651218414, 0.12053737789392471, 0.138490691781044, 0.1631821095943451, 0.20337438583374023, 0.1346462368965149, 0.020888935774564743, 0.03777610510587692, 0.08492140471935272, 0.055752240121364594, 0.054976750165224075, 0.06075570359826088, 0.0797531008720398, 0.07813100516796112, 0.11293479800224304, 0.09276078641414642, 0.09806946665048599, 0.1262727677822113, 0.07432433217763901, 0.06108802556991577, 0.05583351105451584, 0.026638491079211235, -0.004415111616253853, 0.047628920525312424, 0.02647782675921917, 0.008407260291278362, 0.018199767917394638, -0.005871491972357035, -0.03363548591732979, -0.07069230824708939, -0.061654891818761826, -0.06809108704328537, -0.03855718672275543, -0.08252287656068802, -0.11184849590063095, -0.0946139469742775, -0.12081781029701233, -0.13467925786972046, -0.12516911327838898, -0.09918569773435593, -0.13756394386291504, -0.15338324010372162, -0.11962109804153442, -0.11154057085514069, -0.10721723735332489, -0.06373442709445953, -0.01509473379701376, -0.040623173117637634, -0.08865529298782349, -0.10645025223493576, -0.10344598442316055, -0.1528005301952362, -0.1925419270992279, -0.11444554477930069, -0.0762161985039711, -0.11085782945156097, -0.08739589899778366, -0.026636552065610886, -0.005143256392329931, 0.03656495735049248, 0.09227779507637024, 0.14040398597717285, 0.09790635108947754, 0.06942226737737656, 0.07878049463033676, 0.028363799676299095, -0.005890534725040197, 0.006261084694415331, 0.03393126279115677, 0.0388079397380352, 0.03414677456021309, 0.10530868917703629, 0.10389994084835052, 0.07011234015226364, 0.09001608192920685, 0.0858168751001358, 0.0788242295384407, 0.040231283754110336, -0.024176249280571938, 0.012471872381865978, 0.11315622925758362, 0.11701710522174835, 0.12173567712306976, 0.14380262792110443, 0.12927865982055664, 0.07862035185098648, 0.09218670427799225, 0.12377375364303589, 0.039577681571245193, 0.001859587267972529, 0.0630740076303482, 0.07297991961240768, 0.033650901168584824, 0.03749522566795349, 0.02277716062963009, 0.044001415371894836, 0.03793388977646828, 0.04943380877375603, 0.06386161595582962, 0.03356916084885597, -0.01277038361877203, -0.05037741735577583, -0.0011834416072815657, -0.05959335342049599, -0.08335942029953003, -0.04992075264453888, -0.04164210334420204, -0.02200685441493988, -0.032262589782476425, -0.004713484086096287, 0.03910129889845848, 0.045536745339632034, 0.01228102296590805, 0.025827767327427864, 0.03362611308693886, 0.06125761941075325, 0.01023557037115097, -0.04872191324830055, -0.03374805301427841, -0.047097090631723404, -0.09538519382476807, -0.13291457295417786, -0.10533512383699417, -0.06776409596204758, -0.11981924623250961, -0.12108607590198517, -0.07592622190713882, -0.08112921565771103, -0.06858424842357635, -0.10422977805137634, -0.12192799150943756, -0.11808233708143234, -0.11780711263418198, -0.09701909124851227, -0.08552432060241699, -0.10338912159204483, -0.15017007291316986, -0.13979342579841614, -0.18268613517284393, -0.2183406949043274, -0.33541256189346313, -0.3572378158569336, -0.2907375991344452, -0.3347203731536865, -0.38290852308273315, -0.4022808372974396, -0.41477036476135254, -0.42773082852363586, -0.3228960633277893, -0.25169265270233154, -0.25472530722618103, -0.19343511760234833, -0.06975409388542175, 0.02707730606198311, 0.0810398980975151, 0.1164584755897522, 0.13861817121505737, 0.12821869552135468, 0.16652952134609222, 0.2574838101863861, 0.24948357045650482, 0.23972094058990479, 0.24719105660915375, 0.25669267773628235, 0.277316689491272, 0.2551833689212799, 0.1901475042104721, 0.15206052362918854, 0.15449775755405426, 0.08834069222211838, 0.08734188228845596, 0.045230891555547714, -0.00036243777140043676, -0.012023864313960075, -0.06559950113296509, -0.08687198162078857, -0.1514972448348999, -0.13341964781284332, -0.05084711313247681, -0.015279329381883144, -0.04347565770149231, -0.10041607916355133, -0.131967231631279, -0.15404489636421204, -0.1431649774312973, -0.15482327342033386, -0.18014635145664215, -0.1768634021282196, -0.14795424044132233, -0.13690118491649628, -0.10110315680503845, -0.07692490518093109, -0.06382603943347931, -0.07070520520210266, -0.09535221755504608, -0.11107833683490753, -0.09367626160383224, -0.061129022389650345, -0.11713211238384247, -0.14832571148872375, -0.12188390642404556, -0.11558138579130173, -0.11602294445037842, -0.08593697845935822, -0.08065266162157059, -0.08900843560695648, -0.06678910553455353, -0.08977203071117401, -0.09529910981655121, -0.12478934228420258, -0.16327661275863647, -0.15865249931812286, -0.14055955410003662, -0.14730140566825867, -0.15893617272377014, -0.1487458348274231, -0.0901729166507721, -0.08254504948854446, -0.03499595448374748, 0.04151567071676254, 0.05657823756337166, 0.06755704432725906, 0.06207487732172012, 0.04050658270716667, 0.0637323185801506, 0.11084504425525665, 0.1100628525018692, 0.08265000581741333, 0.14781543612480164, 0.15962164103984833, 0.16536401212215424, 0.17198523879051208, 0.1848587542772293, 0.1925773173570633, 0.18752574920654297, 0.12351513653993607, 0.12151756137609482, 0.16785526275634766, 0.1636866331100464, 0.11674430221319199, 0.14148367941379547, 0.18354368209838867, 0.18929080665111542, 0.1583116203546524, 0.1436256468296051, 0.08667916804552078, 0.02818428725004196, 0.022479591891169548, -0.0015329807065427303, -0.032354146242141724, -0.06480258703231812, -0.083184614777565, -0.12133114784955978, -0.10317004472017288, -0.09679359197616577, -0.1374005824327469, -0.1564057320356369, -0.17560233175754547, -0.14674752950668335, -0.1887282431125641, -0.22095133364200592, -0.2208939790725708, -0.18952518701553345, -0.23602069914340973, -0.26909542083740234, -0.21849791705608368, -0.24006298184394836, -0.2694374620914459, -0.23854711651802063, -0.1944296807050705, -0.23671315610408783, -0.18020522594451904, -0.12412504106760025, -0.11561917513608932, -0.07148411870002747, -0.06469221413135529, -0.011615400202572346, -0.003761699190363288, -0.0352698490023613, -0.008143589831888676, 0.002242610091343522, -0.023683015257120132, -0.035065922886133194, -0.07124029844999313, -0.08893118053674698, -0.08806739747524261, -0.07398831844329834, -0.040794488042593, -0.025295069441199303, -0.031108399853110313, 0.0035117529332637787, 0.006561811547726393, 0.0010906658135354519, -0.01911930739879608, -0.0010263260919600725, -0.02014867216348648, -0.06886520981788635, -0.057764682918787, -0.07641483843326569, -0.13177183270454407, -0.12670645117759705, -0.13275688886642456, -0.13058707118034363, -0.1438102275133133, -0.19912631809711456, -0.19445271790027618, -0.1445803940296173, -0.1997649073600769, -0.2127627730369568, -0.14901721477508545, -0.14232665300369263, -0.22027811408042908, -0.1703639030456543, -0.1723441630601883, -0.20971590280532837, -0.18349720537662506, -0.1639464646577835, -0.1884169727563858, -0.2235485464334488, -0.16160573065280914, -0.14629028737545013, -0.134587362408638, -0.12336631119251251, -0.13415631651878357, -0.12239990383386612, -0.09718555212020874, -0.08042103052139282, -0.06322325021028519, -0.04987426847219467, -0.028773589059710503, -0.034855928272008896, -0.0019470298429951072, 1.7191645383718424e-05, 0.03289881721138954, 0.06152525916695595, 0.04468633607029915, 0.021949101239442825, 0.04717055335640907, 0.09868402034044266, 0.0843106135725975, 0.06416542828083038, 0.033613935112953186, 0.028845343738794327, 0.03513984754681587, 0.012280039489269257, 0.02455737069249153, 0.00724761001765728, 0.006412886083126068, -0.0037404466420412064, -0.02378043718636036, 0.022701431065797806, 0.0017746065277606249, 0.0326092466711998, 0.0329340398311615, 0.024117212742567062, 0.019758258014917374, -0.000973789778072387, -0.0022680992260575294, 0.013442746363580227, 0.02251669391989708, 0.02817848138511181, 0.016263434663414955, 0.025538349524140358, 0.04612499102950096, 0.02263791114091873, 0.026781175285577774, 0.04381916671991348, 0.03226098790764809, 0.03555408492684364, 0.027790535241365433, 0.08689511567354202, 0.15716540813446045, 0.14119106531143188, 0.12940193712711334, 0.12299533188343048, 0.11779176443815231, 0.13959148526191711, 0.08807170391082764, 0.09293198585510254, 0.10271822661161423, 0.12163341790437698, 0.15404073894023895, 0.15709564089775085, 0.13369938731193542, 0.11245648562908173, 0.18445706367492676, 0.1653202474117279, 0.13879165053367615, 0.12573248147964478, 0.1362357884645462, 0.10705079883337021, 0.10725025087594986, 0.06463687866926193, 0.040490418672561646, 0.0736379399895668, 0.0754471868276596, 0.09433817118406296, 0.05756731703877449, 0.061403755098581314, 0.04225288704037666, 0.02723456174135208, -0.0011594737879931927, 0.021281329914927483, 0.033300526440143585, 0.037069596350193024, -0.0012272113235667348, -0.0052512818947434425, -0.02593524381518364, -0.04144920036196709, -0.012520337477326393, 0.0025331079959869385, -0.014336545020341873, -0.0031086166854947805, 0.003525111358612776, 0.012175115756690502, 0.026292746886610985, 0.014356336556375027, -0.005538467783480883, -0.041176989674568176, -0.004763361066579819, 0.03969636932015419, -0.013270837254822254, -0.05843337997794151, -0.06342604756355286, -0.03445855528116226, -0.025820964947342873, -0.012529128231108189, 0.020329443737864494, 0.025284066796302795, 0.00715319998562336, 0.04638196527957916, 0.0813961774110794, 0.02585318312048912, 0.019185231998562813, 0.05102953687310219, 0.016084054484963417, 0.05455091595649719, 0.08616192638874054, 0.09907551854848862, 0.09464717656373978, 0.11502931267023087, 0.16450917720794678, 0.14039532840251923, 0.13298195600509644, 0.1791543960571289, 0.20116180181503296, 0.19001469016075134, 0.17107021808624268, 0.17149491608142853, 0.15694881975650787, 0.14762358367443085, 0.1530430167913437, 0.16322089731693268, 0.13736966252326965, 0.09672921150922775, 0.10210367292165756, 0.1071367934346199, 0.11701932549476624, 0.12380146235227585, 0.08676508069038391, 0.10338181257247925, 0.09725357592105865, 0.08049146831035614, 0.09329500049352646, 0.09279787540435791, 0.05582129955291748, 0.016319889575242996, 0.0356021486222744, 0.01539097260683775, -0.00388459418900311, 0.025789877399802208, 0.005888992454856634, -0.018615731969475746, -0.013234823010861874, 0.02969059906899929, 0.015500783920288086, 0.012640833854675293, 0.04045785963535309, 0.03136175870895386, 0.021753735840320587, 0.012392808683216572, -1.0126439519808628e-05, -0.0018919321009889245, -0.03911451995372772, -0.0492597334086895, -0.03799302130937576, -0.030779199674725533, -0.03373495489358902, -0.026577569544315338, -0.053445521742105484, -0.05495261773467064, -0.054258525371551514, -0.05486356467008591, -0.06460867077112198, -0.02187154069542885, -0.0498538464307785, -0.08662790060043335, -0.04565022885799408, -0.0032240240834653378, 0.03620440885424614, 0.014378536492586136, 0.08340111374855042, 0.16028495132923126, 0.12147875130176544, 0.13532570004463196, 0.15967150032520294, 0.13597078621387482, 0.16327537596225739, 0.16040897369384766, 0.14676646888256073, 0.20877057313919067, 0.25085392594337463, 0.200521782040596, 0.20698879659175873, 0.2728803753852844, 0.2528810501098633, 0.24274055659770966, 0.2814945876598358, 0.2839445471763611, 0.30850329995155334, 0.31750500202178955, 0.29747968912124634, 0.2407493144273758, 0.18920226395130157, 0.14407777786254883, 0.15390798449516296, 0.12641842663288116, 0.06912756711244583, 0.0646643415093422, 0.055899571627378464, 0.04459439590573311, 0.03528834506869316, 0.01892397180199623, 0.008891868405044079, 0.020913906395435333, -0.005531372502446175, -0.043269023299217224, -0.034126169979572296, -0.022832702845335007, -0.07137234508991241, -0.08191242069005966, -0.10006839781999588, -0.13956107199192047, -0.14506173133850098, -0.13762624561786652, -0.13315355777740479, -0.12634560465812683, -0.11271965503692627, -0.17778879404067993, -0.15843361616134644, -0.12040729075670242, -0.12969397008419037, -0.13735859096050262, -0.15298712253570557, -0.11961256712675095, -0.10474700480699539, -0.09371748566627502, -0.03380400687456131, -0.024320829659700394, -0.07105931639671326, -0.060446061193943024, -0.08013653010129929, -0.11562889814376831, -0.09817402809858322, -0.1275523155927658, -0.09427718073129654, -0.04627125337719917, -0.046170178800821304, -0.04892140254378319, 0.005698939319700003, 0.06018708646297455, 0.05674662068486214, 0.01469199825078249, 0.008024272508919239, 0.035306043922901154, 0.03197012096643448, 0.05429999157786369, 0.04664214700460434, -0.0023493249900639057, 0.006449053529649973, 0.03917201608419418, 0.04558316990733147, 0.011512638069689274, -0.011044858023524284, -0.010403801687061787, -0.002056774450466037, -0.030933402478694916, -0.03296777606010437, -0.05923217535018921, -0.10529819130897522, -0.11908495426177979, -0.10424548387527466, -0.13052958250045776, -0.15225955843925476, -0.1511140912771225, -0.14583440124988556, -0.14764851331710815, -0.17291098833084106, -0.15593887865543365, -0.12435538321733475, -0.1136806383728981, -0.12416212260723114, -0.12764424085617065, -0.1272137463092804, -0.13879582285881042, -0.12923544645309448, -0.10907283425331116, -0.1319573074579239, -0.14558199048042297, -0.10756924748420715, -0.11395447701215744, -0.10057554394006729, -0.08821350336074829, -0.09286993741989136, -0.09272672981023788, -0.09230025112628937, -0.10349205136299133, -0.11667101830244064, -0.08135857433080673, -0.08663741499185562, -0.06272488087415695, -0.01795412227511406, -0.03785669803619385, -0.051103077828884125, -0.04068690165877342, -0.0654454454779625, -0.05272669345140457, -0.033336617052555084, -0.033801257610321045, -0.04356544464826584, -0.0381285734474659, 0.012917603366076946, 0.0351225920021534, -0.014226250350475311, -0.012542868964374065, -0.00792059488594532, -0.009414519183337688, -0.02463439479470253, -0.008850900456309319, 0.015501545742154121, 0.057483065873384476, 0.08652766793966293, 0.11055406928062439, 0.12288160622119904, 0.10722355544567108, 0.1527620404958725, 0.15622469782829285, 0.1435798704624176, 0.1295146644115448, 0.10394882410764694, 0.11079946905374527, 0.1384042650461197, 0.16944308578968048, 0.12588848173618317, 0.1271343231201172, 0.11649440973997116, 0.061869118362665176, 0.03952142223715782, 0.0563366562128067, 0.046370647847652435, 0.017736392095685005, 0.020087813958525658, 0.02576526626944542, 0.016865050420165062, 0.0180825125426054, -0.020119868218898773, -0.06935577839612961, -0.08866415172815323, -0.06260436773300171, -0.04838664457201958, -0.08283965289592743, -0.0771695151925087, -0.07427220046520233, -0.08550350368022919, -0.0793074369430542, -0.04573940858244896, -0.0489131435751915, -0.0457160584628582, -0.016941286623477936, -0.007961468771100044, -0.02914472110569477, -0.039920248091220856, -0.016867082566022873, 0.018040664494037628, 0.020860781893134117, -0.000820864166598767, -0.03200908005237579, -0.022533435374498367, -0.013844321481883526, -0.02351761981844902, 0.003842196660116315, -0.04830699786543846, -0.08805844187736511, -0.04072204977273941, -0.01327442191541195, -0.04359297826886177, -0.04538078233599663, -0.011601434089243412, 0.007686602417379618, 0.010449802502989769, 0.04034794121980667, 0.046529654413461685, 0.009720314294099808, 0.029070504009723663, 0.01853911019861698, 0.026492416858673096, 0.0031309823971241713, -0.009134696796536446, 0.016831394284963608, 0.012185989879071712, 0.030443858355283737, 0.024536823853850365, 0.001202896237373352, -0.027834581211209297, -0.02413969114422798, -0.05554095655679703, -0.02865171805024147, -0.048778221011161804, -0.07979601621627808, -0.018366621807217598, -0.025585893541574478, -0.04353855922818184, 0.0009686166886240244, 0.004790918901562691, -0.02587100863456726, -0.03963572531938553, -0.024997292086482048, -0.025509513914585114, -0.06640370190143585, -0.1027790755033493, -0.10141096264123917, -0.12243663519620895, -0.12695389986038208, -0.12578342854976654, -0.11506471782922745, -0.10817153006792068, -0.08045539259910583, -0.06957945972681046, -0.038829587399959564, -0.031013917177915573, -0.036455631256103516, 0.013803237117826939, 0.03334323316812515, -0.0006409326451830566, -0.009145155549049377, -0.02552749589085579, -0.025927718728780746, -0.02982044778764248, -0.01737550087273121, -0.024140335619449615, -0.010921993292868137, 0.03218236193060875, 0.013710856437683105, 0.050524696707725525, 0.059945590794086456, 0.05080942437052727, 0.0569814033806324, 0.02366802655160427, -0.01430068351328373, -0.03638540953397751, -0.02611592598259449, -0.07844258099794388, -0.0670984759926796, -0.06024196743965149, -0.027409391477704048, -0.05035420507192612, -0.07065760344266891, -0.04068586230278015, -0.04239198565483093, -0.05925209820270538, -0.016340166330337524, -0.01119663380086422, -0.056654248386621475, -0.03087368980050087, -0.04567683860659599, -0.05729435756802559, -0.03110741451382637, -0.014504881575703621, 0.011627588421106339, -0.0027332003228366375, 0.003983813337981701, 0.03700202330946922, 0.052823953330516815, 0.03641587123274803, 0.02966826595366001, 0.02310493402183056, 0.030586976557970047, -0.017379943281412125, -0.036851804703474045, -0.0219793152064085, -0.031243344768881798, 0.0004103867104277015, 0.03950910642743111, 0.05504663288593292, 0.043056290596723557, 0.02512127161026001, 0.035289932042360306, 0.0437268503010273, 0.05985599756240845, 0.0653810203075409, 0.0576019249856472, 0.03738817200064659, 0.03645017370581627, 0.049116961658000946, 0.017820674926042557, -0.02854236774146557, -0.01341491099447012, -0.012348776683211327, 0.0028791576623916626, -0.01095531415194273, -0.042582251131534576, -0.01935001276433468, -0.009537938050925732, -0.008029763586819172, 0.0017424955731257796, -0.047706495970487595, -0.04137269780039787, -0.009794254787266254, -0.008227262645959854, -0.04124440625309944, -0.04810522869229317, -0.043287429958581924, -0.058006495237350464, -0.05863538384437561, -0.07109250873327255, -0.09269113093614578, -0.12662146985530853, -0.15145833790302277, -0.15406662225723267, -0.11889217048883438, -0.1428767293691635, -0.14699359238147736, -0.10986357182264328, -0.09876643121242523, -0.09384465217590332, -0.11027936637401581, -0.13008028268814087, -0.15272636711597443, -0.16095863282680511, -0.16928017139434814, -0.16932658851146698, -0.16286468505859375, -0.18198613822460175, -0.16970957815647125, -0.16630081832408905, -0.14186300337314606, -0.12857791781425476, -0.10261919349431992, -0.10518161952495575, -0.10576261579990387, -0.07670994848012924, -0.04811583086848259, -0.011728125624358654, -0.0008084573782980442, -0.021094366908073425, -0.014233948662877083, 0.04115960747003555, 0.06845775991678238, 0.10496456921100616, 0.11565125733613968, 0.07344958931207657, 0.07061629742383957, 0.05676380544900894, 0.07416152954101562, 0.06745600700378418, 0.08498009294271469, 0.06864884495735168, 0.10406477749347687, 0.1384904980659485, 0.13433794677257538, 0.1327992081642151, 0.11606521904468536, 0.08663526922464371, 0.0931459367275238, 0.09097731113433838, 0.0951150432229042, 0.09952374547719955, 0.10620519518852234, 0.11784684658050537, 0.11306439340114594, 0.11850288510322571, 0.10541625320911407, 0.1228967010974884, 0.12965132296085358, 0.11047979444265366, 0.07339093834161758, 0.053800590336322784, 0.06278043240308762, 0.07852030545473099, 0.07001164555549622, 0.06537137180566788, 0.05330975353717804, 0.09112492948770523, 0.09873366355895996, 0.06151239201426506, 0.04328245669603348, 0.06925754249095917, 0.018668027594685555, -0.0033694994635879993, 0.04957493394613266, 0.013250116258859634, -0.009609762579202652, 0.008218340575695038, 0.046632762998342514, 0.043267618864774704, 0.00027293627499602735, 0.023314086720347404, 0.07758074253797531, 0.0845145732164383, 0.06373804062604904, 0.07147491723299026, 0.06622172892093658, 0.0690278708934784, 0.038268592208623886, 0.06664781272411346, 0.04577359929680824, 0.05225297436118126, 0.08103574812412262, 0.07377984374761581, 0.07382747530937195, 0.07236266136169434, 0.09380458295345306, 0.09717557579278946, 0.10813295096158981, 0.11042548716068268, 0.13314121961593628, 0.10810009390115738, 0.1034284234046936, 0.12944845855236053, 0.10018511861562729, 0.06491674482822418, 0.08027820289134979, 0.044295184314250946, 0.009263637475669384, 0.0008152397349476814, -0.012529421597719193, -0.015746772289276123, -0.002525682095438242, -0.010113812983036041, -0.017476843670010567, -0.03571366146206856, -0.0075655290856957436, 0.0009399267728440464, 0.002775561762973666, -0.035133399069309235, -0.012317628599703312, -0.0016444800421595573, -0.010821999981999397, -0.024357503280043602, -0.016529828310012817, -0.0225660502910614, -0.05190173536539078, -0.05082258954644203, -0.06045594438910484, -0.05898415297269821, -0.08056261390447617, -0.09264391660690308, -0.05265774950385094, -0.02484082616865635, -0.008187884464859962, -0.0029674628749489784, 0.013167236000299454, 0.009007750079035759, 0.01760329306125641, -0.008429862558841705, -0.024671386927366257, -0.0420701690018177, -0.016254058107733727, 0.005424145609140396, -0.021842144429683685, -0.05237318202853203, -0.0038642326835542917, 0.012421397492289543, 0.011975769884884357, 0.002115965588018298, -0.014715428464114666, 0.018148720264434814, 0.024792447686195374, 0.02780945412814617, 0.06813082098960876, 0.05685919523239136, 0.05663829669356346, 0.052764616906642914, 0.052812255918979645, 0.014801954850554466, 0.013622906990349293, 0.02989981323480606, 0.04594900459051132, 0.00870585534721613, 0.024406306445598602, 0.05174737423658371, 0.071457639336586, 0.060739412903785706, 0.048261843621730804, 0.05104878172278404, 0.04608003422617912, 0.039457015693187714, 0.04563247412443161, 0.08305828273296356, 0.07906053215265274, 0.05017295479774475, 0.08191761374473572, 0.10908239334821701, 0.06635627895593643, 0.052342552691698074, 0.07956703007221222, 0.048093050718307495, 0.05263013392686844, 0.08544101566076279, 0.08850705623626709, 0.06591450423002243, 0.09448022395372391, 0.08171724528074265, 0.10163083672523499, 0.13117235898971558, 0.11439439654350281, 0.11062081903219223, 0.11242789775133133, 0.1377275139093399, 0.14375010132789612, 0.11263260990381241, 0.09550299495458603, 0.09880013018846512, 0.08493977785110474, 0.07182413339614868, 0.0779120922088623, 0.07554283738136292, 0.06312526017427444, 0.049954693764448166, 0.056877005845308304, 0.04713648185133934, 0.03475291281938553, 0.012205833569169044, -0.006266159936785698, 0.008084075525403023, 0.004104649182409048, 0.002546118339523673, 0.008289969526231289, 0.011112647131085396, -0.0020425007678568363, -0.01686955615878105, -0.029862014576792717, -0.08076351881027222, -0.0791124477982521, -0.08786807209253311, -0.05199858546257019, -0.03905126452445984, -0.0448264442384243, -0.029487818479537964, -0.04807187244296074, -0.07420723885297775, -0.08811157196760178, -0.12458391487598419, -0.15914708375930786, -0.13609366118907928, -0.13625815510749817, -0.09008204191923141, -0.08531667292118073, -0.08977389335632324, -0.08997102826833725, -0.0957336574792862, -0.08373717218637466, -0.10181551426649094, -0.09554708749055862, -0.04730788618326187, -0.04087430238723755, -0.02109651267528534, -0.005885510239750147, -0.03185020759701729, -0.026864388957619667, -0.03644181415438652, -0.049571454524993896, -0.048845529556274414, -0.02130191959440708, -0.03184763342142105, -0.03710547462105751, -0.016232969239354134, -0.02530723251402378, -0.04049791395664215, -0.04269423335790634, -0.022484533488750458, -0.01731863059103489, 0.004942296538501978, 0.03345980867743492, 0.03712823614478111, 0.055417001247406006, 0.051317598670721054, 0.050994135439395905, 0.07391410320997238, 0.07091089338064194, 0.047169722616672516, 0.06223030015826225, 0.04423075169324875, 0.027711274102330208, 0.03233294561505318, 0.049364641308784485, 0.03872603178024292, 0.020012684166431427, 0.032832592725753784, 0.010997487232089043, -0.01396464928984642, -0.011127397418022156, 0.004012109246104956, 0.04034902900457382, 0.01589227095246315, 0.007329828105866909, -0.02644002065062523, -0.03963955491781235, -0.057267896831035614, -0.0727575495839119, -0.06759975850582123, -0.07947570085525513, -0.044546227902173996, -0.05689838156104088, -0.062163930386304855, -0.04285101220011711, -0.04206426069140434, -0.0629003718495369, -0.09180557727813721, -0.1206885278224945, -0.1426141858100891, -0.10898233205080032, -0.10296937823295593, -0.1244439035654068, -0.10199998319149017, -0.06340228766202927, -0.06080709025263786, -0.06970369815826416, -0.07965352386236191, -0.0734633207321167, -0.08963106572628021, -0.05883604660630226, -0.04576624557375908, -0.05554739013314247, -0.041471920907497406, -0.04629706218838692, -0.06769832968711853, -0.07324589043855667, -0.0577833466231823, -0.04865764081478119, -0.07166337221860886, -0.07097307592630386, -0.07848209887742996, -0.06777559220790863, -0.07038901001214981, -0.08451612293720245, -0.05973418056964874, -0.08377916365861893, -0.06805554032325745, -0.05751877278089523, -0.06374090164899826, -0.07243621349334717, -0.08192408829927444, -0.05317742004990578, -0.03603178635239601, -0.018096044659614563, -0.0190641600638628, 0.004826986230909824, 0.02954384870827198, -0.012249150313436985, -0.04395616054534912, -0.05919460952281952, -0.045986074954271317, -0.09500132501125336, -0.10853872448205948, -0.1127377524971962, -0.12146681547164917, -0.12480278313159943, -0.15881167352199554, -0.17005755007266998, -0.173701673746109, -0.19362181425094604, -0.1853944957256317, -0.19001156091690063, -0.19731564819812775, -0.17828603088855743, -0.20627038180828094, -0.19150090217590332, -0.19139344990253448, -0.17026300728321075, -0.15916356444358826, -0.1302868276834488, -0.12939676642417908, -0.11043968796730042, -0.10037203133106232, -0.07928299158811569, -0.09933170676231384, -0.08235914260149002, -0.08695052564144135, -0.0828099176287651, -0.06620177626609802, -0.06982158869504929, -0.07714594900608063, -0.03987939655780792, -0.03835396468639374, -0.06076563149690628, -0.01968257501721382, -0.030730320140719414, -0.020282499492168427, 0.014526724815368652, 0.02364947460591793, 0.04949302598834038, 0.0437590591609478, 0.03561478480696678, 0.007362050469964743, 0.013047587126493454, 0.02564297616481781, 0.024293962866067886, 0.028124937787652016, 0.01171776745468378, 0.021429235115647316, 0.035604242235422134, 0.033961568027734756, 0.03009975515305996, 0.0561298131942749, 0.03528918698430061, 0.015134154818952084, -0.0009308916050940752, -0.027515437453985214, -0.016815204173326492, -0.008085636422038078, -0.019156593829393387, -0.035630837082862854, -0.025680728256702423, 0.0018107111100107431, 0.00312381936237216, -0.03887689858675003, -0.013677340932190418, -0.027454188093543053, -0.02089405432343483, -0.03561734780669212, -0.059111084789037704, -0.04827950894832611, -0.054530732333660126, -0.06628396362066269, -0.046594519168138504, -0.04308188706636429, -0.03902848809957504, -0.0008948842878453434, -0.011790266260504723, -0.04869423434138298, -0.06320669502019882, -0.025984060019254684, -0.012487748637795448, -0.047858353704214096, -0.047461286187171936, -0.020952433347702026, -0.03131621703505516, -0.03577253594994545, -0.012961350381374359, -0.021516768261790276, -0.07601719349622726, -0.07838474214076996, -0.043595168739557266, -0.031493015587329865, -0.016304951161146164, -0.023874327540397644, 0.0026268749497830868, 0.025967827066779137, 0.006912939250469208, 0.0050221458077430725, 0.0165680181235075, -0.0027522321324795485, -0.032882217317819595, 0.025426805019378662, 0.03372487053275108, 0.03872211277484894, 0.053766462951898575, 0.04317077249288559, 0.027521908283233643, 0.01659443974494934, 0.023321792483329773, 0.024448363110423088, 0.013887672685086727, 0.02576061338186264, 0.03647003322839737, 0.04240628331899643, 0.0299079492688179, 0.040922652930021286, 0.07871628552675247, 0.08173897862434387, 0.07809300720691681, 0.0695565938949585, 0.08726200461387634, 0.09866072237491608, 0.10084119439125061, 0.13768206536769867, 0.1207561120390892, 0.12475131452083588, 0.15093570947647095, 0.1663573831319809, 0.18037377297878265, 0.15909728407859802, 0.1215689405798912, 0.13200891017913818, 0.15372179448604584, 0.13832500576972961, 0.12723954021930695, 0.1283251792192459, 0.10209546238183975, 0.11043844372034073, 0.1302843987941742, 0.11601968854665756, 0.1267693042755127, 0.12329043447971344, 0.1292697787284851, 0.11806394159793854, 0.11840902268886566, 0.13115403056144714, 0.13177955150604248, 0.1350926011800766, 0.1363646388053894, 0.10231606662273407, 0.08558771014213562, 0.06707167625427246, 0.07619302719831467, 0.0872192531824112, 0.08976435661315918, 0.07733646035194397, 0.06847290694713593, 0.03215612843632698, -0.0022417886648327112, 0.004758546128869057, 0.020328592509031296, -0.0011543171713128686, -0.008253321051597595, -0.012401520274579525, -0.033125221729278564, -0.04135579615831375, -0.03975918889045715, -0.003890924621373415, 0.003283402882516384, -0.01315442193299532, -0.004918198101222515, -0.02104886993765831, -0.02735845185816288, -0.05441960319876671, -0.05525369569659233, -0.05089523643255234, -0.04807529225945473, -0.013277438469231129, -0.008780786767601967, -0.024260304868221283, 0.00884783361107111, 0.054248906672000885, 0.056231673806905746, 0.039348054677248, 0.052151259034872055, 0.020637864246964455, 0.00042175650014542043, 0.0009216545149683952, 0.012080710381269455, 0.014731927774846554, 0.023662079125642776, 0.02233126200735569, 0.039426349103450775, 0.06341447681188583, 0.05407193303108215, 0.06081812456250191, 0.10257699340581894, 0.06694826483726501, 0.0644223764538765, 0.09251440316438675, 0.0646144300699234, 0.06034475564956665, 0.06533410400152206, 0.06473339349031448, 0.05303632467985153, 0.03531009331345558, 0.03023124858736992, 0.004088056273758411, 0.015080023556947708, 0.006075937766581774, 0.006498656235635281, 0.03959096968173981, 0.0724240392446518, 0.06785599887371063, 0.06792141497135162, 0.0960543230175972, 0.10707338154315948, 0.10222945362329483, 0.11593738943338394, 0.06470838189125061, 0.049872688949108124, 0.049312278628349304, 0.03788517042994499, 0.01514740101993084, 0.026675023138523102, 0.03965436667203903, 0.019676748663187027, 0.03879120945930481, 0.07487968355417252, 0.06966860592365265, 0.08517677336931229, 0.08667337894439697, 0.09381821751594543, 0.11889015883207321, 0.1428675502538681, 0.16345369815826416, 0.15556904673576355, 0.15360687673091888, 0.14891310036182404, 0.12035143375396729, 0.10802280157804489, 0.1222672089934349, 0.12468581646680832, 0.11452903598546982, 0.1317768394947052, 0.14102907478809357, 0.13844169676303864, 0.14322008192539215, 0.1569802463054657, 0.1559697687625885, 0.1657472848892212, 0.1677670180797577, 0.13380028307437897, 0.09763260185718536, 0.11427315324544907, 0.110301673412323, 0.10608197748661041, 0.12442290037870407, 0.11947741359472275, 0.10689341276884079, 0.0923248901963234, 0.10264667868614197, 0.09265793859958649, 0.08279657363891602, 0.08742541074752808, 0.11957874894142151, 0.12916477024555206, 0.11700604110956192, 0.10250186920166016, 0.1287670135498047, 0.10714966058731079, 0.08998633921146393, 0.07319598644971848, 0.017290357500314713, 0.00795409083366394, 0.024935107678174973, 0.04042179882526398, 0.05865393579006195, 0.06602547317743301, 0.07865366339683533, 0.07483948022127151, 0.04524175822734833, 0.030167095363140106, 0.010176488198339939, 0.04125529155135155, 0.002715463051572442, -0.03260781243443489, 0.027661412954330444, 0.015419911593198776, 0.010240419767796993, 0.005972324404865503, 0.01588451862335205, -0.028396161273121834, -0.028397435322403908, -0.0026400843635201454, -0.03152313455939293, -0.04793533682823181, -0.07107424736022949, -0.05022948235273361, -0.05990118533372879, -0.07023655623197556, -0.10103312879800797, -0.13387179374694824, -0.1114300861954689, -0.09667657315731049, -0.07780878990888596, -0.04481629282236099, -0.05848162621259689, -0.06175471097230911, -0.045119933784008026, -0.03647350147366524, -0.04398639500141144, -0.027386097237467766, -0.03233340382575989, -0.023043660447001457, -0.018482696264982224, -0.019578717648983, -0.028973015025258064, -0.046914003789424896, -0.07838782668113708, -0.08342266827821732, -0.10107169300317764, -0.12916108965873718, -0.11036103218793869, -0.07867445796728134, -0.06521502882242203, -0.061291322112083435, -0.03178425878286362, -0.02181851863861084, -0.040647149085998535, -0.02218041382730007, -0.0300100389868021, -0.037685927003622055, -0.011251818388700485, 0.004553215112537146, -0.025419220328330994, -0.05173402652144432, -0.052126556634902954, -0.024393338710069656, -0.04721545800566673, -0.05063643306493759, -0.06027735024690628, -0.056976668536663055, -0.05022473260760307, -0.04601546376943588, -0.04626111686229706, -0.05767139792442322, -0.06706583499908447, -0.07538151741027832, -0.06629475206136703, -0.08680666983127594, -0.11941520124673843, -0.11378579586744308, -0.0959508866071701, -0.0696730837225914, -0.07965810596942902, -0.07640168815851212, -0.08013179898262024, -0.0756845772266388, -0.08699914813041687, -0.07233241945505142, -0.04537848010659218, -0.06181377172470093, -0.04866059496998787, -0.021238727495074272, -0.0014616260305047035, 0.01898655667901039, 0.005978878121823072, -0.005386218894273043, -0.005612577777355909, 0.01769181527197361, -0.006571562960743904, -0.016069091856479645, -0.025297055020928383, -0.02236292138695717, -0.03354046866297722, -0.03636782616376877, -0.023256292566657066, -0.028109779581427574, -0.02322877198457718, -0.03221540153026581, -0.022634468972682953, -0.03325018286705017, -0.060966331511735916, -0.05151894688606262, -0.03741565719246864, -0.03548681363463402, -0.007866357453167439, -0.0136429937556386, -0.013456808403134346, -0.013314703479409218, -0.013141456060111523, -0.013420877046883106, -0.007960963994264603, -0.02009904570877552, -0.023643378168344498, -0.022730335593223572, -0.023819807916879654, -0.005043637473136187, 0.004810900427401066, -0.013977713882923126, -0.0262011606246233, -0.003857043106108904, 0.043055690824985504, 0.05170416086912155, 0.0446673259139061, 0.03598178178071976, 0.028074756264686584, 0.023462392389774323, 0.05864579230546951, 0.06267949193716049, 0.059547487646341324, 0.045485541224479675, 0.06321143358945847, 0.05526992678642273, 0.03556293249130249, 0.02977801486849785, 0.01777706854045391, 0.020401453599333763, -0.021786943078041077, -0.0324624665081501, -0.02508149854838848, -0.023096870630979538, -0.021433550864458084, -0.031096231192350388, -0.012730500660836697, 0.01059691421687603, 0.01299099437892437, 0.016283225268125534, 0.018601762130856514, 0.0025247519370168447, 0.004890039563179016, -0.012532166205346584, -0.01823611743748188, -0.027408136054873466, -0.01499245222657919, -0.009118178859353065, -0.005551544949412346, -0.0015819382388144732, -0.01565311662852764, -0.03758974373340607, -0.052382972091436386, -0.03586304187774658, -0.036789048463106155, -0.08449316769838333, -0.08180052787065506, -0.10239975899457932, -0.10659831762313843, -0.09631361812353134, -0.1046639159321785, -0.1525932401418686, -0.1967531144618988, -0.18262848258018494, -0.1798860877752304, -0.17973612248897552, -0.18968364596366882, -0.18996332585811615, -0.1751757711172104, -0.1648191660642624, -0.18771108984947205, -0.1997276097536087, -0.19987532496452332, -0.21323898434638977, -0.18049606680870056, -0.15949298441410065, -0.15870529413223267, -0.1489059031009674, -0.15488173067569733, -0.1689479947090149, -0.17516763508319855, -0.17944708466529846, -0.18185032904148102, -0.1869284212589264, -0.15129698812961578, -0.11804889887571335, -0.1281123161315918, -0.11022594571113586, -0.09848514944314957, -0.0727243646979332, -0.05837700888514519, -0.06053492799401283, -0.0755980983376503, -0.09511083364486694, -0.0854455754160881, -0.09656296670436859, -0.09070808440446854, -0.053430695086717606, -0.020170370116829872, 0.004992665722966194, 0.013135361485183239, -0.01096075214445591, 0.004704168066382408, 0.050144679844379425, 0.0619785338640213, 0.04410145804286003, 0.017040397971868515, 0.04401606321334839, 0.05146731436252594, 0.03118651546537876, 0.028714792802929878, 0.029455970972776413, 0.02546580508351326, 0.037588637322187424, 0.03748491033911705, 0.03570953384041786, 0.004892593715339899, -0.018652861937880516, -0.017726747319102287, 0.002418415853753686, 0.02317441999912262, 0.004641593899577856, -0.02001265063881874, -0.01836112141609192, -0.014883465133607388, -0.036337774246931076, -0.0330459363758564, -0.03642692416906357, -0.007128948345780373, -0.021506814286112785, -0.051435764878988266, -0.05211528018116951, -0.0207391157746315, -0.028263336047530174, -0.06540697067975998, -0.047067128121852875, -0.017039483413100243, -0.019053900614380836, -0.04333003982901573, -0.025198468938469887, -0.04144694283604622, -0.07937245815992355, -0.07030011713504791, -0.02691219560801983, -0.024834496900439262, -0.035475246608257294, -0.03922069072723389, -0.036381445825099945, -0.0058693671599030495, 0.007378367241472006, 0.014505594968795776, 0.014249715954065323, 0.042146213352680206, 0.07887949794530869, 0.06750873476266861, 0.07646073400974274, 0.09862267971038818, 0.10757207870483398, 0.11065990477800369, 0.09743441641330719, 0.11191707849502563, 0.103634312748909, 0.07568672299385071, 0.11754362285137177, 0.1455262154340744, 0.132087841629982, 0.10010325163602829, 0.10670170933008194, 0.11269862204790115, 0.10151620954275131, 0.10506775230169296, 0.10988957434892654, 0.10262589156627655, 0.11627227067947388, 0.0919571965932846, 0.06841739267110825, 0.04964205250144005, 0.016948731616139412, 0.03481370583176613, 0.03449992462992668, 0.03722875192761421, 0.019503600895404816, 0.0205430518835783, 0.0028047803789377213, -0.006635522469878197, -0.01614214852452278, -0.05522766336798668, -0.04569399729371071, -0.04778148978948593, -0.04094099998474121, -0.025422563776373863, -0.07212964445352554, -0.07619965821504593, -0.08114071190357208, -0.09581079334020615, -0.07276032119989395, -0.06208222731947899, -0.053245775401592255, -0.09600753337144852, -0.09597364068031311, -0.10481966286897659, -0.09306249022483826, -0.07522335648536682, -0.07405370473861694, -0.07150665670633316, -0.10316138714551926, -0.0854228064417839, -0.0743255764245987, -0.07311494648456573, -0.08873067796230316, -0.09085799008607864, -0.061497464776039124, -0.06252890080213547, -0.0748300850391388, -0.10081479698419571, -0.10842442512512207, -0.09509450942277908, -0.09588907659053802, -0.08142893761396408, -0.09819786250591278, -0.08317165821790695, -0.08092930912971497, -0.11650688946247101, -0.10255635529756546, -0.07866287976503372, -0.0706091970205307, -0.037998978048563004, -0.059490278363227844, -0.051999978721141815, -0.020637918263673782, -0.035738419741392136, -0.023048989474773407, -0.0216912142932415, -0.005192372482270002, 0.0016359469154849648, -0.0066179027780890465, 0.008978789672255516, 0.046615492552518845, 0.05342205613851547, 0.015913676470518112, 0.014386598020792007, -0.0031885530333966017, 0.005723048001527786, 0.043506596237421036, 0.04700193926692009, 0.036230433732271194, 0.04610690101981163, 0.03859219327569008, 0.047879304736852646, 0.046090781688690186, 0.0628894716501236, 0.04764655604958534, 0.04301832616329193, 0.0574050173163414, 0.05740213766694069, 0.0630219355225563, 0.055064331740140915, 0.051310084760189056, 0.06635380536317825, 0.07797636091709137, 0.056847915053367615, 0.07543007284402847, 0.07914822548627853, 0.072681725025177, 0.03845805674791336, 0.0693887248635292, 0.06930277496576309, 0.0659039244055748, 0.07867828011512756, 0.09761088341474533, 0.14878107607364655, 0.1380484253168106, 0.13118000328540802, 0.14177173376083374, 0.1466340571641922, 0.12932585179805756, 0.11672037839889526, 0.15127839148044586, 0.15365147590637207, 0.16963928937911987, 0.17596296966075897, 0.19807632267475128, 0.19510027766227722, 0.19844496250152588, 0.18753762543201447, 0.1833573579788208, 0.16533386707305908, 0.16043031215667725, 0.17839106917381287, 0.18264909088611603, 0.19263213872909546, 0.1903228461742401, 0.19050925970077515, 0.17942436039447784, 0.20720849931240082, 0.1918521672487259, 0.182898610830307, 0.18333615362644196, 0.17632269859313965, 0.16583237051963806, 0.14115111529827118, 0.1523250788450241, 0.14748284220695496, 0.16602928936481476, 0.17766208946704865, 0.1897212117910385, 0.19238196313381195, 0.18730442225933075, 0.15596552193164825, 0.12587770819664001, 0.11904529482126236, 0.12759658694267273, 0.10240556299686432, 0.11521854251623154, 0.13452386856079102, 0.10890812426805496, 0.08078668266534805, 0.07230699807405472, 0.06786426156759262, 0.05229488015174866, 0.05783012881875038, 0.053454723209142685, 0.06260216981172562, 0.05261540040373802, 0.04629168659448624, 0.009116893634200096, 0.022950168699026108, 0.02993556298315525, 0.03739510849118233, 0.017740638926625252, -0.022746505215764046, -0.04415581002831459, -0.058623429387807846, -0.08519196510314941, -0.12296529114246368, -0.13322842121124268, -0.1486707478761673, -0.16879889369010925, -0.16798283159732819, -0.1862947642803192, -0.19560430943965912, -0.2250136137008667, -0.2277986854314804, -0.20107915997505188, -0.20599716901779175, -0.19415248930454254, -0.18258436024188995, -0.1768263429403305, -0.17576853930950165, -0.17815998196601868, -0.14548629522323608, -0.11557378619909286, -0.1186603307723999, -0.10792988538742065, -0.08624248951673508, -0.05018928274512291, -0.04450966417789459, -0.037445515394210815, -0.03152930736541748, -0.031180646270513535, -0.04129689931869507, -0.04618320241570473, -0.03613743931055069, -0.035184651613235474, -0.028013398870825768, -0.03887613117694855, -0.05356474220752716, -0.06853194534778595, -0.06662259995937347, -0.06663991510868073, -0.07645353674888611, -0.06673797965049744, -0.04802513122558594, -0.05319136008620262, -0.0671880841255188, -0.08744502067565918, -0.09048915654420853, -0.11135078221559525, -0.09884149581193924, -0.07255245000123978, -0.03821718320250511, -0.026789557188749313, -0.035694822669029236, -0.011648493818938732, 0.006654359400272369, 0.003010454587638378, -0.00678205257281661, 0.0020516440272331238, 0.013483669608831406, 0.019330233335494995, 0.03825973719358444, 0.046203818172216415, 0.04688052460551262, 0.06277927756309509, 0.04789774864912033, 0.07027308642864227, 0.07271277159452438, 0.07123897224664688, 0.08033866435289383, 0.07834416627883911, 0.06544965505599976, 0.08166176080703735, 0.11209031939506531, 0.1139066144824028, 0.14383701980113983, 0.15565970540046692, 0.16455809772014618, 0.19911503791809082, 0.20545019209384918, 0.17352303862571716, 0.15344293415546417, 0.18405388295650482, 0.17198869585990906, 0.16823656857013702, 0.16600577533245087, 0.16731858253479004, 0.1501629650592804, 0.17710980772972107, 0.19345654547214508, 0.1827988624572754, 0.17153310775756836, 0.13716775178909302, 0.13498832285404205, 0.10617256164550781, 0.11285728961229324, 0.10772000253200531, 0.1036381945014, 0.06610922515392303, 0.06307390332221985, 0.07943540066480637, 0.0443078987300396, 0.0431387834250927, -0.00553065724670887, -0.019082384184002876, -0.04024752601981163, -0.03826271370053291, -0.010740027762949467, -0.05635223910212517, -0.05024290829896927, -0.05255093798041344, -0.05031263455748558, -0.03431825712323189, -0.03584103286266327, -0.05690531060099602, -0.05972690135240555, -0.04362838715314865, -0.05964255332946777, -0.06534955650568008, -0.0643085166811943, -0.09223753213882446, -0.0791890099644661, -0.07207243144512177, -0.05918320268392563, -0.04898250848054886, -0.026903243735432625, -0.004418653901666403, -0.016990959644317627, -0.03455956652760506, -0.03749668970704079, -0.07155440002679825, -0.03992775082588196, -0.012017039582133293, -0.043562281876802444, -0.04213445261120796, -0.02402874454855919, -0.059809986501932144, -0.057289984077215195, -0.05674196407198906, -0.07596409320831299, -0.07403199374675751, -0.09202161431312561, -0.09861840307712555, -0.09310629963874817, -0.08791124820709229, -0.08941465616226196, -0.11124690622091293, -0.13374021649360657, -0.13756509125232697, -0.1613920032978058, -0.11276601254940033, -0.06544096022844315, -0.07049791514873505, -0.08305652439594269, -0.06625949591398239, -0.08060955256223679, -0.06829438358545303, -0.06642100214958191, -0.09175432473421097, -0.08845294266939163, -0.09024135768413544, -0.07754819840192795, -0.037211861461400986, -0.017063507810235023, -0.01781981624662876, -0.007275957148522139, -0.018353348597884178, -0.005844808183610439, -0.017279814928770065, -0.041502293199300766, -0.05225297436118126, -0.06690523773431778, -0.04770778492093086, -0.05406768620014191, -0.08156956732273102, -0.08512955158948898, -0.07466362416744232, -0.06478550285100937, -0.037253689020872116, -0.010403905995190144, -0.0034036370925605297, -0.05638783425092697, -0.06474404036998749, -0.05234355479478836, -0.04881652817130089, -0.12981334328651428, -0.14368367195129395, -0.12917375564575195, -0.10618437826633453, -0.027027564123272896, -0.028657378628849983, -0.037690598517656326, -0.030755311250686646, -0.010963702574372292, -0.005693808197975159, -0.039568718522787094, -0.03915756195783615, 0.008127824403345585, 0.03416838124394417, 0.02919916994869709, 0.024301839992403984, 0.07484472543001175, 0.11926896125078201, 0.09185434132814407, 0.02214951254427433, 0.025237644091248512, 0.05410861223936081, 0.08689683675765991, 0.05875466763973236, -0.033142078667879105, -0.04652431234717369, 0.013564899563789368, 0.019212963059544563, 0.017313934862613678, -0.04132532328367233, -0.07805632799863815, -0.08293043822050095, -0.11587244272232056, -0.14940649271011353, -0.12307167798280716, -0.06910394132137299, -0.09638389199972153, -0.09748432040214539, -0.12357352674007416, -0.20237894356250763, -0.1955982744693756, -0.1613648235797882, -0.18633544445037842, -0.22320452332496643, -0.1987103968858719, -0.11441470682621002, -0.13501237332820892, -0.19419239461421967, -0.11525610089302063, -0.004382656421512365, 0.10179803520441055, 0.05655620992183685, -0.023821145296096802, -0.07501360774040222, -0.05584416165947914, -0.00852352287620306, 0.05106297507882118, 0.061547547578811646, -0.008864824660122395, -0.03580951690673828, -0.012848963961005211, 0.13349649310112, 0.21386508643627167, 0.15686585009098053, 0.08340614289045334, 0.04775082692503929, 0.08699557930231094, 0.1471090018749237, 0.12969224154949188, 0.06623261421918869, 0.06816166639328003, 0.08788634836673737, 0.13862664997577667, 0.17468832433223724, 0.15002627670764923, 0.07508591562509537, -0.004039577674120665, -0.03840748220682144, -0.040421560406684875, -0.03169829025864601, -0.0447121262550354, -0.026553580537438393, -0.06419824808835983, -0.06264007836580276, -0.05660611763596535, -0.0855494886636734, -0.07754727452993393, -0.12089820951223373, -0.15596653521060944, -0.09062580019235611, -0.051756154745817184, -0.02905239723622799, -0.06947890669107437, -0.09832336008548737, -0.060114067047834396, -0.05803530290722847, -0.07387638837099075, -0.07242749631404877, -0.1167382001876831, -0.17712922394275665, -0.17641472816467285, -0.10530644655227661, -0.044785093516111374, -0.040823474526405334, -0.09461095929145813, -0.13322533667087555, -0.13315823674201965, -0.08425329625606537, -0.1629977822303772, -0.2840806245803833, -0.34000977873802185, -0.2707093358039856, 0.04276245832443237, 0.23168444633483887, 0.19068777561187744, 0.06368079781532288, -0.057417165488004684, -0.20492924749851227, -0.32808196544647217, -0.3330885171890259, -0.08176419883966446, 0.1256343573331833, 0.11538460105657578, 0.13654391467571259, 0.1536017209291458, 0.2768626809120178, 0.3638024926185608, 0.37145623564720154, 0.27975693345069885, 0.18669015169143677, 0.2214174121618271, 0.37431809306144714, 0.4626312851905823, 0.34373781085014343, 0.16655300557613373, 0.17702394723892212, 0.3165718615055084, 0.2912578284740448, 0.1619250625371933, 0.05742165073752403, -0.06412310153245926, -0.17496412992477417, -0.23279164731502533, -0.308440238237381, -0.40277954936027527, -0.39739829301834106, -0.2599054276943207, -0.2048530876636505, -0.2597089409828186, -0.2648090124130249, -0.20412273705005646, -0.2870336174964905, -0.4509311020374298, -0.4724125564098358, -0.36496230959892273, -0.3103097677230835, -0.38352739810943604, -0.36620184779167175, -0.272535502910614, -0.20120850205421448, -0.17744986712932587, -0.20947012305259705, -0.24869322776794434, -0.23526260256767273, -0.10515054315328598, 0.08966649323701859, 0.06434784829616547, 0.06720113009214401, 0.15312249958515167, 0.22871793806552887, 0.28352218866348267, 0.2086552381515503, 0.17720085382461548, 0.174541175365448, 0.10592523217201233, 0.06622202694416046, 0.17642167210578918, 0.3829331696033478, 0.4289977252483368, 0.33292314410209656, 0.3137592375278473, 0.3684382140636444, 0.35957756638526917, 0.3075679540634155, 0.29618799686431885, 0.24351726472377777, 0.3158746361732483, 0.41823244094848633, 0.40819674730300903, 0.30094850063323975, 0.14596770703792572, 0.15004533529281616, 0.26999369263648987, 0.2927733361721039, 0.22486723959445953, 0.13003049790859222, 0.08421389758586884, 0.03302645683288574, 0.04567304626107216, 0.11001359671354294, 0.09389013797044754, -0.06426242738962173, -0.18961304426193237, -0.14629200100898743, -0.09523215889930725, -0.08696463704109192, -0.16911174356937408, -0.25688910484313965, -0.19386634230613708, -0.08105383813381195, -0.09524447470903397, -0.1914370059967041, -0.27239587903022766, -0.1884734183549881, -0.04213416203856468, -0.07451199740171432, -0.20167209208011627, -0.2040085792541504, -0.06106765568256378, 0.09685638546943665, 0.1221928596496582, 0.01533783320337534, -0.03416014090180397, 0.01422066893428564, 0.05068957805633545, 0.047506678849458694, 0.07351163029670715, 0.13877008855342865, 0.22191067039966583, 0.2301812767982483, 0.24050524830818176, 0.30951938033103943, 0.3740820288658142, 0.3289661407470703, 0.2069169282913208, 0.1346200555562973, 0.12557293474674225, 0.21151046454906464, 0.1989802122116089, 0.16910450160503387, 0.14221838116645813, 0.09236723184585571, -0.006774551700800657, -0.08616575598716736, -0.05651327967643738, -0.07686440646648407, -0.04590930417180061, -0.09174314141273499, -0.18277490139007568, -0.22593900561332703, -0.22245967388153076, -0.10815345495939255, -0.08895882219076157, -0.07747312635183334, -0.008080159313976765, -0.035910408943891525, -0.15716660022735596, -0.1611424684524536, -0.15223391354084015, -0.13306573033332825, -0.1652279943227768, -0.1488105207681656, -0.11540263891220093, -0.14575213193893433, -0.14379286766052246, -0.09550955146551132, -0.04077273979783058, -0.023562315851449966, 0.01584973931312561, 0.011609612964093685, 0.02188647910952568, 0.048933956772089005, 0.027864059433341026, 0.08183630555868149, 0.0625184178352356, 0.12543585896492004, 0.1714402586221695, 0.14295245707035065, 0.1541074961423874, 0.1260436773300171, 0.17304112017154694, 0.20679767429828644, 0.12689419090747833, 0.0677565336227417, 0.05390164256095886, 0.06376554816961288, -0.04330122843384743, -0.11434940248727798, -0.11591480672359467, -0.03921008110046387, 0.014387335628271103, -0.0742015689611435, -0.07480218261480331, 0.023948661983013153, 0.04701557755470276, 0.1479649692773819, 0.22889210283756256, 0.17618192732334137, 0.045898035168647766, 0.024467943236231804, 0.12134362757205963, 0.171720489859581, 0.1632060408592224, 0.10284335166215897, 0.1452835202217102, 0.2311551868915558, 0.21969161927700043, 0.19708512723445892, 0.06083362177014351, -0.11226123571395874, -0.03240073844790459, 0.1281702220439911, 0.14473049342632294, 0.0005970863858237863, -0.057184070348739624, 0.053092945367097855, 0.10961258411407471, 0.009090404957532883, -0.03342753276228905, -0.04702754318714142, -0.06607908010482788, -0.04047124832868576, 0.0035842342767864466, 0.024678917601704597, -0.0004533355822786689, -0.038530994206666946, -0.046432994306087494, -0.08563748747110367, -0.06534942984580994, 0.08887842297554016, 0.08717527985572815, 0.039456386119127274, 0.012782979756593704, 0.1367378830909729, 0.11127927154302597, -0.11992748081684113, -0.23257695138454437, -0.18618462979793549, -0.0373002253472805, -0.0959419459104538, -0.2323119044303894, -0.36053794622421265, -0.41094452142715454, -0.3053155839443207, -0.12281332910060883, -0.16313116252422333, -0.31937092542648315, -0.38141894340515137, -0.45116502046585083, -0.4408683776855469, -0.4352729916572571, -0.26005029678344727, 0.01388892438262701, 0.15132394433021545, 0.11404523998498917, 0.04053569957613945, 0.06378614902496338, 0.11404552310705185, 0.0959388017654419, 0.0879124328494072, 0.1805492788553238, 0.30915841460227966, 0.33103907108306885, 0.16507114470005035, 0.12120330333709717, 0.27697792649269104, 0.4031330347061157, 0.3584049642086029, 0.1782919019460678, 0.07966350018978119, 0.1433265656232834, 0.22328363358974457, 0.2370539903640747, 0.19520695507526398, 0.2766396403312683, 0.24172869324684143, 0.09102020412683487, 0.019272303208708763, 0.11142788082361221, 0.15615935623645782, 0.11390925943851471, 0.11942557245492935, 0.07900841534137726, 0.013769234530627728, -0.17076267302036285, -0.3872844874858856, -0.4303211569786072, -0.3328882157802582, -0.21902526915073395, -0.32906004786491394, -0.470260351896286, -0.6331647038459778, -0.6208157539367676, -0.5333492755889893, -0.5099554061889648, -0.47407132387161255, -0.4687104821205139, -0.43217870593070984, -0.5678128600120544, -0.6686976552009583, -0.5266839265823364, -0.3137643337249756, -0.4103385806083679, -0.47199398279190063, -0.32174429297447205, -0.23083770275115967, -0.15852831304073334, -0.09626336395740509, -0.041205041110515594, -0.008111990056931973, 0.14382077753543854, 0.3270389437675476, 0.38938966393470764, 0.22672337293624878, 0.25675588846206665, 0.4493665397167206, 0.47613969445228577, 0.4307396411895752, 0.39001068472862244, 0.4793582856655121, 0.590367317199707, 0.5720804929733276, 0.4490504264831543, 0.31820476055145264, 0.16272884607315063, 0.07072485983371735, 0.07739223539829254, 0.07907816767692566, -0.06973440945148468, -0.12522363662719727, -0.009420142509043217, 0.05906360596418381, -0.052143510431051254, -0.22324994206428528, -0.3041131794452667, -0.5061026215553284, -0.7085478901863098, -0.7716580033302307, -0.822289228439331, -0.7513595223426819, -0.5495767593383789, -0.5785319805145264, -0.8246732354164124, -0.7527080774307251, -0.5845049023628235, -0.30845752358436584, -0.1928931325674057, -0.18119624257087708, -0.11027037352323532, -0.02631242386996746, 0.06852295994758606, 0.08402971178293228, 0.08646873384714127, 0.27206066250801086, 0.4350832402706146, 0.37626883387565613, 0.39189743995666504, 0.40244153141975403, 0.5765902996063232, 0.5815140008926392, 0.3473912477493286, 0.3230569660663605, 0.35670167207717896, 0.35638007521629333, 0.26275700330734253, 0.1678808331489563, 0.1329357773065567, 0.1366531401872635, 0.12299554795026779, 0.10299553722143173, 0.028478307649493217, -0.06474114209413528, -0.28221559524536133, -0.4056507349014282, -0.332412451505661, -0.36705148220062256, -0.3338662087917328, -0.2169840782880783, -0.22544053196907043, -0.29503223299980164, -0.32747596502304077, -0.24137182533740997, -0.3175077438354492, -0.5832737684249878, -0.518706202507019, -0.5646660923957825, -0.5926443338394165, -0.1794039011001587, -0.0216936357319355, -0.04986472427845001, -0.0701865702867508, -0.1432005912065506, -0.07432936877012253, 0.02389364503324032, 0.14968638122081757, 0.08734403550624847, 0.018645668402314186, 0.055758457630872726, 0.06520004570484161, 0.14152774214744568, 0.13626939058303833, 0.03489847481250763, 0.10043478012084961, 0.191636860370636, 0.18430651724338531, 0.04773331806063652, 0.03469141572713852, 0.2882644832134247, 0.25386616587638855, 0.04364322870969772, -0.09451847523450851, -0.1088767945766449, -0.2224714159965515, -0.18520024418830872, -0.042803164571523666, 0.05001186579465866, 0.08245908468961716, 0.0771263986825943, -0.002129637636244297, -0.003395430976524949, 0.39237868785858154, 0.7031066417694092, 0.6842819452285767, 0.7394293546676636, 0.6507779955863953, 0.6626795530319214, 0.8077477216720581, 0.8256019949913025, 0.7984351515769958, 0.6783254742622375, 0.6064200401306152, 0.41969576478004456, 0.15992499887943268, 0.10102056711912155, 0.006799819879233837, 0.02519609034061432, 0.06579487770795822, -0.07396388053894043, -0.18185894191265106, -0.16967536509037018, -0.15625278651714325, -0.26987186074256897, -0.4012049734592438, -0.385597288608551, -0.3456127643585205, -0.6178549528121948, -0.5310590863227844, -0.36029088497161865, -0.3786652386188507, -0.5498822927474976, -0.5612417459487915, -0.5124405026435852, -0.3965301513671875, -0.2931367754936218, -0.2636609375476837, -0.20473501086235046, -0.1988964080810547, -0.1551068276166916, -0.20635543763637543, -0.262829452753067, -0.21161484718322754, -0.11568030714988708, 0.06546736508607864, 0.253070205450058, 0.273807555437088, 0.21789325773715973, 0.17102228105068207, 0.22657306492328644, 0.29817861318588257, 0.23225179314613342, 0.25154414772987366, 0.1489049643278122, 0.028303392231464386, 0.09401370584964752, 0.08227573335170746, -0.02021411992609501, -0.007508292328566313, 0.2933879494667053, 0.515568733215332, 0.4101203978061676, 0.3245279788970947, 0.39954349398612976, 0.5901960134506226, 0.6702786684036255, 0.6023536920547485, 0.4558647871017456, 0.32985907793045044, 0.27046164870262146, 0.2668136954307556, 0.2769829332828522, 0.19653600454330444, 0.1827027052640915, 0.071574367582798, -0.010091111063957214, 0.11086799204349518, 0.12704351544380188, 0.14299003779888153, 0.10899612307548523, -0.032074786722660065, -0.05271649733185768, -0.16625063121318817, -0.3493676483631134, -0.5685068368911743, -0.5077032446861267, -0.3858768939971924, -0.33048614859580994, -0.28042837977409363, -0.35855570435523987, -0.6392841339111328, -0.7752112150192261, -0.6959567666053772, -0.4418720006942749, -0.3285336494445801, -0.5243966579437256, -0.4910455644130707, -0.3015463054180145, -0.1478731781244278, -0.011109231039881706, -0.06017226725816727, 0.11612290889024734, 0.3049793541431427, 0.31538811326026917, 0.3128979504108429, 0.3749189078807831, 0.45294517278671265, 0.6387158036231995, 0.7187647223472595, 0.6988338828086853, 0.7365131378173828, 0.7387121319770813, 0.48192423582077026, 0.3135610520839691, 0.33601123094558716, 0.21919292211532593, 0.1391783356666565, -0.07876686751842499, -0.20535993576049805, -0.0016953692538663745, 0.026591777801513672, -0.19361931085586548, -0.4853357970714569, -0.7238473296165466, -0.6213372945785522, -0.5655598640441895, -0.5816224813461304, -0.5845393538475037, -0.9990142583847046, -0.8810297846794128, -0.09165813773870468, 0.24289759993553162, 0.23659199476242065, 0.22404742240905762, -0.0024392197374254465, 0.037858955562114716, 0.26237305998802185, 0.43180760741233826, 0.234957754611969, -0.06889469921588898, 0.07055380195379257, 0.18194282054901123, 0.5638330578804016, 0.937362790107727, 0.851940929889679, 0.7885059714317322, 0.5935292840003967, 0.38345998525619507, 0.39506465196609497, 0.6552931666374207, 0.46636784076690674, -0.04217300936579704, 0.33149081468582153, 0.6722629070281982, 0.41536733508110046, -0.2058153599500656, -0.7771271467208862, -0.6510592103004456, -0.2932913601398468, 0.002070363610982895, -0.10018298774957657, -0.3068832755088806, -0.45305559039115906, -0.4772105813026428, -0.20635855197906494, 0.14195026457309723, 0.10064881294965744, -0.3009454011917114, -0.5181121826171875, -0.10610917955636978, 0.15106819570064545, -0.024140439927577972, -0.32782885432243347, -0.3312641680240631, -0.08743834495544434, 0.19968698918819427, 0.24207466840744019, -0.19617637991905212, -0.6300219297409058, -0.4672718644142151, 0.04042705148458481, 0.2173008918762207, -0.03639284893870354, -0.4162066578865051, -0.4772041141986847, 0.10138421505689621, 0.2803409695625305, 0.036100368946790695, -0.029974741861224174, -0.24889600276947021, -0.2352452129125595, 0.1443190723657608, 0.3275156319141388, 0.0640273317694664, 0.09220688790082932, 0.5783729553222656, 0.9389887452125549, 0.8205356597900391, 0.535394012928009, 0.29736191034317017, 0.41256147623062134, 0.5071180462837219, 0.12720495462417603, -0.10040966421365738, 0.002934807213023305, -0.010095578618347645, 0.1222405880689621, 0.12496437132358551, 0.0192316472530365, 0.029189443215727806, 0.10147789865732193, 0.2536736726760864, -0.5943902134895325, -0.17942571640014648, 0.42594295740127563, 0.17160210013389587, 0.13438504934310913, 0.21823111176490784, 0.2625773847103119, -0.03226388990879059, 0.15391890704631805, 0.4525645077228546, 0.41078317165374756, 0.21558010578155518, 0.23853452503681183, 0.5077473521232605, 0.466239869594574, 0.3887641429901123, 0.5001413822174072, 0.5201665759086609, 0.46605467796325684, 0.36458292603492737, 0.2357603758573532, 0.2185671031475067, -0.04222813621163368, 0.06118842586874962, 0.3114683926105499, -0.1600276678800583, -0.3910064101219177, -0.3072914183139801, -0.4441922605037689, -0.5338336825370789, -0.9506574273109436, -1.1102218627929688, -0.7920354604721069, -0.7514724731445312, -0.7418164610862732, -0.4168548285961151, -0.47077786922454834, -0.6181392669677734, -0.5613694787025452, -0.3650243580341339, -0.31542477011680603, -0.3647887408733368, -0.03811626136302948, 0.11965624243021011, 0.10998567193746567, 0.18224439024925232, 0.3469652533531189, 0.45563313364982605, 0.325531542301178, 0.15499569475650787, 0.6102544069290161, 0.24509169161319733, -0.5802804827690125, 0.037147630006074905, 0.09207214415073395, -0.5397624969482422, -1.082365870475769, -0.8902634978294373, 0.16358274221420288, 0.641012966632843, 0.38449305295944214, -0.06829704344272614, -0.7730793356895447, -0.69260573387146, 0.37536874413490295, 0.9555243253707886, 0.5931006073951721, 0.2473430335521698, 0.6385316848754883, 0.9478281140327454, 0.626437246799469, 0.6138219237327576, 0.1788657009601593, -0.18415425717830658, 0.48413562774658203, 0.6149633526802063, 0.2557092010974884, -0.3732089102268219, -1.0471487045288086, -0.6205060482025146, 0.3765813112258911, 0.596987783908844, 0.5722636580467224, 0.21502114832401276, -0.09927505254745483, 0.5606831312179565, 1.0356558561325073, 0.737975537776947, 0.3447137475013733, 0.10135656595230103, -0.10825098305940628, -0.11726502329111099, -0.25218522548675537, -0.7553534507751465, -1.3599313497543335, -1.4260189533233643, -0.7450665235519409, -0.8447585701942444, -1.465004801750183, -1.3488633632659912, -0.91875821352005, -0.6584601402282715, -0.588213324546814, -0.5855920314788818, -0.8332347869873047, -0.9843016862869263, -0.6098938584327698, -0.03586694598197937, 0.18438051640987396, 0.21530739963054657, -0.03935645893216133, 0.13326531648635864, 0.32294905185699463, 0.25181594491004944, 0.17892427742481232, 0.023316260427236557, 0.021642161533236504, 0.2678030729293823, 0.6668895483016968, 0.5859038233757019, 0.14765991270542145, 0.08821645379066467, 0.5014175772666931, 0.7316404581069946, 0.4687405228614807, 0.24077294766902924, 0.27862900495529175, 0.28506630659103394, 0.13964290916919708, 0.25502046942710876, 0.2995426058769226, 0.1841253787279129, 0.1313493251800537, 0.2453177273273468, 0.48639440536499023, 0.32170429825782776, 0.09437642991542816, 0.09986067563295364, 0.1898288130760193, 0.15338587760925293, 0.2249745875597, 0.015897804871201515, 0.14272424578666687, 0.43983346223831177, 0.5489233732223511, 0.28135642409324646, 0.15214619040489197, 0.257847398519516, 0.5184697508811951, 0.4500883221626282, 0.16923372447490692, 0.07265526056289673, 0.06819624453783035, -0.12758375704288483, -0.39373815059661865, -0.49981489777565, -0.50397127866745, -0.44033122062683105, -0.3064248561859131, -0.3818586468696594, -0.5668753981590271, -0.5433850884437561, -0.3584405183792114, -0.1892969310283661, -0.1810617744922638, -0.20514565706253052, -0.4170946180820465, -0.5553184747695923, -0.3105895221233368, -0.3596155345439911, -0.08329594880342484, 0.01064074132591486, 0.07986892759799957, 0.04529393091797829, -0.31201279163360596, -0.2731510400772095, -0.057319480925798416, -0.02380460686981678, 0.1415933221578598, 0.2258012741804123, 0.19107875227928162, 0.34779593348503113, 0.36471718549728394, 0.17546433210372925, 0.08761347830295563, 0.22259844839572906, 0.3324827253818512, 0.2008354216814041, 0.03045397251844406, 0.12622447311878204, 0.2569718658924103, 0.25811323523521423, 0.2598033547401428, 0.04391218349337578, -0.1601816713809967, -0.019270572811365128, -0.07665061950683594, -0.27797064185142517, -0.47365331649780273, -0.39022770524024963, -0.24263161420822144, -0.3349202871322632, -0.46460819244384766, -0.5607704520225525, -0.44537508487701416, -0.5199214816093445, -0.6843891143798828, -0.7603762149810791, -0.792028546333313, -0.7314741015434265, -0.6220219135284424, -0.35821592807769775, 0.08833175897598267, 0.3077665865421295, 0.37512078881263733, 0.3497495651245117, 0.31031233072280884, 0.28695493936538696, 0.22009393572807312, 0.1317695528268814, 0.17618080973625183, 0.31963270902633667, 0.5983092784881592, 0.7938094139099121, 0.5859382748603821, 0.32919999957084656, 0.31021982431411743, 0.34027764201164246, 0.10539501905441284, -0.1115177720785141, -0.06352865695953369, -0.3516078293323517, -0.6509746313095093, -0.4574175477027893, -0.31055957078933716, -0.45530909299850464, -0.20233096182346344, 0.042915403842926025, -0.16390998661518097, -0.30489882826805115, -0.2254033237695694, -0.36686646938323975, -0.42482665181159973, -0.3209455907344818, -0.2361525297164917, -0.06668669730424881, 0.06138058006763458, 0.08365719765424728, 0.11443009227514267, 0.3534967005252838, 0.40461042523384094, 0.2260909080505371, 0.14689934253692627, 0.11078814417123795, 0.028138114139437675, -0.40877869725227356, -0.20054039359092712, -0.3856693208217621, -0.23271936178207397, -0.10466893017292023, -0.8175745606422424, -0.45940226316452026, -0.284042090177536, -0.5007662177085876, 0.0673237070441246, 0.0872214287519455, -0.3297610580921173, 0.10861075669527054, 0.18633316457271576, -0.2039909064769745, -0.24412311613559723, 0.05071103572845459, 0.09817342460155487, 0.1943911463022232, 0.7143759727478027, 0.5862722992897034, 0.23240970075130463, 0.48514220118522644, 0.6338670253753662, 0.9021173119544983, 0.5666006207466125, 0.30565863847732544, 0.3091868460178375, 0.48368972539901733, 0.4198301434516907, 0.057918429374694824, -0.5605207681655884, -0.7661446928977966, -0.19087296724319458, -0.11990053206682205, -1.066912055015564, -1.046321153640747, -0.3561852276325226, -0.4862440228462219, -1.0499464273452759, -1.2358099222183228, -1.0917335748672485, -0.45696383714675903, -0.09798967838287354, 0.07690180838108063, 0.3661331832408905, 0.6740894913673401, 1.135465383529663, 1.4671128988265991, 1.1946064233779907, 1.143728256225586, 1.7463241815567017, 1.753109097480774, 1.338038444519043, 0.8133481740951538, 0.6461952328681946, 0.6853888630867004, 0.3466627895832062, 0.15948952734470367, 0.07098570466041565, 0.1483726054430008, 0.045122042298316956, -0.051653750240802765, 0.05446285754442215, -0.17729051411151886, -0.2609623372554779, -0.31951290369033813, -0.6565762162208557, 0.15284651517868042, -3.3998782634735107, -3.9334421157836914, 0.04177412390708923, -1.3237860202789307, -2.941054582595825, -1.0992588996887207, 0.7244989275932312, -1.2796050310134888, -2.063105583190918, -1.0280768871307373, -0.9062083959579468, 0.3047291934490204, 2.5875296592712402, 1.710008144378662, 0.9132215976715088, 2.8111143112182617, 3.8286890983581543, 2.5784902572631836, 1.3143258094787598, 1.1532360315322876, 1.6553845405578613, 1.528324842453003, 1.5346685647964478, 0.8575106859207153, -0.041457027196884155, -1.0742731094360352, -0.9278056621551514, 0.03926527872681618, 0.49831169843673706, -0.280765563249588, -0.9699903726577759, -0.24309305846691132, -0.22095558047294617, -0.47535836696624756, -0.5379044413566589, -1.229941487312317, -1.3164583444595337, -0.9073793292045593, -0.5089600682258606, -0.422275573015213, -0.6678488254547119, -1.0631786584854126, -0.15236236155033112, 0.7004430294036865, 0.5347931385040283, -0.2448209524154663, -0.31503087282180786, 0.4589437246322632, 0.7518568634986877, 0.5593100786209106, 0.03587009012699127, -0.5669535398483276, -0.3716200888156891, 0.1746934950351715, 0.40374457836151123, 0.5637051463127136, 0.5254905819892883, 0.36764097213745117, 0.0821707621216774, 0.12851165235042572, 0.11578682065010071, -0.16290290653705597, -0.7563596963882446, -0.4834821820259094, 0.0021410114131867886, -0.08530309796333313, -0.09604287892580032, 0.16476865112781525, -0.028521833941340446, -0.07517918199300766, -0.11199173331260681, 0.03514852002263069, 0.22837664186954498, 0.35223492980003357, 0.47174933552742004, 0.3028884530067444, 0.4948634207248688, 0.5965508222579956, 0.307466596364975, 0.05504828318953514, 0.04788544774055481, -0.050149548798799515, 0.36548808217048645, 0.1757742315530777, -0.5975534915924072, -0.37699607014656067, -0.14746467769145966, -0.5821508169174194, -0.8348836302757263, -0.6214993596076965, -0.35638725757598877, -0.16579167544841766, -0.3861358165740967, -0.3131428360939026, -0.30020782351493835, -0.29031428694725037, -0.18549922108650208, -0.49578166007995605, -0.28981536626815796, 0.3590068817138672, 0.44668516516685486, 0.05940509960055351, 0.10148513317108154, -0.2141249179840088, 0.14987054467201233, 0.5192244648933411, 0.24372057616710663, 0.48920631408691406, 0.9861059188842773, 0.9348112940788269, 0.6509798765182495, 0.9877079725265503, 1.0355067253112793, 0.7518614530563354, 0.057498760521411896, -0.007253269199281931, 0.4339936077594757, 0.27632272243499756, 0.23665404319763184, 0.3452531695365906, 0.22275525331497192, 0.156939297914505, -0.22652246057987213, -0.22345082461833954, -0.6131289005279541, -1.346117377281189, -0.41472411155700684, -1.7625693082809448, -7.252962112426758, -13.4016752243042, -11.468721389770508, -4.891453742980957, -9.15255355834961, -11.103790283203125, -5.754138946533203, -2.998666524887085, -1.9217034578323364, -5.287763595581055, -8.291058540344238, -2.923491954803467, 4.036295413970947, 6.539182186126709, 4.799674987792969, 7.6201629638671875, 15.324650764465332, 16.8082332611084, 12.041767120361328, 10.454923629760742, 12.410168647766113, 14.418140411376953, 13.05936336517334, 13.989377975463867, 15.1982421875, 12.999464988708496, 10.72093391418457, 9.87375545501709, 10.65457534790039, 11.614636421203613, 8.058075904846191, 3.5565102100372314, 2.2197279930114746, 1.8464534282684326, -0.35441917181015015, -3.805926561355591, -5.8785624504089355, -7.44779109954834, -9.398112297058105, -10.759925842285156, -12.879426956176758, -14.412303924560547, -14.876418113708496, -15.773274421691895, -15.499890327453613, -15.546819686889648, -16.608285903930664, -15.946919441223145, -13.855057716369629, -11.751335144042969, -10.854275703430176, -11.773694038391113, -11.971378326416016, -10.409751892089844, -9.456303596496582, -8.119353294372559, -6.033410549163818, -3.813048839569092, -1.4185101985931396, 0.9288690090179443, 2.2186474800109863, 3.7582807540893555, 5.538473606109619, 6.321628093719482, 7.215226173400879, 8.572745323181152, 11.026531219482422, 14.353787422180176, 15.851743698120117, 15.489349365234375, 15.286741256713867, 16.272079467773438, 16.51360511779785, 14.592269897460938, 12.651049613952637, 11.981277465820312, 11.94464111328125, 11.475165367126465, 9.736794471740723, 7.551398754119873, 5.523321151733398, 4.212370872497559, 3.8589346408843994, 2.8656187057495117, 0.21409185230731964, -2.938926935195923, -4.606115341186523, -5.721665382385254, -6.612086296081543, -7.007437229156494, -7.609163284301758, -8.077505111694336, -8.147411346435547, -8.67587661743164, -9.66627311706543, -10.185258865356445, -10.378534317016602, -10.946839332580566, -11.461724281311035, -10.375438690185547, -8.202860832214355, -6.877932548522949, -7.500936508178711, -8.350163459777832, -7.785400390625, -6.31552791595459, -5.719194412231445, -5.4293317794799805, -4.41225528717041, -2.1442935466766357, 0.3750257194042206, 1.5337555408477783, 1.9751994609832764, 2.2359838485717773, 2.2478017807006836, 2.022202253341675, 1.8857346773147583, 3.099536180496216, 4.95558500289917, 6.6365766525268555, 7.143693447113037, 6.911623954772949, 7.812244892120361, 8.655837059020996, 7.789591312408447, 6.441267013549805, 5.399623394012451, 4.639205455780029, 4.8155131340026855, 4.772061347961426, 3.50003981590271, 2.3696131706237793, 2.133497714996338, 2.6988046169281006, 2.3820650577545166, 1.0109349489212036, -0.16196595132350922, -0.12347497045993805, 0.5882893800735474, -0.16975413262844086, -1.4325670003890991, -2.8106462955474854, -3.9318675994873047, -3.9699952602386475, -4.138552665710449, -4.5348968505859375, -4.76041316986084, -4.660254001617432, -4.624831676483154, -4.660640716552734, -4.292283535003662, -4.642554759979248, -5.51430606842041, -5.894205093383789, -5.61258602142334, -4.426815986633301, -3.936312437057495, -4.5172648429870605, -4.620426654815674, -3.2062554359436035, -1.77469801902771, -0.7311891913414001, -0.2305717021226883, 0.0792897492647171, 0.7400703430175781, 1.5805124044418335, 1.694491982460022, 1.2303208112716675, 1.5882172584533691, 2.8702337741851807, 4.200194835662842, 4.864319801330566, 4.879332065582275, 5.0579142570495605, 5.154146671295166, 4.599506855010986, 4.146313667297363, 4.018433094024658, 3.311450242996216, 2.1221070289611816, 1.7482255697250366, 2.498133897781372, 3.0350234508514404, 3.1505565643310547, 3.2031478881835938, 2.1610043048858643, 1.0523309707641602, 0.7175923585891724, 0.34371310472488403, -0.46593135595321655, -1.2401682138442993, -1.165746808052063, -0.4285637140274048, 0.27129533886909485, 0.8185335993766785, 0.681148886680603, 0.08633993566036224, -0.24574829638004303, -0.9087581634521484, -2.321394920349121, -2.889737129211426, -2.6407618522644043, -2.3646628856658936, -2.20819354057312, -0.9668040871620178, 0.16599230468273163, 0.18273279070854187, -0.20500144362449646, -1.0161378383636475, -1.7161591053009033, -1.4517096281051636, -1.3731484413146973, -1.387994647026062, -1.691803216934204, -1.492461919784546, -0.9628884196281433, -0.8394067287445068, -0.34548118710517883, -0.2100713551044464, -0.26028507947921753, -0.2709149420261383, -0.6635915040969849, -0.6846806406974792, -0.04362417384982109, -0.027628431096673012, -0.5225874781608582, -0.3819689154624939, 0.04387950897216797, 0.5353114604949951, 0.5211861729621887, 0.8364586234092712, 1.4308257102966309, 1.35393226146698, 1.6518256664276123, 1.8663854598999023, 2.029714822769165, 2.402101993560791, 2.2499277591705322, 2.5795862674713135, 2.717317581176758, 3.0628607273101807, 2.941941261291504, 2.3189404010772705, 2.9640519618988037, 3.300635576248169, 2.7191691398620605, 2.0659377574920654, 2.0497753620147705, 2.0694754123687744, 0.7004495859146118, -0.44846388697624207, -0.5051019787788391, -0.6065927147865295, -0.4251309335231781, -0.2449067384004593, -1.2193821668624878, -2.3268420696258545, -2.5241312980651855, -2.8418123722076416, -3.545414686203003, -3.8900868892669678, -3.4906084537506104, -2.985996961593628, -2.909162998199463, -3.383896827697754, -3.2661125659942627, -2.6539511680603027, -3.1180946826934814, -3.53468918800354, -3.6795241832733154, -4.450559616088867, -4.736020088195801, -3.7701239585876465, -2.620898723602295, -2.379936695098877, -2.4568629264831543, -1.694291353225708, -1.1599880456924438, -1.091823935508728, -1.1180922985076904, -1.107718825340271, -1.1217042207717896, -0.4764634072780609, 0.8812995553016663, 1.8602848052978516, 1.8491337299346924, 1.683261513710022, 2.5577354431152344, 3.2500836849212646, 3.641395330429077, 4.107318878173828, 4.504315376281738, 4.452633857727051, 3.718522071838379, 3.676610231399536, 4.052803039550781, 4.257080078125, 4.287419319152832, 4.675095558166504, 4.629376411437988, 4.767118453979492, 4.111424922943115, 2.2849314212799072, 1.6881729364395142, 2.3654603958129883, 2.1225812435150146, 1.4448283910751343, 1.4130573272705078, 1.4796062707901, 1.2675172090530396, 0.7968723177909851, -0.5268890261650085, -2.3141744136810303, -3.243987560272217, -3.0975399017333984, -3.4521727561950684, -3.554410934448242, -3.229736328125, -3.748015880584717, -4.626839637756348, -4.390501499176025, -4.028985977172852, -4.759171009063721, -6.169052600860596, -5.78537654876709, -5.205568790435791, -5.20230770111084, -4.903792858123779, -4.391942977905273, -4.399957656860352, -4.669457912445068, -3.6601498126983643, -2.2829782962799072, -1.7641154527664185, -1.9672889709472656, -1.4141433238983154, -0.38835209608078003, 0.4627278447151184, 0.7682121992111206, 0.9553113579750061, 0.993173360824585, 0.993351936340332, 1.0882222652435303, 1.1750093698501587, 2.2141664028167725, 3.2733633518218994, 3.607333183288574, 2.692492961883545, 1.8575907945632935, 2.554435968399048, 3.1372485160827637, 1.0493470430374146, -0.12335047125816345, 2.480151414871216, 2.9440717697143555, 2.5820772647857666, 2.3358380794525146, 3.4287357330322266, 4.045731067657471, 2.426206111907959, 0.3382575511932373, -4.904926776885986, -10.606062889099121, -4.969623565673828, 2.3551058769226074, 4.428574085235596, 2.186770439147949, 4.360247611999512, 6.265372276306152, 3.1457455158233643, 1.318350911140442, 1.8005132675170898, 2.5385167598724365, 7.1080708503723145, 9.541945457458496, 7.124923229217529, 5.4640889167785645, 7.692645072937012, 8.994664192199707, 6.60989236831665, 2.6564364433288574, 1.0067031383514404, 2.042442798614502, 2.6253485679626465, 2.5336642265319824, 1.0386404991149902, -1.685265302658081, -5.078140735626221, -7.037649154663086, -5.161765098571777, -4.3064656257629395, -6.9692277908325195, -9.154877662658691, -8.956725120544434, -8.97914981842041, -8.612936019897461, -8.713772773742676, -9.32629108428955, -10.252860069274902, -9.250360488891602, -6.245427131652832, -4.777933597564697, -5.492488861083984, -6.447391033172607, -5.414157867431641, -2.957110643386841, -1.5714858770370483, -1.44789719581604, -0.5876693725585938, 0.23771029710769653, 1.8861552476882935, 3.1928842067718506, 3.1036832332611084, 2.43291974067688, 2.6063315868377686, 3.1725659370422363, 3.6785125732421875, 5.444580554962158, 7.8874430656433105, 8.407510757446289, 7.636025905609131, 7.160974979400635, 7.360206127166748, 7.209033966064453, 5.847259521484375, 5.163148403167725, 6.112133502960205, 6.421901702880859, 6.780311107635498, 7.166845321655273, 6.21441650390625, 5.0739006996154785, 4.276707649230957, 3.114715814590454, 1.822953462600708, 0.24013182520866394, 0.03815159574151039, 0.9677324295043945, 1.158060073852539, 1.0144366025924683, -0.5038930773735046, -1.7714344263076782, -0.9890778064727783, -1.1808761358261108, -2.1241300106048584, -3.7830862998962402, -5.841490745544434, -6.645691871643066, -7.022280216217041, -6.413081169128418, -4.813897132873535, -4.574948310852051, -4.272751331329346, -4.686225891113281, -5.475192070007324, -4.932695388793945, -4.560876846313477, -4.302879333496094, -4.179935932159424, -4.258660316467285, -2.9556400775909424, -1.8421438932418823, -1.995458960533142, -1.643478274345398, -1.7960034608840942, -1.9952077865600586, -1.5303807258605957, -1.1684162616729736, -0.06216427683830261, 1.7797679901123047, 3.0418686866760254, 3.21734356880188, 2.995126724243164, 3.5490946769714355, 3.9744396209716797, 2.8852992057800293, 2.8556435108184814, 3.508669853210449, 4.441662311553955, 5.734261512756348, 5.977649211883545, 5.642816066741943, 4.176510810852051, 2.766572952270508, 3.020275354385376, 3.2440154552459717, 2.401634931564331, 1.485437035560608, 1.3588287830352783, 1.5256041288375854, 1.4481523036956787, 0.7143881320953369, -0.044038187712430954, -0.4269056022167206, -0.14922203123569489, -0.4305983781814575, -1.6838916540145874, -2.3927571773529053, -1.490484356880188, -0.41322436928749084, -0.08120723068714142, -1.0506337881088257, -1.7534245252609253, -1.7950439453125, -1.7767139673233032, -2.399012327194214, -3.0059914588928223, -3.3365137577056885, -2.8448567390441895, -2.266205072402954, -2.430607795715332, -2.532517194747925, -2.305677890777588, -2.0843405723571777, -1.5719999074935913, -0.8915842175483704, -0.9451825022697449, -1.1308398246765137, -0.6390369534492493, -0.20233415067195892, 0.2541000545024872, 1.2310975790023804, 1.7735596895217896, 1.6991910934448242, 2.079930067062378, 2.658024787902832, 2.136230945587158, 2.2824060916900635, 2.435687303543091, 2.369457721710205, 3.1730103492736816, 3.1223807334899902, 2.23842453956604, 2.4470417499542236, 3.0842885971069336, 2.7885632514953613, 1.93666410446167, 1.100614309310913, 0.07100927829742432, -0.4040415287017822, -0.2729671895503998, -0.9088224768638611, -1.0413010120391846, -0.6621573567390442, -0.5323615074157715, -0.46669691801071167, -0.9097440838813782, -1.594933271408081, -2.3555123805999756, -2.8629157543182373, -2.8959720134735107, -2.503359079360962, -1.8012677431106567, -1.4608393907546997, -1.2171897888183594, -0.21878965198993683, -0.10897281020879745, 0.03830667957663536, 0.4848821461200714, 0.3064315915107727, 0.09201902151107788, 0.04737350717186928, -0.048763711005449295, 0.29712408781051636, 0.510944128036499, 0.7673131823539734, 1.9800918102264404, 2.918764591217041, 3.1241793632507324, 2.132164716720581, 1.5775281190872192, 1.2281925678253174, 0.4206055700778961, 0.062348414212465286, 0.39208880066871643, -0.07257485389709473, 0.02554144896566868, 1.169904351234436, 1.8773229122161865, 0.5915269255638123, -0.41403454542160034, 0.12313760071992874, 0.06444241106510162, -1.3498408794403076, -1.5752660036087036, -1.1419761180877686, -0.965336263179779, -0.8365780711174011, -0.055727969855070114, 0.014749296940863132, -1.4121485948562622, -1.7205208539962769, -0.5959032773971558, -0.47058504819869995, -0.8795066475868225, -0.43257585167884827, -0.4107251763343811, -1.147231101989746, -1.7368055582046509, -1.487004041671753, -0.4382772147655487, 0.20120640099048615, 0.5722337365150452, 0.2994953989982605, -1.7092525959014893, -3.0706748962402344, -2.5944440364837646, -1.3725228309631348, -0.07445123046636581, -1.8163809776306152, -1.3880301713943481, -0.06883307546377182, -0.9156634211540222, -0.3735848069190979, -0.070029616355896, -1.209909439086914, -0.053183846175670624, 1.7410266399383545, 1.3647147417068481, 0.13520753383636475, 0.8324382305145264, 2.1312203407287598, 1.9389008283615112, 1.6839617490768433, 2.191113233566284, 0.9884446263313293, -0.0012045553885400295, -0.21292605996131897, -0.6070041656494141, -1.5552294254302979, -3.069215774536133, -2.953162670135498, -1.5243152379989624, -1.0387988090515137, -0.9185160994529724, -1.7181497812271118, -2.8766114711761475, -3.071307897567749, -2.1033499240875244, -1.1270432472229004, -0.9322570562362671, -1.6240178346633911, -1.7462180852890015, -0.07643640786409378, 2.2894394397735596, 2.3751072883605957, 2.1806693077087402, 2.2545313835144043, 3.241351366043091, 4.181454658508301, 4.294023036956787, 3.890162467956543, 3.3505938053131104, 3.2979700565338135, 2.8190274238586426, 1.9328244924545288, 1.2448822259902954, 1.0072201490402222, 1.6572446823120117, 1.8145545721054077, 2.042877435684204, 2.234076976776123, 0.8104730248451233, -0.17257094383239746, -0.38591301441192627, -0.5377535820007324, -1.277671217918396, -2.127983570098877, -2.1201062202453613, -1.7469013929367065, -1.5572683811187744, -1.8580306768417358, -2.6964917182922363, -3.176180362701416, -3.0086042881011963, -3.1361141204833984, -3.0561671257019043, -3.2735612392425537, -3.198431968688965, -2.4607009887695312, -1.8574135303497314, -1.798287034034729, -1.9863778352737427, -1.6904767751693726, -1.44096040725708, -1.9968289136886597, -1.6506351232528687, -0.5526282787322998, -0.38029900193214417, -0.45916688442230225, -0.01884634420275688, -0.18647266924381256, -0.2505016326904297, 0.48006778955459595, 1.6151719093322754, 1.6133006811141968, 0.7549822330474854, 0.7129319310188293, 0.19469930231571198, -0.11091765761375427, 0.7524959444999695, 1.2264149188995361, 0.9555630683898926, 1.102368950843811, 1.491987943649292, 1.8076860904693604, 1.846323013305664, 1.1871788501739502, 0.9381951093673706, 1.2307065725326538, 1.570381760597229, 1.0800819396972656, 0.5988350510597229, 0.43501541018486023, 0.65031498670578, 1.2038547992706299, 1.2516833543777466, 1.412198543548584, 1.666440486907959, 1.383210301399231, 0.8661132454872131, 0.7110844850540161, 0.6868363618850708, 1.1489214897155762, 1.5415947437286377, 1.057631015777588, 0.5729295611381531, 0.6975814700126648, 0.5927171111106873, 0.24573421478271484, -0.126351460814476, -1.036899209022522, -1.137662649154663, -0.7028217911720276, -1.2150839567184448, -1.696604609489441, -1.730610966682434, -1.4898948669433594, -1.2971007823944092, -1.6331534385681152, -1.5808686017990112, -0.5269531607627869, 0.2712099850177765, -0.36419379711151123, -0.6845139861106873, -0.7874889969825745, -1.494095802307129, -1.4653266668319702, -0.8157005906105042, -0.4490557610988617, -0.10657520592212677, 0.016605976969003677, -0.25067272782325745, -0.7642983794212341, -0.7584507465362549, -0.1940380036830902, -0.31552907824516296, -0.7188716530799866, -0.8718575835227966, -0.8942191004753113, -0.8633783459663391, -0.8180682063102722, -0.6706328988075256, -0.06108803302049637, -0.535048246383667, -0.5194390416145325, 0.49419131875038147, 0.6746971011161804, 0.40836793184280396, 0.25275158882141113, 0.3724401593208313, 1.1097185611724854, 1.7829997539520264, 1.295641303062439, 0.7467913627624512, 1.2116641998291016, 1.8495368957519531, 2.1350507736206055, 2.0320093631744385, 1.886945128440857, 1.4486067295074463, 1.2258923053741455, 1.5825986862182617, 1.0795968770980835, 0.5854995250701904, 1.0889562368392944, 1.2031997442245483, 1.439099669456482, 1.1907230615615845, 0.5675704479217529, 0.7978864312171936, 0.9807886481285095, 0.5437397360801697, 0.012273208238184452, 0.21788464486598969, 0.09702786058187485, -0.5040535926818848, -0.8412141799926758, -1.2172377109527588, -0.8447590470314026, -0.5053312182426453, -0.8584592938423157, -1.7999141216278076, -2.5588879585266113, -2.0122179985046387, -1.7605032920837402, -2.2313766479492188, -1.9001140594482422, -1.985216498374939, -2.7391860485076904, -2.002608299255371, -1.304997444152832, -1.5611283779144287, -1.9233784675598145, -2.238637924194336, -1.4965420961380005, -0.436496376991272, 0.12283171713352203, 0.3544938266277313, 0.3264658451080322, -0.39455339312553406, -0.5340256094932556, 0.08032871782779694, 0.3704516589641571, 0.4404051899909973, 0.8566355109214783, 0.8417688608169556, 0.8939552903175354, 1.4916627407073975, 1.6900784969329834, 1.1115388870239258, 0.7272327542304993, 1.0513938665390015, 1.790900707244873, 2.363820791244507, 2.597231864929199, 2.0272340774536133, 1.5023157596588135, 1.3038852214813232, 1.510335922241211, 1.6611517667770386, 1.212945580482483, 0.8984621167182922, 0.7956308722496033, 0.4300127625465393, 0.21943293511867523, 0.1390252560377121, -0.20018722116947174, -0.8607503175735474, -1.3901019096374512, -1.219238042831421, -0.5015922784805298, 0.08330117166042328, -0.22702676057815552, -1.0035765171051025, -0.8645415306091309, -0.40157550573349, -0.48461928963661194, -0.8351067304611206, -1.258067011833191, -0.6979635953903198, -0.505487859249115, -0.8419197201728821, -1.1449577808380127, -1.1209050416946411, -0.6846776604652405, -0.8157705068588257, -0.9133641123771667, -0.5408902764320374, -0.2864684462547302, 0.020648103207349777, 0.051353633403778076, 0.5457262992858887, 0.7560958862304688, 0.24206747114658356, -0.1995316445827484, 0.2270670384168625, 0.6847925186157227, 0.558698296546936, 0.15302054584026337, -0.184042289853096, -0.3436813950538635, -0.022342821583151817, 0.30820003151893616, 0.05582498759031296, -0.16759075224399567, -0.25018587708473206, -0.2638312876224518, 0.3400660455226898, 0.6335161924362183, 0.28526294231414795, 0.018523352220654488, -0.3500191867351532, -0.6015254855155945, -0.5524936318397522, -0.8443247079849243, -1.5943844318389893, -1.983977198600769, -1.7010231018066406, -1.3348395824432373, -0.9551145434379578, -1.03447425365448, -1.1730917692184448, -0.6106261610984802, -0.648607611656189, -1.4551759958267212, -2.1693837642669678, -2.3400371074676514, -1.5029292106628418, -0.6629897356033325, -0.31609317660331726, 0.38677850365638733, 0.7512681484222412, 1.0083892345428467, 1.6078276634216309, 1.3348000049591064, 0.981765627861023, 1.4070712327957153, 2.2097532749176025, 2.8384439945220947, 2.856445789337158, 2.175116539001465, 1.3795050382614136, 1.2127315998077393, 1.47767174243927, 0.8051992654800415, 0.5024682879447937, 0.9966514110565186, 0.9507162570953369, 0.9478659629821777, 0.949243426322937, 0.018831534311175346, -0.7323669791221619, -1.2422664165496826, -1.275026559829712, -0.8112640380859375, -0.17819814383983612, 0.1346682608127594, -0.15066726505756378, -0.4236345887184143, -0.7214492559432983, -1.273003339767456, -1.418188214302063, -1.0320392847061157, -1.0953584909439087, -0.8912836313247681, -0.5857978463172913, -0.40054407715797424, -0.14466480910778046, -0.12092900276184082, -0.20162899792194366, -0.2214081734418869, -0.05204060673713684, 0.12656286358833313, 0.22052085399627686, -0.05043700337409973, 0.055193133652210236, 0.5461939573287964, 0.604932427406311, 0.6395522952079773, 0.409847229719162, 0.15590457618236542, -0.2635069489479065, -0.5370920896530151, 0.5517061352729797, 1.3148905038833618, -0.041676197201013565, -1.015203595161438, 0.4709675908088684, 1.2077454328536987, -0.31159937381744385, -0.8730093240737915, -0.48848581314086914, -0.8993324637413025, 0.5808448791503906, 1.7481396198272705, 0.28897762298583984, -0.32857203483581543, 0.794126570224762, 1.1580970287322998, 0.006701610051095486, -0.75115966796875, -0.06521300226449966, 0.4795328378677368, 0.38474947214126587, -0.11953312158584595, -0.0758577436208725, -0.07878678292036057, -0.5059241652488708, 0.08052974939346313, 0.6814886331558228, 0.42874854803085327, 0.5723697543144226, 0.8756121397018433, 0.8745940923690796, 1.7476592063903809, 2.5880537033081055, 1.6494290828704834, 1.6712372303009033, 2.6645352840423584, 2.3749160766601562, 1.6304320096969604, 1.286705732345581, 0.9266505241394043, 1.3729068040847778, 2.273998498916626, 2.270397186279297, 0.7606815695762634, -0.7384117245674133, -0.3967016935348511, 0.22186410427093506, -0.850956380367279, -1.6958140134811401, -1.4696605205535889, -1.4962376356124878, -2.2417986392974854, -2.7847607135772705, -2.9592885971069336, -3.124807357788086, -2.5262906551361084, -1.7599908113479614, -2.2970824241638184, -2.5528182983398438, -1.766537070274353, -1.9243334531784058, -2.3420867919921875, -1.5886746644973755, -1.0736347436904907, -1.1860443353652954, -0.874783992767334, 0.00835359562188387, 0.49761420488357544, 0.06304849684238434, 0.17655128240585327, 0.6104421615600586, 1.0482219457626343, 1.7838269472122192, 2.1130552291870117, 2.1321489810943604, 2.207582712173462, 2.129164934158325, 2.4564149379730225, 2.4947588443756104, 1.4494823217391968, 0.11525573581457138, -1.715449333190918, -1.5430850982666016, -0.9609357714653015, -2.185769557952881, -1.3138929605484009, 0.6698830723762512, 1.2389386892318726, 0.4332023859024048, 0.5424416661262512, 1.3304413557052612, 0.4268988370895386, 0.3244647681713104, 1.8290468454360962, 2.413907766342163, 2.1626691818237305, 2.6616084575653076, 3.1838345527648926, 3.206617593765259, 2.993147373199463, 2.7841222286224365, 2.4225902557373047, 2.7196426391601562, 2.8720808029174805, 2.160717010498047, 0.934205949306488, 0.029194999486207962, -1.265013575553894, -2.1521482467651367, -1.6125761270523071, -2.0298197269439697, -4.01162576675415, -4.493223667144775, -3.7883999347686768, -3.7412686347961426, -4.053772926330566, -4.271116733551025, -4.479091644287109, -3.4572489261627197, -2.317596197128296, -2.7463693618774414, -3.583921194076538, -3.406018018722534, -2.3200795650482178, -1.3655353784561157, -1.4165340662002563, -1.9472155570983887, -1.6606760025024414, -0.45581573247909546, 0.39003291726112366, 0.6277843117713928, 0.902647852897644, 0.818629264831543, 0.9808681607246399, 1.4965969324111938, 1.9717884063720703, 2.0797019004821777, 1.8515704870224, 2.522087574005127, 3.8532230854034424, 4.016381740570068, 2.863906145095825, 2.1893327236175537, 2.3521201610565186, 2.582127094268799, 2.328280210494995, 2.0198581218719482, 1.743809700012207, 1.2017015218734741, 0.8329181671142578, 0.4730883836746216, 0.5719006657600403, 0.7308499813079834, 0.5559441447257996, 0.309589684009552, -0.038090143352746964, -0.12860843539237976, -0.4445623755455017, -1.3383548259735107, -1.9127403497695923, -1.9478224515914917, -1.9664230346679688, -1.3956376314163208, -1.0697071552276611, -2.048740863800049, -2.441226005554199, -1.5489370822906494, -2.2046761512756348, -3.6197965145111084, -3.3108673095703125, -2.0672719478607178, -1.0681389570236206, -0.9351012110710144, -0.353270024061203, 0.5083587169647217, 0.1049741879105568, -0.09969770908355713, -0.17959222197532654, 0.09428044408559799, 0.4797050356864929, 0.5639907121658325, 0.8181980848312378, 0.6190963387489319, 0.3449894189834595, 0.4307710528373718, -0.03625338524580002, -0.38640928268432617, -0.39552000164985657, -0.24219153821468353, 0.044931456446647644, 0.2750576138496399, 0.7988580465316772, 0.5244364142417908, 0.13397692143917084, 0.5715222954750061, 1.0885344743728638, 0.6194918155670166, 0.17215417325496674, 0.8193545341491699, 1.4239064455032349, 1.2319782972335815, 1.5822855234146118, 1.363831877708435, 1.0678538084030151, 1.3224908113479614, 1.4830740690231323, 0.7319567203521729, 0.01639530062675476, -0.06885778158903122, 0.29350733757019043, 0.2018800675868988, -0.862156331539154, -1.1619535684585571, -0.8692967295646667, -0.7980835437774658, -0.900279700756073, -1.3568432331085205, -1.579982042312622, -1.7954070568084717, -1.419345498085022, -0.5272112488746643, -0.670758843421936, -1.3453508615493774, -1.6320440769195557, -1.220374584197998, -0.23340800404548645, 0.1440110206604004, -0.37885797023773193, -0.7794566750526428, -0.7639582753181458, 0.1065196543931961, 0.760099470615387, 0.538044273853302, 0.3793046474456787, -0.18014732003211975, -0.19522814452648163, 0.5782456994056702, 0.7339562773704529, 0.19803698360919952, -0.741146981716156, -0.6753494739532471, 0.881622314453125, 1.6386901140213013, 1.145483136177063, 0.13463132083415985, -0.6447644829750061, -0.41242721676826477, 0.4064296782016754, 0.8847923874855042, 0.5804376006126404, 1.08864164352417, 1.744794487953186, 1.3828222751617432, 0.9927514791488647, 1.1182054281234741, 0.9513648152351379, 0.532505452632904, 0.9075750112533569, 0.9549728035926819, 0.6891607046127319, 0.70285564661026, 0.25644099712371826, 0.3539074957370758, 1.1644418239593506, 0.847493052482605, -0.07105887681245804, 0.42868003249168396, 0.7663824558258057, 0.1902361661195755, 0.09880083799362183, -0.3307691216468811, -0.9479649662971497, -1.1403906345367432, -0.9646758437156677, -0.805482029914856, -0.7914098501205444, -0.4041660726070404, -0.36265119910240173, -0.7666428089141846, -0.6376169323921204, -0.6400662660598755, -0.9946680665016174, -1.3484126329421997, -1.675861120223999, -1.0785212516784668, -0.45634737610816956, -0.5037710070610046, -0.46024662256240845, -0.3161662817001343, -0.7088967561721802, -0.9256905317306519, -0.7666640281677246, -0.40135881304740906, -0.720390796661377, -0.6063699126243591, -0.4867407977581024, 0.04746633395552635, 0.3493213355541229, 0.1357097625732422, 0.12350412458181381, 0.42586490511894226, 1.0134161710739136, 0.9065480828285217, 0.5553203225135803, 0.720872700214386, 0.9325663447380066, 0.9797042608261108, 0.6370762586593628, 0.6646976470947266, 1.223996639251709, 1.4012795686721802, 1.0702790021896362, 1.1052842140197754, 2.2264840602874756, 2.3985726833343506, 1.71584153175354, 1.5626187324523926, 1.8754688501358032, 1.8410791158676147, 1.0600550174713135, 0.6443222761154175, 0.7198333144187927, 0.6221997737884521, 0.7674741744995117, 0.8530587553977966, -0.17706799507141113, -0.7737111449241638, -0.7015852928161621, -0.7122985124588013, -0.9805830717086792, -0.6831192374229431, -1.0019419193267822, -1.6954289674758911, -1.7584625482559204, -1.098406195640564, -1.0759350061416626, -1.6813666820526123, -2.0709285736083984, -2.254944086074829, -2.2486045360565186, -1.6232304573059082, -1.6626319885253906, -1.825523853302002, -2.013335943222046, -1.6294622421264648, -1.0668648481369019, -1.1886943578720093, -1.4550871849060059, -1.3837848901748657, -0.7280669808387756, 0.12930551171302795, 0.26193881034851074, -0.1590145081281662, 0.2219032645225525, 1.2758512496948242, 1.1871848106384277, -0.07182368636131287, -0.19458061456680298, 0.6939444541931152, 0.6435093879699707, 0.5936120748519897, 1.591280460357666, 1.9916982650756836, 1.5048558712005615, 1.2199015617370605, 1.1532588005065918, 1.2544158697128296, 1.7383674383163452, 1.7603886127471924, 1.2093191146850586, 0.9082486629486084, 1.4573594331741333, 1.4553606510162354, 1.1308263540267944, 1.3167449235916138, 1.156353235244751, 0.9961289763450623, 1.0294468402862549, 0.6409690380096436, 0.3485976457595825, 0.07675190269947052, -0.19398047029972076, 0.13577522337436676, 0.6389256119728088, 0.3061283528804779, -0.5792689919471741, -0.9920488595962524, -0.9212982058525085, -0.768104612827301, -1.0423755645751953, -1.2322931289672852, -1.0096592903137207, -1.2179796695709229, -1.6031885147094727, -1.7078211307525635, -1.4936939477920532, -1.125937581062317, -1.5159335136413574, -1.7147929668426514, -1.3867454528808594, -0.9317144155502319, -1.5267926454544067, -2.0645229816436768, -1.0601320266723633, -0.5326692461967468, -0.7689608335494995, -0.5446707606315613, -0.4876497685909271, -0.6238740682601929, -0.38094308972358704, -0.022921843454241753, -0.12008453905582428, -0.07663853466510773, 0.39329004287719727, 0.475236713886261, 0.7547695636749268, 1.3226529359817505, 1.5874519348144531, 0.9420642256736755, 0.6516220569610596, 1.1526358127593994, 1.463008165359497, 0.8851025700569153, 0.6845545768737793, 1.159247636795044, 1.1592586040496826, 0.46866652369499207, 0.09693489968776703, -0.4298780560493469, -0.18261799216270447, 0.15641185641288757, -0.27561450004577637, -0.7409629821777344, -0.9431359171867371, -0.9524253606796265, -0.14973536133766174, 0.16061656177043915, -0.9678941965103149, -0.5587992072105408, 0.12068714946508408, -0.5105320811271667, -0.5685910582542419, 0.06036262959241867, 0.11962631344795227, 0.2570189833641052, 1.07160484790802, 0.8875888586044312, 0.5602608323097229, 1.1993680000305176, 1.1367167234420776, 0.7262210845947266, 1.3444724082946777, 1.9921313524246216, 1.4736148118972778, 1.0141639709472656, 0.4675354063510895, -0.10527016967535019, -0.020444877445697784, 0.2972382605075836, -0.2789784073829651, -0.6450669765472412, -0.37530022859573364, -0.15518677234649658, -0.09787963330745697, -0.5538241267204285, -0.8742614388465881, -0.8142549991607666, -0.9564628601074219, -1.4286222457885742, -1.8584871292114258, -1.3157461881637573, -0.45655015110969543, -0.2837788760662079, -0.27670106291770935, -0.320427268743515, -0.2838939130306244, 0.14397229254245758, 0.14798063039779663, -0.6417615413665771, -0.8458518981933594, -0.2984751760959625, -0.8881184458732605, -1.4226993322372437, -0.6789929866790771, -0.28128141164779663, -0.13612358272075653, -0.0621151477098465, 0.12939247488975525, 0.1773751974105835, 0.24168767035007477, 0.4759582579135895, -0.008169528096914291, -0.36957672238349915, 0.3490552306175232, 1.729783296585083, 1.0145063400268555, 0.1479245275259018, 0.11213573068380356, 0.07403001934289932, 0.4492933452129364, 1.037369728088379, 1.409763216972351, 1.1908334493637085, 1.3995522260665894, 2.2270777225494385, 1.8704625368118286, 1.4324915409088135, 1.6375722885131836, 1.1337177753448486, 1.2053145170211792, 1.5309642553329468, 1.0710259675979614, 0.6882357597351074, -0.002112690359354019, -0.5730108618736267, -0.7469402551651001, -0.23491385579109192, -0.009050634689629078, -0.5997065901756287, -0.7539693117141724, -0.1609741449356079, 0.4096338152885437, 0.3006262481212616, -0.755391538143158, -1.6209534406661987, -1.4523013830184937, -1.5564517974853516, -1.7738808393478394, -1.9627865552902222, -1.9669759273529053, -1.5745632648468018, -0.7443647384643555, -0.7835793495178223, -1.4305121898651123, -1.2526311874389648, -0.3231709599494934, 0.054579924792051315, 0.23514924943447113, 0.319133460521698, -0.11544948816299438, -0.026315128430724144, 0.5034920573234558, 0.3927326500415802, 0.37325549125671387, 0.7169539928436279, 1.315287709236145, 1.475468635559082, 0.9850942492485046, 0.6438936591148376, 1.1184338331222534, 1.305245280265808, 0.7928758859634399, 1.0161861181259155, 1.3008393049240112, 1.022042989730835, 1.4132726192474365, 1.4939484596252441, 1.178783893585205, 0.6934841871261597, 0.2939169704914093, 0.0702395960688591, -0.45818740129470825, -0.4493768811225891, -0.42444488406181335, -0.1235084980726242, 0.07876903563737869, -0.2704145908355713, -0.6350243091583252, -0.6862119436264038, -0.6174915432929993, -0.4415998160839081, -0.7626855969429016, -1.365167498588562, -1.3110239505767822, -0.717695951461792, -0.2891751229763031, -0.6642079949378967, -0.9035796523094177, 0.12627838551998138, 0.995089054107666, 0.39856648445129395, -0.29912880063056946, 0.07139407098293304, 0.6934628486633301, 0.7857112288475037, 0.6523067951202393, 0.7454885244369507, 0.787539541721344, 0.7111316919326782, 0.49827173352241516, 0.08601858466863632, -0.5197596549987793, -0.7319337129592896, -0.16666188836097717, -0.3794557750225067, -1.0725314617156982, -0.07003343850374222, 0.3254602551460266, -0.6985450983047485, -0.8121911883354187, -0.4270360469818115, -0.493368923664093, -1.2194271087646484, -1.4532191753387451, -0.9210601449012756, -0.4130437970161438, -0.16880562901496887, -0.4914517402648926, -0.4458533525466919, -0.1853167861700058, -0.05188724771142006, 0.5300765037536621, 0.012221490032970905, -0.7138598561286926, 0.17106851935386658, 0.6887118816375732, 0.1947944313287735, 0.12981590628623962, -0.0034334224183112383, -0.14540722966194153, 0.09636853635311127, 0.4458506405353546, -0.19216060638427734, -0.7283311486244202, -0.3790909945964813, 0.08512198179960251, 0.3028407692909241, 0.11781326681375504, -0.4057784080505371, -0.40076255798339844, -0.19042359292507172, -0.19493642449378967, -0.017307143658399582, -0.1456684023141861, -0.36034658551216125, 0.1376587450504303, 0.44096851348876953, 0.11283942312002182, 0.44279971718788147, 1.0359395742416382, 0.567731499671936, 0.7591245770454407, 0.9507068395614624, 0.6642683148384094, 0.35259583592414856, 0.3663329780101776, 0.28016647696495056, 0.2735176682472229, 0.2929803729057312, -0.17814834415912628, -0.6730190515518188, -0.18179303407669067, 0.04460630193352699, -0.06852751970291138, -0.29850301146507263, -0.8415911197662354, -0.843683123588562, -0.3581078350543976, -0.33441612124443054, -0.6442741751670837, -0.4604284465312958, -0.42604878544807434, -0.6558590531349182, -0.2853030562400818, -0.12273634225130081, -0.14454305171966553, -0.1747525930404663, -0.484762042760849, -0.5776335000991821, -0.2527836859226227, -0.22596395015716553, 0.15223604440689087, 0.3616284430027008, -0.23471249639987946, -0.20936408638954163, 0.6154446005821228, 0.6285616755485535, 0.058067817240953445, 0.6598159670829773, 1.1614097356796265, 0.7505503296852112, 0.31542298197746277, 0.16239111125469208, 0.6527793407440186, 0.8544095158576965, 0.5338385105133057, -0.08670006692409515, 0.2703988552093506, 0.8822729587554932, 0.9628819823265076, 1.008811116218567, 0.5251103639602661, 0.5499638319015503, 0.8932673931121826, 0.15545476973056793, -0.5624228715896606, -0.8712645769119263, -0.7857638597488403, -0.3063666522502899, -0.2917488217353821, -1.106208086013794, -1.400212049484253, -0.7792621850967407, -0.5963019728660583, -1.269919514656067, -1.8634862899780273, -1.5798362493515015, -1.1739851236343384, -1.0698086023330688, -1.1362497806549072, -1.2537651062011719, -1.078558087348938, -0.309513121843338, -0.06931279599666595, -0.6589193344116211, -0.9390407800674438, -0.30950507521629333, 0.18371054530143738, 0.19242781400680542, 0.28624626994132996, 0.3440493047237396, 0.24000771343708038, 0.7771427631378174, 0.8671162128448486, 0.65654057264328, 1.2166664600372314, 1.2021129131317139, 0.37382668256759644, 0.4562380015850067, 0.8096463084220886, 0.5341002941131592, 0.5949435234069824, 1.3060178756713867, 0.809428334236145, 0.2225744128227234, 0.3491208255290985, 0.5083069801330566, 0.451205313205719, 0.4245629906654358, 0.4848560690879822, -0.0445772260427475, -0.5175243020057678, -0.31798055768013, -0.10489484667778015, -0.14665429294109344, 0.03590787574648857, 0.1846192628145218, 0.1919938623905182, -0.28610432147979736, -0.2947612702846527, 0.2788195312023163, -0.07538768649101257, -0.892613410949707, -0.95660400390625, -0.5788921117782593, -0.12195180356502533, -0.2398167997598648, -0.5108552575111389, -0.8526830077171326, -0.8582406640052795, -0.538741946220398, -0.5093972682952881, -0.5794224739074707, -0.3374536633491516, -0.16779060661792755, -0.02765212021768093, 0.11642833799123764, -0.3636281192302704, -0.6680070161819458, -0.37228158116340637, -0.30427244305610657, -0.5722941160202026, -0.5474733114242554, -0.24724449217319489, 0.06535907834768295, 0.13140493631362915, -0.06711343675851822, -0.03441648557782173, 0.25301000475883484, 0.6614297032356262, 1.0811758041381836, 0.9618639945983887, 0.517363429069519, 0.4649931490421295, 0.7965212464332581, 0.5264156460762024, 0.07364463806152344, 0.442867636680603, 0.7302896976470947, 0.08115535974502563, -0.2466907799243927, 0.4638388156890869, 0.6183191537857056, -0.23403361439704895, 0.1280612349510193, 0.907876193523407, 0.9739728569984436, 0.6954134106636047, 0.2944740355014801, 0.614147961139679, 1.3896812200546265, 1.1893984079360962, 0.6065989136695862, 0.3588670790195465, 0.16685539484024048, 0.6309699416160583, 0.8967720866203308, 0.5795083045959473, 0.19487495720386505, 0.039218969643116, -0.05168442055583, -0.3475167453289032, -0.21811442077159882, -0.1837337613105774, -0.8751929402351379, -1.0987054109573364, -0.7763580679893494, -0.8186572790145874, -1.0965884923934937, -1.3493707180023193, -1.6386126279830933, -0.8763395547866821, 0.2152916043996811, 0.052102480083703995, -0.6410216689109802, -0.15869641304016113, 0.18481846153736115, -0.13935011625289917, -0.6246354579925537, -0.7796266078948975, -0.6728017926216125, 0.057175491005182266, 0.7439724802970886, 0.3671180009841919, -0.0017935475334525108, 0.44843241572380066, 0.9968937635421753, 0.7597747445106506, 0.10135508328676224, 0.0003946705546695739, 0.011869963258504868, -0.1524127721786499, 0.14581383764743805, 0.2715581953525543, -0.05852195993065834, -0.4727983772754669, -0.4465891122817993, 0.07300958037376404, 0.19293928146362305, 0.5302419066429138, 0.23660477995872498, -0.6230694651603699, -0.14783066511154175, 1.4024860858917236, 1.5240046977996826, 0.3904481530189514, 0.3962254226207733, 0.9621162414550781, 0.983512282371521, 0.9545601606369019, 0.6988727450370789, 0.08834853768348694, 0.31030532717704773, 0.8532422780990601, 0.8256775736808777, 0.23894654214382172, -0.35034486651420593, 0.19307208061218262, 0.3750905394554138, -0.04101995378732681, -0.21522575616836548, -0.9763673543930054, -2.1634278297424316, -2.423635244369507, -1.0960049629211426, -0.28920862078666687, -0.9930451512336731, -1.2113635540008545, -0.38232797384262085, 0.01579800248146057, -0.5639607906341553, -1.0134023427963257, -0.45243698358535767, -0.33386144042015076, -0.07316770404577255, 0.407539039850235, 0.1269371062517166, -0.13354501128196716, 0.08160880953073502, 0.2844336926937103, -0.13187682628631592, 0.6078463792800903, 1.3285362720489502, 0.2558303773403168, -0.7018783688545227, 0.3285050690174103, 1.4510548114776611, 0.5043632388114929, -0.40792226791381836, -0.10026881843805313, 1.0033166408538818, 1.9545406103134155, 0.8287398815155029, -0.9615253210067749, -0.9695337414741516, -0.036106765270233154, 1.2786253690719604, 1.1467863321304321, -0.6762028932571411, -0.7514287233352661, 1.049028992652893, 1.9207886457443237, 1.0458695888519287, 0.39201322197914124, 0.13579770922660828, 0.6425613164901733, 1.3736621141433716, 0.717398464679718, -0.44852039217948914, -0.8917193412780762, -0.09203069657087326, -0.12064097076654434, -0.8883633613586426, -1.1126072406768799, -0.7524631023406982, -0.17433778941631317, 0.2508445978164673, 0.3437683880329132, -0.15417218208312988, -0.7586795687675476, -0.7798227667808533, -0.22926340997219086, 0.34375953674316406, 0.495796799659729, -0.2167946845293045, -0.774810791015625, 0.05691192299127579, 1.2866623401641846, 0.5520394444465637, -0.6004933714866638, -0.05624903738498688, 0.3503841161727905, 0.26575934886932373, 0.41428086161613464, 0.26540854573249817, -0.5462871789932251, 0.07752761989831924, 1.023716926574707, 0.4349159002304077, 0.1663796305656433, -0.04234226047992706, -0.17859989404678345, -0.12011506408452988, -0.41527968645095825, -0.3477969467639923, -0.21517834067344666, -0.33683493733406067, -0.37809622287750244, -0.508459210395813, -0.733117938041687, -0.9049164652824402, -1.0407767295837402, -0.6733953952789307, -0.6588935852050781, -0.9740312099456787, -0.8054031729698181, -0.287840873003006, 0.01511727087199688, -0.01376586128026247, -0.3182942569255829, -0.4973825216293335, -0.4229711592197418, -0.31416451930999756, -0.3671570122241974, -0.6965316534042358, -0.22365233302116394, 0.6458606719970703, 0.7982212901115417, 0.34706196188926697, 0.4095975160598755, 0.9992114305496216, 0.7712672352790833, 0.4540829062461853, 0.6532090902328491, 0.3391883373260498, 0.3780399560928345, 1.0295188426971436, 0.6355729103088379, 0.14765435457229614, 0.7014322280883789, 1.068504810333252, 0.6334255337715149, -0.07787852734327316, 0.08194992691278458, 0.36486801505088806, 0.2864326536655426, 0.42037859559059143, -0.032669033855199814, -0.5723599195480347, -0.253569632768631, -0.1708148717880249, -0.6053473353385925, -0.48181313276290894, -0.18111766874790192, -0.5816012024879456, -0.8556631803512573, -0.7648864984512329, -0.8310509920120239, -0.9910520315170288, -1.0628873109817505, -0.6210076808929443, -0.013807902112603188, -0.293701171875, -0.3033999800682068, 0.12316153943538666, 0.07253170013427734, -0.4160539209842682, -0.8365732431411743, -0.32009997963905334, -0.06309128552675247, -0.12138427793979645, 0.22494980692863464, 0.25617384910583496, 0.12690767645835876, 0.38088279962539673, 0.6844179034233093, 0.4718506634235382, 0.042536407709121704, 0.18349216878414154, 0.3935946524143219, 0.06310316175222397, -0.011366982012987137, 0.9950162768363953, 0.970331072807312, 0.4384336769580841, 0.6947314739227295, 1.8345922231674194, 2.0169949531555176, 0.9520030617713928, 0.8089084029197693, 1.4435954093933105, 1.464667558670044, 1.4055780172348022, 0.8332108855247498, -0.061954230070114136, 0.7101240754127502, 1.4449899196624756, 0.4498456120491028, -0.5203447341918945, -0.8095930218696594, -0.7002189755439758, -0.3462870121002197, -0.5256041884422302, -1.215214490890503, -2.1621570587158203, -2.0766987800598145, -1.4477165937423706, -2.057673692703247, -2.176903009414673, -1.5274605751037598, -1.1074484586715698, -0.9631836414337158, -1.4829626083374023, -1.4341790676116943, -0.7743248343467712, -0.5541359782218933, -0.7506969571113586, 0.08545225113630295, 0.22456921637058258, -0.3824658691883087, 0.14245478808879852, 0.7893137335777283, 0.8611578345298767, 1.001676082611084, 0.4900728464126587, 0.5906202793121338, 0.7047691345214844, 0.46450743079185486, 0.4066762328147888, 0.38911575078964233, 0.6235239505767822, 0.428435742855072, 0.5682267546653748, 1.2166240215301514, 0.6196087598800659, 0.7951948046684265, 0.7223496437072754, 0.19606199860572815, 0.3199418783187866, 0.20856235921382904, 0.2869073748588562, 0.4155730605125427, 0.24334318935871124, 0.4283798038959503, 0.4471992552280426, 0.08126500248908997, 0.10738851875066757, 0.8328842520713806, 0.8184001445770264, 0.32730603218078613, 0.3214621841907501, 0.1381860226392746, 0.31273332238197327, 1.0276767015457153, 0.5847045183181763, -0.2500852346420288, -0.1483171284198761, -0.2890436351299286, -0.6784889101982117, -0.4112797975540161, -0.41428813338279724, -1.1181111335754395, -1.044973611831665, -1.293255090713501, -1.6847007274627686, -1.6850072145462036, -1.9788637161254883, -1.7514643669128418, -1.5658153295516968, -1.7584389448165894, -1.810919165611267, -1.3915884494781494, -1.0723012685775757, -1.0101646184921265, -0.7066511511802673, -0.7591416835784912, -0.3062291741371155, 0.357439786195755, 0.27517956495285034, 0.5407836437225342, 0.8226994872093201, 0.69496750831604, 0.8102806806564331, 1.1191486120224, 1.332707405090332, 1.42469322681427, 1.810661792755127, 1.8022468090057373, 1.5018850564956665, 1.601782202720642, 1.6571475267410278, 1.7890664339065552, 1.25928795337677, 0.633350133895874, 0.8211797475814819, 0.9738485217094421, 0.865054726600647, 0.5750850439071655, -0.4938139319419861, -1.4741493463516235, -0.8184019327163696, -0.46029964089393616, -0.8682886958122253, -1.3734558820724487, -1.2839254140853882, -0.7771973013877869, -0.7399137020111084, -1.3215619325637817, -1.9057884216308594, -1.7952258586883545, -1.1247782707214355, -0.7674097418785095, -1.1442945003509521, -1.084810733795166, -0.7321841716766357, -0.6830142140388489, -0.8604300618171692, -0.9145885109901428, -0.5346511602401733, -0.682431697845459, -1.0869786739349365, -0.9964165091514587, -0.26319146156311035, -0.2365405261516571, -0.6320623159408569, -0.3372417688369751, -0.01577216573059559, 0.18590952455997467, 0.47712886333465576, 0.5515162348747253, 0.5407558083534241, 0.7164793610572815, 0.8331672549247742, 0.7540822625160217, 0.4990088641643524, 0.3037329912185669, 0.5800267457962036, 0.9790579676628113, 0.9327011108398438, 0.8714672923088074, 0.96979820728302, 1.0679699182510376, 1.0414334535598755, 1.0795414447784424, 0.9821893572807312, 1.0286171436309814, 0.8243125081062317, 0.5097201466560364, 0.41758525371551514, 0.7235753536224365, 0.9382306337356567, 0.8117638826370239, 0.2089855670928955, -0.4900057315826416, -0.3654452860355377, 0.17711035907268524, -0.050401799380779266, -0.8211511969566345, -0.8586478233337402, -0.39538952708244324, -0.857977569103241, -1.0622189044952393, -0.7574467658996582, -0.9053473472595215, -0.7570171356201172, -0.18851016461849213, -0.19044877588748932, -0.6767293810844421, -0.5113675594329834, -0.17499524354934692, -0.2733919620513916, -0.19670172035694122, -0.20930850505828857, -0.17745575308799744, 0.20600682497024536, 0.1692916452884674, -0.058121200650930405, -0.01415744423866272, 0.014336229301989079, 0.18348295986652374, 0.7270161509513855, 0.996198296546936, 0.7703520059585571, 0.6873183846473694, 1.173446536064148, 1.1385465860366821, 0.5692168474197388, 0.7992677092552185, 0.831908643245697, 0.659174919128418, 0.8753466606140137, 0.7863218188285828, 0.4338145852088928, 0.7216178774833679, 0.7817439436912537, 0.15122158825397491, 0.29621201753616333, 0.6147207021713257, 0.33980101346969604, 0.17826347053050995, -0.06270753592252731, -0.4203247129917145, -0.4392540156841278, -0.41164734959602356, -1.0699113607406616, -0.9073359370231628, -0.3144552409648895, -0.49328771233558655, -0.9836401343345642, -1.4686208963394165, -1.469321846961975, -1.0990440845489502, -0.7718610763549805, -0.4938259422779083, -0.6376422047615051, -0.8632396459579468, -0.6496158242225647, -0.3563867509365082, -0.4355420470237732, -0.6086241006851196, -0.36127573251724243, -0.3274846076965332, -0.39034751057624817, 0.2427992969751358, 0.4095349609851837, 0.3295811712741852, 0.10383391380310059, 0.20107786357402802, 0.21209873259067535, 0.15051695704460144, 0.3270627558231354, 0.19363094866275787, 0.2552860379219055, 0.6542856097221375, 0.6941905617713928, 0.6842337846755981, 0.499594509601593, 0.4073185920715332, 0.3820277154445648, 0.4758073389530182, 0.5805550217628479, 0.40649402141571045, 0.4936479926109314, 0.5027680993080139, 0.36724188923835754, 0.3715244233608246, 0.10092020779848099, -0.35262784361839294, -0.29994750022888184, -0.0036334111355245113, 0.012148008681833744, -0.25764599442481995, -0.20576994121074677, -0.07802794128656387, -0.3248053789138794, -0.5066630840301514, -0.5357446074485779, -0.4381377398967743, -0.43506920337677, -0.3967839181423187, -0.07180959731340408, -0.006915096193552017, -0.38892117142677307, -0.4786418080329895, -0.15788650512695312, -0.261309415102005, -0.24331922829151154, 0.08577252179384232, -0.055983737111091614, -0.018278606235980988, 0.1873343139886856, -0.1410723775625229, -0.37364092469215393, -0.14037053287029266, -0.17872866988182068, -0.22421368956565857, 0.2558913230895996, 0.6507280468940735, 0.9317870736122131, 0.9013286232948303, 0.6033592820167542, 0.48454749584198, 0.41739824414253235, 0.25755274295806885, 0.0038642561994493008, -0.052981942892074585, 0.26946717500686646, 0.2523329555988312, 0.21462778747081757, 0.22982004284858704, 0.4320780634880066, 0.21608363091945648, -0.0389474555850029, 0.1932869553565979, 0.025409255176782608, -0.30271121859550476, -0.13314954936504364, -0.15157504379749298, -0.11205586791038513, 0.1309637427330017, 0.21486878395080566, 0.017275573685765266, -0.19365593791007996, -0.26887258887290955, -0.4566909372806549, -0.7248792052268982, -0.7227666974067688, -0.6248424649238586, -0.500001072883606, -0.440535306930542, -0.4919455349445343, -0.4994312524795532, 0.04541284590959549, 0.5187948346138, 0.34079915285110474, 0.10816926509141922, -0.017580082640051842, -0.1705004870891571, -0.38895028829574585, -0.24637559056282043, -0.0623847171664238, 0.17516861855983734, 0.2979501485824585, 0.3985031545162201, 0.593281626701355, 0.6740099191665649, 0.7785276174545288, 0.278823584318161, 0.24747002124786377, 0.13231952488422394, -0.013771542347967625, -0.03652781993150711, -0.10428275167942047, 0.2566014230251312, 0.20552201569080353, 0.14415518939495087, 0.20036765933036804, 0.18253982067108154, 0.24392440915107727, 0.0244422797113657, -0.11212892085313797, 0.06645854562520981, -0.13075795769691467, -0.16897226870059967, -0.17675131559371948, -0.2445947527885437, -0.23218493163585663, -0.002434373367577791, 0.17582537233829498, -0.17917734384536743, -0.23487016558647156, -0.014545411802828312, -0.05137021094560623, -0.0375342071056366, -0.025307977572083473, -0.09754051268100739, 0.2816271185874939, 0.432350754737854, 0.1685650646686554, -0.010936422273516655, 0.12139292061328888, 0.27025076746940613, 0.14874017238616943, 0.2685287892818451, 0.06765925139188766, -0.07474801689386368, 0.04319968447089195, -0.1688765585422516, 0.1778957098722458, 0.29946860671043396, -0.08813878148794174, -0.06716366112232208, 0.09052737057209015, 0.1401468962430954, 0.003958040848374367, -0.11365856230258942, 0.009327126666903496, -0.19468443095684052, -0.3850235641002655, -0.3801789879798889, -0.5999118089675903, -0.47384536266326904, -0.2751142382621765, -0.17788955569267273, -0.15590572357177734, 0.22659805417060852, 0.39871078729629517, 0.017390983179211617, -0.2516242265701294, 0.15523946285247803, 0.565547525882721, 0.41996508836746216, -0.07579538971185684, 0.08309829980134964, 0.5897758603096008, 0.5736557245254517, 0.20972485840320587, 0.07275015860795975, 0.11813127994537354, 0.3005712926387787, 0.44364452362060547, 0.30082637071609497, 0.1281488835811615, 0.2972825765609741, 0.22524981200695038, 0.07104168087244034, 0.18182317912578583, -0.23605988919734955, -0.15391191840171814, 0.16886687278747559, -0.20023790001869202, -0.24336498975753784, -0.15337269008159637, -0.3966897130012512, -0.5478333234786987, -0.32300758361816406, -0.21974129974842072, -0.5926417708396912, -0.7520121932029724, -0.9204665422439575, -0.8859376311302185, -0.760202944278717, -0.7471728324890137, -0.828970730304718, -0.8210238218307495, -0.6638699769973755, -0.5732629299163818, -0.5184043645858765, -0.34147247672080994, -0.2642287611961365, -0.0007917442126199603, 0.42968615889549255, 0.36198869347572327, 0.0924660786986351, 0.19166235625743866, 0.3676662743091583, 0.457444429397583, 0.34515509009361267, 0.3512515425682068, 0.4389016032218933, 0.7074121236801147, 0.9495108127593994, 1.0311802625656128, 1.1603225469589233, 0.9497315883636475, 0.5616748332977295, 0.6760586500167847, 0.49307286739349365, 0.5446387529373169, 0.315103679895401, -0.06382141262292862, 0.23089472949504852, 0.23948697745800018, 0.015011273324489594, -0.11276020854711533, -0.020589113235473633, 0.06706138700246811, 0.036627717316150665, 0.11550429463386536, 0.18521250784397125, 0.08588678389787674, 0.11345461755990982, 0.022071458399295807, -0.009437351487576962, -0.043054044246673584, -0.19149625301361084, -0.29614219069480896, -0.35770517587661743, -0.24722930788993835, -0.36412832140922546, -0.5310289859771729, -0.29832392930984497, -0.30211141705513, -0.4841928482055664, -0.4863344430923462, -0.7051409482955933, -0.47271519899368286, 0.13530085980892181, -0.17362506687641144, -0.35521796345710754, 0.10386192053556442, 0.17791004478931427, -0.17844979465007782, -0.24249807000160217, -0.2652961015701294, 0.1016571968793869, 0.4494633078575134, 0.2788836359977722, 0.0326533280313015, 0.08748502284288406, 0.17665773630142212, 0.09359433501958847, 0.10588833689689636, -0.1257963329553604, -0.1285984367132187, -0.04747937247157097, -0.08816415071487427, 0.02525067888200283, 0.1017429456114769, 0.05665368586778641, -0.038995057344436646, 0.23095379769802094, 0.31443217396736145, 0.054952964186668396, -0.0876026377081871, -0.06293245404958725, -0.1742568016052246, -0.39675426483154297, -0.3285716474056244, -0.0848117247223854, 0.018225744366645813, 0.1075127050280571, -0.03230897709727287, 0.13737325370311737, 0.04427134990692139, -0.17626020312309265, -0.03414837270975113, -0.03897298872470856, 0.07475478947162628, 0.06766393780708313, 0.04598688706755638, -0.18949325382709503, -0.6017765998840332, -0.33964189887046814, -0.08844238519668579, -0.08457982540130615, -0.02475970797240734, 0.03828595578670502, -0.013358376920223236, 0.04829058796167374, 0.09892206639051437, -0.09217344224452972, -0.01947781629860401, 0.11441783607006073, 0.046781256794929504, 0.11372105777263641, 0.05756472051143646, 0.015727492049336433, 0.05664082244038582, 0.12326807528734207, 0.08664300292730331, -0.09622717648744583, 0.08382657170295715, 0.00586913526058197, -0.12877608835697174, -0.13238577544689178, -0.1570168137550354, 0.10364116728305817, 0.25443196296691895, -0.04878092184662819, -0.42201411724090576, -0.4723345935344696, -0.23466642200946808, -0.3432050347328186, -0.5133970379829407, -0.6424611210823059, -0.4006232023239136, -0.15882529318332672, -0.3285878002643585, -0.5047318339347839, -0.5400098562240601, -0.16787154972553253, 0.282468318939209, 0.31504857540130615, 0.20992591977119446, 0.18981504440307617, 0.26864922046661377, 0.2877022922039032, 0.1155499815940857, 0.24654708802700043, 0.2557245194911957, 0.16151456534862518, 0.276180237531662, 0.26851481199264526, 0.17777127027511597, 0.16228997707366943, 0.010327083989977837, 0.08646230399608612, 0.15263456106185913, 0.031368643045425415, 0.0016303167212754488, -0.00999776367098093, 0.11128450930118561, 0.13731072843074799, 0.024170052260160446, -0.0005124408635310829, 0.17959412932395935, 0.25325801968574524, 0.2781430184841156, 0.31327879428863525, 0.17945776879787445, 0.23727525770664215, 0.1856948584318161, -0.017955947667360306, -0.0028252240736037493, -0.17851486802101135, -0.021093087270855904, 0.15754088759422302, -0.0330735482275486, -0.20533668994903564, -0.010730257257819176, 0.016456186771392822, -0.26871782541275024, -0.16946625709533691, -0.055490631610155106, -0.16473513841629028, -0.06860598921775818, -0.07339753210544586, -0.016125988215208054, 0.05784028023481369, -0.05310552567243576, -0.07469525933265686, -0.04033343493938446, 0.17500673234462738, 0.06232824921607971, -0.17628875374794006, 0.06880947947502136, 0.3687601089477539, 0.15997107326984406, 0.09902660548686981, 0.20842762291431427, -0.0029906765557825565, -0.1800139844417572, 0.03198546543717384, 0.21897563338279724, 0.3092591166496277, 0.2744733393192291, 0.13932467997074127, 0.007766756694763899, 0.13928446173667908, 0.24203506112098694, 0.07816782593727112, -0.05052928999066353, -0.0036609070375561714, 0.012866625562310219, 0.11038921028375626, 0.016251565888524055, -0.06828269362449646, -0.020577792078256607, -0.08117135614156723, -0.09899266064167023, 0.01706019975244999, -0.013150045648217201, -0.2900691628456116, -0.29757052659988403, -0.1046178787946701, -0.10343536734580994, -0.2978709936141968, -0.30252978205680847, -0.31679391860961914, -0.34701311588287354, -0.2501961886882782, -0.2651802599430084, -0.3971068859100342, -0.4470699727535248, -0.33013319969177246, -0.1548897922039032, -0.16042886674404144, -0.2764396071434021, -0.3795560896396637, -0.1499442756175995, -0.06750962138175964, -0.18252231180667877, -0.09836172312498093, 0.0744214877486229, 0.32635775208473206, 0.4543876051902771, 0.34120357036590576, 0.21602459251880646, 0.2403026968240738, 0.27220621705055237, 0.35642009973526, 0.6194667220115662, 0.6384806632995605, 0.49600541591644287, 0.46975985169410706, 0.4678373336791992, 0.5065866112709045, 0.5855638980865479, 0.4134056866168976, 0.0628853440284729, -0.08134748786687851, 0.05545122176408768, 0.21421894431114197, 0.20839136838912964, 0.036773666739463806, 0.007629465311765671, -0.12316109985113144, -0.1943855732679367, -0.11415194720029831, -0.2900283932685852, -0.21427689492702484, -0.1922442466020584, -0.3221016824245453, -0.4985302686691284, -0.6180287003517151, -0.4450951814651489, -0.6468390226364136, -0.4388575851917267, -0.14784245193004608, -0.2762371897697449, -0.298170804977417, -0.1776399314403534, -0.13782140612602234, -0.30505627393722534, -0.10979976505041122, 0.03301059827208519, 0.1056910827755928, 0.28254786133766174, 0.329234778881073, 0.3281669318675995, 0.4287267327308655, 0.41943490505218506, 0.23886415362358093, 0.273193359375, 0.7173646688461304, 0.8179331421852112, 0.5683334469795227, 0.5070719122886658, 0.6186566352844238, 0.6666703820228577, 0.5185413360595703, 0.3605031967163086, 0.16740497946739197, 0.09290651232004166, 0.19171461462974548, 0.3234863877296448, 0.13510428369045258, -0.15761126577854156, -0.08503712713718414, 0.19105955958366394, -0.052812863141298294, -0.11524839699268341, 0.052191879600286484, -0.17150191962718964, -0.2743937075138092, -0.25974997878074646, -0.07862277328968048, -0.06790586560964584, -0.11663354933261871, -0.10180922597646713, -0.17311058938503265, -0.0631261020898819, -0.16022035479545593, -0.28177961707115173, -0.2938288152217865, -0.24175404012203217, -0.15117806196212769, -0.008427518419921398, -0.026431934908032417, -0.27081993222236633, -0.16713187098503113, 0.027069181203842163, -0.047720007598400116, -0.12452878803014755, -0.18198524415493011, 0.0273175910115242, 0.12260732054710388, 0.09314815700054169, 0.14630915224552155, 0.01005916390568018, 0.0923677459359169, 0.10966278612613678, 0.011134237982332706, -0.008330087177455425, -0.20985892415046692, -0.09723566472530365, 0.09255661070346832, 0.07700617611408234, 0.24975697696208954, 0.2313872128725052, 0.18533849716186523, 0.1798781454563141, 0.28998327255249023, 0.28070250153541565, 0.22204136848449707, 0.13266026973724365, 0.06901481002569199, 0.17044328153133392, 0.004888563416898251, -0.10725034028291702, -0.1782369166612625, -0.05794099345803261, 0.19972188770771027, 0.20720598101615906, 0.04065920412540436, -0.06507699936628342, 0.025296417996287346, 0.0773404911160469, -0.10675425082445145, -0.2637350857257843, -0.09168398380279541, 0.017277278006076813, -0.033297475427389145, -0.14408525824546814, -0.04517829045653343, 0.07541108876466751, 0.02814343385398388, 0.00469687394797802, 0.042911794036626816, -0.03638546168804169, 0.08835390955209732, 0.09078376740217209, -0.09380552172660828, -0.20869013667106628, -0.058650851249694824, 0.076334148645401, 0.01481908280402422, -0.09419943392276764, -0.07955583184957504, 0.2306891232728958, 0.32476872205734253, 0.1389320343732834, 0.11914505809545517, 0.1134166494011879, 0.1833922564983368, 0.1778523474931717, 0.023981913924217224, -0.08874501287937164, -0.06298276036977768, 0.06026255711913109, -0.016175735741853714, -0.04456620663404465, -0.023915719240903854, -0.05913620814681053, -0.26103565096855164, -0.2885308563709259, -0.07632797956466675, -0.1696731001138687, -0.3573032021522522, -0.3140716254711151, -0.196891650557518, -0.22075878083705902, -0.3435662090778351, -0.3210132420063019, -0.1272057294845581, -0.00046415129327215254, 0.060789573937654495, 0.22074231505393982, 0.15677155554294586, 0.009813773445785046, -0.1500534862279892, -0.06423269957304001, 0.16322126984596252, 0.040272437036037445, 0.01660977303981781, 0.11886511743068695, 0.02707911655306816, -0.0625840499997139, -0.09451242536306381, -0.1255967766046524, -0.26113083958625793, -0.22521880269050598, -0.23527304828166962, -0.2852097749710083, -0.25675758719444275, -0.15640851855278015, -0.1475268006324768, -0.17506974935531616, -0.09919022023677826, -0.08994085341691971, -0.020394310355186462, 0.14650554955005646, 0.14396770298480988, 0.11128954589366913, 0.2961975634098053, 0.28999844193458557, 0.1606612652540207, 0.020845036953687668, -0.11684438586235046, -0.11097788065671921, -0.05515794828534126, -0.0457800030708313, 0.0840689018368721, 0.07134684920310974, 0.06066707894206047, 0.22905930876731873, 0.15379992127418518, -0.014496122486889362, -0.14098083972930908, -0.12492343038320541, -0.03858218714594841, -0.09655039757490158, -0.2715931832790375, -0.3347285985946655, -0.5306493043899536, -0.6619306206703186, -0.39647695422172546, -0.252500981092453, -0.5776324272155762, -0.5338195562362671, -0.19214116036891937, 0.007782862521708012, 0.08052958548069, -0.08398133516311646, -0.12828105688095093, -0.14586485922336578, -0.1425763964653015, -0.11799294501543045, -0.2261568158864975, -0.11023431271314621, 0.05439719557762146, 0.21561726927757263, 0.15392883121967316, 0.08602604269981384, 0.26327192783355713, 0.2832503020763397, 0.21879492700099945, 0.07238972187042236, 0.26008743047714233, 0.2960548996925354, 0.04252495989203453, 0.05600797012448311, 0.1735459268093109, 0.1512642800807953, 0.06024256348609924, 0.011267393827438354, 0.08136215060949326, 0.07598770409822464, 0.17633478343486786, 0.227423757314682, 0.06991048157215118, 0.025341616943478584, 0.03954678028821945, -0.03307665139436722, -0.0690353512763977, -0.2655033469200134, -0.41121429204940796, -0.2801017165184021, -0.21693354845046997, -0.20426136255264282, -0.15094952285289764, -0.13273639976978302, -0.20576496422290802, -0.10332205146551132, -0.0028738242108374834, 0.05078614875674248, 0.19767449796199799, 0.049548178911209106, -0.08857244998216629, -0.16431410610675812, -0.013070487417280674, 0.0765194445848465, 0.007090767379850149, -0.0006211226573213935, 0.13237230479717255, 0.38818904757499695, 0.2909468412399292, 0.020359868183732033, -0.12086707353591919, 0.10867612808942795, 0.2370595484972, 0.22702361643314362, 0.1573442965745926, 0.0933833122253418, 0.06526946276426315, 0.22539028525352478, 0.30692702531814575, 0.014239700511097908, -0.05178314447402954, -0.025136804208159447, -0.1626954972743988, -0.07102970778942108, 0.07702282071113586, 0.11521279811859131, -0.05092111974954605, 0.002138147596269846, 0.08202317357063293, 0.07348260283470154, -0.0212487131357193, -0.1807645708322525, -0.22754225134849548, -0.2734614610671997, -0.3326704502105713, -0.39298322796821594, -0.26096585392951965, -0.07339403033256531, 0.014598693698644638, -0.007326646242290735, -0.033091332763433456, -0.01163533702492714, 0.028134070336818695, 0.03021523542702198, -0.029124800115823746, -0.10991786420345306, -0.12220990657806396, -0.17402435839176178, -0.22370174527168274, -0.09882548451423645, 0.08351840078830719, 0.24165654182434082, 0.1578158140182495, -0.028752759099006653, -0.04102714732289314, 0.054867204278707504, 0.10352218896150589, 0.10635004937648773, 0.18792572617530823, -0.05973349139094353, -0.1793716549873352, -0.027484942227602005, -0.027122098952531815, -0.026230281218886375, 0.03195120021700859, 0.17544151842594147, 0.2700340449810028, 0.22861072421073914, 0.2538570463657379, 0.11637607216835022, 0.036580879241228104, -0.023690300062298775, -0.02903619594871998, 0.045314740389585495, -0.043120529502630234, 0.05150514096021652, 0.10460606962442398, 0.09456312656402588, -0.07765286415815353, -0.09004208445549011, 0.1043914258480072, -0.03960463032126427, -0.09948007017374039, -0.03523632138967514, 0.040202364325523376, 0.025056280195713043, -0.07976826280355453, -0.10721455514431, -0.08382578939199448, -0.14381204545497894, -0.10685685276985168, -0.20463523268699646, -0.1846286654472351, 0.00045363264507614076, 0.05945780128240585, -0.0596274770796299, -0.1413910686969757, -0.10571187734603882, -0.03875955566763878, -0.09957519173622131, -0.15219144523143768, -0.21448156237602234, -0.2276451140642166, -0.19935961067676544, -0.16904841363430023, -0.12396809458732605, -0.12916751205921173, -0.04760875180363655, -0.14741326868534088, -0.27350544929504395, -0.31163105368614197, -0.4487041234970093, -0.385422021150589, -0.37604662775993347, -0.3889530301094055, -0.2410329282283783, -0.14137883484363556, -0.09709520637989044, -0.41762545704841614, -0.5023839473724365, -0.29097694158554077, -0.12736932933330536, -0.13648028671741486, -0.25153616070747375, -0.1724284142255783, -0.08545006066560745, -0.033112529665231705, 0.060633525252342224, -0.006809799466282129, 0.021502509713172913, -0.04562230408191681, -0.11325617134571075, 0.07806068658828735, 0.19132272899150848, 0.1508365124464035, 0.05610434710979462, 0.13916517794132233, 0.13209187984466553, -0.03305204212665558, -0.06369053572416306, -0.07658802717924118, 0.04154559597373009, 0.17039775848388672, 0.16836042702198029, 0.15990526974201202, 0.11636169999837875, 0.026466531679034233, -0.02462296560406685, 0.020841538906097412, 0.051066987216472626, -0.1965000480413437, -0.1844855099916458, -0.17775972187519073, -0.10566370189189911, -0.04288685694336891, -0.2212422788143158, -0.3596841096878052, -0.3816298246383667, -0.3272949159145355, -0.12803258001804352, -0.008464885875582695, -0.11080777645111084, -0.2834326922893524, -0.1602383702993393, -0.05340271815657616, -0.05661798641085625, -0.023485204204916954, -0.0640808492898941, 0.023637475445866585, 0.0944218784570694, 0.06693590432405472, -0.02699129655957222, -0.05588129535317421, 0.014040907844901085, 0.21961963176727295, 0.3753455579280853, 0.16412438452243805, 0.32545024156570435, 0.5874561667442322, 0.5102850794792175, 0.45397502183914185, 0.37573033571243286, 0.3085765242576599, 0.26795893907546997, 0.2524142265319824, 0.21098077297210693, 0.1612948179244995, 0.2600834369659424, 0.3906349837779999, 0.3827337324619293, 0.29316166043281555, 0.13501887023448944, 0.01980709284543991, 0.002299525775015354, 0.04973139986395836, -0.07052959501743317, -0.12038708478212357, -0.1253351867198944, -0.03400878608226776, 0.09589590132236481, 0.014046779833734035, 0.016035404056310654, 0.08194542676210403, -0.008301936089992523, -0.05496598035097122, -0.16826146841049194, -0.17339083552360535, -0.1170240193605423, -0.12729641795158386, -0.1104855164885521, -0.25771191716194153, -0.35592377185821533, -0.22019220888614655, -0.21989946067333221, -0.3643973469734192, -0.38359591364860535, -0.29683294892311096, -0.17737482488155365, -0.14375153183937073, -0.15115036070346832, -0.1739521026611328, -0.05930409952998161, 0.08589739352464676, -0.02679833024740219, -0.05711418390274048, 0.10450375825166702, 0.16895170509815216, 0.0800912007689476, 0.07214754074811935, 0.2314656376838684, 0.2829302251338959, 0.18697291612625122, 0.15665189921855927, 0.33466294407844543, 0.42198747396469116, 0.42344769835472107, 0.4256725609302521, 0.2893405854701996, 0.23101681470870972, 0.23110553622245789, 0.1647917479276657, 0.11631418019533157, 0.019951943308115005, -0.026989486068487167, -0.11190219968557358, -0.10458710044622421, -0.0651533454656601, -0.10020080953836441, -0.13576790690422058, -0.20370477437973022, -0.23064322769641876, -0.1715390831232071, -0.16700655221939087, -0.21668362617492676, -0.33710697293281555, -0.2968384623527527, -0.08489923179149628, -0.04524771124124527, -0.028182312846183777, -0.08227493613958359, -0.07425922155380249, -0.007846273481845856, -0.14239205420017242, -0.17119200527668, -0.10088703036308289, -0.16527944803237915, -0.17052799463272095, -0.05390595644712448, -0.04939660429954529, -0.08327081054449081, -0.0324314646422863, -0.07275404781103134, -0.10224731266498566, 0.03740830346941948, 0.07862027734518051, 0.10752429068088531, 0.1663239300251007, 0.34580352902412415, 0.4387659728527069, 0.35228872299194336, 0.32877117395401, 0.3384011685848236, 0.37409842014312744, 0.5149504542350769, 0.4563714861869812, 0.28880923986434937, 0.29181694984436035, 0.451445996761322, 0.5223696231842041, 0.43635812401771545, 0.3578489422798157, 0.20147866010665894, 0.17961598932743073, 0.23392020165920258, 0.1928359866142273, 0.16295914351940155, 0.06433811783790588, 0.08772134780883789, 0.07138176262378693, 0.11173064261674881, 0.07177673280239105, -0.10895035415887833, 0.04229059815406799, 0.19511589407920837, 0.13015294075012207, -0.0853278785943985, -0.15608637034893036, -0.017208842560648918, -0.05661315470933914, -0.020240480080246925, -0.0010381868341937661, -0.06043791398406029, -0.08845200389623642, -0.0561925433576107, 0.03989046812057495, 0.019765321165323257, 0.006530330516397953, 0.024583783000707626, 0.06125766038894653, 0.09883752465248108, -0.02421363815665245, -0.11646717041730881, -0.09791829437017441, -0.09700313955545425, -0.04612273722887039, -0.010039007291197777, 0.1109418123960495, 0.11954747885465622, 0.027468184009194374, 0.16153645515441895, 0.1837792992591858, 0.1475531905889511, 0.1688982993364334, 0.1654863804578781, 0.040916264057159424, -0.01698845438659191, 0.08581345528364182, 0.19533458352088928, 0.23563610017299652, 0.3072846233844757, 0.24515771865844727, 0.22186528146266937, 0.07549382746219635, -0.06353010982275009, -0.04227988421916962, -0.12916328012943268, -0.20466014742851257, -0.16997943818569183, -0.06275641918182373, -0.018657056614756584, -0.06649014353752136, -0.0934494137763977, 0.022072337567806244, 0.05233792960643768, -0.06039893627166748, -0.20865455269813538, -0.11933068186044693, 0.09352478384971619, 0.13009034097194672, 0.12638457119464874, 0.06500161439180374, 0.1530236154794693, 0.21323566138744354, 0.23385100066661835, 0.28393876552581787, 0.18018466234207153, 0.11694882065057755, 0.07964663207530975, 0.13768915832042694, 0.2489645928144455, 0.29794496297836304, 0.29304036498069763, 0.31115153431892395, 0.2883405089378357, 0.30119556188583374, 0.2532793879508972, 0.08148235082626343, -0.0023002633824944496, 0.08503832668066025, 0.12681151926517487, 0.010837972164154053, -0.07075782120227814, -0.06561974436044693, -0.03773350268602371, -0.13285771012306213, -0.2506284713745117, -0.2320105880498886, -0.2712017893791199, -0.2506178021430969, -0.19004502892494202, -0.11673851311206818, -0.10799819976091385, -0.14799785614013672, -0.22037377953529358, -0.19189834594726562, -0.10002616792917252, 0.03576032072305679, 0.011922971345484257, -0.037428271025419235, -0.021302662789821625, 0.001847520237788558, 0.0697096586227417, 0.05321265757083893, -0.036021579056978226, -0.015213839709758759, 0.0872059240937233, 0.22471576929092407, 0.2119993418455124, 0.15514309704303741, 0.18737685680389404, 0.10396750271320343, 0.06484982371330261, 0.11130529642105103, 0.1399174928665161, 0.18697263300418854, 0.2561042308807373, 0.27669525146484375, 0.2255900800228119, 0.249201700091362, 0.2383008748292923, 0.10976589471101761, -0.07345081865787506, -0.1527121514081955, -0.11627212166786194, -0.1425808221101761, -0.1802987903356552, -0.16788189113140106, -0.25417041778564453, -0.3420330584049225, -0.38768333196640015, -0.3286208510398865, -0.3645327091217041, -0.3888630270957947, -0.3539057672023773, -0.3572889566421509, -0.2396925389766693, -0.21094879508018494, -0.22046887874603271, -0.2935298681259155, -0.3979332447052002, -0.3468562364578247, -0.2708404064178467, -0.21440692245960236, -0.09940452873706818, 0.001265894272364676, -0.044671643525362015, -0.048910632729530334, 0.015320159494876862, 0.04481949284672737, 0.05162515863776207, 0.014627279713749886, 0.010219180956482887, -0.013004259206354618, 0.0010047458345070481, 0.07771322131156921, 0.10461679846048355, 0.09609194099903107, 0.10980504006147385, 0.13004596531391144, 0.08603084087371826, 0.06496533006429672, 0.07299328595399857, 0.06691735237836838, 0.11302752792835236, 0.10378248989582062, 0.10225281864404678, 0.04106851667165756, -0.019895069301128387, 0.07089540362358093, 0.058098599314689636, -0.049562327563762665, -0.01668456196784973, -0.019972728565335274, -0.0015161011833697557, 0.02824474684894085, -0.030563149601221085, -0.18230153620243073, -0.3107956647872925, -0.20915061235427856, -0.16493970155715942, -0.2089471071958542, -0.24770817160606384, -0.26456740498542786, -0.13775047659873962, -0.10053510218858719, -0.22122561931610107, -0.2705461084842682, -0.2500886023044586, -0.20784518122673035, -0.22926437854766846, -0.31201618909835815, -0.22424621880054474, -0.1309131383895874, -0.0599173866212368, 0.04097839444875717, 0.011837453581392765, -0.00805350486189127, -0.04913594573736191, -0.061941392719745636, 0.018530361354351044, -0.07013761252164841, -0.03778031840920448, 0.054345566779375076, 0.06596412509679794, 0.1404443234205246, 0.1573018580675125, 0.12197795510292053, 0.09943089634180069, 0.051980648189783096, -0.00823210645467043, 0.04805580899119377, -0.00047317580902017653, -0.0805123820900917, -0.061601828783750534, 0.0479293130338192, 0.10870751738548279, 0.04526896774768829, -0.08599017560482025, -0.2086549699306488, -0.1894131451845169, -0.05453019216656685, -0.08592215925455093, -0.17338739335536957, -0.19196157157421112, -0.19025848805904388, -0.1395198553800583, -0.1112428605556488, -0.11539184302091599, -0.1664470136165619, -0.19838371872901917, -0.1568482518196106, -0.16073161363601685, -0.20229370892047882, -0.18461625277996063, -0.2201479822397232, -0.11262582242488861, -0.033976729959249496, 0.026724528521299362, 0.06339095532894135, 0.0389823317527771, 0.02998104877769947, 0.09317051619291306, 0.07202567160129547, 0.02166171185672283, 0.0021094607654958963, -0.043178264051675797, -0.02474072203040123, 0.00470660300925374, 0.05235836282372475, 0.03131404519081116, -0.006115087773650885, -0.028645753860473633, -0.0905916690826416, -0.09285634756088257, -0.1514071822166443, -0.170793354511261, -0.15850435197353363, -0.15544863045215607, -0.03645562008023262, 0.023092402145266533, -0.022614173591136932, -0.054298099130392075, -0.012007798999547958, 0.026410376653075218, -0.06230970844626427, -0.08620207011699677, -0.042509838938713074, 0.03388296067714691, 0.049729615449905396, 0.034111518412828445, 0.09577975422143936, 0.0537906140089035, 0.04829685017466545, 0.09912996739149094, 0.17062869668006897, 0.10454081743955612, 0.1443357765674591, 0.1726752519607544, 0.13258902728557587, 0.1839389055967331, 0.1739879995584488, 0.2241029590368271, 0.32581377029418945, 0.3222666084766388, 0.36188143491744995, 0.39675942063331604, 0.3401448428630829, 0.2502846419811249, 0.21617162227630615, 0.22380992770195007, 0.14916157722473145, 0.15233135223388672, 0.21862663328647614, 0.29980534315109253, 0.20638535916805267, 0.012336972169578075, 0.008352311328053474, 0.043058715760707855, -0.04509667307138443, -0.07823734730482101, 0.020790908485651016, 0.0023103889543563128, -0.05946559086441994, -0.09317725151777267, -0.0813579186797142, -0.045382559299468994, 0.001208478002808988, 0.09107475727796555, 0.1507735252380371, 0.08377691358327866, 0.06106366962194443, 0.17245054244995117, 0.18426470458507538, 0.15143582224845886, 0.04959603771567345, 0.04918525367975235, 0.1535469889640808, 0.19221946597099304, 0.2015138566493988, 0.1572992354631424, 0.1729632019996643, 0.09344334900379181, 0.0951402336359024, 0.1429319828748703, 0.08932662755250931, 0.10899743437767029, 0.0759761705994606, 0.05713653191924095, 0.06347783654928207, 0.013654962182044983, 0.007676047272980213, -0.02647588402032852, -0.10955189168453217, -0.13425272703170776, -0.07105351984500885, 0.02407945692539215, 0.03000522218644619, 0.056211575865745544, 0.023607414215803146, -0.036365728825330734, 0.007364335469901562, -0.08443412184715271, -0.13739904761314392, -0.03456500172615051, -0.025089744478464127, 0.033943917602300644, -0.019412539899349213, -0.08784017711877823, -0.04137375205755234, -0.06417705118656158, -0.05211283266544342, -0.19798971712589264, -0.2230355143547058, -0.07528778910636902, 0.10893090069293976, 0.05539572238922119, -0.08319249749183655, -0.024110548198223114, -0.0026376163586974144, -0.04677734896540642, -0.021897101774811745, 0.004419439937919378, 0.030269095674157143, 0.07402888685464859, 0.13865165412425995, 0.06296283006668091, 0.0647432804107666, 0.11892446130514145, 0.14464448392391205, 0.1964576244354248, 0.042731873691082, -0.0724472776055336, -0.026186734437942505, 0.08037439733743668, 0.15581557154655457, 0.022865811362862587, 0.05648856237530708, 0.011873828247189522, -0.07961346954107285, -0.06576041132211685, 0.04619844630360603, 0.1520659327507019, 0.0033074752427637577, -0.024728886783123016, 0.02100372314453125, -0.07299921661615372, -0.13187488913536072, -0.07655225694179535, 0.0065918369218707085, -0.0034509049728512764, -0.0861285999417305, 0.03497963771224022, 0.09485499560832977, 0.046224772930145264, 0.04451671987771988, 0.057987626641988754, 0.07267337292432785, -0.020769162103533745, -0.030043819919228554, -0.013240106403827667, 0.0969824269413948, 0.1282118558883667, -0.08209167420864105, -0.12998440861701965, -0.03533066436648369, 0.09042710065841675, 0.09859387576580048, 0.11004638671875, 0.14984485507011414, 0.16455696523189545, 0.1306639462709427, -0.06662922352552414, -0.15511181950569153, -0.15410849452018738, -0.06903525441884995, 0.018962020054459572, 0.03209425508975983, 0.09963838011026382, 0.058805983513593674, 0.07877251505851746, 0.20654667913913727, 0.2023518979549408, 0.10009827464818954, 0.08232317864894867, 0.1405697911977768, 0.08141405880451202, 0.07573474943637848, 0.1941215991973877, 0.1476714313030243, 0.11472746729850769, 0.08627186715602875, 0.046759843826293945, 0.03051488846540451, 0.014641390182077885, 0.09305093437433243, 0.07614681124687195, 0.07332056015729904, 0.11836059391498566, 0.04736225679516792, -0.06808821856975555, -0.1403052657842636, -0.11444366723299026, -0.07884455472230911, -0.038725703954696655, 0.028332030400633812, -0.06307271122932434, -0.07881873100996017, 0.0692097619175911, 0.0799516811966896, -0.04280228540301323, -0.17324700951576233, -0.19496604800224304, -0.18897955119609833, -0.2274848371744156, -0.15775243937969208, -0.10408219695091248, -0.07416356354951859, -0.09464132785797119, -0.13340003788471222, -0.07240825891494751, -0.11497094482183456, -0.17328405380249023, -0.17535407841205597, -0.0960017666220665, -0.050982143729925156, -0.03612520173192024, -0.08907639980316162, -0.1751117706298828, -0.1936511993408203, -0.19935709238052368, -0.1348000466823578, -0.1479610651731491, -0.19365529716014862, -0.03597887232899666, 0.04154479131102562, -0.006582844536751509, 0.01399281807243824, 0.02277960069477558, 0.005096910987049341, 0.015505839139223099, 0.09921842813491821, 0.08752109855413437, -0.025709284469485283, 0.013155338354408741, 0.1326860934495926, 0.10846327245235443, -0.004261926282197237, -0.05373499542474747, -0.019210757687687874, 0.014268442988395691, 0.1202772706747055, 0.1831178218126297, 0.18834416568279266, 0.08163097500801086, -0.0482303723692894, -0.1115206629037857, -0.03782219439744949, 0.00489274226129055, -0.03052007406949997, -0.05726755037903786, -0.07575791329145432, -0.0503813773393631, 0.02077016979455948, 0.023478711023926735, -0.0025731089990586042, -0.0095214257016778, -0.11834674328565598, -0.1812172532081604, -0.10856833308935165, -0.04779282584786415, -0.047145601361989975, -0.03812805935740471, -0.04172182083129883, 0.027319123968482018, 0.1470286250114441, 0.12212061136960983, 0.09974976629018784, 0.176240473985672, 0.25236013531684875, 0.19681644439697266, 0.0997975692152977, 0.032791003584861755, 0.05451653152704239, 0.13777540624141693, 0.1776624470949173, 0.09733384847640991, 0.07504073530435562, 0.07977570593357086, 0.05646078288555145, 0.0814749002456665, 0.08310218900442123, 0.022095613181591034, -0.007134133484214544, 0.04383620247244835, 0.015106515027582645, -0.024008844047784805, -0.0032145236618816853, -0.10009057819843292, -0.25403639674186707, -0.13629363477230072, -0.06039486825466156, -0.0972927063703537, -0.13495123386383057, -0.10862363129854202, -0.10299312323331833, -0.13448257744312286, -0.07399293780326843, -0.08534292131662369, -0.12020464986562729, -0.07187947630882263, -0.13397033512592316, -0.11893302202224731, -0.04010840132832527, -0.02074469067156315, -0.02069014683365822, -0.03693007677793503, -0.15048731863498688, -0.23127472400665283, -0.12070802599191666, -0.13574524223804474, -0.11766071617603302, 0.007567283697426319, 0.0626378282904625, 0.18046720325946808, 0.25958889722824097, 0.3529354929924011, 0.3117675185203552, 0.22625017166137695, 0.2383342832326889, 0.17131908237934113, 0.14694353938102722, 0.15284670889377594, 0.12006498873233795, 0.059706419706344604, 0.06438810378313065, 0.1734682023525238, 0.20920632779598236, 0.13740389049053192, 0.08630264550447464, 0.06031923368573189, 0.05295436456799507, 0.026323171332478523, 9.375539229949936e-05, -4.136311690672301e-05, 0.051894139498472214, 0.049866385757923126, 0.02201693132519722, -0.00044038271880708635, -0.011770987883210182, 0.03699946776032448, -0.041006021201610565, -0.1493045538663864, -0.12972718477249146, -0.14187896251678467, -0.21083104610443115, -0.23411211371421814, -0.21770717203617096, -0.11003590375185013, -0.0850861519575119, -0.06871490180492401, -0.040844060480594635, -0.10329693555831909, -0.08286910504102707, -0.022428499534726143, -0.02296169102191925, -0.04771469905972481, -0.04016120731830597, 0.052386682480573654, 0.02630631998181343, -0.0272474754601717, -0.05799715220928192, -0.13867351412773132, -0.10838272422552109, -0.11293553560972214, -0.08002326637506485, -0.0626620203256607, -0.07246803492307663, -0.02449766919016838, 0.10044962167739868, 0.20095375180244446, 0.1280917376279831, 0.109176404774189, 0.22355125844478607, 0.17102956771850586, 0.06604910641908646, 0.08365015685558319, 0.1298266053199768, 0.09836465865373611, 0.07934604585170746, 0.033025939017534256, -0.013139041140675545, 0.07701040059328079, 0.10722839087247849, 0.00041484873509034514, 0.05140309035778046, 0.050137657672166824, 0.03522305190563202, -0.025825807824730873, -0.05635696277022362, -0.03160690516233444, 0.0162825845181942, 0.03693683445453644, -0.02382313460111618, -0.06134668365120888, -0.0011337618343532085, -0.02823757939040661, -0.12366513907909393, -0.1568365842103958, -0.17922064661979675, -0.16204333305358887, -0.12042194604873657, -0.14585046470165253, -0.22110426425933838, -0.22722014784812927, -0.1914939433336258, -0.2609405219554901, -0.3013591170310974, -0.29854902625083923, -0.3018583655357361, -0.2280460149049759, -0.14390762150287628, -0.23670265078544617, -0.27285894751548767, -0.18260493874549866, -0.15217064321041107, -0.12219398468732834, -0.10580016672611237, -0.10598088800907135, -0.0630028173327446, -0.05480719357728958, -0.09186086803674698, -0.01613708958029747, 0.03419874981045723, 0.04860096052289009, -0.02984844334423542, -0.05099547281861305, -0.04437607154250145, -0.013371077366173267, 0.016748258844017982, 0.026077380403876305, 0.017951365560293198, 0.019518591463565826, 0.07439188659191132, 0.1098259910941124, 0.08945511281490326, 0.05101523920893669, 0.052082765847444534, 0.06647507846355438, -0.039184022694826126, -0.11377608776092529, -0.13754071295261383, -0.13266417384147644, -0.1320326030254364, -0.10574189573526382, -0.008781906217336655, 0.10069163888692856, 0.010679315775632858, -0.06530119478702545, -0.027358515188097954, 0.07412464171648026, -0.005678478628396988, -0.19583718478679657, -0.26279568672180176, -0.1659621149301529, -0.011156932450830936, -0.004469110164791346, -0.10789518803358078, -0.1994013637304306, -0.13092419505119324, 0.055512022227048874, 0.14509524405002594, -0.044372133910655975, -0.2108267992734909, -0.08858481049537659, 0.061923954635858536, 0.09708621352910995, -0.15830323100090027, -0.2537083029747009, 0.011670802719891071, 0.043533410876989365, 0.028306104242801666, 0.02162068895995617, 0.013885121792554855, 0.15089531242847443, 0.19866660237312317, 0.12749022245407104, 0.13840632140636444, 0.11349967867136002, -0.0058223772794008255, -0.036159928888082504, -0.02846328169107437, -0.05581045150756836, 0.06022582948207855, 0.19761435687541962, 0.13856090605258942, 0.13221943378448486, 0.18534338474273682, 0.35079994797706604, 0.25553014874458313, 0.15193264186382294, 0.17458763718605042, 0.09710768610239029, -0.02023100107908249, -0.13000884652137756, -0.21614575386047363, -0.15960508584976196, -0.0206028800457716, -0.007420027162879705, -0.07269050180912018, -0.08596935123205185, -0.011358468793332577, 0.02094968594610691, -0.04469284042716026, -0.15509937703609467, -0.27075424790382385, -0.2801959216594696, -0.1887485831975937, -0.23367545008659363, -0.2585812211036682, -0.2998991906642914, -0.30944088101387024, -0.2032080590724945, -0.1615566909313202, -0.114386647939682, 0.0011065705912187696, 0.002770386403426528, -0.05858444422483444, -0.06578010320663452, -0.053809456527233124, -0.046231139451265335, -0.11226753890514374, -0.01800704002380371, 0.11803718656301498, 0.09354349970817566, 0.052859652787446976, 0.16404180228710175, 0.1852647215127945, 0.10571589320898056, 0.08527359366416931, 0.0359773114323616, 0.024914968758821487, 0.009011517278850079, 0.05972558632493019, 0.08399075269699097, -0.04175431281328201, -0.05705087631940842, -0.021232757717370987, -0.0271444171667099, 0.024786628782749176, -0.017291462048888206, -0.0828278660774231, -0.08251305669546127, -0.11422119289636612, -0.011921849101781845, -0.05012517422437668, -0.1801559031009674, -0.1308809071779251, -0.10275636613368988, -0.11260326951742172, -0.21904167532920837, -0.2823650538921356, -0.17706045508384705, -0.07572653144598007, -0.08980461210012436, -0.17322880029678345, -0.2556982934474945, -0.17250047624111176, -0.11087716370820999, -0.11024386435747147, -0.2078692764043808, -0.26435330510139465, -0.2311997413635254, -0.22959615290164948, -0.22086842358112335, -0.20205822587013245, -0.2344842553138733, -0.26501816511154175, -0.20900362730026245, -0.1770717054605484, -0.12805801630020142, -0.07183986902236938, -0.09841831028461456, -0.12893757224082947, -0.12949426472187042, -0.04024212062358856, 0.1050657406449318, 0.0679096132516861, 0.0869709923863411, 0.15236809849739075, 0.17732490599155426, 0.2713729739189148, 0.25190481543540955, 0.2310160994529724, 0.23130322992801666, 0.21937477588653564, 0.29118990898132324, 0.27697500586509705, 0.24016739428043365, 0.29743361473083496, 0.30412137508392334, 0.32085251808166504, 0.3185448944568634, 0.2713744342327118, 0.28912830352783203, 0.2548942565917969, 0.1708994209766388, 0.12244786322116852, 0.1107909083366394, 0.09818222373723984, 0.05414830148220062, 0.016892310231924057, 0.03262656182050705, 0.08429422229528427, 0.12845034897327423, 0.05581836402416229, -0.05366795137524605, -0.04434937238693237, -0.005773906130343676, -0.03170745447278023, 0.001186843030154705, -0.01941806823015213, -0.07924475520849228, -0.008623362518846989, -0.0006827315664850175, 0.029537783935666084, 0.06511684507131577, 0.024714140221476555, 0.019522687420248985, 0.011121316812932491, 0.0476018488407135, 0.09190070629119873, 0.06088075041770935, 0.07760623842477798, 0.08034159243106842, 0.12108563631772995, 0.17733342945575714, 0.15084998309612274, 0.15913766622543335, 0.14038854837417603, 0.13608768582344055, 0.17573624849319458, 0.14894729852676392, 0.049566179513931274, 0.08929077535867691, 0.14030806720256805, 0.07338845729827881, 0.025767168030142784, 0.009875326417386532, 0.05525168776512146, 0.0902986079454422, 0.05545312538743019, 0.03619081899523735, 0.04778989776968956, -0.028940165415406227, -0.001679356093518436, 0.011164859868586063, 0.09145984053611755, 0.10292189568281174, 0.03154636174440384, 0.024315273389220238, 0.022625785320997238, 0.08084379136562347, 0.1350436806678772, 0.10907872766256332, 0.05142725631594658, 0.021694863215088844, 0.0150610888376832, 0.055948060005903244, 0.06791529804468155, 0.029600702226161957, 0.05916984751820564, 0.05521158128976822, 0.0663013681769371, 0.08179265260696411, 0.14517953991889954, 0.1346490979194641, 0.11448705941438675, 0.18752124905586243, 0.2464783787727356, 0.24470356106758118, 0.22075699269771576, 0.22296006977558136, 0.2700255513191223, 0.32462918758392334, 0.3430778384208679, 0.31416913866996765, 0.25070688128471375, 0.20748458802700043, 0.32866522669792175, 0.42312806844711304, 0.31318333745002747, 0.31462907791137695, 0.2832343876361847, 0.23126253485679626, 0.3009859025478363, 0.3060804307460785, 0.2800017297267914, 0.2302829623222351, 0.18465584516525269, 0.19377033412456512, 0.1468801498413086, 0.10840149223804474, 0.07500704377889633, 0.04092245176434517, 0.11055535078048706, 0.05604439228773117, 0.009957283735275269, 0.06039305403828621, 0.00486020278185606, -0.010780032724142075, -0.02417842671275139, -0.033784907311201096, -0.019899945706129074, -0.09387706220149994, -0.09928444772958755, 0.003282825229689479, 0.054227568209171295, 0.04675566777586937, 0.0003863415331579745, 0.009925376623868942, 0.03629689663648605, 0.05060846731066704, 0.05975271761417389, 0.023410549387335777, 0.01544620469212532, -0.0395745225250721, -0.011670458130538464, -0.016539188101887703, -0.04116509482264519, 0.01644144579768181, 0.04618806019425392, 0.11685692518949509, 0.11990635097026825, 0.058577436953783035, 0.09951049089431763, 0.0262594036757946, 0.007558333221822977, -0.033270545303821564, -0.07682184129953384, -0.023937473073601723, -0.02877676859498024, -0.03738062456250191, -0.005447958596050739, -0.011634934693574905, -0.022092293947935104, -0.011413129977881908, -0.0250391885638237, -0.04506514593958855, -0.12224128097295761, -0.13060392439365387, -0.09948951005935669, -0.04966936632990837, -0.09721928089857101, -0.1994452327489853, -0.187079519033432, -0.1644129604101181, -0.17569874227046967, -0.11673852801322937, -0.0645987018942833, -0.10204854607582092, -0.14516104757785797, -0.08582579344511032, -0.05714979022741318, -0.05481339618563652, -0.06451497972011566, -0.1255558580160141, -0.15347012877464294, -0.11086203157901764, -0.12311121821403503, -0.13736510276794434, -0.168969064950943, -0.2092950940132141, -0.1843193918466568, -0.13084758818149567, -0.15624871850013733, -0.2572426497936249, -0.17404671013355255, -0.09802477806806564, -0.17760872840881348, -0.21173600852489471, -0.17682620882987976, -0.12266378849744797, -0.10390937328338623, -0.11385979503393173, -0.13648316264152527, -0.12385232001543045, -0.14066123962402344, -0.13597026467323303, -0.13180162012577057, -0.11222988367080688, -0.018485676497220993, 0.011209274642169476, -0.03413616493344307, -0.059306710958480835, -0.07256952673196793, -0.0292207058519125, -0.08779915422201157, -0.0901787132024765, -0.010950499214231968, 0.054947663098573685, 0.03560187667608261, -0.02578958496451378, 0.024784525856375694, 0.0462254174053669, 0.04070360213518143, 0.06565853953361511, 0.06377336382865906, 0.057947222143411636, 0.06929890066385269, 0.14569564163684845, 0.15923646092414856, 0.14971716701984406, 0.130030557513237, 0.051075223833322525, 0.03318972513079643, -0.04935579374432564, -0.015192053280770779, 0.02040042355656624, -0.018116995692253113, -0.027758991345763206, -0.026478487998247147, -0.0283671785145998, -0.06392625719308853, -0.031214183196425438, 0.10042847692966461, 0.10417594015598297, 0.037411775439977646, -0.025389134883880615, 0.00908910296857357, 0.00490020914003253, -0.008163764141499996, -0.005197106394916773, -0.12940336763858795, -0.16330638527870178, -0.04387311637401581, -0.03823333978652954, -0.11309520155191422, -0.12246152013540268, -0.11155828833580017, -0.18382228910923004, -0.19450737535953522, -0.19012285768985748, -0.3029831647872925, -0.3270736634731293, -0.2825274169445038, -0.23306694626808167, -0.26456180214881897, -0.30751702189445496, -0.2907034754753113, -0.26193150877952576, -0.22335967421531677, -0.24598349630832672, -0.26206454634666443, -0.25231873989105225, -0.23200683295726776, -0.2344377189874649, -0.19328254461288452, -0.14046457409858704, -0.159265398979187, -0.12897881865501404, -0.06207079440355301, -0.063435859978199, -0.08686316013336182, -0.04757501557469368, -0.04281424731016159, -0.06638652831315994, -0.07165729254484177, -0.02296709269285202, -0.018807899206876755, -0.04131096228957176, -0.0975213274359703, -0.12757425010204315, -0.062330059707164764, -0.09381138533353806, -0.09767791628837585, -0.042411550879478455, -0.009398487396538258, 0.035562340170145035, 0.01277316827327013, -0.025997642427682877, -0.015230841003358364, -0.05671004578471184, -0.10119066387414932, -0.10408087074756622, -0.14817149937152863, -0.1401124894618988, -0.0585874542593956, -0.06330997496843338, -0.0886635109782219, -0.07589361071586609, -0.05545054003596306, -0.05983617529273033, -0.0651702731847763, -0.03658169135451317, -0.058013416826725006, -0.10365092754364014, -0.10239903628826141, -0.11918213218450546, -0.16512121260166168, -0.14352738857269287, -0.10706765949726105, -0.053306132555007935, -0.010940875858068466, -0.018261685967445374, -0.0217015128582716, -0.04210546612739563, -0.07364146411418915, -0.06691683828830719, -0.011414538137614727, -0.026669682934880257, -0.08480261266231537, -0.07397157698869705, -0.060542672872543335, -0.041098419576883316, -0.006244245916604996, -0.010110132396221161, 0.01704760268330574, 0.038539156317710876, 0.03766481205821037, 0.10753088444471359, 0.15449441969394684, 0.12626752257347107, 0.09929288923740387, 0.14477556943893433, 0.17372813820838928, 0.10132322460412979, 0.0006652873125858605, -0.00465953815728426, -0.03358304128050804, -0.06297954171895981, -0.03847629204392433, -0.06517961621284485, -0.0944068655371666, -0.08675046265125275, -0.017284464091062546, -0.016347253695130348, -0.05851341038942337, -0.0740080401301384, -0.05524320900440216, -0.07168726623058319, -0.05541336536407471, -0.028810689225792885, 0.018115796148777008, 0.023889310657978058, 0.03423501178622246, 0.0535067655146122, 0.0337732657790184, 0.0021588103845715523, -0.01803291030228138, -0.03810809180140495, -0.0639469176530838, -0.07082914561033249, -0.043602097779512405, -0.02015530690550804, -0.016653424128890038, -0.015367932617664337, 0.026943383738398552, 0.05826105177402496, 0.0073710717260837555, 0.014527454040944576, 0.041284315288066864, 0.040526021271944046, 0.04246135428547859, 0.03014513850212097, 0.03209872171282768, 0.012373422272503376, 0.028773589059710503, 0.053322210907936096, 0.05539458617568016, 0.08544021844863892, 0.05138548091053963, -0.018200265243649483, -0.07963496446609497, -0.09973236173391342, -0.06868069618940353, -0.036398746073246, -0.04373818263411522, -0.07534992694854736, -0.06665255129337311, -0.07828462868928909, -0.12389892339706421, -0.09877409785985947, -0.11583340913057327, -0.1502295434474945, -0.10862715542316437, -0.05514077469706535, -0.0424383170902729, -0.05421184375882149, -0.0818273052573204, -0.07158006727695465, -0.09877528250217438, -0.05304717272520065, 0.023217063397169113, 0.006897731218487024, 0.040850069373846054, 0.11101625114679337, 0.10329046845436096, 0.08649633824825287, 0.1141803115606308, 0.10378428548574448, 0.035519205033779144, 0.033917807042598724, 0.12137363851070404, 0.20080290734767914, 0.21282894909381866, 0.13682255148887634, 0.10334966331720352, 0.14158743619918823, 0.13896150887012482, 0.09070791304111481, 0.06208544969558716, 0.0785643607378006, 0.11725066602230072, 0.1195783019065857, 0.14175692200660706, 0.12652060389518738, 0.10180236399173737, 0.11163350194692612, 0.1397141069173813, 0.13361221551895142, 0.12250863760709763, 0.08271879702806473, 0.09903307259082794, 0.12417741864919662, 0.1165735274553299, 0.0778713971376419, 0.03326180577278137, 0.08336395025253296, 0.11973850429058075, 0.1357439160346985, 0.1576983779668808, 0.12492169439792633, 0.14769168198108673, 0.15680593252182007, 0.13684560358524323, 0.04506784677505493, -0.017854703590273857, -0.009589416906237602, 0.02356238290667534, 0.057121723890304565, 0.020817209035158157, 0.02286381833255291, 0.04647696390748024, 0.1060848981142044, 0.07191378623247147, 0.007905997335910797, 0.024982329457998276, 0.09306944161653519, 0.07862620800733566, 0.024029284715652466, -0.034315794706344604, -0.005657074972987175, 0.08756732195615768, 0.055219605565071106, -0.01610836386680603, -0.029216306284070015, -0.002568099182099104, 0.042754337191581726, 0.018365852534770966, -0.01891901344060898, -0.014616689644753933, 0.03271058574318886, 0.0668632909655571, 0.029684484004974365, -0.010630917735397816, 0.008363381959497929, 0.05519387125968933, 0.10364692658185959, 0.06622947007417679, 0.012388312257826328, 0.07080577313899994, 0.030498843640089035, 0.004929916467517614, 0.06027814745903015, 0.08530835062265396, 0.10483518242835999, 0.14266814291477203, 0.18267732858657837, 0.17028260231018066, 0.15781478583812714, 0.18193373084068298, 0.19458691775798798, 0.19886553287506104, 0.2052377164363861, 0.23000676929950714, 0.2734983265399933, 0.24791185557842255, 0.23324908316135406, 0.25170326232910156, 0.22495299577713013, 0.22140969336032867, 0.18357783555984497, 0.1318315714597702, 0.15780597925186157, 0.17672868072986603, 0.17313501238822937, 0.1554066687822342, 0.17976614832878113, 0.16533324122428894, 0.1651374101638794, 0.19823086261749268, 0.20399251580238342, 0.19072896242141724, 0.1886810064315796, 0.16446763277053833, 0.14921827614307404, 0.1972828060388565, 0.19431717693805695, 0.12347131222486496, 0.13685594499111176, 0.20614808797836304, 0.19921952486038208, 0.15425966680049896, 0.148939311504364, 0.18177765607833862, 0.15608425438404083, 0.10884805768728256, 0.1079007163643837, 0.09077641367912292, 0.0994241014122963, 0.0734046995639801, 0.0710955560207367, 0.10007940977811813, 0.06728667765855789, 0.08290357887744904, 0.17096762359142303, 0.18202123045921326, 0.13270772993564606, 0.11017856746912003, 0.12311972677707672, 0.09205873310565948, 0.05766962468624115, 0.025145437568426132, 0.02218913659453392, 0.06478819251060486, 0.1012769266963005, 0.16039952635765076, 0.16874754428863525, 0.08852116763591766, 0.09671010076999664, 0.1336960792541504, 0.09768783301115036, 0.1361076682806015, 0.1460939347743988, 0.14309503138065338, 0.17574146389961243, 0.17964184284210205, 0.14398837089538574, 0.09568485617637634, 0.11768092960119247, 0.1261839121580124, 0.11547456681728363, 0.15309901535511017, 0.10064707696437836, 0.0960661768913269, 0.1450958251953125, 0.14293304085731506, 0.11764568090438843, 0.056040309369564056, 0.0002444869023747742, -0.01097828522324562, 0.019678490236401558, -0.01421087421476841, -0.04763948544859886, -0.008569887839257717, 0.01472199521958828, -0.0039727818220853806, 0.019511645659804344, 0.011275657452642918, 0.009143597446382046, 0.04651882126927376, -0.007842283695936203, -0.08116307854652405, -0.06528759747743607, -0.021934757009148598, -0.05560091510415077, -0.07519447058439255, -0.03958958014845848, -0.016554730013012886, 0.03734937682747841, 0.030794084072113037, -0.04714746028184891, -0.052990738302469254, 0.010756840929389, 0.09538513422012329, 0.08846310526132584, 0.026446567848324776, 0.029187453910708427, 0.019961800426244736, -0.013155217282474041, -0.02145315334200859, 0.021449461579322815, 0.04290597885847092, -0.012623419985175133, -0.060071077197790146, -0.05938166752457619, -0.0435909777879715, -0.014097153209149837, 0.02053976245224476, 0.02105301432311535, -0.027481036260724068, 0.005138666369020939, 0.025863399729132652, 0.034222736954689026, 0.021740147843956947, 0.024752045050263405, 0.06835763156414032, 0.11908987164497375, 0.1256316751241684, 0.13781064748764038, 0.11699868738651276, 0.10531429946422577, 0.11863960325717926, 0.04570852220058441, -0.012432198040187359, 0.0002041394473053515, 0.019222863018512726, -0.012974492274224758, -0.07356976717710495, -0.060542993247509, -0.03625696524977684, -0.03781885653734207, -0.0361519455909729, -0.06676515936851501, -0.10322729498147964, -0.08498773723840714, -0.10984808951616287, -0.14127278327941895, -0.10973630845546722, -0.08863077312707901, -0.05183711647987366, -0.03999365493655205, -0.09763538092374802, -0.11588513851165771, -0.1070731058716774, -0.15520115196704865, -0.16877779364585876, -0.1694975346326828, -0.14079052209854126, -0.1500600278377533, -0.12492180615663528, -0.11782090365886688, -0.1710323691368103, -0.1615472286939621, -0.14510475099086761, -0.18984007835388184, -0.16271230578422546, -0.12583784759044647, -0.1641719788312912, -0.14381642639636993, -0.16564521193504333, -0.14867739379405975, -0.10510843247175217, -0.09315935522317886, -0.0987074002623558, -0.13327333331108093, -0.12387599796056747, -0.11283642798662186, -0.12088974565267563, -0.12832415103912354, -0.09142998605966568, -0.08732302486896515, -0.12258314341306686, -0.1351529359817505, -0.11405368894338608, -0.11338603496551514, -0.13191960752010345, -0.16046114265918732, -0.09999200701713562, -0.11255425959825516, -0.11713561415672302, -0.10425300151109695, -0.1357669234275818, -0.15991532802581787, -0.1260121613740921, -0.13357552886009216, -0.16263090074062347, -0.1896742731332779, -0.13746297359466553, -0.12264560163021088, -0.16286757588386536, -0.13481242954730988, -0.12559719383716583, -0.06910448521375656, -0.09187105298042297, -0.13147355616092682, -0.17278268933296204, -0.21713551878929138, -0.2762826681137085, -0.3597238063812256, -0.3711319863796234, -0.3541598916053772, -0.35278478264808655, -0.3073696792125702, -0.2645469307899475, -0.235881045460701, -0.23476475477218628, -0.21072806417942047, -0.20869924128055573, -0.22385109961032867, -0.2144540399312973, -0.1973889321088791, -0.17717018723487854, -0.14458784461021423, -0.16813193261623383, -0.13763606548309326, -0.09161423146724701, -0.03816588595509529, -0.03582987189292908, -0.004980259574949741, 0.031419605016708374, 0.053554072976112366, 0.026278866454958916, 0.007420441601425409, 0.043118711560964584, 0.09585529565811157, 0.06805211305618286, 0.03999681398272514, 0.0057560657151043415, 0.06336532533168793, 0.10511136054992676, 0.104547418653965, 0.1392097771167755, 0.1523849368095398, 0.1339716911315918, 0.1327691525220871, 0.10268865525722504, 0.11049575358629227, 0.08087381720542908, 0.08358271420001984, 0.0702761560678482, 0.06462156027555466, 0.051628995686769485, 0.06054256856441498, 0.10893930494785309, 0.12507395446300507, 0.12744945287704468, 0.08946995437145233, 0.04908820241689682, -0.018558982759714127, -0.08018343895673752, -0.12128334492444992, -0.1684354692697525, -0.17851239442825317, -0.196270152926445, -0.21929700672626495, -0.2273329198360443, -0.1865573674440384, -0.1768331080675125, -0.15274938941001892, -0.13343724608421326, -0.09101295471191406, -0.09801147878170013, -0.10839252918958664, -0.08832546323537827, -0.10693488270044327, -0.13704535365104675, -0.1287725865840912, -0.07763809710741043, -0.03320774808526039, -0.012393472716212273, 0.002113119699060917, 0.02200857177376747, 0.0751831978559494, 0.059379156678915024, 0.02767867036163807, 0.06647734344005585, 0.05863899737596512, 0.012723907828330994, -0.00036555947735905647, -0.011590693145990372, 0.04742741212248802, 0.057043466717004776, 0.014773400500416756, 0.04402190074324608, 0.06776007264852524, 0.04726756364107132, 0.04962921515107155, 0.031187092885375023, 0.0010173327755182981, -0.002287941286340356, -0.02072334475815296, 0.003490071278065443, -0.02017984353005886, -0.03619919344782829, -0.026711340993642807, -0.023011663928627968, 0.0005568919004872441, 0.003925399389117956, -0.008137840777635574, -0.06603839248418808, -0.10004079341888428, -0.12436427175998688, -0.1653602123260498, -0.21544493734836578, -0.21696513891220093, -0.1807548850774765, -0.13623839616775513, -0.13859672844409943, -0.1661517471075058, -0.1512046605348587, -0.16172491014003754, -0.13595280051231384, -0.13328351080417633, -0.14862826466560364, -0.15083976089954376, -0.17195558547973633, -0.16745881736278534, -0.15059325098991394, -0.129402294754982, -0.12484131008386612, -0.1346515566110611, -0.1210419088602066, -0.08568790555000305, -0.09338662773370743, -0.04261333867907524, -0.03348502144217491, 0.006931998301297426, 0.05151546373963356, 0.07111731916666031, 0.1068389043211937, 0.11179697513580322, 0.12604182958602905, 0.16747567057609558, 0.22120369970798492, 0.20401719212532043, 0.20211157202720642, 0.18045349419116974, 0.13379350304603577, 0.1000923439860344, 0.10568441450595856, 0.11354129761457443, 0.1805625706911087, 0.2067415565252304, 0.14882345497608185, 0.14371712505817413, 0.1575150489807129, 0.17031313478946686, 0.19725878536701202, 0.16222786903381348, 0.12110251188278198, 0.06576307117938995, 0.02535867877304554, 0.022422127425670624, 0.009409616701304913, -0.016493812203407288, -0.03860960900783539, -0.0985044464468956, -0.10918056964874268, -0.1366693526506424, -0.13695816695690155, -0.13836541771888733, -0.14924930036067963, -0.15226542949676514, -0.14475087821483612, -0.14405281841754913, -0.14622662961483002, -0.14352409541606903, -0.1265081763267517, -0.09512626379728317, -0.06760579347610474, -0.10026698559522629, -0.1410388946533203, -0.11802270263433456, -0.10967909544706345, -0.11540093272924423, -0.09303383529186249, -0.07224289327859879, -0.04918411374092102, -0.044698406010866165, -0.0011656745336949825, 0.02290756069123745, 0.022492466494441032, 0.054733000695705414, 0.061060115694999695, 0.038135774433612823, 0.043322376906871796, 0.047735799103975296, 0.04183540493249893, 0.10948624461889267, 0.12543325126171112, 0.10406579822301865, 0.11358297616243362, 0.15076367557048798, 0.15352299809455872, 0.10687398910522461, 0.1101066991686821, 0.14315979182720184, 0.13626377284526825, 0.13025228679180145, 0.12522494792938232, 0.14098221063613892, 0.10427647083997726, 0.07700518518686295, 0.0745176151394844, 0.0660468190908432, 0.03653998672962189, 0.005217450205236673, -0.0645725280046463, -0.09430928528308868, -0.08358247578144073, -0.0763043537735939, -0.10570267587900162, -0.12958262860774994, -0.13873283565044403, -0.10482072830200195, -0.09529745578765869, -0.14591316878795624, -0.17803029716014862, -0.15634454786777496, -0.1398390680551529, -0.1807449907064438, -0.19639334082603455, -0.19916801154613495, -0.1780276894569397, -0.12298116087913513, -0.08922706544399261, -0.05841938406229019, -0.04975942149758339, -0.06604191660881042, -0.02299949713051319, 0.005812411662191153, 0.024117866531014442, 0.056238774210214615, 0.07296990603208542, 0.09865143895149231, 0.09469418972730637, 0.13342788815498352, 0.19598211348056793, 0.2106684297323227, 0.21412284672260284, 0.21909044682979584, 0.2663692533969879, 0.26516619324684143, 0.23742783069610596, 0.20648826658725739, 0.19369663298130035, 0.2233404666185379, 0.21499982476234436, 0.17741577327251434, 0.16295400261878967, 0.16671541333198547, 0.18328066170215607, 0.16342219710350037, 0.15228447318077087, 0.13032272458076477, 0.120822973549366, 0.11430434882640839, 0.07347017526626587, 0.06871578842401505, 0.015284061431884766, -0.02822558395564556, -0.0848906934261322, -0.1051025539636612, -0.11504290252923965, -0.10085936635732651, -0.14078757166862488, -0.1923948973417282, -0.2439611554145813, -0.2578444480895996, -0.23374304175376892, -0.23147457838058472, -0.2556874454021454, -0.28043225407600403, -0.24345555901527405, -0.2251032590866089, -0.2346564382314682, -0.23861722648143768, -0.21181951463222504, -0.16951091587543488, -0.14396053552627563, -0.0942641943693161, -0.06673698127269745, -0.0714469850063324, -0.08027400821447372, -0.1158125251531601, -0.06958284229040146, -0.02695358544588089, 0.033599045127630234, 0.050769999623298645, 0.0048419153317809105, -0.010758201591670513, 0.01919831521809101, 0.05850287526845932, 0.07410620152950287, 0.113044872879982, 0.0965319350361824, 0.07417188584804535, 0.10399874299764633, 0.08138483017683029, 0.02226210944354534, -0.01628347858786583, -0.01623452641069889, 0.0006086784997023642, -0.01077344547957182, -0.02767091803252697, -0.03812887519598007, -0.02944205515086651, 0.003883619327098131, 0.022528454661369324, 0.017981411889195442, 0.013062410056591034, -0.011619802564382553, 0.05302508547902107, 0.017951851710677147, -0.010483657009899616, -0.00019474318833090365, 0.004636338911950588, -0.0005083871074020863, -0.01535263191908598, -0.03103766031563282, -0.03566131368279457, -0.02099551260471344, 0.047121696174144745, 0.03460792079567909, 0.016185212880373, 0.04788736253976822, 0.0804547518491745, 0.14500916004180908, 0.16664938628673553, 0.16106772422790527, 0.1368793249130249, 0.15842193365097046, 0.20336560904979706, 0.23145495355129242, 0.2391248494386673, 0.22527369856834412, 0.22815057635307312, 0.2514110207557678, 0.2808516323566437, 0.27416932582855225, 0.3108450770378113, 0.3469832241535187, 0.3280216157436371, 0.34895238280296326, 0.31901904940605164, 0.30299144983291626, 0.32277318835258484, 0.3165077567100525, 0.29581567645072937, 0.2793537676334381, 0.2708229422569275, 0.2366568148136139, 0.24084898829460144, 0.2491372674703598, 0.22035808861255646, 0.21528562903404236, 0.1788356751203537, 0.12273621559143066, 0.14239102602005005, 0.20889201760292053, 0.1954575777053833, 0.17094755172729492, 0.1532515436410904, 0.11576039344072342, 0.11433374881744385, 0.04723595827817917, 0.013375583104789257, 0.0032108742743730545, 0.02537981979548931, 0.007000765297561884, -0.03185310214757919, -0.044256940484046936, -0.004989222623407841, -0.022906795144081116, -0.05945989117026329, -0.10581669956445694, -0.09599759429693222, -0.08783473819494247, -0.04741063341498375, -0.05222753807902336, -0.07669318467378616, -0.07611771672964096, -0.056083887815475464, -0.06330463290214539, -0.08057821542024612, -0.07375672459602356, -0.053830914199352264, -0.07573416829109192, -0.07698104530572891, -0.07662790268659592, -0.09526965022087097, -0.10548887401819229, -0.05169586464762688, -0.12821219861507416, -0.1768372654914856, -0.20328661799430847, -0.20039042830467224, -0.20706813037395477, -0.20695634186267853, -0.22358781099319458, -0.1547192931175232, -0.07292994111776352, -0.04142436757683754, -0.0630602240562439, -0.09132569283246994, -0.09360149502754211, -0.05485277995467186, -0.06484710425138474, -0.08636341989040375, -0.06074235588312149, -0.06104716286063194, -0.055454887449741364, -0.09930090606212616, -0.0711098462343216, -0.051202137023210526, -0.03684256598353386, -0.050943758338689804, -0.03525850921869278, -0.05638271942734718, -0.04763549566268921, -0.007959279231727123, -0.03827686980366707, -0.04483012855052948, -0.024966873228549957, -0.031317904591560364, -0.04833345487713814, -0.007339839357882738, -0.039827026426792145, -0.01789991930127144, -0.04727271944284439, -0.07596822082996368, -0.08520913124084473, -0.11275989562273026, -0.0570390447974205, -0.02922936901450157, -0.01141326129436493, -0.03748825564980507, -0.04921017587184906, 0.012044400908052921, 0.005815486423671246, 0.11745438724756241, 0.04879363998770714, 0.005791937001049519, 0.06020398065447807, -0.008433201350271702, 0.06613361835479736, -0.004316183738410473, -0.023544464260339737, -0.03527308627963066, -0.060903869569301605, -0.03422002121806145, -0.05395840108394623, -0.05336311087012291, -0.032195910811424255, 0.017505157738924026, -0.02742815390229225, 0.01410053949803114, 0.010302457958459854, -0.03762364387512207, 0.02812162972986698, 0.026202037930488586, 0.013192693702876568, 0.040262915194034576, 0.05605224519968033, 0.09075668454170227, 0.08335018903017044, 0.07461821287870407, 0.0792383924126625, 0.009113704785704613, 0.06812011450529099, 0.049193937331438065, 0.10569388419389725, 0.06832991540431976, 0.07112844288349152, 0.11372917890548706, 0.07080551236867905, 0.0950649231672287, 0.08644455671310425, 0.10415477305650711, 0.09192825108766556, 0.07631079107522964, 0.04999857768416405, 0.06513185054063797, 0.06830967217683792, 0.09596388041973114, 0.0557088740170002, 0.07389108836650848, 0.09600590914487839, 0.09007573127746582, 0.14234764873981476, 0.018297040835022926, -0.07863879948854446, -0.19593259692192078, -0.14456041157245636, -0.06396091729402542, -0.08084563910961151, -0.027627067640423775, -0.06088293716311455, -0.12041544169187546, -0.20162183046340942, -0.2598018944263458, -0.31689557433128357, -0.22064241766929626, -0.14475859701633453, -0.11944441497325897, -0.14461137354373932, -0.2109769731760025, -0.2458777278661728, -0.2571813464164734, -0.20270147919654846, -0.11066873371601105, -0.09770812094211578, -0.24459555745124817, -0.23478956520557404, -0.14696989953517914, -0.09687836468219757, -0.08509042114019394, -0.11605244129896164, -0.08836882561445236, -0.05894578993320465, -0.040112294256687164, -0.022349324077367783, 0.02318069152534008, -0.025600802153348923, -0.07540460675954819, -0.04550781846046448, -0.02358776330947876, -0.0013046235544607043, 0.021751392632722855, 0.03574979305267334, -0.0025372840464115143, -0.0049727363511919975, -0.0011762732174247503, 0.01200781762599945, 0.05164654552936554, 0.05230725556612015, -0.028539462015032768, -0.05114348605275154, -0.02639772556722164, 0.09801878780126572, 0.09751475602388382, 0.04565299674868584, 0.02766594849526882, 0.023767534643411636, 0.021716749295592308, 0.09566394239664078, 0.022710587829351425, -0.02482304535806179, -0.054460927844047546, -0.037823136895895004, 0.05304676294326782, 0.0642956867814064, 0.00988741498440504, 0.05084865912795067, 0.07101503014564514, 0.11216282099485397, 0.10040239989757538, 0.03128504008054733, 0.049247391521930695, 0.12815925478935242, 0.14287415146827698, 0.13143914937973022, 0.1276114135980606, 0.15776506066322327, 0.22070373594760895, 0.15960974991321564, 0.09754155576229095, 0.06474125385284424, -0.009376014582812786, 0.0606313981115818, 0.09097985178232193, 0.07987553626298904, 0.10486824810504913, 0.06642859429121017, 0.03702114522457123, 0.04692845419049263, 0.04640596732497215, 0.046906113624572754, 0.009365859441459179, -0.013508308678865433, -0.05639681592583656, -0.01590055227279663, -0.07791589200496674, -0.05485532060265541, -0.048188332468271255, 0.0017672673566266894, -0.017181342467665672, -0.03868960216641426, -0.027584314346313477, -0.016594763845205307, -0.15766426920890808, -0.12431586533784866, -0.07861963659524918, -0.20467481017112732, -0.18728119134902954, -0.14122018218040466, -0.12468379735946655, -0.1393924206495285, -0.1797039806842804, -0.18093396723270416, -0.16879615187644958, -0.10847615450620651, -0.1280684918165207, -0.15356184542179108, -0.16814005374908447, -0.10283218324184418, -0.07216725498437881, -0.09989307820796967, -0.026798827573657036, -0.0134244030341506, -0.07394666969776154, -0.10573600977659225, -0.13009192049503326, -0.1307462602853775, -0.022220058366656303, -0.013586537912487984, 0.05829629674553871, 0.04788075014948845, 0.0013950509019196033, 0.0507044717669487, 0.013197779655456543, 0.015966415405273438, -0.0016448909882456064, 0.0308162122964859, 0.028079327195882797, 0.07882002741098404, 0.10110532492399216, 0.07167224586009979, 0.06586536765098572, 0.03788996487855911, 0.0653587058186531, 0.108625128865242, 0.08519493043422699, 0.07413399964570999, 0.017224915325641632, 0.0824604481458664, 0.06986243277788162, 0.05932394415140152, 0.03733283653855324, 0.08014250546693802, 0.09171690046787262, 0.045807600021362305, 0.0351480171084404, 0.010078667663037777, 0.01686054840683937, 0.0010183510603383183, 0.022870168089866638, 0.047752745449543, 0.08867702633142471, 0.055309999734163284, 0.06512271612882614, 0.025059862062335014, 0.01507781445980072, -0.024422189220786095, -0.028578491881489754, -0.03400103747844696, -0.01819993555545807, -0.0008833081810735166, 0.02511814795434475, 0.06109284982085228, 0.04901409521698952, 0.05951142683625221, 0.05339454486966133, 0.09519553929567337, 0.05690489709377289, 0.07705045491456985, 0.09577879309654236, 0.0855599045753479, 0.1258087158203125, 0.12712043523788452, 0.1705898493528366, 0.1351241171360016, 0.1677653044462204, 0.11691059172153473, 0.1255737990140915, 0.16482476890087128, 0.13948050141334534, 0.09495998173952103, 0.11219991743564606, 0.07741273939609528, 0.04986238852143288, 0.05726127699017525, 0.05708504468202591, 0.052735403180122375, 0.07587672770023346, 0.02011224441230297, -0.031513113528490067, 0.008798949420452118, -0.010470354929566383, -0.006497144233435392, -0.01855386421084404, -0.0409524142742157, -0.03874058648943901, -0.007355691399425268, 0.012877861969172955, -0.03985213115811348, -0.10306182503700256, -0.11846176534891129, -0.12086696177721024, -0.07782033830881119, -0.02379109524190426, -0.059372056275606155, -0.07859646528959274, -0.06658255308866501, -0.11035909503698349, -0.1450175642967224, -0.13632024824619293, -0.12101227790117264, -0.08957985043525696, -0.04335011914372444, -0.055903565138578415, -0.04739704728126526, -0.003494113450869918, 0.012052154168486595, 0.014197491109371185, -0.007920404896140099, -0.05537405237555504, -0.03472574055194855, 0.012971572577953339, 0.009749245829880238, -0.017074016854166985, 0.012491860426962376, 0.045429572463035583, 0.11625932157039642, 0.11201030761003494, 0.04278101399540901, 0.031058436259627342, 0.052729714661836624, 0.033817555755376816, 0.00908343493938446, -0.015541129745543003, -0.12032855302095413, -0.12215080857276917, -0.08677824586629868, -0.018429415300488472, -0.05030537769198418, -0.08074353635311127, -0.06346872448921204, -0.029133155941963196, -0.03193662688136101, -0.054631978273391724, -0.035790327936410904, 0.04466278851032257, 0.0571766197681427, -0.018956754356622696, -0.07127473503351212, -0.07692496478557587, 0.00045522197615355253, 0.05133691057562828, 0.06945692747831345, 0.036480486392974854, 0.007150118239223957, 0.030847731977701187, 0.005764510948210955, 0.028153114020824432, 0.02261355146765709, 0.06638619303703308, 0.13332708179950714, 0.10902731120586395, 0.051307179033756256, 0.046314600855112076, 0.10669324547052383, 0.17648321390151978, 0.2105914205312729, 0.18976444005966187, 0.12371007353067398, 0.12854643166065216, 0.10002002120018005, 0.14234396815299988, 0.16456656157970428, 0.15782296657562256, 0.14261670410633087, 0.17011572420597076, 0.16011694073677063, 0.127383753657341, 0.10039416700601578, 0.07026746869087219, 0.06722745299339294, 0.09481009840965271, 0.09902961552143097, 0.10463336855173111, 0.0751202404499054, 0.010397147387266159, -0.006107885856181383, 0.027329443022608757, 0.08685904741287231, 0.045469723641872406, 0.02214840054512024, 0.025720177218317986, 0.022842878475785255, -0.00777517631649971, 0.04069064185023308, 0.10446806252002716, 0.1479850709438324, 0.12540210783481598, 0.11808202415704727, -0.022366339340806007, -0.08430807292461395, 0.030809633433818817, -0.060953330248594284, -0.073295459151268, -0.1022377461194992, -0.044532790780067444, 0.0243365578353405, -0.07531975209712982, -0.1563374102115631, -0.08425982296466827, -0.08927065134048462, -0.08083924651145935, -0.08481507748365402, -0.18366271257400513, -0.1251688003540039, -0.15377400815486908, -0.12346868216991425, -0.09410744905471802, -0.09463833272457123, -0.1264829784631729, -0.07642091065645218, -0.11555417627096176, -0.08389167487621307, -0.08801626414060593, -0.11777488142251968, -0.002331953728571534, 0.025880005210638046, 0.002622663276270032, -0.013154599815607071, -0.017924854531884193, 0.021070122718811035, 0.03953169286251068, -0.019583584740757942, -0.013115477748215199, 0.005219492595642805, 0.033434364944696426, 0.006739437114447355, -0.016840988770127296, -0.0017842259258031845, -0.04740651696920395, 0.007634065113961697, -0.029060903936624527, -0.008322155103087425, -0.0025034628342837095, -0.0365963950753212, 0.039413098245859146, -0.007362560834735632, -0.01586998999118805, 0.03934159502387047, -0.004591438453644514, -0.005285259801894426, -0.0021691916044801474, 0.020183149725198746, -0.0028144465759396553, -0.047072891145944595, -0.03673750162124634, 0.028216807171702385, 0.004523554816842079, 0.004133304115384817, 0.0624382346868515, 0.06813351064920425, 0.026656029745936394, 0.03172234073281288, 0.04959814250469208, 0.08004588633775711, 0.002803301904350519, -0.12827877700328827, -0.0891280248761177, -0.045815397053956985, -0.0388999879360199, 0.009345819242298603, 0.02298801764845848, 0.003211463335901499, 0.05034004896879196, 0.025654064491391182, 0.003703428665176034, 0.02643122710287571, 0.054687414318323135, 0.06838645786046982, 0.10424965620040894, 0.06369200348854065, 0.0709080845117569, 0.11171960085630417, 0.07077572494745255, 0.08255813270807266, 0.06734389066696167, 0.1044994369149208, 0.13871528208255768, 0.12199705094099045, 0.09079617261886597, 0.11035028845071793, 0.10359127819538116, 0.11948973685503006, 0.13109374046325684, 0.07236327230930328, 0.03181546926498413, 0.027340013533830643, 0.05299750342965126, 0.06948504596948624, 0.0663248598575592, 0.03576553612947464, -0.0017750138649716973, -0.012412367388606071, -0.02611839771270752, -0.05333634838461876, -0.04575493931770325, -0.06099223718047142, -0.039325013756752014, -0.06189366430044174, -0.08543884009122849, -0.10429944097995758, -0.12474249303340912, -0.0905955359339714, -0.09477803856134415, -0.18229636549949646, -0.18040062487125397, -0.15281769633293152, -0.19599483907222748, -0.2021748572587967, -0.2748739421367645, -0.2638707756996155, -0.2355756163597107, -0.2194921225309372, -0.1298869252204895, -0.14924903213977814, -0.17435911297798157, -0.13274431228637695, -0.10818365216255188, -0.04679145663976669, 0.011686306446790695, 0.006738748867064714, -0.04559510946273804, -0.05731918290257454, -0.04545307531952858, 0.011020168662071228, 0.008336883038282394, 0.03510632738471031, 0.012774822302162647, -0.06570835411548615, -0.01389707624912262, 0.03620557859539986, 0.05124565213918686, 0.010484782978892326, -0.014669333584606647, 0.03827930614352226, 0.07871299237012863, -0.004152317997068167, -0.010674744844436646, 0.00781735498458147, 0.10808605700731277, 0.1437007486820221, 0.0746518075466156, 0.0266446340829134, -0.04034542664885521, -0.030731622129678726, 0.007429720368236303, 0.02049294114112854, 0.05694075673818588, 0.09890152513980865, -0.027897367253899574, -0.022327139973640442, -0.08218099176883698, -0.17581595480442047, 0.026091132313013077, 0.11481863260269165, 0.09797310084104538, -0.007772598881274462, -0.13762623071670532, -0.03270788490772247, 0.07266339659690857, 0.08920981734991074, 0.04771844297647476, -0.0025223763659596443, -0.022882452234625816, 0.046945326030254364, 0.13322822749614716, 0.06350940465927124, 0.10030113160610199, 0.0836329311132431, 0.03208666667342186, 0.08681479096412659, 0.035239025950431824, 0.029752012342214584, 0.017358951270580292, 0.051879845559597015, 0.09380113333463669, 0.05126960203051567, 0.09523165225982666, 0.02562301605939865, 0.06556869298219681, 0.06946053355932236, 0.03045053221285343, 0.06009563058614731, 0.04024667665362358, 0.07674645632505417, 0.03348800539970398, -0.054990511387586594, -0.008455594070255756, -0.029690157622098923, -0.04026871174573898, 0.027025671675801277, 0.10218272358179092, 0.10638367384672165, 0.07813922315835953, -0.0529593825340271, -0.13194189965724945, -0.07548116892576218, -0.04653136059641838, -0.04070692136883736, -0.06544216722249985, -0.06944387406110764, -0.04081381857395172, -0.09720718115568161, -0.13594725728034973, -0.12010854482650757, -0.08151103556156158, -0.07158787548542023, -0.09208441525697708, -0.1250409185886383, -0.09672614932060242, -0.12159643322229385, -0.10786525160074234, -0.17291954159736633, -0.21202115714550018, -0.19073525071144104, -0.1856788694858551, -0.13118618726730347, -0.1389589011669159, -0.1263018697500229, -0.12106369435787201, -0.15682609379291534, -0.15129755437374115, -0.11173779517412186, -0.12639373540878296, -0.1112484261393547, -0.11571888625621796, -0.08976820111274719, -0.05672472342848778, -0.06737177819013596, -0.08091195672750473, -0.08395125716924667, -0.0880928635597229, -0.06554543226957321, -0.06661342829465866, -0.02961721457540989, 0.009130315855145454, -0.048720866441726685, -0.054069265723228455, -0.05504021793603897, -0.03166741877794266, -0.02257092110812664, -0.05131692811846733, -0.09185677021741867, -0.061680249869823456, -0.07375986129045486, -0.0508592389523983, -0.09013679623603821, -0.09408728778362274, -0.06659290194511414, -0.10076237469911575, -0.0911959633231163, -0.09265635162591934, -0.050137076526880264, -0.06463803350925446, -0.04484093561768532, -0.024430446326732635, -0.022386066615581512, -0.051263097673654556, -0.09573360532522202, -0.05000719428062439, -0.03636094555258751, -0.08937810361385345, -0.09858670830726624, -0.10669434815645218, -0.11489788442850113, -0.04004371166229248, -0.08126530796289444, -0.09054631739854813, -0.046205852180719376, -0.045874398201704025, -0.0684366226196289, -0.11378895491361618, -0.10885767638683319, -0.07438529282808304, -0.0996464267373085, -0.12718376517295837, -0.14080065488815308, -0.0643676370382309, -0.03977487236261368, -0.11702396720647812, -0.08994130790233612, -0.041514426469802856, -0.0654674544930458, -0.08047386258840561, -0.0721849724650383, -0.06766082346439362, -0.02803223207592964, -0.05291726067662239, -0.05528967082500458, -0.02814669907093048, 0.017715295776724815, 0.05112152546644211, 0.005574007052928209, -0.036003708839416504, -0.02465309388935566, 0.0013721303548663855, 0.015500398352742195, 0.06243745982646942, 0.07996463775634766, 0.05753582715988159, 0.021962029859423637, -0.03234628215432167, -0.014531227760016918, 0.02965761162340641, 0.051521386951208115, 0.04309745505452156, 0.024386759847402573, 0.042070429772138596, 0.041601184755563736, 0.07541605085134506, 0.04677971079945564, 0.018708864226937294, 0.027911661192774773, 0.021215353161096573, 0.02687722072005272, -0.0006280900561250746, 0.023454252630472183, 0.019756464287638664, 0.01374486181885004, 0.013068760745227337, -0.013725712895393372, -0.0035189101472496986, 0.008781545795500278, 0.012151985429227352, 0.024227483198046684, -0.03653998300433159, -0.021238062530755997, -0.05469612032175064, -0.051702238619327545, -0.044301312416791916, -0.062487535178661346, -0.040898218750953674, -0.017607973888516426, 0.006432525813579559, 0.05166371166706085, -0.023512646555900574, -0.015596459619700909, -0.005720370914787054, -0.018603477627038956, -0.050487957894802094, -0.04208710044622421, -0.05946336314082146, 0.018306424841284752, 0.01482399832457304, 0.009556809440255165, 0.019774919375777245, -0.049294326454401016, -0.02334468625485897, -0.007368598133325577, -0.012975468300282955, 0.022024080157279968, 0.024899372830986977, 0.024602772668004036, -0.036035023629665375, 0.004697328433394432, 0.0376339852809906, 0.06833168864250183, 0.11915052682161331, 0.123870849609375, 0.1516316682100296, 0.12415909022092819, 0.1295623630285263, 0.14782840013504028, 0.16372548043727875, 0.18400120735168457, 0.14571283757686615, 0.1543113887310028, 0.15697352588176727, 0.17747913300991058, 0.15508438646793365, 0.14191673696041107, 0.13174037635326385, 0.1386280357837677, 0.15725477039813995, 0.08899898827075958, 0.07524830102920532, 0.16847433149814606, 0.2060421109199524, 0.16494038701057434, 0.10529515147209167, 0.09345850348472595, 0.1275453120470047, 0.14369294047355652, 0.1567048281431198, 0.1429748237133026, 0.19732211530208588, 0.253571480512619, 0.15652446448802948, 0.0680614709854126, 0.052116770297288895, 0.05993197113275528, 0.12078408896923065, 0.10637221485376358, 0.08739521354436874, 0.08389200270175934, 0.03956200182437897, 0.06294108182191849, 0.03678477555513382, 0.02548995427787304, 0.013703479431569576, 0.0016295051900669932, 0.012431422248482704, 0.04903874173760414, 0.04555665701627731, 0.06019245833158493, 0.10673504322767258, 0.11503470689058304, 0.08025918900966644, 0.07798545062541962, 0.04069110378623009, 0.033472511917352676, 0.03896338492631912, -0.005572271998971701, -0.023854365572333336, 0.009287280030548573, 0.019177036359906197, 0.006545797921717167, 0.012800552882254124, 0.014565111137926579, 0.019871998578310013, 0.027802838012576103, 0.020204642787575722, 0.050757430493831635, 0.04546262323856354, -0.00393823953345418, -0.030159326270222664, 0.02955806814134121, 0.06610635668039322, 0.08211876451969147, 0.07277194410562515, 0.027243508026003838, -0.01638723351061344, -0.04000256955623627, -0.05016554892063141, -0.07780398428440094, -0.03169744834303856, -0.0054666418582201, 0.023910492658615112, 0.02147158980369568, 0.022458380088210106, -0.02380613051354885, -0.033182647079229355, -0.02059747651219368, -0.016830192878842354, -0.014313846826553345, 0.017682699486613274, -0.012583709321916103, -0.01922292821109295, -0.027685144916176796, -0.021475596353411674, -0.007469195406883955, -0.014046281576156616, -0.022952409461140633, -0.007989026606082916, 0.01896210014820099, 0.0330442413687706, 0.006654730066657066, 0.029591547325253487, 0.036711376160383224, 0.052769385278224945, 0.11024043709039688, 0.09052583575248718, 0.08082464337348938, 0.08304953575134277, 0.04574429243803024, 0.04114128649234772, 0.08581314235925674, 0.047612618654966354, 0.04508022218942642, 0.06746472418308258, 0.055358145385980606, 0.07416639477014542, 0.106776162981987, 0.10520762205123901, 0.104889877140522, 0.06430140137672424, -0.005885391961783171, 0.06136428192257881, 0.31078872084617615, 0.20896628499031067, -0.04884009063243866, -0.10750435292720795, 0.10935546457767487, 0.3496341407299042, 0.15436826646327972, -0.15047946572303772, -0.0286405012011528, 0.14428281784057617, 0.26354044675827026, 0.04795553535223007, -0.1570480763912201, 0.08135936409235, 0.2735716998577118, 0.16373315453529358, -0.051054514944553375, -0.08621173352003098, 0.14566072821617126, 0.11412707716226578, -0.09865794330835342, -0.1571064442396164, -0.013604074716567993, 0.029036175459623337, -0.03021904267370701, -0.08362134546041489, -0.011689999140799046, 8.304374205181375e-05, -0.07137386500835419, -0.007824595086276531, 0.06749258190393448, 0.08736075460910797, -0.019334612414240837, -0.06598079949617386, 0.04175157472491264, 0.07728766649961472, 0.025336503982543945, -0.06072987616062164, -0.04784118011593819, 0.09972888231277466, 0.03700152412056923, -0.03688973933458328, -0.05591658875346184, 0.037449419498443604, 0.0854349210858345, 0.04911206290125847, -0.09409402310848236, 0.01838710531592369, 0.04527994617819786, 0.019041860476136208, 0.02483721263706684, 0.03025851957499981, 0.08499971032142639, 0.0213469285517931, -0.0035577767994254827, 0.10520915687084198, 0.06742686778306961, 0.004884932655841112, 0.02486756071448326, 0.05107720196247101, 0.0745842307806015, 0.02373097464442253, -0.0017639428842812777, -0.037377163767814636, 0.016911787912249565, 0.0667278841137886, 0.0008868007571436465, 0.038339417427778244, 0.06815862655639648, 0.09242024272680283, 0.07438287138938904, 0.03757738322019577, 0.01888887770473957, 0.02544430084526539, 0.04202636331319809, 0.03226911649107933, 0.007780374959111214, -0.011741825379431248, 0.002800913527607918, -0.0038228535559028387, 0.005637781694531441, -0.012400977313518524, -0.03395136073231697, -0.03234908729791641, 0.03425897657871246, 0.02082388661801815, -0.022228362038731575, -0.0315079465508461, 0.024371979758143425, 0.03204844146966934, -0.04091133177280426, -0.07384442538022995, -0.0329304113984108, -0.01654176414012909, -0.02568148262798786, -0.03483865410089493, -0.0397530123591423, -0.006367504596710205, 0.0006494555273093283, -0.023744655773043633, -0.02758595161139965, -0.01105808187276125, 0.021243134513497353, -0.010128079913556576, 0.007471115328371525, 0.014107226394116879, 0.03952644392848015, 0.04544968903064728, 0.007045818958431482, -0.030712304636836052, 0.011976934038102627, 0.04475625231862068, 0.025013243779540062, 0.0023040869273245335, 0.02807464450597763, 0.05868689343333244, 0.05471828579902649, 0.0630866065621376, 0.0352327935397625, 0.024673951789736748, 0.011464070528745651, 0.02629385143518448, 0.0015685900580137968, 0.006033597979694605, 0.004716601222753525, -0.004482549615204334, -0.01573249138891697, -0.018416693434119225, -0.008834208361804485, -0.05348015949130058, -0.05181307718157768, -0.05361860245466232, -0.043875597417354584, -0.048158057034015656, -0.06093922257423401, -0.07481508702039719, -0.048545658588409424, -0.06789121776819229, -0.09919655323028564, -0.10299921035766602, -0.09938640147447586, -0.09733592718839645, -0.1496594101190567, -0.16346561908721924, -0.14995791018009186, -0.156443253159523, -0.17637480795383453, -0.16270534694194794, -0.12155428528785706, -0.156931072473526, -0.17313173413276672, -0.14979572594165802, -0.17807406187057495, -0.16311468183994293, -0.19098587334156036, -0.19716490805149078, -0.16511058807373047, -0.14740243554115295, -0.13392427563667297, -0.1618259698152542, -0.13127507269382477, -0.10673346370458603, -0.1011538878083229, -0.10899956524372101, -0.09583815187215805, -0.08677533268928528, -0.09170806407928467, -0.10528723150491714, -0.08085190504789352, -0.10542365908622742, -0.09257453680038452, -0.03563624992966652, -0.0327594131231308, -0.022140292450785637, -0.028926948085427284, -0.015757519751787186, -0.012697217985987663, -0.020063776522874832, -0.05265215411782265, -0.04655192419886589, -0.06353512406349182, -0.035036008805036545, -0.04737408459186554, -0.06832908093929291, -0.03889109566807747, -0.04735362157225609, -0.1016877144575119, -0.06528563052415848, -0.06791934370994568, -0.03196004778146744, -0.0564972423017025, -0.06017255038022995, -0.07141470164060593, -0.10037903487682343, -0.10509657859802246, -0.10308697819709778, -0.08609730750322342, -0.05084829404950142, -0.07617157697677612, -0.10209428519010544, -0.06544634699821472, -0.04995442554354668, -0.05368433892726898, -0.07118748873472214, -0.06024124100804329, -0.012044227682054043, -0.03786344826221466, -0.036091383546590805, -0.032830286771059036, 0.022818153724074364, 0.046809736639261246, 0.016693441197276115, -0.03490316867828369, -0.016159377992153168, -0.012174039147794247, 0.0003989288816228509, 0.010988222435116768, 0.024140242487192154, 0.03590492531657219, 0.040497492998838425, 0.017539726570248604, -0.0114358589053154, 0.010169394314289093, 0.048372697085142136, 0.007508478127419949, 0.01913122646510601, 0.03068273887038231, -0.0020043652039021254, 0.021191392093896866, 0.022089684382081032, 0.06332342326641083, 0.013774889521300793, -0.04204500839114189, -0.030748289078474045, 0.023435337468981743, -0.001619259943254292, -0.02065986767411232, -0.025446634739637375, 0.016151057556271553, 0.037814296782016754, 0.0026959883980453014, -0.026836391538381577, -0.0351775623857975, 0.016708696261048317, 0.031138718128204346, -0.012926490977406502, -0.02993893437087536, -0.02805367298424244, -0.006358223967254162, -0.00816367007791996, -0.06336402893066406, -0.021068714559078217, 0.004340363200753927, -0.002198559697717428, -0.016078082844614983, -0.005705834366381168, 0.027757782489061356, 0.024341914802789688, -0.01207125186920166, -0.007950617000460625, -0.026806287467479706, -0.04071645438671112, -0.06344709545373917, -0.06610996276140213, -0.06632460653781891, -0.07421420514583588, -0.08753303438425064, -0.11581636220216751, -0.09247125685214996, -0.043998539447784424, -0.04835033789277077, -0.06664635986089706, -0.0473933219909668, -0.055737268179655075, -0.04724004119634628, -0.05094927176833153, -0.05093752220273018, -0.036114275455474854, -0.04062845930457115, -0.0665554627776146, -0.0771682858467102, -0.09602329879999161, -0.10880163311958313, -0.09522687643766403, -0.0616980604827404, -0.10265780240297318, -0.12291846424341202, -0.11442011594772339, -0.12301722913980484, -0.11912679672241211, -0.1377059817314148, -0.1526433527469635, -0.11604684591293335, -0.09738849103450775, -0.13837312161922455, -0.11582089215517044, -0.12140249460935593, -0.09679893404245377, -0.10191067308187485, -0.1149335578083992, -0.07647146284580231, -0.08971857279539108, -0.09968214482069016, -0.06664944440126419, -0.09268651902675629, -0.08431854844093323, -0.0763842836022377, -0.041502900421619415, -0.016341732814908028, -0.038146186619997025, -0.04703187942504883, -0.024338094517588615, 0.008264124393463135, -0.0009266003617085516, -0.012440665625035763, -0.013525462709367275, 0.023180777207016945, 0.07796040177345276, 0.0712425708770752, 0.07870602607727051, 0.059345025569200516, 0.07050054520368576, 0.06860844790935516, 0.05613528564572334, 0.05840747058391571, 0.052330922335386276, 0.08189981430768967, 0.0569600872695446, 0.08788826316595078, 0.0738484188914299, 0.04531280696392059, 0.07727903127670288, 0.05293397232890129, 0.05508774146437645, 0.08465272188186646, 0.0741845890879631, 0.09023741632699966, 0.047296591103076935, 0.04497450590133667, 0.0803251564502716, 0.03188050910830498, 0.06469594687223434, 0.1221797913312912, 0.10561220347881317, 0.10672086477279663, 0.12278774380683899, 0.14962489902973175, 0.18761205673217773, 0.14964169263839722, 0.1828216314315796, 0.16742436587810516, 0.1889917403459549, 0.18940363824367523, 0.13261917233467102, 0.1647057980298996, 0.16360259056091309, 0.16751602292060852, 0.15975593030452728, 0.14745841920375824, 0.13976597785949707, 0.15418508648872375, 0.12440525740385056, 0.14599169790744781, 0.14187705516815186, 0.1197785809636116, 0.09276828914880753, 0.09952551126480103, 0.12392497807741165, 0.10566721856594086, 0.08150003850460052, 0.06440415233373642, 0.10169584304094315, 0.08984673768281937, 0.057698652148246765, 0.024842914193868637, 0.06571757793426514, 0.058796416968107224, 0.04377800598740578, 0.01278559397906065, -0.017791319638490677, 0.011808385141193867, 0.019802697002887726, -0.003937399946153164, -0.02890220656991005, -0.033537961542606354, 2.1515792468562722e-05, 0.007524518296122551, 0.017545713111758232, 0.016328636556863785, 0.027618836611509323, 0.03686537593603134, 0.02102777548134327, 0.04487258568406105, 0.06683303415775299, 0.059301383793354034, 0.0125464778393507, 0.05807051435112953, 0.07379424571990967, 0.0662427619099617, 0.055726971477270126, 0.0499732531607151, 0.07292909920215607, 0.05782926082611084, 0.04268786311149597, 0.03655773773789406, 0.0636732205748558, 0.1060512363910675, 0.09854543209075928, 0.10356109589338303, 0.07589957118034363, 0.05304360017180443, 0.03489968925714493, 0.04930832237005234, 0.05260219797492027, 0.006199592724442482, 0.06532967835664749, 0.0894080102443695, 0.1065102070569992, 0.10143542289733887, 0.10733195394277573, 0.11624874919652939, 0.11985614895820618, 0.14284266531467438, 0.13344672322273254, 0.10337179154157639, 0.12023026496171951, 0.1206027939915657, 0.08228655904531479, 0.08135384321212769, 0.04379172995686531, 0.07557407021522522, 0.09317007660865784, 0.051050782203674316, 0.03009955957531929, -0.004207907244563103, 0.01295552123337984, 0.04496645927429199, -0.004435722716152668, -0.04184475913643837, -0.006476218346506357, 0.009245823137462139, 0.008843623101711273, -0.02760719321668148, -0.02218281850218773, -0.0020515138749033213, -0.015726301819086075, -0.023829612880945206, -0.05634497478604317, -0.05559975653886795, -0.028981756418943405, -0.022370534017682076, -0.0014591607032343745, 0.01596815697848797, -0.02339157648384571, 0.0051224855706095695, 0.0010788727086037397, -0.046096641570329666, -0.0478515587747097, -0.01860741898417473, 0.00820881500840187, 0.046050604432821274, 0.02826303243637085, 0.055589646100997925, 0.0556471087038517, 0.05152022838592529, 0.03805901110172272, 0.04693589359521866, 0.06638778746128082, 0.0598800964653492, 0.036342643201351166, 0.03765402361750603, 0.08771339803934097, 0.09317057579755783, 0.048434313386678696, 0.05594742298126221, 0.05407359451055527, 0.0585753507912159, 0.06854262202978134, 0.03320455178618431, 8.386374247493222e-05, 0.02274828776717186, -0.005665883421897888, 0.01286749541759491, 0.03958364576101303, -0.025269879028201103, 0.011954317800700665, 0.03727980703115463, 0.027675719931721687, 0.03282631188631058, 0.018287232145667076, 0.030990231782197952, 0.011003207415342331, 0.00709351385012269, -0.022892167791724205, -0.022693267092108727, 0.02382401004433632, 0.027835985645651817, 0.004996001720428467, -0.006119370926171541, -0.014956371858716011, 0.002890388248488307, 0.024396106600761414, -0.02411579340696335, -0.038658641278743744, 0.0010997912613674998, 0.03335181251168251, -0.008410220965743065, -0.03899606317281723, -0.036209434270858765, -0.003133846679702401, -0.00017187732737511396, -0.04681220278143883, -0.07227395474910736, -0.05838856101036072, -0.04005208611488342, -0.043000299483537674, -0.04420115053653717, -0.0336054190993309, -0.02724938653409481, -0.024245485663414, -0.024295175448060036, 0.0022653029300272465, 0.0481373630464077, 0.030753036960959435, 0.0415646955370903, 0.06524725258350372, 0.0689174234867096, 0.04288185387849808, 0.02073539048433304, 0.030985767021775246, 0.04830290004611015, 0.02832569181919098, 0.040863219648599625, 0.0029502753168344498, 0.06814258545637131, 0.14993320405483246, 0.10847143828868866, 0.05955798551440239, 0.06245003268122673, 0.07030016928911209, 0.10533224046230316, 0.06490559875965118, 0.018004870042204857, 0.019435321912169456, 0.02852671965956688, 0.04274243116378784, 0.0029227526392787695, -0.004301487468183041, -0.01623736508190632, -0.029191741719841957, -0.011685858480632305, -0.004422591999173164, -0.045497968792915344, -0.058381304144859314, -0.0896167904138565, -0.07381048798561096, -0.03587731719017029, -0.10878501832485199, -0.12156316637992859, -0.12263739109039307, -0.07745615392923355, -0.08186710625886917, -0.11489357799291611, -0.11640837788581848, -0.11023935675621033, -0.08743995428085327, -0.10141512751579285, -0.15315163135528564, -0.12294269353151321, -0.11689531058073044, -0.12493159621953964, -0.13491487503051758, -0.1582576334476471, -0.11971884220838547, -0.13019606471061707, -0.18220525979995728, -0.15063098073005676, -0.14089971780776978, -0.10987567156553268, -0.09221292287111282, -0.11247213929891586, -0.13055016100406647, -0.12509086728096008, -0.10461698472499847, -0.0792446956038475, -0.08085687458515167, -0.0953119769692421, -0.06521432846784592, -0.03075931966304779, -0.03448303043842316, -0.037761539220809937, -0.04214280843734741, -0.033864811062812805, -0.027157723903656006, -0.05420245975255966, -0.03648112341761589, -0.023053482174873352, -0.11010300368070602, -0.09018600732088089, -0.0007724064635112882, -0.07093973457813263, -0.10007168352603912, -0.0044477456249296665, 0.05218164622783661, -0.014869029633700848, -0.07379653304815292, -0.018544837832450867, 0.04546092823147774, 0.035812586545944214, 0.02784000337123871, 0.053080957382917404, 0.017462335526943207, 0.045651111751794815, 0.0295542161911726, 0.024584995582699776, 0.06628965586423874, 0.05039941519498825, 0.020115019753575325, 0.016717731952667236, 0.04682563245296478, 0.0890529528260231, 0.029661690816283226, 0.00016674651124048978, 0.008338283747434616, 0.05406786873936653, 0.004675350151956081, -0.0463765524327755, -0.0012710735900327563, 0.024251675233244896, 0.05257811024785042, 0.01379871554672718, -0.014151222072541714, 0.0027504570316523314, -0.0064938804134726524, -0.017584355548024178, -0.04567033797502518, -0.09559230506420135, -0.10268234461545944, -0.07723429054021835, -0.06335165351629257, -0.08453765511512756, -0.1114625483751297, -0.11490622907876968, -0.11952152848243713, -0.10193660110235214, -0.14589205384254456, -0.14314088225364685, -0.11423332989215851, -0.10200124233961105, -0.11120522767305374, -0.10230878740549088, -0.08813554793596268, -0.08209800720214844, -0.0979146808385849, -0.0472973994910717, -0.04130776971578598, -0.057054318487644196, -0.0977742075920105, -0.08847913146018982, -0.06691764295101166, -0.09805946797132492, -0.14511410892009735, -0.0868760198354721, -0.06144334375858307, -0.03558008372783661, -0.046563830226659775, -0.08822035044431686, -0.04574349522590637, 0.03120453469455242, -0.016292767599225044, -0.04442610219120979, -0.07091725617647171, -0.058245159685611725, -0.05352030694484711, -0.09464168548583984, -0.08779461681842804, -0.04648875072598457, -0.026458360254764557, -0.023288626223802567, 0.004433377645909786, -0.01630575582385063, -0.05070433020591736, -0.038575269281864166, 0.0002657518780324608, -0.032040633261203766, -0.07894735038280487, -0.07516787946224213, -0.06060650944709778, -0.06963367760181427, -0.11214032024145126, -0.11736903339624405, -0.09656300395727158, -0.06643514335155487, -0.07739108800888062, -0.10955622792243958, -0.09972983598709106, -0.1066490188241005, -0.11001869291067123, -0.1012808158993721, -0.08540215343236923, -0.13297615945339203, -0.16512368619441986, -0.15616367757320404, -0.14220334589481354, -0.11854225397109985, -0.13645175099372864, -0.107236847281456, -0.08640430867671967, -0.09117244929075241, -0.12403524667024612, -0.09050306677818298, -0.04934827610850334, -0.024331633001565933, -0.09137403219938278, -0.09435068070888519, -0.11033790558576584, -0.09490332007408142, -0.10795937478542328, -0.1165604516863823, -0.12237337976694107, -0.08790910989046097, -0.05643525719642639, -0.05141163989901543, -0.01902967318892479, -0.02128395065665245, -0.03927946090698242, -0.027827907353639603, -0.03532164543867111, -0.03264855220913887, -0.04422720521688461, -0.11010662466287613, -0.10546419024467468, -0.09702933579683304, -0.12023021280765533, -0.06837420165538788, -0.05912020057439804, -0.05150580033659935, -0.05949203670024872, -0.06130887567996979, -0.06647863239049911, -0.05393369123339653, -0.049717437475919724, -0.06245202198624611, -0.0016375428531318903, -0.010645108297467232, -0.04090740159153938, -0.044269926846027374, 0.0313391238451004, 0.03628949075937271, 0.022083481773734093, 0.012175370939075947, -0.0007029079715721309, -0.018679291009902954, -0.03714863583445549, -0.018711647018790245, 0.010048833675682545, 0.010528297163546085, -0.014149484224617481, -0.007532595656812191, -0.02572069689631462, -0.015193472616374493, -0.025967327877879143, -0.0016550378641113639, -0.003368993289768696, -0.049608368426561356, -0.06586955487728119, -0.04071586951613426, -0.004133515525609255, -0.06936381012201309, -0.053387995809316635, 0.01432055328041315, -0.011361462064087391, -0.02316451631486416, 0.019146911799907684, 0.028615524992346764, 0.01938437484204769, 0.021247636526823044, 0.019342996180057526, 0.012983200140297413, 0.012561367824673653, 0.017990365624427795, -0.000418813549913466, 0.004368385300040245, 0.030215075239539146, 0.036358755081892014, 0.01843949593603611, 0.05775183439254761, 0.054897669702768326, 0.05863134190440178, 0.07223334908485413, 0.07387653738260269, 0.09639378637075424, 0.029320526868104935, 0.080368772149086, 0.08153896033763885, 0.1440194994211197, 0.061667315661907196, 0.05754271149635315, 0.09867733716964722, 0.07470592111349106, 0.07475601136684418, 0.07550863921642303, 0.03726344183087349, 0.08300331979990005, 0.1318572610616684, 0.11693643778562546, 0.10592024028301239, 0.10526619106531143, 0.10038875043392181, 0.08508122712373734, 0.07432523369789124, 0.08882252871990204, 0.11043012142181396, 0.13856244087219238, 0.1583467721939087, 0.18055468797683716, 0.13818597793579102, 0.18903683125972748, 0.1750558465719223, 0.1817101240158081, 0.10639716684818268, 0.12321804463863373, 0.14780113101005554, 0.10552970319986343, 0.12755846977233887, 0.14772038161754608, 0.12813971936702728, 0.13402612507343292, 0.18811489641666412, 0.17805173993110657, 0.09517744183540344, 0.13695693016052246, 0.11301242560148239, 0.09643599390983582, 0.1545962393283844, 0.13348113000392914, 0.0931406170129776, 0.11120440065860748, 0.1459546536207199, 0.12077362835407257, 0.048396650701761246, 0.07572704553604126, 0.08723930269479752, 0.08787903189659119, 0.08751972019672394, 0.05442970246076584, 0.04658881202340126, 0.04913904517889023, 0.02457350865006447, -0.022446924820542336, -0.07390505820512772, 0.008227399550378323, -0.025031089782714844, -0.04705478996038437, 0.0025981406215578318, 0.029109349474310875, 0.010137747973203659, 0.03293665871024132, 0.03753487765789032, 0.07927460223436356, 0.053755421191453934, 0.05436540022492409, 0.023822786286473274, 0.06158255413174629, 0.08567032217979431, 0.09556083381175995, 0.09067653864622116, 0.10242024809122086, 0.138249471783638, 0.15753750503063202, 0.1938266009092331, 0.14782856404781342, 0.10401000827550888, 0.1093963012099266, 0.07978669553995132, 0.02011871337890625, 0.05432626232504845, 0.05274860933423042, 0.02774835377931595, 0.027400214225053787, 0.056868281215429306, 0.07346666604280472, 0.09373072534799576, 0.1143956184387207, 0.1029103621840477, 0.10875072330236435, 0.1256578415632248, 0.12255676090717316, 0.12218718230724335, 0.15683940052986145, 0.15686510503292084, 0.11054296791553497, 0.10541079938411713, 0.15244227647781372, 0.1012457013130188, 0.08385670930147171, 0.13344155251979828, 0.1708448827266693, 0.13768155872821808, 0.09053631871938705, 0.09583266079425812, 0.13027146458625793, 0.1613253504037857, 0.11611677706241608, 0.07897454500198364, 0.05608150735497475, 0.08289279043674469, 0.09644250571727753, 0.037565067410469055, 0.09763209521770477, 0.13943736255168915, 0.12080282717943192, 0.07115162909030914, 0.11395859718322754, 0.1249530240893364, 0.11878573894500732, 0.04389719292521477, -0.0961570292711258, -0.024600090458989143, 0.03856100142002106, -0.028043976053595543, -0.09482932835817337, 0.02117146924138069, 0.06621156632900238, 0.03715437650680542, 0.03600626438856125, 0.04952769726514816, 0.046102989464998245, -0.03366146981716156, -0.020058002322912216, 0.021959464997053146, 0.07720264792442322, -0.0442991778254509, -0.037620291113853455, 0.03628148138523102, 0.07963626831769943, 0.05443984642624855, -0.011829734779894352, 0.04961497336626053, 0.10198300331830978, 0.10057631880044937, 0.07666807621717453, 0.08810100704431534, 0.10354839265346527, 0.08896519988775253, 0.06302763521671295, 0.014269424602389336, 0.025893375277519226, 0.0730975791811943, 0.0442737378180027, 0.03933192044496536, -0.02163989655673504, 0.005277532618492842, 0.10392649471759796, 0.07285097241401672, 0.015158575028181076, 0.07466084510087967, 0.05218720808625221, 0.047087788581848145, 0.028326693922281265, 0.008899226784706116, -0.07966618984937668, -0.0828089788556099, -0.014028009958565235, -0.040414612740278244, 0.022712204605340958, -0.10870388150215149, -0.1012660562992096, 0.01011128630489111, -0.04122662544250488, -0.14465834200382233, -0.1724136918783188, -0.10495530068874359, -0.028859391808509827, -0.059352725744247437, -0.11685977876186371, -0.03747044876217842, 0.013852083124220371, 0.04756313934922218, -0.07903406023979187, -0.23518984019756317, -0.18529240787029266, -0.118150994181633, -0.16851165890693665, -0.3158772587776184, -0.18981218338012695, -0.06655662506818771, -0.1315375417470932, -0.1521931141614914, -0.1877036690711975, -0.0545683428645134, 0.02564488723874092, -0.10617026686668396, -0.22262519598007202, -0.17244262993335724, -0.08587448298931122, -0.17027804255485535, -0.26109302043914795, -0.1866636574268341, -0.09576677531003952, -0.09561531990766525, -0.14382226765155792, -0.061448656022548676, -0.057284243404865265, -0.12383624166250229, -0.14989781379699707, -0.16208359599113464, -0.1213408038020134, -0.20648925006389618, -0.23952417075634003, -0.16184864938259125, -0.1422906219959259, -0.12129148840904236, -0.15256500244140625, -0.21167773008346558, -0.16760490834712982, -0.13017915189266205, -0.1022297590970993, -0.12332283705472946, -0.11850336194038391, -0.05853503942489624, -0.0881836786866188, -0.08274230360984802, -0.1229669600725174, -0.14768531918525696, -0.02249455638229847, -0.035971175879240036, -0.18222494423389435, -0.12196190655231476, -0.053660281002521515, -0.01958027109503746, -0.0998060554265976, -0.16689860820770264, -0.07517488300800323, -0.10671627521514893, -0.10862580686807632, -0.09933529794216156, -0.13466008007526398, -0.15159249305725098, -0.22509604692459106, -0.12851916253566742, -0.11536474525928497, -0.13557155430316925, -0.1321323812007904, -0.10308343172073364, 0.057461876422166824, 0.025650357827544212, -0.01844337210059166, -0.02248077094554901, -0.1342439353466034, -0.05587393790483475, -0.05540890991687775, -0.05952678620815277, -0.08493000268936157, -0.027134086936712265, 0.07567857950925827, 0.0010045523522421718, -0.016753051429986954, -0.05926816165447235, 0.0036091627553105354, 0.09261519461870193, 0.036660049110651016, 0.10009177029132843, 0.06547974050045013, 0.04068155959248543, 0.11969362199306488, 0.11681501567363739, 0.0917423740029335, -0.042437318712472916, 0.04491991177201271, -0.00915934331715107, -0.036740999668836594, 0.0018368975725024939, -0.0584641732275486, 0.014528245665133, 0.048175614327192307, 0.00010000592737924308, 0.03600810095667839, -0.013658886775374413, 0.11926048994064331, 0.3523598909378052, 0.43883445858955383, 0.12912803888320923, -0.21532732248306274, -0.23857857286930084, -0.10241957753896713, -0.07162052392959595, -0.37532591819763184, -0.44846227765083313, 0.03666964918375015, 0.14532525837421417, 0.016400154680013657, -0.02332288958132267, 0.05643466114997864, 0.18460707366466522, 0.04898325726389885, -0.07528628408908844, -0.2118307203054428, -0.19184193015098572, 0.13374288380146027, 0.1432706117630005, -0.19002646207809448, -0.3717733919620514, -0.21196798980236053, -0.031006688252091408, -0.16496141254901886, -0.3400488495826721, -0.25133708119392395, 0.09326328337192535, 0.26374080777168274, 0.03165946900844574, -0.06892945617437363, 0.026993021368980408, 0.12580643594264984, 0.13810960948467255, 0.12210118770599365, 0.02245653234422207, -0.026281552389264107, -0.012478267773985863, -0.030029302462935448, -0.18259654939174652, -0.38885802030563354, -0.14605067670345306, 0.09338641166687012, 0.07266135513782501, 0.04133603721857071, 0.09777317941188812, 0.2661536931991577, 0.2415236383676529, 0.02796938270330429, -0.10719219595193863, -0.07682885229587555, -0.020927375182509422, -0.02928239293396473, 0.038312528282403946, 0.007157387211918831, -0.006908205337822437, -0.05302513763308525, -0.08097129315137863, -0.1006803959608078, -0.25667044520378113, -0.09727195650339127, 0.052153512835502625, 0.11815288662910461, 0.056110505014657974, 0.0214264914393425, 0.0519900806248188, 0.03275958448648453, -0.07263942807912827, -0.188168004155159, -0.3197597563266754, -0.31545543670654297, -0.17728139460086823, -0.1464080661535263, -0.2921915054321289, -0.15912996232509613, 0.10627315938472748, 0.27886438369750977, 0.020343603566288948, 0.03837094083428383, 0.044253651052713394, 0.09952713549137115, -0.03198522701859474, -0.27093783020973206, -0.13570277392864227, -0.17510999739170074, -0.012533959001302719, -0.11138183623552322, -0.10198812186717987, 0.05925344303250313, 0.0957200899720192, 0.20710861682891846, -0.0605035275220871, 0.024468235671520233, 0.03878749534487724, 0.06553130596876144, 0.07275702059268951, -0.06781208515167236, 0.014233951456844807, 0.12560546398162842, 0.17753249406814575, 0.09583675861358643, 0.033967550843954086, 0.04322946071624756, 0.12669800221920013, 0.13548335433006287, 0.012710888870060444, -0.05580037087202072, 0.036152683198451996, 0.17712219059467316, 0.17137792706489563, 0.03869809955358505, -0.027502425014972687, 0.18451300263404846, 0.2117159068584442, 0.14727623760700226, -0.032408688217401505, 0.0494503527879715, 0.09863720834255219, -0.030381659045815468, 0.039267368614673615, 0.24300941824913025, 0.42447757720947266, 0.1682855486869812, -0.12175111472606659, -0.1171693429350853, 0.04597824439406395, 0.08226391673088074, -0.06036468595266342, -0.09121604263782501, -0.047923460602760315, 0.05030044540762901, 0.0969986692070961, 0.11247548460960388, -0.07392271608114243, 0.0639820322394371, 0.09425053000450134, 0.024131612852215767, -0.19605661928653717, -0.13882896304130554, 0.07109072804450989, -0.0037056943401694298, -0.16219481825828552, -0.1334732472896576, -0.03083452209830284, 0.009512582793831825, -0.041446149349212646, -0.1222752034664154, -0.03193528950214386, 0.06769007444381714, 0.06383451819419861, -0.007332539185881615, -0.14700661599636078, -0.050076961517333984, 0.12880758941173553, 0.060211941599845886, -0.07410816103219986, -0.08630426973104477, 0.022976193577051163, 0.058912042528390884, 0.06339608877897263, 0.04574586823582649, -0.053866639733314514, -0.03256835415959358, 0.07568308711051941, 0.05132704973220825, -0.048897694796323776, -0.10088886320590973, 0.07457625865936279, 0.045177459716796875, -0.17561374604701996, -0.08561239391565323, 0.031239263713359833, 0.1926048994064331, 0.07390381395816803, 0.0458604171872139, 0.08363599330186844, 0.13322891294956207, 0.028368424624204636, -0.14778856933116913, 0.020817656069993973, 0.08544859290122986, 0.15246279537677765, 0.19024549424648285, -0.014124704524874687, 0.01238987036049366, 0.10752151906490326, 0.07741879671812057, 0.04224090278148651, -0.024141738191246986, -0.06767521798610687, 0.03928651288151741, 0.08871874213218689, -0.019463656470179558, -0.08976184576749802, 0.03566710650920868, 0.1448897421360016, 0.10415289551019669, -0.07752525061368942, -0.1376224011182785, 0.20801801979541779, 0.17209412157535553, 0.02896079234778881, -0.05310814455151558, -0.04134264588356018, 0.22241678833961487, 0.15440469980239868, 0.06329533457756042, -0.11760678142309189, -0.07015644013881683, 0.08784087002277374, 0.04262443259358406, -0.18449923396110535, -0.2148590236902237, 0.036268025636672974, 0.05267626792192459, -0.0027217247989028692, -0.026367945596575737, -0.10987650603055954, 0.0620901957154274, 0.2099265456199646, 0.08760521560907364, -0.017782870680093765, -0.11824710667133331, -0.07562954723834991, 0.0428733229637146, -0.18330517411231995, -0.09809033572673798, 0.10080590099096298, 0.017169130966067314, -0.1353628933429718, -0.137647345662117, -0.04295399412512779, 0.01332074124366045, 0.0802382156252861, -0.03964659571647644, -0.028823433443903923, 0.10758160054683685, 0.07870063185691833, 0.11876623332500458, -0.1247599646449089, 0.04903092607855797, 0.1599377989768982, -0.248514786362648, -0.22911308705806732, -0.07226316630840302, -0.06964321434497833, -0.05056438222527504, 0.06200442463159561, 0.17564573884010315, 0.22339695692062378, 0.13610076904296875, -0.09179235994815826, -0.0019613364711403847, 0.05044371262192726, 0.055011481046676636, 0.14360342919826508, -0.08745923638343811, -0.046806979924440384, 0.07567739486694336, 0.13129891455173492, 0.09111599624156952, -0.07749360799789429, -0.10312949120998383, 0.10955551266670227, 0.15502722561359406, 0.05606141686439514, 0.052937835454940796, -0.06072920188307762, 0.16955995559692383, 0.2899016737937927, -0.011651304550468922, 0.10150937736034393, 0.16311772167682648, 0.1348651498556137, 0.0143739003688097, 0.01899537444114685, -0.06421319395303726, 0.043451275676488876, 0.09890534728765488, 0.027787039056420326, 0.017179224640130997, 0.010671230033040047, 0.3313140273094177, 0.3094267249107361, 0.18729236721992493, 0.04014549031853676, 0.2559923231601715, 0.3217522203922272, 0.1842242330312729, -0.07576002925634384, -0.01541769877076149, 0.16661705076694489, -0.08072301000356674, -0.1417504996061325, -0.13178150355815887, -0.09526736289262772, 0.20838192105293274, 0.22252415120601654, 0.04269690811634064, 0.08462865650653839, 0.11662185937166214, 0.1672268807888031, 0.1037285104393959, -0.10352040827274323, 0.08238106966018677, 0.1377176195383072, -0.01442317571491003, 0.10447655618190765, -0.011042078025639057, -0.07547153532505035, 0.06758636236190796, 0.23498602211475372, 0.2218329757452011, 0.23752951622009277, 0.20135635137557983, -0.03537099435925484, -0.16459287703037262, -0.01659586653113365, 0.06818745285272598, -0.21630503237247467, -0.29343557357788086, -0.2510056793689728, -0.08812408149242401, 0.1882402002811432, 0.07757551223039627, -0.41092559695243835, -0.14227163791656494, 0.5439895987510681, 0.28452882170677185, -0.21415089070796967, -0.31435951590538025, 0.07315558195114136, 0.3065148591995239, 0.3753702938556671, -0.07510952651500702, -0.5640501379966736, -0.17425037920475006, 0.42679551243782043, 0.33774060010910034, -0.6698453426361084, -0.5853360891342163, 0.19104671478271484, 0.4530494809150696, -0.0012899336870759726, -0.47624078392982483, -0.3881417214870453, 0.02180362306535244, 0.29713383316993713, -0.39906835556030273, -1.5546791553497314, -1.2066065073013306, -0.36087527871131897, -0.10975097864866257, -0.7761256098747253, -1.1771788597106934, -0.551464855670929, 0.43394267559051514, 1.321429967880249, 1.4453413486480713, 1.2616755962371826, 0.7888355255126953, 1.2209124565124512, 1.1950945854187012, 0.21892090141773224, -0.1335015594959259, -0.23058342933654785, 0.1784013956785202, 0.051138315349817276, -0.5685680508613586, -0.4507700502872467, 0.26042211055755615, 0.773152232170105, 0.9073804020881653, 0.7095932364463806, 0.34359094500541687, 0.7122206687927246, 1.097041368484497, 0.6988563537597656, -0.058223359286785126, 0.017350146546959877, 0.5792568325996399, 0.4799254834651947, 0.018504297360777855, 0.03442930057644844, 0.6053379774093628, 0.8053333759307861, 0.5129051208496094, 0.3501245379447937, 0.22758524119853973, 0.17261531949043274, 0.0872386023402214, -0.3866616487503052, -1.0231976509094238, -1.1338247060775757, -0.8310844302177429, -1.0733450651168823, -1.397160530090332, -1.2748664617538452, -0.8298781514167786, -0.5579203367233276, -0.6259300708770752, -0.7933582067489624, -0.972258985042572, -0.9163923263549805, -0.7666792869567871, -0.7864594459533691, -0.895251989364624, -0.858540952205658, -0.7019659280776978, -0.83012455701828, -0.9786224961280823, -0.5590084791183472, -0.014259015209972858, 0.03410132974386215, 0.17499294877052307, 0.397107869386673, 0.7326995730400085, 0.8936967253684998, 0.6891763210296631, 0.6637569069862366, 0.6400963664054871, 0.7430636882781982, 0.5657333731651306, 0.35610172152519226, 0.21313787996768951, 0.38416558504104614, 0.8324862718582153, 0.6679471731185913, 0.765206515789032, 0.9057201147079468, 1.009442687034607, 0.9988495111465454, 0.842196524143219, 0.6046525239944458, 0.3656653165817261, 0.20775771141052246, -0.09123711287975311, -0.5459185242652893, -0.7224311828613281, -0.5739760398864746, -0.3445613980293274, -0.49688130617141724, -0.52736896276474, -0.09875615686178207, 0.06793008744716644, -0.10051511973142624, -0.24351520836353302, -0.2076493799686432, -0.2717813551425934, -0.5487757921218872, -0.6685638427734375, -0.7115098237991333, -0.8568846583366394, -0.9542160630226135, -0.9073704481124878, -1.0111104249954224, -0.7735961675643921, -0.19809292256832123, -0.3151077330112457, -0.5803408026695251, -0.0027391023468226194, 0.4563927948474884, 0.20922774076461792, -0.1741032600402832, -0.20325647294521332, 0.27577531337738037, 0.07080122083425522, -0.006577145308256149, -0.05344022810459137, -0.17073874175548553, -0.047484591603279114, 0.23862408101558685, 0.3173563778400421, 0.13478657603263855, 0.48822203278541565, 0.6460984945297241, 0.6305845379829407, 0.539665699005127, 0.37464120984077454, 0.3468460142612457, 0.111411452293396, -0.06523098051548004, -0.05684836953878403, -0.3716775178909302, -0.4886268675327301, 0.04490629956126213, -0.10632603615522385, -0.3137337863445282, -0.20494623482227325, -0.0027811964973807335, 0.001825043000280857, -0.1971328854560852, -0.22679446637630463, -0.5098714232444763, -0.5668817758560181, -0.4247300922870636, -0.3646026849746704, -0.6303237676620483, -0.29959309101104736, 0.3809765577316284, -0.31889310479164124, -1.26059091091156, -0.777567982673645, -0.13960795104503632, 0.23522502183914185, -0.02678067423403263, 0.23700745403766632, 0.40969714522361755, -0.6038873195648193, -1.6408380270004272, -1.5615394115447998, -1.2441610097885132, -0.7409334778785706, -0.29826074838638306, -0.08113483339548111, 0.8666625022888184, 1.5694055557250977, 1.6652662754058838, 2.0223114490509033, 1.6417229175567627, 0.8796736001968384, 0.7123034596443176, 0.6402790546417236, 0.35905948281288147, 0.6978785395622253, 0.9551345705986023, 1.6162259578704834, 1.5661089420318604, 0.8977367281913757, 1.029152750968933, 1.153067708015442, 0.9920136332511902, 0.21074846386909485, -0.4044164717197418, -0.5410048961639404, -0.153996080160141, -0.20313210785388947, -0.2607192099094391, -0.40796762704849243, -0.5505072474479675, 0.6821905970573425, 0.639443576335907, -0.6523959040641785, -0.7933840751647949, -0.03285529091954231, 0.4100024998188019, -0.1314653605222702, -0.6525850892066956, -0.2501949071884155, 0.8143393993377686, 1.0182838439941406, 0.26023417711257935, -0.5369164943695068, -0.3466393053531647, 0.6096640229225159, -0.09594610333442688, -1.3705040216445923, -0.9976692199707031, 0.4227246046066284, 0.7507274150848389, 0.2376239001750946, -0.16801655292510986, 0.15710587799549103, 0.8343798518180847, 0.8205419182777405, 0.11901155114173889, -0.6452842354774475, 0.15910528600215912, 1.2748737335205078, 0.297560453414917, -0.8737272024154663, -0.43218228220939636, 0.5031843781471252, 0.5019875764846802, -0.1896156519651413, -0.7864804863929749, -0.26186850666999817, 0.7306739091873169, 0.40664753317832947, -0.5135385394096375, -0.7350858449935913, -0.10122404992580414, 0.4146753251552582, -0.40141281485557556, -1.180578351020813, -0.9794638156890869, -0.5131601691246033, -0.14525844156742096, -0.4101346433162689, -0.5299199819564819, 0.05330444127321243, 0.9452851414680481, 0.875275194644928, 0.15760572254657745, 0.15993499755859375, 0.46710166335105896, 0.38580387830734253, -0.45321911573410034, -0.6185603141784668, -0.345327764749527, -0.08567164838314056, 0.24861672520637512, 0.3564402461051941, 0.6145972609519958, 0.7417029738426208, 0.7789328694343567, 0.29896268248558044, -0.027304217219352722, -0.15018276870250702, -0.048623524606227875, -0.2545360326766968, -0.6135687828063965, -0.8457683324813843, -0.5775039196014404, -0.18533407151699066, -0.47762641310691833, -0.6933846473693848, -0.26827970147132874, 0.020415576174855232, -0.006373241078108549, -0.1870449036359787, -0.4002153277397156, -0.30570587515830994, -0.23626886308193207, -0.554132342338562, -0.8121916055679321, -0.7608643174171448, -0.4244028627872467, -0.2554616332054138, -0.3724295496940613, -0.6181432008743286, -0.21548524498939514, -0.11512666195631027, -0.280627965927124, -0.44061917066574097, -0.7770410180091858, -0.5578497648239136, -0.37645310163497925, -0.4681953489780426, -0.7670195698738098, -0.19056734442710876, 0.3195268511772156, 0.11890911310911179, -0.22653257846832275, -0.29095321893692017, 0.4290030896663666, 0.639875054359436, 0.5906803607940674, 0.41923990845680237, 0.2620824873447418, 0.19583868980407715, 0.5214460492134094, 0.4247812032699585, -0.02299964614212513, -0.029505115002393723, 0.3489033877849579, 0.4961150884628296, 0.25416940450668335, 0.10852433741092682, 0.39517197012901306, 0.6689798831939697, 0.6875886917114258, 0.5853254199028015, 0.4515513479709625, 0.4313198924064636, 0.3790398836135864, 0.15800398588180542, -0.17434926331043243, -0.3316478729248047, -0.12507469952106476, -0.06271695345640182, -0.04929574206471443, 0.029557574540376663, 0.2482159584760666, 0.25761866569519043, 0.1587921530008316, 0.07940435409545898, -0.11018268018960953, -0.11041764914989471, -0.2958500385284424, -0.3582668602466583, -0.41597121953964233, -0.18335847556591034, 0.15467113256454468, -0.09994733333587646, -0.10829249024391174, 0.04613318666815758, -0.006639731116592884, -0.17333151400089264, -0.1563599854707718, -0.004600789397954941, -0.2154005765914917, -0.2656387388706207, -0.2440001368522644, 0.15932926535606384, 0.3844403922557831, 0.32458946108818054, 0.5899975299835205, 0.6101048588752747, 0.5055015087127686, 0.2820713520050049, 0.2988237142562866, 0.08528422564268112, -0.0038142071571201086, 0.01690850406885147, 0.07312735170125961, 0.6312991976737976, 1.02701735496521, 0.9029810428619385, 0.40959736704826355, 0.4022820293903351, 0.5195499062538147, 0.5551515817642212, 0.05045972764492035, -0.23919540643692017, 0.09479174762964249, 0.27778366208076477, 0.16109302639961243, -0.21261733770370483, -0.1251756250858307, 0.18467631936073303, 0.2814236283302307, -0.29670649766921997, -0.6744454503059387, -0.21452416479587555, 0.3295861482620239, 0.11725583672523499, -0.1900791972875595, 0.23222661018371582, 0.6113945841789246, 0.35090410709381104, -0.18494652211666107, -0.3668075203895569, -0.28188836574554443, 0.2216140478849411, 0.36298877000808716, -0.17636489868164062, -0.45411697030067444, -0.024792352691292763, 0.5165976881980896, 0.11296507716178894, -0.15994182229042053, -0.0003718020161613822, 0.386478990316391, 0.4856637716293335, 0.1669769585132599, -0.003618418937548995, -0.06499214470386505, 0.26851415634155273, 0.3286561071872711, 0.015604927204549313, -0.1305500864982605, 0.11667655408382416, 0.29128730297088623, 0.04476085677742958, -0.19198456406593323, -0.035946473479270935, 0.0043289754539728165, -0.2687561511993408, -0.4435327649116516, -0.3724639415740967, -0.012361966073513031, 0.06997796893119812, -0.21679465472698212, -0.34949231147766113, 0.09493539482355118, 0.20671257376670837, -0.14251041412353516, -0.40045762062072754, -0.44768214225769043, -0.12223009765148163, -0.05188734829425812, -0.41309812664985657, -0.3477669060230255, -0.12406110018491745, 0.05059191584587097, -0.10590577125549316, -0.17203664779663086, 0.15635579824447632, 0.30708786845207214, -0.17481563985347748, -0.48518234491348267, -0.24612835049629211, 0.0017810402205213904, 0.006855107843875885, -0.22340095043182373, -0.3183659613132477, 0.10202714800834656, 0.3324265480041504, 0.09771139174699783, -0.017587054520845413, 0.12306800484657288, 0.2331085503101349, 0.19671012461185455, 0.040184859186410904, 0.08359736949205399, 0.14205560088157654, 0.15626032650470734, 0.19012616574764252, 0.2519319951534271, 0.3476337790489197, 0.330927312374115, 0.32883837819099426, 0.24014978110790253, 0.2005917727947235, 0.21778808534145355, 0.13868655264377594, 0.24189238250255585, 0.2542816996574402, 0.21509015560150146, 0.08661441504955292, 0.037922248244285583, 0.10782595723867416, -0.05052085593342781, 0.0024473872035741806, -0.10046690702438354, -0.3103007376194, -0.18835745751857758, 0.047514233738183975, 0.00973888486623764, -0.14809761941432953, -0.12253072112798691, -0.12092184275388718, 0.07071425020694733, 0.07532903552055359, -0.11983688920736313, -0.17181839048862457, -0.042501453310251236, -0.02611559070646763, -0.04529321566224098, -0.11770901083946228, -0.08499115705490112, -0.06242974475026131, -0.04851768538355827, -0.09803055226802826, -0.4123728275299072, -0.17299285531044006, 0.21947206556797028, 0.03349698707461357, -0.08662769198417664, 0.14278478920459747, 0.1991339772939682, -0.16622518002986908, -0.28073781728744507, -0.0687008872628212, 0.25839293003082275, 0.1741889864206314, -0.08802444487810135, -0.0920398160815239, -0.05783188343048096, 0.02979002520442009, -0.0961255356669426, -0.3048831522464752, -0.23550380766391754, -0.06256195902824402, -0.24760223925113678, -0.4180974066257477, -0.16386424005031586, -0.11857642233371735, -0.2459360510110855, -0.16635987162590027, -0.3700979948043823, -0.33657020330429077, -0.10159329324960709, -0.3301594853401184, -0.4717423915863037, -0.2589295208454132, 0.12898263335227966, -0.10230956226587296, -0.34245169162750244, -0.20423319935798645, -0.06336460262537003, -0.3226679265499115, -0.33348360657691956, -0.12068850547075272, -0.37621766328811646, -0.3549404740333557, -0.047188472002744675, -0.001757045742124319, -0.3805486559867859, -0.3263292610645294, -0.0041299667209386826, -0.06849603354930878, -0.16541482508182526, 0.007498741149902344, 0.1642257422208786, -0.15501800179481506, -0.29499348998069763, -0.3292200267314911, -0.1602894514799118, -0.12434970587491989, -0.09918518364429474, -0.19008253514766693, -0.04938511550426483, 0.07909760624170303, -0.179497629404068, -0.03679390251636505, 0.13451722264289856, -0.15236271917819977, -0.3340386748313904, -0.30994462966918945, -0.3782098889350891, -0.4197714924812317, -0.38134604692459106, -0.2636432349681854, -0.2882501482963562, -0.24753490090370178, -0.15105506777763367, -0.26928505301475525, -0.4602000117301941, -0.4458906054496765, -0.32327666878700256, -0.46407580375671387, -0.3877391517162323, -0.42173561453819275, -0.5026601552963257, -0.4004911482334137, -0.23430310189723969, -0.08041293174028397, -0.14690442383289337, -0.22853007912635803, -0.12795192003250122, -0.06282997131347656, -0.25880348682403564, -0.037818990647792816, 0.024543482810258865, -0.2507624328136444, -0.09278587251901627, 0.17694611847400665, 0.1325678676366806, 0.04189610853791237, 0.242734894156456, 0.18886446952819824, -0.05297055095434189, -0.09171736240386963, 0.20670659840106964, 0.29251164197921753, -0.01696508564054966, -0.029546452686190605, 0.09772098064422607, 0.289524644613266, 0.19156508147716522, 0.13327209651470184, 0.02116268314421177, 0.04667205736041069, 0.1804146021604538, 0.038301803171634674, 0.022881116718053818, 0.10467596352100372, 0.28350597620010376, 0.03360830619931221, -0.10585574805736542, -0.13941679894924164, -0.19367505609989166, -0.06655068695545197, -0.0352209210395813, -0.18509313464164734, -0.28130537271499634, 0.03649760037660599, 0.28066104650497437, 0.186487078666687, -0.10560201853513718, -0.3206962049007416, -0.01005450077354908, 0.16016101837158203, -0.107768714427948, -0.30209457874298096, 0.019416799768805504, 0.2355089783668518, -0.01918216608464718, -0.2963005006313324, -0.30256888270378113, 0.18766310811042786, 0.22354939579963684, -0.12081008404493332, -0.1865086853504181, 0.14397844672203064, 0.3503120243549347, 0.20804521441459656, 0.20124967396259308, 0.2996824383735657, 0.34156858921051025, 0.37430238723754883, 0.16966784000396729, 0.006533843465149403, 0.06501570343971252, 0.17605653405189514, 0.08284511417150497, 0.07560921460390091, 0.2329782098531723, 0.43507692217826843, 0.5828619599342346, 0.4356655180454254, 0.2237486094236374, 0.44324982166290283, 0.712944507598877, 0.41768717765808105, -0.004121828358620405, 0.03958538919687271, 0.45538434386253357, 0.489067941904068, 0.4087815284729004, 0.4116799235343933, 0.49322041869163513, 0.5111029744148254, 0.5530669689178467, 0.3197479546070099, -0.12346094101667404, 0.16868723928928375, 0.4059077799320221, 0.17489051818847656, 0.015365115366876125, 0.19465826451778412, 0.441432386636734, 0.37819626927375793, 0.5155363082885742, 0.49101710319519043, 0.14730089902877808, 0.15638035535812378, 0.2887789309024811, 0.24449557065963745, -0.13679280877113342, 0.11818648129701614, 0.366911381483078, 0.11275195330381393, 0.21831446886062622, 0.5457373857498169, 0.2838219702243805, -0.1255459189414978, 0.3431394100189209, 0.47553741931915283, -0.13607104122638702, -0.17639929056167603, -0.006703895982354879, -0.1833394318819046, -0.05126624181866646, 0.1563429981470108, 0.25801894068717957, -0.057846926152706146, 0.12917816638946533, 0.2619388997554779, 0.20872348546981812, 0.3968142569065094, 0.3584950864315033, -0.12411089241504669, -0.2796577513217926, 0.2991899847984314, 0.1766410619020462, -0.5070726275444031, -0.6933483481407166, 0.005180968903005123, 0.028523948043584824, -0.41748663783073425, -0.28077933192253113, -0.21717053651809692, 0.0300053209066391, -0.10299631953239441, -0.2196824550628662, -0.31127092242240906, -0.26078543066978455, -0.12533333897590637, -0.3281262218952179, -0.586184561252594, -0.37732037901878357, -0.13151347637176514, -0.30320683121681213, -0.368958979845047, -0.34552913904190063, -0.023665934801101685, 0.015038643032312393, -0.03925566002726555, -0.1548692286014557, -0.26643386483192444, -0.19244205951690674, -0.0891006663441658, -0.14091306924819946, -0.3426388204097748, -0.17590315639972687, 0.052870165556669235, -0.04927641153335571, -0.24110759794712067, -0.1635475605726242, -0.13517919182777405, -0.08860418200492859, -0.16542662680149078, -0.4155784249305725, -0.3747672140598297, -0.10507465153932571, -0.21193301677703857, -0.4014492332935333, -0.21235494315624237, -0.016000891104340553, 0.04554741829633713, -0.04643125832080841, -0.130982905626297, -0.017639372497797012, 0.047194160521030426, -0.04978494346141815, -0.3723182678222656, -0.3973318338394165, 0.01913488283753395, 0.19695931673049927, -0.07253080606460571, -0.3042793571949005, 0.0894174799323082, 0.29773902893066406, -0.06917466968297958, -0.3563043475151062, -0.22250045835971832, 0.15434283018112183, 0.08376019448041916, -0.34673774242401123, -0.2256976217031479, 0.06685231626033783, 0.15589539706707, -0.0746346041560173, -0.12597832083702087, -0.12067820131778717, -0.02456945925951004, 0.15028110146522522, -0.10498560965061188, -0.09006073325872421, -0.09709179401397705, 0.055803705006837845, 0.10128489136695862, -0.19205576181411743, -0.027712274342775345, -0.04337960481643677, -0.13467572629451752, -0.09800929576158524, -0.06891267746686935, 0.023167507722973824, -0.03563950955867767, 0.18138611316680908, 0.3307673931121826, 0.19665317237377167, 0.12363958358764648, 0.25154221057891846, 0.3292522132396698, 0.12857745587825775, -0.022995011880993843, -0.044503603130578995, -0.04716089367866516, -0.07106196880340576, 0.13424858450889587, 0.1304946094751358, 0.08306266367435455, 0.24994657933712006, 0.5377920866012573, 0.45335665345191956, 0.05411191284656525, -0.13106544315814972, 0.1134374588727951, 0.18718934059143066, -0.19279184937477112, -0.30319979786872864, -0.2207934856414795, -0.2862074077129364, -0.12767274677753448, -0.0038042140658944845, -0.00845770537853241, -0.07425746321678162, 0.07191015034914017, 0.04775751754641533, -0.33404451608657837, -0.3813972771167755, 0.07818029820919037, 0.057966843247413635, -0.1084463968873024, -0.05377839878201485, 0.1438591331243515, 0.16904887557029724, 0.0011109707411378622, -0.07883181422948837, 0.03546837344765663, 0.1787170171737671, 0.1855677217245102, 0.12184090912342072, 0.10015566647052765, 0.2931149899959564, 0.3811420798301697, 0.27398476004600525, 0.1605025976896286, 0.28602394461631775, 0.3978562355041504, 0.33338379859924316, 0.09770467132329941, -0.060132741928100586, 0.06912122666835785, 0.2156645655632019, 0.03870541974902153, 0.06575173884630203, 0.3491542935371399, 0.24081824719905853, 0.054276078939437866, -0.004413214512169361, 0.05832646042108536, -0.01608654111623764, -0.03699762746691704, -0.1963922083377838, -0.33656859397888184, -0.19397792220115662, -0.13569821417331696, -0.11582716554403305, -0.1845410019159317, -0.2964271605014801, -0.30138787627220154, -0.20696476101875305, -0.3565724492073059, -0.45193636417388916, -0.06974806636571884, 0.0670633614063263, 0.08263247460126877, 0.06936749070882797, 0.02079944685101509, -0.001256696879863739, -0.03547384962439537, 0.056910160928964615, -0.035479046404361725, -0.014463710598647594, 0.22407634556293488, 0.28343409299850464, 0.2959037125110626, 0.20073768496513367, 0.26556023955345154, 0.3339546024799347, 0.22081564366817474, 0.06402076035737991, 0.022862693294882774, 0.14407914876937866, 0.15342968702316284, 0.1032538115978241, 0.16359275579452515, 0.20235705375671387, 0.20556233823299408, 0.30536171793937683, 0.294638454914093, 0.2900857925415039, 0.34929123520851135, 0.15912869572639465, 0.019511865451931953, 0.2149476706981659, 0.4674777686595917, 0.2883121967315674, -0.14639903604984283, -0.30681875348091125, 0.1295360028743744, 0.2710491120815277, -0.08798252791166306, -0.2946726381778717, -0.05087338015437126, 0.33655697107315063, 0.2819807827472687, -0.030918514356017113, -0.17743085324764252, 0.007465186063200235, 0.010033910162746906, -0.14512018859386444, -0.3420000374317169, -0.32608434557914734, -0.02359568141400814, 0.0007373793050646782, -0.211002379655838, -0.21967141330242157, -0.0031390495132654905, 0.08389623463153839, 0.2898431718349457, 0.3757311701774597, 0.05044340342283249, -0.18791832029819489, -0.25444677472114563, -0.03034610114991665, 0.1251947432756424, -0.0016271478962153196, 0.07924460619688034, 0.3310186266899109, 0.4868723452091217, 0.35904088616371155, 0.12007337808609009, 0.3029540777206421, 0.33806586265563965, 0.35199010372161865, 0.251503586769104, 0.18575318157672882, 0.14091196656227112, 0.171617791056633, 0.14754699170589447, 0.004542620852589607, 0.26635026931762695, 0.42879724502563477, 0.2003222405910492, 0.052425287663936615, 0.048935260623693466, 0.02999083884060383, -0.19852709770202637, -0.25914379954338074, -0.17703813314437866, -0.2502419948577881, -0.4132711589336395, -0.4664689600467682, -0.26314300298690796, -0.3601369261741638, -0.3507407009601593, -0.3407367467880249, -0.1865244209766388, 0.11594028770923615, 0.12076318264007568, -0.25056740641593933, -0.1742321103811264, 0.06037335842847824, -0.04990815743803978, -0.15990762412548065, -0.20089910924434662, -0.5044136643409729, -0.2486027479171753, 0.20190922915935516, 0.11334783583879471, 0.057688288390636444, 0.04497729614377022, 0.130197212100029, 0.12352365255355835, 0.006573711056262255, -0.034730058163404465, -0.01092575490474701, -0.1947779357433319, -0.11209246516227722, 0.2970942556858063, 0.2466612607240677, 0.03216232359409332, 0.18364012241363525, 0.24809567630290985, 0.02754637412726879, -0.062138281762599945, 0.060400061309337616, 0.10600629448890686, 0.05778805911540985, 0.02494964748620987, -0.02245158515870571, 0.13509824872016907, 0.2770283818244934, 0.005340748466551304, -0.008969765156507492, 0.0614403672516346, 0.08316586166620255, -0.09199633449316025, -0.4436230957508087, -0.2556638717651367, 0.07859861850738525, -0.3189416825771332, -0.4835635721683502, -0.12665955722332, -0.49972712993621826, -0.7470453977584839, -0.6883155107498169, -0.6642671823501587, -0.5744615793228149, -0.6860162019729614, -0.009652810171246529, -0.12297721952199936, -0.47908374667167664, -0.4465058743953705, -0.9763674736022949, -0.6173921227455139, 0.16868139803409576, -0.32986411452293396, -0.8017192482948303, 0.18856309354305267, 0.7368063926696777, 0.24383555352687836, -0.24946656823158264, -0.21381966769695282, -0.08641384541988373, 0.12627165019512177, 0.2719619870185852, 0.052516646683216095, 0.07022666186094284, 0.10517203062772751, 0.5417284369468689, 1.0093145370483398, 0.49205389618873596, -0.06323547661304474, 0.2272448092699051, 0.6702139377593994, 0.21591275930404663, -0.14661267399787903, -0.08790069818496704, -0.25476962327957153, -0.3686240613460541, -0.1565522849559784, -0.28670260310173035, -0.7326765656471252, -0.7106471061706543, -0.430788516998291, -0.5612626075744629, -0.7278631925582886, -0.7160241007804871, -0.6028738021850586, -0.5488764643669128, -0.7911379933357239, -0.5810753107070923, -0.4694121479988098, -0.5384763479232788, -0.41586700081825256, -0.38678091764450073, -0.0972122773528099, -0.06198548525571823, -0.7175354361534119, -0.5353094935417175, 0.21662060916423798, 0.3372507095336914, 0.12996751070022583, 0.1788657307624817, 0.3991410732269287, 0.6151796579360962, 0.1714862883090973, -0.1413079798221588, 0.5126797556877136, 0.8881365060806274, 0.8110151886940002, 0.5811841487884521, 0.4719594419002533, 0.6630892753601074, 1.0091038942337036, 0.7794779539108276, 0.3023715615272522, 0.22126981616020203, 0.27408987283706665, 0.3431108295917511, 0.39641982316970825, -0.11476027965545654, -0.45097336173057556, 0.13388915359973907, 0.3683220148086548, 0.015799719840288162, -0.02959560975432396, -0.0850561112165451, -0.38729333877563477, -0.21873758733272552, -0.29708030819892883, -0.521843671798706, -0.5331020355224609, -0.4140055775642395, -0.14982300996780396, -0.24370115995407104, -0.313925176858902, -0.34128597378730774, -0.1745680868625641, -0.14875300228595734, -0.28097695112228394, -0.19167111814022064, -0.02072065882384777, 0.010649146512150764, 0.2053678035736084, 0.22432754933834076, 0.11360032856464386, 0.12773004174232483, 0.04153180867433548, 0.13018937408924103, 0.22847454249858856, 0.2415357530117035, 0.27380433678627014, 0.30727723240852356, 0.5470278859138489, 0.5721216201782227, 0.5087378621101379, 0.4639309346675873, 0.3505065143108368, 0.37558412551879883, 0.4892248511314392, 0.3348691463470459, 0.2310115098953247, 0.5544338226318359, 0.7117994427680969, 0.6223042607307434, 0.28321459889411926, -0.06869419664144516, 0.3951030373573303, 0.7078540325164795, 0.5289347171783447, 0.09949953854084015, -0.00035923690302297473, 0.30693361163139343, 0.24472925066947937, -0.08353348076343536, -0.2882121503353119, -0.10625313967466354, -0.08023044466972351, -0.012689366936683655, -0.0007164140115492046, -0.15632852911949158, -0.3105570673942566, -0.29267632961273193, -0.4179306924343109, -0.3093959391117096, -0.3507215976715088, -0.39886048436164856, -0.42414581775665283, -0.3821655511856079, -0.18116536736488342, -0.2332325577735901, -0.3869161009788513, -0.49787938594818115, -0.3171924650669098, -0.14979606866836548, 0.808569073677063, -0.6740236878395081, -2.32524037361145, -0.21820659935474396, 0.43715551495552063, 0.6336287260055542, 0.6888035535812378, 0.42913374304771423, 0.7834290862083435, 1.0777620077133179, 0.5155475735664368, 0.16925184428691864, 0.005722833797335625, 0.18100498616695404, 0.15963494777679443, -0.15502145886421204, -0.09503838419914246, 0.3544119894504547, 0.4479788541793823, -0.17321054637432098, -0.4267551302909851, 0.2375699281692505, 0.40262550115585327, 0.7813323140144348, 0.9974547624588013, 0.7891551852226257, 0.6128247976303101, 0.2743670344352722, 0.21858695149421692, -0.14580705761909485, -0.5945146083831787, -0.48341354727745056, -0.31120365858078003, -0.8945474028587341, -1.1396902799606323, -0.8783676624298096, -0.6881813406944275, -1.0197222232818604, -0.996791660785675, -0.5334792733192444, -0.10705820471048355, 0.10677692294120789, -0.788678765296936, -0.36139386892318726, 0.22990845143795013, 0.3205043375492096, -0.023298686370253563, -0.3175044655799866, -0.21883705258369446, -0.11190589517354965, -0.12739184498786926, -0.3994303345680237, -0.4433990716934204, -0.17243604362010956, 0.17636625468730927, 0.358199805021286, 0.4069378077983856, 0.3741370737552643, 0.6261613965034485, 0.7769540548324585, 0.8221426606178284, 0.9880035519599915, 0.8495407700538635, 0.8830509781837463, 1.0354845523834229, 0.9275551438331604, 0.5045996904373169, 0.1620180606842041, -0.048440366983413696, 0.2089470773935318, 0.37303465604782104, 0.12610681354999542, -0.13704510033130646, -0.14931876957416534, -0.08715102076530457, -0.22349461913108826, -0.3769446313381195, -0.2278641313314438, -0.23001819849014282, -0.7290560007095337, -0.5247189998626709, 0.06995483487844467, 0.09254655987024307, -0.3619312047958374, -0.16192446649074554, -0.029380250722169876, -0.37600550055503845, -0.6038436889648438, -1.134535551071167, -0.8588656187057495, 0.08954795449972153, 0.30699586868286133, -0.07535427063703537, -0.18365447223186493, 0.18953675031661987, 0.5383121967315674, 0.3639495074748993, -0.06408707052469254, 0.16697467863559723, 0.43515658378601074, 0.5214044451713562, 0.6190154552459717, 0.5815867185592651, 0.4479280710220337, -0.030997352674603462, 0.022635703906416893, 0.2348545789718628, 0.2206350564956665, 0.22490519285202026, 0.24845348298549652, 0.30171385407447815, 0.1920783370733261, 0.0957183912396431, 0.043014902621507645, -0.02878476306796074, -0.01212190929800272, 0.0912305936217308, -0.20627719163894653, -0.08221132308244705, 0.020869821310043335, -0.32117921113967896, -0.5426181554794312, -0.49700263142585754, -0.4703320860862732, -0.3634989261627197, -0.42828553915023804, -0.6051502823829651, -0.7040449976921082, -0.5657682418823242, -0.388361394405365, -0.6461124420166016, -0.7396259307861328, -0.49994251132011414, -0.3303290009498596, -0.48746734857559204, -0.33162540197372437, 0.09383642673492432, 0.035372018814086914, -0.027009524405002594, -0.0824318453669548, 0.11904814094305038, 0.5128053426742554, 0.13756628334522247, 0.06745310127735138, 0.5160523653030396, 0.43597137928009033, 0.20100288093090057, 0.189198836684227, 0.26051801443099976, 0.5185314416885376, 0.3834945857524872, 0.2685946524143219, 0.004931611940264702, -0.20242340862751007, 0.022689588367938995, 0.14896626770496368, 0.2185845971107483, 0.00044362893095239997, -0.21203970909118652, -0.0020696891006082296, -0.0309726782143116, 0.04061337560415268, -0.10767729580402374, -0.3955138623714447, -0.2755315601825714, -0.10813344269990921, -0.19135069847106934, -0.36680668592453003, -0.3693215847015381, -0.11737436801195145, 0.0013040779158473015, -0.12290433049201965, -0.5671270489692688, -0.43319761753082275, 0.1777777224779129, 0.11381354928016663, -0.1533774733543396, 0.037036389112472534, 0.07728730887174606, -0.06996197998523712, -0.1938987672328949, -0.15633076429367065, -0.07204179465770721, 0.19710779190063477, 0.5879982113838196, 0.45945480465888977, 0.4968939423561096, 0.6487742066383362, 0.5519909858703613, 0.5560142397880554, 0.4706839919090271, 0.6813259124755859, 0.8546222448348999, 0.7774190902709961, 0.693314790725708, 0.6895639896392822, 0.668627142906189, 0.36740952730178833, 0.3129691481590271, 0.3363686501979828, 0.4327424168586731, 0.1553085893392563, -0.3295455276966095, -0.033201251178979874, 0.12480051070451736, 0.19900056719779968, 0.3672548234462738, -0.002520704409107566, 0.011410387232899666, 0.14205019176006317, -0.12154974788427353, -0.25201311707496643, -0.1800961196422577, -0.23194129765033722, -0.26280471682548523, -0.16256767511367798, -0.44408005475997925, -0.433627188205719, -0.11770825833082199, 0.07047641277313232, 0.00922243669629097, 0.002010207623243332, -0.023030821233987808, 0.028959432616829872, 0.03249550610780716, 0.12808634340763092, 0.1590675264596939, 0.08418914675712585, 0.31737613677978516, 0.40255206823349, 0.17138957977294922, -0.1561451405286789, -0.17387233674526215, 0.20784185826778412, 0.17613647878170013, 0.17703770101070404, 0.2967407703399658, 0.19405493140220642, 0.14902186393737793, 0.4565216898918152, 0.5780768990516663, 0.48894402384757996, 0.3278905749320984, 0.33546313643455505, 0.29722583293914795, 0.34625908732414246, 0.5211685299873352, 0.4821261167526245, 0.5164533853530884, 0.40333661437034607, 0.14917878806591034, 0.03571286424994469, -0.14504989981651306, -0.2073758989572525, -0.3315456807613373, -0.4173296391963959, -0.4966993033885956, -0.32925379276275635, -0.34050509333610535, -0.551900327205658, -0.34715020656585693, -0.05296764895319939, -0.3017343580722809, -0.299101859331131, -0.18728359043598175, -0.47180694341659546, -0.27238574624061584, -0.06915134936571121, -0.32918062806129456, -0.20832033455371857, -0.1421668976545334, 0.06210240721702576, 0.12102747708559036, -0.1265501081943512, -0.1084158718585968, 0.20404407382011414, 0.24992184340953827, 0.17378106713294983, -0.05085847154259682, -0.01311709824949503, 0.34741392731666565, 0.37900012731552124, 0.15745726227760315, -0.058262817561626434, 0.0051530469208955765, -0.3343750536441803, -0.2688913345336914, 0.15430845320224762, -0.00598370935767889, -0.015876350924372673, 0.25152772665023804, 0.26247355341911316, 0.11949755251407623, 0.04743904247879982, 0.009495148435235023, 0.025637632235884666, 0.2982473075389862, 0.3025086224079132, -0.1758636087179184, -0.45490625500679016, -0.21168997883796692, -0.10528826713562012, -0.27663174271583557, -0.41486820578575134, -0.5097537636756897, -0.36489978432655334, -0.18561312556266785, -0.2108970731496811, -0.16806243360042572, -0.15647977590560913, -0.3056293725967407, 0.053692471235990524, 0.41233062744140625, 0.23656156659126282, -0.3995782434940338, -0.31796154379844666, 0.11917969584465027, -0.722703218460083, -0.7409842610359192, -0.1858697235584259, -0.14696495234966278, -0.0015837899409234524, 0.002026844769716263, 0.2273278534412384, 0.2002185434103012, -0.1246597021818161, -0.19870662689208984, -0.3701282739639282, -0.1726374477148056, 0.061790335923433304, -0.12423814088106155, -0.3692498505115509, -0.06390099227428436, 0.10041829943656921, -0.1327417641878128, -0.248971626162529, -0.2581527531147003, -0.2624160349369049, -0.11624273657798767, -0.18966621160507202, -0.03796786814928055, -0.008747899904847145, -0.36852267384529114, -0.6768777966499329, -0.2218582183122635, -0.035048678517341614, -0.2268887758255005, -0.23271511495113373, -0.31857892870903015, -0.28602662682533264, -0.21606111526489258, -0.17380699515342712, -0.274692177772522, -0.6576647758483887, -0.571769654750824, -0.2828786373138428, -0.11657717078924179, -0.07632866501808167, -0.3811699151992798, -0.4282534718513489, -0.12184382230043411, -0.3197687566280365, -0.4223927855491638, -0.15124936401844025, -0.09746884554624557, -0.058822982013225555, 0.0022094612941145897, -0.22346074879169464, -0.24050456285476685, -0.1423344761133194, -0.13610689342021942, -0.4095051884651184, -0.17835348844528198, 0.05529829114675522, -0.13114647567272186, -0.13436275720596313, 0.06541094928979874, 0.3089781105518341, 0.30061691999435425, 0.11869202554225922, -0.045689333230257034, -0.12497454136610031, 0.24741563200950623, 0.39095744490623474, 0.1259409338235855, -0.13739073276519775, -0.12120524048805237, -0.03677351772785187, -0.20708656311035156, -0.4122547507286072, -0.3700191080570221, -0.16307158768177032, -0.04643455147743225, -0.15356169641017914, -0.4373440742492676, -0.22409723699092865, -0.12899073958396912, -0.5350074768066406, -0.33925822377204895, -0.26616838574409485, -0.2934902012348175, -0.23847945034503937, 0.049146056175231934, -0.006659462582319975, -0.3347700238227844, -0.2646182179450989, -0.4723718762397766, -0.06911908090114594, 0.43795037269592285, -0.15467357635498047, -0.49570217728614807, 0.10293520241975784, 0.43109145760536194, 0.19901101291179657, -0.09516638517379761, -0.19981320202350616, 0.09486351907253265, 0.4166712164878845, 0.330440491437912, -0.15437248349189758, -0.20373763144016266, -0.0408666655421257, 0.05523265153169632, -0.06935659795999527, 0.016957301646471024, -0.015177207998931408, 0.13926587998867035, 0.16448846459388733, -0.053091563284397125, -0.1603483259677887, -0.20598693192005157, -0.28033238649368286, -0.28138941526412964, -0.3523251414299011, -0.3867170512676239, 0.03791093826293945, 0.48196297883987427, 0.16516654193401337, -0.22698582708835602, -0.1492689698934555, -0.0632847398519516, -0.1088356003165245, -0.01411489862948656, 0.12379137426614761, -0.12351926416158676, -0.20248423516750336, -0.03725290670990944, 0.1720496565103531, 0.19186599552631378, 0.03569246828556061, -0.15520654618740082, -0.2940232455730438, -0.002046305686235428, 0.07543032616376877, 0.18464134633541107, 0.22266344726085663, -0.01417736429721117, 0.017354607582092285, 0.23644082248210907, 0.1766417920589447, 0.09017572551965714, 0.30638760328292847, 0.12672865390777588, -0.059734102338552475, 0.09287749230861664, 0.26896530389785767, 0.3722875118255615, 0.2556520998477936, -0.14036737382411957, 0.1990332156419754, 0.49263009428977966, 0.2494025081396103, 0.2846110165119171, 0.31019464135169983, 0.14647050201892853, 0.20371361076831818, 0.30406656861305237, 0.19686852395534515, 0.193131223320961, 0.40490028262138367, 0.4343090355396271, 0.3169993758201599, 0.21436330676078796, 0.1765093356370926, 0.20534007251262665, 0.022362468764185905, -0.3015141487121582, 0.01670340821146965, 0.531651496887207, 0.5606494545936584, 0.14800433814525604, 0.5632633566856384, 0.875153124332428, 0.334394246339798, 0.07246133685112, 0.06370282173156738, -0.19304010272026062, 0.23536914587020874, 0.7690683603286743, 0.49501851201057434, 0.22136659920215607, 0.4102170169353485, 0.540516197681427, 0.4838830828666687, -0.1293957382440567, -0.37522339820861816, 0.20782993733882904, 0.2965703010559082, 0.26382532715797424, 0.072539322078228, -0.09991338104009628, 0.20324678719043732, 0.018285421654582024, -0.14977416396141052, 0.0442889966070652, -0.19118539988994598, -0.32542917132377625, 0.19931931793689728, 0.19730275869369507, -0.33741456270217896, 0.1776677370071411, 0.7441210746765137, 0.37213215231895447, 0.03327533230185509, 0.18843448162078857, 0.4084007740020752, 0.19866737723350525, 0.20793110132217407, 0.23800215125083923, -0.10818714648485184, 0.07622403651475906, 0.19223982095718384, 0.542155385017395, 0.6810823678970337, 0.1716543585062027, 0.13251061737537384, 0.22523973882198334, 0.3329719603061676, 0.08971055597066879, -0.17447124421596527, -0.364244669675827, -0.2352377325296402, 0.058917026966810226, 0.013399997726082802, -0.13396191596984863, -0.49330636858940125, -0.6784481406211853, -0.4718233346939087, -0.4367402195930481, -0.04899052903056145, 0.20525115728378296, 0.060132984071969986, -0.24430301785469055, -0.2452627718448639, -0.17765460908412933, -0.37305596470832825, -0.2206936478614807, -0.1573781818151474, -0.18440969288349152, -0.020129233598709106, -0.2242983728647232, -0.1856968253850937, -0.13770025968551636, -0.2116491049528122, -0.16142785549163818, 0.004094610456377268, 0.04505797475576401, -0.24239572882652283, -0.28968942165374756, 0.1528591811656952, 0.004915300291031599, -0.20021562278270721, -0.03970381245017052, -0.07814646512269974, 0.05183437466621399, 0.15162551403045654, 0.14658986032009125, 0.20008714497089386, 0.3042229115962982, 0.11359855532646179, -0.19031569361686707, -0.33381956815719604, -0.3595268428325653, -0.07034637033939362, -0.03807910531759262, -0.12305369973182678, 0.0647185891866684, 0.05465124547481537, -0.051557645201683044, -0.27534860372543335, -0.29664671421051025, -0.08649080991744995, 0.003163620363920927, 0.13346852362155914, 0.1319744735956192, 0.21541480720043182, 0.038295067846775055, -0.24667173624038696, -0.4774506688117981, -1.1614501476287842, -0.18724197149276733, 0.3417586386203766, -0.7418593764305115, -0.858465313911438, 0.4934799075126648, 0.5709860324859619, -0.2686665952205658, -0.7481853365898132, -0.8555374145507812, 0.07428146153688431, 0.8117709755897522, 0.5889931321144104, -0.31378981471061707, -0.07700984925031662, 0.871746301651001, 0.3331294655799866, -0.22305533289909363, -0.5193940997123718, -0.4251271188259125, 0.2793005406856537, 0.4814513921737671, 0.3078012764453888, 0.08417905867099762, -0.160306915640831, 0.04903128743171692, -0.01797543093562126, 0.12669309973716736, 0.08075498789548874, -0.04664848372340202, 0.45172107219696045, 0.24819637835025787, -0.002767792670056224, -0.004689207766205072, 0.15823858976364136, 0.08503591269254684, -0.09526491165161133, -0.2727239727973938, 0.08564449846744537, 0.23884713649749756, -0.024871263653039932, -0.08096706122159958, -0.010984660126268864, -0.07844164222478867, 0.04440099745988846, 0.06732862442731857, -0.1746682971715927, -0.14376813173294067, -0.1570802628993988, 0.06691707670688629, -0.04405941441655159, -0.27168551087379456, -0.01938319019973278, -0.049508243799209595, 0.19683444499969482, 0.6635912656784058, 0.3690807819366455, -0.057763680815696716, -0.027401555329561234, -0.04986351728439331, -0.27060046792030334, -0.19979363679885864, -0.21519184112548828, -0.06218409910798073, 0.43144795298576355, 0.4351678192615509, 0.07791578024625778, 0.08704420179128647, 0.05395054444670677, 0.05411756783723831, 0.25200769305229187, 0.14151372015476227, -0.09919121116399765, -0.17189651727676392, 0.03330742567777634, 0.2410590499639511, 0.05546819046139717, -0.2309214472770691, -0.3069073259830475, 0.20452390611171722, 0.26804399490356445, 0.016586722806096077, 0.17116405069828033, -0.0847611054778099, -0.37744900584220886, 0.007205788511782885, 0.21904689073562622, -0.1217147558927536, -0.08203719556331635, 0.003768947208300233, 0.1687820851802826, 0.20406463742256165, 0.16332320868968964, 0.13732504844665527, -0.0004749216604977846, -0.15136496722698212, 0.02248123660683632, -0.02945929393172264, -0.278161883354187, -0.47912102937698364, -0.3916754424571991, -0.32649895548820496, -0.5448656678199768, -0.2430802583694458, 0.13174203038215637, -0.08741002529859543, -0.3197607398033142, -0.11878406256437302, 0.15790557861328125, 0.23911184072494507, 0.28637057542800903, 0.04496031627058983, 0.0107471514493227, -0.05822914466261864, -0.0829140692949295, 0.08994972705841064, 0.07816484570503235, -0.002484007738530636, 0.43110179901123047, 0.450993150472641, 0.0892254188656807, -0.03102792240679264, 0.1517043113708496, 0.18585304915905, 0.09824608266353607, 0.05263565108180046, -0.0481325127184391, 0.06187836825847626, 0.3491303622722626, 0.09716242551803589, 0.040493328124284744, -0.017892559990286827, -0.039623890072107315, 0.10341109335422516, -0.12008446455001831, -0.0821802169084549, 0.15048857033252716, 0.3362150192260742, 0.37585753202438354, 0.19643424451351166, 0.22517801821231842, 0.210102379322052, 0.20167276263237, 0.1971610188484192, 0.04715678468346596, -0.10214027017354965, 0.2623734474182129, 0.7782694101333618, 0.39640843868255615, 0.053436242043972015, 0.2670798897743225, 0.15264450013637543, 0.08916832506656647, 0.15842045843601227, -0.09686391055583954, -0.10641657561063766, 0.3579498529434204, 0.3469630479812622, 0.02937445044517517, 0.09812775254249573, 0.020522473379969597, 0.11651510000228882, 0.33254125714302063, 0.1834174543619156, -0.044552259147167206, -0.20072385668754578, -0.06640265136957169, -0.02699444070458412, 0.3039020895957947, 0.14850632846355438, -0.24449922144412994, 0.03713028132915497, 0.2792206406593323, 0.1399347186088562, -0.04437366500496864, -0.20680636167526245, -0.11868415772914886, -0.08385244011878967, -0.15504871308803558, -0.34031417965888977, -0.17662756145000458, 0.04421676695346832, -0.04851912707090378, -0.20815683901309967, -0.061072587966918945, -0.2820656895637512, -0.25590312480926514, 0.0928279459476471, -0.3352675139904022, -0.49578937888145447, 0.03315433859825134, -0.05942196026444435, -0.42023417353630066, -0.23754863440990448, -0.09783884137868881, 0.3370833992958069, 0.3372611105442047, -0.08650925755500793, -0.3058202266693115, 0.03846413642168045, 0.021024512127041817, -0.1626082807779312, -0.41250079870224, -0.18033461272716522, 0.20087076723575592, 0.4506465792655945, 0.5928983688354492, 0.2613052427768707, -0.10800960659980774, -0.5382386445999146, -0.7861925959587097, 0.17384132742881775, 0.6732072234153748, 0.2820928692817688, 0.1847255527973175, 1.0312273502349854, 0.5033393502235413, -0.7359590530395508, -1.062597393989563, -0.6708319783210754, -0.23454828560352325, 0.42430105805397034, -0.09283863753080368, -0.903404951095581, -0.5691616535186768, 0.31620150804519653, 0.4925733506679535, 0.010655977763235569, -0.12175600975751877, 9.514281555311754e-05, -0.05732495337724686, 0.10861799120903015, 0.14906775951385498, 0.06557145714759827, -0.4311964213848114, -0.45371121168136597, -0.05829671397805214, -0.0027347158174961805, -0.030499843880534172, -0.3909427225589752, -0.5268148183822632, -0.06273040175437927, 0.18304945528507233, 0.247159942984581, 0.04497683793306351, 0.15152712166309357, 0.21703001856803894, 0.05707796663045883, 0.07242151349782944, -0.26939502358436584, -0.7186278700828552, -0.76764976978302, -0.33424603939056396, -0.4241873323917389, -0.6027249097824097, -0.40579137206077576, -0.21567578613758087, 0.04527749866247177, 0.5066152811050415, 0.2965240776538849, -0.10575596243143082, -0.21308112144470215, 0.07975012063980103, 0.08325278759002686, -0.13902783393859863, -0.3639940023422241, -0.0814209133386612, 0.24549078941345215, 0.10257032513618469, -0.32655102014541626, -0.42063477635383606, -0.3193690776824951, -0.2552048861980438, -0.5713471174240112, -0.43995577096939087, -0.2842048406600952, -0.23833341896533966, -0.2378430813550949, -0.2878836691379547, -0.18378318846225739, -0.4803284704685211, -0.6804599761962891, -0.2891491949558258, -0.17000479996204376, -0.23201943933963776, -0.2172788828611374, -0.1431969255208969, -0.1471751630306244, -0.004678815137594938, 0.14654381573200226, 0.008541843853890896, -0.09445854276418686, -0.03278195858001709, -0.10145492851734161, -0.15272657573223114, 0.08583372831344604, 0.16243353486061096, 0.1566966325044632, 0.35065609216690063, 0.34063684940338135, 0.45787540078163147, 0.4354952871799469, -0.14740365743637085, -0.10242411494255066, -0.02051803469657898, -0.17267043888568878, 0.026150774210691452, 0.16142243146896362, -0.003046340774744749, -0.28416699171066284, -0.16797447204589844, -0.1951923668384552, -0.23629052937030792, -0.020104875788092613, 0.03656648471951485, -0.11440103501081467, -0.0981353148818016, 0.07055883854627609, -0.36633676290512085, -0.8928961753845215, -0.588915228843689, -0.07176666706800461, 0.05002298951148987, -0.1915690153837204, -0.1689637154340744, -0.2533341944217682, -0.3703248202800751, -0.24815021455287933, -0.10009177774190903, -0.46190860867500305, -0.22176316380500793, 0.5233427286148071, 0.6369871497154236, 0.24143867194652557, 0.06312789022922516, 0.44757699966430664, 0.5194385647773743, 0.2615036368370056, 0.09800086915493011, 0.15137608349323273, 0.21595877408981323, 0.370676726102829, 0.6818192601203918, 0.28208205103874207, -0.15889623761177063, 0.14967866241931915, 0.3851962089538574, 0.5654862523078918, 0.3450944423675537, 0.11961763352155685, 0.17545591294765472, 0.15103715658187866, -0.08294450491666794, 0.04171939939260483, -0.009578379802405834, -0.15658707916736603, 0.014486921019852161, 0.15609148144721985, -0.24904829263687134, -0.28489622473716736, -0.040532518178224564, 0.003225957974791527, -0.16451551020145416, -0.01898309215903282, 0.41601598262786865, 0.5449938774108887, -0.2623758316040039, -0.12887883186340332, 0.07101637870073318, -0.2910023033618927, 0.061123307794332504, -0.021365420892834663, 0.00546110887080431, 0.31357094645500183, -0.012892845086753368, 0.015252074226737022, 0.302102267742157, -0.04405221715569496, 0.19347114861011505, 0.5148072838783264, -0.20140580832958221, -2.4309323634952307e-05, 0.24522842466831207, -0.1343100219964981, 0.21866808831691742, 0.3839762508869171, 0.2798005938529968, 0.3288631737232208, 0.13172084093093872, 0.16846199333667755, 0.4093348979949951, 0.2633129358291626, 0.06241235136985779, 0.1994708776473999, 0.24372032284736633, -0.11198677867650986, -0.04987055063247681, 0.21252135932445526, 0.13898581266403198, 0.13847076892852783, 0.35985782742500305, 0.25932925939559937, 0.00142701156437397, 0.1627473384141922, 0.2501399517059326, 0.18839477002620697, 0.27008289098739624, 0.13226959109306335, -0.09229950606822968, -0.1599925458431244, -0.00019860040629282594, -0.04690694063901901, -0.10247122496366501, -0.14683467149734497, -0.013653210364282131, 0.11865413188934326, 0.227945014834404, 0.13033978641033173, 0.1578568071126938, 0.17137417197227478, -0.25665056705474854, -0.25508740544319153, 0.30262279510498047, 0.24031798541545868, -0.16072919964790344, -0.3280104100704193, 0.11577729880809784, 0.30163782835006714, 0.15354113280773163, 0.16332562267780304, 0.14469383656978607, 0.08577331155538559, 0.07166637480258942, 0.268046110868454, 0.15956340730190277, 0.02134109102189541, 0.5999376177787781, 0.7132945656776428, 0.33994925022125244, 0.10718889534473419, 0.5321149230003357, 0.7042494416236877, 0.05724461004137993, 0.12784121930599213, 0.6128702163696289, 0.5653157830238342, 0.1691640466451645, -0.08130061626434326, 0.16977739334106445, 0.36027663946151733, 0.3764530122280121, 0.09850140661001205, -0.19141137599945068, -0.33277428150177, 0.14544588327407837, 0.4891303777694702, 0.026483159512281418, -0.3222132623195648, -0.20000062882900238, -0.18850849568843842, -0.355699747800827, -0.21413636207580566, 0.21694976091384888, 0.21478520333766937, 0.04059983417391777, 0.10629116743803024, 0.3950386643409729, 0.1023009791970253, -0.08522423356771469, 0.16415736079216003, 0.10017579793930054, -0.16324195265769958, -0.04267582669854164, 0.18945667147636414, 0.08624827116727829, 0.011271269991993904, 0.030505048111081123, 0.05879973620176315, -0.18440881371498108, -0.2540319859981537, 0.18433453142642975, 0.19935862720012665, 0.12805449962615967, 0.16855382919311523, 0.08315624296665192, -0.24694372713565826, -0.46087929606437683, -0.06348149478435516, 0.3764195442199707, 0.07239451259374619, -0.3558870255947113, -0.5629887580871582, -0.10002953559160233, -0.09203032404184341, -0.3672275245189667, -0.3129366636276245, -0.5225892663002014, -0.6845322251319885, 0.11827946454286575, 0.5592619180679321, 0.16728320717811584, -0.022236792370676994, 0.12348820269107819, 0.1605871468782425, 0.18620118498802185, 0.1525915414094925, 0.10572487860918045, 0.2826473116874695, 0.10429666191339493, -0.27667665481567383, -0.16384175419807434, -0.08650442212820053, -0.3187795877456665, -0.3611045777797699, -0.08661090582609177, -0.005098089575767517, -0.10575444996356964, 0.07183753699064255, 0.02435196191072464, -0.1041751280426979, -0.14206689596176147, 0.01837126910686493, -0.18176904320716858, -0.23420476913452148, 0.12278690189123154, 0.3883711099624634, 0.0426633395254612, -0.2550162374973297, -0.36202624440193176, -0.40745553374290466, -0.6717966198921204, -0.6817586421966553, -0.4203619658946991, -0.3124156594276428, -0.12092012166976929, -0.2560167908668518, -0.31210756301879883, -0.22445976734161377, -0.21286548674106598, -0.2535659968852997, -0.08128134161233902, -0.1601933389902115, 0.00529717979952693, 0.31378278136253357, 0.315612256526947, 0.6102601289749146, 0.47871604561805725, -0.11318487673997879, -0.03808565065264702, 0.23171110451221466, 0.259704053401947, 0.0009432588121853769, -0.13879330456256866, 0.2625526189804077, 0.5977939367294312, 0.19001847505569458, 0.0932374820113182, 0.42467278242111206, 0.10295350104570389, -0.3140204846858978, -0.4551027715206146, 0.0013808680232614279, 0.25664353370666504, -0.02842055633664131, -0.24842020869255066, 0.08496883511543274, 0.0874614343047142, -0.07103722542524338, -0.2299286425113678, -0.29169780015945435, -0.4546648859977722, -0.15229354798793793, -0.1543758064508438, -0.399440199136734, -0.2855185568332672, 0.04270034655928612, 0.004508094862103462, -0.07358735799789429, 0.0028504962101578712, -0.33104637265205383, -0.6012929677963257, -0.1484520584344864, 0.37140458822250366, 0.19715136289596558, -0.2154647409915924, 0.10159953683614731, 0.5638683438301086, 0.14916494488716125, -0.11688065528869629, -0.29999980330467224, -0.24196825921535492, 0.1054668053984642, -0.12251986563205719, -0.5121411085128784, -0.08490770310163498, 0.22165046632289886, -0.02931099571287632, 0.09637344628572464, 0.04653342813253403, -0.0023361551575362682, 0.013632041402161121, 0.12583939731121063, 0.31804159283638, -0.4264996647834778, -0.18180719017982483, 0.5373165011405945, -0.2577219009399414, -1.3297069072723389, -0.3375665843486786, 0.6324945688247681, -0.5981737375259399, -1.0789260864257812, -0.9787503480911255, -0.53687584400177, 0.13783672451972961, 0.1380772590637207, -0.29667121171951294, -0.038777824491262436, 0.7143664360046387, 1.1210252046585083, 1.0820119380950928, 0.2305503934621811, -0.8788780570030212, -0.10684608668088913, 0.6926953196525574, 0.21475014090538025, -0.7123384475708008, -0.9278970956802368, -0.31853896379470825, 0.08644429594278336, -0.10701888799667358, -0.48831892013549805, -0.37798011302948, 0.08836212754249573, 0.23645253479480743, 0.12729616463184357, 0.22192886471748352, 0.5346749424934387, 0.7320297956466675, 0.7118427157402039, 0.5088990330696106, 0.18101875483989716, 0.10003136843442917, 0.02182060107588768, -0.02899247780442238, 0.05680089443922043, -0.013459006324410439, 0.030358076095581055, -0.22701843082904816, -0.27738523483276367, -0.08914855867624283, 0.1919936239719391, 0.12427700310945511, -0.2560940384864807, -0.3646097481250763, -0.32116833329200745, -0.10342686623334885, 0.07873889058828354, -0.09504226595163345, 0.0722009688615799, 0.16905878484249115, -0.3915199339389801, -0.35558488965034485, -0.1115843802690506, -0.27484869956970215, -0.4427504539489746, -0.2236591875553131, -0.12354563176631927, -0.2149248570203781, -0.06268400698900223, -0.09665598720312119, -0.37206515669822693, -0.3800726532936096, -0.3065376877784729, -0.053834520280361176, 0.05753466859459877, -0.11660513281822205, -0.2383638620376587, 0.14895957708358765, 0.24174100160598755, -0.10315021872520447, -0.12033793330192566, 0.14991077780723572, 0.18908917903900146, -0.04731190204620361, 0.0011780287604779005, 0.04883962869644165, -0.14311902225017548, 0.0484454408288002, 0.054461438208818436, 0.037278756499290466, 0.13367004692554474, -0.10532117635011673, 0.14274431765079498, 0.6250996589660645, 0.3908696174621582, -0.13290680944919586, -0.042295366525650024, 0.2834540605545044, 0.09584306180477142, 0.0639791488647461, 0.06541743874549866, -0.22018234431743622, 0.15770213305950165, -0.05274752527475357, -0.48894408345222473, -0.05137290433049202, 0.1577237844467163, -0.06244101747870445, 0.07917297631502151, 0.3271620273590088, 0.25283676385879517, 0.20010067522525787, 0.15955093502998352, -0.1139322817325592, -0.07783915847539902, 0.03725981339812279, -0.06711799651384354, -0.007661693729460239, -0.1309368759393692, 0.1059873029589653, 0.47340598702430725, 0.47636473178863525, -0.02145581692457199, -0.03131631761789322, 0.08186025172472, -0.04749424755573273, 0.10522917658090591, 0.06909849494695663, -0.035548873245716095, 0.07362134754657745, 0.033466242253780365, -0.08130822330713272, 0.14320522546768188, 0.036863140761852264, -0.16273045539855957, -0.04024095833301544, -0.033060502260923386, -0.09189825505018234, 0.25843703746795654, 0.4604315161705017, 0.19787350296974182, -0.15324224531650543, 0.07215677946805954, -0.058807194232940674, -0.5175472497940063, -0.5885049104690552, -0.2847347855567932, -0.16617529094219208, -0.07943040132522583, 0.1428898572921753, 0.044483382254838943, -0.21641293168067932, -0.048332665115594864, 0.01593155972659588, -0.1301620751619339, -0.40841156244277954, -0.3151630461215973, -0.14988058805465698, -0.15173658728599548, -0.0929531529545784, -0.1418294906616211, -0.3453286290168762, -0.24512618780136108, 0.049580760300159454, -0.00021046290930826217, -0.11547818779945374, -0.026652742177248, 0.046307675540447235, 0.25334444642066956, 0.08443211019039154, 0.10334509611129761, 0.13387683033943176, 0.07491270452737808, 0.21944543719291687, 0.06174619123339653, 0.1471754014492035, 0.18543486297130585, 0.07082656770944595, -0.061362672597169876, -0.09819911420345306, 0.15992897748947144, 0.022672470659017563, -0.09859006851911545, 0.23241771757602692, 0.30717864632606506, 0.18828049302101135, 0.04035833850502968, -0.2001473605632782, -0.1849527508020401, -0.18046514689922333, -0.20567995309829712, -0.09385117143392563, -0.06889905780553818, -0.13895586133003235, 0.13135309517383575, 0.32814207673072815, 0.0902392715215683, -0.337855726480484, -0.07666214555501938, 0.18336479365825653, -0.04320589080452919, -0.05313130095601082, 0.10943424701690674, -0.036864522844552994, 0.04538140445947647, 0.10198865830898285, 0.3297915756702423, 0.1930631548166275, -0.17734073102474213, -0.07133646309375763, -0.020678579807281494, 0.3446334898471832, 0.5115397572517395, 0.26511526107788086, 0.5988253355026245, 0.6619637608528137, 0.10770878195762634, -0.10332268476486206, 0.21408244967460632, -0.029152704402804375, -0.4187554121017456, -0.0744093656539917, 0.14406853914260864, 0.04505973681807518, 0.0713656097650528, -0.3176674544811249, -0.20463305711746216, 0.32998818159103394, -0.01613912545144558, -0.16892676055431366, -0.170820951461792, -0.21148276329040527, 0.14306621253490448, 0.354451984167099, 0.14280785620212555, -0.2690557837486267, -0.08182377368211746, 0.0958225280046463, -0.030703268945217133, -0.2070152759552002, -0.2937375009059906, -0.06339374929666519, 0.10477561503648758, 0.04042235389351845, -0.36429768800735474, -0.3372589647769928, -0.009307344444096088, 0.01692618615925312, 0.23615358769893646, 0.05779432877898216, 0.34618079662323, 0.7818741798400879, 0.6883171200752258, 0.3541930615901947, 0.7065728306770325, 0.7127830982208252, 0.04839539900422096, 0.05388601869344711, 0.35688847303390503, 0.13525229692459106, 0.10888266563415527, 0.1771828532218933, -0.19959191977977753, -0.24018780887126923, 0.19738127291202545, 0.13025370240211487, -0.00038703170139342546, -0.003776244120672345, 0.08689373731613159, 0.2903176546096802, -0.04315559193491936, -0.4258827269077301, -0.1191176176071167, 0.15196479856967926, 0.00869719497859478, -0.38598504662513733, -0.39267563819885254, 0.025835270062088966, 0.12786495685577393, 0.36310338973999023, 0.29369720816612244, -0.06419513374567032, 0.04960383474826813, -0.04524805769324303, -0.15594634413719177, 0.047387417405843735, 0.05298039689660072, 0.02192400023341179, -0.08618946373462677, -0.16632303595542908, -0.13967439532279968, -0.002564112190157175, -0.004788835532963276, -0.04584799334406853, -0.1988336145877838, 0.06922352313995361, 0.04663698375225067, -0.05766110122203827, -0.000734172179363668, -0.08334284275770187, -0.1289062649011612, -0.0026279934681952, -0.02165963314473629, 0.10740289092063904, -0.0586630254983902, -0.23480160534381866, -0.531268298625946, -0.1616957038640976, 0.18026317656040192, -0.1829027384519577, -0.122029609978199, 0.4534861147403717, 0.7357872128486633, 0.5701317191123962, 0.1697554588317871, 0.17222730815410614, 0.40192711353302, 0.532943844795227, 0.6452335715293884, 0.37320396304130554, 0.1389096975326538, 0.2514182925224304, 0.11291401833295822, -0.2766842246055603, -0.09694655984640121, -0.2642946243286133, -0.48665595054626465, -0.15941494703292847, -0.020406069234013557, -0.39505887031555176, -0.3729499876499176, -0.07505346089601517, -0.09215474128723145, -0.24751515686511993, -0.10951113700866699, -0.08927994221448898, -0.0042770253494381905, 0.08153443038463593, 0.22282205522060394, 0.10606705397367477, 0.017933836206793785, -0.1305963397026062, -0.2983604967594147, -0.19277611374855042, -0.019664378836750984, 0.16687557101249695, 0.1350967288017273, -0.07983168959617615, -0.26293298602104187, -0.16153734922409058, -0.204124316573143, -0.3656574785709381, 0.05078247934579849, 0.5316611528396606, 0.17376843094825745, 0.05878893658518791, 0.0880131870508194, -0.06737208366394043, 0.08532021939754486, 0.05678413435816765, -0.098262257874012, -0.1275799572467804, 0.004067219328135252, 0.19949498772621155, -0.5245084166526794, -0.6016336679458618, 0.10488785803318024, 0.23766417801380157, -0.1946314126253128, -0.38865455985069275, 0.0657455176115036, 0.291939377784729, 0.020967328920960426, -0.01712663471698761, 0.022618435323238373, 0.15863539278507233, 0.44901323318481445, 0.2951313257217407, -0.049278244376182556, -0.10753344744443893, -0.013523758389055729, 0.033456239849328995, -0.17582383751869202, -0.33734330534935, -0.11593609303236008, 0.08707866817712784, 0.21712367236614227, 0.266890287399292, -0.048521608114242554, -0.10420938581228256, -0.06344115734100342, -0.0524403415620327, -0.06274513155221939, -0.28100383281707764, 0.07497898489236832, 0.23961728811264038, 0.05000431835651398, -0.06350146234035492, -0.01589421182870865, -0.07116012275218964, -0.28633934259414673, -0.17592422664165497, 0.04761948063969612, 0.09950711578130722, 0.07535339146852493, 0.22534053027629852, 0.2022251933813095, -0.040383100509643555, -0.17373868823051453, -0.2051740437746048, 0.11415237933397293, -0.06232628598809242, -0.09847734868526459, 0.04706225171685219, -0.01256994716823101, -0.01059719454497099, 0.03887031599879265, -0.13820333778858185, -0.3504478931427002, -0.22880825400352478, 0.026804925873875618, 0.034792397171258926, -0.19825349748134613, -0.24321910738945007, -0.021071450784802437, 0.12172326445579529, -0.008724930696189404, -0.15676341950893402, 0.1131032183766365, 0.17278917133808136, 0.16995462775230408, 0.10548073798418045, -0.194634810090065, -0.20520207285881042, -0.25783485174179077, -0.22752755880355835, 0.1884927600622177, 0.14728927612304688, -0.224900484085083, -0.21284161508083344, -0.018788332119584084, -0.03293822705745697, 0.028282439336180687, -0.04500070586800575, -0.20021584630012512, -0.14161913096904755, 0.11518313735723495, 0.16504733264446259, -0.07652197033166885, -0.11955926567316055, -0.035620082169771194, 0.03143896535038948, -0.08457222580909729, -0.3012862205505371, -0.06761882454156876, 0.1522492915391922, 0.24972347915172577, 0.17065924406051636, -0.0232416782528162, 0.21916116774082184, 0.3575597107410431, 0.48190972208976746, 0.27204108238220215, -0.006269670557230711, 0.0392003171145916, 0.06014779955148697, 0.015238169580698013, -0.08043207973241806, -0.34576278924942017, -0.2248714566230774, 0.2320641130208969, 0.2225559800863266, -0.05729297921061516, -0.014763579703867435, 0.024428002536296844, -0.1474458873271942, -0.17735973000526428, -0.15701505541801453, -0.1610434651374817, -0.010877703316509724, -0.0523512065410614, -0.425843745470047, -0.41072478890419006, -0.19393326342105865, -0.3831906020641327, -0.41141951084136963, -0.30883264541625977, -0.29918238520622253, -0.38694658875465393, -0.29717200994491577, -0.08899955451488495, 0.10167435556650162, 0.03717753291130066, -0.08220632374286652, 0.0016954675083979964, 0.2208663672208786, 0.31863877177238464, 0.2908574640750885, 0.1846649944782257, 0.08616021275520325, -0.021208075806498528, 0.10119536519050598, 0.29495295882225037, 0.13021136820316315, 0.04735301062464714, 0.05025579407811165, -0.33575162291526794, -0.37443065643310547, 0.022356726229190826, 0.17781241238117218, 0.06153280660510063, 0.17095881700515747, 0.06345054507255554, -0.15158796310424805, -0.016616079956293106, 0.01405899878591299, 0.08977840095758438, 0.03300675377249718, -0.16708709299564362, 0.023420115932822227, -0.060478731989860535, -0.21235288679599762, 0.027137750759720802, -0.014728328213095665, -0.12988294661045074, -0.08810319006443024, 0.1542467474937439, -0.04262746497988701, -0.35680127143859863, -0.1011999249458313, 0.06675408035516739, 0.08742011338472366, -0.03704546391963959, -0.2877443730831146, 0.042990535497665405, 0.1701415479183197, -0.011472213082015514, -0.28992363810539246, -0.44975459575653076, -0.2738077640533447, -0.01343430858105421, -0.01664545014500618, -0.3042210340499878, -0.468362033367157, -0.3105047643184662, -0.19424809515476227, -0.26128730177879333, -0.2069050818681717, -0.2661861479282379, -0.22791723906993866, -0.007127258460968733, 0.07297277450561523, -0.08497469872236252, -0.09157434105873108, 0.12102219462394714, 0.04361080750823021, -0.14772506058216095, 0.018125152215361595, 0.2271059900522232, 0.0780940055847168, -0.0803249180316925, -0.14160636067390442, -0.1399698704481125, 0.04646609351038933, -0.012180752120912075, -0.153584286570549, -0.06554270535707474, -0.045237839221954346, 0.09647170454263687, 0.1792343407869339, 0.23373331129550934, 0.16264177858829498, 0.09410828351974487, 0.07590371370315552, 0.17658083140850067, 0.1309039443731308, 0.07406063377857208, 0.09950784593820572, -0.04752900078892708, -0.029229775071144104, 0.09778346121311188, 0.04382611811161041, -0.2543117105960846, -0.1348041445016861, 0.033952683210372925, -0.0012826621532440186, -0.03226222097873688, -0.04960080236196518, -0.07204888761043549, 0.035109326243400574, -0.023248465731739998, -0.1849696785211563, -0.1542184203863144, 0.011825546622276306, 0.013651780784130096, -0.022262701764702797, 0.0833238735795021, 0.286321759223938, 0.026320787146687508, -0.14497458934783936, 0.029605962336063385, 0.1653805524110794, 0.07858634740114212, 0.1063242107629776, 0.2292356640100479, 0.3440161347389221, 0.2855018377304077, 0.1515509933233261, 0.22297532856464386, 0.19371752440929413, -0.008609792217612267, 0.10821188986301422, 0.2449241578578949, 0.2514515519142151, 0.08149240911006927, -0.02909371815621853, 0.012554957531392574, 0.04198908805847168, 0.04724043235182762, -0.18405023217201233, -0.22664277255535126, 0.018412014469504356, 0.112397201359272, 0.026689445599913597, -0.11390622705221176, 0.03708164766430855, -0.005840145982801914, -0.22511115670204163, -0.13758812844753265, -0.011562814936041832, 0.15620999038219452, 0.059765204787254333, -0.14546126127243042, -0.27080002427101135, -0.23273809254169464, 0.004172192420810461, -0.024400660768151283, -0.03886726498603821, 0.014979084953665733, 0.08786237984895706, 0.06795921921730042, 0.009547077119350433, -0.16442929208278656, -0.2777692377567291, -0.19569216668605804, -0.12875434756278992, -0.17268595099449158, -0.1441800445318222, -0.23972415924072266, -0.20676028728485107, -0.278984934091568, -0.2694339156150818, -0.27121326327323914, -0.14923782646656036, 0.07000768184661865, -0.07667121291160583, -0.07042886316776276, 0.10218272358179092, 0.12763620913028717, -0.12710747122764587, -0.042858585715293884, 0.19753369688987732, -0.005150567274540663, 0.13216547667980194, 0.29540762305259705, 0.11728743463754654, 0.08606988191604614, 0.25341281294822693, 0.19090785086154938, 0.024459227919578552, -0.05309752747416496, 0.056394170969724655, 0.13320277631282806, 0.008126371540129185, -0.07045260071754456, 0.04663516581058502, -0.05466573312878609, -0.1308799833059311, -0.07644481956958771, 0.04621555283665657, 0.052544135600328445, 0.1005336195230484, 0.12143297493457794, 0.10379575192928314, 0.04788459092378616, 0.10296754539012909, -0.10171923041343689, -0.10988526046276093, 0.08763162791728973, 0.01663551852107048, -0.05206314101815224, 0.10360123962163925, 0.134749636054039, 0.196696937084198, 0.09230905771255493, 0.0361490398645401, 0.001284886966459453, -0.10582255572080612, 0.03920089080929756, 0.09716519713401794, 0.16921193897724152, 0.11760527640581131, -0.07005462050437927, -0.08571410924196243, 0.039413485676050186, 0.22726020216941833, 0.02941861003637314, -0.3021737337112427, -0.23838096857070923, -0.0022271638736128807, 0.0987701565027237, 0.11741340160369873, 0.057814572006464005, -0.05858824402093887, 0.09991692751646042, 0.23432837426662445, 0.00995711050927639, -0.14775186777114868, -0.21602711081504822, -0.018483830615878105, -0.06191067025065422, -0.2669895887374878, -0.21876659989356995, 0.008977127261459827, 0.14618679881095886, -0.15997789800167084, -0.3131956458091736, -0.15145786106586456, -0.016421128064393997, 0.2514473795890808, 0.0923367291688919, -0.07993008196353912, 0.013707298785448074, 0.10201538354158401, 0.18322168290615082, 0.14754581451416016, 0.024706508964300156, 0.20309112966060638, 0.3116037845611572, 0.2754419445991516, 0.16899719834327698, -0.007176449988037348, 0.1019371747970581, 0.196363627910614, 0.032695673406124115, 0.13512009382247925, 0.12937262654304504, 0.0874975398182869, 0.15979741513729095, 0.07161804288625717, 0.15248170495033264, 0.13367505371570587, 0.16314725577831268, 0.20148181915283203, 0.13573354482650757, 0.11242664605379105, 0.04692135751247406, -0.010046021081507206, 0.053997114300727844, -0.017087755724787712, -0.04016752541065216, 0.050837330520153046, 0.0673481747508049, -0.02286411263048649, -0.07058549672365189, 0.11012838780879974, 0.1040126159787178, 0.044292327016592026, 0.11338240653276443, 0.01784863881766796, 0.09134548902511597, 0.15211458504199982, 0.12914177775382996, 0.1251438856124878, 0.12492848187685013, -0.09537644684314728, -0.12440353631973267, 0.0604371577501297, 0.19227482378482819, 0.09835677593946457, -0.002283024601638317, 0.12424428761005402, 0.13284850120544434, 0.2946184575557709, 0.3675142526626587, 0.27896618843078613, 0.2662244737148285, 0.13432158529758453, 0.2544621229171753, 0.30129677057266235, 0.1401309221982956, 0.11319023370742798, 0.1723792850971222, 0.1823418289422989, 0.15055711567401886, 0.08985331654548645, 0.19439248740673065, 0.3623550236225128, 0.22948214411735535, 0.13077980279922485, 0.1381034106016159, 0.07439329475164413, 0.00010361679596826434, 0.2237476259469986, 0.3528151214122772, 0.30226847529411316, 0.3722635805606842, 0.20591387152671814, -0.031503792852163315, -0.06299643218517303, -0.06683290004730225, -0.024377023801207542, -0.0494186207652092, 0.1382942795753479, 0.16084147989749908, 0.002282017143443227, -0.024649223312735558, -0.01357673667371273, 0.03805135563015938, -0.061705246567726135, -0.1904112845659256, -0.12578196823596954, 0.08319076150655746, 0.05576261878013611, -0.062324002385139465, 0.033622484654188156, 0.12874415516853333, 0.04758646339178085, -0.07151411473751068, -0.11990752816200256, -0.05519415810704231, -0.05044333264231682, -0.07128537446260452, -0.08946888893842697, -0.14137718081474304, -0.0828445702791214, -0.05129757151007652, -0.09835398942232132, -0.10051870346069336, -0.12723316252231598, -0.10425110161304474, -0.003288139123469591, 0.12375762313604355, -0.019786642864346504, -0.05071857571601868, 0.06443528831005096, 0.03318028151988983, -0.055465273559093475, -0.12220237404108047, -0.16569121181964874, -0.18759532272815704, -0.19539009034633636, -0.09863858669996262, -0.20821185410022736, -0.0874844416975975, -0.01012666616588831, -0.13539080321788788, -0.0722244381904602, -0.05793921276926994, -0.13926908373832703, -0.19706875085830688, -0.14729690551757812, -0.06513537466526031, -0.04155399277806282, -0.06829652190208435, 0.024553220719099045, 0.06867450475692749, -0.021337248384952545, -0.09311007708311081, -0.12915737926959991, 0.05213851481676102, 0.12774527072906494, 0.1510244756937027, 0.20193307101726532, -0.0326300710439682, -0.0689791813492775, 0.13937760889530182, 0.11620698869228363, 0.12999682128429413, 0.09069456905126572, 0.02693520113825798, 0.07909771054983139, 0.0834401324391365, 0.09282007813453674, 0.1133805587887764, 0.11154227703809738, 0.0547381229698658, 0.03932887315750122, 0.1095772385597229, 0.09672565013170242, 0.2619161009788513, 0.3088231384754181, 0.04827731475234032, 0.0139970313757658, 0.16399197280406952, 0.14014892280101776, 0.05579429119825363, 0.010381233878433704, -0.026464806869626045, -0.03505665436387062, -0.05718335881829262, -0.017335884273052216, 0.0028959179762750864, 0.039058588445186615, 0.08224765956401825, -0.05967855826020241, -0.2179400771856308, -0.19076748192310333, -0.2057410031557083, -0.18531681597232819, -0.23793543875217438, -0.2211233675479889, -0.10867822170257568, -0.09403806924819946, -0.031083235517144203, 0.006316343788057566, -0.21030966937541962, -0.06985163688659668, -0.043288473039865494, -0.13020575046539307, -0.04181267321109772, -0.131497323513031, -0.14271779358386993, -0.09239665418863297, -0.12992794811725616, -0.16533194482326508, -0.09815702587366104, -0.052070751786231995, -0.12769374251365662, -0.05542013794183731, 0.08062991499900818, 0.029259320348501205, -0.11953214555978775, -0.051701925694942474, 0.10608238726854324, 0.07316383719444275, -0.03389260172843933, 0.07880306243896484, 0.15405425429344177, 0.22265876829624176, 0.07030829042196274, -0.019141443073749542, 0.00681639090180397, 0.010971534065902233, 0.013442717492580414, 0.040677908807992935, 0.1484835147857666, 0.10031051933765411, 0.07284795492887497, 0.0009020820143632591, -0.0967724546790123, -0.1148081123828888, -0.2570684254169464, -0.2524474561214447, -0.11511871963739395, -0.14012669026851654, -0.14974980056285858, -0.03387608006596565, -0.015937499701976776, 0.02847149968147278, -0.004809643607586622, -0.2051079273223877, -0.31957581639289856, -0.2524545192718506, -0.210364431142807, -0.08125863969326019, -0.10709787160158157, -0.01455952413380146, 0.18985675275325775, 0.17568878829479218, -0.05681760981678963, -0.0817631408572197, -0.05882575735449791, -0.06302370131015778, -0.002560915658250451, 0.030813977122306824, 0.06315133720636368, 0.06645969301462173, 0.13700242340564728, 0.029009899124503136, 0.008803395554423332, 0.08229807764291763, 0.04278810694813728, 0.030502980574965477, 0.02288239076733589, 0.06811399012804031, -0.0437166765332222, -0.1473047435283661, -0.1400376856327057, -0.15045930445194244, -0.1365906447172165, -0.2536785304546356, -0.30192840099334717, -0.2041555643081665, -0.16719098389148712, -0.180517315864563, -0.15176931023597717, -0.26584312319755554, -0.28089919686317444, -0.102501280605793, -0.02839990146458149, -0.09008736163377762, -0.061533547937870026, -0.14406470954418182, -0.06700540333986282, -0.05785799026489258, -0.047522518783807755, -0.09645485132932663, -0.08963292092084885, -0.01064052153378725, -0.05692465603351593, -0.13429078459739685, -0.08857425302267075, 0.03963327407836914, -0.01873118430376053, -0.03989335522055626, -0.08160864561796188, -0.06788498163223267, -0.024272440001368523, -0.11408840864896774, -0.09794753789901733, -0.0900922492146492, -0.033697910606861115, 0.14358043670654297, 0.21537508070468903, 0.026020053774118423, -0.06194086745381355, 0.0026918333023786545, -0.02342294342815876, -0.13037286698818207, -0.08203449845314026, 0.0009404128068126738, -0.05429227277636528, 0.09851288795471191, 0.14519275724887848, 0.11721409857273102, 0.11744647473096848, 0.06643287092447281, -0.0070150140672922134, -0.008692114613950253, 0.09088975936174393, -0.04354666545987129, -0.06672490388154984, -0.0047933729365468025, -0.04566193372011185, 0.01069958508014679, -0.026127206161618233, -0.054615821689367294, 0.03641020879149437, -0.07273691147565842, -0.06305835396051407, -0.08657485991716385, -0.0706467479467392, -0.06561823934316635, -0.16443422436714172, -0.13126666843891144, -0.1476903110742569, -0.16802674531936646, -0.13246366381645203, -0.13593940436840057, -0.15636345744132996, -0.16058975458145142, -0.052127450704574585, -0.09850624948740005, -0.11009816080331802, 0.030767371878027916, -0.1772451400756836, -0.16186372935771942, -0.056568443775177, -0.10317647457122803, 0.03391677141189575, 0.004536572378128767, -0.1858755350112915, -0.061226192861795425, 0.053568899631500244, 0.013377856463193893, 0.0037783225998282433, 0.011189199052751064, 0.06673389673233032, -0.011658977717161179, 0.00871991366147995, 0.08526676893234253, 0.007211160846054554, -0.09803339838981628, -0.06361370533704758, -0.10585571080446243, -0.059150487184524536, 0.024047624319791794, 0.06355499476194382, -0.05083340033888817, -0.07413311302661896, 0.03298845887184143, 0.05881017446517944, -0.00030693711596541107, -0.04500994458794594, 0.010231919586658478, 0.04454149305820465, -0.12971627712249756, -0.14095769822597504, -0.07050483673810959, -0.09461089968681335, -0.009710925631225109, 0.034820735454559326, -0.037366170436143875, -0.08239106088876724, -0.09280101954936981, -0.0970844030380249, -0.02193189039826393, -0.01584124192595482, -0.08048433810472488, -0.08257704973220825, -0.010719220153987408, -0.10716704279184341, -0.22493648529052734, -0.1947183758020401, -0.08469545096158981, -0.06396879255771637, -0.04814458638429642, -0.10056457668542862, -0.14516788721084595, -0.059185776859521866, -0.023395966738462448, -0.052263058722019196, 0.023595642298460007, 0.06997702270746231, 0.12798163294792175, 0.16921187937259674, 0.1520942598581314, 0.004965962842106819, -0.06933470070362091, -0.0032859505154192448, -0.05529893934726715, -0.15163980424404144, -0.11438300460577011, -0.05676902085542679, -0.07681125402450562, -0.059722114354372025, -0.03194752708077431, -0.06553447246551514, -0.09054967015981674, -0.029503243044018745, -0.026343876495957375, -0.05178379639983177, -0.05936655029654503, -0.10310112684965134, -0.1242351084947586, -0.11911225318908691, -0.07794240117073059, -0.11453290283679962, -0.07790666073560715, -0.05854232609272003, -0.17580768465995789, -0.1875900775194168, -0.12809520959854126, -0.13886548578739166, -0.15027904510498047, -0.17083047330379486, -0.1007954403758049, 0.08556624501943588, 0.05644965544342995, 0.02012777514755726, 0.027066679671406746, -0.0366269089281559, -0.06470418721437454, -0.09251895546913147, -0.05800486356019974, -0.08580520749092102, 0.014696567319333553, 0.13014665246009827, 0.08260783553123474, 0.05632936954498291, 0.018912602216005325, 0.024495787918567657, -0.017003268003463745, -0.11914032697677612, 0.033355120569467545, 0.031295616179704666, -0.06723292171955109, -0.015475394204258919, -0.008531313389539719, 0.1258123219013214, 0.11087705940008163, -0.023645877838134766, -0.03883786499500275, 0.04922741279006004, 0.044943924993276596, -0.11046979576349258, -0.17405886948108673, -0.12426934391260147, -0.10887911170721054, -0.17303533852100372, -0.10579701513051987, -0.052212078124284744, -0.10181612521409988, -0.0857485830783844, 0.021823037415742874, 0.1328476518392563, 0.1496775895357132, -0.03706962242722511, -0.06418612599372864, 0.012638243846595287, -0.050556112080812454, -0.0710555911064148, 0.048615340143442154, 0.0004504095413722098, -0.09376093000173569, -0.04515939950942993, -0.02060018666088581, -0.029461685568094254, 0.04292706772685051, 0.019062122330069542, 0.0585113987326622, 0.16549238562583923, 0.11167377233505249, 0.034860190004110336, 0.08642404526472092, 0.24769040942192078, 0.12318608164787292, 0.12121523916721344, 0.22101929783821106, 0.06508881598711014, 0.10932061076164246, 0.12766845524311066, 0.06985297799110413, 0.1680629551410675, 0.2603646218776703, 0.16340495645999908, 0.14118556678295135, 0.14878733456134796, 0.08636558055877686, 0.11439988017082214, 0.18166956305503845, 0.18613499402999878, 0.22181187570095062, 0.22005818784236908, 0.21954771876335144, 0.20197829604148865, 0.17681661248207092, 0.1731361597776413, 0.21067726612091064, 0.19784550368785858, 0.1963704228401184, 0.2541951835155487, 0.25167596340179443, 0.302819162607193, 0.3380705714225769, 0.26242202520370483, 0.20882220566272736, 0.09049608558416367, 0.16063816845417023, 0.21437740325927734, 0.08140738308429718, 0.10917136073112488, 0.11284756660461426, 0.04881906136870384, 0.14832797646522522, 0.1602170616388321, 0.1877584457397461, 0.19187869131565094, 0.10451211035251617, 0.11971081793308258, 0.15077760815620422, 0.1903550624847412, 0.290376216173172, 0.20063072443008423, 0.12597034871578217, 0.1482698917388916, 0.13964113593101501, 0.07238257676362991, 0.10151854902505875, 0.17046689987182617, 0.11211911588907242, 0.06641997396945953, 0.044550634920597076, 0.006678945850580931, 0.01860717684030533, 0.05100192129611969, 0.023441025987267494, 0.050570517778396606, 0.11615780740976334, 0.1541822999715805, 0.15541335940361023, 0.1572415679693222, 0.20824940502643585, 0.20063483715057373, 0.127388134598732, 0.1217605471611023, 0.12105891108512878, 0.09397345781326294, 0.1317950040102005, 0.1596587747335434, 0.07652267068624496, 0.030642619356513023, 0.1558285802602768, 0.23129872977733612, 0.17525045573711395, 0.1707039773464203, 0.16192974150180817, 0.1537524312734604, 0.1530112773180008, 0.17496636509895325, 0.2089618742465973, 0.2500140964984894, 0.1908261477947235, 0.12786254286766052, 0.1549207866191864, 0.10692604631185532, 0.04309175908565521, 0.06070303916931152, 0.074704609811306, 0.085048146545887, 0.06273551285266876, 0.07373545318841934, 0.06403577327728271, 0.04598424211144447, 0.059344153851270676, -0.021063901484012604, 0.01963675580918789, 0.07379921525716782, 0.00731012225151062, 0.027482327073812485, 0.041648976504802704, 0.024045247584581375, 0.03787202015519142, -0.031623028218746185, -0.07917875796556473, -0.03922790661454201, -0.016912132501602173, -0.05186820402741432, -0.09572576731443405, -0.023251788690686226, -0.015115204267203808, 0.04216456785798073, 0.051355842500925064, 0.024400008842349052, -0.016021862626075745, -0.037774842232465744, -0.049853041768074036, -0.03609440103173256, -0.02334972284734249, 0.00143676926381886, -0.032285209745168686, -0.0508674718439579, 0.03321174904704094, 0.0009328419691883028, -0.05445200577378273, -0.029163697734475136, -0.04642700031399727, 0.009596864692866802, 0.03466132655739784, -0.011044840328395367, 0.010387281887233257, -0.05601166561245918, -0.030971191823482513, -0.010032622143626213, -0.016379954293370247, -0.02435413934290409, -0.012320431880652905, -0.0002920631959568709, -0.037544943392276764, -0.034820687025785446, -0.0015127038350328803, -0.10661421716213226, -0.09606185555458069, -0.07253323495388031, -0.06033631041646004, -0.13522988557815552, -0.16365297138690948, -0.08014944940805435, -0.027349775657057762, -0.12515148520469666, -0.15275347232818604, -0.03300892561674118, -0.010617071762681007, -0.07613570988178253, -0.10787937045097351, -0.0885060504078865, -0.11385934054851532, -0.16194921731948853, -0.09960659593343735, 0.02156798541545868, -0.010616146959364414, -0.01516812201589346, 0.011073901318013668, -0.06241527572274208, -0.06087610498070717, 0.024176103994250298, 0.022188561037182808, -0.0792839378118515, -0.05549360811710358, 0.05095294490456581, 0.05721672996878624, -0.0019935728050768375, -0.025300659239292145, 0.028776990249753, 0.0943823829293251, 0.09953270852565765, 0.08439625799655914, 0.04095014929771423, 0.04759408161044121, 0.06467656046152115, 0.01954597793519497, -0.028583243489265442, 0.07263573259115219, 0.035205502063035965, -0.02087922766804695, 0.028921067714691162, 0.028152048587799072, 0.056281473487615585, 0.0600699745118618, 0.0004625486326403916, -0.044080451130867004, -0.06178189441561699, -0.050670843571424484, -0.051754340529441833, 0.002637313213199377, -0.03116917610168457, -0.05826704576611519, -0.018198849633336067, 0.022401921451091766, 0.008531461469829082, -0.07085849344730377, -0.13857203722000122, -0.13793256878852844, -0.04805632308125496, 0.011331403627991676, 0.06698952615261078, 0.02269100397825241, -0.03493310138583183, 0.019578494131565094, 0.08109506964683533, -0.0022764825262129307, -0.07827901840209961, -0.09221380949020386, -0.07520405203104019, 0.043368615210056305, 0.07123897969722748, 0.027009325101971626, 0.08763887733221054, 0.15410855412483215, 0.10994789004325867, 0.040644027292728424, 0.036266688257455826, -0.001005114521831274, -0.05945315957069397, 0.0514359176158905, 0.06200084462761879, -0.05701000615954399, -0.05680263414978981, 0.028799699619412422, 0.0870499536395073, 0.03116450272500515, 0.015255115926265717, 0.008369174785912037, 0.025983013212680817, 0.0301586352288723, -0.003049098886549473, 0.04856284707784653, 0.06965239346027374, -0.044055771082639694, -0.07794457674026489, -0.009224340319633484, 0.028615489602088928, -0.06616120040416718, -0.14935430884361267, -0.08097181469202042, -0.04669579491019249, -0.06197819113731384, -0.12107695639133453, -0.07967657595872879, -0.018489623442292213, 0.036909379065036774, -0.018762575462460518, -0.06809063255786896, -0.030003976076841354, -0.07032740861177444, -0.12208478152751923, -0.14278428256511688, -0.14091290533542633, -0.11906334012746811, -0.15304851531982422, -0.15262138843536377, -0.1191493347287178, -0.14928382635116577, -0.13688549399375916, -0.12301042675971985, -0.1868588775396347, -0.20053008198738098, -0.14208060503005981, -0.1721847802400589, -0.19086191058158875, -0.17702797055244446, -0.20034833252429962, -0.24245239794254303, -0.2668180465698242, -0.21530236303806305, -0.18986143171787262, -0.23942996561527252, -0.1944045126438141, -0.185569629073143, -0.17220357060432434, -0.2037367820739746, -0.11624795943498611, -0.1476660966873169, -0.1753249168395996, -0.11879868060350418, -0.19289211928844452, -0.18615847826004028, -0.1385400891304016, -0.1608150750398636, -0.09288884699344635, -0.09579763561487198, -0.1283022165298462, -0.05696829780936241, -0.05298309028148651, -0.029437657445669174, 0.015137733891606331, 0.031800076365470886, 0.024359414353966713, -0.019199661910533905, 0.020205646753311157, 0.06506643444299698, -0.007927373982965946, -0.03352011740207672, 0.0028191199526190758, 0.011873925104737282, -0.06585212051868439, -0.05511661246418953, 0.05640317499637604, 0.0683031901717186, -0.04072730615735054, -0.0994059219956398, -0.03470229357481003, -0.06529945135116577, -0.07186250388622284, -0.08113154023885727, -0.1325899213552475, -0.07987165451049805, -0.02171415649354458, -0.05127641186118126, -0.10720588266849518, -0.06762713938951492, -0.08530348539352417, -0.13518697023391724, -0.10400626808404922, -0.07918359339237213, -0.10961953550577164, -0.06283701956272125, -0.09958435595035553, -0.09635293483734131, -0.12789960205554962, -0.1479998528957367, -0.0925208106637001, -0.18779851496219635, -0.18489249050617218, -0.12648655474185944, -0.17702797055244446, -0.1231800764799118, -0.03595641255378723, -0.036832284182310104, -0.029816728085279465, -0.006353156175464392, -0.07756992429494858, -0.05547792464494705, -0.029198329895734787, -0.0304074976593256, -0.007650814950466156, 0.043925847858190536, 0.14005479216575623, 0.08969544619321823, 0.07130778580904007, 0.11052200198173523, 0.11307736486196518, 0.026578763499855995, 0.05409255251288414, 0.05700075998902321, 0.035014502704143524, 0.029578495770692825, 0.08303935080766678, 0.03658941015601158, 0.00754704000428319, 0.039845969527959824, 0.05602315440773964, 0.07048922777175903, 0.005816774908453226, 0.035443391650915146, 0.05913323536515236, 0.04110294207930565, 0.03511578217148781, 0.022345054894685745, 0.009065333753824234, -0.007878909818828106, -0.07001174241304398, -0.11889629811048508, -0.08316943794488907, -0.05431361123919487, -0.07698577642440796, 0.01651121862232685, 0.021575549617409706, -0.050143636763095856, -0.018113723024725914, 0.010831690393388271, -0.024061618372797966, -0.06297136843204498, 0.0132847148925066, 0.0652259886264801, 0.035634301602840424, 0.012821760028600693, 0.03889314830303192, -0.03792831301689148, 0.015464816242456436, 0.06933516263961792, -0.005335573572665453, -0.03324626013636589, 0.020618705078959465, 0.09423157572746277, 0.06625782698392868, 0.07070444524288177, 0.07528620213270187, -0.006790798623114824, -0.04654553532600403, 0.009517322294414043, 0.11678206920623779, 0.1414017230272293, 0.15721656382083893, 0.14563119411468506, 0.14686140418052673, 0.12197237461805344, 0.04457850381731987, 0.058337416499853134, 0.014822257682681084, -0.007042611483484507, 0.016917958855628967, 0.08029002696275711, 0.1725349873304367, 0.0805082693696022, 0.06690311431884766, 0.07720004767179489, 0.05744461342692375, 0.05244023725390434, 0.042110878974199295, 0.059264566749334335, 0.12393579632043839, 0.2191804200410843, 0.20201259851455688, 0.1344381421804428, 0.06813018023967743, 0.03288586437702179, 0.08671379834413528, 0.03227756544947624, 0.009410410188138485, -0.015157072804868221, -0.009954920969903469, 0.04372449219226837, 0.07274354994297028, 0.05295265465974808, 0.029684782028198242, 0.03163636848330498, 0.06157980114221573, 0.10301914811134338, 0.13081690669059753, 0.14105361700057983, 0.08711139112710953, 0.10050858557224274, 0.10434925556182861, 0.0749860405921936, 0.04436765983700752, -0.0020969929173588753, 0.033474892377853394, 0.040638431906700134, 0.11243773251771927, 0.08450134843587875, 0.005423101596534252, 0.09264209121465683, 0.11677984148263931, 0.09880554676055908, 0.14897938072681427, 0.07579784840345383, 0.07083380222320557, 0.13836908340454102, 0.09665828198194504, 0.006111348047852516, -0.02316701039671898, 0.03441692143678665, 0.00570140453055501, -0.04333805292844772, -0.05092088133096695, 0.008560012094676495, 0.004883207380771637, 0.0279733557254076, 0.05769753456115723, 0.05281790718436241, -0.016389964148402214, -0.005515717435628176, 0.043767765164375305, 0.0596848800778389, 0.06122163310647011, 0.02148270420730114, -0.00924872700124979, -0.023663384839892387, -0.0517059788107872, -0.04667533561587334, 0.033152446150779724, 0.02075282111763954, 0.01096856314688921, -0.013819195330142975, 0.007621538359671831, 0.1173657476902008, 0.10653311014175415, 0.02630426362156868, 0.08760073035955429, 0.14596059918403625, 0.09090086072683334, 0.05810375511646271, 0.13668900728225708, 0.15749616920948029, 0.11607344448566437, 0.16620099544525146, 0.18903465569019318, 0.21589595079421997, 0.21868528425693512, 0.1948089301586151, 0.17826040089130402, 0.15857891738414764, 0.15852899849414825, 0.15998180210590363, 0.1285681128501892, 0.1312982439994812, 0.1048060804605484, 0.14924879372119904, 0.14774613082408905, 0.08749717473983765, 0.06633342057466507, 0.09237022697925568, 0.0638585016131401, 0.003652510466054082, -0.06285219639539719, -0.0971081554889679, -0.041840728372335434, -0.04122481495141983, -0.06331856548786163, -0.08797637373209, -0.10868284851312637, -0.00867878831923008, 0.0003577089519239962, -0.01892767660319805, -0.03819400817155838, -0.0662919208407402, -0.02079826593399048, 0.03135696053504944, 0.06531213223934174, 0.01283229235559702, -0.06486142426729202, -0.05116408318281174, -0.0633472204208374, -0.1216462254524231, -0.11886292695999146, -0.08048596233129501, -0.05399395525455475, -0.06636963784694672, -0.04293004050850868, -0.06473629921674728, -0.06415323168039322, -0.027602357789874077, -0.06612663716077805, -0.08509478718042374, -0.10421350598335266, -0.10722093284130096, -0.06625796854496002, -0.06560438126325607, -0.004065006040036678, -0.0984485074877739, -0.1028687134385109, -0.10893531888723373, -0.07159189134836197, -0.06461381912231445, -0.13395996391773224, -0.10929902642965317, -0.11159922182559967, -0.10256240516901016, -0.072594054043293, -0.07435102015733719, -0.08878781646490097, -0.0330415703356266, 0.034306690096855164, -0.007532284129410982, -0.03746641427278519, 0.0004529051366262138, -0.023487085476517677, -0.027692534029483795, -0.03204483911395073, -0.06838199496269226, -0.041912853717803955, 0.00038549574674107134, -0.04043591395020485, -0.061546169221401215, 0.0020724977366626263, -0.016063684597611427, -0.043199580162763596, -0.07495959848165512, -0.09067252278327942, -0.040026117116212845, -0.052250199019908905, -0.07120656967163086, -0.10680541396141052, -0.04570351168513298, 0.0367145836353302, -0.014191311784088612, -0.07503022998571396, -0.08945178985595703, 0.027035195380449295, 0.0831296369433403, 0.027420081198215485, 0.003441924462094903, -0.01994892582297325, 0.0481247641146183, 0.08572559803724289, 0.045523229986429214, -0.0119335250928998, -0.015745259821414948, 0.02512345276772976, 0.04679194837808609, -0.0015885133761912584, 0.003260074881836772, 0.05432320758700371, 0.11625343561172485, 0.13359571993350983, 0.15852577984333038, 0.12454657256603241, 0.11593504995107651, 0.16275626420974731, 0.05860106274485588, 0.03945910930633545, 0.1654321253299713, 0.16397994756698608, 0.11525073647499084, 0.10333874821662903, 0.1057334691286087, 0.07385522872209549, 0.067887082695961, 0.05983514338731766, 0.05783912539482117, 0.15551699697971344, 0.22762253880500793, 0.1497877687215805, 0.07143760472536087, 0.12386656552553177, 0.09279568493366241, 0.07170956581830978, 0.020117715001106262, -0.009828760288655758, -0.06230072304606438, -0.010213060304522514, -0.0027778425719588995, -0.09414101392030716, -0.0731099396944046, -0.053425900638103485, -0.017512012273073196, 0.05469479784369469, 0.04791072756052017, 0.035123348236083984, 0.05928109958767891, -0.028661789372563362, -0.007553618401288986, 0.03864777088165283, -0.030998505651950836, -0.07535441964864731, -0.07884655892848969, -0.0454220175743103, 0.016451111063361168, -0.006534520536661148, 0.04075042903423309, 0.07168285548686981, 0.06601171940565109, 0.08690915256738663, 0.08969579637050629, -0.023878300562500954, -0.15356406569480896, -0.053505346179008484, 0.042304012924432755, -0.02722874842584133, -0.03605247288942337, -0.04121585935354233, -0.009089804254472256, -0.007579253986477852, -0.03314982354640961, -0.0659545511007309, -0.07066021859645844, -0.04042600840330124, -0.07616989314556122, -0.06690306961536407, -0.041907310485839844, -0.07074340432882309, -0.11498817801475525, -0.02236744947731495, -0.0342155322432518, -0.10185281932353973, -0.10378334671258926, -0.07068629562854767, -0.07038499414920807, -0.07642378658056259, -0.048949602991342545, -0.10330753028392792, -0.1626235991716385, -0.18255312740802765, -0.13090959191322327, -0.11056797206401825, -0.11215014010667801, -0.1377210170030594, -0.175853431224823, -0.1536209136247635, -0.14760830998420715, -0.1625581830739975, -0.16362963616847992, -0.13017447292804718, -0.14756976068019867, -0.1380372792482376, -0.12336800247430801, -0.1297355592250824, -0.13160255551338196, -0.10516854375600815, -0.08118871599435806, -0.07763727009296417, -0.048426125198602676, -0.05746140703558922, -0.0392998643219471, -0.04679309204220772, -0.10966861248016357, -0.07415545731782913, -0.057046592235565186, -0.12093189358711243, -0.11494497209787369, -0.11517494171857834, -0.07053984701633453, 0.01687191054224968, 0.02761128358542919, 0.07322590798139572, 0.08893246203660965, 0.027867445722222328, 0.014151440002024174, 0.01768861897289753, -0.004480297677218914, 0.008629498071968555, 0.06226298585534096, 0.08308405429124832, 0.1178872212767601, 0.10447577387094498, 0.11410801857709885, 0.13698850572109222, 0.11620461195707321, 0.1308174878358841, 0.047133661806583405, 0.08287061005830765, 0.17431029677391052, 0.06473109871149063, 0.05028911307454109, 0.10058169066905975, 0.1017690896987915, 0.07375262677669525, 0.07011539489030838, 0.09056121110916138, 0.04855874925851822, 0.10188208520412445, 0.162382572889328, 0.06640912592411041, 0.021833661943674088, 0.05276423692703247, 0.0264881644397974, 0.04769495502114296, 0.07366523891687393, 0.019136177375912666, -0.024778861552476883, -0.026684265583753586, 0.011562753468751907, -0.026859240606427193, -0.06007876992225647, -0.057342685759067535, -0.05511355772614479, -0.05793068930506706, -0.11867274343967438, -0.047522205859422684, -0.007346642669290304, -0.10493770241737366, -0.10473856329917908, -0.049951184540987015, -0.03841521590948105, -0.2002159059047699, -0.2773721516132355, -0.17452183365821838, -0.07114414125680923, -0.07361963391304016, -0.08757023513317108, -0.15020550787448883, -0.08746788650751114, 0.027176328003406525, 0.01783415488898754, 0.0008718934841454029, 0.009015146642923355, 0.0026805016677826643, -0.07568041235208511, -0.06462248414754868, -0.05637974664568901, -0.1644108146429062, -0.23535384237766266, -0.12006494402885437, -0.06696658581495285, -0.11990854144096375, -0.029807114973664284, 0.0319393165409565, 0.03918018564581871, 0.0875571072101593, 0.07715363800525665, 0.14445938169956207, 0.04315352812409401, -0.06366875022649765, -0.052186187356710434, -0.10044550150632858, -0.08536407351493835, -0.08691464364528656, -0.09155743569135666, -0.09878350049257278, -0.11156124621629715, -0.09083039313554764, -0.11816495656967163, -0.1723506897687912, -0.23595182597637177, -0.22390708327293396, -0.15034818649291992, -0.1529986560344696, -0.1350921094417572, -0.08876542001962662, -0.09785065054893494, -0.09106405079364777, -0.08282902091741562, -0.061781831085681915, -0.07201235741376877, -0.08811785280704498, -0.04052819311618805, -0.03810465335845947, -0.08828100562095642, -0.03515482321381569, -0.04997143894433975, -0.10589449107646942, -0.08960234373807907, 0.010840514674782753, 0.06377319991588593, 0.06364979594945908, 0.039816029369831085, 0.05761578306555748, 0.09900307655334473, 0.10605879127979279, 0.08700136840343475, 0.07975892722606659, 0.016615580767393112, -0.039666179567575455, 0.012380201369524002, 0.020417755469679832, -0.010391796007752419, -0.019970351830124855, -0.045236025005578995, -0.03335188329219818, -0.04815571382641792, -0.008065648376941681, 0.0012144024949520826, -0.06268469989299774, -0.04143914580345154, -0.022536100819706917, -0.027674533426761627, -0.04040048271417618, -0.03191757574677467, -0.010602978989481926, -0.017283489927649498, 0.006078686565160751, 0.021091191098093987, -0.01483195275068283, -0.026508772745728493, 0.04869623854756355, 0.011701880022883415, -0.07938104122877121, -0.04291985556483269, 0.03177182003855705, 0.013828650116920471, 0.04076382890343666, 0.06122521683573723, 0.00397997722029686, 0.02942521683871746, 0.033123813569545746, -0.041478585451841354, -0.0322040393948555, 0.013547303155064583, 0.035983774811029434, 0.02168787270784378, 0.03928810730576515, 0.06353028863668442, 0.09541332721710205, 0.1280059516429901, 0.09169711917638779, 0.03893982619047165, 0.03613266721367836, -0.004172035958617926, 0.017215004190802574, 0.11198446899652481, 0.1547583043575287, 0.13705693185329437, 0.14118929207324982, 0.11398770660161972, 0.09855934977531433, 0.13883768022060394, 0.14909502863883972, 0.1363116204738617, 0.13717524707317352, 0.18259620666503906, 0.13268490135669708, 0.09176952391862869, 0.08279738575220108, 0.03898339346051216, 0.048895273357629776, 0.07666141539812088, 0.06561105698347092, 0.06516648828983307, 0.07356100529432297, 0.03595317527651787, 0.021468734368681908, 0.09491744637489319, 0.09811092913150787, 0.06362651288509369, 0.036872752010822296, 0.022966543212532997, 0.051221780478954315, 0.0005433058249764144, -0.029374703764915466, -0.01753387413918972, -0.03966033086180687, -0.0642223209142685, -0.09106981754302979, -0.06540235877037048, -0.07003142684698105, -0.09221892803907394, -0.059694692492485046, -0.04023080691695213, -0.014104791916906834, 0.039830487221479416, -0.00039704161463305354, -0.0214800164103508, 0.06094832345843315, 0.09173142164945602, 0.029111027717590332, 0.06075255200266838, 0.089002825319767, 0.10725609958171844, 0.12762229144573212, 0.10920362174510956, 0.10511893779039383, 0.09699219465255737, 0.11404106020927429, 0.08690671622753143, 0.07840969413518906, 0.1217605322599411, 0.1338556557893753, 0.12753964960575104, 0.12344381958246231, 0.14896030724048615, 0.17560061812400818, 0.20994029939174652, 0.19548730552196503, 0.21016362309455872, 0.24880948662757874, 0.24588057398796082, 0.21820376813411713, 0.15165439248085022, 0.1122196689248085, 0.12433740496635437, 0.13465452194213867, 0.09607118368148804, 0.04558548703789711, 0.018891271203756332, 0.08686856180429459, 0.09212944656610489, -0.045526936650276184, -0.06724487990140915, 0.003698737593367696, 0.03783648833632469, 0.06665174663066864, 0.06053595244884491, 0.03332703188061714, 0.023158065974712372, -0.01841215044260025, -0.056975748389959335, -0.06549159437417984, -0.09594015032052994, -0.12463561445474625, -0.05780531466007233, -0.020994672551751137, -0.020203756168484688, -0.047430966049432755, -0.04838727414608002, -0.02470405027270317, -0.04861808940768242, -0.04016333073377609, -0.04047975316643715, -0.0554780475795269, -0.0880848839879036, -0.058038823306560516, -0.030615102499723434, -0.056645698845386505, -0.026752587407827377, -0.019744649529457092, -0.06244884431362152, -0.009100105613470078, 0.0769319012761116, 0.08274078369140625, 0.04417792335152626, 0.07528423517942429, 0.12420855462551117, 0.13131295144557953, 0.15595272183418274, 0.14319796860218048, 0.1254512369632721, 0.14201967418193817, 0.03443277254700661, 0.025503341108560562, 0.03585675731301308, 0.008318978361785412, 0.008641171269118786, -0.02669602632522583, -0.03418096899986267, 0.004772396758198738, 0.024644216522574425, 0.0005901154363527894, -0.02548365667462349, -0.0022743113804608583, -0.052978210151195526, -0.06090020388364792, -0.05644739419221878, -0.04650861769914627, -0.020791959017515182, 0.009173833765089512, 0.007041906472295523, -0.0034601970110088587, -0.019466079771518707, -0.02430855669081211, -0.011588843539357185, -0.01428756583482027, -0.024242768064141273, -0.020036417990922928, 0.038828201591968536, 0.0453944094479084, -0.01737690158188343, -0.03589528426527977, -0.05001084506511688, -0.07557200640439987, -0.037706002593040466, -0.06940079480409622, -0.12027417868375778, -0.07401806861162186, -0.03908505663275719, -0.04047684371471405, -0.06930050253868103, -0.0568968802690506, -0.009819351136684418, 0.038570355623960495, 0.0077042123302817345, -0.023689450696110725, 0.009337307885289192, 0.014289329759776592, -0.029553556814789772, -0.062146980315446854, -0.03374886140227318, 0.005927912425249815, 0.03419574350118637, 0.08609412610530853, 0.08121158182621002, 0.053990308195352554, 0.04987064003944397, 0.06650666147470474, 0.11581932753324509, 0.1442718207836151, 0.1711922138929367, 0.1839214712381363, 0.1364039182662964, 0.1546822041273117, 0.1580725908279419, 0.14972753822803497, 0.1547430455684662, 0.16280217468738556, 0.1385115534067154, 0.129052996635437, 0.1329623907804489, 0.15261928737163544, 0.13846717774868011, 0.14425039291381836, 0.09264156967401505, 0.11356040835380554, 0.1513819843530655, 0.054327040910720825, 0.05568316951394081, 0.03218124061822891, -0.028350377455353737, -0.02134535275399685, 0.04516878351569176, 0.023210205137729645, 0.01380287017673254, 0.027582308277487755, 0.021478325128555298, -0.03989442065358162, -0.08411980420351028, -0.08020687103271484, -0.07736422121524811, -0.04768073558807373, -0.03746999800205231, -0.029165301471948624, -0.014589909464120865, -0.02387847565114498, -0.00932726077735424, -0.01621990278363228, -0.07736162841320038, -0.09375982731580734, -0.0815780982375145, -0.053292613476514816, -0.08264670521020889, -0.05934242159128189, -0.083421491086483, -0.12337367981672287, -0.1083076074719429, -0.13794158399105072, -0.1502000093460083, -0.07273951172828674, -0.07343916594982147, -0.08924266695976257, -0.02269383706152439, 0.044191163033246994, 0.07017026841640472, 0.016239073127508163, -0.06646565347909927, -0.04004314914345741, -0.0009619290358386934, -0.054666757583618164, -0.05753300338983536, -0.005316006951034069, 0.030889397487044334, 0.02728167735040188, 0.011571286246180534, -0.011866914108395576, 0.012364250607788563, -0.01815766468644142, -0.03389992564916611, -0.036000605672597885, -0.028454778715968132, 0.010168303735554218, -0.008481323719024658, -0.048012107610702515, 0.016718849539756775, 0.0041518970392644405, -0.031188173219561577, 0.029365558177232742, 0.03412620723247528, -0.02644125185906887, -0.07535462081432343, -0.10198632627725601, -0.08104849606752396, -0.08703909814357758, -0.18336555361747742, -0.1467716544866562, -0.09000230580568314, -0.05572276562452316, -0.04430723935365677, -0.07225527614355087, -0.028832867741584778, 0.0039057484827935696, -0.013543535023927689, -0.02093370631337166, -0.037288278341293335, -0.034514207392930984, -0.007378936279565096, 0.0642123818397522, 0.11030720919370651, 0.08050260692834854, 0.05349843204021454, 0.031075429171323776, -0.01831628754734993, 0.0023269145749509335, 0.042396966367959976, 0.05913439765572548, 0.033106204122304916, -0.015127555467188358, -0.034118250012397766, -0.017944734543561935, -0.010107060894370079, -0.0037517596501857042, -0.014055512845516205, -0.07576943188905716, -0.0718425065279007, -0.06947936862707138, -0.10299156606197357, -0.1303236335515976, -0.13526159524917603, -0.1414501965045929, -0.0838821604847908, -0.06241251528263092, -0.11024806648492813, -0.06418626010417938, -0.08873209357261658, -0.09936074167490005, -0.11001589149236679, -0.12563225626945496, -0.1058330237865448, -0.006548447068780661, -0.08129415661096573, -0.12497507035732269, -0.05551986023783684, -0.0467228889465332, -0.10601505637168884, -0.09635362029075623, -0.11305596679449081, -0.050665371119976044, -0.06944636255502701, -0.13996650278568268, -0.1529831886291504, -0.11846517026424408, -0.14401212334632874, -0.09249765425920486, -0.03769823536276817, -0.09299024939537048, -0.09269329160451889, -0.03469622880220413, -0.02839137427508831, -0.06049656122922897, -0.06805503368377686, -0.04101652279496193, -0.09138456732034683, -0.05880267173051834, -0.048257678747177124, -0.12024375796318054, -0.13871194422245026, -0.11710020899772644, -0.1265660524368286, -0.14174726605415344, -0.15939344465732574, -0.1463651955127716, -0.1392183154821396, -0.15343530476093292, -0.13302989304065704, -0.13464073836803436, -0.1451365053653717, -0.18268711864948273, -0.17259004712104797, -0.1187296062707901, -0.1059437170624733, -0.08199519664049149, 0.0225708968937397, 0.06296540051698685, 0.017124323174357414, 0.01948363147675991, -0.02090548165142536, -0.0938064232468605, -0.032874636352062225, -0.03169216960668564, -0.08042605221271515, -0.06432250142097473, -0.04127538576722145, -0.0034891515970230103, -0.0038898796774446964, -0.021708205342292786, -0.08017000555992126, -0.07874056696891785, -0.02473837323486805, -0.06234355643391609, -0.045398954302072525, -0.04159679263830185, -0.04809601232409477, 0.027170028537511826, 0.0563557893037796, 0.03555026650428772, 0.014293685555458069, 0.004466196987777948, 0.0029417378827929497, -0.014369388110935688, -0.028858570381999016, -0.012612328864634037, 0.0283268503844738, 0.059550754725933075, 0.08051762729883194, 0.08039163798093796, 0.04917478561401367, 0.047567058354616165, 0.1012086421251297, 0.1070009395480156, -0.004926835652440786, -0.01687169075012207, 0.002930564107373357, 0.009916119277477264, 0.058157362043857574, 0.10992222279310226, 0.09291156381368637, 0.08854115754365921, 0.11512483656406403, 0.09399817883968353, 0.08812591433525085, 0.0742606520652771, 0.03244978189468384, 0.007961682043969631, -0.03518328815698624, -0.023266024887561798, 0.007859439589083195, -0.027668612077832222, -0.04318530485033989, -0.044104885309934616, 0.005961436312645674, 0.010331439785659313, -0.10662684589624405, -0.16122421622276306, -0.15186205506324768, -0.15051434934139252, -0.14692242443561554, -0.17127792537212372, -0.15149039030075073, -0.11875893175601959, -0.13531357049942017, -0.1787073314189911, -0.14644375443458557, -0.15573686361312866, -0.13152976334095, -0.09759153425693512, -0.09314122796058655, -0.112315334379673, -0.13961513340473175, -0.18406550586223602, -0.16040189564228058, -0.09938275814056396, -0.11522237211465836, -0.14391925930976868, -0.08848969638347626, -0.032328348606824875, -0.04750215634703636, -0.03765071928501129, -0.0015423813601955771, -0.012537249363958836, -0.03739257901906967, -0.02572949416935444, 0.00973383616656065, 0.0009136328008025885, 0.006795711815357208, 0.01833260990679264, -0.006842105183750391, 0.014957229606807232, 0.05266857519745827, 0.09212658554315567, 0.07031415402889252, 0.025488289073109627, 0.024513741955161095, 0.021145090460777283, -0.06633908301591873, -0.09722971171140671, -0.04009335860610008, -0.035421669483184814, -0.052464697510004044, 0.011782451532781124, 0.057032667100429535, 0.04441284388303757, 0.10764516144990921, 0.13082413375377655, 0.10714317113161087, 0.09039457142353058, 0.09908538311719894, 0.11290247738361359, 0.07370033115148544, 0.0708530843257904, 0.10789372771978378, 0.15000303089618683, 0.11261723190546036, 0.055557843297719955, 0.02729027159512043, 0.00710487924516201, 0.07685729116201401, 0.13330481946468353, 0.14974063634872437, 0.11045552045106888, 0.11500638723373413, 0.12677457928657532, 0.13112065196037292, 0.16026274859905243, 0.17113272845745087, 0.10429151356220245, 0.07642070204019547, 0.1849922239780426, 0.23716047406196594, 0.16133388876914978, 0.1169215515255928, 0.15064750611782074, 0.22247178852558136, 0.28713926672935486, 0.32640495896339417, 0.29195636510849, 0.2629665434360504, 0.2040981948375702, 0.19622130692005157, 0.2629682719707489, 0.2517363727092743, 0.21246880292892456, 0.2090964913368225, 0.15950968861579895, 0.12596800923347473, 0.06497794389724731, 0.010798754170536995, 0.032832540571689606, 0.05831699073314667, 0.03601772338151932, 0.025125982239842415, 0.004959853831678629, -0.0297981146723032, -0.03146567940711975, -0.005382315721362829, -0.006978259421885014, 0.004998076241463423, 0.021627608686685562, 0.012888876721262932, 0.011000619269907475, 0.04121474176645279, 0.05655565485358238, 0.018607206642627716, 0.0112448176369071, -0.007124300580471754, -0.03290896862745285, 0.012634024024009705, 0.07014276832342148, 0.13905315101146698, 0.16989766061306, 0.15663278102874756, 0.16687658429145813, 0.17341795563697815, 0.17283488810062408, 0.12235687673091888, 0.12835761904716492, 0.1490812748670578, 0.11127056181430817, 0.07603612542152405, 0.04935444891452789, 0.06434424966573715, 0.02857336774468422, -0.05589250102639198, -0.11251108348369598, -0.10716966539621353, -0.06256882101297379, -0.02731773629784584, -0.013666439801454544, 0.022250812500715256, 0.02665269933640957, 0.06858067959547043, 0.04901783913373947, 0.005030639003962278, 0.01573314145207405, 0.059183571487665176, 0.09923245012760162, 0.04499673470854759, 0.03656164929270744, 0.09350623935461044, 0.06609542667865753, -0.026195155456662178, -0.040196314454078674, -0.02151392586529255, -0.05808161199092865, -0.056452203541994095, 0.007616863120347261, -0.008839854039251804, 0.005658524576574564, 0.05976860970258713, 0.05471412464976311, 0.05047031119465828, 0.07681265473365784, 0.13185714185237885, 0.10605793446302414, 0.12861180305480957, 0.17261293530464172, 0.17001743614673615, 0.13780952990055084, 0.14762742817401886, 0.13914912939071655, 0.10459248721599579, 0.03496788442134857, 0.006203539203852415, -0.039110686630010605, -0.06630057096481323, -0.015144511125981808, 0.034102242439985275, 0.018489433452486992, -0.08013471215963364, -0.0828331932425499, -0.05446139723062515, -0.08084551990032196, -0.08047913014888763, -0.04461550712585449, -0.013605942018330097, -0.05153023079037666, -0.061153676360845566, -0.00941576436161995, -0.04391595348715782, -0.07962655276060104, -0.05543595924973488, -0.02130243182182312, 0.0020195923279970884, -0.017839573323726654, 0.007150665391236544, 0.00388189940713346, -0.057762518525123596, -0.07930857688188553, -0.054677315056324005, -0.053451504558324814, -0.08202111721038818, -0.07530798017978668, -0.08201378583908081, -0.08981142938137054, -0.07818636298179626, -0.12361975759267807, -0.10640808194875717, -0.07097182422876358, -0.008706838823854923, -0.06197360157966614, -0.162215918302536, -0.12921077013015747, -0.08259411156177521, -0.02556273341178894, -0.01018753182142973, -0.08478298038244247, -0.10215026140213013, -0.06690362840890884, -0.04874974116683006, -0.08527261763811111, -0.11486450582742691, -0.08818075805902481, -0.09948131442070007, -0.052657999098300934, -0.02243622951209545, -0.03803010284900665, -0.07776413857936859, -0.10909843444824219, -0.06733199954032898, -0.055357739329338074, -0.06642012298107147, -0.033256590366363525, -0.042083367705345154, -0.020580120384693146, -0.024001916870474815, -0.03253624588251114, -0.054059404879808426, -0.056418225169181824, -0.020535878837108612, 0.011276883073151112, 0.044195983558893204, -0.003383075585588813, 0.0009470951044932008, 0.04856627807021141, 0.08254370838403702, 0.03777096047997475, -0.02525126375257969, -0.03350431099534035, 0.006189706735312939, 0.009019116871058941, 0.00917359720915556, -0.01713833212852478, -0.05451923608779907, -0.03947821632027626, 0.021204134449362755, 0.0177224799990654, -0.00266732694581151, -0.013308334164321423, -0.023663166910409927, -0.023387685418128967, -0.01210467517375946, 0.05554154887795448, 0.09656466543674469, 0.10572695732116699, 0.04768933728337288, 0.03201904520392418, 0.06854746490716934, 0.11685356497764587, 0.08315228670835495, 0.02936794050037861, 0.03783668577671051, 0.09118148684501648, 0.10915158689022064, 0.13445454835891724, 0.14976277947425842, 0.13139760494232178, 0.12201589345932007, 0.15684299170970917, 0.1458880454301834, 0.08184276521205902, 0.10404623299837112, 0.07712875306606293, 0.04422701895236969, 0.05081682279706001, 0.0882343128323555, 0.11341390013694763, 0.10458044707775116, 0.08961454033851624, 0.06492745876312256, 0.05636277794837952, 0.07899287343025208, 0.03281964734196663, 0.020464593544602394, 0.006058438215404749, -0.033581722527742386, -0.05836043134331703, -0.061099737882614136, -0.04918522387742996, -0.08839937299489975, -0.09442563354969025, -0.029416799545288086, -0.0007965005934238434, -0.019527962431311607, -0.04374212771654129, -0.007205730304121971, 0.0032810738775879145, -0.04914061352610588, -0.03877834603190422, -0.006948207505047321, 0.016650794073939323, -0.03998010605573654, -0.04635537788271904, -0.036803364753723145, 0.016550632193684578, 0.025176307186484337, -0.04465460404753685, -0.06357915699481964, -0.06131821125745773, -0.05315303057432175, -0.05307474359869957, -0.03877418488264084, -0.03943497687578201, -0.056709904223680496, -0.040871113538742065, -0.055584073066711426, -0.12152356654405594, -0.1550116091966629, -0.10749871283769608, -0.0849420577287674, -0.08392252027988434, -0.11901621520519257, -0.11339721828699112, -0.03945959359407425, 0.008673928678035736, -0.01707214117050171, -0.11080154776573181, -0.1134554073214531, -0.013263052329421043, 0.04434562101960182, 0.07354644685983658, 0.062421053647994995, -0.010930308140814304, -0.0867382287979126, -0.11893358081579208, -0.13763713836669922, -0.13948984444141388, -0.17128439247608185, -0.22324460744857788, -0.16726651787757874, -0.09870334714651108, -0.05048658326268196, -0.03744392842054367, -0.06174924597144127, -0.026823615655303, 0.0007705218740738928, -0.010498998686671257, -0.10888019949197769, -0.1856059581041336, -0.23824316263198853, -0.1768486350774765, -0.16053788363933563, -0.19907234609127045, -0.18313167989253998, -0.10690087080001831, -0.055037520825862885, -0.06791209429502487, -0.14340807497501373, -0.15323597192764282, -0.11594822257757187, -0.057023853063583374, 0.018626229837536812, 0.01694559119641781, -0.024961823597550392, 0.0026432794984430075, 0.08286429196596146, 0.05661344528198242, -0.062209438532590866, -0.06152913719415665, 0.038907334208488464, 0.08474983274936676, 0.05633310228586197, 0.030228473246097565, 0.06464587897062302, 0.06989122182130814, 0.0033314144238829613, -0.039873238652944565, -0.03581513464450836, 0.02062172070145607, 0.04095526784658432, 0.060145288705825806, 0.03947676345705986, 0.004017554689198732, 0.04963408783078194, 0.051755987107753754, 0.03111852891743183, 0.11622760444879532, 0.1986500769853592, 0.1755640059709549, 0.07487734407186508, 0.032810185104608536, 0.05127231776714325, 0.05817344784736633, 0.013341198675334454, -0.09533745795488358, -0.09308972954750061, -0.01947438344359398, -0.06615260243415833, -0.09351497143507004, -0.12051574885845184, -0.1790366917848587, -0.2626495659351349, -0.2631899416446686, -0.12240013480186462, -0.0006066525238566101, 0.04463183879852295, 0.15611031651496887, 0.35113802552223206, 0.4689764082431793, 0.4163621664047241, 0.22391551733016968, 0.055816326290369034, -0.07470033317804337, -0.08744993060827255, -0.09858010709285736, -0.24428753554821014, -0.4091871380805969, -0.459319144487381, -0.25211864709854126, 0.03909696638584137, 0.10029686242341995, -0.07101381570100784, -0.212497279047966, -0.13987839221954346, -0.06227709352970123, -0.12033607065677643, -0.25142621994018555, -0.34415099024772644, -0.4125002324581146, -0.44978073239326477, -0.40663519501686096, -0.41094887256622314, -0.5007417798042297, -0.638454258441925, -0.6932528018951416, -0.634544312953949, -0.4973781406879425, -0.45234981179237366, -0.37725013494491577, -0.1668579876422882, 0.1762266606092453, 0.2761790156364441, 0.2654723823070526, 0.2736362814903259, 0.22726936638355255, 0.10119259357452393, -0.06487765908241272, -0.22868916392326355, -0.2878607213497162, -0.19340969622135162, 0.1854953169822693, 0.4892309904098511, 0.5055954456329346, 0.3457261919975281, 0.18347549438476562, 0.08172367513179779, -0.0816783756017685, -0.2734370529651642, -0.42917606234550476, -0.5473325848579407, -0.48708340525627136, -0.26150938868522644, -0.14196550846099854, -0.16430793702602386, -0.21383759379386902, -0.20032282173633575, -0.177206352353096, -0.24882929027080536, -0.23669417202472687, -0.20732910931110382, -0.3049778342247009, -0.43400201201438904, -0.41113969683647156, -0.30949559807777405, -0.4330329895019531, -0.4353709816932678, -0.2649761736392975, -0.09452767670154572, -0.1717633306980133, -0.11329486221075058, 0.07899890094995499, 0.02625890076160431, -0.08795790374279022, 0.11749710887670517, 0.3560762405395508, 0.22204214334487915, -0.009575361385941505, 0.07563822716474533, 0.2664094567298889, 0.12631718814373016, 0.027341140434145927, 0.1749463528394699, 0.35173657536506653, 0.33646366000175476, 0.2817334234714508, 0.23784518241882324, 0.18583901226520538, 0.14317551255226135, 0.24946816265583038, 0.3298168480396271, 0.184871107339859, 0.0421823188662529, 0.11546052992343903, 0.1977449208498001, 0.006375552155077457, -0.20334294438362122, -0.041950687766075134, 0.24420340359210968, 0.1905186027288437, 0.08655963838100433, 0.19472479820251465, 0.2605418860912323, 0.09305180609226227, -0.07393240183591843, -0.09409551322460175, -0.13439807295799255, -0.3104935884475708, -0.3495602309703827, -0.12079618126153946, 0.039691146463155746, 0.004607637412846088, 0.010503734461963177, 0.08741559833288193, 0.0427510105073452, -0.06259284913539886, 0.044338345527648926, 0.17738625407218933, 0.04771668091416359, -0.20920906960964203, -0.1285431683063507, 0.06379137933254242, 0.06501519680023193, -0.13437286019325256, -0.1600341796875, 0.005118194501847029, 0.14334021508693695, 0.1340244561433792, 0.09759775549173355, 0.07105740904808044, 0.10895727574825287, 0.24966807663440704, 0.34413838386535645, 0.23306980729103088, -0.017529523000121117, -0.10575129836797714, -0.08094176650047302, -0.1729786992073059, -0.30629125237464905, -0.30143818259239197, -0.10553136467933655, 0.07972481846809387, 0.3697957694530487, 0.923065185546875, 1.4427309036254883, 1.5767953395843506, 1.2975634336471558, 0.8915436863899231, 0.501701831817627, -0.0887850895524025, -0.9841982126235962, -1.5027482509613037, -1.1294481754302979, -0.42474618554115295, 0.02659548819065094, 0.47419553995132446, 1.1100044250488281, 1.2853184938430786, 0.5360674262046814, -0.41099756956100464, -0.9565017819404602, -1.2126272916793823, -1.1691919565200806, -0.6547712087631226, 0.25840049982070923, 1.1497539281845093, 1.7130461931228638, 1.719605565071106, 0.9885252714157104, -0.2724347710609436, -1.4485969543457031, -2.2177798748016357, -2.189521312713623, -1.2313581705093384, 0.3673732876777649, 1.73371422290802, 2.3255515098571777, 2.0543830394744873, 1.1014450788497925, 0.022415420040488243, -0.701019287109375, -0.9876872897148132, -0.9255803823471069, -0.40411463379859924, 0.33980438113212585, 0.8102360367774963, 0.610085129737854, 0.19838637113571167, 0.08476124703884125, 0.23211902379989624, 0.4327997863292694, 0.5562049150466919, 0.6956437826156616, 0.6893269419670105, 0.32070910930633545, -0.057413507252931595, -0.34724485874176025, -0.6727046370506287, -0.7668073773384094, -0.5701735615730286, -0.18740206956863403, 0.007233775220811367, 0.20569024980068207, 0.6079483032226562, 0.7138116359710693, 0.49766063690185547, 0.19158168137073517, 0.03425154462456703, 0.023858943954110146, 0.05900057777762413, 0.21849146485328674, 0.4864068031311035, 0.5443297028541565, 0.36855193972587585, 0.03978487476706505, -0.20740437507629395, -0.2586343586444855, -0.1116405501961708, 0.2801041603088379, 0.7687179446220398, 1.0246833562850952, 0.790987491607666, 0.24713657796382904, -0.2431933581829071, -0.6155255436897278, -0.7954221963882446, -0.5184177756309509, 0.05716543272137642, 0.47926846146583557, 0.4670906662940979, 0.19888032972812653, -0.05035639554262161, -0.18226145207881927, -0.28245285153388977, -0.2905925214290619, -0.06645091623067856, 0.315931499004364, 0.47326910495758057, 0.19913187623023987, -0.1474708616733551, -0.36605721712112427, -0.376563161611557, -0.32013916969299316, -0.1343245953321457, 0.13412660360336304, 0.35009458661079407, 0.4989846646785736, 0.3593994677066803, 0.18257179856300354, 0.12182009965181351, 0.008543889038264751, -0.09877678751945496, -0.0879347026348114, -0.02097082883119583, 0.054867636412382126, 0.16213233768939972, 0.2583056092262268, 0.21538856625556946, 0.09011049568653107, 0.054977405816316605, -0.15472128987312317, -0.43106308579444885, -0.38853999972343445, -0.12152527272701263, -0.01993696205317974, -0.08621670305728912, -0.04674684256315231, 0.08951739221811295, -0.008298994041979313, -0.2533479332923889, -0.2866966128349304, -0.10197025537490845, -0.06341098994016647, -0.1605404168367386, -0.23617424070835114, -0.2013835459947586, -0.1495325267314911, -0.017687244340777397, 0.20628221333026886, 0.3144386112689972, 0.2944409251213074, 0.25270068645477295, 0.15365615487098694, -0.08344487845897675, -0.2465754598379135, -0.26593631505966187, -0.14026783406734467, 0.02970167063176632, 0.11686575412750244, 0.15293796360492706, 0.2638302743434906, 0.2682126462459564, 0.19605392217636108, 0.13266301155090332, 0.19724233448505402, 0.34165942668914795, 0.34374091029167175, 0.3244842290878296, 0.33120226860046387, 0.30188190937042236, 0.2900514304637909, 0.22480317950248718, 0.06582457572221756, -0.1232159361243248, -0.22158418595790863, -0.20803937315940857, -0.10494153201580048, 0.02725154161453247, 0.15701629221439362, 0.24224209785461426, 0.24203355610370636, 0.07038004696369171, -0.1914064586162567, -0.33879444003105164, -0.3446185290813446, -0.34948697686195374, -0.33388179540634155, -0.19074460864067078, -0.16149042546749115, -0.27280929684638977, -0.3841227889060974, -0.28152066469192505, -0.15601833164691925, -0.1167093962430954, 0.0048547470942139626, 0.1394902467727661, 0.18939033150672913, 0.26673173904418945, 0.32787755131721497, 0.25648075342178345, 0.07857094705104828, -0.14152100682258606, -0.2263357788324356, -0.2131301909685135, -0.11035043001174927, -0.013034314848482609, 0.08653371781110764, 0.2211441546678543, 0.2218385636806488, 0.13347113132476807, 0.0030705092940479517, -0.05220692604780197, -0.06689352542161942, -0.039663173258304596, -0.07703518122434616, 0.008129679597914219, 0.10627134144306183, 0.12983812391757965, 0.10194849967956543, 0.0969443991780281, 0.055483587086200714, -0.14374172687530518, -0.2806512415409088, -0.28196924924850464, -0.1395183950662613, -0.035775769501924515, 0.15406736731529236, 0.3602001667022705, 0.42687535285949707, 0.39024046063423157, 0.3135816156864166, 0.19431748986244202, 0.007396157830953598, -0.2185835987329483, -0.3258933126926422, -0.2931075692176819, -0.10751365125179291, 0.11020076274871826, 0.2892034947872162, 0.38574597239494324, 0.28094103932380676, 0.0268753319978714, -0.29771867394447327, -0.4794744551181793, -0.49130693078041077, -0.38501453399658203, -0.027736380696296692, 0.417177677154541, 0.5089514851570129, 0.29321128129959106, -0.018142517656087875, -0.18503010272979736, -0.26725518703460693, -0.24575796723365784, -0.04782693088054657, 0.24764493107795715, 0.4594728350639343, 0.4977969527244568, 0.38417384028434753, 0.18529492616653442, -0.04605058208107948, -0.174773171544075, -0.21094796061515808, -0.10352137684822083, 0.031536225229501724, 0.21618854999542236, 0.4096832275390625, 0.5022451281547546, 0.5007015466690063, 0.40131253004074097, 0.19084350764751434, -0.12822598218917847, -0.3667415976524353, -0.43775689601898193, -0.4738509953022003, -0.3963357210159302, -0.18401342630386353, 0.02288583293557167, 0.05144742503762245, -0.1212419793009758, -0.2008684128522873, -0.16856086254119873, -0.13847199082374573, -0.12063300609588623, -0.040404628962278366, 0.07028122991323471, 0.017719807103276253, -0.15501365065574646, -0.36076363921165466, -0.5188310146331787, -0.44183456897735596, -0.27330008149147034, -0.21166138350963593, -0.14230403304100037, -0.05776999145746231, -0.056323908269405365, -0.23867081105709076, -0.27344080805778503, -0.156472846865654, -0.16512815654277802, -0.1795681267976761, -0.1745585948228836, -0.17261509597301483, -0.13284194469451904, -0.179507777094841, -0.2630963623523712, -0.29651859402656555, -0.26388564705848694, -0.17615726590156555, -0.11194615066051483, -0.09959985315799713, -0.04261796548962593, 0.03245661407709122, 0.11694598942995071, 0.08966691792011261, -0.03918616101145744, -0.1372777670621872, -0.24296356737613678, -0.3278656303882599, -0.2837764322757721, -0.1739763766527176, 0.01964002661406994, 0.14138154685497284, 0.19631795585155487, 0.13219241797924042, 0.007060169242322445, -0.11964809149503708, -0.11527127027511597, 0.030899371951818466, 0.19765105843544006, 0.38512325286865234, 0.46756085753440857, 0.2590131461620331, -0.021227870136499405, -0.08797193318605423, 0.09812770038843155, 0.19352903962135315, 0.07714308798313141, -0.04966146871447563, -0.1303320825099945, -0.15618419647216797, -0.15845607221126556, -0.24310800433158875, -0.3580414056777954, -0.3931451737880707, -0.2770523726940155, -0.12768740952014923, -0.02117433026432991, -0.02953297644853592, -0.14227962493896484, -0.2230055332183838, -0.1798062026500702, -0.13886994123458862, -0.22142186760902405, -0.31946274638175964, -0.31860285997390747, -0.10886415094137192, 0.13643859326839447, 0.24979256093502045, 0.15112708508968353, 0.009230540134012699, 0.09817063808441162, 0.23076550662517548, 0.15111540257930756, 0.0031350175850093365, 0.020144648849964142, 0.24577800929546356, 0.41249290108680725, 0.33834752440452576, 0.18694059550762177, 0.07629504799842834, 0.07483537495136261, 0.12200316786766052, 0.09930336475372314, 0.1310230791568756, 0.07808979600667953, 0.002206156263127923, 0.11428001523017883, 0.35019055008888245, 0.4446815252304077, 0.26409783959388733, 0.14527863264083862, 0.12657274305820465, 0.05894653871655464, -0.07578636705875397, -0.12875647842884064, -0.053065475076436996, 0.0038967421278357506, 0.12258511036634445, 0.16762666404247284, -0.051395196467638016, -0.1424160897731781, -0.014791146852076054, 0.008407806977629662, -0.0060906363651156425, -0.11877797544002533, -0.06037808954715729, 0.009500429034233093, 0.053876135498285294, 0.1516064554452896, 0.10350178182125092, 0.026472963392734528, -0.04068616032600403, -0.2165399044752121, -0.3348275125026703, -0.3355821669101715, -0.26833242177963257, -0.2535260319709778, -0.13786345720291138, 0.09090334177017212, 0.05142079293727875, -0.04749409481883049, -0.0718349888920784, -0.027695944532752037, -0.12125011533498764, -0.150272399187088, 0.07263181358575821, 0.1876371204853058, 0.1791476011276245, 0.11777012795209885, -0.04717103764414787, -0.21880829334259033, -0.2175719141960144, -0.13458488881587982, -0.053267382085323334, 0.023505819961428642, 0.09013159573078156, 0.02994154952466488, -0.0012885605683550239, -0.0659264475107193, -0.20898668467998505, -0.22415946424007416, -0.14606207609176636, -0.012041532434523106, 0.10521349310874939, 0.18122516572475433, 0.23231594264507294, 0.1709156334400177, -0.0856952890753746, -0.22465968132019043, -0.3125085234642029, -0.4819907546043396, -0.5228307843208313, -0.3975698947906494, -0.21182972192764282, -0.07894392311573029, 0.040436264127492905, 0.07668857276439667, -0.02859806828200817, -0.12968352437019348, -0.19841903448104858, -0.19626937806606293, -0.13993139564990997, -0.05051250010728836, 0.06775914877653122, 0.10676320642232895, 0.09207387268543243, 0.07729534059762955, 0.06550242751836777, 0.07789028435945511, 0.16240710020065308, 0.23716725409030914, 0.18250031769275665, 0.13384322822093964, 0.07842622697353363, 0.022926049306988716, -0.03291276469826698, -0.04368165135383606, -0.02425677329301834, 0.03374291956424713, 0.07172957807779312, 0.0639120563864708, 0.037806108593940735, -0.03730161860585213, -0.19512887299060822, -0.3066611588001251, -0.1298919916152954, 0.018416710197925568, 0.11597200483083725, 0.198996901512146, 0.20146392285823822, 0.16781584918498993, 0.0826055109500885, -0.01453428901731968, -0.08558256924152374, -0.08220598101615906, 0.10703638195991516, 0.28035205602645874, 0.39881911873817444, 0.4513833224773407, 0.3281254172325134, 0.2429080754518509, 0.16787709295749664, 0.09773590415716171, 0.0864245817065239, 0.21635101735591888, 0.31985169649124146, 0.25191187858581543, 0.18456700444221497, 0.151072695851326, 0.10963693261146545, 0.03654325380921364, 0.0054750205017626286, 0.015370124019682407, 0.023940006271004677, 0.04300970211625099, 0.04915964975953102, 0.054145026952028275, 0.08249963819980621, 0.03545001149177551, -0.09859886020421982, -0.037017375230789185, 0.0945969969034195, 0.18206751346588135, 0.1987067013978958, 0.25506165623664856, 0.23764032125473022, 0.13582436740398407, 0.0554676316678524, 0.006352436263114214, -0.05751316621899605, 0.0510912761092186, 0.32344040274620056, 0.2777763307094574, 0.18550124764442444, 0.22225123643875122, 0.06440901011228561, 3.2705036574043334e-05, 0.058940332382917404, -0.024253051728010178, -0.08026550710201263, -0.06824713200330734, -0.03764374554157257, -0.07425255328416824, -0.17822879552841187, -0.17248405516147614, -0.0812007486820221, -0.054815858602523804, -0.05835862085223198, -0.01546554733067751, -0.06494046002626419, -0.1768999993801117, -0.36937057971954346, -0.4659788906574249, -0.4278510808944702, -0.25517749786376953, -0.20208249986171722, -0.2167043685913086, -0.10196495801210403, -0.11637575924396515, -0.20496976375579834, -0.2882031798362732, -0.2350579798221588, -0.15637043118476868, -0.12770724296569824, -0.06871050596237183, 0.02039731666445732, 0.07246031612157822, 0.0756068304181099, 0.01798173040151596, -0.02910214476287365, -0.10168591141700745, -0.20400826632976532, -0.10813863575458527, -0.01185059268027544, -0.04633007198572159, -0.032191455364227295, 0.04858634993433952, 0.11775050312280655, 0.16320812702178955, 0.11810870468616486, 0.07476390898227692, 0.08498497307300568, 0.07669969648122787, -0.02997146174311638, -0.118212029337883, -0.08974252641201019, 0.07635628432035446, 0.16819503903388977, 0.20965036749839783, 0.24075856804847717, 0.15114882588386536, 0.019613144919276237, -0.07214955240488052, -0.0664704218506813, -0.05117613449692726, 0.008364674635231495, 0.07085394859313965, 0.11088638007640839, 0.0354464091360569, 0.06387823075056076, 0.06146760657429695, -0.07570457458496094, -0.13598529994487762, -0.017764948308467865, 0.09241915494203568, 0.11340664327144623, 0.12220294773578644, 0.14254453778266907, 0.14693792164325714, 0.14476503431797028, 0.1467178910970688, 0.19763973355293274, 0.13778164982795715, 0.13758301734924316, 0.10746217519044876, 0.07859659194946289, 0.07366575300693512, 0.03736511245369911, -0.038329221308231354, 0.0015114827547222376, 0.10806772857904434, 0.19026733934879303, 0.2331438809633255, 0.30456265807151794, 0.33486852049827576, 0.3194945752620697, 0.21632471680641174, 0.17765381932258606, 0.11277992278337479, -0.002966867061331868, -0.021536746993660927, -0.020187480375170708, 0.08113524317741394, 0.17908261716365814, 0.12815213203430176, 0.13067030906677246, 0.16700802743434906, 0.16225920617580414, 0.12627840042114258, 0.04971892386674881, 0.07795342803001404, 0.1252579540014267, 0.16991744935512543, 0.2101401835680008, 0.17268478870391846, 0.08157050609588623, -0.01210982445627451, 0.005610086489468813, 0.0647687092423439, 0.008870008401572704, -0.0795171931385994, -0.17895497381687164, -0.137933611869812, -0.08187232911586761, -0.08886224776506424, -0.023841284215450287, 0.08703669160604477, 0.09159978479146957, 0.04363420605659485, 0.016217153519392014, 0.0037998680491000414, -0.08526041358709335, -0.20617131888866425, -0.18061208724975586, -0.13341471552848816, -0.09103377908468246, -0.07332723587751389, -0.019189011305570602, 0.09253517538309097, 0.1481635570526123, 0.1473795622587204, 0.11875201761722565, -0.004700128920376301, -0.1331089437007904, -0.19857662916183472, -0.20425879955291748, -0.14180277287960052, -0.07102160155773163, 0.015054875984787941, 0.06407208740711212, 0.07115603983402252, 0.0797763243317604, 0.08815571665763855, 0.048369426280260086, -0.04866854101419449, -0.1148078516125679, -0.10067052394151688, -0.009983974508941174, 0.03630342707037926, 0.06880851089954376, -0.02526875212788582, -0.1373051106929779, -0.15952229499816895, -0.18499723076820374, -0.1412842869758606, -0.11979552358388901, -0.016491923481225967, 0.034351151436567307, -0.0017809869023039937, -0.05900190398097038, -0.07260242849588394, -0.07265861332416534, -0.05490675941109657, -0.053582947701215744, -0.04109034314751625, 0.001360088586807251, 0.0034769591875374317, -0.033292610198259354, -0.04669925570487976, -0.02736377716064453, -0.06796623766422272, -0.11926084011793137, -0.11238168925046921, -0.036253418773412704, 0.028898851945996284, 0.03791017830371857, 0.00855370331555605, -0.041183922439813614, -0.10616012662649155, -0.11227745562791824, -0.1208418607711792, -0.10190881043672562, -0.09939813613891602, -0.04097936302423477, -0.015046654269099236, -0.019932309165596962, -0.08375304192304611, -0.1649990677833557, -0.19077655673027039, -0.15331172943115234, -0.18357707560062408, -0.18338830769062042, -0.1499301642179489, -0.11462467163801193, -0.15666967630386353, -0.21141649782657623, -0.1745842844247818, -0.08617503196001053, -0.010327006690204144, 0.025140920653939247, 0.0410580039024353, 0.031120844185352325, -0.03590172156691551, -0.12043469399213791, -0.16459868848323822, -0.1317540407180786, -0.060224100947380066, -0.026294251903891563, 0.01770494319498539, 0.0017152330838143826, 0.033425942063331604, 0.08243580907583237, 0.02031487226486206, 0.038971900939941406, 0.09065180271863937, 0.08098740875720978, 0.03195534273982048, 0.008480053395032883, 0.030901283025741577, 0.010888483375310898, -0.06449264287948608, -0.10357653349637985, -0.14786019921302795, -0.18844959139823914, -0.21200181543827057, -0.23109036684036255, -0.2041304111480713, -0.21600989997386932, -0.194893479347229, -0.14071421325206757, -0.08894142508506775, -0.015139035880565643, -0.09135136008262634, -0.20739322900772095, -0.3149701654911041, -0.35028576850891113, -0.34300222992897034, -0.3960959017276764, -0.3720085322856903, -0.25839534401893616, -0.1556025594472885, -0.06310068815946579, 0.007973739877343178, 0.019075991585850716, -0.04228910058736801, -0.10508546978235245, -0.1625448316335678, -0.22965359687805176, -0.2497098743915558, -0.19564777612686157, -0.10492011159658432, 0.0791034922003746, 0.2176506519317627, 0.23388874530792236, 0.15266560018062592, 0.029277481138706207, -0.06960760802030563, -0.13414765894412994, -0.1339075118303299, -0.09114556759595871, 0.028069429099559784, 0.19695642590522766, 0.3216347396373749, 0.330289363861084, 0.2239808440208435, 0.12197273224592209, -0.022635115310549736, -0.02931363880634308, 0.06978532671928406, 0.19334475696086884, 0.29357585310935974, 0.3522447645664215, 0.40192899107933044, 0.3420764207839966, 0.2495098114013672, 0.17633730173110962, 0.09174273908138275, 0.05646964907646179, 0.035057440400123596, 0.04948591813445091, 0.08421310037374496, 0.07541961967945099, 0.013350714929401875, -0.059679631143808365, -0.13347630202770233, -0.1446472704410553, -0.10169727355241776, -0.08787216246128082, -0.002358386991545558, 0.041325002908706665, 0.009227188304066658, -0.07006736099720001, -0.1948077529668808, -0.266257107257843, -0.3215138018131256, -0.47653135657310486, -0.42867234349250793, -0.3243667781352997, -0.2653217017650604, -0.35183805227279663, -0.5119514465332031, -0.5473514795303345, -0.5048113465309143, -0.38610005378723145, -0.27298033237457275, -0.3150887191295624, -0.2599979341030121, -0.18270519375801086, -0.08665533363819122, -0.07851076126098633, -0.061642903834581375, -0.08768685162067413, -0.12782855331897736, 0.010783374309539795, 0.08414756506681442, 0.04393638297915459, 0.041707295924425125, 0.08664076030254364, 0.17054982483386993, 0.21587619185447693, 0.11250140517950058, -0.057877760380506516, -0.11270664632320404, 0.0480644591152668, 0.13609984517097473, 0.18068437278270721, 0.1590212881565094, 0.10042209923267365, 0.03924126923084259, 0.019106486812233925, 0.030595898628234863, 0.06324341893196106, 0.11966351419687271, 0.15750303864479065, 0.13117815554141998, 0.09962919354438782, 0.061115626245737076, -0.08240757137537003, -0.24351342022418976, -0.26987728476524353, -0.2242974489927292, -0.14087902009487152, 0.012105816043913364, 0.13912643492221832, 0.23071013391017914, 0.2463858276605606, 0.21920368075370789, 0.12927702069282532, 0.017200937494635582, -0.07673174142837524, -0.10926203429698944, -0.08281555771827698, -0.021279262378811836, 0.008170750923454762, 0.010179897770285606, 0.010638887993991375, 0.027268389239907265, -0.040007948875427246, -0.10238858312368393, -0.14693456888198853, -0.1561940610408783, -0.08692372590303421, -0.012634677812457085, 0.05623496323823929, 0.04820071905851364, 0.049027279019355774, 0.0743788331747055, -0.029007818549871445, -0.11279448866844177, -0.11176489293575287, -0.05239468440413475, 0.022782400250434875, 0.06331291794776917, 0.14529941976070404, 0.19508960843086243, 0.23904630541801453, 0.1731875091791153, 0.12233969569206238, 0.1069277673959732, 0.09691950678825378, 0.0743493065237999, 0.08801672607660294, 0.15433873236179352, 0.15230277180671692, 0.11980194598436356, 0.10488896816968918, 0.04501069709658623, -0.015104833990335464, -0.08838976919651031, -0.0645752027630806, 0.023811718448996544, 0.07896210253238678, 0.12135174870491028, 0.07937034964561462, 0.013358516618609428, -0.052996862679719925, -0.08009988814592361, -0.03553309291601181, -0.02533634752035141, -0.01711459644138813, -0.06695634871721268, -0.08311979472637177, -0.06856967508792877, -0.09589598327875137, -0.15539614856243134, -0.1434781849384308, -0.030413193628191948, 0.009245472960174084, 0.030701080337166786, 0.05697193369269371, 0.010668192990124226, -0.023657282814383507, -0.10091463476419449, -0.16905483603477478, -0.14318060874938965, -0.11148715019226074, -0.03276486694812775, 0.04245217889547348, 0.032361604273319244, 0.07026540488004684, 0.04766898229718208, 0.010218258947134018, -0.02588152140378952, -0.10322292894124985, -0.07028187066316605, -0.013195516541600227, 0.01291006337851286, 0.06510471552610397, 0.03559250384569168, 0.008065259084105492, 0.007607653271406889, 0.017871182411909103, -0.020319193601608276, -0.13565537333488464, -0.1359802782535553, -0.03898874670267105, 0.0634990781545639, 0.11763284355401993, 0.1069040596485138, 0.11204154044389725, 0.07986737787723541, 0.08413832634687424, 0.1613280177116394, 0.19944728910923004, 0.13088633120059967, 0.14092645049095154, 0.18265922367572784, 0.18933191895484924, 0.13495902717113495, 0.12799514830112457, 0.14817243814468384, 0.16270604729652405, 0.10093516111373901, 0.013478264212608337, -0.014670322649180889, 0.030616311356425285, 0.10828866809606552, 0.12539821863174438, 0.14737924933433533, 0.13818497955799103, 0.039017584174871445, -0.04331912845373154, -0.028444750234484673, 0.05824524164199829, 0.07563009113073349, 0.09746316075325012, 0.16149137914180756, 0.18113268911838531, 0.14527268707752228, 0.07380767166614532, 0.00622509466484189, -0.1021527349948883, -0.10127058625221252, 0.021514570340514183, 0.14859884977340698, 0.1630621999502182, 0.06593400239944458, 0.048175565898418427, 0.03798948973417282, -0.03760027885437012, -0.09999989718198776, -0.14864782989025116, -0.05170207470655441, 0.09867852181196213, 0.15381640195846558, 0.1737329363822937, 0.2063014656305313, 0.2288084179162979, 0.11637579649686813, -0.022280052304267883, -0.025047527626156807, 0.04659254476428032, 0.04792531207203865, 0.10171094536781311, 0.17000354826450348, 0.23526419699192047, 0.239451602101326, 0.18345141410827637, 0.11811278015375137, 0.003992670215666294, -0.07602085173130035, -0.0446382537484169, -0.0033355802297592163, 0.03278553858399391, 0.019716201350092888, 0.05225298926234245, 0.07031437009572983, -0.0032880858052521944, -0.06722070276737213, -0.07179926335811615, -0.0635467916727066, -0.03423682972788811, -0.035386644303798676, 0.005026076454669237, 0.018647575750947, -0.052768707275390625, -0.11700207740068436, -0.12266425788402557, -0.07534503191709518, -0.06397555023431778, -0.0898006334900856, -0.04815586656332016, 0.011915645562112331, 0.05593368411064148, 0.0007702604052610695, -0.055844519287347794, -0.06427915394306183, -0.06291565299034119, -0.00873472448438406, 0.0580657497048378, 0.13113315403461456, 0.13716475665569305, 0.02672300674021244, 0.0035106749273836613, 0.038315605372190475, 0.01918432116508484, 0.04190349206328392, 0.1528262346982956, 0.2678445875644684, 0.3265402317047119, 0.3359184265136719, 0.31965798139572144, 0.278656542301178, 0.232285276055336, 0.18876534700393677, 0.2071875035762787, 0.29411208629608154, 0.3419874310493469, 0.4297514855861664, 0.4794260561466217, 0.40851542353630066, 0.3049395978450775, 0.23154222965240479, 0.20662274956703186, 0.19593428075313568, 0.20359653234481812, 0.25536075234413147, 0.27763640880584717, 0.2074546366930008, 0.15259836614131927, 0.170895054936409, 0.10101114958524704, 0.0343160405755043, -0.014904643408954144, 0.03385762497782707, 0.10508156567811966, 0.03038119338452816, 0.014096706174314022, 0.008329587988555431, -0.04407128319144249, -0.09507539123296738, -0.10215575248003006, -0.10405862331390381, -0.09142009913921356, -0.15866148471832275, -0.17733001708984375, -0.22438310086727142, -0.27018144726753235, -0.29362642765045166, -0.266586571931839, -0.17388314008712769, -0.1937893033027649, -0.17779220640659332, -0.1302567422389984, -0.12045466154813766, -0.09039703756570816, -0.036880526691675186, 0.020950207486748695, 0.010149121284484863, 0.009615088813006878, -0.0033739160280674696, -0.05530472472310066, -0.08965820074081421, -0.053194448351860046, 0.002119680168107152, 0.05364465340971947, 0.09348666667938232, 0.0484493263065815, -0.0017615575343370438, -0.020610101521015167, 0.00529131293296814, 0.005124617367982864, 0.007653305307030678, 0.027591418474912643, 0.08930638432502747, 0.12929491698741913, 0.12015870213508606, 0.13420698046684265, 0.11311966180801392, 0.07556090503931046, 0.04520715773105621, 0.015488809905946255, 0.015237655490636826, -0.0009698258363641798, 0.005919238552451134, 0.024611549451947212, 0.1009967103600502, 0.12513762712478638, 0.08390747755765915, 0.04822201654314995, 0.07101093977689743, 0.06589969992637634, -0.020057689398527145, -0.06130930408835411, -0.04961225017905235, -0.07307936251163483, -0.11211435496807098, -0.13676536083221436, -0.1668536514043808, -0.19293755292892456, -0.18095679581165314, -0.10189081728458405, -0.040791742503643036, -0.07520526647567749, -0.15974001586437225, -0.22659268975257874, -0.2597244381904602, -0.27587762475013733, -0.2968358099460602, -0.2146805375814438, -0.16520601511001587, -0.16987738013267517, -0.19030709564685822, -0.26321941614151, -0.24888192117214203, -0.19042803347110748, -0.20216241478919983, -0.13528892397880554, -0.08860266208648682, -0.02613970823585987, 0.02605452574789524, 0.0534830205142498, 0.07616060227155685, -0.007001139689236879, -0.03956964239478111, -0.055453840643167496, -0.06209443137049675, -0.06809312105178833, -0.0610857792198658, -0.042031534016132355, -0.00023747238446958363, 0.007531030103564262, 0.031461820006370544, 0.03058456815779209, 0.01218213140964508, 0.01649945043027401, 0.07742801308631897, 0.0781559869647026, 0.06697248667478561, 0.06571246683597565, 0.07338099926710129, 0.1287679225206375, 0.1076047345995903, 0.04859287664294243, 0.00879067275673151, 0.04334360361099243, 0.059137631207704544, -0.010045499540865421, 0.0012682662345468998, 0.0014026399003341794, -0.029200542718172073, 0.0061021605506539345, 0.033826250582933426, 0.021492434665560722, -0.07421286404132843, -0.1488548368215561, -0.12517954409122467, -0.06547168642282486, -0.07397432625293732, -0.10675425827503204, -0.1544477492570877, -0.18085810542106628, -0.14730799198150635, -0.12663984298706055, -0.14423251152038574, -0.20212812721729279, -0.20876000821590424, -0.16953854262828827, -0.0787733644247055, -0.057602133601903915, -0.05425047129392624, -0.10941408574581146, -0.09916729480028152, -0.12590719759464264, -0.1910068541765213, -0.19495947659015656, -0.20707765221595764, -0.21364367008209229, -0.2261708378791809, -0.18228380382061005, -0.15924441814422607, -0.17217426002025604, -0.18709246814250946, -0.2100418210029602, -0.15020941197872162, -0.12651826441287994, -0.09035017341375351, -0.10226593166589737, -0.08789444714784622, -0.10012853145599365, -0.16351979970932007, -0.13057786226272583, -0.047284290194511414, -0.018361859023571014, -0.11146543174982071, -0.14155715703964233, -0.0004307516501285136, 0.03995976969599724, -0.010893886908888817, -0.02147698774933815, 0.0809374526143074, 0.14242663979530334, 0.11063200235366821, 0.09390482306480408, 0.047567084431648254, -0.03219493478536606, -0.07906921207904816, -0.05891924351453781, -0.0245618037879467, -0.0055349599570035934, -0.011443852446973324, 0.028128093108534813, 0.045299530029296875, 0.03896038979291916, 0.01909983716905117, -0.03270534425973892, -0.052176959812641144, -0.05427606403827667, 0.0015823700232431293, 0.0749647244811058, 0.11096444725990295, 0.09049477428197861, 0.028358083218336105, 0.06532364338636398, 0.06309623271226883, 0.015004663728177547, -0.034725211560726166, -0.045705586671829224, -0.05945117399096489, -0.03504183888435364, -0.016345521435141563, -0.01228706631809473, -0.03175310418009758, -0.0412365086376667, -0.006140926852822304, 0.02941412851214409, 0.01024374458938837, -0.010637069121003151, -0.012870940379798412, -0.01087347511202097, -0.06550569832324982, -0.10462754964828491, -0.07536417245864868, -0.08922630548477173, -0.07788049429655075, -0.016611376777291298, 0.021367281675338745, 0.08626552671194077, 0.08065151423215866, 0.017238225787878036, -0.046423040330410004, -0.0945298969745636, -0.05965413898229599, 0.03508343547582626, 0.1453661471605301, 0.2030772566795349, 0.214325949549675, 0.1631895750761032, 0.08861900866031647, 0.020273443311452866, -0.03640960901975632, -0.03605702519416809, 0.010812134481966496, 0.037148043513298035, 0.06281295418739319, 0.07810822129249573, 0.040149860084056854, -0.05934346839785576, -0.13739319145679474, -0.10244622081518173, -0.08151976019144058, -0.05677052214741707, -0.04629357159137726, -0.02982238680124283, -0.012945275753736496, 0.002376915654167533, 0.021307943388819695, -0.022194089367985725, -0.04757767915725708, -0.03821805119514465, -0.11383641511201859, -0.19979336857795715, -0.22341011464595795, -0.15978533029556274, -0.13870716094970703, -0.14612120389938354, -0.133025661110878, -0.13343633711338043, -0.17106111347675323, -0.17655426263809204, -0.11145906150341034, -0.06341733038425446, -0.0031382881570607424, 0.02522154711186886, 0.0369764119386673, 0.07515064626932144, 0.01909930817782879, -0.02441120147705078, -0.02265334129333496, -0.038596171885728836, -0.04341009631752968, -0.0028806820046156645, 0.036308787763118744, 0.05224176496267319, 0.04866528883576393, 0.07878148555755615, 0.13445207476615906, 0.09405869990587234, 0.02537413127720356, 0.04630845785140991, 0.0725642740726471, 0.10093514621257782, 0.12269403785467148, 0.14204314351081848, 0.1848434954881668, 0.15560197830200195, 0.10784830898046494, 0.039854180067777634, 0.013030814938247204, 0.044029660522937775, 0.09913307428359985, 0.12372023612260818, 0.14221899211406708, 0.16544035077095032, 0.12314515560865402, 0.06103404983878136, 0.02267727628350258, 0.013872053474187851, 0.054288897663354874, 0.0511450432240963, 0.07833540439605713, 0.08560417592525482, 0.11071906238794327, 0.12670640647411346, 0.07677994668483734, 0.017350129783153534, -0.021758561953902245, -0.027128707617521286, -0.017301376909017563, -0.03502538427710533, -0.022606275975704193, -0.0012356674997135997, -0.021855812519788742, 0.009941122494637966, 0.01509347464889288, 0.01790841855108738, -0.020385125651955605, -0.0041413926519453526, 0.06272343546152115, 0.08098981529474258, 0.05265785753726959, 0.07759331911802292, 0.07990455627441406, 0.04582623392343521, 0.03223841264843941, 0.003065441967919469, 0.052764032036066055, 0.08175879716873169, 0.04791122302412987, 0.04093373566865921, 0.0625566765666008, 0.11321718990802765, 0.09871634095907211, 0.0372842513024807, 0.03547185659408569, 0.09555681049823761, 0.1470787674188614, 0.2229645550251007, 0.23625604808330536, 0.2541186511516571, 0.24450933933258057, 0.25332528352737427, 0.26180291175842285, 0.2771877646446228, 0.2217177003622055, 0.1673431545495987, 0.12078994512557983, 0.1367347538471222, 0.14954306185245514, 0.11630827188491821, 0.06319626420736313, 0.08033289760351181, 0.1220414936542511, 0.13266099989414215, 0.05785953253507614, 0.037140462547540665, 0.024751603603363037, 0.015510485507547855, 0.03638511523604393, 0.03132617846131325, -0.0042811110615730286, -0.055567871779203415, -0.1107846051454544, -0.09468065947294235, -0.06343603134155273, -0.05233278498053551, -0.010657800361514091, 0.03399447724223137, 0.033211443573236465, -0.0020103196147829294, -0.0423068031668663, -0.05407927930355072, -0.07586082816123962, -0.06571651995182037, -0.018309766426682472, 0.012844973243772984, 0.09170340746641159, 0.1502886712551117, 0.13443328440189362, 0.10555822402238846, 0.07279656082391739, 0.022828873246908188, 0.011064086109399796, 0.06305408477783203, 0.08164943009614944, 0.07221990823745728, 0.11427704244852066, 0.17814502120018005, 0.18645958602428436, 0.1267697513103485, 0.12348943948745728, 0.15180516242980957, 0.16592450439929962, 0.14737841486930847, 0.13580340147018433, 0.13237230479717255, 0.15311279892921448, 0.12051812559366226, 0.0552532784640789, -0.015407086350023746, -0.00030849530594423413, 0.013167663477361202, 0.02996659465134144, 0.049800340086221695, 0.04058844596147537, 0.021297696977853775, -0.018748480826616287, -0.05680324509739876, -0.10845768451690674, -0.13195407390594482, -0.12266213446855545, -0.11707903444766998, -0.1140824630856514, -0.058442458510398865, -0.06684307754039764, -0.08945196121931076, -0.12532569468021393, -0.12771929800510406, -0.14843225479125977, -0.15905337035655975, -0.11241302639245987, -0.0620795302093029, -0.09096435457468033, -0.13675199449062347, -0.15366247296333313, -0.1621413379907608, -0.20116889476776123, -0.20771880447864532, -0.16109177470207214, -0.05675853416323662, 0.03220599889755249, 0.07846046984195709, 0.09796343743801117, 0.09894891083240509, 0.08365798741579056, 0.036595746874809265, -0.011244704946875572, 0.024055197834968567, 0.03826751559972763, 0.05035485327243805, 0.08342388272285461, 0.12110401690006256, 0.12713974714279175, 0.11745719611644745, 0.15655110776424408, 0.2102704644203186, 0.2314818650484085, 0.2451067566871643, 0.24614207446575165, 0.24459891021251678, 0.2286156564950943, 0.20113855600357056, 0.1832643747329712, 0.13404840230941772, 0.06707282364368439, 0.026988787576556206, 0.011714640073478222, -0.009828167967498302, -0.05591677874326706, -0.0651993453502655, -0.0623428076505661, -0.033696286380290985, 0.004869461990892887, -0.03199772536754608, -0.0602048896253109, -0.08370868861675262, -0.11330399662256241, -0.14891386032104492, -0.16214819252490997, -0.11636356264352798, -0.06930695474147797, -0.0888296365737915, -0.09980408102273941, -0.10223021358251572, -0.09674058109521866, -0.1249660775065422, -0.19045764207839966, -0.20379281044006348, -0.17378775775432587, -0.13655367493629456, -0.11450590938329697, -0.09256763011217117, -0.029006822034716606, -0.019927415996789932, -0.06292524188756943, -0.08130407333374023, -0.08709275722503662, -0.099985271692276, -0.11391706764698029, -0.07861724495887756, 0.0253572016954422, 0.09313742071390152, 0.10267706215381622, 0.05025382712483406, -0.009227612987160683, -0.028601450845599174, -0.04767150059342384, -0.07824399322271347, -0.052745670080184937, 0.04586249217391014, 0.13731765747070312, 0.21082621812820435, 0.1889486163854599, 0.13204127550125122, 0.10640640556812286, 0.0887962132692337, 0.07395865768194199, 0.04213413968682289, 0.036918021738529205, 0.11291219294071198, 0.21008053421974182, 0.2566464841365814, 0.21615274250507355, 0.10405412316322327, 0.031566571444272995, 0.04153970256447792, 0.09748517721891403, 0.09094861149787903, 0.05922064930200577, 0.07025710493326187, 0.10638929158449173, 0.10141163319349289, 0.005633103661239147, -0.08487532287836075, -0.10422732681035995, -0.09662336856126785, -0.08559278398752213, -0.047693364322185516, 0.006053159479051828, 0.08068904280662537, 0.07306524366140366, -0.03438282012939453, -0.12509594857692719, -0.16522341966629028, -0.1627146452665329, -0.1564507633447647, -0.1311759203672409, -0.09931858628988266, -0.035887978971004486, -0.0014915108913555741, -0.017257362604141235, -0.07972849160432816, -0.10449330508708954, -0.0921081155538559, -0.11827095597982407, -0.11658694595098495, -0.07013437896966934, -0.006473031360656023, 0.012625421397387981, -0.01599712111055851, -0.0616251602768898, -0.11987166851758957, -0.13250845670700073, -0.17805057764053345, -0.19512978196144104, -0.1623910665512085, -0.11497379094362259, -0.05063870921730995, -0.008984199725091457, -0.01692814752459526, -0.0667181983590126, -0.11304628849029541, -0.16875460743904114, -0.1887141615152359, -0.17447622120380402, -0.17863218486309052, -0.1522975116968155, -0.10088922083377838, -0.0793180987238884, -0.0948508083820343, -0.1462157666683197, -0.17123673856258392, -0.08959069103002548, -0.06010051071643829, -0.055187076330184937, -0.022404557093977928, 0.037566959857940674, 0.03835165128111839, -0.007852417416870594, -0.027236279100179672, -0.06222622096538544, -0.13829444348812103, -0.18001659214496613, -0.12618573009967804, -0.07389358431100845, -0.010244147852063179, -0.01977301761507988, -0.08220139890909195, -0.11088749021291733, -0.12638036906719208, -0.14721360802650452, -0.20774666965007782, -0.2353629320859909, -0.155739426612854, -0.04817748814821243, -0.023341285064816475, -0.053968071937561035, -0.08989619463682175, -0.10564462095499039, -0.08657509088516235, -0.13851642608642578, -0.1783323734998703, -0.19157914817333221, -0.12433965504169464, -0.10893405973911285, -0.07752873748540878, -0.036997102200984955, -0.01627494767308235, -0.0820988267660141, -0.098642997443676, -0.04884935915470123, -0.03709128871560097, 0.025737008079886436, 0.03212318569421768, 0.03433900699019432, 0.06624727696180344, 0.0702207088470459, 0.067215695977211, 0.07846531271934509, 0.047536950558423996, 0.002967056119814515, 0.011382765136659145, 0.053084295243024826, 0.05010155215859413, 0.0037614742759615183, -0.008145103231072426, 0.014238798059523106, 0.0010276433313265443, -0.029275277629494667, -0.054588597267866135, -0.051820602267980576, -0.014007965102791786, 0.0336005799472332, 0.07678157836198807, 0.05634303763508797, 0.022372042760252953, 0.03153185173869133, 0.013791589997708797, -0.04519769549369812, -0.06158934161067009, -0.050694916397333145, -0.03328792750835419, -0.030252311378717422, 0.025387166067957878, 0.06775236874818802, 0.083936408162117, 0.07495919615030289, 0.06403040885925293, 0.0494382306933403, 0.017968395724892616, 0.01642213948071003, 0.03212108090519905, 0.050754960626363754, 0.050053589046001434, 0.04040621593594551, 0.040386248379945755, -0.005484277382493019, -0.02618906833231449, -0.029759472236037254, 0.0023702378384768963, 0.021017055958509445, 0.02793944627046585, 0.03531345725059509, 0.02728668600320816, -0.008371282368898392, -0.020790349692106247, -0.048062700778245926, -0.034899789839982986, -0.023131029680371284, -0.019652336835861206, 0.02072416990995407, 0.014467060565948486, 0.004525456111878157, -0.025062762200832367, -0.03671884164214134, -0.003090913873165846, 0.0051498617976903915, -0.026616107672452927, -0.07311402261257172, -0.07875251024961472, -0.058813534677028656, -0.09303265810012817, -0.09604881703853607, -0.08916742354631424, -0.08218465745449066, -0.041819557547569275, 0.027041282504796982, 0.04714667797088623, 0.0058257728815078735, -0.042391348630189896, -0.0703473687171936, -0.091181181371212, -0.11008243262767792, -0.0452127642929554, 0.01941152848303318, 0.06552344560623169, 0.045240044593811035, 0.022549664601683617, 0.013850065879523754, -0.01280625443905592, -0.04890257492661476, -0.0681840032339096, -0.03782287612557411, 0.008115275762975216, 0.06100980192422867, 0.09720224142074585, 0.07171691954135895, 0.030887974426150322, -0.002168709645047784, 0.04254540428519249, 0.06973492354154587, 0.07867357134819031, 0.09937173128128052, 0.12298054993152618, 0.14060498774051666, 0.13226278126239777, 0.08295055478811264, 0.07191389799118042, 0.058869555592536926, 0.05341675505042076, 0.10410281270742416, 0.19687849283218384, 0.24412621557712555, 0.22205252945423126, 0.20475034415721893, 0.1670771837234497, 0.08670595288276672, 0.01016342081129551, -0.025703689083456993, -0.011270565912127495, 0.02938348986208439, 0.024072153493762016, 0.025530153885483742, 0.012628675438463688, -0.0028454121202230453, -0.010782701894640923, -0.0744272843003273, -0.09846034646034241, -0.09826262295246124, -0.10723461210727692, -0.113347627222538, -0.08052946627140045, -0.053864289075136185, -0.06616370379924774, -0.07794924825429916, -0.14793646335601807, -0.19365747272968292, -0.16246001422405243, -0.15886802971363068, -0.12873195111751556, -0.10173136740922928, -0.09515657275915146, -0.07629965245723724, -0.06565919518470764, -0.10862632840871811, -0.14537569880485535, -0.15563397109508514, -0.13665272295475006, -0.0961240828037262, -0.06516782939434052, -0.052572425454854965, 0.020106565207242966, 0.08698076754808426, 0.059523239731788635, 0.016712980344891548, 0.018174022436141968, 0.04104328528046608, 0.03402707725763321, 0.014164906926453114, 0.0324522890150547, 0.07408686727285385, 0.07703574001789093, 0.05179879441857338, 0.02265245094895363, -0.01110777072608471, -0.03992312774062157, -0.07852262258529663, -0.09554792195558548, -0.05200090631842613, 0.04581581428647041, 0.1380835622549057, 0.16171598434448242, 0.1285305768251419, 0.12130503356456757, 0.09930997341871262, 0.0677657425403595, 0.08473686128854752, 0.07541020959615707, 0.0674399733543396, 0.08278324455022812, 0.11856230348348618, 0.1308910846710205, 0.13321159780025482, 0.1388428956270218, 0.1576252430677414, 0.208307683467865, 0.23262974619865417, 0.24342156946659088, 0.24284030497074127, 0.23766542971134186, 0.21771356463432312, 0.1830359846353531, 0.1374528408050537, 0.13090009987354279, 0.08895532786846161, 0.08874918520450592, 0.11984056234359741, 0.17086273431777954, 0.1647232323884964, 0.16456465423107147, 0.1519101858139038, 0.16899904608726501, 0.18450315296649933, 0.15686188638210297, 0.08503133803606033, 0.0769452303647995, 0.08853277564048767, 0.07168489694595337, 0.04361391067504883, 0.07379120588302612, 0.06964404881000519, 0.0215259101241827, -0.04626543074846268, -0.06705223023891449, -0.1091395914554596, -0.1460726112127304, -0.15396861732006073, -0.14808079600334167, -0.12039701640605927, -0.09684277325868607, -0.12528717517852783, -0.10355871170759201, -0.11107315123081207, -0.14295729994773865, -0.13978970050811768, -0.10054861754179001, -0.04074674844741821, -0.015792621299624443, 0.0022813393734395504, 0.010072791948914528, 0.051714133471250534, 0.028143273666501045, 0.020472437143325806, 0.07202713936567307, 0.10984545201063156, 0.10888933390378952, 0.11989843845367432, 0.11867623776197433, 0.11767937988042831, 0.08506382256746292, 0.09114733338356018, 0.13969163596630096, 0.15279392898082733, 0.16747522354125977, 0.17879632115364075, 0.20984230935573578, 0.2068200260400772, 0.19598999619483948, 0.13882121443748474, 0.10065778344869614, 0.11327403783798218, 0.09842489659786224, 0.07429780811071396, 0.09305613487958908, 0.12199510633945465, 0.12209527939558029, 0.13844484090805054, 0.16010554134845734, 0.13445930182933807, 0.05342015251517296, -0.009336399845778942, -0.017140662297606468, -0.0029096242506057024, -0.011677306145429611, -0.03142309933900833, -0.020865438506007195, -0.039943233132362366, -0.0486014224588871, -0.05930786579847336, -0.11199314147233963, -0.16621975600719452, -0.16379408538341522, -0.13943663239479065, -0.12809138000011444, -0.14515553414821625, -0.18315300345420837, -0.20202504098415375, -0.19200460612773895, -0.1788242906332016, -0.20145238935947418, -0.1758699268102646, -0.10777883976697922, -0.09638246148824692, -0.1024007573723793, -0.11152346432209015, -0.10503575205802917, -0.08768019080162048, -0.06078091263771057, -0.011874426156282425, -0.016446880996227264, -0.012924964539706707, 0.0265460554510355, 0.05840783566236496, 0.1031586304306984, 0.14903408288955688, 0.14453242719173431, 0.12220101058483124, 0.1088266670703888, 0.08782906830310822, 0.09323188662528992, 0.11586302518844604, 0.12583406269550323, 0.17218606173992157, 0.20327237248420715, 0.2287808358669281, 0.21004360914230347, 0.17275331914424896, 0.25770559906959534, 0.34209129214286804, 0.2490844428539276, 0.18795625865459442, 0.27028581500053406, 0.2592421770095825, 0.15857478976249695, 0.06629493832588196, 0.07731734216213226, 0.09380227327346802, 0.059273045510053635, 0.05448776111006737, 0.051470134407281876, 0.04497859627008438, 0.0024843907449394464, -0.009362385608255863, -0.007547302171587944, -0.0058215600438416, -0.009314839728176594, -0.016974065452814102, 0.016351323574781418, 0.03355451673269272, 0.008437493816018105, -0.039340097457170486, 0.004069664981216192, 0.02039547637104988, -0.001765366760082543, -0.04823834449052811, -0.06821031123399734, -0.0510481521487236, -0.006823968607932329, -0.0021809127647429705, -0.08575329184532166, -0.12048963457345963, -0.10880914330482483, -0.13011467456817627, -0.15810152888298035, -0.14011628925800323, -0.141135111451149, -0.146150603890419, -0.14593404531478882, -0.07697812467813492, -0.06539765000343323, -0.09664340317249298, -0.14079180359840393, -0.17858260869979858, -0.16211558878421783, -0.15178000926971436, -0.17186501622200012, -0.16471794247627258, -0.1653974950313568, -0.16049928963184357, -0.09225165843963623, -0.04250039905309677, -0.039575934410095215, -0.020293010398745537, -0.06272843480110168, -0.06053272262215614, -0.012778613716363907, 0.01561916433274746, -0.012994195334613323, -0.05200670287013054, -0.006875049322843552, 0.02494279481470585, 0.021755477413535118, 0.04466455429792404, 0.07621008902788162, 0.05865710228681564, 0.012025130912661552, 0.011545051820576191, 0.02275630086660385, 0.014383327215909958, -0.009428095072507858, -0.006496775429695845, 0.026851724833250046, 0.012255949899554253, 0.025278432294726372, -0.011685977689921856, -0.07753048092126846, -0.07698126882314682, -0.014729929156601429, 0.03274032846093178, 0.028495408594608307, -0.036703240126371384, -0.05936002358794212, -0.031422797590494156, -0.031291719526052475, -0.016356781125068665, -0.023295961320400238, -0.02182488702237606, 0.00767356064170599, -0.010062789544463158, -0.10580665618181229, -0.20017915964126587, -0.1703854203224182, -0.06052553281188011, -0.032379522919654846, -0.0454942025244236, -0.06199909746646881, -0.06391578912734985, -0.052537575364112854, -0.09164948016405106, -0.16169771552085876, -0.15869200229644775, -0.09320338815450668, -0.052918996661901474, -0.08071441203355789, -0.0778585895895958, -0.05946788936853409, -0.08152446150779724, -0.13990212976932526, -0.16193173825740814, -0.11910587549209595, -0.1191624253988266, -0.1379406750202179, -0.06756039708852768, -0.05804397538304329, -0.047296058386564255, -0.05997395142912865, -0.07629668712615967, -0.09429004788398743, -0.11403010785579681, -0.12431519478559494, -0.12780597805976868, -0.05345528572797775, -0.001164688146673143, 0.01336374506354332, 0.048225805163383484, 0.048567332327365875, -0.016042787581682205, -0.0429161936044693, -0.024409575387835503, 0.016876066103577614, 0.03370130807161331, 0.0772484838962555, 0.09101276099681854, 0.09182771295309067, 0.11047951132059097, 0.06582813709974289, 0.014776015654206276, 0.020452067255973816, -0.006019556429237127, -0.04126030206680298, -0.05749838054180145, 0.0145837077870965, 0.07891518622636795, 0.06604499369859695, -0.018994493409991264, -0.060015857219696045, -0.05976134538650513, -0.038050249218940735, -0.0019260646076872945, -0.02016051858663559, -0.017902879044413567, -0.008391676470637321, -0.007289596367627382, -0.008993672206997871, -0.039693433791399, -0.039440594613552094, 0.017060661688447, 0.1063227504491806, 0.09945670515298843, 0.06568221002817154, 0.08926846086978912, 0.08846905082464218, 0.06547002494335175, 0.06251325458288193, 0.09326203167438507, 0.12870746850967407, 0.14635390043258667, 0.11610515415668488, 0.10628095269203186, 0.07718568295240402, 0.03466527909040451, -0.008759714663028717, -0.015270592644810677, 0.055909305810928345, 0.133467897772789, 0.1159454956650734, 0.030682208016514778, -0.013127664104104042, -0.04662502557039261, -0.04828627407550812, -0.06410829722881317, -0.07177657634019852, -0.05811583623290062, -0.015260368585586548, 0.003704747185111046, -0.053874365985393524, -0.11274231225252151, -0.14614401757717133, -0.15889479219913483, -0.13142170011997223, -0.06193237751722336, -0.056792329996824265, -0.08017749339342117, -0.03455306217074394, 0.018904510885477066, 0.009103678166866302, -0.03688695654273033, -0.002452452667057514, 0.00793031882494688, -0.05142985284328461, -0.08928736299276352, -0.08105458319187164, -0.0415126234292984, -0.03762872889637947, -0.08189713209867477, -0.07649069279432297, -0.05662580952048302, -0.029463253915309906, 0.016979949548840523, 0.03589089214801788, 0.024280305951833725, -0.01888749748468399, -0.020301926881074905, 0.03013656847178936, 0.07472231239080429, 0.06972641497850418, 0.04965255782008171, 0.04498252645134926, 0.07186439633369446, 0.07652250677347183, 0.09841549396514893, 0.10952294617891312, 0.07461407035589218, 0.028150029480457306, 0.055690374225378036, 0.05626700818538666, 0.06235187128186226, 0.08123654872179031, 0.031177334487438202, -0.0016933894949033856, -0.0323663093149662, 0.00455520348623395, 0.018049392849206924, -0.01702181063592434, -0.022224077954888344, -0.033649612218141556, -0.035181839019060135, -0.0872131735086441, -0.13553500175476074, -0.12605860829353333, -0.11725149303674698, -0.09854168444871902, -0.04597077518701553, -0.10295695066452026, -0.12783122062683105, -0.08879595994949341, -0.03379280865192413, -0.04950457438826561, -0.1332472264766693, -0.15876612067222595, -0.17485111951828003, -0.1865650862455368, -0.15067721903324127, -0.09103506058454514, -0.07184712588787079, -0.10460525006055832, -0.06813333183526993, -0.034084390848875046, -0.04788783937692642, -0.05482751503586769, -0.054618168622255325, -0.0732758492231369, -0.06494583934545517, -0.017802059650421143, 0.008026664145290852, 0.024951821193099022, 0.03400319442152977, -0.010575300082564354, -0.0063283005729317665, 0.025994209572672844, 0.03087726980447769, 0.03276661038398743, 0.05377192795276642, 0.0664718970656395, 0.06355883181095123, 0.07918772846460342, 0.09455741196870804, 0.06751386821269989, 0.026309898123145103, 0.054098956286907196, 0.06055239960551262, 0.0938943549990654, 0.15307103097438812, 0.1548243761062622, 0.0634598359465599, 0.04236692935228348, 0.06662554293870926, 0.015246143564581871, -0.0366080105304718, -0.06669673323631287, -0.10353982448577881, -0.07181946188211441, 0.023528074845671654, 0.10708560049533844, 0.13881200551986694, 0.11514600366353989, 0.13700196146965027, 0.14094160497188568, 0.10569079965353012, 0.08758081495761871, 0.05834195017814636, 0.011985352262854576, 0.00521503621712327, -0.02054748684167862, -0.038328222930431366, -0.10269835591316223, -0.137012779712677, -0.15829551219940186, -0.12848825752735138, -0.20340605080127716, -0.2869131863117218, -0.2831921875476837, -0.25761106610298157, -0.22214868664741516, -0.18297728896141052, -0.21986664831638336, -0.2820332944393158, -0.2943003177642822, -0.24085865914821625, -0.23325921595096588, -0.2961544692516327, -0.30242544412612915, -0.28774404525756836, -0.3010118305683136, -0.2719622552394867, -0.22679540514945984, -0.22867287695407867, -0.22938907146453857, -0.16084928810596466, -0.17966850101947784, -0.18337884545326233, -0.11457907408475876, -0.04781584441661835, -0.046244703233242035, -0.05030829459428787, 0.03857186809182167, 0.017801320180296898, 0.02929801121354103, 0.0676174908876419, 0.05323609709739685, 0.06140359863638878, 0.06038014590740204, 0.0454615093767643, 0.09621406346559525, 0.13792772591114044, 0.15071777999401093, 0.189208984375, 0.1706647425889969, 0.16159185767173767, 0.14329244196414948, 0.1903589963912964, 0.2227516621351242, 0.19232657551765442, 0.20999066531658173, 0.22975710034370422, 0.2035682499408722, 0.15804676711559296, 0.18221385776996613, 0.18930856883525848, 0.17747433483600616, 0.18962039053440094, 0.19729992747306824, 0.1957828849554062, 0.1742829829454422, 0.15217715501785278, 0.1507251262664795, 0.09691141545772552, 0.11037677526473999, 0.12270468473434448, 0.09507466107606888, 0.05678762122988701, 0.006808881182223558, -0.03236137703061104, 0.008464678190648556, 0.04164813086390495, 0.04797546565532684, -0.009386719204485416, -0.0508696511387825, -0.09129712730646133, -0.06510663777589798, -0.059248462319374084, -0.07383105903863907, -0.13951294124126434, -0.18589814007282257, -0.16060779988765717, -0.12147004157304764, -0.06478673964738846, -0.05337633565068245, -0.0630093440413475, -0.13340458273887634, -0.11783695220947266, -0.11154709756374359, -0.14013615250587463, -0.13694556057453156, -0.09991724044084549, -0.08744417130947113, -0.04592602699995041, 0.004345448222011328, -0.024136098101735115, -0.07523283362388611, -0.12022747844457626, -0.10182542353868484, -0.05539990961551666, -0.023066015914082527, 0.07876879721879959, 0.10047848522663116, 0.10706280171871185, 0.22555358707904816, 0.30683159828186035, 0.24615177512168884, 0.20733696222305298, 0.2371642291545868, 0.2679539918899536, 0.3181299865245819, 0.3190235495567322, 0.22728389501571655, 0.15466301143169403, 0.2893576920032501, 0.33628278970718384, 0.1945715993642807, 0.16072483360767365, 0.2637506127357483, 0.3899293541908264, 0.42921772599220276, 0.3987935185432434, 0.2942476272583008, 0.037685226649045944, -0.23357421159744263, -0.0219904575496912, 0.08087975531816483, -0.014471366070210934, -0.06540243327617645, -0.22264930605888367, -0.23628652095794678, -0.12876741588115692, -0.11010824143886566, -0.14189980924129486, -0.1730113923549652, -0.29795974493026733, -0.19604746997356415, -0.029768358916044235, 0.05806067958474159, -0.020996931940317154, -0.17003686726093292, -0.1662588119506836, -0.03225613385438919, -0.0006575648440048099, 0.005114296916872263, -0.06996827572584152, -0.06838274747133255, -0.0144253084436059, 0.09739932417869568, 0.10810939967632294, 0.09045879542827606, 0.13734184205532074, 0.1700989007949829, 0.19247183203697205, 0.25335705280303955, 0.2474011778831482, 0.24015268683433533, 0.23048382997512817, 0.2955660820007324, 0.34642162919044495, 0.3857117295265198, 0.371328741312027, 0.41846412420272827, 0.5034980177879333, 0.5438613295555115, 0.6159846782684326, 0.6574169397354126, 0.5539364218711853, 0.44716697931289673, 0.46622365713119507, 0.4915827810764313, 0.40524929761886597, 0.3595912456512451, 0.3616698980331421, 0.31171107292175293, 0.13907700777053833, 0.08247818797826767, 0.18309780955314636, 0.21515919268131256, 0.15127810835838318, 0.13440926373004913, 0.19005270302295685, 0.23050618171691895, 0.06500876694917679, -0.20560051500797272, -0.29070717096328735, -0.18536493182182312, -0.0953945741057396, -0.1758490651845932, -0.3300069272518158, -0.43197518587112427, -0.3797702193260193, -0.2844837009906769, -0.29030856490135193, -0.30310651659965515, -0.30144137144088745, -0.17312553524971008, -0.008101120591163635, -0.011102513410151005, -0.11347832530736923, -0.19914233684539795, -0.16632291674613953, -0.10836280882358551, -0.14306315779685974, -0.0806075856089592, -0.04726015403866768, -0.024102896451950073, 0.09868311882019043, 0.16410642862319946, 0.10751461982727051, 0.11916692554950714, 0.1908649355173111, 0.2357320487499237, 0.31463444232940674, 0.45870450139045715, 0.5640603303909302, 0.5230969190597534, 0.3550214469432831, 0.27846264839172363, 0.35078731179237366, 0.42119303345680237, 0.35772883892059326, 0.19485072791576385, 0.187178373336792, 0.3206314742565155, 0.3169252872467041, 0.22273007035255432, 0.034859657287597656, -0.08952535688877106, 0.06033165007829666, 0.22338680922985077, 0.0634981170296669, -0.2570275664329529, -0.2725692689418793, -0.0687796100974083, -0.023010319098830223, -0.18388500809669495, -0.39476123452186584, -0.45259979367256165, -0.291882187128067, -0.21563732624053955, -0.30076977610588074, -0.34386104345321655, -0.2827405631542206, -0.19472435116767883, -0.2047148048877716, -0.27343976497650146, -0.3723999261856079, -0.46724364161491394, -0.47267600893974304, -0.34869614243507385, -0.1506265103816986, -0.17530207335948944, -0.40521419048309326, -0.46565866470336914, -0.24145352840423584, -0.07552633434534073, -0.21033598482608795, -0.415630042552948, -0.3353627324104309, -0.011148052290081978, 0.202706977725029, -0.009573969058692455, -0.30949240922927856, -0.2949899435043335, -0.02720855362713337, 0.13857166469097137, -0.0004993021138943732, -0.13769745826721191, -0.15627224743366241, -0.09689731150865555, 0.05175236240029335, 0.12052680552005768, -0.017989017069339752, -0.09386210888624191, -0.0247163325548172, 0.059223320335149765, 0.009258055128157139, -0.04540221393108368, -0.062461573630571365, -0.18278896808624268, -0.22696609795093536, 0.009470716118812561, 0.10833273828029633, 0.013191265985369682, -0.15841759741306305, -0.08216724544763565, 0.23070232570171356, 0.3433283567428589, 0.10805170983076096, -0.28542181849479675, -0.5595703721046448, -0.4597690999507904, -0.31364646553993225, -0.22119544446468353, -0.221799835562706, -0.24693556129932404, -0.24147257208824158, -0.32813653349876404, -0.1566077321767807, 0.03634385019540787, -0.16067816317081451, -0.2766999900341034, -0.2576673626899719, -0.11052436381578445, -0.01868847943842411, -0.05410502851009369, -0.1171146109700203, -0.2781723141670227, -0.11878306418657303, 0.1107293963432312, 0.1505271941423416, -0.03823839873075485, -0.2478700429201126, -0.1643490493297577, 0.026534970849752426, -0.003501476487144828, -0.14073239266872406, -0.2784835994243622, -0.19754558801651, -0.0034000352025032043, 0.049142371863126755, -0.05012430623173714, -0.19424639642238617, -0.1806803196668625, 0.011291638016700745, 0.06897124648094177, 0.09328457713127136, -0.03847431391477585, -0.07992509752511978, -0.018188131973147392, 0.055574141442775726, 0.044878747314214706, 0.04588985815644264, 0.07229883968830109, 0.09333328157663345, 0.14771293103694916, 0.20733316242694855, 0.16486330330371857, 0.04234624281525612, -0.004844239912927151, 0.016572710126638412, 0.08054646104574203, 0.20615354180335999, 0.206120103597641, 0.0920373871922493, 0.02873178757727146, 0.12524032592773438, 0.1533762365579605, 0.03844618797302246, -0.06884102523326874, -0.0904240682721138, -0.05978238582611084, 0.03649863228201866, 0.04682544991374016, -0.07032309472560883, -0.24000267684459686, -0.23422136902809143, -0.1143592819571495, -0.04870132729411125, -0.14683562517166138, -0.2053360641002655, -0.1331823766231537, -0.062064263969659805, -0.14080238342285156, -0.23928092420101166, -0.2031569480895996, -0.19019053876399994, -0.23595179617404938, -0.30357465147972107, -0.2756204903125763, -0.19743674993515015, -0.1316821426153183, -0.14315646886825562, -0.19304335117340088, -0.17924955487251282, -0.13829801976680756, -0.04451218992471695, -0.04430244490504265, -0.10759584605693817, -0.09692922979593277, -0.09870954602956772, -0.09541637450456619, -0.006302986294031143, 0.03326140344142914, -0.08467214554548264, -0.10429038107395172, -0.004838034976273775, 0.12483477592468262, 0.21780355274677277, 0.24666491150856018, 0.18936124444007874, 0.18068072199821472, 0.2243931144475937, 0.2911171317100525, 0.15412940084934235, -0.07491344958543777, -0.05238812416791916, 0.0976376160979271, 0.1095055565237999, -0.03317473456263542, -0.09901893883943558, 0.028153669089078903, 0.18494629859924316, 0.1995454579591751, 0.05586105212569237, -0.09114765375852585, -0.12539397180080414, -0.14599734544754028, 0.023040546104311943, 0.12791040539741516, 0.046240657567977905, -0.09356041997671127, -0.04788745567202568, 0.11215556412935257, 0.22208966314792633, 0.14160533249378204, -0.0705026164650917, -0.263420432806015, -0.10077875852584839, 0.09268806129693985, 0.04659699648618698, -0.32185113430023193, -0.5426741242408752, -0.28416189551353455, 0.07658758014440536, 0.031245261430740356, -0.2534556984901428, -0.4323260486125946, -0.1834714710712433, 0.18509680032730103, 0.21449041366577148, -0.10033848136663437, -0.3135097026824951, -0.1191423162817955, 0.1789417266845703, 0.17494596540927887, -0.003927574027329683, -0.10205353796482086, 0.028493570163846016, 0.24175606667995453, 0.3135659694671631, 0.1524963080883026, 0.007317485753446817, 0.016810333356261253, 0.15688355267047882, 0.2667442262172699, 0.2126704752445221, 0.08536484092473984, 0.08513686060905457, 0.09765105694532394, 0.21811582148075104, 0.32602301239967346, 0.26163801550865173, 0.1548190414905548, 0.0778246521949768, 0.14643485844135284, 0.2728751003742218, 0.23064081370830536, 0.12669356167316437, 0.08267966657876968, 0.18183515965938568, 0.3086485266685486, 0.24159154295921326, 0.1090191900730133, 0.0474679209291935, 0.14759178459644318, 0.2005026638507843, 0.1828681379556656, 0.059555262327194214, -0.03418587148189545, -0.025376711040735245, 0.026613065972924232, 0.07120967656373978, 0.08318343758583069, 0.05691143125295639, 0.06616859138011932, 0.13446030020713806, 0.24484281241893768, 0.21765102446079254, 0.1636722981929779, 0.1567203253507614, 0.09261638671159744, 0.11085984855890274, 0.14641748368740082, 0.08753259479999542, 0.0032994698267430067, -0.00036111794179305434, 0.11704041808843613, 0.19591213762760162, 0.16171588003635406, 0.06941303610801697, -0.04404570162296295, 0.02016294002532959, 0.09019286930561066, 0.044703658670186996, -0.06440182775259018, -0.1428341567516327, -0.17579862475395203, -0.14004622399806976, -0.1525273621082306, -0.22422513365745544, -0.18482646346092224, -0.039166826754808426, 0.038825660943984985, 0.0011897276854142547, -0.1276780068874359, -0.12373118102550507, -0.08756761252880096, -0.016171801835298538, -0.08969832211732864, -0.16057661175727844, -0.1418031007051468, -0.005364075303077698, -0.006671654060482979, -0.07452482730150223, -0.01630280911922455, 0.09759379178285599, 0.11412481218576431, 0.13646018505096436, 0.0665355771780014, 0.0593588724732399, 0.11514332890510559, 0.1367936134338379, 0.09376464784145355, 0.08009910583496094, 0.12204112112522125, 0.1828482300043106, 0.13987258076667786, 0.05968252941966057, -0.0663367286324501, -0.056009016931056976, -0.020092353224754333, 0.0353194996714592, 0.03789878636598587, 0.017030268907546997, -0.02392232045531273, -0.04391111433506012, -0.0881231352686882, -0.0572722963988781, -0.05947103351354599, -0.04148301109671593, -0.0881151407957077, -0.13406875729560852, -0.13148610293865204, -0.12074741721153259, -0.13151971995830536, -0.13423071801662445, -0.16691502928733826, -0.21972815692424774, -0.14732994139194489, -0.09615038335323334, -0.09259941428899765, -0.13884583115577698, -0.1329626888036728, -0.14499706029891968, -0.1591782420873642, -0.08697264641523361, -0.06176837906241417, -0.03234647959470749, 0.03500797599554062, -0.03608028590679169, -0.08002658933401108, -0.044715408235788345, -0.001976342871785164, -0.05216095596551895, -0.07949928939342499, -0.020480960607528687, 0.11491604149341583, 0.1917872428894043, 0.13542361557483673, 0.09108278155326843, 0.14500649273395538, 0.11750174313783646, 0.05014225095510483, -0.018115468323230743, 0.015570673160254955, 0.08085914701223373, 0.042828671634197235, 0.0013163912808522582, -0.013993297703564167, 0.06328785419464111, 0.25358477234840393, 0.1293218582868576, -0.04110167548060417, -0.10148805379867554, -0.18808871507644653, -0.0656462088227272, -0.0628051608800888, -0.1665303260087967, -0.09042441099882126, -0.008042759262025356, 0.025527795776724815, 0.030622359365224838, -0.046872578561306, -0.12315195053815842, -0.17043006420135498, -0.11543721705675125, -0.04085684195160866, -0.11191988736391068, -0.1643761247396469, -0.14245928823947906, -0.05635270103812218, 0.010801861062645912, -0.012682419270277023, -0.021257145330309868, 0.0016902829520404339, 0.08648035675287247, 0.1694108545780182, 0.13566872477531433, 0.06298122555017471, 0.0029154077637940645, 0.08124497532844543, 0.10466859489679337, 0.021089499816298485, 0.039443451911211014, 0.08466878533363342, 0.06807039678096771, 0.07953549921512604, 0.1298462450504303, 0.18548911809921265, 0.1725197285413742, 0.11987373232841492, 0.16530422866344452, 0.21400168538093567, 0.30276620388031006, 0.25575610995292664, 0.21471405029296875, 0.2826361656188965, 0.22358910739421844, 0.21805749833583832, 0.20923972129821777, 0.15188391506671906, 0.1528332680463791, 0.15529245138168335, 0.18839125335216522, 0.1462542861700058, 0.09942713379859924, 0.09023415297269821, 0.031488094478845596, 0.03611240163445473, 0.014084506779909134, -0.021034015342593193, -0.00039336137706413865, -0.00028042925987392664, 0.01969643495976925, 0.0023158546537160873, -0.07457180321216583, -0.16686993837356567, -0.18676984310150146, -0.10968931019306183, -0.1347571164369583, -0.14930880069732666, -0.13091713190078735, -0.17069503664970398, -0.12113646417856216, -0.06555559486150742, -0.030500231310725212, 0.01102565135806799, 0.017923815175890923, 0.04877966642379761, 0.03957413509488106, -0.023016050457954407, 0.06329945474863052, 0.18734227120876312, 0.24383993446826935, 0.21904055774211884, 0.11168161779642105, 0.15074507892131805, 0.22047831118106842, 0.14424368739128113, 0.04035234823822975, -0.020816180855035782, 0.04011281579732895, 0.036392584443092346, 0.11223498731851578, 0.16006337106227875, 0.08014119416475296, 0.08393639326095581, 0.05630754679441452, 0.02626531943678856, 0.03293563798069954, -0.06146405264735222, -0.05629986524581909, -0.014089243486523628, 0.09174184501171112, 0.17568834125995636, 0.09130307286977768, -0.04765309393405914, -0.13027268648147583, -0.06476832926273346, -0.02555650845170021, -0.1576530933380127, -0.22961869835853577, -0.26833200454711914, -0.20541620254516602, -0.060260094702243805, -0.031511690467596054, -0.13222074508666992, -0.3395715355873108, -0.4370172619819641, -0.4427720904350281, -0.34822988510131836, -0.18569152057170868, -0.13290107250213623, -0.22022055089473724, -0.21793271601200104, -0.0880947932600975, 0.03776589781045914, 0.004594452679157257, -0.07120221853256226, 0.034471917897462845, 0.1410442292690277, 0.06560564786195755, 0.11340075731277466, 0.16792549192905426, 0.044486355036497116, 0.11459502577781677, 0.23586302995681763, 0.18234427273273468, 0.12021182477474213, 0.1666397899389267, 0.197527676820755, 0.21552985906600952, 0.18317769467830658, 0.13282804191112518, 0.2253638654947281, 0.40266650915145874, 0.46460357308387756, 0.05956551805138588, -0.1628223955631256, 0.11604120582342148, 0.4885428845882416, 0.4075871407985687, 0.07369127869606018, 0.08176276087760925, 0.3041781783103943, 0.3521074652671814, 0.2275184988975525, -0.05994671583175659, -0.04634682089090347, 0.21017754077911377, 0.2812686562538147, 0.1645209938287735, 0.05652442201972008, 0.026614032685756683, 0.10432294011116028, 0.0915825292468071, -0.1114596277475357, -0.370906263589859, -0.29831206798553467, -0.1593778431415558, -0.22723141312599182, -0.4364107549190521, -0.46186187863349915, -0.33539795875549316, -0.340204656124115, -0.3498431146144867, -0.36016276478767395, -0.3736928701400757, -0.3361089825630188, -0.40317413210868835, -0.25412726402282715, -0.3071202337741852, -0.4929070770740509, -0.25518667697906494, -0.013757080771028996, 0.09816160053014755, 0.10256758332252502, 0.027343548834323883, 0.17321373522281647, 0.12740841507911682, -0.017197636887431145, 0.12612101435661316, 0.18144835531711578, -0.009030568413436413, -0.2523323595523834, -0.1742364466190338, 0.018636785447597504, 0.07944951206445694, 0.14970138669013977, 0.15906602144241333, 0.03685138002038002, -0.0047007473185658455, -0.22824130952358246, -0.46552586555480957, -0.39860615134239197, -0.3308349847793579, -0.15071037411689758, -0.22436778247356415, -0.2697535753250122, -0.04008835181593895, 0.14164996147155762, 0.06797776371240616, -0.04787900298833847, -0.018404562026262283, 0.09014740586280823, -0.09978991746902466, -0.07203760743141174, 0.17316730320453644, -0.03157048672437668, -0.06635193526744843, 0.07906101644039154, -0.1132446825504303, -0.25683051347732544, -0.25157472491264343, -0.12489454448223114, -0.18181072175502777, -0.2837921977043152, -0.3864634037017822, -0.4404708445072174, -0.28582850098609924, -0.09149712324142456, -0.026910006999969482, -0.1912011355161667, -0.3586388826370239, -0.284511536359787, -0.15305852890014648, -0.10465788841247559, -0.1036250963807106, -0.11292364448308945, 0.02819805219769478, 0.13107775151729584, 0.08825569599866867, 0.06589940190315247, -0.038342252373695374, 0.029655123129487038, 0.18855558335781097, 0.27100318670272827, 0.05650423467159271, -0.15714561939239502, -0.0025394451804459095, 0.08116268366575241, 0.13318298757076263, 0.2160641849040985, 0.1326913684606552, -0.012726115994155407, 0.013215544633567333, 0.03911205381155014, -0.007692425511777401, -0.013083357363939285, 0.10326588153839111, 0.2904714345932007, 0.309224396944046, 0.3014896810054779, 0.25348955392837524, 0.20529688894748688, 0.1488223522901535, 0.17473629117012024, 0.11703045666217804, 0.030403174459934235, 0.0023572498466819525, 0.03720128536224365, 0.009938441216945648, -0.04018489643931389, -0.06127080321311951, -0.1501261293888092, -0.19006796181201935, -0.27639180421829224, -0.38184335827827454, -0.3660311996936798, -0.2924054265022278, -0.23112796247005463, -0.27308061718940735, -0.38659876585006714, -0.39034226536750793, -0.3646973967552185, -0.24620957672595978, -0.1755077838897705, -0.2842715084552765, -0.29191428422927856, -0.20266516506671906, -0.21497038006782532, -0.23482874035835266, -0.16212131083011627, -0.08752024173736572, -0.12811172008514404, -0.1121985912322998, 0.014197595417499542, 0.1516246348619461, 0.1362346112728119, 0.06226833537220955, 0.10763513296842575, 0.18703652918338776, 0.27029138803482056, 0.31996864080429077, 0.1731543391942978, 0.12346799671649933, 0.2958632707595825, 0.3751119375228882, 0.2652105689048767, 0.08814334869384766, 0.1728135198354721, 0.2809949517250061, 0.31263431906700134, 0.2762201130390167, 0.18615935742855072, 0.05765540525317192, 0.018419617787003517, 0.23379360139369965, 0.26616448163986206, -0.04467734321951866, -0.11482921242713928, 0.025414492934942245, 0.024123117327690125, -0.08814111351966858, -0.19571155309677124, -0.22542324662208557, -0.11683227121829987, -0.059548478573560715, -0.16205503046512604, -0.20003588497638702, -0.1453852504491806, -0.08697640895843506, -0.06788225471973419, -0.17513105273246765, -0.17271655797958374, -0.10221688449382782, -0.12645287811756134, -0.12887078523635864, -0.10612761229276657, -0.05830489844083786, -0.03489670529961586, 0.034862201660871506, 0.0055222101509571075, -0.027624353766441345, 0.06834112107753754, 0.09745214879512787, -0.003142664907500148, -0.02472728118300438, 0.08510354161262512, 0.09307889640331268, -0.0013366419589146972, 0.07320854812860489, 0.09505803138017654, 0.2023731917142868, 0.3652535378932953, 0.27938342094421387, 0.31497129797935486, 0.34790122509002686, 0.3059766888618469, 0.31125882267951965, 0.3723176121711731, 0.4453590214252472, 0.42835503816604614, 0.3610649108886719, 0.43820738792419434, 0.5144376754760742, 0.40286722779273987, 0.2997886538505554, 0.2767765522003174, 0.22594054043293, 0.29754939675331116, 0.3532867729663849, 0.26085391640663147, 0.2792680859565735, 0.3369935154914856, 0.2919524610042572, 0.1671624779701233, 0.06013290584087372, 0.014982271008193493, 0.07233617454767227, 0.05943487212061882, -0.0881182998418808, -0.08056031167507172, -0.03812986984848976, -0.06252333521842957, -0.3592255711555481, -0.31408682465553284, -0.07451367378234863, -0.41353145241737366, -0.44964271783828735, -0.07133536785840988, -0.08188193291425705, -0.20517314970493317, -0.18721193075180054, -0.07978679239749908, 0.11452200263738632, 0.2703375518321991, 0.24646130204200745, 0.14383886754512787, 0.1773424595594406, 0.22318865358829498, 0.22665907442569733, 0.04212323948740959, -0.0655592754483223, 0.07322483509778976, 0.17641110718250275, 0.13184846937656403, 0.159281387925148, 0.11528914421796799, -0.01796802133321762, -0.10854386538267136, -0.08835148066282272, -0.06715354323387146, -0.16385051608085632, -0.2392289787530899, -0.37649738788604736, -0.28855955600738525, -0.09878747910261154, 0.037304289638996124, -0.020456332713365555, -0.062107350677251816, 0.06396197527647018, 0.03241166099905968, 0.014905224554240704, 0.034464359283447266, -0.10216111689805984, -0.12805204093456268, 0.16023586690425873, 0.26237618923187256, 0.13720159232616425, 0.062379464507102966, 0.08338847011327744, 0.12489005923271179, 0.12380553036928177, 0.11560716480016708, -0.09802599251270294, -0.17694933712482452, 0.057011641561985016, 0.18835127353668213, 0.09539228677749634, 0.02714782953262329, 0.1296522170305252, 0.2909933626651764, 0.2078724503517151, 0.03534698858857155, 0.0300604160875082, 0.01849539205431938, -0.09724169224500656, -0.02078930474817753, 0.08454868942499161, 0.07851972430944443, -0.02380150929093361, -0.10104180872440338, -0.04171331971883774, 0.05939405411481857, 0.13052861392498016, 0.014492464251816273, -0.10924558341503143, -0.15062500536441803, -0.049705419689416885, 0.08577403426170349, -0.03808831796050072, -0.2643638551235199, -0.2250407636165619, -0.05907001718878746, 0.01576373726129532, -0.08162674307823181, -0.21062727272510529, -0.1714000701904297, -0.027659833431243896, 0.11589842289686203, 0.034249112010002136, -0.12306400388479233, -0.07904832065105438, 0.06572126597166061, 0.2523903548717499, 0.26186275482177734, 0.05935854837298393, 0.06144411116838455, 0.18150348961353302, 0.20482146739959717, 0.17150366306304932, 0.1287129819393158, -0.04159221425652504, -0.10552512854337692, -0.13246996700763702, -0.19457866251468658, -0.1459476202726364, -0.26617613434791565, -0.37494656443595886, -0.17708130180835724, -0.06120757386088371, -0.061588067561388016, -0.13766387104988098, -0.15132856369018555, -0.0344206877052784, 0.06293592602014542, 0.06664177775382996, 0.08599690347909927, -0.055269043892621994, -0.12353502213954926, -0.02522428333759308, 0.31713801622390747, 0.19724033772945404, -0.14147533476352692, -0.22676095366477966, -0.12260215729475021, 0.11725151538848877, 0.0035220065619796515, -0.4304756820201874, -0.611349880695343, -0.14599193632602692, 0.024012835696339607, -0.39827704429626465, -0.7713929414749146, -0.5086169838905334, -0.042465876787900925, -0.23720090091228485, -0.6007449626922607, -0.5138931274414062, -0.29165011644363403, -0.20993930101394653, -0.24058479070663452, -0.5340749025344849, -0.7676442861557007, -1.0864393711090088, -0.5070238709449768, -0.3839479088783264, -0.9529131650924683, -0.9380866885185242, -0.1838800609111786, 0.15289419889450073, -0.29902195930480957, -0.28928321599960327, 0.14668525755405426, 0.7614622712135315, 1.2650777101516724, 1.8161722421646118, 1.254932165145874, 0.8362331390380859, 1.6348005533218384, 1.8661922216415405, 1.1852028369903564, 0.9125993847846985, 1.241191029548645, 1.1912277936935425, 1.1099106073379517, 0.664196789264679, 0.4981215298175812, 0.12520237267017365, 0.03562762960791588, 0.29468536376953125, 0.21303227543830872, 0.09196117520332336, -0.32348063588142395, -0.5617943406105042, -0.464229553937912, -0.5478000044822693, -0.22405757009983063, -0.19343069195747375, -0.774955153465271, -0.8437377214431763, -0.3515361249446869, -0.43886518478393555, -0.9867072105407715, -1.1321499347686768, -0.6832678914070129, -0.4687298536300659, -0.28493645787239075, -0.5534748435020447, -0.6415704488754272, -0.28770720958709717, -0.02469688653945923, 0.11736929416656494, 0.03624316304922104, -0.07013151049613953, -0.03487223759293556, 0.2590886056423187, 0.5562933683395386, 0.6890503168106079, 0.5138660073280334, 0.5035630464553833, 0.5052142143249512, 0.5255350470542908, 0.7165652513504028, 0.7679092884063721, 0.5905848145484924, 0.6184622049331665, 0.8430109024047852, 0.8616384267807007, 0.854658305644989, 0.6404557228088379, 0.4120499789714813, 0.6029250025749207, 0.7244763970375061, 0.6432457566261292, 0.2947932183742523, -0.14266078174114227, -0.1533450335264206, 0.050977062433958054, -0.07696855068206787, -0.28907063603401184, -0.276157945394516, -0.44964152574539185, -0.2861604392528534, -0.24248111248016357, -0.751419723033905, -0.8108654618263245, -0.6819186210632324, -0.7653122544288635, -0.860423743724823, -0.6031663417816162, -0.6437891721725464, -0.8938106894493103, -0.8182045221328735, -0.7205286622047424, -0.7660495638847351, -0.613976001739502, -0.3493848741054535, -0.39683443307876587, -0.29634806513786316, 0.017530154436826706, -0.05820421129465103, -0.04819605126976967, 0.21132613718509674, 0.19586674869060516, 0.1744006872177124, 0.12549598515033722, 0.02425423264503479, 0.2612541615962982, 0.33744341135025024, 0.2715841829776764, 0.1187412366271019, 0.34601256251335144, 0.6573699712753296, 0.3382522761821747, 0.25540104508399963, 0.415852427482605, 0.34679755568504333, 0.5163034796714783, 0.7170118689537048, 0.5630062222480774, 0.5915442109107971, 0.7515174746513367, 0.8777309656143188, 0.3382953703403473, -0.09215439110994339, 0.5261101126670837, 0.5871555805206299, -0.2421337515115738, -0.27950894832611084, 0.1592722237110138, -0.2533215582370758, -0.7198478579521179, -0.38021236658096313, -0.37078726291656494, -0.7521259784698486, -0.4251719117164612, -0.15614789724349976, -0.8761541843414307, -1.6958868503570557, -0.9239334464073181, 0.17209753394126892, -0.22010822594165802, -0.8748458027839661, -0.6383888125419617, 0.04615569859743118, 0.3882692754268646, 0.8183556795120239, 0.7495015859603882, -0.010418879799544811, 0.3318215608596802, 1.493643879890442, 0.9669821262359619, -0.45222029089927673, 0.5027400851249695, 1.624375581741333, 1.0059363842010498, 0.9489539861679077, 1.0810539722442627, 0.4793446660041809, 0.5670387744903564, 1.429795742034912, 1.3165382146835327, 0.6475738286972046, 0.4420008063316345, 0.7281971573829651, 0.7005493640899658, 0.2229306697845459, -0.3559664785861969, -0.9723155498504639, -0.7232090830802917, -0.03414575755596161, -0.6856930255889893, -1.7206674814224243, -1.8534295558929443, -1.3008134365081787, -1.2092690467834473, -1.5827327966690063, -1.9278275966644287, -1.6833646297454834, -1.002293348312378, -0.821031391620636, -0.9039322137832642, -0.9222868084907532, -0.4307623505592346, -0.28394201397895813, -0.44649845361709595, -0.6244965195655823, -1.0206373929977417, -0.6832793951034546, -0.05700300633907318, 0.2622421085834503, 0.09210256487131119, -0.36989954113960266, -0.7456592917442322, -0.20830145478248596, 0.6560115218162537, 0.602037250995636, 0.37287142872810364, 0.357887864112854, 0.32950156927108765, 0.5857968330383301, 0.5688571333885193, 0.4029313623905182, 0.4209490716457367, 0.9860747456550598, 1.452903151512146, 1.1563458442687988, 0.8991596698760986, 0.5121064782142639, 0.6390207409858704, 0.8457315564155579, 0.9930416345596313, 0.7665771842002869, 0.41246554255485535, 0.3103162348270416, 0.6492374539375305, 0.8070632219314575, 0.28217753767967224, -0.41455769538879395, -0.7372003793716431, -0.31270307302474976, -0.12125538289546967, -0.4804394245147705, -0.9450057148933411, -1.0851374864578247, -1.0566176176071167, -0.9286879897117615, -0.8724898099899292, -1.140722632408142, -1.2117384672164917, -0.9902976155281067, -0.6524131298065186, -0.5983556509017944, -0.7709872126579285, -0.9612763524055481, -1.1161160469055176, -0.9919933676719666, -0.6730413436889648, -0.37675198912620544, -0.49031898379325867, -0.748505175113678, -0.2557789385318756, 0.1388441026210785, 0.06743036955595016, -0.0736701563000679, -0.061214298009872437, 0.3146318793296814, 0.5408504009246826, 0.3248101472854614, -0.25123265385627747, -0.20872727036476135, 0.33792421221733093, 0.5639718770980835, 0.4969918727874756, 0.5855605602264404, 0.7356893420219421, 0.40176475048065186, 0.2283143252134323, 0.609439492225647, 0.6837577223777771, 0.42030996084213257, 0.1817493587732315, 0.20789670944213867, 0.7554611563682556, 0.9899773001670837, 0.8136808276176453, 0.7285652160644531, 0.916799783706665, 1.0145996809005737, 0.7105985283851624, 0.2596908211708069, -0.08500596135854721, -0.0775051862001419, -0.07595279812812805, -0.39173126220703125, -0.5964125394821167, -0.8059316277503967, -0.9996988773345947, -0.7793105244636536, -0.6709679961204529, -1.0723296403884888, -1.4998199939727783, -1.367417812347412, -1.0137240886688232, -0.7573999762535095, -0.5086764097213745, -0.5612826347351074, -0.2647905945777893, 0.15878185629844666, 0.27944326400756836, 0.2391430288553238, 0.309317409992218, 0.5286365151405334, 0.5308290719985962, 0.44872382283210754, 0.4566442668437958, 0.7173352837562561, 0.8060897588729858, 0.9221370816230774, 0.8985541462898254, 0.5127393007278442, 0.20754212141036987, 0.19872809946537018, 0.37343305349349976, 0.462871789932251, 0.2800142467021942, 0.20954523980617523, 0.48552078008651733, 0.6588106155395508, 0.47964879870414734, 0.7961598038673401, 1.019888997077942, 0.522527277469635, 0.5158705711364746, 0.659794807434082, 0.41631895303726196, 0.2719700336456299, 0.5367142558097839, 0.6217484474182129, 0.1652316302061081, 0.02776416763663292, 0.28778812289237976, 0.1725599616765976, -0.18115994334220886, -0.4316171109676361, -0.4146162271499634, -0.679943859577179, -0.7388057708740234, -0.30256614089012146, -0.07024162262678146, -0.45553916692733765, -0.7124965786933899, -0.6009854078292847, -0.4326704740524292, -0.310134619474411, -0.3096385598182678, -0.41827672719955444, -0.5205373764038086, -0.026081517338752747, 0.3365280330181122, -0.18599474430084229, -0.47275590896606445, 0.05030129849910736, 0.5346077084541321, 0.39467769861221313, 0.02585379034280777, -0.15558472275733948, -0.008755422197282314, 0.21378658711910248, 0.47346851229667664, 0.6929888725280762, 0.4795157015323639, 0.5162413716316223, 0.8296177983283997, 0.7132235169410706, 0.2232416719198227, 0.2742675840854645, 0.35212546586990356, 0.10105974227190018, -0.17826783657073975, -0.12697850167751312, 0.06225103139877319, 0.039456646889448166, -0.11231633275747299, 0.18497686088085175, 0.10784175992012024, -0.26821085810661316, -0.10746969282627106, 0.24308286607265472, 0.02967989817261696, -0.18136782944202423, 0.16781136393547058, 0.3301030099391937, 0.06828311085700989, -0.017579011619091034, -0.04020356386899948, -0.39641040563583374, -0.5675103664398193, -0.29206064343452454, -0.11728103458881378, -0.4562930464744568, -0.7763763070106506, -0.8313195109367371, -0.703529953956604, -0.5986777544021606, -0.7352997660636902, -0.8500694036483765, -0.8980209231376648, -0.6650689840316772, -0.5625306963920593, -0.7847456932067871, -0.8112242817878723, -0.40805578231811523, -0.10527949035167694, -0.593040406703949, -0.5787171721458435, -0.25610655546188354, -0.18397516012191772, -0.20401455461978912, -0.14704090356826782, -0.010467438027262688, -0.30042731761932373, -0.37938353419303894, 0.003195869969204068, 0.18956278264522552, 0.16595867276191711, 0.20500080287456512, -0.8388960957527161, -0.1846153438091278, 0.9731022119522095, 0.1748090237379074, -0.7470954060554504, 0.06293140351772308, 0.7905380725860596, 0.2311205416917801, -0.455822229385376, -0.34538376331329346, 0.5803857445716858, 0.9909430146217346, 0.8530902862548828, 0.7255128026008606, 0.8633042573928833, 1.2728687524795532, 1.3100000619888306, 1.0719356536865234, 0.3157087564468384, -0.010621665976941586, 0.8862122297286987, 1.0190743207931519, 0.7147998809814453, 0.6839599609375, 0.30117857456207275, 0.011989912018179893, 0.02126552164554596, -0.1119433343410492, -0.23057307302951813, -0.6400118470191956, -0.3481810688972473, -0.17538276314735413, -0.3963695168495178, -0.5737344622612, -0.22513067722320557, -0.11228255182504654, -0.36150795221328735, -0.49718257784843445, -0.5012686848640442, -1.0252829790115356, -0.9849362969398499, -0.5876448750495911, -1.0859954357147217, -1.167032241821289, -0.6043438911437988, -0.691252589225769, -0.6830618381500244, -0.309319406747818, -0.07526274025440216, -0.17580263316631317, -0.48118823766708374, 0.09312275797128677, 0.6147100925445557, 0.20674102008342743, -0.05878177285194397, 0.6213144659996033, 0.9732933044433594, 0.47205638885498047, 0.13117916882038116, 0.24566034972667694, 0.7903410792350769, 0.8157105445861816, 0.14576612412929535, -0.23282386362552643, 0.2092236876487732, 0.6221593022346497, 0.4592353403568268, 0.4237661063671112, 0.12170912325382233, 0.11035942286252975, 0.6340821385383606, 0.6431182622909546, 0.24754884839057922, 0.33268505334854126, 0.21204930543899536, 0.09937212616205215, 0.04970092698931694, -0.08726400136947632, -0.1737118661403656, 0.08614538609981537, 0.26142701506614685, 0.10626388341188431, 0.12794215977191925, -0.06066286191344261, -0.19236403703689575, -0.051284726709127426, 0.11829463392496109, -0.24135825037956238, -0.385789692401886, -0.12336317449808121, -0.052013348788022995, -0.35879814624786377, -0.5230433344841003, -0.5293467044830322, -0.24633143842220306, -0.04697280004620552, -0.12315399944782257, -0.18322889506816864, 0.166802778840065, 0.04950585961341858, -0.20971404016017914, -0.22779101133346558, -0.14396357536315918, 0.1089160144329071, 0.4111570119857788, 0.449819415807724, 0.5027161836624146, 0.600475549697876, 0.7687227725982666, 0.8003119826316833, 0.774205207824707, 0.5401679873466492, 0.3088676929473877, 0.4508761167526245, 0.6092067956924438, 0.4836961627006531, 0.377032071352005, 0.7344555854797363, 0.9885650873184204, 0.5615002512931824, 0.013063882477581501, 0.19706910848617554, 0.17176610231399536, -0.1193164512515068, -0.29966747760772705, -0.5182742476463318, -0.4970906972885132, -0.17589853703975677, -0.2526116967201233, -0.6863566040992737, -0.7095086574554443, -0.2981829345226288, -0.04918324202299118, -0.5171502232551575, -1.0198705196380615, -0.974475085735321, -0.47592511773109436, -0.1463366597890854, -0.21554888784885406, -0.3320655822753906, -0.5494017601013184, -0.5045064687728882, -0.09411484748125076, 0.1721428781747818, -0.01686730422079563, -0.3688262104988098, -0.06582161784172058, 0.19524961709976196, 0.14825394749641418, -0.053271014243364334, -0.10115475207567215, -0.13769762217998505, -0.1518184095621109, 0.18527752161026, 0.7013784050941467, 0.6411770582199097, 0.12049102038145065, 0.13421030342578888, 0.21445758640766144, 0.19178108870983124, 0.1710805892944336, -0.10520756244659424, -0.23156479001045227, 0.0018253774615004659, 0.4142231047153473, 0.30325615406036377, -0.16475507616996765, -0.011882048100233078, 0.6923252940177917, 0.6946865320205688, 0.296954870223999, 0.6090214252471924, 0.4893205463886261, -0.23688437044620514, -0.5134420990943909, 0.13446180522441864, 0.472450852394104, 0.1193171814084053, -0.5507780313491821, -0.6032605767250061, -0.2474447786808014, -0.19013363122940063, -0.34739869832992554, -0.6237014532089233, -0.9235336780548096, -0.5988315343856812, -0.374169260263443, -0.4343058466911316, -0.5086926221847534, -0.36092013120651245, -0.04984598979353905, -0.2607632875442505, -0.21314194798469543, 0.3797786235809326, 0.3154774308204651, 0.09779426455497742, 0.09055090695619583, -0.049877893179655075, -0.4031972289085388, 0.1663980633020401, 0.34791100025177, -0.0065277512185275555, 0.27206313610076904, 0.718255877494812, 0.9751978516578674, 0.7400625348091125, 0.24246512353420258, 0.08427949994802475, 0.26979562640190125, 0.37956181168556213, 0.3347017467021942, 0.006598094943910837, -0.1964632272720337, 0.11091268807649612, 0.21278157830238342, 0.05490386113524437, -0.13569384813308716, -0.4372301399707794, -0.43164071440696716, -0.1647517830133438, -0.1962532103061676, -0.3319777548313141, -0.2925449013710022, -0.25785771012306213, -0.19944357872009277, -0.19013850390911102, -0.038454145193099976, -0.018009483814239502, -0.4328087866306305, -0.616317868232727, -0.49675464630126953, -0.29933053255081177, -0.360983282327652, -0.27399834990501404, 0.07960093021392822, 0.11865747720003128, -0.14430665969848633, -0.13381528854370117, -0.027597494423389435, 0.003233324270695448, 0.2248072624206543, 0.1694144755601883, -0.11016272008419037, -0.10447771102190018, 0.02595810778439045, -0.01927996426820755, -0.12640166282653809, -0.1553059220314026, 0.09988436847925186, 0.052776750177145004, -0.40648433566093445, -0.5661342740058899, -0.2748088240623474, -0.23771269619464874, -0.3119173049926758, -0.3561398983001709, -0.5226905345916748, -0.4687798321247101, -0.30368760228157043, -0.017100634053349495, -0.01867915876209736, -0.2500999867916107, -0.312673419713974, -0.22605004906654358, -0.18721117079257965, -0.2260959893465042, -0.21990524232387543, -0.24605344235897064, -0.15459831058979034, 0.12284211814403534, 0.035307884216308594, -0.1578570306301117, -0.09343483299016953, 0.0036154519766569138, 0.14890101552009583, 0.23859921097755432, 0.18337084352970123, 0.15466190874576569, 0.08436164259910583, 0.1806199699640274, 0.3985198140144348, 0.28537148237228394, 0.1327075958251953, 0.15786468982696533, 0.15653693675994873, -0.04986299201846123, 0.029700858518481255, 0.25027620792388916, 0.21453000605106354, 0.30940210819244385, 0.43970605731010437, 0.313191682100296, 0.12151392549276352, -0.03156650438904762, -0.09948169440031052, 0.031718164682388306, -0.2776353657245636, -0.5802314281463623, -0.3502470552921295, -0.14612388610839844, -0.37927836179733276, -0.40201497077941895, -0.14610177278518677, -0.12426180392503738, 0.03313416615128517, -0.11107472330331802, -0.37317800521850586, -0.035361967980861664, 0.13188979029655457, -0.03095274232327938, -0.21095535159111023, 0.13281413912773132, 0.1463017463684082, -0.0800723135471344, 0.08693385869264603, 0.24070420861244202, -0.11480005830526352, -0.12125558406114578, 0.15618263185024261, 0.17872129380702972, 0.1146705374121666, -0.043518468737602234, -0.12942823767662048, -0.04129210487008095, -0.06336156278848648, -0.09626747667789459, -0.14569403231143951, -0.4129093885421753, -0.2528609037399292, -0.252407968044281, -0.4569685757160187, -0.2566685676574707, -0.0996595248579979, -0.002054396318271756, -0.008912167511880398, -0.06743746995925903, 0.11353445798158646, 0.19625626504421234, -0.043643273413181305, 0.01894330233335495, 0.20008662343025208, -0.005369367077946663, 0.13518039882183075, 0.1538727879524231, 0.2872871160507202, 0.2772150933742523, 0.024874718859791756, -0.08997079730033875, 0.2206364870071411, 0.48671233654022217, 0.274376779794693, 0.04354799911379814, -0.09224102646112442, 0.06863480806350708, 0.07037985324859619, -0.05734247714281082, 0.01973511092364788, 0.25654229521751404, 0.4544854760169983, 0.2537662982940674, 0.08694533258676529, 0.5528944134712219, 0.4586840271949768, 0.23368531465530396, 0.42727017402648926, 0.41045698523521423, 0.17390087246894836, -0.023863615468144417, 0.17673221230506897, 0.37087926268577576, -0.02112739533185959, 0.09572777897119522, 0.4964328110218048, 0.25906240940093994, 0.1966218799352646, 0.26493069529533386, 0.28711068630218506, 0.35789310932159424, 0.336289644241333, 0.43298986554145813, 0.2572685480117798, -0.0014098607935011387, 0.10380151122808456, 0.2232334166765213, 0.15534977614879608, -0.12087856233119965, -0.4187217652797699, 0.0025703194551169872, 0.15371586382389069, -0.18453501164913177, -0.001712033525109291, 0.19741886854171753, 0.06766372174024582, -0.08528885990381241, -0.21288682520389557, -0.2220451384782791, -0.4328087866306305, -0.41930171847343445, -0.3131049871444702, -0.2145584225654602, 0.2616331875324249, 0.3429343104362488, 0.08952712267637253, 0.06922590732574463, 0.21308809518814087, 0.308573842048645, 0.4402049779891968, 0.41620635986328125, 0.23414942622184753, 0.09454905241727829, 0.4978601336479187, 0.7509300708770752, 0.32080405950546265, 0.20155325531959534, 0.45033884048461914, 0.35654738545417786, 0.03855985030531883, -0.061947569251060486, 0.15872131288051605, 0.09248163551092148, -0.12512223422527313, -0.17861899733543396, -0.26728469133377075, -0.12493833899497986, 0.06863083690404892, -0.028033923357725143, -0.05889378488063812, -0.1295534074306488, -0.13271574676036835, -0.07726787030696869, -0.11876966059207916, 0.11697899550199509, 0.07438239455223083, -0.09254439175128937, -0.06350819021463394, 0.10710515081882477, 0.14564886689186096, 0.2896300256252289, 0.2707460820674896, 0.2804168164730072, -0.09623789042234421, -0.36263564229011536, -0.12962661683559418, -0.21702295541763306, -0.49623993039131165, -0.4015403985977173, 0.19288206100463867, 0.17661023139953613, -0.8640047311782837, -2.4820168018341064, -1.5242316722869873, -0.08585424721240997, -1.9722776412963867, -2.124940872192383, -1.0707945823669434, -0.2780134975910187, 1.1973196268081665, 1.80681574344635, 0.7572670578956604, 0.4058167636394501, 1.6885284185409546, 2.231032371520996, 1.7039443254470825, 1.1137393712997437, 0.07718391716480255, 0.5888203382492065, 1.3035122156143188, 1.2490801811218262, 0.6311344504356384, -0.6224567294120789, -1.174324631690979, -0.033911362290382385, 0.49741461873054504, -0.36979883909225464, -0.9308808445930481, -0.9344015717506409, -1.0474438667297363, -0.09597146511077881, 0.5135172605514526, -0.11888697743415833, -0.42022669315338135, -0.0528935045003891, 0.30956894159317017, 0.11965472251176834, -0.35682061314582825, -0.9082220196723938, -1.2164629697799683, -0.5582991242408752, 0.18809421360492706, -0.04200013354420662, -0.7619848847389221, -0.6051296591758728, -0.19184982776641846, 0.2798439860343933, 0.23575915396213531, -0.328816294670105, -1.1350603103637695, -0.8569949269294739, 0.07313510030508041, 0.3104112148284912, -0.4575384259223938, -0.7357857823371887, 0.5421544909477234, 0.5919004082679749, -0.3953592777252197, -0.3197191059589386, 0.352506548166275, 0.45619282126426697, 0.15491412580013275, 0.6050763726234436, 1.1046193838119507, 1.0344293117523193, 1.090348720550537, 1.2657225131988525, 0.9378873705863953, 0.3895232081413269, 0.870177149772644, 1.091086745262146, 0.5807932019233704, 0.21004502475261688, 0.3489381968975067, 0.29683399200439453, -0.17189078032970428, -0.34696367383003235, -0.35046207904815674, -0.834333062171936, -1.2604701519012451, -0.7552108764648438, -0.3895532488822937, -1.1758674383163452, -1.1774121522903442, -0.47968122363090515, -0.5185602903366089, -1.0705617666244507, -0.8698156476020813, -0.5478919148445129, -0.9275238513946533, -0.9210055470466614, -0.890841543674469, -0.9906840324401855, -0.6730217933654785, -0.20501215755939484, 0.4386827051639557, 0.17980976402759552, 0.048910707235336304, 0.6640400886535645, 0.21861602365970612, -0.8395978212356567, -0.7469996213912964, 0.5017460584640503, 0.9977332353591919, 0.32166385650634766, 0.10454947501420975, 0.7966960668563843, 1.5495984554290771, 1.4484641551971436, 1.1306465864181519, 1.409764051437378, 2.180882215499878, 2.425682783126831, 1.6970337629318237, 1.3490424156188965, 2.0474765300750732, 2.2271549701690674, 1.24543035030365, 1.0101494789123535, 1.0265231132507324, 0.8847904205322266, 0.522386372089386, -0.15529561042785645, -0.04709209129214287, -0.09113067388534546, -0.5444453358650208, -1.3724323511123657, -1.2007180452346802, -0.7304794788360596, -0.652533769607544, -0.6252737045288086, -1.2648701667785645, -1.3110289573669434, -1.0331085920333862, -1.0979342460632324, -0.9177477359771729, -0.9842928051948547, -1.757817268371582, -1.821129322052002, -1.1671593189239502, -1.193418025970459, -1.6425631046295166, -1.4075969457626343, -0.7920865416526794, -0.5226198434829712, -0.26999929547309875, -0.017128240317106247, 0.12218857556581497, 0.529739499092102, 0.6821014881134033, 0.7791507244110107, 0.95952308177948, 1.008933424949646, 1.1123807430267334, 1.389574646949768, 1.4203035831451416, 0.7666403651237488, 0.7783093452453613, 0.8640323877334595, 0.6551513075828552, 0.49950286746025085, 0.668212890625, 0.6214784979820251, 0.08878824859857559, 0.03627530112862587, 0.45095378160476685, 0.2296168953180313, 0.08333331346511841, -0.08031637966632843, -0.1473122090101242, -0.01580818183720112, -0.008698196150362492, -0.2945844531059265, -0.5977469086647034, -0.5746656656265259, -0.4069693684577942, -0.5286493301391602, -0.9399664402008057, -1.0118567943572998, -0.33246415853500366, -0.09550187736749649, -0.6455296277999878, -0.724661648273468, -0.516348659992218, -0.7617491483688354, -0.8011125922203064, -0.5679556727409363, -0.5818833708763123, -0.6972572803497314, -0.8243741989135742, -0.7361064553260803, -0.09122353792190552, -0.1624443084001541, -0.5460010766983032, -0.30950263142585754, -0.44115301966667175, -0.6905235648155212, 0.0435519702732563, -0.1621577888727188, -0.669232189655304, -0.21576286852359772, 0.172904834151268, 0.42045578360557556, 0.4396090805530548, 0.3867649734020233, 0.4554290175437927, 0.5684496760368347, 1.1209460496902466, 1.0528351068496704, 0.861203134059906, 0.9288586378097534, 0.9517500400543213, 1.1210548877716064, 0.6203151941299438, 0.6396443247795105, 0.7600706815719604, 0.3816763460636139, -0.35160478949546814, -0.33849403262138367, 0.32895952463150024, 0.3923090994358063, -0.37060782313346863, -0.9423587322235107, 0.35281047224998474, 0.27114900946617126, -0.7568516731262207, -0.7259414196014404, -0.35283398628234863, 0.14987894892692566, 0.38038137555122375, 0.1544957160949707, -0.18065668642520905, -0.07128101587295532, 0.3883735239505768, 0.19166971743106842, -0.12647861242294312, -0.2353811115026474, -0.28805163502693176, 0.13741178810596466, -0.22348614037036896, -0.5840591192245483, -0.4493502378463745, -0.33323174715042114, -0.4510619342327118, -0.768835186958313, -0.3434087336063385, -0.15878096222877502, -0.3277512788772583, -0.6674771308898926, -0.7596705555915833, 0.044089507311582565, 0.4878216087818146, -0.08150667697191238, -0.2716115713119507, -0.24743233621120453, 0.24135489761829376, 0.9416187405586243, 0.4840371012687683, -0.17482130229473114, 0.14863280951976776, 0.4861738383769989, 0.5175376534461975, 0.6818190813064575, 0.54229736328125, 0.014927894808351994, -0.012854771688580513, 0.32854166626930237, 0.2564699053764343, -0.40940409898757935, -0.4251689910888672, -0.17920637130737305, 0.022502588108181953, 0.18747131526470184, 0.02454989403486252, 0.019897248595952988, -0.14785395562648773, -0.7491090297698975, -0.6697849631309509, -0.47816595435142517, -0.5210036039352417, -0.6508828997612, -0.5333251357078552, -0.2805763781070709, -0.2924205958843231, -0.5889273285865784, -0.5707191824913025, -0.5392970442771912, -0.5210723280906677, -0.17588786780834198, -0.29847243428230286, -0.5033597946166992, -0.44835972785949707, -0.1758224070072174, 0.36139583587646484, 0.1659751981496811, -0.11764734238386154, 0.19361929595470428, 0.42699140310287476, 0.14852118492126465, 0.09032366424798965, 0.13261446356773376, 0.2819090783596039, 0.3957776129245758, 0.16824212670326233, 0.328097403049469, 0.23476742208003998, 0.06994456052780151, 0.2709234654903412, 0.47740647196769714, 0.4889012575149536, 0.1743658185005188, 0.03480330482125282, 0.31275758147239685, 0.29131877422332764, 0.14284634590148926, -0.16757389903068542, -0.22224371135234833, -0.048429787158966064, 0.14064249396324158, -0.20115777850151062, -0.6002894639968872, -0.3640442192554474, -0.192535862326622, -0.15660907328128815, -0.4328613877296448, -0.5780881643295288, -0.39482563734054565, -0.2048528492450714, -0.08722240477800369, -0.025195466354489326, 0.233512282371521, 0.08966311067342758, -0.005583802703768015, 0.19953849911689758, 0.007718401495367289, -0.1451725959777832, -0.0709008201956749, 0.09858183562755585, 0.10694422572851181, 0.21364521980285645, 0.20172785222530365, -0.3581506013870239, -0.5186378359794617, -0.06654476374387741, 0.24485932290554047, -0.11628708988428116, -0.4221437871456146, -0.3174704313278198, -0.08925891667604446, -0.10264433175325394, -0.4165276885032654, -0.4759339392185211, -0.36208853125572205, -0.3348560631275177, 0.08957227319478989, 0.14727246761322021, -0.39065271615982056, -0.35181599855422974, -0.21695226430892944, -0.1885882318019867, -0.26363739371299744, -0.27997735142707825, 0.2699778378009796, 0.24049177765846252, -0.008628015406429768, 0.23209966719150543, 0.10372647643089294, 0.0417318232357502, 0.01922043412923813, 0.29650622606277466, 0.4321998655796051, -0.1306515783071518, -0.06070691719651222, 0.2219473123550415, 0.3447151780128479, 0.09025667607784271, -0.18670405447483063, 0.23128123581409454, 0.34784600138664246, 0.27015283703804016, 0.2726178765296936, -0.2545110285282135, -0.3079049587249756, 0.024442413821816444, -0.09356057643890381, -0.36603444814682007, -0.13733547925949097, 0.10823101550340652, 0.18570052087306976, 0.19132961332798004, -0.06193133443593979, -0.35272642970085144, -0.4230002462863922, 0.10124440491199493, 0.4937267303466797, 0.18966802954673767, -0.237511545419693, -0.36427369713783264, -0.027342794463038445, 0.3123154640197754, 0.3811911642551422, 0.016753535717725754, -0.13959293067455292, 0.025719046592712402, 0.11635728180408478, 0.16856472194194794, 0.23615135252475739, 0.06741762161254883, 0.37706756591796875, 0.44607725739479065, -0.16015100479125977, -0.20654968917369843, 0.04774056747555733, 0.16535912454128265, 0.014077714644372463, 0.07298611104488373, 0.39182209968566895, 0.5390762090682983, 0.26687923073768616, -0.1399964690208435, 0.001157586113549769, 0.261322945356369, 0.10748796164989471, -0.12887291610240936, 0.20113462209701538, 0.2272079437971115, 0.17654761672019958, 0.5353723764419556, 0.1745416820049286, 0.052305880934000015, 0.3170979917049408, 0.2418329417705536, 0.06825178116559982, 0.06357237696647644, 0.25486835837364197, 0.12656612694263458, 0.19343915581703186, 0.26275014877319336, 0.2768602967262268, 0.343330055475235, 0.4722422659397125, 0.24051964282989502, 0.11553086340427399, 0.31480085849761963, 0.16492973268032074, -0.16372740268707275, 0.0007345564081333578, 0.08004122972488403, -0.12826845049858093, -0.09261215478181839, 0.034202903509140015, -0.23161596059799194, -0.3136230409145355, 0.11020367592573166, 0.15218332409858704, 0.15084752440452576, -0.03940160572528839, -0.6201986074447632, -0.2532057464122772, 0.08298229426145554, 0.12188473343849182, -0.025839362293481827, 0.02419928088784218, 0.16856056451797485, 0.1755698323249817, 0.26171019673347473, 0.28294119238853455, -0.14351508021354675, -0.18955367803573608, -0.00845953170210123, 0.06271804124116898, 0.0028224256820976734, 0.021396448835730553, 0.05928877741098404, 0.20016072690486908, 0.18894748389720917, 0.3707176744937897, 0.2794736921787262, -0.04647661745548248, 0.2696841061115265, 0.2258070558309555, -0.3393847942352295, 0.17983072996139526, 0.558155357837677, 0.10392475128173828, 0.1482006162405014, 0.7214218378067017, 0.6092368960380554, 0.19544151425361633, 0.2852156460285187, 0.17562514543533325, 0.30057719349861145, 0.3928331136703491, 0.20550762116909027, 0.36074957251548767, 0.45388785004615784, 0.2414897382259369, 0.23915919661521912, 0.45441192388534546, 0.1563178151845932, -0.2215879261493683, 0.5768147706985474, 0.022499823942780495, -0.6137353181838989, -0.13440540432929993, -0.6218075156211853, -0.10408193618059158, 0.4135935306549072, -1.1448360681533813, -0.7708432078361511, 0.9747593402862549, 0.3829352855682373, -0.3027629852294922, -0.2169395089149475, -0.20007362961769104, 0.012004007585346699, 0.7564016580581665, 0.5807908773422241, -0.23623016476631165, 0.28194499015808105, 1.0916534662246704, 0.6632346510887146, -0.0566023588180542, -0.2074780911207199, 0.6099638342857361, 0.6952617168426514, 0.2827839255332947, 0.48812538385391235, 0.1789328008890152, -0.2371281087398529, -0.28157228231430054, 0.21537929773330688, -0.03424034267663956, -0.5781751871109009, -0.2786886394023895, -0.11322345584630966, -0.4137830138206482, -0.30397936701774597, 0.06818831712007523, -0.28591176867485046, -0.505852460861206, -0.08662863075733185, 0.03142193332314491, -0.18489694595336914, -0.5951002836227417, -0.4990653693675995, -0.20748810470104218, -0.32566162943840027, -0.22783184051513672, -0.4452396035194397, -0.5631564259529114, -0.3581562638282776, -0.1967458426952362, -0.4847557842731476, -0.5700021982192993, -0.3035667836666107, -0.4987054169178009, -0.30808892846107483, -0.1580364853143692, -0.2019311487674713, -0.1969011425971985, -0.03276137262582779, -0.027813641354441643, -0.24341058731079102, -0.19808942079544067, 0.08293388038873672, -0.004385138861835003, -0.3199920356273651, -0.17757339775562286, 0.11185150593519211, 0.08479859679937363, 0.0662878155708313, 0.011628398671746254, -0.3446422219276428, 0.011158599518239498, 0.20541304349899292, 0.05513779819011688, -0.004875667858868837, -0.1694261133670807, -0.13675276935100555, -0.009202440269291401, 0.19371037185192108, 0.15869484841823578, -0.15537774562835693, -0.24952468276023865, -0.084507517516613, 0.3442712128162384, 0.18069401383399963, -0.5326830148696899, -0.4739125967025757, 0.17010633647441864, 0.3488870859146118, -0.052760761231184006, -0.19358055293560028, 0.011561472900211811, 0.053878430277109146, 0.21073304116725922, 0.07473443448543549, -0.06720837950706482, -0.00500560412183404, 0.09585161507129669, -0.0912412628531456, -0.17685027420520782, -0.11831749230623245, -0.15566548705101013, -0.07546454668045044, -0.12419231981039047, -0.2501886188983917, -0.16754452884197235, -0.04097549989819527, -0.02885393053293228, -0.07975168526172638, 0.07095707952976227, 0.002830598736181855, -0.12750524282455444, -0.12260205298662186, -0.10413099080324173, -0.17250056564807892, -0.027466461062431335, 0.1268685907125473, -0.2044399529695511, -0.16621826589107513, 0.022924009710550308, -0.22631540894508362, -0.394379198551178, -0.3290179967880249, -0.20608334243297577, -0.27118852734565735, -0.23054254055023193, -0.19294166564941406, 0.03281499445438385, 0.06549416482448578, -0.13855688273906708, -0.29965272545814514, -0.07838834077119827, 0.1398664265871048, -0.08389604091644287, -0.14915385842323303, -0.09063223004341125, -0.10019435733556747, 0.022406814619898796, 0.26284945011138916, 0.16283941268920898, -0.022503990679979324, 0.08604121208190918, 0.21791166067123413, 0.4612213969230652, 0.540671169757843, 0.28061968088150024, 0.23963035643100739, 0.28261980414390564, 0.1375899463891983, -0.011898363009095192, -0.1490768939256668, -0.03209611028432846, 0.0893092080950737, 0.15230557322502136, 0.2359207272529602, -0.036678723990917206, 0.016258448362350464, 0.24576227366924286, 0.04933866113424301, 0.04889896884560585, 0.10167998820543289, -0.04231280833482742, -0.12382031977176666, 0.09415718168020248, 0.041741956025362015, -0.12750059366226196, -0.2894044816493988, -0.4079475700855255, -0.30772995948791504, -0.26183021068573, -0.014381378889083862, 0.031753409653902054, -0.44112569093704224, -0.4003969728946686, -0.07298129796981812, -0.23533819615840912, -0.5235991477966309, -0.7454712390899658, -0.5459803938865662, -0.43220341205596924, -0.5494307279586792, -0.3774881660938263, 0.010775500908493996, 0.04670928046107292, -0.013172031380236149, 0.1899292767047882, -0.02576381340622902, -0.04475076496601105, 0.06970345228910446, 0.1796618551015854, 0.26163357496261597, 0.2344868779182434, 0.28034064173698425, 0.39830872416496277, 0.4439309537410736, 0.5050294995307922, 0.3975852429866791, 0.1293492466211319, 0.1438162922859192, 0.08356022089719772, -0.13011768460273743, -0.12877312302589417, -0.08760181069374084, -0.029734516516327858, -0.0296119824051857, 0.12504942715168, 0.19436775147914886, -0.26864010095596313, -0.4420604407787323, -0.16397635638713837, -0.01573110744357109, -0.22799469530582428, -0.2794598937034607, -0.1737881749868393, -0.34264910221099854, -0.44806089997291565, -0.4457097351551056, -0.12489021569490433, 0.07123615592718124, -0.329344779253006, -0.21131540834903717, 0.2662804126739502, 0.33827757835388184, -0.006806154735386372, -0.14983388781547546, -0.029992790892720222, 0.06851350516080856, 0.01747823692858219, 0.025437142699956894, 0.045192886143922806, 0.16172321140766144, 0.1753561943769455, 0.23841916024684906, -0.043338075280189514, -0.19601330161094666, -0.04206954687833786, -0.09145225584506989, -0.3271193504333496, -0.1769738644361496, 0.03731902316212654, -0.04204655811190605, -0.050642795860767365, 0.06451977789402008, 0.1330447793006897, 0.15315218269824982, 0.09304416179656982, 0.24331346154212952, 0.28042072057724, -0.005405260715633631, 0.04502605274319649, -0.011654305271804333, -0.09422683715820312, 0.04910523071885109, 0.33055147528648376, 0.4397226870059967, 0.04428637772798538, -0.13372378051280975, -0.20740191638469696, -0.05733142048120499, 0.2832862436771393, 0.2691909074783325, 0.2150375097990036, 0.22044210135936737, 0.3207102119922638, 0.38991761207580566, 0.16187039017677307, 0.19773252308368683, 0.3574180006980896, 0.21342504024505615, 0.32055211067199707, 0.4616924822330475, 0.5958141088485718, 0.5050693154335022, 0.4166940152645111, 0.44338610768318176, 0.23085397481918335, 0.18622282147407532, 0.3118327856063843, 0.2125573605298996, 0.08296751230955124, 0.26383480429649353, 0.37540143728256226, 0.27033382654190063, -0.03696932643651962, -0.21015413105487823, -0.0904930979013443, -0.0366162545979023, -0.009346850216388702, 0.02490933984518051, -0.15845181047916412, -0.24386148154735565, 0.01741187274456024, 0.17369382083415985, -0.15882769227027893, -0.2320961207151413, -0.15900127589702606, 0.05372191593050957, 0.19013579189777374, 0.00198876834474504, -0.07047469168901443, -0.006371463183313608, -0.04776177927851677, 0.024815572425723076, 0.026931017637252808, -0.22784264385700226, -0.2935884892940521, -0.12361139059066772, -0.07071567326784134, -0.28068026900291443, -0.14612965285778046, -0.005506887566298246, -0.03256537765264511, -0.008180070668458939, -0.15136821568012238, -0.13302890956401825, -0.03218849003314972, -0.06765316426753998, -0.14817973971366882, -0.025954894721508026, 0.2012825608253479, 0.12435226142406464, 0.05960541591048241, -0.04081033170223236, 0.06494270265102386, 0.13622315227985382, -0.08937951177358627, -0.08527157455682755, -0.07483550906181335, 0.06497106701135635, 0.1414424628019333, 0.12046026438474655, 0.11202748864889145, 0.14281989634037018, 0.07370714843273163, 0.07844816893339157, 0.10965117812156677, -0.054632507264614105, 0.01294910628348589, -0.043746378272771835, -0.1679474413394928, -0.20804280042648315, -0.13121646642684937, -0.06959431618452072, -0.30784812569618225, -0.4047790765762329, -0.3471493422985077, -0.24649855494499207, 0.03445446863770485, 0.09419954568147659, -0.15425290167331696, -0.011116518639028072, 0.18661662936210632, 0.1588563323020935, 0.23019704222679138, 0.17472735047340393, 0.12847556173801422, 0.15447735786437988, 0.02662627026438713, -0.07304909825325012, -0.016236484050750732, 0.1058453693985939, -0.012053374201059341, -0.08763580024242401, 0.06475713104009628, 0.10927286744117737, 0.3454892933368683, 0.39261049032211304, 0.08670875430107117, -0.01682375743985176, 0.08828642219305038, 0.315934419631958, 0.16081134974956512, 0.18866436183452606, 0.4324716627597809, 0.09984272718429565, -0.06611311435699463, 0.22142457962036133, 0.37439852952957153, 0.29417625069618225, 0.07068926841020584, 0.07111556828022003, -0.05758389085531235, 0.0073799560777843, 0.22049061954021454, 0.03461680933833122, -0.04002216085791588, 0.06589287519454956, 0.1331745982170105, 0.14625655114650726, -0.1388281285762787, -0.26672670245170593, -0.017944270744919777, -0.12947553396224976, -0.3004336655139923, -0.14065398275852203, -0.10200881958007812, -0.1563367247581482, -0.07980823516845703, 0.04879191145300865, -0.054563071578741074, -0.08697957545518875, -0.03846394270658493, -0.030959010124206543, 0.09893599897623062, 0.22908368706703186, 0.18980805575847626, 0.22465038299560547, 0.3033335506916046, 0.2050994634628296, 0.04049308970570564, -0.0046862042509019375, 0.14926959574222565, 0.26804259419441223, 0.21925988793373108, 0.224170982837677, 0.18614298105239868, 0.1313505619764328, 0.15590772032737732, 0.13630841672420502, 0.20135806500911713, 0.14492225646972656, 0.0035083319526165724, -0.023966128006577492, -0.1726362258195877, -0.029939860105514526, -0.05286239832639694, -0.272743284702301, -0.05514468625187874, -0.0007105538970790803, -0.09612669050693512, -0.01299478579312563, 0.07054565846920013, -0.002852613339200616, -0.15272559225559235, -0.04760362580418587, -0.07762482017278671, -0.1982470452785492, -0.12009185552597046, -0.06260634958744049, -0.08388932794332504, 0.008764349855482578, -0.15359042584896088, -0.3278011977672577, -0.031501010060310364, 0.11793453246355057, -0.14582780003547668, -0.09325685352087021, 0.06024233624339104, -0.1878030151128769, 0.018593046814203262, 0.1823478490114212, 0.06437882781028748, 0.09939621388912201, 0.14692306518554688, 0.22110901772975922, 0.0883338451385498, -0.029869236052036285, 0.11339779943227768, 0.16913385689258575, 0.05892559140920639, 0.13554517924785614, 0.10518041253089905, 0.2175019383430481, 0.15072083473205566, -0.08346369117498398, 0.1307724267244339, -0.012874024920165539, -0.18277950584888458, -0.0965636670589447, -0.1271754950284958, -0.21437233686447144, -0.14616253972053528, 0.044103704392910004, -0.0021680104546248913, -0.15677770972251892, -0.2686396539211273, -0.17040632665157318, -0.07291857153177261, -0.04064493626356125, -0.07842626422643661, -0.19689351320266724, -0.18003526329994202, 0.04831622913479805, 0.09673483669757843, -0.03621280565857887, -0.0786086767911911, -0.013701447285711765, -0.08428560197353363, -0.13070964813232422, 0.06907113641500473, -0.050907913595438004, -0.19721350073814392, -0.07968341559171677, -0.08688096702098846, -0.2583659291267395, -0.10313741862773895, 0.028156781569123268, -0.08377190679311752, 0.012561896815896034, 0.20247264206409454, 0.16057905554771423, 0.03508946672081947, 0.004456677008420229, 0.023246420547366142, -0.09367521107196808, 0.019779104739427567, 0.00876159593462944, 0.0032115757931023836, 0.05714524909853935, -0.1725359410047531, -0.21604233980178833, -0.06306149810552597, -0.03736348822712898, -0.10722077637910843, -0.06928672641515732, -0.0315837636590004, 0.09641610085964203, 0.011839821934700012, -0.1865268498659134, -0.08924706280231476, -0.16724632680416107, -0.30264994502067566, -0.1358872652053833, -0.035275381058454514, -0.1277494579553604, -0.16087906062602997, -0.07685521990060806, -0.1913469135761261, -0.15469396114349365, 0.11197727173566818, 0.05266793072223663, 0.06639596819877625, -0.028735384345054626, -0.16625216603279114, -0.07590912282466888, -0.06907957047224045, 0.015429036691784859, 0.007237525191158056, -0.10080548375844955, -0.053748778998851776, -0.03891864791512489, -0.005060373805463314, 0.11234124004840851, 0.07049582898616791, 0.03580394387245178, 0.004083135165274143, -0.018222607672214508, 0.13520468771457672, 0.2533832788467407, 0.07454776763916016, -0.07657548785209656, 0.04936433956027031, 0.25860658288002014, 0.249992236495018, -0.2699741721153259, -0.22267037630081177, 0.0846281349658966, 0.16105689108371735, 0.30022701621055603, 0.09996365010738373, -0.004189889412373304, 0.05438234657049179, -0.03409288451075554, -0.09222470223903656, -0.11540859937667847, -0.22965706884860992, -0.3712122440338135, -0.3698226809501648, -0.10536623001098633, -0.028699783608317375, -0.31914272904396057, -0.5450081825256348, -0.42649930715560913, -0.3762463629245758, -0.28037428855895996, -0.28188374638557434, -0.4354110658168793, -0.2028605043888092, 0.061465419828891754, -0.023622391745448112, -0.11349058151245117, -0.049885015934705734, -0.07429035753011703, -0.0389707013964653, -0.06999427080154419, -0.013537774793803692, 0.033182840794324875, 0.05024142563343048, 0.1421842724084854, 0.3287489712238312, 0.2997976839542389, 0.15986759960651398, 0.20775224268436432, 0.11433082818984985, 0.04203346371650696, 0.10684014111757278, 0.19935154914855957, 0.11705219000577927, 0.09545484185218811, 0.257219523191452, 0.0665406659245491, -0.11401717364788055, 0.02167118526995182, -0.008221382275223732, -0.12711872160434723, -0.13043664395809174, -0.07884792983531952, -0.04007146134972572, -0.04097820818424225, -0.1262458860874176, -0.22270050644874573, -0.40856167674064636, -0.5778312683105469, -0.4513869285583496, -0.1779116839170456, -0.27206143736839294, -0.42644113302230835, -0.2216545045375824, -0.21715375781059265, -0.29348286986351013, -0.2066839337348938, -0.23404477536678314, -0.21948368847370148, -0.3209945857524872, -0.3548698127269745, -0.23193058371543884, -0.23783522844314575, -0.2320537120103836, -0.10760418325662613, -0.20602189004421234, -0.2848302125930786, -0.23666059970855713, -0.11448106169700623, 0.015790611505508423, 0.09402443468570709, 0.10084827989339828, 0.07224149256944656, 0.23228323459625244, 0.33988475799560547, 0.1053580641746521, -0.023290827870368958, -0.00826618354767561, -0.04370759800076485, 0.15625707805156708, 0.11318524926900864, 0.045904360711574554, 0.10285590589046478, 0.12597618997097015, 0.11537940800189972, -0.007052773144096136, 0.1965819150209427, 0.20510786771774292, -0.08012750744819641, -0.049741484224796295, 0.02445516176521778, 0.0008624336333014071, 0.03483588993549347, 0.09186522662639618, 0.00159517303109169, -0.0025140997022390366, 0.08799191564321518, -0.03752022981643677, -0.029335973784327507, 0.11418682336807251, 0.0445072315633297, 0.08061425387859344, 0.25242850184440613, 0.25636664032936096, 0.12775982916355133, 0.15201283991336823, 0.31771281361579895, 0.32759082317352295, 0.1803392618894577, 0.11662963032722473, 0.14924629032611847, 0.10685321688652039, 0.1996162235736847, 0.25443771481513977, 0.012220020405948162, -0.1205107569694519, 0.10221479088068008, 0.274113267660141, 0.10523241758346558, -0.11842232197523117, -0.0487232506275177, 0.08851742744445801, 0.026232482865452766, 0.1161799356341362, 0.09186474978923798, 0.1066967323422432, 0.19777250289916992, 0.21993282437324524, 0.1559176743030548, 0.10759532451629639, 0.07603210210800171, 0.028137968853116035, 0.03874862939119339, -0.10182038694620132, -0.08596289902925491, -0.043982863426208496, -0.1929498016834259, -0.20920784771442413, -0.18176859617233276, -0.28591790795326233, -0.2696116864681244, -0.07160322368144989, -0.0980413481593132, -0.20491622388362885, -0.00038515156484209, 0.07600399106740952, -0.12137354910373688, 0.030550159513950348, 0.1037275418639183, -0.15002116560935974, -0.19013117253780365, -0.04661262407898903, -0.07998084276914597, -0.022397588938474655, 0.20491741597652435, 0.2277061641216278, 0.10082739591598511, 0.015216277912259102, 0.13933956623077393, 0.26820123195648193, 0.18744058907032013, 0.058667294681072235, 0.08064081519842148, 0.2609032094478607, 0.24719540774822235, 0.17450164258480072, 0.2923986315727234, 0.3504314720630646, 0.2757209837436676, 0.1891496777534485, 0.22133778035640717, 0.22140628099441528, 0.2627291679382324, 0.41798466444015503, 0.3127025067806244, 0.13767090439796448, 0.10140393674373627, 0.06513515114784241, 0.1457093507051468, 0.1129346489906311, -0.114051453769207, -0.04852135106921196, -0.10315113514661789, -0.2101202756166458, -0.24401549994945526, -0.14398975670337677, -0.06624758243560791, -0.15444056689739227, -0.1520158052444458, -0.114015594124794, -0.20100337266921997, -0.31406232714653015, -0.29325684905052185, -0.15169838070869446, -0.13890883326530457, -0.1743863821029663, -0.09330850094556808, 0.05235958471894264, 0.07507064938545227, -0.034557901322841644, -0.18457739055156708, -0.15072792768478394, -0.06687293201684952, 0.019461870193481445, -0.04359383508563042, -0.038549333810806274, 0.1264888048171997, 0.06475268304347992, -0.0017465244745835662, 0.1280604600906372, 0.14134784042835236, 0.16233298182487488, 0.15328040719032288, 0.21051286160945892, 0.42372629046440125, 0.37339091300964355, 0.32868707180023193, 0.17161975800991058, 0.0858861580491066, 0.2324439436197281, 0.09434603899717331, 0.13957443833351135, 0.276904433965683, 0.18004010617733002, 0.09012435376644135, 0.1081906333565712, 0.04408440366387367, -0.036758966743946075, 0.00041921110823750496, -0.03665495291352272, -0.029511479660868645, 0.02064630016684532, -0.10010883212089539, -0.17852145433425903, -0.13043281435966492, -0.11043775826692581, -0.10669559985399246, -0.09885156154632568, -0.16577965021133423, -0.3031994104385376, -0.2991395890712738, -0.1758371889591217, -0.16170212626457214, -0.10864667594432831, -0.10348215699195862, -0.11557860672473907, -0.10959430038928986, 0.019396379590034485, -0.0011562497820705175, -0.1318303346633911, -0.16251815855503082, -0.06699489802122116, 0.06565891206264496, 0.06839368492364883, 0.03277597203850746, -0.016391729936003685, 0.17209453880786896, 0.2755618393421173, 0.2070700228214264, 0.170507550239563, 0.1807359755039215, 0.24020680785179138, 0.2631872296333313, 0.3484898805618286, 0.3758688271045685, 0.3934902548789978, 0.34231632947921753, 0.24176879227161407, 0.21805992722511292, 0.2923295497894287, 0.40225714445114136, 0.2748788893222809, 0.05586273968219757, 0.024869045242667198, 0.050622180104255676, 0.03371938318014145, -0.07153468579053879, -0.08428552746772766, -0.09665936231613159, -0.1302286982536316, -0.10639581084251404, -0.15007486939430237, -0.19697321951389313, -0.13912637531757355, -0.17658057808876038, -0.2851852774620056, -0.27028733491897583, -0.1810385286808014, -0.1712561845779419, -0.1079365611076355, 0.01710866019129753, -0.0697011649608612, -0.1780916154384613, -0.1239299327135086, -0.18221448361873627, -0.18362683057785034, -0.12704722583293915, -0.17880816757678986, -0.04796641692519188, -0.07535264641046524, -0.06200777739286423, 0.05079606920480728, -0.10191261023283005, -0.07230756431818008, -0.07244366407394409, -0.08134674280881882, 0.054821524769067764, 0.08254121243953705, 0.19658590853214264, 0.3010011613368988, 0.17729569971561432, 0.11516821384429932, 0.1429469734430313, 0.18776948750019073, 0.20589783787727356, 0.2668440341949463, 0.30330026149749756, 0.2667434513568878, 0.29684978723526, 0.3011717200279236, 0.32869893312454224, 0.24810223281383514, 0.08601497113704681, 0.09431304782629013, 0.18238267302513123, 0.1786634624004364, 0.04321538656949997, 0.04216109216213226, 0.050914082676172256, 0.09182661771774292, 0.2459075003862381, 0.15433678030967712, -0.062483713030815125, -0.006202226970344782, -0.03436863794922829, -0.10271003842353821, -0.07299120724201202, -0.01872544176876545, 0.02266772836446762, 0.015483053401112556, 0.12091098725795746, 0.010404834523797035, -0.14634305238723755, -0.10413128137588501, -0.15539094805717468, -0.09403180330991745, 0.01311968732625246, 0.005115233827382326, -0.08537901937961578, -0.0027844044379889965, 0.03433229774236679, -0.17268803715705872, -0.08406190574169159, 0.05119267851114273, 0.0023311199620366096, 0.037174638360738754, -0.042786821722984314, -0.10672967880964279, -0.07713120430707932, 0.05563836917281151, 0.043979160487651825, 0.05068851634860039, 0.13175979256629944, 0.19324113428592682, 0.3173164427280426, 0.1793355941772461, 0.13159999251365662, 0.22949981689453125, 0.19782978296279907, 0.16340632736682892, 0.1854485124349594, 0.17791737616062164, 0.1488569974899292, 0.23887985944747925, 0.24035105109214783, 0.1692945957183838, 0.15517909824848175, 0.11078517138957977, -0.01269552856683731, 0.019931871443986893, 0.18260276317596436, 0.17750771343708038, 0.05697954073548317, 0.06259549409151077, 0.21118062734603882, 0.11169937252998352, 0.05621824041008949, 0.10221269726753235, 0.12325383722782135, 0.2097824066877365, 0.0639212355017662, 0.043375395238399506, 0.07295584678649902, -0.007916736416518688, 0.053118739277124405, 0.08306848257780075, 0.043742433190345764, -0.031039193272590637, 0.10294193029403687, 0.04733431339263916, -0.06895650178194046, 0.04644981026649475, 0.08126513659954071, 0.02531653642654419, -0.019130581989884377, -0.034068237990140915, -0.0969264954328537, -0.06940385699272156, 0.009421725757420063, 0.015520329587161541, 0.007258350495249033, 0.026927776634693146, 0.07102230191230774, -0.019502077251672745, -0.0001150737443822436, -0.08018515259027481, -0.03201529011130333, 0.06523348391056061, -0.042946070432662964, -0.14528773725032806, -0.1512308120727539, -0.1503814309835434, -0.17593342065811157, -0.13317087292671204, -0.08809413015842438, -0.1567951887845993, -0.20733538269996643, -0.26296624541282654, -0.2587032616138458, -0.2050287425518036, -0.1684015542268753, -0.10591171681880951, -0.14952504634857178, -0.1658334732055664, -0.12388703972101212, -0.06682813912630081, -0.06597232073545456, -0.1042051762342453, -0.1573920100927353, -0.1649998128414154, -0.09622499346733093, -0.11943159252405167, -0.13021913170814514, -0.14101751148700714, -0.19509537518024445, -0.13904178142547607, -0.08319773524999619, -0.12952525913715363, -0.20258848369121552, -0.217274472117424, -0.19087620079517365, -0.10725969076156616, -0.0963573232293129, -0.0636521577835083, -0.14633457362651825, -0.2287883311510086, -0.21858367323875427, -0.13986779749393463, -0.19487276673316956, -0.3062581419944763, -0.3536597788333893, -0.41927698254585266, -0.38618555665016174, -0.36698031425476074, -0.4085201919078827, -0.4454127550125122, -0.40306439995765686, -0.35757166147232056, -0.31410035490989685, -0.29098865389823914, -0.3130322992801666, -0.2555314004421234, -0.2652592062950134, -0.2354290932416916, -0.17669939994812012, -0.239755779504776, -0.3203597664833069, -0.30489322543144226, -0.14415143430233002, -0.08719576150178909, -0.1059495136141777, -0.032922063022851944, 0.013873009942471981, -0.0324966125190258, -0.08305902034044266, -0.0827542394399643, -0.1427406221628189, -0.11193172633647919, -0.05354190245270729, 0.06443332880735397, 0.1500696986913681, 0.08685222268104553, 0.010651075281202793, -0.05009249225258827, 0.006665704306215048, -0.014887135475873947, -0.0944320484995842, -0.0681556835770607, -0.045948371291160583, -0.03418303653597832, 0.05310946702957153, 0.062369540333747864, -0.008064830675721169, 0.04323350638151169, 0.009815310128033161, -0.09299125522375107, -0.029943544417619705, 0.06352213770151138, 0.06649035960435867, -0.0715513601899147, -0.07445653527975082, -0.041607532650232315, -0.09510883688926697, -0.09307647496461868, -0.09562596678733826, -0.11256442219018936, -0.1118437796831131, -0.03354861959815025, 0.03439290449023247, -0.015808554366230965, 0.06253496557474136, 0.05651451647281647, -0.12457026541233063, -0.15296916663646698, -0.08000469207763672, -0.09762793779373169, -0.09910057485103607, 0.02844979800283909, 0.03150199353694916, -0.01394807267934084, 0.08813711255788803, 0.10362855345010757, -0.03221875801682472, -0.07487580925226212, 0.06275937706232071, 0.013895292766392231, -0.10524684190750122, -0.08922256529331207, -0.04887364059686661, -0.018944039940834045, -0.0875370055437088, -0.23203392326831818, -0.23162521421909332, -0.15263141691684723, -0.14755962789058685, -0.12827187776565552, -0.008484048768877983, -0.016658684238791466, -0.04455186426639557, -0.00808680709451437, 0.03442773595452309, 0.03218093141913414, 0.08198601752519608, 0.12598936259746552, 0.014151743613183498, -0.05009624361991882, 0.042151741683483124, 0.018131127581000328, 0.03867105022072792, -0.0016217823140323162, -0.0531122125685215, -0.008304574526846409, -0.005462822038680315, 0.006306577008217573, -0.0521765798330307, 0.0015393615467473865, 0.14959955215454102, 0.12278342992067337, 0.04866000637412071, 0.06373579055070877, 0.014539850875735283, -0.025351442396640778, 0.08518249541521072, 0.15985874831676483, 0.220132976770401, 0.22919194400310516, 0.20858031511306763, 0.20665889978408813, 0.21633964776992798, 0.1738777756690979, 0.12862767279148102, 0.08038672059774399, 0.07431036233901978, 0.06360805779695511, 0.04401331767439842, 0.12038932740688324, 0.07362809032201767, 0.04104449227452278, 0.11115670949220657, 0.09298285096883774, -0.04166059195995331, -0.07603868842124939, 0.05348757281899452, -0.02458992600440979, -0.055632662028074265, -0.046330735087394714, -0.02956760674715042, -0.027835747227072716, -0.021371828392148018, 0.0419015996158123, 0.023540249094367027, -0.049237269908189774, -0.038389842957258224, 0.016105854883790016, 0.07781841605901718, 0.11273730546236038, 0.04824674502015114, -0.04777858406305313, -0.03293902054429054, 0.03721950575709343, -0.018656164407730103, -0.03426527976989746, -0.04825744777917862, -0.09709472954273224, -0.09061995893716812, -0.08548910915851593, -0.13105683028697968, -0.13966673612594604, -0.004828709177672863, 0.05775008723139763, 0.05010654032230377, 0.0013779663713648915, -0.04496218264102936, -0.020624395459890366, 0.06189011409878731, -0.021431270986795425, 0.000619757454842329, -0.0013283201260492206, -0.10126145929098129, -0.1421537548303604, -0.13852088153362274, -0.05503147840499878, 0.023119622841477394, 0.0045741223730146885, -0.0521831288933754, -0.1377580463886261, -0.008710629306733608, 0.07009286433458328, -0.04584633558988571, -0.10877560824155807, -0.10293319821357727, -0.11825504899024963, -0.14384230971336365, -0.050069309771060944, -0.032640889286994934, -0.2092614769935608, -0.26417815685272217, -0.09992516785860062, -0.04811185598373413, -0.13557301461696625, -0.11103604733943939, -0.029649702832102776, 0.014636932872235775, 0.052040837705135345, 0.16945748031139374, 0.1833459436893463, 0.10513271391391754, 0.11387407779693604, 0.15850672125816345, 0.10730244219303131, 0.04807903617620468, 0.07428053766489029, 0.09562638401985168, 0.15575569868087769, 0.1552513837814331, 0.13095517456531525, 0.18250064551830292, 0.21976368129253387, 0.24437978863716125, 0.2795434296131134, 0.2783415913581848, 0.25514212250709534, 0.3007622957229614, 0.2865534722805023, 0.20779234170913696, 0.21195699274539948, 0.27398064732551575, 0.18460625410079956, 0.17085199058055878, 0.24747562408447266, 0.11250783503055573, 0.020883863791823387, 0.11546079814434052, 0.11729207634925842, 0.08232986927032471, 0.04246281087398529, 0.07579661905765533, 0.0885305106639862, -0.0053966897539794445, -0.0493321567773819, -0.057161714881658554, -0.021412411704659462, 0.03188857436180115, -0.03403306007385254, -0.08324147760868073, -0.1422795206308365, -0.138362854719162, -0.18907593190670013, -0.19346243143081665, -0.16567380726337433, -0.15756787359714508, -0.15332113206386566, -0.13942904770374298, -0.1632247269153595, -0.10133879631757736, -0.11118222773075104, -0.1485101878643036, -0.012651977129280567, 0.043331328779459, -0.022708632051944733, -0.031366150826215744, 0.0793825015425682, 0.08735629171133041, -0.04083041846752167, -0.08810371905565262, -0.019388213753700256, 0.14066457748413086, 0.04155334457755089, 0.04499038681387901, 0.1270846128463745, 0.07295490801334381, 0.05671660602092743, 0.11730852723121643, 0.14592266082763672, 0.18820233643054962, 0.2280699759721756, 0.19819332659244537, 0.057566508650779724, 0.056950852274894714, 0.11103469878435135, 0.08338349312543869, 0.031171415001153946, 0.04733799397945404, 0.02642223797738552, 0.07344415783882141, 0.23968547582626343, 0.23729705810546875, 0.10927989333868027, 0.1015772745013237, 0.12136992067098618, 0.08208794891834259, 0.055764779448509216, 0.03323882818222046, 0.02613792195916176, 0.013049609027802944, -0.009151185862720013, -0.03728214651346207, -0.054019369184970856, -0.07233604043722153, -0.03998454287648201, 0.002331113675609231, -0.018620474264025688, -0.1472524106502533, -0.12651044130325317, -0.0457969568669796, -0.03730512410402298, -0.0031667810399085283, 0.07459509372711182, 0.09045297652482986, 0.05053534731268883, 0.06054636090993881, 0.06767324358224869, 0.08407767862081528, 0.024168586358428, -0.02226799912750721, 0.10093450546264648, 0.16617420315742493, 0.17805708944797516, 0.2067968249320984, 0.1882036179304123, 0.20901399850845337, 0.31239068508148193, 0.22877207398414612, 0.07453826814889908, 0.13944301009178162, 0.26103127002716064, 0.30209439992904663, 0.23911568522453308, 0.19120296835899353, 0.14705781638622284, 0.08357267081737518, 0.10111908614635468, 0.16042035818099976, 0.0949387475848198, 0.04947490990161896, 0.10605338960886002, 0.10135196894407272, 0.13838550448417664, 0.15695366263389587, 0.19933275878429413, 0.2506728172302246, 0.11791444569826126, 0.10308893024921417, 0.23635342717170715, 0.13346530497074127, 0.07432989776134491, 0.12058408558368683, 0.12354223430156708, 0.0007988645229488611, -0.006554299965500832, 0.0039262366481125355, -0.04763776436448097, -0.04357993230223656, -0.0046239630319178104, 0.033601198345422745, -0.11578565835952759, -0.11749619245529175, 0.03949175402522087, 0.09722786396741867, 0.02150995098054409, 0.06275387108325958, 0.1351938247680664, 0.07108455151319504, 0.03276485949754715, 0.123952716588974, 0.11884143948554993, 0.10205810517072678, 0.03626648709177971, 0.11679947376251221, 0.11107952147722244, 0.04977743327617645, 0.162080317735672, 0.14881998300552368, 0.12205345928668976, 0.15917564928531647, 0.18320202827453613, 0.18712270259857178, 0.18983997404575348, 0.1463480442762375, 0.045639071613550186, 0.05801723524928093, 0.03715218976140022, -0.01848463900387287, -0.08925660699605942, -0.16958674788475037, -0.09355910122394562, 0.014328528195619583, -0.07172805070877075, -0.16870969533920288, -0.13168273866176605, -0.12300369888544083, -0.15179167687892914, -0.11952833086252213, -0.11049909144639969, -0.10089503973722458, -0.09915167838335037, -0.13067738711833954, -0.11435643583536148, -0.10863413661718369, -0.10546541213989258, -0.09158073365688324, -0.05366641655564308, 0.07486928999423981, -0.010908910073339939, -0.037618063390254974, 0.08245208114385605, 0.0589958131313324, -0.0023184192832559347, 0.04804332181811333, 0.12420087307691574, 0.12302985042333603, 0.14370319247245789, 0.2373727411031723, 0.20453567802906036, 0.1286936104297638, 0.09176675975322723, 0.049156155437231064, 0.03685520961880684, 0.004385910462588072, -0.026493743062019348, 0.12503106892108917, 0.15767280757427216, 0.011065497994422913, 0.07731001079082489, 0.15495850145816803, 0.05329905450344086, 0.01952093280851841, 0.041097622364759445, -0.05622633919119835, -0.17568989098072052, -0.12478014826774597, -0.04126161336898804, -0.11852645874023438, -0.16075840592384338, -0.057049710303545, -0.046187225729227066, -0.06310369074344635, -0.14918166399002075, -0.24857518076896667, -0.20671142637729645, -0.16787569224834442, -0.2176317721605301, -0.2932256758213043, -0.2342277467250824, -0.250497430562973, -0.3169747292995453, -0.27395519614219666, -0.22425459325313568, -0.22853541374206543, -0.27114439010620117, -0.2284126579761505, -0.1706855446100235, -0.20848849415779114, -0.2113669067621231, -0.14695870876312256, -0.15032616257667542, -0.13024908304214478, -0.06885157525539398, -0.1281648725271225, -0.13602738082408905, -0.09515582770109177, -0.12974953651428223, -0.12790225446224213, -0.08231215924024582, -0.04660708084702492, -0.05187126249074936, -0.0030109251383692026, 0.009800557978451252, -0.018241532146930695, 0.00547583494335413, 0.008613960817456245, -0.03681231662631035, -0.08876669406890869, -0.024121452122926712, 0.0019332614028826356, -0.06516113132238388, -0.0726265236735344, -0.08135391026735306, -0.018742229789495468, 0.07165727764368057, 0.04514775797724724, -0.06320588290691376, 0.007222385611385107, 0.02635417878627777, 0.01655471697449684, 0.022372333332896233, 0.035272035747766495, -0.004434233997017145, -0.08858423680067062, -0.12405247986316681, -0.15352405607700348, -0.07712151855230331, -0.12802109122276306, -0.09468024224042892, -0.04313096031546593, 0.02397855557501316, 0.013649353757500648, -0.12411880493164062, -0.17875322699546814, -0.2031535804271698, -0.30329179763793945, -0.2783839702606201, -0.25641223788261414, -0.2175251692533493, -0.22799073159694672, -0.2483944594860077, -0.2160763144493103, -0.1652330756187439, -0.10929742455482483, -0.11341797560453415, -0.1206384003162384, -0.019413229078054428, -0.04894118756055832, -0.02497171051800251, -0.022014103829860687, -0.08883712440729141, -0.01351799163967371, -0.0211735051125288, -0.1374417543411255, -0.11912403255701065, -0.06488186866044998, -0.0401199571788311, -0.005929108709096909, -0.05502483248710632, -0.11157568544149399, -0.07214029878377914, 0.024019131436944008, 0.06593959778547287, 0.04281262680888176, -0.001770228031091392, -0.022566957399249077, 0.03241503983736038, 0.07951176911592484, 0.06073654443025589, 0.09009784460067749, 0.0637238621711731, 0.04237876832485199, 0.10432807356119156, 0.07746710628271103, 0.03387490659952164, 0.057633232325315475, 0.06931822746992111, 0.003919845446944237, -0.01828182488679886, 0.024419553577899933, -0.012834219262003899, -0.04544002562761307, -0.05944223701953888, -0.06231197342276573, -0.03574362024664879, -0.06045202910900116, -0.10484723001718521, -0.07525313645601273, -0.0964750349521637, -0.0921841412782669, -0.0655251294374466, -0.10085699707269669, -0.0978759303689003, -0.08252245932817459, -0.05830037221312523, -0.1349155753850937, -0.18218444287776947, -0.07602930068969727, -0.0019246549345552921, -0.03187849000096321, -0.06479773670434952, -0.13373273611068726, -0.17395325005054474, -0.02853275276720524, 0.04987194389104843, 0.055686917155981064, 0.1328221559524536, 0.11725068837404251, 0.0842466652393341, 0.10303542017936707, 0.10454677045345306, 0.1324411779642105, 0.131785050034523, 0.06533118337392807, 0.03948550298810005, 0.14538533985614777, 0.16247950494289398, 0.084627166390419, 0.06060374155640602, 0.10709589719772339, 0.1695079207420349, 0.1496095061302185, 0.12161228805780411, 0.11408168822526932, 0.11549750715494156, 0.1999761015176773, 0.20000799000263214, 0.12334878742694855, 0.09240156412124634, 0.099504254758358, 0.16196684539318085, 0.15985089540481567, 0.15304839611053467, 0.1567060947418213, 0.08626691997051239, 0.043046917766332626, 0.04392280429601669, 0.09306737780570984, 0.042623478919267654, -0.03828142210841179, -0.009186373092234135, -0.04826359823346138, -0.05516532063484192, -0.03796590864658356, -0.05495860055088997, 0.045450612902641296, 0.08693429082632065, 0.05100398510694504, 0.006858360022306442, 0.008737738244235516, 0.0669621154665947, 0.05930633470416069, -0.05376971885561943, -0.05284009128808975, 0.01966642029583454, 0.036916304379701614, -0.00969664752483368, -0.08418908715248108, -0.06429455429315567, 0.007469248026609421, 0.040441349148750305, -0.013542702421545982, -0.060294345021247864, 0.030493874102830887, 0.07552296668291092, 0.0023175308015197515, -0.09908370673656464, -0.11831296235322952, -0.003068053163588047, 0.001080030226148665, 0.03908968344330788, 0.11615216732025146, 0.04430674761533737, 0.03101637214422226, 0.12654975056648254, 0.23479346930980682, 0.2076576203107834, 0.14483562111854553, 0.11743976175785065, 0.10420486330986023, 0.12295063585042953, 0.16033627092838287, 0.09000882506370544, 0.07958807051181793, 0.0931144654750824, 0.06253547221422195, 0.058197636157274246, 0.12093115597963333, 0.09605430066585541, -0.014422446489334106, -0.03415056690573692, -0.030038177967071533, -0.07475263625383377, -0.058010563254356384, -0.052469514310359955, -0.03664011135697365, 0.023173440247774124, -0.05742783844470978, -0.11020096391439438, -0.03505264222621918, -0.04212861508131027, -0.09812835603952408, -0.020281558856368065, 0.029232071712613106, -0.03339778631925583, -0.054102394729852676, 0.026168985292315483, 0.06944847851991653, -0.011682875454425812, 0.00975010171532631, 0.002179825911298394, -0.06442724168300629, -0.035624731332063675, -0.005464483052492142, -0.017119357362389565, -0.05631078779697418, -0.0680534616112709, 0.0027625674847513437, -0.02596190758049488, -0.03954639285802841, -0.012174773961305618, -0.04080706462264061, -0.06876497715711594, -0.00997051503509283, 0.027462046593427658, 0.009090221486985683, -0.058478161692619324, -0.10409316420555115, -0.056153345853090286, -0.02254932001233101, -0.05484088137745857, 0.011102843098342419, 0.01432792842388153, -0.015596292912960052, 0.0014483067207038403, 0.0908692330121994, 0.08751248568296432, 0.020150119438767433, 0.052525486797094345, 0.04861830919981003, 0.05018732324242592, 0.05976709723472595, 0.03805049881339073, 0.026640601456165314, 0.020693518221378326, -0.009480400942265987, 0.015605228953063488, -0.004687255248427391, -0.05994853004813194, -0.0043902890756726265, 0.0012463293969631195, 0.0381648913025856, 0.03154049068689346, 0.09037409722805023, 0.09199300408363342, 0.010831463150680065, -0.0216943621635437, -0.010617007501423359, -0.03190896660089493, -0.08515898138284683, -0.02911023236811161, 0.031196488067507744, -0.04693233221769333, -0.06672047823667526, 0.02716105990111828, 0.053524814546108246, -0.019768649712204933, -0.01295013353228569, -0.005930825136601925, -0.020820125937461853, -0.05417865887284279, -0.03689156472682953, -0.048524949699640274, -0.01349557749927044, 0.029365770518779755, 0.001531674643047154, -0.03763418644666672, 0.033221907913684845, 0.10375167429447174, 0.06879402697086334, -0.024263357743620872, 0.008228384889662266, 0.009594202041625977, -0.001830418361350894, 0.019150514155626297, -0.01972505822777748, -0.005490679759532213, 0.015108345076441765, 0.07711829245090485, 0.16308429837226868, 0.08696755766868591, 0.005372839048504829, -0.005621998105198145, 0.010610079392790794, 0.022027553990483284, -0.004709471017122269, 0.005925471894443035, -0.012733380310237408, -0.004183273296803236, -0.011923172511160374, -0.058719828724861145, -0.11544759571552277, -0.11877220869064331, -0.1079377681016922, -0.028948219493031502, -0.08478154242038727, -0.08480292558670044, -0.0026678908616304398, -0.01121391449123621, -0.051005639135837555, 0.0013699211413040757, 0.008702770806849003, -0.06865520030260086, -0.05989930033683777, -0.02959129586815834, -0.07705842703580856, -0.05627806484699249, -0.02398587577044964, -0.054465994238853455, -0.07165245711803436, 0.020085589960217476, 0.04799628257751465, 0.007213074713945389, 0.12335895001888275, 0.1685257852077484, 0.07687787711620331, 0.0688931867480278, 0.010172717273235321, -0.04093923047184944, -0.0030238565523177385, -0.007519374135881662, -0.05834517627954483, -0.05287442356348038, -0.021045729517936707, -0.05367281287908554, -0.017111092805862427, 0.016838494688272476, -0.03856514021754265, -0.04715240001678467, 0.0035845234524458647, -0.03909357637166977, -0.04080361872911453, 0.04426930099725723, 0.07865368574857712, 0.047169171273708344, 0.026740893721580505, -0.03734802454710007, -0.06899047642946243, 0.007768150418996811, 0.10574512183666229, 0.1022571474313736, 0.09034880250692368, 0.12579983472824097, 0.24089397490024567, 0.20411677658557892, 0.15704253315925598, 0.11871534585952759, 0.11407727748155594, 0.14332902431488037, 0.09541626274585724, 0.07846366614103317, 0.01956368423998356, -0.006352981552481651, 0.010191123932600021, 0.08784816414117813, 0.04989171028137207, 0.007446215953677893, -0.021694671362638474, 0.012259640730917454, 0.056934986263513565, 0.06643463671207428, 0.06698118150234222, 0.023749949410557747, -0.006199792958796024, 0.03775477781891823, 0.020635096356272697, -0.005284596234560013, 0.0014599886490032077, 0.0423777736723423, 0.03156382963061333, 0.030132874846458435, -0.027551308274269104, -0.024251924827694893, -0.0001856768794823438, 0.048008814454078674, 0.07565896213054657, 0.06489983946084976, 0.08599608391523361, 0.1074373722076416, 0.14562825858592987, 0.11057206988334656, 0.1372395008802414, 0.1049075499176979, 0.0035563434939831495, 0.03861111402511597, 0.12565378844738007, 0.07481642812490463, 0.03686531260609627, 0.04817825183272362, -0.010411987081170082, -0.07745955884456635, -0.02047789841890335, -0.01487699430435896, -0.07565382868051529, -0.035140227526426315, -8.195069676730782e-05, -0.006867961026728153, -0.006765097379684448, 0.04250001534819603, 0.023103555664420128, -0.001994093880057335, 0.01370198279619217, -0.019107863306999207, -0.08078362047672272, -0.030931392684578896, -0.018760519102215767, -0.01728113740682602, 0.02977193146944046, 0.08849779516458511, 0.11043033748865128, 0.12849660217761993, 0.15574820339679718, 0.11976843327283859, 0.13242168724536896, 0.1801968514919281, 0.1343907117843628, 0.15786774456501007, 0.142939493060112, 0.17247579991817474, 0.216914564371109, 0.1071380078792572, -0.026396704837679863, -0.01828327216207981, 0.01871146820485592, 0.013309620320796967, -0.025169208645820618, -0.09731372445821762, -0.05740925297141075, 0.01535545289516449, 0.009714745916426182, -0.008260845206677914, -0.05012793466448784, -0.07365061342716217, -0.08292973786592484, -0.06464757770299911, -0.07408811151981354, -0.11504461616277695, -0.12471482902765274, -0.0975305438041687, -0.06487099081277847, -0.07449525594711304, -0.13593949377536774, -0.16569358110427856, -0.13299700617790222, -0.06331455707550049, -0.09463987499475479, -0.17498953640460968, -0.24171872437000275, -0.24103571474552155, -0.18840378522872925, -0.11785676330327988, -0.07462261617183685, -0.09027109295129776, -0.08616277575492859, -0.061761483550071716, -0.04936501383781433, -0.13613639771938324, -0.12098195403814316, -0.07503247261047363, -0.056993886828422546, -0.06993096321821213, -0.05076456815004349, -0.08553983271121979, -0.12629449367523193, -0.11419416964054108, -0.0783449187874794, -0.10643192380666733, -0.16115708649158478, -0.16977237164974213, -0.11955055594444275, -0.13082315027713776, -0.12724804878234863, -0.12816843390464783, -0.144850492477417, -0.14103800058364868, -0.1989428848028183, -0.19371181726455688, -0.11504313349723816, -0.0937836766242981, -0.12453760951757431, -0.1252375841140747, -0.05727336183190346, -0.0661364421248436, -0.1558804214000702, -0.13325880467891693, -0.05979014188051224, -0.04502416402101517, 0.026804406195878983, 0.027755824849009514, -0.057989660650491714, -0.0565832294523716, 0.009895078837871552, 0.004143137019127607, -0.03918709233403206, -0.054102566093206406, -0.03637833520770073, -0.0313759408891201, -0.0677688866853714, -0.053828537464141846, 0.04599601775407791, 0.08522661030292511, 0.06003573164343834, -0.006100115366280079, -0.04034355282783508, -0.04150021821260452, -0.06881491839885712, -0.13987301290035248, -0.18391428887844086, -0.1361047923564911, -0.13080644607543945, -0.1646111011505127, -0.17157447338104248, -0.08570348471403122, 0.020172983407974243, 0.03168820962309837, -0.013723375275731087, -0.07285891473293304, -0.0749538466334343, -0.10550975054502487, -0.14189951121807098, -0.15712974965572357, -0.1162492111325264, -0.04392309486865997, -0.017531000077724457, -0.044137101620435715, -0.06618853658437729, -0.09990859776735306, -0.03494563326239586, 0.02853713557124138, 0.005972570274025202, 0.003493883181363344, -0.06681634485721588, -0.06407258659601212, 0.03731415420770645, 0.07738635689020157, -0.025491608306765556, -0.09625020623207092, -0.056024543941020966, -0.05052851885557175, -0.04446656256914139, -0.06155896186828613, -0.09315728396177292, -0.007562259677797556, 0.12206404656171799, 0.11375530809164047, 0.07102581113576889, 0.11064848303794861, 0.1400894671678543, 0.16997641324996948, 0.18261808156967163, 0.14945074915885925, 0.08628575503826141, 0.03352423757314682, 0.021650083363056183, 0.049467362463474274, 0.03871574252843857, 0.007919512689113617, 0.007912966422736645, -0.029548117890954018, -0.0428897850215435, -0.038354091346263885, -0.09599486738443375, -0.10893291980028152, -0.10746215283870697, -0.06747926026582718, -0.0010472949361428618, -0.018070338293910027, -0.10953076183795929, -0.07933373749256134, 0.041599977761507034, -0.04333633929491043, -0.10599546134471893, -0.08127301931381226, -0.18260478973388672, -0.2503940463066101, -0.17351186275482178, -0.0658208578824997, -0.13550801575183868, -0.13659478724002838, -0.021234039217233658, -0.02987007237970829, -0.0022866649087518454, 0.009317283518612385, -0.07953565567731857, -0.17539389431476593, -0.04869069159030914, 0.16769221425056458, 0.15662150084972382, -0.025173310190439224, -0.145578071475029, -0.15384931862354279, 0.013722863979637623, 0.18695491552352905, 0.11879321932792664, -0.028189662843942642, 0.009638145565986633, 0.17476649582386017, 0.21322166919708252, 0.09060215204954147, 0.03193614259362221, 0.09146618098020554, 0.1883494257926941, 0.26641857624053955, 0.18683841824531555, 0.028812337666749954, -0.02686556987464428, 0.057317059487104416, 0.17253214120864868, 0.0892973467707634, 0.011238579638302326, 0.054576460272073746, 0.1036095842719078, 0.07415857911109924, -0.11148077249526978, -0.07408075034618378, 0.12984739243984222, 0.08461108803749084, -0.09126661717891693, -0.14731785655021667, -0.09863230586051941, -0.014681587927043438, 0.024915043264627457, -0.06754270195960999, -0.2022540420293808, -0.007787319831550121, 0.42726606130599976, 0.21731223165988922, -0.20779305696487427, -0.1548217535018921, 0.0712890475988388, 0.09136573225259781, -0.047587111592292786, -0.03992442786693573, 0.01884547248482704, -0.027512377128005028, -0.03108256682753563, -0.09024188667535782, -0.19006773829460144, -0.0944373607635498, 0.12012701481580734, 0.1699656844139099, -0.08714782446622849, -0.2794533669948578, -0.1618853360414505, -0.046291764825582504, -0.13827325403690338, -0.027462609112262726, 0.2222086489200592, 0.2030802071094513, 0.007169053424149752, -0.016182441264390945, 0.12260205298662186, 0.1744615137577057, 0.15476322174072266, 0.1277553290128708, -0.050800155848264694, -0.04790753126144409, 0.10454695671796799, 0.14196288585662842, 0.08105139434337616, 0.07629504799842834, 0.12507086992263794, 0.09684745222330093, 0.05502687022089958, -0.0029249677900224924, -0.016210047528147697, 0.065279521048069, 0.037843845784664154, -0.05147900432348251, -0.08007228374481201, -0.06192031130194664, 0.048710647970438004, 0.07288137823343277, -0.04543289542198181, -0.17107036709785461, -0.22956641018390656, -0.14262162148952484, -0.04715181142091751, -0.13531751930713654, -0.21675026416778564, -0.13909950852394104, -0.06905470788478851, -0.15248540043830872, -0.16034723818302155, -0.1141427680850029, -0.2340751439332962, -0.28510740399360657, -0.13675330579280853, -0.07707790285348892, -0.15159109234809875, -0.10878819227218628, 0.024468248710036278, 0.009586208499968052, 0.009598824195563793, 0.08504879474639893, 0.14388324320316315, 0.1359308958053589, 0.0625351294875145, 0.04050089791417122, 0.07369321584701538, 0.18630658090114594, 0.22363170981407166, 0.18070772290229797, 0.2142867147922516, 0.220236673951149, 0.23128990828990936, 0.24235722422599792, 0.19747966527938843, 0.11285769939422607, 0.16553232073783875, 0.19889643788337708, 0.10878068953752518, 0.07595621049404144, 0.16462597250938416, 0.1793786585330963, 0.12510564923286438, 0.1055215448141098, 0.09765947610139847, 0.09049833565950394, 0.07505559176206589, 0.08338863402605057, 0.03585206717252731, -0.0039416030049324036, -0.024696210399270058, -0.0747031420469284, -0.10292171686887741, -0.06420936435461044, -0.005002215504646301, -0.01960321143269539, -0.076447993516922, -0.07029826194047928, -0.05931488052010536, -0.11225437372922897, -0.16739657521247864, -0.19197076559066772, -0.14103417098522186, -0.14264057576656342, -0.1531091332435608, -0.1250489503145218, -0.14839978516101837, -0.16213196516036987, -0.11253677308559418, -0.08313010632991791, -0.1345454454421997, -0.20165887475013733, -0.13238738477230072, 0.021467382088303566, 0.03452777490019798, 0.06177043542265892, 0.15401042997837067, 0.1905754655599594, 0.2324008345603943, 0.2307577133178711, 0.22988994419574738, 0.24578139185905457, 0.16582335531711578, 0.17865945398807526, 0.16305439174175262, 0.12321256846189499, 0.07353087514638901, 0.10547458380460739, 0.19956089556217194, 0.151025652885437, 0.1287868767976761, 0.17176569998264313, 0.1964588463306427, 0.24619753658771515, 0.15900291502475739, 0.12625180184841156, 0.18359129130840302, 0.22176428139209747, 0.2120431810617447, 0.13110685348510742, 0.07242350280284882, 0.09774483740329742, 0.07058240473270416, 0.03238901123404503, 0.015267465263605118, 0.02804078534245491, 0.0587511882185936, 0.04783017188310623, 0.004161748569458723, 0.02998501807451248, 0.004855175968259573, 0.002428650390356779, -0.0011654290137812495, 0.06038419529795647, 0.05890095978975296, 0.021068522706627846, 0.013583208434283733, -0.011760089546442032, -0.016276726499199867, 0.006935006473213434, 0.012296821922063828, 0.07700944691896439, 0.10250278562307358, 0.09723100811243057, 0.10905363410711288, 0.13095559179782867, 0.11042996495962143, 0.09026764333248138, 0.18200141191482544, 0.1872859001159668, 0.12309995293617249, 0.1745273768901825, 0.2680736482143402, 0.25391075015068054, 0.19972239434719086, 0.25134360790252686, 0.27412188053131104, 0.23006121814250946, 0.22603535652160645, 0.23660936951637268, 0.2519764304161072, 0.19535000622272491, 0.20111225545406342, 0.19783446192741394, 0.18024714291095734, 0.1050717681646347, 0.127768874168396, 0.20113754272460938, 0.15112656354904175, 0.1294090300798416, 0.12187767773866653, 0.10146071761846542, 0.09742597490549088, 0.15603259205818176, 0.1593199372291565, 0.10748594999313354, 0.07408614456653595, 0.033229976892471313, 0.020014356821775436, 0.06451660394668579, 0.1027965173125267, 0.10042070597410202, 0.11762620508670807, 0.08937504142522812, 0.12919551134109497, 0.09154669940471649, 0.019449807703495026, 0.07860365509986877, 0.09691490232944489, 0.08854740858078003, 0.05515860766172409, 0.07770553976297379, 0.04026639834046364, -0.053829483687877655, 0.03003603406250477, 0.06996607780456543, 0.11762598156929016, 0.13415329158306122, 0.12150464951992035, 0.12638185918331146, 0.12078844010829926, 0.14785563945770264, 0.17820023000240326, 0.15605387091636658, 0.1538599729537964, 0.15965187549591064, 0.11174575984477997, 0.03214167430996895, 0.04931157827377319, 0.016722729429602623, -0.013976406306028366, -0.0061406902968883514, 0.025369713082909584, 0.02477874420583248, 0.011767200194299221, 0.03806081414222717, -0.005485461093485355, -0.044448088854551315, -0.011631951667368412, -0.041677288711071014, -0.026724327355623245, -0.006490187719464302, -0.03307436779141426, -0.0759844109416008, -0.10927940160036087, -0.08598785102367401, -0.1042560562491417, -0.13985159993171692, -0.1533881574869156, -0.1485758125782013, -0.15851260721683502, -0.1308230459690094, -0.08387800306081772, -0.09595758467912674, -0.1106787845492363, -0.08129417896270752, -0.07739618420600891, -0.0591617152094841, -0.06264680624008179, -0.08366092294454575, -0.08104462921619415, -0.06053043529391289, -0.03910224884748459, -0.10245811939239502, -0.083091601729393, -0.09725409001111984, -0.139895498752594, -0.07893290370702744, -0.0651390478014946, -0.10812456905841827, -0.08974098414182663, -0.08031295239925385, -0.1195124164223671, -0.15514986217021942, -0.12787464261054993, -0.08209269493818283, -0.07947102934122086, -0.013974183239042759, 0.015671133995056152, 0.02770163305103779, 0.018176114186644554, 0.01722797006368637, 0.019944513216614723, 0.06699312478303909, 0.11435193568468094, 0.10619158297777176, 0.05889403074979782, 0.0017314361175522208, 0.015466244891285896, 0.029904650524258614, 0.02116834931075573, 0.03193729370832443, 0.02266494184732437, -0.002062535844743252, 0.021497363224625587, -0.02706827037036419, -0.07238413393497467, -0.09919150173664093, -0.09125808626413345, -0.08399713039398193, -0.0782259926199913, -0.05962285399436951, -0.03831296041607857, -0.045480649918317795, -0.04143417999148369, -0.03833220899105072, -0.07137574255466461, -0.11524293571710587, -0.09684523940086365, -0.10383157432079315, -0.10679163783788681, -0.16817834973335266, -0.18954730033874512, -0.1900775283575058, -0.17168748378753662, -0.14846661686897278, -0.12021301686763763, -0.10080697387456894, -0.14650292694568634, -0.11189333349466324, -0.11713459342718124, -0.035587579011917114, 0.040837641805410385, -0.0006546441582031548, -0.04482915252447128, -0.06524669378995895, 0.01361740194261074, 0.035487111657857895, 0.006010739598423243, 0.025883996859192848, 0.047869209200143814, 0.10325028747320175, 0.12390630692243576, 0.10288551449775696, 0.0418790765106678, 0.0014247000217437744, 0.028283588588237762, 0.07416914403438568, 0.013957204297184944, 0.02075759321451187, 0.005845420993864536, -0.006113830022513866, 0.025447463616728783, 0.03633652627468109, -0.35678452253341675, -0.8815847039222717, -1.0150395631790161, -0.9812764525413513, -0.8310869336128235, -0.7390922904014587, -0.7248026728630066, -0.5966997146606445, -0.5161086320877075, -0.46735823154449463, -0.26718375086784363, -0.059193141758441925, 0.05790046602487564, 0.09699657559394836, 0.12591184675693512, 0.2599579989910126, 0.4257000684738159, 0.40755125880241394, 0.3656928539276123, 0.3716896176338196, 0.44246524572372437, 0.5027874112129211, 0.4830450415611267, 0.28774625062942505, 0.18345996737480164, 0.23717962205410004, 0.2131977379322052, 0.04027622938156128, -0.03130940720438957, -0.11467002332210541, -0.12759865820407867, -0.05103970319032669, -0.02759583666920662, -0.06731594353914261, -0.1390126794576645, -0.2555176019668579, -0.27297449111938477, -0.609752893447876, -1.067807912826538, -1.146881341934204, -0.9777204394340515, -0.7810132503509521, -0.655695915222168, -0.49351179599761963, -0.3631548583507538, -0.3230544328689575, -0.23941724002361298, -0.11351080238819122, 0.02954612486064434, 0.11595620959997177, 0.15118128061294556, 0.1011967808008194, 0.10818584263324738, 0.0641389861702919, 0.030318142846226692, 0.013252006843686104, -0.031012888997793198, -0.04941307753324509, 0.01324421726167202, 0.10374429821968079, 0.12716412544250488, 0.21321970224380493, 0.25389257073402405, 0.27582451701164246, 0.3124028444290161, 0.3551900386810303, 0.33894625306129456, 0.3737580478191376, 0.44372227787971497, 0.440583735704422, 0.42830467224121094, 0.40805044770240784, 0.3479372262954712, 0.3481494188308716, 0.2957209348678589, 0.22207990288734436, 0.1551893800497055, 0.06958712637424469, 0.033960066735744476, 0.000489259313326329, 0.022969715297222137, -0.04752112179994583, -0.05170060694217682, -0.053743258118629456, -0.12070774286985397, -0.2203921526670456, -0.21966594457626343, -0.22907304763793945, -0.24879227578639984, -0.3101714849472046, -0.3753799498081207, -0.38282936811447144, -0.37404584884643555, -0.4014866054058075, -0.36816534399986267, -0.2616574764251709, -0.21365492045879364, -0.1296817511320114, -0.05617513135075569, 0.0206074807792902, 0.08153515309095383, 0.16040274500846863, 0.16749568283557892, 0.15710696578025818, 0.21495097875595093, 0.2349747121334076, 0.1811118870973587, 0.13834793865680695, 0.12719589471817017, 0.12075933814048767, 0.11948051303625107, 0.08372453600168228, 0.03877884894609451, 0.03647810220718384, 0.05543145537376404, 0.02888360433280468, 0.04058954864740372, 0.06796827912330627, 0.05598944425582886, 0.056927137076854706, 0.11238306760787964, 0.11992829293012619, 0.08587650954723358, 0.07035957276821136, 0.07634120434522629, 0.08952846378087997, 0.09979736804962158, 0.06971152871847153, 0.031251754611730576, -0.016308771446347237, 0.003138952422887087, -0.0012124156346544623, -0.0057578664273023605, -0.0250697061419487, 0.007203704211860895, 0.01611093059182167, -0.004514777101576328, -0.030153246596455574, -0.04938041418790817, -0.07569288462400436, -0.12848716974258423, -0.1655641794204712, -0.23765234649181366, -0.25671258568763733, -0.24362850189208984, -0.2870454490184784, -0.28498366475105286, -0.22424688935279846, -0.2218681126832962, -0.22278691828250885, -0.14157472550868988, -0.07656517624855042, -0.030090801417827606, 0.04435509070754051, 0.07624336332082748, 0.10621828585863113, 0.12003884464502335, 0.15332631766796112, 0.18732312321662903, 0.1525896042585373, 0.1419910490512848, 0.1280776858329773, 0.10916682332754135, 0.10737133026123047, 0.1552007645368576, 0.119593046605587, 0.11700107157230377, 0.16631688177585602, 0.16901078820228577, 0.18700198829174042, 0.15977105498313904, 0.13076263666152954, 0.10487725585699081, 0.062122803181409836, 0.0321822464466095, 0.05593257397413254, 0.07576427608728409, 0.06436628103256226, 0.034208912402391434, 0.07575558125972748, 0.10009708255529404, 0.05670947954058647, 0.04434726759791374, 0.05271898955106735, -0.025542844086885452, -0.03810364753007889, -0.06287434697151184, 0.0052997344173491, 0.05267509073019028, 0.06609232723712921, 0.08571915328502655, 0.06850878149271011, 0.06982909142971039, 0.017775097861886024, 0.016290487721562386, -0.028510553762316704, -0.04005139321088791, -0.04381954297423363, -0.01652938686311245, -0.008155672810971737, 0.021428164094686508, 0.10423688590526581, 0.10142743587493896, 0.11785227060317993, 0.13741090893745422, 0.14288997650146484, 0.15450434386730194, 0.18273133039474487, 0.2256862372159958, 0.1855085790157318, 0.20670467615127563, 0.18747159838676453, 0.20688496530056, 0.1745452731847763, 0.13049645721912384, 0.1328059881925583, 0.08665245026350021, 0.09613037109375, 0.05875249579548836, 0.023969518020749092, 0.06730806082487106, -0.0021750188898295164, -0.04875919222831726, -0.08667587488889694, -0.13200971484184265, -0.0944795235991478, -0.06437713652849197, -0.02913706935942173, 0.015431290492415428, 0.06935938447713852, 0.08064249902963638, 0.07206513732671738, 0.0894659012556076, 0.04527423530817032, 0.036291688680648804, 0.09567977488040924, 0.07253914326429367, 0.08337613195180893, 0.16223256289958954, 0.18804755806922913, 0.19957007467746735, 0.20748655498027802, 0.182819664478302, 0.13167841732501984, 0.11718296259641647, 0.1203332245349884, 0.12714098393917084, 0.08701194077730179, 0.022065095603466034, 0.007410530932247639, -0.019518505781888962, 0.004681817255914211, 0.04267003759741783, 0.021634452044963837, -0.00833127461373806, 0.005105785094201565, 0.05612816661596298, 0.07682733982801437, 0.07664462924003601, 0.07298653572797775, 0.004402689170092344, -0.011027656495571136, -0.005144893657416105, 0.005205048713833094, 0.0006891119410283864, -0.0331260971724987, -0.018602367490530014, -0.002909570001065731, -0.00480189174413681, -0.020077848806977272, -0.06940695643424988, -0.08625318109989166, -0.10228846967220306, -0.1532038003206253, -0.1285727620124817, -0.13562005758285522, -0.191362664103508, -0.1973510980606079, -0.15492142736911774, -0.1321628987789154, -0.13045205175876617, -0.0831756591796875, -0.013642655685544014, -0.011195286177098751, 0.014873947016894817, 0.024144502356648445, -0.007388267666101456, -0.02639542706310749, -0.03481879457831383, -0.020177822560071945, 0.039792500436306, 0.07156165689229965, 0.10821087658405304, 0.09916074573993683, 0.08712738752365112, 0.09659899771213531, 0.13052624464035034, 0.14649668335914612, 0.11087307333946228, 0.09512215107679367, 0.112470343708992, 0.08306581526994705, 0.08570267260074615, 0.10755231976509094, 0.08085925877094269, 0.07243785262107849, 0.07612714171409607, 0.02972891367971897, 0.027224939316511154, 0.004718938376754522, -0.02133535034954548, -0.03112102672457695, 0.019198138266801834, 0.03435976803302765, 0.023449145257472992, 0.06295308470726013, 0.06946190446615219, 0.06087258458137512, 0.06437873840332031, 0.07083267718553543, 0.06317846477031708, 0.06887228786945343, 0.007972339168190956, -0.01699555292725563, -0.019573213532567024, -0.02390800230205059, -0.0016040881164371967, -0.010994325391948223, -0.0065973540768027306, -0.012838621623814106, 0.008873309940099716, -0.01099149975925684, 0.0016252815257757902, 3.803151412284933e-05, 0.033798255026340485, 0.049665823578834534, 0.024149365723133087, 0.055269524455070496, 0.022443458437919617, 0.04637281969189644, 0.04408738389611244, 0.05581080913543701, -0.0006823135772719979, -0.0016503267688676715, 0.03173067420721054, 0.03443331643939018, 0.021404050290584564, -0.0256352499127388, -0.01766262762248516, -0.018790537491440773, -0.04190476983785629, -0.05024363473057747, -0.0530523955821991, -0.07960448414087296, -0.087945356965065, -0.0779280737042427, -0.07507225126028061, -0.12494904547929764, -0.14263607561588287, -0.14583662152290344, -0.06284034997224808, -0.05774740129709244, -0.02758818492293358, -0.053881801664829254, -0.04395706206560135, -0.0005308580584824085, 0.02533714473247528, 0.02361639030277729, 0.013399413786828518, 0.0881582722067833, 0.05250504985451698, 0.06921124458312988, 0.07976311445236206, 0.08207715302705765, 0.06616640836000443, 0.04327470064163208, 0.04838746786117554, 0.11090913414955139, 0.11609767377376556, 0.08683125674724579, 0.06349032372236252, 0.07270857691764832, 0.07448267936706543, 0.12606509029865265, 0.10884374380111694, 0.07114715874195099, 0.11656385660171509, 0.0985070988535881, 0.09372436255216599, 0.10185902565717697, 0.09754300862550735, 0.13184641301631927, 0.05398782715201378, 0.05926048755645752, 0.1037437915802002, 0.053344812244176865, 0.08430786430835724, 0.07592181116342545, 0.1084141954779625, 0.1048818901181221, 0.09396424144506454, 0.09226428717374802, 0.06732184439897537, -0.0248931422829628, -0.02478376030921936, 0.0048207370564341545, 0.01769738830626011, -0.02764756605029106, -0.09730298817157745, -0.12455817312002182, -0.17974704504013062, -0.16070809960365295, -0.153168186545372, -0.1583644300699234, -0.14339858293533325, -0.1454857736825943, -0.17752103507518768, -0.17705471813678741, -0.22426089644432068, -0.21414700150489807, -0.17198583483695984, -0.17102043330669403, -0.14522486925125122, -0.10345640778541565, -0.10787832736968994, -0.10711202770471573, -0.117645762860775, -0.1109265387058258, -0.1441112607717514, -0.09417726844549179, -0.06799760460853577, -0.11533160507678986, -0.07345227897167206, -0.07960990071296692, -0.11585774272680283, -0.10251545161008835, -0.04809831455349922, -0.0835661068558693, -0.09087567031383514, -0.10237907618284225, -0.10548480600118637, -0.09531019628047943, -0.09250174462795258, -0.09899824857711792, -0.14298805594444275, -0.11483945697546005, -0.12925341725349426, -0.09859665483236313, -0.13812722265720367, -0.16565322875976562, -0.15519028902053833, -0.12735839188098907, -0.114484503865242, -0.12358250468969345, -0.15356619656085968, -0.18082468211650848, -0.17866136133670807, -0.16751909255981445, -0.17971639335155487, -0.16378429532051086, -0.16463623940944672, -0.16669148206710815, -0.1453174501657486, -0.15568029880523682, -0.1544228196144104, -0.1459973007440567, -0.1183517724275589, -0.11013362556695938, -0.0888686552643776, -0.06796647608280182, -0.06092533469200134, -0.11737380921840668, -0.05277814716100693, -0.019474297761917114, -0.01185152493417263, 0.046624138951301575, 0.02073158696293831, 0.06872506439685822, 0.09297030419111252, 0.1312730461359024, 0.14044387638568878, 0.12095813453197479, 0.0965954139828682, 0.0792824923992157, 0.07015912234783173, 0.05311759561300278, 0.026848269626498222, 0.029129590839147568, -0.0031221930403262377, -0.04409334436058998, -0.03316408395767212, -0.06480666995048523, -0.09794638305902481, -0.10171528160572052, -0.06237531080842018, -0.06265457719564438, -0.04377744719386101, -0.04671898111701012, 0.011050496250391006, 0.029761919751763344, -0.00956674199551344, -0.039603136479854584, -0.02759295515716076, -0.03815675154328346, -0.07345066219568253, -0.11032790690660477, -0.11702843755483627, -0.10775022953748703, -0.1650213897228241, -0.18423742055892944, -0.12571981549263, 0.07028953731060028, -0.024344611912965775, -0.048856742680072784, -0.007115326821804047, -0.13004496693611145, -0.09486093372106552, -0.04793727025389671, -0.07581909745931625, -0.06533815711736679, -0.07214464247226715, -0.026319753378629684, -0.052629273384809494, -0.017874697223305702, 0.011263438500463963, -0.06867112219333649, -0.1326596587896347, -0.10352817922830582, 0.06256505101919174, 0.0984707847237587, 0.03408273681998253, 0.0010315107647329569, 0.05373004451394081, 0.04581346735358238, 0.1479017734527588, 0.06546463072299957, 0.0022203291300684214, -0.016779301688075066, 0.025444407016038895, 0.08700482547283173, -0.03397228196263313, -0.12525564432144165, -0.21130436658859253, -0.19027215242385864, -0.11782240122556686, -0.03190695866942406, -0.09892763197422028, -0.19601379334926605, -0.19328010082244873, -0.20781217515468597, -0.2208995372056961, -0.16433534026145935, -0.1678866744041443, -0.1994306594133377, -0.22943736612796783, -0.14625048637390137, -0.11366187781095505, -0.13963055610656738, -0.1084757074713707, -0.11335813999176025, -0.11122684180736542, -0.06681951135396957, -0.07073092460632324, 0.06604862958192825, 0.06801186501979828, 0.03569887951016426, 0.028651786968111992, -0.022949229925870895, 0.05769486725330353, 0.06686828285455704, 0.07007092237472534, -0.024177055805921555, -0.033175818622112274, 0.07001393288373947, 0.09229123592376709, 0.05633554235100746, 0.062134772539138794, 0.05498943477869034, 0.08465283364057541, 0.0753437951207161, 0.10044193267822266, 0.11793512105941772, 0.06019482761621475, 0.020479517057538033, 0.035532839596271515, 0.12531380355358124, 0.12076912820339203, 0.07903387397527695, 0.028279373422265053, 0.026363812386989594, 0.05985064059495926, 0.039438582956790924, 0.03612396493554115, 0.025710968300700188, 0.02362062782049179, 0.08100629597902298, 0.0767168402671814, 0.07367977499961853, 0.10409081727266312, 0.10373988747596741, 0.08504422008991241, 0.07909423112869263, 0.13884185254573822, 0.14307162165641785, 0.1141456589102745, 0.08258756995201111, -0.012080976739525795, 0.09834008663892746, 0.08244099467992783, -0.04505753144621849, -0.00022433718550018966, -0.0041329641826450825, 0.04948487505316734, 0.1436123549938202, 0.18397201597690582, 0.15072530508041382, 0.11107444018125534, 0.08929484337568283, 0.09980668872594833, 0.18438173830509186, 0.12587636709213257, 0.03924071416258812, 0.03344313055276871, 0.05840415880084038, 0.09888137131929398, 0.06461050361394882, 0.023398758843541145, 0.0008189164218492806, 0.025877565145492554, 0.07557694613933563, 0.019817747175693512, -0.011854313313961029, 0.026144646108150482, 0.0714852437376976, 0.02644597738981247, -0.09713669866323471, -0.039541762322187424, 0.021769337356090546, 0.10063359141349792, 0.1844477653503418, 0.15894752740859985, 0.09928730130195618, 0.10758146643638611, 0.04766984283924103, 0.08552228659391403, 0.054398275911808014, 0.01052697654813528, 0.01584082469344139, 0.07686908543109894, 0.1500815451145172, 0.08097865432500839, 0.07358691096305847, 0.050539564341306686, 0.08169231563806534, 0.14594005048274994, 0.07831264287233353, 0.04460858553647995, 0.021041210740804672, 0.012539329938590527, -0.031977880746126175, -0.08504628390073776, -0.10861172527074814, -0.08359446376562119, -0.03074723854660988, -0.04957705736160278, -0.0665748119354248, 0.006521962583065033, 0.11949454993009567, 0.05071939900517464, -0.05210404470562935, -0.07626594603061676, -0.016849277541041374, 0.08599986135959625, 0.043839916586875916, -0.10334933549165726, -0.10771841555833817, -0.019031237810850143, -0.0017805626848712564, 0.011333927512168884, -0.013106094673275948, -0.06754118949174881, -0.06565338373184204, 0.0005862778052687645, -0.05162052810192108, -0.09154900163412094, -0.09098809212446213, -0.09445900470018387, -0.08331649750471115, -0.17964258790016174, -0.16040214896202087, -0.03866960480809212, -0.053817301988601685, -0.09973709285259247, -0.08552215248346329, -0.0028640187811106443, 0.052119120955467224, -0.057160940021276474, -0.12185711413621902, -0.09596855938434601, -0.0007408878882415593, 0.006637323182076216, -0.09114471822977066, -0.10087603330612183, -0.029614347964525223, 0.002227636519819498, -0.0029037666972726583, -0.02672804333269596, -0.0687856674194336, -0.049147456884384155, 0.043945468962192535, 0.07393580675125122, -0.03754551336169243, -0.0043709236197173595, 0.04662904143333435, -0.01042176317423582, 0.033489909023046494, 0.02030925638973713, 0.03627048805356026, 0.043568238615989685, 0.04339948296546936, 0.006451756693422794, -0.009858702309429646, 0.040803223848342896, 0.0019531657453626394, 0.06370553374290466, 0.026962365955114365, -0.03308045119047165, -0.025164395570755005, -0.048308588564395905, -0.027136119082570076, -0.006649919785559177, -0.023231806233525276, -0.08126664906740189, -0.06738770753145218, 0.006569568533450365, 0.02831748127937317, 0.005867151077836752, -0.01889343559741974, -0.022957518696784973, -0.017153263092041016, -0.017642857506871223, -0.023800594732165337, -0.023497341200709343, -0.09204395860433578, -0.047669291496276855, -0.012249251827597618, 0.054260335862636566, 0.043016981333494186, -0.046018123626708984, -0.0063280570320785046, 0.029671495780348778, 0.011276123113930225, 0.012764916755259037, -0.006515142507851124, 0.01104087196290493, 0.0480828657746315, 0.06337318569421768, 0.06451503187417984, 0.06451776623725891, 0.11489997804164886, 0.10191520303487778, 0.08795423805713654, 0.0597357340157032, 0.03811638802289963, 0.10499820113182068, 0.12768861651420593, 0.2170678973197937, 0.26093196868896484, 0.16468127071857452, 0.15321841835975647, 0.11933087557554245, 0.18072862923145294, 0.22527985274791718, 0.14022549986839294, 0.11680367588996887, 0.11636829376220703, 0.1774977296590805, 0.16610358655452728, 0.1326235681772232, 0.12740668654441833, 0.13110019266605377, 0.18218949437141418, 0.1508474498987198, 0.07917650043964386, 0.055810749530792236, 0.07527262717485428, 0.09187524020671844, 0.05229463800787926, 0.05484575033187866, 0.06183832511305809, 0.04767186939716339, 0.0643787682056427, 0.06486920267343521, 0.07237226516008377, 0.03309048339724541, 0.059266459196805954, 0.06460288166999817, 0.062089044600725174, 0.11823505163192749, 0.11328661441802979, 0.12006551027297974, 0.16417302191257477, 0.1662876307964325, 0.1871013641357422, 0.15656834840774536, 0.18859060108661652, 0.2174367755651474, 0.19700029492378235, 0.1273140013217926, 0.15418951213359833, 0.28881582617759705, 0.3355342447757721, 0.24960170686244965, 0.19033612310886383, 0.16958236694335938, 0.10968983173370361, 0.11703243106603622, 0.17249296605587006, 0.1499180793762207, 0.16673830151557922, 0.23398861289024353, 0.24718086421489716, 0.17114052176475525, 0.15827982127666473, 0.13766193389892578, 0.07757817208766937, 0.10118477046489716, 0.1201719418168068, 0.03926496207714081, 0.02603689208626747, -0.025263864547014236, 0.005924602039158344, 0.03132826089859009, -0.014444844797253609, -0.03338589519262314, -0.021184492856264114, -0.038977522403001785, -0.015226720832288265, 0.051095910370349884, 0.06349741667509079, 0.03147571161389351, 0.006417299620807171, -0.007562643848359585, 0.03820812329649925, 0.03128209337592125, -0.01609617844223976, -0.09628360718488693, -0.1467389017343521, -0.12219210714101791, -0.13224215805530548, -0.14148148894309998, -0.07315096259117126, -0.06428667157888412, -0.09021937102079391, -0.08627274632453918, -0.09197811037302017, -0.06287384778261185, -0.08454263210296631, -0.12972916662693024, -0.12573041021823883, -0.13211305439472198, -0.08797529339790344, -0.16042117774486542, -0.11697115749120712, -0.0369761697947979, -0.0808163657784462, -0.10830862820148468, -0.08562328666448593, 0.03048982471227646, -0.0668189600110054, -0.07435663044452667, -0.05119090527296066, -0.07033293694257736, -0.04865163564682007, -0.09355233609676361, -0.04859607294201851, 0.00013825000496581197, -0.013913522474467754, -0.026809027418494225, -0.08814188092947006, -0.07875211536884308, -0.17005784809589386, -0.1246243417263031, -0.09778062999248505, -0.15570838749408722, -0.15470954775810242, -0.19261157512664795, -0.14542341232299805, -0.12129054963588715, -0.13807924091815948, -0.12010014802217484, -0.10419755429029465, -0.10193735361099243, -0.13944147527217865, -0.14836810529232025, -0.12203174829483032, -0.07332359254360199, -0.04645146057009697, -0.041353125125169754, -0.058027274906635284, -0.07691588252782822, -0.09525349736213684, -0.08256177604198456, -0.12035167962312698, -0.1058647483587265, -0.13916996121406555, -0.12525373697280884, -0.10773783922195435, -0.10770106315612793, -0.14141157269477844, -0.12726064026355743, -0.07298778742551804, -0.046535592526197433, -0.040000710636377335, -0.04644433408975601, -0.06066972017288208, -0.013435651548206806, 0.0006839660345576704, -0.0224972665309906, -0.019371390342712402, -0.05449667200446129, -0.10122212767601013, -0.12383555620908737, -0.1122400164604187, -0.11352206766605377, -0.11366509646177292, -0.08761829882860184, -0.15599937736988068, -0.11187441647052765, -0.1043366938829422, -0.09032762795686722, -0.10438124090433121, -0.11245148628950119, -0.15938006341457367, -0.15756838023662567, -0.1864369660615921, -0.20391780138015747, -0.18517760932445526, -0.21845602989196777, -0.20170630514621735, -0.1832045316696167, -0.1500152051448822, -0.14368857443332672, -0.1195637583732605, -0.04876892641186714, -0.06930837035179138, -0.07611726224422455, -0.05762285739183426, -0.06844883412122726, -0.036163195967674255, -0.007185217458754778, -0.05129283294081688, -0.04701809957623482, -0.07835156470537186, -0.09634894877672195, -0.0869632214307785, -0.06703226268291473, -0.09509578347206116, -0.0727716013789177, -0.04910240322351456, -0.01887359470129013, -0.08928420394659042, -0.02440088801085949, -0.0016808403888717294, -0.009666115045547485, 0.013560060411691666, -0.0350688137114048, -0.032985150814056396, -0.03995726257562637, -0.06564066559076309, -0.04560600221157074, -0.07188794016838074, -0.0740157887339592, -0.12204155325889587, -0.12784476578235626, -0.09972355514764786, -0.054371435195207596, -0.047710441052913666, -0.021630266681313515, -0.000622277962975204, -0.0008010204182937741, -0.01435735821723938, -0.030239541083574295, -0.04818442091345787, -0.06320566684007645, -0.054027009755373, -0.04972396045923233, -0.07625071704387665, -0.1064177006483078, -0.11464763432741165, -0.08528093993663788, -0.054202888160943985, -0.08232584595680237, -0.12448645383119583, -0.0766945630311966, -0.06173335015773773, -0.07060343772172928, -0.06063779443502426, -0.05756188929080963, -0.06440328061580658, -0.08048036694526672, -0.08457349240779877, -0.06496591866016388, -0.09979301691055298, -0.07855827361345291, -0.06697272509336472, -0.06437531858682632, -0.03372672572731972, -0.05960818752646446, -0.05723840743303299, -0.1041300818324089, -0.12957412004470825, -0.11802060902118683, -0.10697537660598755, -0.06685176491737366, -0.03918265923857689, -0.049794889986515045, -0.06378878653049469, -0.08101090788841248, -0.08734951168298721, -0.11232763528823853, -0.15253980457782745, -0.13884590566158295, -0.13832210004329681, -0.09843765944242477, -0.09653346240520477, -0.142302006483078, -0.14663399755954742, -0.13068436086177826, -0.13233602046966553, -0.12170438468456268, -0.08735646307468414, -0.07177127152681351, -0.07210248708724976, -0.05012403801083565, 0.0007131348829716444, 0.007820029743015766, -0.031466200947761536, -0.046219371259212494, 0.020370839163661003, 0.012574860826134682, 0.0719432383775711, 0.08558160811662674, 0.034567248076200485, 0.09979097545146942, 0.12342971563339233, 0.12717688083648682, 0.12441645562648773, 0.06777027249336243, 0.06817379593849182, 0.09315719455480576, 0.12332908064126968, 0.09910671412944794, 0.059861790388822556, 0.05547219514846802, 0.07211290299892426, 0.08133665472269058, 0.07203761488199234, 0.07553072273731232, 0.06737934052944183, 0.06623228639364243, 0.07381503283977509, 0.09655743092298508, 0.10864604264497757, 0.08734947443008423, 0.13130411505699158, 0.13051550090312958, 0.11740739643573761, 0.08503691107034683, 0.0688970759510994, 0.0620846264064312, 0.02556833252310753, 0.005497713107615709, 0.021424436941742897, 0.032894961535930634, 0.08703006058931351, 0.11122020334005356, 0.08291227370500565, 0.1316254436969757, 0.14772720634937286, 0.1636122614145279, 0.18045909702777863, 0.12462549656629562, 0.09214289486408234, 0.07629524171352386, 0.09067513048648834, 0.13411714136600494, 0.1168004646897316, 0.13917885720729828, 0.14328047633171082, 0.16021956503391266, 0.15094923973083496, 0.14488288760185242, 0.19564466178417206, 0.20433421432971954, 0.236968532204628, 0.23209333419799805, 0.26129350066185, 0.2746404707431793, 0.3056512475013733, 0.2997325658798218, 0.26404905319213867, 0.29490140080451965, 0.257640540599823, 0.22540542483329773, 0.24177609384059906, 0.21306858956813812, 0.19710223376750946, 0.1984785944223404, 0.1708410680294037, 0.1383204162120819, 0.12921898066997528, 0.12285059690475464, 0.12543229758739471, 0.1320374310016632, 0.13875196874141693, 0.1631392389535904, 0.19435998797416687, 0.1750251203775406, 0.16274939477443695, 0.1349833458662033, 0.11655091494321823, 0.07855509966611862, 0.04175953194499016, 0.03149014338850975, 0.05996101722121239, 0.034626349806785583, 0.04215606302022934, 0.03636370599269867, 0.03360641375184059, 0.06087888032197952, 0.06646854430437088, 0.08465373516082764, 0.04432845860719681, 0.06098946928977966, 0.08211955428123474, 0.10048229992389679, 0.09073083102703094, 0.07064951211214066, 0.07766692340373993, 0.06631316989660263, 0.05004338547587395, 0.04471440985798836, 0.027220983058214188, 0.014628538861870766, 0.014126364141702652, -0.06272931396961212, -0.07166066020727158, -0.057364322245121, -0.06605768203735352, -0.08427385240793228, -0.06412908434867859, -0.02610328607261181, 0.025329282507300377, 0.054638586938381195, 0.06838487833738327, 0.02685011923313141, 0.02014988474547863, 0.018973255529999733, -0.0018241589423269033, -0.0026598507538437843, 0.012237751856446266, -0.003090999089181423, -0.0035449627321213484, 0.03711273521184921, 0.034948281943798065, 0.02987436205148697, 0.03265586122870445, 0.023071181029081345, 0.052275821566581726, 0.046835608780384064, 0.02760281041264534, -0.004165251273661852, 0.03885532543063164, 0.057647157460451126, 0.005183975677937269, 0.011237501166760921, 0.03287932276725769, 0.06862468272447586, 0.06624505668878555, 0.05106315761804581, 0.04685592278838158, 0.015846118330955505, 0.004381867125630379, -0.009019833989441395, -0.021252423524856567, -0.0467354916036129, -0.06795109808444977, -0.05872832611203194, -0.04184236750006676, -0.04766220971941948, -0.054632727056741714, -0.051160942763090134, -0.04905334487557411, -0.06271746754646301, -0.055394794791936874, -0.032904040068387985, -0.05247390270233154, -0.08002262562513351, -0.061857011169195175, -0.0829777643084526, -0.0555492527782917, -0.057291556149721146, -0.07606715708971024, -0.10011982917785645, -0.10317392647266388, -0.1300237625837326, -0.13643372058868408, -0.11024069041013718, -0.1130029484629631, -0.08877459168434143, -0.0539737194776535, -0.07919953018426895, -0.05275470390915871, -0.054132748395204544, -0.04149831831455231, -0.021872390061616898, 0.0015100770397111773, 0.010321122594177723, -0.024912232533097267, -0.03402426093816757, -0.01663335971534252, 0.017539583146572113, 0.004160232841968536, 0.026914330199360847, 0.04582873731851578, 0.09738428890705109, 0.1361037641763687, 0.11119472980499268, 0.11705734580755234, 0.13811388611793518, 0.1238400861620903, 0.12158031016588211, 0.09553581476211548, 0.11073634028434753, 0.07460998743772507, 0.093793123960495, 0.08113209158182144, 0.02401803247630596, 0.04485944285988808, 0.035602867603302, 0.024851122871041298, -0.00338822603225708, -0.02388877049088478, -0.045326605439186096, -0.07370713353157043, -0.021997038275003433, -0.0477827824652195, -0.033356089144945145, -0.0014123866567388177, -0.015506708063185215, 0.0395585261285305, 0.03579464182257652, 0.009106125682592392, -0.024124177172780037, -0.005602202378213406, 0.015859454870224, -0.03593195974826813, 0.004424522630870342, 0.018602637574076653, 0.024917857721447945, 0.02985578589141369, -0.016888486221432686, -0.03830185532569885, -0.05857289955019951, -0.08489605039358139, -0.11296089738607407, -0.14603246748447418, -0.07066313922405243, -0.06089286133646965, -0.03999659791588783, -0.049251824617385864, -0.05686230584979057, -0.046283286064863205, 0.028624948114156723, 0.05281557887792587, 0.0643422082066536, 0.039559561759233475, 0.06364098191261292, 0.09468870609998703, 0.06356478482484818, 0.04021409898996353, 0.037528689950704575, 0.03512059152126312, 0.06943801045417786, 0.09199021756649017, 0.0636611208319664, 0.06911308318376541, 0.050416652113199234, 0.045809466391801834, 0.18945594131946564, 0.10901696234941483, -0.09681280702352524, -0.06579586863517761, -0.041940368711948395, -0.053381286561489105, -0.0714176818728447, -0.2040756791830063, -0.17454969882965088, -0.00957120768725872, 0.014297233894467354, -0.07016659528017044, -0.11939771473407745, -0.09106041491031647, -0.023094728589057922, -0.009058686904609203, -0.141254723072052, -0.20918695628643036, -0.06669460982084274, -0.004830106161534786, -0.06055598706007004, -0.14948119223117828, -0.05429974943399429, 0.02353246510028839, 0.0373343825340271, 0.004585123620927334, -0.07959423959255219, -0.0892975777387619, -0.0933443158864975, -0.04029550775885582, -0.10584600269794464, -0.21435841917991638, -0.1336270421743393, -0.04970847815275192, -0.04391927272081375, -0.0722917765378952, -0.08471382409334183, 0.041095297783613205, 0.1145833358168602, 0.060454852879047394, -0.03150228410959244, -0.018510689958930016, 0.09588369727134705, 0.10235119611024857, 0.046794742345809937, -0.04485597461462021, -0.02913019247353077, 0.01797681488096714, -0.02920108661055565, -0.11078919470310211, -0.1527118682861328, -0.11608170717954636, -0.1426553875207901, -0.12576919794082642, -0.23090139031410217, -0.25839200615882874, -0.14398202300071716, -0.21572858095169067, -0.1928948312997818, -0.2309635728597641, -0.2603185176849365, -0.18979111313819885, -0.26546984910964966, -0.2741403877735138, -0.23485636711120605, -0.26672056317329407, -0.27397727966308594, -0.277911901473999, -0.2928616404533386, -0.21800744533538818, -0.11466211080551147, -0.15651527047157288, -0.1614011824131012, -0.18231262266635895, -0.09004268050193787, -0.06810257583856583, -0.13727322220802307, -0.1721322387456894, -0.2289385050535202, -0.21394787728786469, -0.14155903458595276, -0.11496294289827347, -0.13807789981365204, -0.08553308993577957, 0.014363337308168411, 0.10682357102632523, 0.011774520389735699, 0.0010829099919646978, 0.03841593116521835, 0.04016478359699249, 0.012946938164532185, -0.012600635178387165, 0.051556844264268875, 0.0891115665435791, 0.054773811250925064, 0.09912111610174179, 0.0773274302482605, 0.04208656772971153, 0.051146816462278366, 0.0026865361724048853, -0.053388454020023346, -0.08085817843675613, -0.05461902171373367, -0.07063762098550797, -0.10830790549516678, -0.12458474189043045, -0.06772173941135406, -0.07258898764848709, -0.04858436435461044, 0.01669136807322502, -0.04381382837891579, -0.013089122250676155, 0.0014966746093705297, -0.026277849450707436, -0.04020113870501518, -0.11303480714559555, -0.10448484122753143, -0.05632626265287399, -0.08524022996425629, -0.09353776276111603, -0.11219590157270432, -0.10799191892147064, -0.08045173436403275, -0.09641396254301071, -0.04546988382935524, 0.04383057728409767, 0.10282847285270691, 0.1623009890317917, 0.10436907410621643, 0.09346259385347366, 0.12125168740749359, 0.06430157274007797, 0.03026428259909153, -0.034796569496393204, -0.07986555248498917, -0.049573179334402084, -0.04316834732890129, -0.07787276804447174, -0.06066232919692993, -0.07117410004138947, -0.050686318427324295, -0.04750803858041763, -0.07892202585935593, -0.03501277416944504, -0.031855251640081406, -0.009234296157956123, 0.013265792280435562, 0.015068268403410912, 0.06728587299585342, 0.05189450457692146, 0.06492287665605545, 0.09443452209234238, 0.07197751849889755, 0.05961849167943001, 0.07772938907146454, 0.04832039400935173, 0.00835238303989172, -0.03627008944749832, -0.0031976148020476103, 0.007157179526984692, -0.04857994243502617, -0.02907642163336277, -0.0035054138861596584, 0.0044050635769963264, 0.0063363248482346535, 0.013159295544028282, 0.003844791790470481, -0.005301216151565313, -0.005652259103953838, -0.01330417487770319, -0.02516009472310543, 0.021962378174066544, 0.039709966629743576, 0.07157076150178909, 0.10845028609037399, 0.11517433077096939, 0.09071268886327744, 0.09676606953144073, 0.12794522941112518, 0.1311599612236023, 0.10646812617778778, 0.08134755492210388, 0.018678130581974983, 0.011931736953556538, -0.01952347718179226, -0.04684615135192871, -0.04672727361321449, -0.08104687184095383, -0.08875605463981628, -0.04668664559721947, -0.014797670766711235, -0.04187627136707306, -0.013762368820607662, 0.06502777338027954, 0.0920834019780159, 0.09987260401248932, 0.12516553699970245, 0.12967178225517273, 0.0954347476363182, 0.09425661712884903, 0.07493120431900024, 0.04338344931602478, 0.05578169599175453, 0.0412745326757431, 0.04764029011130333, 0.028930697590112686, 0.014925185590982437, 0.08604308217763901, 0.08708259463310242, 0.07419276982545853, 0.0913306474685669, 0.10279545187950134, 0.14663372933864594, 0.145294651389122, 0.15608105063438416, 0.151350200176239, 0.12039022892713547, 0.1487644612789154, 0.1867658793926239, 0.13899463415145874, 0.1569472849369049, 0.13940779864788055, 0.11603810638189316, 0.13341748714447021, 0.10244820266962051, 0.12317114323377609, 0.11978640407323837, 0.15029238164424896, 0.14509408175945282, 0.131209135055542, 0.18722283840179443, 0.219513937830925, 0.2878226935863495, 0.2680928409099579, 0.2552438974380493, 0.2242055982351303, 0.1391383558511734, 0.10748909413814545, 0.04625764116644859, 0.030390048399567604, -0.04597456380724907, -0.0044421725906431675, -0.0014560105046257377, -0.011521907523274422, 0.06666089594364166, 0.08612591028213501, 0.05736364424228668, 0.033679600805044174, 0.0434536449611187, 0.038581203669309616, 0.0059183812700212, 0.04097851365804672, 0.058761026710271835, 0.08644812554121017, 0.1181102991104126, 0.12437016516923904, 0.13627171516418457, 0.11819950491189957, 0.1172553151845932, 0.08343075960874557, 0.0639369934797287, 0.058480847626924515, 0.03627105802297592, 0.016095489263534546, -0.0015760371461510658, -0.023145824670791626, 0.009838804602622986, -0.011457857675850391, 0.01874597929418087, 0.016499998047947884, 0.00637474562972784, 0.0376105010509491, -0.0014916362706571817, 0.008750217966735363, -0.003069588216021657, -0.0014067977899685502, -0.014252914115786552, -0.01953945681452751, -0.01083725318312645, 0.0028047391679137945, 0.042269814759492874, 0.012405256740748882, -0.013798421248793602, 0.044940151274204254, 0.044287994503974915, 0.011600438505411148, -0.0005587747436948121, -0.05685719847679138, -0.10073304176330566, -0.08034258335828781, -0.10551974177360535, -0.11414822190999985, -0.08095152676105499, -0.05822767689824104, -0.02415449544787407, -0.03250722959637642, 0.04908257722854614, 0.08121485263109207, 0.05972476303577423, 0.06836213916540146, 0.048551034182310104, 0.0625104159116745, 0.022614026442170143, 0.003084611613303423, -0.05246355012059212, -0.10051176697015762, -0.07468604296445847, -0.06504551321268082, -0.046934280544519424, -0.06822491437196732, -0.061916183680295944, -0.05962842330336571, -0.03490531072020531, -0.039045240730047226, -0.03578488528728485, -0.05783558264374733, -0.010250198654830456, 0.06595645844936371, 0.08749128133058548, 0.04821918159723282, 0.06894958764314651, 0.06629346311092377, 0.04792376607656479, -0.0304080992937088, -0.08351761102676392, -0.04978194832801819, -0.0688568577170372, -0.07962417602539062, -0.12879756093025208, -0.12007057666778564, -0.0513966865837574, -0.08531296998262405, -0.0996478796005249, -0.1122526004910469, -0.10627514868974686, -0.0365176685154438, -0.0798954889178276, -0.0961151048541069, -0.10252457112073898, -0.11414065212011337, -0.12117484211921692, -0.16886591911315918, -0.1807624250650406, -0.2218339592218399, -0.21515324711799622, -0.1875612586736679, -0.14717784523963928, -0.16498535871505737, -0.13407011330127716, -0.04221910610795021, -0.005824139807373285, -0.006627747323364019, 0.04536893963813782, 0.08613920956850052, 0.07696779072284698, 0.09747824817895889, 0.11046265065670013, 0.09698191285133362, 0.08049168437719345, 0.10144910961389542, 0.15690256655216217, 0.14235761761665344, 0.1075233444571495, 0.12195952981710434, 0.1358599215745926, 0.07528472691774368, 0.04814395681023598, 0.05253913626074791, 0.06216488406062126, 0.14696094393730164, 0.13369791209697723, 0.07541542500257492, 0.11303804069757462, 0.1776389330625534, 0.11651807278394699, 0.041313208639621735, 0.020597148686647415, 0.09736890345811844, 0.1315666288137436, 0.10949943214654922, 0.09376230090856552, 0.12159455567598343, 0.08426634967327118, 0.10487225651741028, 0.11286509037017822, 0.01566045731306076, -0.08767661452293396, -0.05523952841758728, 0.022307682782411575, 0.022160256281495094, -0.008216168731451035, 0.0715930163860321, 0.1476685255765915, 0.11009126901626587, 0.05318887159228325, 0.0435125008225441, 0.009529952891170979, -0.04053272306919098, -0.0668325424194336, -0.12321688234806061, -0.0996318906545639, -0.09933877736330032, -0.07959626615047455, -0.06637904047966003, -0.0697641372680664, -0.018561160191893578, 0.0387810654938221, 0.03434183821082115, -0.007595383562147617, -0.019991908222436905, -0.04970898479223251, -0.0009352201595902443, 0.0059444718062877655, 0.002980113960802555, 0.007965798489749432, 0.06284496188163757, 0.09905745834112167, 0.062175292521715164, 0.07641744613647461, 0.06336816400289536, 0.07806584239006042, 0.0757322907447815, 0.023940062150359154, -0.019879024475812912, -0.011638668365776539, 0.010219395160675049, 0.015534543432295322, 0.051994215697050095, 0.06129369139671326, 0.0461154580116272, 0.06809362024068832, 0.08898761868476868, 0.051255472004413605, 0.024573571979999542, 0.034379441291093826, 0.04476463794708252, -0.009227458387613297, -0.107841856777668, -0.16368934512138367, -0.13988438248634338, -0.14342071115970612, -0.17487066984176636, -0.12402325123548508, -0.07396184653043747, -0.06716260313987732, -0.06476844102144241, -0.06993651390075684, -0.05482584983110428, -0.09778498858213425, -0.09635711461305618, -0.06910283863544464, -0.1029791608452797, -0.10049742460250854, -0.09530158340930939, -0.08210062235593796, -0.047399573028087616, -0.04444565996527672, -0.09840789437294006, -0.0983789786696434, -0.13664047420024872, -0.12173724174499512, -0.09616191685199738, -0.01061911042779684, 0.06727295368909836, 0.0861385241150856, 0.10941942781209946, 0.06847959756851196, 0.01158890500664711, -0.01276297215372324, -0.02342280186712742, -0.07202882319688797, -0.10559427738189697, -0.0529785230755806, 0.053864140063524246, 0.08422958105802536, 0.09008723497390747, 0.13278517127037048, 0.1002393364906311, 0.08247131109237671, 0.10578478127717972, 0.03217136487364769, -0.04939994215965271, -0.03862922266125679, -0.1031082272529602, -0.08934295177459717, -0.029559224843978882, 0.024694086983799934, 0.10150089859962463, 0.049005359411239624, 0.017453651875257492, 0.08672335743904114, 0.03936328366398811, -0.0803384780883789, -0.12757159769535065, -0.14035214483737946, -0.16535404324531555, -0.12967783212661743, -0.09657969325780869, -0.03678763657808304, 0.018830403685569763, 0.02704363316297531, 0.015008440241217613, 0.011817777529358864, -0.0425572469830513, -0.10218841582536697, -0.1054704561829567, -0.11198852956295013, -0.1033940240740776, -0.042586952447891235, 0.017353683710098267, 0.03543446585536003, 0.06170269846916199, 0.0697120651602745, 0.12819775938987732, 0.09011955559253693, -0.01258554495871067, -0.010553376749157906, 0.00233703781850636, -0.009833088144659996, -0.054246652871370316, -0.013234250247478485, 0.014382660388946533, 0.049328215420246124, 0.0505443774163723, 0.08810712397098541, 0.08903642743825912, 0.1387191116809845, 0.17687369883060455, 0.174553781747818, 0.1552596539258957, 0.13001082837581635, 0.15324799716472626, 0.1266029328107834, 0.04937072843313217, -0.020687542855739594, 0.012213828973472118, -0.015199513174593449, -0.07247999310493469, -0.11406566947698593, -0.07513022422790527, -0.07580767571926117, -0.03412574157118797, -0.06742311269044876, -0.1280737668275833, -0.08917069435119629, -0.07149301469326019, -0.07240387797355652, -0.11743780225515366, -0.10572149604558945, -0.10069657117128372, -0.16613197326660156, -0.17640410363674164, -0.16035163402557373, -0.1720258742570877, -0.175104022026062, -0.1979435682296753, -0.20052996277809143, -0.1335381120443344, -0.061950135976076126, -0.061495181173086166, -0.09703969210386276, -0.07889533042907715, -0.04319075122475624, -0.04738366976380348, -0.07220335304737091, -0.15177294611930847, -0.1720590442419052, -0.20255044102668762, -0.19071032106876373, -0.19816823303699493, -0.15250511467456818, -0.1344800442457199, -0.09022931009531021, 0.013508891686797142, 0.10130182653665543, 0.10374350845813751, 0.07802914828062057, 0.05922817811369896, 0.09512647986412048, 0.0592392198741436, 0.022683942690491676, -0.03356674686074257, -0.04139968752861023, -0.045118365436792374, -0.049543797969818115, -0.07038518786430359, -0.07258673012256622, -0.08097385615110397, -0.021008051931858063, -0.050575174391269684, -0.1522752344608307, -0.14826196432113647, -0.13413366675376892, -0.1341933161020279, -0.16306069493293762, -0.12194190919399261, -0.03171059861779213, -0.009786916896700859, 0.018316475674510002, 0.02536037564277649, -0.028138192370533943, 0.024924812838435173, 0.007539285346865654, 0.018579378724098206, 0.020969845354557037, 0.060175612568855286, 0.09625209867954254, 0.06676328182220459, 0.039727549999952316, 0.0853448435664177, 0.12157832086086273, 0.0913124829530716, 0.11802461743354797, 0.09840340167284012, 0.01921902224421501, 0.0015274238539859653, 0.03005191683769226, -0.008684119209647179, -0.026070350781083107, 0.027497515082359314, 0.0884762778878212, 0.09932281821966171, 0.06290687620639801, 0.03378429263830185, 0.05588178709149361, 0.06692475825548172, 0.0618295818567276, 0.013366715982556343, -0.018148034811019897, 0.0611283965408802, 0.047642748802900314, 0.04384090006351471, 0.03263719007372856, 0.0028387680649757385, 0.06472543627023697, 0.15028871595859528, 0.10997921973466873, 0.07064373791217804, 0.0829562321305275, 0.05799093842506409, 0.06840458512306213, 0.12480229139328003, 0.08013494312763214, 0.0658896267414093, 0.0986839309334755, 0.10413964092731476, 0.07386520504951477, 0.07706493139266968, 0.08721374720335007, 0.10424699634313583, 0.09229657053947449, 0.15842962265014648, 0.1827688366174698, 0.15517638623714447, 0.1462833732366562, 0.11163774877786636, 0.05935550108551979, 0.1015569195151329, 0.07792156934738159, 0.04993424192070961, 0.03780699893832207, 0.06362847983837128, 0.054957613348960876, -0.031134875491261482, 0.0001328959478996694, 0.08804848045110703, 0.06277745217084885, 0.0431436151266098, 0.0717816948890686, 0.04922531545162201, 0.010455526411533356, 0.03980206325650215, -0.011441483162343502, -0.01206283550709486, -0.03824682906270027, -0.03572167083621025, 0.0009476998820900917, -0.12089254707098007, -0.12957452237606049, -0.033034756779670715, -0.05299236625432968, -0.00801354181021452, 0.027160177007317543, -0.08231116831302643, -0.028764253482222557, 0.019094405695796013, 0.06668873876333237, 0.03043113276362419, 0.03502259403467178, 0.007211101241409779, 0.02266831509768963, 0.03826369345188141, 0.009577124379575253, 0.06174871325492859, 0.10334963351488113, 0.00410418538376689, 0.05931529030203819, 0.11401282995939255, 0.09475808590650558, 0.04095987603068352, 0.05827098712325096, 0.11226886510848999, 0.10334240645170212, 0.10312238335609436, 0.13385704159736633, 0.06207334250211716, 0.0980338528752327, 0.17457737028598785, 0.15768910944461823, 0.0442316010594368, -0.060280345380306244, 0.18293872475624084, 0.5566182732582092, 0.099613718688488, -0.5200486183166504, 0.06139883026480675, 0.5886211395263672, 0.06952959299087524, -0.2728261947631836, -0.1954963207244873, 0.12499644607305527, 0.3911566734313965, -0.07582635432481766, -0.7066634893417358, -0.1581408977508545, 0.3831145167350769, -0.056433193385601044, -0.49818408489227295, -0.2552141547203064, 0.19758766889572144, 0.03265455365180969, -0.23349003493785858, -0.1535550206899643, -0.03859147056937218, -0.005341106094419956, -0.06326993554830551, -0.16086484491825104, -0.3233781158924103, -0.21743907034397125, 0.09136313945055008, -0.03706571087241173, -0.436668336391449, -0.1917145550251007, 0.1250632256269455, -0.025287240743637085, -0.07482815533876419, -0.0906163901090622, -0.10204331576824188, 0.04098905995488167, 0.09496451914310455, 0.021026931703090668, -0.18541596829891205, -0.03546879068017006, 0.19410672783851624, 0.010598582215607166, -0.17107707262039185, 0.10698992013931274, 0.2590349316596985, 0.09125366806983948, 0.015360124409198761, 0.11927951872348785, 0.20711450278759003, 0.2673715651035309, 0.21851815283298492, 0.09330744296312332, 0.02642420120537281, 0.2107829600572586, 0.37749093770980835, 0.0872359573841095, -0.11862495541572571, 0.1278059482574463, 0.30072420835494995, 0.14405959844589233, 0.12845762073993683, 0.16494321823120117, 0.13240750133991241, 0.23672783374786377, 0.15855462849140167, 0.04420863837003708, 0.15949247777462006, 0.18940673768520355, 0.08409950882196426, 0.05650412291288376, 0.07980690896511078, 0.14348651468753815, 0.16935235261917114, 0.16110241413116455, 0.2104785293340683, 0.20243583619594574, 0.17911748588085175, 0.2830534279346466, 0.38984304666519165, 0.3128797709941864, 0.24683775007724762, 0.12527598440647125, -0.06886108964681625, -0.15103012323379517, 0.0448433980345726, 0.11688771098852158, -0.0004514145548455417, 0.06263246387243271, 0.2104092538356781, 0.09236117452383041, 0.09403698146343231, 0.20501945912837982, 0.28791385889053345, 0.015712179243564606, -0.30494847893714905, -0.16016477346420288, -0.10545596480369568, -0.11853636056184769, -0.2339800000190735, -0.21458052098751068, -0.10109434276819229, -0.06009603664278984, -0.09906899183988571, -0.09233777970075607, -0.13739986717700958, -0.20237243175506592, -0.21589699387550354, -0.19475187361240387, -0.40103888511657715, -0.268967866897583, -0.12479689717292786, -0.13599540293216705, -0.17952927947044373, -0.040613576769828796, -0.01508382335305214, -0.1480666697025299, -0.16585570573806763, -0.1651921272277832, -0.2557666301727295, -0.3024387061595917, -0.21931546926498413, -0.2032012641429901, -0.15716616809368134, 0.02591588720679283, 0.031181177124381065, -0.05584526062011719, 0.21881209313869476, 0.2629735767841339, 0.21569229662418365, 0.18782733380794525, 0.07274399697780609, 0.03179370239377022, 0.0673169493675232, 0.14857366681098938, -0.02296627312898636, -0.06774205714464188, -0.017929429188370705, 0.019467171281576157, 0.012469755485653877, -0.021491898223757744, -0.02368490770459175, -0.0824061706662178, -0.14939403533935547, 0.13037337362766266, 0.2643432915210724, 0.15818871557712555, 0.1272316873073578, 0.032687488943338394, -0.11153396964073181, -0.18946407735347748, 0.011306915432214737, -0.03368708863854408, -0.12720471620559692, -0.1507977694272995, -0.02349533513188362, 0.015609941445291042, 0.07756717503070831, 0.0030029225163161755, -0.09573627263307571, -0.11948166787624359, -0.07827026396989822, -0.09120798856019974, -0.17591990530490875, -0.045784495770931244, 0.03357424959540367, -0.007400837726891041, -0.11169381439685822, 0.006656441371887922, 0.1171829029917717, -0.005542063619941473, -0.06853146106004715, -0.15334352850914001, -0.14159172773361206, -0.08840307593345642, -0.03844636306166649, -0.08411280810832977, -0.0032978805247694254, 0.0856524407863617, 0.09451679140329361, 0.0744069367647171, 0.15401647984981537, 0.15855546295642853, 0.1617467850446701, 0.2212432324886322, 0.10344590246677399, -0.002937844954431057, 0.039302509278059006, 0.11140837520360947, 0.16945259273052216, 0.14104999601840973, 0.05064345896244049, 0.12327307462692261, 0.08093959838151932, -0.05609418451786041, 0.018168164417147636, -0.038915783166885376, -0.22381260991096497, -0.11597176641225815, -0.011174979619681835, -0.07958383113145828, 0.006867444608360529, 0.06550487130880356, -0.008032485842704773, -0.009673221036791801, -0.040830351412296295, -0.14489257335662842, -0.2019878476858139, -0.06943944841623306, -0.10812127590179443, -0.21561011672019958, -0.18127819895744324, -0.024678707122802734, 0.01030029822140932, -0.05051784589886665, 0.04973385110497475, 0.0943918451666832, -0.018542034551501274, -0.004181103315204382, -0.04136691242456436, -0.1281701773405075, -0.1964748054742813, -0.10792906582355499, -0.0651441141963005, -0.06028803437948227, 0.09697507321834564, 0.07852443307638168, -0.1275523453950882, -0.04293157532811165, 0.15571804344654083, -0.02211575210094452, -0.11663642525672913, -0.017303261905908585, -0.020574800670146942, -0.005413115490227938, 0.12252562493085861, 0.027143923565745354, -0.10363103449344635, 0.014343373477458954, 0.09534040093421936, -0.03650790452957153, -0.058279722929000854, -0.019362730905413628, -0.05745191499590874, -0.10847532749176025, -0.10117916762828827, -0.08076034486293793, -0.12255269289016724, -0.19431239366531372, -0.0597892589867115, 0.007951168343424797, -0.08143680542707443, -0.06612444669008255, 0.016455305740237236, 0.031708236783742905, -0.04842938110232353, -0.08031318336725235, -0.03520405292510986, -0.1084037497639656, -0.06273990869522095, 0.015203501097857952, -0.12193670123815536, -0.19292087852954865, -0.07546941936016083, -0.12264945358037949, -0.23942993581295013, -0.1289357990026474, -0.03452710434794426, -0.12516823410987854, -0.1200743094086647, -0.039436426013708115, -0.04640442505478859, -0.04276308789849281, -0.05560295656323433, -0.07882212102413177, -0.12371087074279785, -0.14235536754131317, -0.0646727979183197, -0.09438537061214447, -0.08600658923387527, -0.09844668209552765, -0.15428036451339722, -0.14720898866653442, -0.03583347052335739, 0.041167840361595154, -0.06340664625167847, -0.0583466961979866, 0.0076907966285943985, 0.02539505437016487, 0.048070382326841354, 0.022833749651908875, 0.05030176788568497, 0.044679686427116394, -0.05658422410488129, -0.033261869102716446, 0.028075171634554863, -0.025675946846604347, -0.00210742000490427, 0.008117037825286388, -0.04581647738814354, -0.0945826843380928, -0.042790841311216354, 0.030285051092505455, -0.034465085715055466, -0.08012120425701141, -0.038059864193201065, -0.045030225068330765, -0.01623542048037052, -0.036767132580280304, 0.02982863038778305, -0.04972486570477486, -0.037754349410533905, -0.019132772460579872, -0.0770493671298027, -0.1894417703151703, -0.15115764737129211, -0.13282138109207153, -0.18038420379161835, -0.1845930963754654, -0.1665593683719635, -0.09970581531524658, -0.037560250610113144, 0.06476398557424545, -0.023455096408724785, -0.1338518261909485, -0.0762508288025856, -0.00016011086700018495, -0.11887974292039871, -0.14565305411815643, -0.06775806844234467, -0.016711445525288582, -0.06860286742448807, -0.07313299179077148, -0.08213367313146591, -0.10389990359544754, -0.13848021626472473, -0.08442455530166626, -0.08534801751375198, -0.14317581057548523, -0.05530448257923126, 0.03187902271747589, 0.015755921602249146, 0.0129401171579957, 0.041211508214473724, 0.036349669098854065, 0.05457448214292526, 0.051429156213998795, 0.0011278684251010418, 0.018151361495256424, 0.048874422907829285, 0.09509021043777466, 0.017794344574213028, 0.03063753992319107, 0.08621570467948914, 0.10187748819589615, 0.07305234670639038, 0.15076462924480438, 0.2195797711610794, 0.1956723928451538, 0.16229988634586334, 0.10512423515319824, 0.13006983697414398, 0.18530333042144775, 0.09264611452817917, 0.052644167095422745, 0.060606248676776886, 0.09275306016206741, 0.11366549134254456, 0.034261640161275864, 0.05623384192585945, 0.05815690755844116, -0.015097558498382568, 0.0024313260801136494, 0.028570404276251793, -0.03817667439579964, -0.06293115764856339, -0.06382478028535843, -0.09064808487892151, -0.03542209789156914, -0.025115586817264557, -0.037001531571149826, -0.11201559752225876, -0.06854604184627533, -0.11185108125209808, -0.041036393493413925, -0.08016952872276306, -0.10061806440353394, -0.13690844178199768, -0.07519128918647766, -0.04328319430351257, -0.053826238960027695, -0.053360797464847565, 0.012780719436705112, -0.09350036084651947, -0.0452716089785099, -0.004840855952352285, -0.10688070952892303, -0.14768780767917633, -0.09565424174070358, -0.18246330320835114, -0.09195457398891449, 0.013252022676169872, 0.07159429043531418, 0.04354175180196762, -0.048169951885938644, 0.08958055078983307, 0.15911060571670532, 0.16271033883094788, 0.11753817647695541, 0.054853398352861404, -0.0009024306200444698, 0.11403115838766098, 0.11568059027194977, 0.05983702093362808, 0.03788042068481445, 0.10102487355470657, 0.11091348528862, 0.0682496428489685, 0.06092815846204758, 0.06348416954278946, 0.018310431391000748, 0.06478425860404968, -0.06994958221912384, -0.09156516939401627, -0.036235518753528595, 0.00999341532588005, -0.051194433122873306, -0.07805357873439789, -0.03697040304541588, -0.02897518128156662, -0.05683113634586334, -0.0712529793381691, -0.07118520885705948, -0.03322398662567139, 0.03727373853325844, 0.04273921251296997, 0.018047112971544266, -0.014310772530734539, 0.03990493342280388, 0.05397360771894455, -0.001389224547892809, -0.10483458638191223, -0.018109407275915146, 0.025634953752160072, 0.026702966541051865, 0.15369968116283417, -0.029680123552680016, -0.11613262444734573, 0.1140323206782341, -0.11198870092630386, -0.13048653304576874, 0.008676343597471714, -0.07412554323673248, 0.14593340456485748, 0.13213396072387695, 0.04305090010166168, 0.08417556434869766, 0.14054112136363983, 0.15581640601158142, 0.12055803835391998, 0.014500869438052177, 0.034829944372177124, 0.14332929253578186, 0.010662112385034561, 0.08318877965211868, -0.008744543418288231, 0.035638000816106796, 0.09078419208526611, 0.12302781641483307, 0.042692504823207855, 0.11152257025241852, 0.102892205119133, 0.1880064606666565, -0.011379379779100418, -0.05013635382056236, 0.0768146738409996, 0.14218033850193024, -0.01124245673418045, 0.045866709202528, 0.12399514764547348, 0.12630903720855713, 0.1824643909931183, 0.08169499784708023, -0.09238377958536148, -0.025480234995484352, 0.0923081561923027, 0.12187927216291428, -0.04721520096063614, 0.001334555447101593, 0.12244794517755508, 0.224032923579216, 0.17265726625919342, 0.06229374185204506, 0.005999051034450531, 0.15195462107658386, 0.19849158823490143, 0.10076897591352463, 1.6626891010673717e-05, 0.022523058578372, 0.23153185844421387, 0.2769182026386261, 0.07779789716005325, 0.09416425228118896, 0.2605140507221222, 0.2609114348888397, 0.12794041633605957, 0.07456659525632858, 0.08781798183917999, 0.14373598992824554, 0.20478960871696472, 0.08109690994024277, 0.09267106652259827, 0.17643976211547852, 0.2115427404642105, 0.13938802480697632, 0.07989653199911118, 0.08739573508501053, 0.03730136901140213, -0.04229813814163208, -0.10135390609502792, -0.012659530155360699, 0.1591610610485077, 0.2625080347061157, 0.13035868108272552, 0.08101053535938263, 0.1119261234998703, 0.1943945735692978, 0.13269487023353577, -3.118153472314589e-05, -0.12003400921821594, -0.04803970456123352, 0.07215981930494308, 0.11914344877004623, 0.09021115303039551, 0.14382828772068024, 0.15744654834270477, 0.11060819029808044, -0.040336303412914276, -0.15478172898292542, -0.07794716209173203, -0.025715183466672897, -0.06415373086929321, -0.08318987488746643, -0.11724241077899933, 0.08444180339574814, 0.4111150801181793, 0.524635374546051, 0.45685598254203796, 0.34299230575561523, 0.11377934366464615, -0.015003836713731289, -0.06365318596363068, 0.040957529097795486, -0.08943483978509903, -0.3641264736652374, -0.42566758394241333, -0.34398937225341797, -0.18428748846054077, -0.007553943898528814, 0.03560083732008934, -0.016246451064944267, -0.015185176394879818, 0.15047495067119598, 0.17648348212242126, 0.3029625415802002, 0.48393452167510986, 0.6334163546562195, 0.4556145668029785, 0.08607616275548935, -0.18278680741786957, -0.2866758704185486, -0.30532222986221313, -0.18854472041130066, -0.18985611200332642, -0.09525176882743835, 0.058171797543764114, 0.2971060276031494, 0.3849908709526062, 0.28532907366752625, 0.2576535940170288, 0.2141835242509842, 0.08315584808588028, -0.01144470926374197, -0.027580056339502335, -0.08511374890804291, -0.05924845486879349, -0.04649346321821213, 0.013002430088818073, 0.11065568029880524, 0.16224904358386993, 0.20877251029014587, 0.17914338409900665, -0.022880708798766136, -0.19329585134983063, -0.26453331112861633, -0.34165382385253906, -0.3490738272666931, -0.25320738554000854, -0.13129614293575287, -0.01723594404757023, 0.11181893199682236, 0.2090379297733307, 0.13485656678676605, -0.02071412280201912, -0.10984553396701813, -0.14469623565673828, -0.18568392097949982, -0.21634693443775177, -0.16522358357906342, -0.062273748219013214, 0.07860635221004486, 0.15587963163852692, 0.16326549649238586, 0.1466202437877655, 0.18182967603206635, 0.1709272861480713, 0.053927794098854065, -0.0891667902469635, 0.025574861094355583, 0.034976858645677567, 0.020136727020144463, 0.06842248886823654, 0.009772203862667084, 0.030673876404762268, 0.06396988034248352, 0.05494477227330208, -0.031576141715049744, -0.10629856586456299, -0.05620092526078224, 0.03750572353601456, 0.04949742928147316, 0.048821821808815, 0.185420960187912, 0.23219332098960876, 0.21001628041267395, 0.21977372467517853, 0.0790443941950798, 0.08396261930465698, 0.11069585382938385, 0.005711997859179974, -0.0951869860291481, -0.10432395339012146, -0.044738419353961945, 0.019317450001835823, -0.028263136744499207, -0.05855332314968109, 0.06849390268325806, 0.0631740540266037, 0.07934334874153137, 0.06338296085596085, 0.04681851342320442, 0.010186481289565563, -0.017938608303666115, -0.024770278483629227, -0.13048772513866425, -0.2195315659046173, -0.11461116373538971, -0.09390851855278015, -0.11302440613508224, -0.09557458013296127, -0.08011910319328308, -0.012645977549254894, -0.09482140839099884, -0.17400166392326355, -0.18127568066120148, -0.20929692685604095, -0.24485744535923004, -0.15569590032100677, -0.20762419700622559, -0.18144746124744415, -0.10477273166179657, -0.06936446577310562, -0.11570809036493301, -0.06234239414334297, -0.027713635936379433, -0.10445524007081985, -0.15835808217525482, -0.10464166104793549, -0.09589234739542007, -0.155869260430336, -0.1281963586807251, -0.14818884432315826, -0.15404969453811646, -0.05774020031094551, -0.02683253586292267, -0.003281976794824004, 0.02434827946126461, -0.007863692939281464, -0.038363147526979446, -0.06414085626602173, 0.018386956304311752, 0.0895196720957756, 0.0714375227689743, 0.0428282804787159, 0.03051222302019596, -0.06972556561231613, -0.017679940909147263, 0.09982280433177948, 0.09174550324678421, -0.009492400102317333, -0.0664820522069931, -0.011902009136974812, 0.047529641538858414, 0.010147854685783386, -0.09349345415830612, -0.08337777107954025, -0.011547457426786423, 0.053110115230083466, -0.06028035283088684, -0.09849276393651962, -0.06855051219463348, 0.029023634269833565, -0.03122306615114212, -0.10341626405715942, -0.06239066272974014, 0.03710475564002991, 0.10524333268404007, 0.04877494275569916, 0.05158568546175957, 0.014952119439840317, -0.01608753390610218, -0.05314090847969055, -0.15528999269008636, -0.14832425117492676, -0.11045438796281815, -0.07926808297634125, -0.07114645838737488, -0.07265196740627289, -0.061406515538692474, -0.01975984498858452, -0.04949245601892471, -0.08568111062049866, -0.038446858525276184, 0.008787141181528568, -0.018505141139030457, 0.043520305305719376, 0.03773660212755203, 0.10021980851888657, 0.13422256708145142, 0.0772939920425415, 0.05403973534703255, 0.016200236976146698, 0.044546160846948624, 0.09106621891260147, 0.02427591197192669, -0.01661144196987152, -0.06417763978242874, -0.013474175706505775, -0.005823484621942043, -0.07009267061948776, -0.12237577140331268, -0.08458372950553894, -0.0382608063519001, -0.0596773624420166, -0.14060267806053162, -0.18184559047222137, -0.13564690947532654, -0.09924281388521194, -0.09529983252286911, -0.08437149226665497, -0.08572984486818314, -0.08068081736564636, -0.0745534673333168, -0.12772847712039948, -0.0858972892165184, -0.007271444424986839, -0.11322169005870819, -0.1793632209300995, -0.2048448771238327, -0.12378411740064621, -0.039329346269369125, -0.030382150784134865, -0.1711924523115158, -0.2573297619819641, -0.20318858325481415, -0.23426756262779236, -0.2721458077430725, -0.23092541098594666, -0.226875901222229, -0.22129303216934204, -0.2532525956630707, -0.18788866698741913, -0.0785616785287857, 0.006965890061110258, 0.0536479689180851, -0.016376158222556114, -0.020525554195046425, 0.08317942917346954, 0.08349019289016724, 0.04248516634106636, 0.027251677587628365, 0.059093911200761795, 0.042328327894210815, 0.08864279836416245, 0.0683365985751152, 0.12427085638046265, 0.13149262964725494, 0.024061167612671852, 0.06449717283248901, 0.10183586925268173, 0.180585578083992, 0.1005120500922203, 0.04947667196393013, 0.046218812465667725, 0.05283144861459732, 0.11150028556585312, 0.07704781740903854, 0.06845894455909729, 0.07506509125232697, 0.12167077511548996, 0.24770742654800415, 0.25156718492507935, 0.18885010480880737, 0.20120643079280853, 0.2261045128107071, 0.21995389461517334, 0.10165466368198395, 0.027546370401978493, -0.030216936022043228, 0.09008439630270004, 0.08461491018533707, -0.08776155859231949, -0.1716238558292389, -0.14393498003482819, -0.17713135480880737, -0.10850796103477478, -0.03156792372465134, -0.05491092428565025, -0.003554027993232012, 0.10452263057231903, -0.03697632625699043, -0.13262329995632172, -0.09376439452171326, -0.01394936628639698, -0.015437264926731586, -0.10739091783761978, -0.05314692109823227, 0.01806703954935074, 0.0772477462887764, 0.05337848514318466, 0.06454320251941681, 0.04381612688302994, 0.01070776954293251, -0.05912765488028526, -0.15076816082000732, -0.2665543258190155, -0.2938827574253082, -0.1769648641347885, -0.11858640611171722, -0.15766319632530212, -0.04322618246078491, 0.07179074734449387, 0.1647004783153534, 0.1936427801847458, 0.09062623977661133, -0.03185254707932472, -0.029084723442792892, -0.002732580527663231, -0.09560459852218628, -0.23805934190750122, -0.22620335221290588, -0.12091971188783646, -0.11273548007011414, -0.07452604174613953, -0.0012552951229736209, 0.07839307934045792, 0.017187466844916344, -0.06772653758525848, -0.1596531718969345, -0.22037345170974731, -0.2733561098575592, -0.3024314343929291, -0.2785429060459137, -0.1653107851743698, -0.06194330006837845, 0.035209253430366516, 0.018189935013651848, -0.06613199412822723, -0.15025655925273895, -0.1561013013124466, -0.16366827487945557, -0.21757207810878754, -0.34968817234039307, -0.27753597497940063, -0.06256119161844254, 0.0473075807094574, 0.05882435292005539, 0.11320646852254868, 0.24326498806476593, 0.31265607476234436, 0.23383814096450806, 0.1311115324497223, 0.14618325233459473, 0.06049579381942749, -0.06621640175580978, -0.11348998546600342, -0.03967501223087311, 0.04918355867266655, 0.04220060259103775, -0.015659591183066368, -0.0004289640055503696, 0.19606444239616394, 0.2606956958770752, 0.1596214771270752, 0.035453129559755325, -0.04048531875014305, 0.0053721037693321705, 0.04513019323348999, -0.007835950702428818, -0.06419996917247772, -0.00915776938199997, 0.06392950564622879, 0.028800679370760918, 0.020889002829790115, 0.031792450696229935, 0.05987626686692238, 0.08091169595718384, -0.0067411805503070354, -0.011299659498035908, 0.057892147451639175, 0.039660800248384476, 0.11229538917541504, 0.12090138345956802, 0.1240980476140976, 0.08567951619625092, 0.13174542784690857, 0.12851101160049438, 0.0998147651553154, 0.23412786424160004, 0.26396244764328003, 0.18599086999893188, 0.053106896579265594, 0.11445488780736923, 0.21961650252342224, 0.1517767459154129, -0.02822308987379074, -0.06745683401823044, -0.05043058842420578, 0.042810261249542236, 0.0801914855837822, 0.12724243104457855, 0.040511567145586014, 0.03535152226686478, 0.09137582033872604, 0.025972846895456314, -0.10402455925941467, -0.015390477143228054, 0.029270244762301445, -0.04423397779464722, -0.027559863403439522, -0.09457889944314957, -0.008691271767020226, 0.05584520474076271, 0.09047694504261017, 0.040773674845695496, -0.08362346887588501, -0.038006387650966644, -0.03628409281373024, -0.07539854198694229, -0.08968042582273483, -0.059570927172899246, -0.15347854793071747, -0.1739904135465622, -0.1592755913734436, -0.04736550152301788, 0.009596696123480797, -0.07489757239818573, -0.0868365466594696, -0.06431230157613754, -0.1369142234325409, -0.24050644040107727, -0.2886439561843872, -0.3304187059402466, -0.23076793551445007, -0.19770626723766327, -0.2518730163574219, -0.24268047511577606, -0.07993225008249283, 0.008669983595609665, -0.008916481398046017, -0.03662605583667755, -0.06723113358020782, 0.03840380907058716, 0.0058569880202412605, -0.04566526412963867, -0.16091440618038177, -0.053287334740161896, 0.007777763530611992, 0.033975470811128616, 0.0503922738134861, 0.021165339276194572, 0.031200941652059555, 0.01806548610329628, 0.06454282999038696, 0.0001741025480441749, -0.09892424941062927, -0.09926461428403854, -0.1993248611688614, -0.1449977308511734, -0.05948740616440773, -0.07656855881214142, -0.0648614913225174, -0.04016372933983803, 0.03821009397506714, 0.1381334811449051, 0.27633196115493774, 0.24124746024608612, 0.11977528035640717, 0.10074173659086227, 0.08704125136137009, 0.19010813534259796, 0.1572699099779129, 0.05746438726782799, 0.14769357442855835, 0.1699036955833435, 0.21696604788303375, 0.24416905641555786, 0.11513858288526535, 0.13627274334430695, 0.13375021517276764, -0.00022773194359615445, -0.051693521440029144, -0.029302390292286873, 0.07217422872781754, 0.04799210652709007, 0.002557932399213314, 0.038946568965911865, 0.14690664410591125, 0.1448909491300583, 0.10773714631795883, 0.04572148993611336, 0.09362788498401642, 0.13434304296970367, 0.13013066351413727, 0.1609475463628769, 0.10291510075330734, 0.052431363612413406, 0.1025221198797226, 0.11217150837182999, 0.07732642441987991, 0.07040362060070038, 0.07548109441995621, 0.04406857118010521, 0.027853090316057205, 0.08144822716712952, 0.03449022024869919, 0.007008625194430351, 0.09383704513311386, -0.01765979267656803, -0.050876684486866, 0.039409615099430084, 0.03855187073349953, -0.04294887185096741, -0.031541857868433, 0.13550543785095215, 0.14175674319267273, 0.008987842127680779, 0.01293859351426363, 0.09828761965036392, 0.11077136546373367, 0.05628233775496483, 0.04589400812983513, 0.024839140474796295, 0.029721954837441444, -0.022447124123573303, -0.017373064532876015, -0.026045313104987144, -0.04469124972820282, -0.048416923731565475, -0.2025248259305954, -0.28546157479286194, -0.1999097466468811, -0.04963777959346771, -0.024307098239660263, -0.07528843730688095, -0.013064747676253319, 0.024689732119441032, 0.11100682616233826, 0.18978898227214813, 0.16135764122009277, 0.06784655898809433, 0.10511364042758942, 0.13477452099323273, -0.0144380833953619, -0.09297388792037964, 0.17327913641929626, 0.1475643664598465, -0.22549791634082794, -0.2481415569782257, 0.04026200622320175, 0.19849729537963867, 0.13680970668792725, -0.11430615931749344, -0.20442359149456024, -0.13135921955108643, -0.0009637700277380645, -0.05148353800177574, -0.28331610560417175, -0.07094224542379379, 0.20584900677204132, 0.3551754057407379, 0.22838862240314484, -0.06064937263727188, 0.2616044580936432, 0.3487246036529541, 0.15319615602493286, 0.08485478162765503, -0.09161161631345749, 0.18007810413837433, 0.3361198306083679, 0.18132689595222473, 0.1275077909231186, 0.13642311096191406, 0.3293490409851074, 0.1626894772052765, 0.13075445592403412, 0.31801509857177734, 0.4809620976448059, 0.5234869718551636, 0.40269482135772705, 0.13466104865074158, 0.04073985293507576, 0.19578784704208374, 0.1345415562391281, 0.09710612893104553, 0.16609534621238708, 0.1817232221364975, 0.05589766427874565, -0.04544404149055481, -0.025385268032550812, 0.12199035286903381, 0.14700663089752197, 0.07650792598724365, -0.22037240862846375, -0.09675196558237076, -0.028942808508872986, -0.15586471557617188, -0.010248135775327682, 0.21049781143665314, 0.3875543475151062, 0.3964603841304779, 0.0629563257098198, -0.09356718510389328, -0.006888603325933218, 0.12826235592365265, 0.15624381601810455, -0.09586885571479797, -0.320288747549057, -0.20083430409431458, -0.1646294742822647, -0.30892106890678406, -0.45205608010292053, -0.42678114771842957, -0.24055197834968567, -0.18572069704532623, -0.05763515457510948, -0.08736465871334076, -0.024618517607450485, 0.1343117207288742, 0.005515900906175375, 0.1652774065732956, 0.14754852652549744, 0.11137675493955612, 0.18658214807510376, -0.041107967495918274, -0.07654805481433868, -0.028579063713550568, -0.07555535435676575, -0.00412807147949934, 0.02716475911438465, 0.041829708963632584, 0.008310293778777122, -0.16052396595478058, -0.09275095909833908, -0.2637859880924225, -0.34333673119544983, -0.3711722791194916, -0.38009580969810486, -0.39710450172424316, -0.2127840667963028, -0.16815447807312012, -0.28721749782562256, -0.2803650498390198, -0.19119837880134583, -0.043402545154094696, -0.037752747535705566, -0.038877151906490326, -0.2521466314792633, -0.20354074239730835, -0.1268731951713562, -0.26487234234809875, -0.31058984994888306, -0.28469952940940857, -0.028868868947029114, 0.08131232112646103, 0.03273739665746689, 0.1083381399512291, 0.21739552915096283, 0.19860613346099854, 0.11779339611530304, 0.1497938632965088, 0.09131736308336258, 0.08525347709655762, 0.10171958804130554, 0.04366854205727577, 0.02357008121907711, 0.04506850615143776, -0.008422352373600006, 0.012586674652993679, -0.03280749171972275, 0.011312009766697884, 0.09458211809396744, 0.06950622797012329, 0.012017299421131611, -0.029141483828425407, 0.0042443047277629375, -0.04487336426973343, -0.1077515110373497, -0.04198309779167175, -0.008608459495007992, 0.10407636314630508, 0.1314527839422226, 0.11032817512750626, 0.1408255249261856, 0.12040233612060547, 0.09653184562921524, 0.05160735175013542, 0.0322602353990078, 0.0939987525343895, 0.12134598940610886, 0.06109550967812538, 0.08031313866376877, 0.2674983739852905, 0.3285617530345917, 0.2370745688676834, 0.17807188630104065, 0.035825323313474655, -0.02257753722369671, 0.06506288796663284, -0.15166009962558746, 0.002264093840494752, 0.28746092319488525, 0.16811871528625488, 0.31410491466522217, 0.33813416957855225, 0.11190804839134216, 0.14693063497543335, -0.11917401105165482, -0.2388489544391632, -0.025972601026296616, 0.05610411986708641, 0.12724748253822327, 0.003957260400056839, 0.09291470050811768, 0.18288607895374298, 0.037152353674173355, -0.0006583164213225245, -0.17321862280368805, -0.24212314188480377, -0.22112253308296204, -0.08479809761047363, 0.024955281987786293, 0.10836786031723022, 0.10221900790929794, 0.10298085957765579, 0.04395745322108269, 0.0651024580001831, 0.03486858680844307, -0.08216625452041626, -0.042304087430238724, -0.16701285541057587, -0.3001730442047119, -0.31086212396621704, -0.3403533399105072, -0.2540721595287323, -0.22230908274650574, -0.18120983242988586, -0.11416958272457123, -0.11715861409902573, -0.0474117286503315, -0.07689055055379868, -0.24224521219730377, -0.2979389727115631, -0.28038090467453003, -0.31564757227897644, -0.2799636423587799, -0.251089870929718, -0.13786064088344574, -0.14265170693397522, -0.1431569904088974, -0.15829843282699585, -0.2438967376947403, -0.30608606338500977, -0.34160730242729187, -0.2846922278404236, -0.20997464656829834, -0.23427367210388184, -0.2358713150024414, -0.2644709646701813, -0.2819480001926422, -0.15168754756450653, -0.1334788203239441, -0.17768782377243042, -0.13566040992736816, -0.12363245338201523, -0.08202780783176422, -0.14393168687820435, -0.22030594944953918, -0.15957923233509064, -0.2315913438796997, -0.22546379268169403, -0.26273077726364136, -0.1337740123271942, 0.06619798392057419, -0.011764394119381905, 0.0663384348154068, 0.01314273476600647, -0.27211856842041016, -0.05935172736644745, 0.08430144935846329, 0.16567520797252655, 0.09050742536783218, 0.033258646726608276, 0.1097215861082077, 0.054273851215839386, 0.07345283031463623, -0.03835078701376915, -0.047928035259246826, 0.09537076950073242, 0.06287840753793716, 0.09229214489459991, -0.05601976811885834, -0.05213538557291031, 0.08093766123056412, -0.22475582361221313, -0.13300707936286926, -0.07937663048505783, -0.037083160132169724, 0.13180896639823914, 0.08960863947868347, 0.10258156061172485, 0.028555182740092278, 0.012780161574482918, 0.0833183005452156, -0.12689143419265747, 0.1001240536570549, 0.20537622272968292, 0.2725850045681, 0.2961316704750061, 0.0663849264383316, 0.04855287820100784, 0.03638243302702904, -0.09549643099308014, -0.11019670218229294, 0.056284721940755844, 0.08059042692184448, 0.15195919573307037, 0.23885996639728546, 0.2849121391773224, 0.3271258771419525, 0.2682754099369049, 0.09903509169816971, -0.12792512774467468, 0.08620428293943405, 0.2948112189769745, 0.17534108459949493, 0.1038178950548172, 0.2698540687561035, 0.13007797300815582, 0.2229917347431183, 0.3888701796531677, 0.2721615135669708, 0.21302562952041626, -0.12193641811609268, -0.08010528236627579, 0.07030428946018219, -0.15649041533470154, -0.24755175411701202, -0.06816231459379196, -0.02465427853167057, -0.029173672199249268, -0.2543293237686157, -0.2658182978630066, -0.008695435710251331, -0.1439303159713745, -0.40985333919525146, -0.5076174139976501, -0.6199398040771484, -0.8546983599662781, -0.3265208601951599, 0.16526362299919128, 0.2696078419685364, 0.264408677816391, -0.01253670547157526, -0.20294995605945587, -0.08163908123970032, 0.032943904399871826, -0.12535586953163147, -0.14385665953159332, -0.031246911734342575, 0.04082970321178436, -0.07300856709480286, -0.2584367096424103, 0.013913904316723347, 0.11251112073659897, -0.18866503238677979, -0.04050702974200249, 0.02809705026447773, 0.07333468645811081, 0.2786015272140503, 0.19573701918125153, 0.04695247858762741, -0.0008465360151603818, 0.14713412523269653, 0.16164293885231018, 0.14728710055351257, 0.13046874105930328, 0.16523399949073792, 0.027522608637809753, -0.2463025599718094, -0.2625412940979004, -0.18403415381908417, -0.22380350530147552, -0.1483336240053177, -0.016707731410861015, -0.17702451348304749, -0.14413893222808838, -0.1673610806465149, -0.3212733864784241, -0.24652153253555298, -0.23576176166534424, -0.2177749127149582, -0.14299394190311432, -0.0021970905363559723, 0.05981668084859848, 0.10505440086126328, -0.0053794002160429955, 0.05006284639239311, -0.002743360586464405, -0.2347809225320816, -0.1510477066040039, -0.2501892149448395, -0.030118541792035103, 0.1076786145567894, 0.24389375746250153, 0.5532463788986206, 0.23676984012126923, 0.2397322654724121, 0.2160044014453888, -0.10510175675153732, 0.08261632174253464, 0.09070658683776855, 0.1394585818052292, 0.13547448813915253, -0.021154243499040604, 0.28046274185180664, 0.24655109643936157, -0.01039370521903038, 0.3305126130580902, 0.03387388214468956, 0.26126664876937866, 0.2994958162307739, -0.15521346032619476, 0.2696365416049957, 0.0032226527109742165, 0.03681600093841553, 0.19267228245735168, -0.41299718618392944, 0.08811184018850327, 0.10317547619342804, -0.06725624203681946, 0.18113449215888977, -0.10381260514259338, -0.18081903457641602, -0.04867994785308838, -0.2418868988752365, -0.23276975750923157, -0.21680958569049835, 0.07460848242044449, 0.15651313960552216, -0.2610955834388733, -0.09263698756694794, -0.2052144855260849, -0.4898976981639862, -0.3312228322029114, -0.07649020850658417, -0.1584862321615219, -0.29021701216697693, -0.0504603274166584, -0.059464652091264725, -0.011214444413781166, -0.2159491926431656, -0.3751485049724579, 0.07512662559747696, 0.4083356261253357, 0.5535459518432617, 0.2988254427909851, -0.002956046024337411, 0.2684381604194641, 0.28046751022338867, -0.023458201438188553, -0.014923703856766224, 0.09179338067770004, 0.17573994398117065, 0.05984806641936302, 0.05244068428874016, 0.31258222460746765, 0.2960260212421417, 0.04928801208734512, 0.1760539561510086, 0.4278295636177063, 0.3963463604450226, 0.15487141907215118, 0.338237464427948, 0.4679144322872162, 0.25622230768203735, 0.14612780511379242, 0.1058732271194458, -0.27028197050094604, -0.1360022872686386, 0.3806101083755493, 0.13708357512950897, -0.09160995483398438, 0.1300281137228012, -0.08996008336544037, -0.17544403672218323, -0.1553346961736679, -0.2467523068189621, 0.056922562420368195, 0.2948973774909973, 0.1638360619544983, -0.2937755584716797, 0.04768366366624832, 0.394103080034256, 0.010243445634841919, -0.23963630199432373, -0.065252386033535, 0.24813805520534515, -0.09122049808502197, -0.13732656836509705, 0.09195917844772339, 0.029434697702527046, 0.5683913230895996, 1.0775004625320435, -0.6004937887191772, -1.2363868951797485, 1.5807414054870605, 0.9558977484703064, -1.2716641426086426, 0.21406467258930206, 0.985293447971344, 0.1201637014746666, 0.47376886010169983, 0.09473252296447754, -0.14868393540382385, -0.44005298614501953, -0.2901812195777893, 0.5197973847389221, -1.1306519508361816, -0.35166752338409424, 1.120200276374817, -0.003199257655069232, 0.5659912824630737, 0.613279402256012, -0.6838263869285583, 0.1942298263311386, -0.11405643820762634, -0.19481045007705688, -0.165426567196846, 0.06537050753831863, 0.38068386912345886, 0.0030351770110428333, 0.3803716003894806, 0.7941012382507324, -0.2461966574192047, 0.060910969972610474, 0.3064335286617279, -0.61854487657547, -0.30209115147590637, 0.06986519694328308, -0.4400842785835266, -0.24171938002109528, 0.2848113477230072, 0.34010985493659973, -0.2848898470401764, -0.0018558999290689826, 0.2529859244823456, -0.20545890927314758, -0.3732025921344757, -0.6003664135932922, -0.8066074848175049, -0.11835417151451111, 0.09765607863664627, -0.7531515955924988, -0.6468536257743835, -0.08515927195549011, 0.3605059087276459, 0.4350621998310089, 0.3171633780002594, -0.4973807632923126, -0.8026657700538635, 0.39116328954696655, -0.1429213285446167, -0.25553491711616516, 0.2832346558570862, -0.12848249077796936, 0.13959787786006927, 0.4557235836982727, 0.4273802936077118, 0.42274221777915955, 0.4609522521495819, 0.4300254285335541, 0.18933327496051788, 0.37964728474617004, 0.7836035490036011, 0.5551243424415588, 0.3063293993473053, 0.6820210218429565, 0.6901066899299622, 0.39562171697616577, 0.17592893540859222, -0.13273482024669647, -0.19611328840255737, 0.09948258101940155, -0.18535004556179047, -0.4403649568557739, -0.19747063517570496, -0.010507801547646523, -0.12319757044315338, -0.47158968448638916, -0.4480143189430237, -0.5963908433914185, -0.6869812607765198, -0.24624985456466675, -0.1446828842163086, -0.36813321709632874, -0.2553294599056244, -0.44342169165611267, -0.4461931884288788, -0.2934589684009552, 0.020042292773723602, 0.1169375330209732, -0.19809141755104065, 0.028204668313264847, 0.1100999265909195, -0.016582436859607697, 0.24380899965763092, 0.4235229194164276, 0.27636539936065674, 0.29772934317588806, 0.5758562684059143, 0.4797225594520569, 0.06119660660624504, -0.0026832681614905596, 0.4444846212863922, 0.5115676522254944, 0.2222568392753601, 0.26112860441207886, 0.42908501625061035, 0.39408910274505615, 0.3732357919216156, 0.3367520868778229, 0.22354695200920105, 0.020905770361423492, 0.06843546032905579, 0.08907537907361984, -0.0874650850892067, 0.11080795526504517, 0.23579911887645721, -0.2010602355003357, -0.49096474051475525, -0.06359340995550156, 0.25398510694503784, 0.2535446584224701, -0.22236524522304535, -0.4391794204711914, -0.23013925552368164, -0.2927870452404022, -0.5291271805763245, -0.7126325964927673, -0.29263755679130554, -0.18471002578735352, -0.3518999218940735, -0.10345581918954849, -0.019912507385015488, -0.39828169345855713, -0.13804185390472412, -0.038741957396268845, -0.627383828163147, -0.520061731338501, -0.35267511010169983, -0.45795321464538574, -0.2932291328907013, 0.2516338527202606, 0.40418490767478943, 0.056872520595788956, -0.27342069149017334, -0.057103969156742096, 0.14707842469215393, -0.11036716401576996, -0.4393770694732666, -0.580666720867157, -0.26074519753456116, 0.02707378752529621, 0.04914217069745064, 0.11248602718114853, 0.06876400113105774, 0.1592123657464981, 0.2726413309574127, 0.09830954670906067, -0.0625016838312149, -0.23560449481010437, -0.21968691051006317, -0.028629790991544724, -0.040391113609075546, -0.040489550679922104, 0.024123331531882286, 0.01870552822947502, 0.00786341167986393, -0.08432000130414963, -0.08355042338371277, -0.047491658478975296, -0.1781769096851349, -0.48802754282951355, -0.46676769852638245, -0.30098170042037964, -0.2463461309671402, -0.05141368880867958, -0.2879287302494049, -0.2759293019771576, 0.40186452865600586, 0.23048098385334015, -0.06411819159984589, 0.014932633377611637, -0.2381180077791214, -0.0008226491627283394, -0.025161033496260643, -0.10003171116113663, -0.04643326252698898, -0.02829037979245186, 0.07361334562301636, 0.18049566447734833, -0.03408484160900116, 0.047570791095495224, 0.3022814393043518, 0.09185776859521866, -0.03339748457074165, 0.16935694217681885, -0.0016282079741358757, -0.08113916218280792, 0.09865263849496841, 0.2712070345878601, 0.3167300224304199, -0.032408084720373154, -0.0941535159945488, 0.22428593039512634, -0.01808736100792885, -0.15600723028182983, -0.10131313651800156, 0.17685115337371826, 0.32316526770591736, 0.016809241846203804, -0.05909815803170204, 0.09437955915927887, -0.10623776912689209, -0.09847086668014526, -0.059402089565992355, -0.0703158974647522, 0.12234602868556976, -0.08060996234416962, -0.2797825336456299, 0.037318259477615356, 0.21053379774093628, 0.11632528901100159, -0.2658512592315674, -0.628005862236023, -0.19909366965293884, -0.08668167144060135, -0.3428439199924469, -0.09371765702962875, 0.005630652420222759, 0.13958701491355896, 0.1588219553232193, 0.2030642032623291, 0.2485572248697281, 0.0765736848115921, 0.2036087065935135, 0.09536796063184738, -0.08365491777658463, 0.07027150690555573, 0.09990999847650528, 0.41283467411994934, 0.1381484568119049, -0.2454729527235031, 0.15375947952270508, 0.22942204773426056, 0.31233665347099304, 0.19333426654338837, 0.03080887347459793, 0.4126714766025543, 0.3063240647315979, 0.09873603284358978, -0.47251570224761963, -0.123674176633358, 0.7000682353973389, 0.6298301815986633, 0.06856055557727814, 0.09573663771152496, 0.1580784022808075, 0.2688900828361511, 0.04043543338775635, -0.4185727536678314, -0.35708901286125183, 0.16119593381881714, -0.03741369768977165, -0.20454388856887817, -0.06552746146917343, 0.09095145761966705, 0.2048444002866745, 0.15230147540569305, -0.12928900122642517, -0.2557869255542755, -0.11251217871904373, -0.04454174265265465, -0.06624627113342285, 0.07719651609659195, 0.13437877595424652, -0.322342187166214, -0.25943809747695923, 0.0974370613694191, -0.12039704620838165, -0.2952651381492615, -0.06486134231090546, -0.007678175810724497, -0.43527939915657043, -0.11906657367944717, 0.07688301056623459, -0.2826310098171234, -1.4805704355239868, -4.216248035430908, -1.6207159757614136, 3.5145275592803955, 2.3273611068725586, -0.9997928142547607, -0.05339055135846138, 1.9391663074493408, 1.0106083154678345, -1.1412839889526367, -2.8047690391540527, -2.697956085205078, 0.14915798604488373, 2.0727248191833496, 1.3275082111358643, 0.2535800039768219, 1.6759347915649414, 3.4221138954162598, 2.1384427547454834, -0.6249406933784485, -0.8326184153556824, 0.09243205189704895, -0.2782328724861145, 0.6101381182670593, 2.0838890075683594, 1.1894400119781494, -0.11403859406709671, 0.16457927227020264, 0.5498930215835571, 0.7647653222084045, -0.723009467124939, -1.9425127506256104, -2.4625208377838135, -3.271822929382324, -1.7514653205871582, -0.5334486961364746, -1.613958477973938, -1.1945503950119019, 0.5715851783752441, 0.7970584630966187, 0.024162592366337776, -0.5030115246772766, -1.074639916419983, -0.7308256030082703, -0.003052380634471774, 0.001404098467901349, -1.3105336427688599, -1.5582542419433594, -0.1839858889579773, 1.1799540519714355, 1.2530853748321533, 0.44192856550216675, 0.28713342547416687, 0.29102054238319397, 0.48319491744041443, 0.9642196893692017, 1.2140276432037354, 1.1866884231567383, 1.3048242330551147, 0.8025426268577576, 0.7122040390968323, 0.42182403802871704, 0.33296146988868713, 0.693842887878418, -0.09380034357309341, 0.10167345404624939, 0.6913772225379944, 0.34593215584754944, 0.38805821537971497, -0.38598525524139404, -0.8495597839355469, 0.24226601421833038, -0.33299335837364197, -1.401987075805664, -0.6538007855415344, -0.1810695379972458, -0.395257830619812, -0.8410149812698364, -1.130035161972046, -0.8412482142448425, -0.039786506444215775, 0.005945413373410702, -0.6402037739753723, -1.2272615432739258, -1.069632649421692, -0.4905400574207306, -0.9990155100822449, -1.3065271377563477, -0.33506491780281067, 0.48513907194137573, 0.38102635741233826, 0.6382904052734375, 0.869526207447052, 0.5329142808914185, 0.2653622031211853, 0.4717702269554138, 0.4413456320762634, 0.1162041574716568, 0.11388308554887772, 0.43948936462402344, 0.7182404398918152, 0.3364904224872589, 0.037567317485809326, 0.057095274329185486, -0.12270917743444443, -0.12178543955087662, -0.1832834631204605, 0.1291133016347885, 0.051112547516822815, 0.3217984437942505, 0.8355005979537964, 0.9176474809646606, 0.5914536118507385, 0.2791864573955536, -0.3335772752761841, -0.5867155194282532, -0.4694371223449707, -0.16518045961856842, 0.0926670953631401, 0.5071485042572021, 0.53864586353302, 0.0038762930780649185, -0.33005955815315247, -0.6029319763183594, -0.8477320671081543, 0.13719762861728668, 0.4569692611694336, -0.7331702709197998, -0.20336490869522095, 0.8694896101951599, 0.15381480753421783, -1.114356517791748, -1.1185587644577026, -0.20383557677268982, -0.7620847821235657, -1.7273366451263428, -0.7442879676818848, -0.04395359009504318, 0.3985392153263092, 1.4168140888214111, 0.966719388961792, 0.2990102171897888, 0.6352382302284241, 0.4535599648952484, 0.17386630177497864, -0.15136033296585083, 0.2659547030925751, 0.3839118182659149, 0.3556468188762665, 1.1422966718673706, 0.6325802803039551, -0.1206294447183609, 0.6868460774421692, 0.1959175020456314, -0.30356040596961975, -0.021485647186636925, 0.024230055510997772, 0.2675030529499054, 0.32787540555000305, 0.3184802532196045, 0.33091992139816284, 0.7021433711051941, 1.035133719444275, 0.48116838932037354, -0.3631405234336853, -0.5668091177940369, -0.5034687519073486, -0.7443476915359497, -0.5949968099594116, -0.5064893364906311, 0.16022942960262299, 0.6716219186782837, 0.19885441660881042, 0.3067862391471863, 0.1528974026441574, -0.05640373006463051, -0.014651094563305378, -0.20070208609104156, -0.5944622159004211, -0.665411651134491, -0.5862866640090942, -0.4809025824069977, 0.13393820822238922, 0.5381778478622437, 0.24161271750926971, -0.1839560568332672, -0.4104289412498474, -0.0054072365164756775, 0.3002746105194092, -0.06112505868077278, -0.1555420160293579, 0.48845428228378296, 0.3013657331466675, 0.1520392894744873, 0.8392030596733093, 0.8462753295898438, 0.680677592754364, 1.0773298740386963, 0.698729395866394, -0.10661513358354568, -0.3562823534011841, -0.20231720805168152, 0.2541215419769287, 0.5893530249595642, 0.9389727711677551, 0.755147397518158, 0.5303245186805725, 1.350915551185608, 1.4580329656600952, -0.09816677123308182, -0.8766070604324341, -0.03886513411998749, 0.34529489278793335, -0.03508741781115532, 0.17213928699493408, -0.320398211479187, -1.1973878145217896, -0.6131061315536499, -0.19398683309555054, -0.851381242275238, -0.72090744972229, -1.0904698371887207, -1.2663946151733398, -0.48483386635780334, -0.04756256192922592, -0.37310874462127686, -0.041433852165937424, -0.16883014142513275, -0.4653966426849365, -0.9170433878898621, -0.7026805281639099, -0.47784021496772766, -0.9511949419975281, -0.9270142912864685, -0.10506096482276917, 0.3899224102497101, 0.3554743826389313, 0.3371264636516571, 0.38878133893013, 0.4210536777973175, 0.7090637683868408, 1.045641541481018, 0.8076406121253967, 0.31019312143325806, 0.3390350341796875, 0.606549859046936, 0.7632094621658325, 0.45313310623168945, 0.31403881311416626, 0.30756905674934387, 0.14708077907562256, 0.40726786851882935, 0.7605447769165039, 0.6543501019477844, 0.23538129031658173, 0.3959941267967224, -0.28649449348449707, -0.2498806118965149, 0.22257989645004272, 0.09481871873140335, -0.19384826719760895, -0.4905717670917511, -0.3424305319786072, 0.008222867734730244, -0.3315392732620239, -0.4904189705848694, -0.27323588728904724, -0.7211157083511353, -0.8430289030075073, -0.7379826903343201, -0.5287802815437317, -0.6303992867469788, -0.9620436429977417, -0.5110926628112793, -0.10060027986764908, -0.15095166862010956, -0.09676670283079147, 0.19969919323921204, 0.022692691534757614, -0.4603281617164612, -0.6990551352500916, -0.4621095359325409, -0.11601626873016357, -0.2481726109981537, -0.18939875066280365, 0.22562851011753082, 0.4100995361804962, 0.12633509933948517, 0.020103128626942635, 0.6894951462745667, 0.4489854872226715, 0.28582510352134705, 0.4472724199295044, -0.029939141124486923, -0.3243623375892639, -0.3421824276447296, 0.537036120891571, 1.1147593259811401, 0.11430151015520096, 0.116917185485363, 0.7948574423789978, 0.5038514137268066, -0.020040452480316162, -0.10032188147306442, -0.2695792317390442, 0.09352501481771469, -0.12388694286346436, -0.41272038221359253, -0.0460052490234375, 0.3308480679988861, 0.7883303761482239, 0.4372444152832031, -0.21407093107700348, -0.22720597684383392, -0.47602978348731995, -0.4672875702381134, -0.3229590356349945, -0.6995305418968201, -0.6677061319351196, -0.2546686828136444, -0.2287469357252121, -0.25898250937461853, -0.40900832414627075, -0.355607271194458, 0.2836258113384247, 0.12014400213956833, -0.27323585748672485, -0.2748952805995941, -0.18354617059230804, -0.12517374753952026, -0.4255105257034302, -0.5323762893676758, -0.3864220678806305, -0.4372890889644623, -0.5844035148620605, -0.29085469245910645, 0.17687636613845825, 0.10703600943088531, -0.08747690171003342, 0.12947359681129456, 0.28155797719955444, -0.006726580206304789, 0.06146083027124405, 0.40720245242118835, 0.25907501578330994, 0.14561951160430908, 0.1908637285232544, 0.18509633839130402, 0.023482346907258034, 0.14446988701820374, 0.4337594211101532, 0.21320922672748566, -0.07073397934436798, 0.06807651370763779, 0.10080811381340027, 0.49484190344810486, 0.6060985922813416, 0.01564425230026245, -0.042292602360248566, 0.08421364426612854, -0.10667169094085693, 0.08104883134365082, 0.09779389202594757, -0.2827991843223572, -0.22443822026252747, 0.16723847389221191, 0.15771113336086273, -0.09843499958515167, -0.44813230633735657, -0.4417799413204193, -0.30360743403434753, -0.36626219749450684, -0.3305080533027649, -0.13087818026542664, -0.020930495113134384, 0.2103646993637085, 0.13145357370376587, 0.10698173195123672, 0.30310824513435364, 0.015363381244242191, -0.0901467353105545, 0.11365588754415512, 0.17576362192630768, 0.3099881112575531, 0.017888417467474937, -0.33628323674201965, -0.08868172764778137, 0.3877624571323395, 0.011502292938530445, -0.09499486535787582, 0.3479144275188446, 0.37810489535331726, 0.2475268542766571, 0.05346235632896423, 0.25626182556152344, 0.17929145693778992, 0.4148833453655243, 0.6509233117103577, 0.2596948444843292, -0.1584734171628952, -0.3448830842971802, -0.2616676986217499, 0.004587378352880478, -0.036999572068452835, -0.636141300201416, -0.572433590888977, -0.2953987121582031, -0.1913800835609436, 0.31494879722595215, -0.18939585983753204, -0.4729621410369873, 0.1074131578207016, 0.31919458508491516, -0.30394548177719116, -0.3735159933567047, -0.8575448989868164, -0.8279827833175659, 0.09261800348758698, 0.1953027844429016, 0.5182771682739258, 0.4969787895679474, 0.18915081024169922, 0.1577220857143402, -0.10347407311201096, 0.02438177727162838, -0.33353391289711, -0.5063060522079468, -0.10690196603536606, 0.34976691007614136, 0.8227750062942505, 0.39301595091819763, 0.10763730108737946, 0.16749371588230133, 0.2456427961587906, 0.4734610617160797, 0.2543599605560303, -0.7432407736778259, -0.3652685582637787, 1.0572986602783203, 0.6440964937210083, 0.1743410974740982, -0.09632992744445801, -0.08572655916213989, 0.3818724453449249, 0.10045143961906433, -0.04097384959459305, -0.4406644403934479, -0.8843741416931152, -0.9038949012756348, -0.6099876165390015, -0.27340519428253174, -0.6009253263473511, -0.7125020623207092, -0.46655914187431335, -0.24325476586818695, 0.30554771423339844, 0.22856241464614868, -0.41032326221466064, -0.3033755421638489, 0.5317465662956238, 0.478444367647171, -0.6421111226081848, -1.0404980182647705, -0.4511911869049072, 0.6698906421661377, 0.8500967621803284, 0.06293994933366776, -0.1684814840555191, -0.09379944205284119, -0.005057573784142733, 0.329546183347702, 0.3686046600341797, 0.34552180767059326, 0.40548157691955566, 0.6638305187225342, 0.69095379114151, 0.31590700149536133, 0.24076032638549805, 0.3421911299228668, 0.5323915481567383, 0.3725772202014923, 0.7237380146980286, 0.7419811487197876, 0.5243586301803589, 0.046128783375024796, 0.009948192164301872, 0.00546305300667882, -0.04454673081636429, -0.2724778354167938, -0.1451348215341568, 0.11711902171373367, -0.10848218202590942, -0.15868057310581207, -0.32262304425239563, -0.2829170823097229, -0.27774152159690857, -0.30223914980888367, -0.548761248588562, -0.4617771804332733, -0.08456149697303772, -0.2888409495353699, -0.1785115748643875, -0.24527913331985474, -0.32838112115859985, -0.28724804520606995, -0.7342629432678223, -0.6958374381065369, 0.0269745085388422, 0.0018870735075324774, -0.2794235348701477, -0.2512208819389343, -0.11873839795589447, 0.061655428260564804, 0.2207053303718567, 0.5483412742614746, -0.09629954397678375, -0.2905103862285614, 0.1515192687511444, 0.1130644753575325, -0.13253143429756165, -0.10199489444494247, 0.3392961919307709, 0.2905484437942505, -0.07724713534116745, 0.04136863723397255, 0.06508183479309082, -0.08606002479791641, -0.3160180151462555, -0.2343963086605072, -0.08638793975114822, 0.03148435056209564, 0.1336401104927063, -0.07216185331344604, 0.2346871942281723, 0.3647712767124176, -0.17164528369903564, -0.33423513174057007, -0.12417884171009064, -0.33769160509109497, -0.4723796546459198, -0.3123960494995117, 0.15702705085277557, 0.19062426686286926, -0.30257198214530945, -0.5126007795333862, -0.48286908864974976, 0.01739455573260784, 0.0759696513414383, -0.3902689814567566, -0.797257125377655, -0.39197853207588196, 0.3532317876815796, 0.2064560502767563, -0.1851160079240799, -0.11341608315706253, -0.012431065551936626, 0.14155952632427216, 0.5441479086875916, 0.11925322562456131, -0.2007024735212326, 0.35624608397483826, 0.7920451164245605, 0.5234342217445374, 0.3201643228530884, 0.01803041622042656, -0.11129668354988098, 0.10818123817443848, 0.49430131912231445, 0.46834635734558105, -0.11728976666927338, -0.023944001644849777, 0.30695852637290955, 0.03311183303594589, -0.229356586933136, -0.41554951667785645, -0.3883036971092224, -0.05173271894454956, 0.4762513339519501, 0.6924436688423157, 0.1450003981590271, -0.13289876282215118, 0.1297985315322876, 0.3245919942855835, 0.15285910665988922, -0.2528136670589447, -0.12897230684757233, -0.09983951598405838, 0.10023146867752075, 0.43568068742752075, 0.36861276626586914, 0.12538103759288788, -0.06826212257146835, 0.3216228783130646, 0.6079036593437195, 0.2112291306257248, 0.1414313018321991, 0.6072415113449097, 0.6710760593414307, 0.3919292092323303, -0.25945037603378296, -0.3878045082092285, -0.02311653643846512, 0.20859375596046448, 0.41452646255493164, 0.6264745593070984, 0.5392745733261108, -0.19542549550533295, -0.8094597458839417, -0.16523313522338867, 0.5109054446220398, 0.3167411983013153, -0.14478562772274017, -0.17338845133781433, -0.1257837861776352, 0.12340450286865234, 0.17106351256370544, -0.2502228915691376, -0.32041555643081665, -0.44537273049354553, -0.4936099350452423, 0.35562822222709656, 0.832278311252594, 0.6537532210350037, 0.24242186546325684, 0.3329635560512543, 0.12377411127090454, -0.16725829243659973, -0.16812002658843994, -0.47302383184432983, -0.16745814681053162, 0.07757595181465149, 0.1353439837694168, 0.08062291145324707, -0.5333272218704224, -0.369331955909729, -0.14278674125671387, 0.4049692451953888, 0.6845043301582336, 0.018918199464678764, -0.08116186410188675, 0.5823902487754822, 0.9642044305801392, 0.46931561827659607, -0.005544958636164665, -0.15911059081554413, -0.09388154000043869, -0.04149461165070534, -0.020373396575450897, -0.5365605354309082, -0.5411492586135864, 0.05377291515469551, 0.047230109572410583, -0.5039419531822205, -0.2655370831489563, -0.01014601532369852, -0.27021411061286926, -0.14864298701286316, -0.0722154751420021, -0.403540700674057, -0.45762068033218384, -0.12097593396902084, 0.40493252873420715, 0.26117822527885437, 0.33372488617897034, 0.8577415943145752, 0.7429324388504028, 0.5215839743614197, 0.44352367520332336, 0.32375866174697876, 0.17968235909938812, 0.14972035586833954, 0.2743125855922699, 0.03943600133061409, -0.06010394170880318, 0.44002237915992737, 0.2264755368232727, 0.02383454330265522, -0.18391729891300201, -0.4448596239089966, -0.2793642580509186, 0.17206357419490814, 0.30940380692481995, 0.11005447059869766, -0.39831799268722534, -0.559608519077301, -0.08983197063207626, -0.14797106385231018, -0.4726284146308899, -0.2605210840702057, 0.11801803112030029, 0.5641065239906311, 0.24896180629730225, 0.1321660876274109, -0.5518317222595215, -0.3267366886138916, 0.15803484618663788, -0.8549825549125671, -1.5516608953475952, -0.1114463210105896, 0.651680588722229, -0.03449086844921112, -0.07876283675432205, -0.6690729856491089, -0.22934406995773315, 0.8417107462882996, 0.7271228432655334, -0.169952392578125, -0.03234028071165085, 1.0447406768798828, 0.9864099621772766, 0.33495116233825684, -0.1065702885389328, -0.5360463857650757, -0.14229406416416168, 0.5842433571815491, 0.5645068883895874, -0.04634464159607887, -0.17694547772407532, -0.022530660033226013, 0.1645575612783432, -0.10851476341485977, -0.4226623475551605, -0.24477000534534454, -0.027953028678894043, -0.23175892233848572, -0.3730640709400177, -0.04504111781716347, 0.08034554868936539, -0.09467820078134537, 0.2171490639448166, 0.26186832785606384, -0.1740194857120514, -0.5801228284835815, -0.7460508942604065, -0.6434556245803833, -0.39893534779548645, -0.11879166215658188, -0.35105231404304504, -0.3865979313850403, 0.06388147920370102, 0.5239671468734741, 0.7157557606697083, 0.6363412737846375, 0.13097934424877167, -0.3913414776325226, -0.2795845866203308, 0.04042370244860649, 0.00881805270910263, 0.09795482456684113, 0.12570996582508087, 0.15680009126663208, 0.04232954978942871, -0.39666610956192017, -0.12538743019104004, -0.46006473898887634, -0.5651803016662598, 0.2683253884315491, 0.29728883504867554, -0.6744778156280518, -0.6877850890159607, 0.4749796390533447, 0.007130584679543972, -0.4223075211048126, -0.3786787688732147, -0.4587419629096985, 0.22923091053962708, 0.6443405151367188, -0.037683602422475815, -0.056288011372089386, 0.4952259361743927, 0.6287686228752136, 0.4387662708759308, 0.37200871109962463, 0.18541480600833893, -0.1705053597688675, 0.06310853362083435, 0.583184003829956, 0.32636359333992004, -0.010542552918195724, -0.1661706268787384, -0.17040784657001495, -0.30648958683013916, -0.36750566959381104, -0.39754194021224976, -0.3857302665710449, -0.4848152995109558, 2.822880560415797e-06, 0.2864258289337158, -0.14546099305152893, -0.39760246872901917, -0.4305509030818939, -0.2647124230861664, 0.07481074333190918, -0.184562087059021, -0.15933914482593536, -0.20060981810092926, -0.20755091309547424, -0.152826189994812, 0.16595196723937988, -0.10600701719522476, -0.26869314908981323, -0.15631996095180511, 0.23720335960388184, 0.4035012423992157, 0.061008524149656296, 0.024789975956082344, -0.006943475920706987, 0.14714188873767853, 0.33214694261550903, 0.11250564455986023, 0.3531555235385895, 0.47622039914131165, 0.06597092747688293, -0.4089883863925934, -0.5733527541160583, -0.014929555356502533, 0.09447361528873444, -0.2744821012020111, -0.21851487457752228, -0.07935779541730881, 0.05636328086256981, -0.08800844103097916, -0.4051233232021332, -0.2499883621931076, -0.06076379492878914, -0.028671227395534515, 0.029751718044281006, -0.0714140459895134, -0.09943386167287827, 0.2283536195755005, 0.23538030683994293, -0.00982335302978754, -0.18802906572818756, -0.20037277042865753, -0.17839966714382172, 0.08475424349308014, -0.08607327193021774, -0.3427785634994507, -0.3432721793651581, -0.3396930694580078, -0.3649123013019562, -0.18249626457691193, -0.3474952280521393, -0.4749828577041626, -0.1730264127254486, 0.15198050439357758, -0.15502691268920898, -0.49725109338760376, -0.36093616485595703, -0.5135765671730042, -0.23991592228412628, -0.03925849869847298, -0.02349983900785446, 0.2751098573207855, 0.29316335916519165, 0.18678125739097595, -0.03903714567422867, -0.05465669557452202, -0.12483622878789902, -0.24422095715999603, -0.10622932016849518, -0.23891106247901917, -0.22788044810295105, -0.010754866525530815, 0.1062258780002594, 0.23925846815109253, 0.13508568704128265, -0.19544024765491486, -0.012839452363550663, 0.04702737554907799, -0.007796626538038254, 0.26884815096855164, 0.19322293996810913, -0.04016340523958206, 0.036274783313274384, 0.14784500002861023, 0.4318998157978058, 0.37240052223205566, 0.21680933237075806, 0.03890049830079079, -0.019023817032575607, -0.12471858412027359, -0.4197985827922821, -0.3721713125705719, 0.18761271238327026, 0.13511916995048523, 0.20638902485370636, 0.20615120232105255, 0.17867106199264526, 0.4794577658176422, 0.31711331009864807, 0.0355328731238842, -0.10845863819122314, -0.12397697567939758, 0.08607745170593262, -0.16300007700920105, -0.5989847183227539, -0.21232420206069946, 0.2489512413740158, -0.06070936471223831, -0.08575498312711716, 0.15361444652080536, 0.05387856066226959, 0.020677225664258003, 0.08865832537412643, 0.07176405936479568, -0.07939194142818451, -0.13192525506019592, -0.10602609068155289, 0.21918238699436188, 0.22842158377170563, -0.20710472762584686, -0.24785155057907104, -0.048076167702674866, -0.016930904239416122, 0.05468497425317764, -0.09075640887022018, -0.3187059760093689, -0.04199080914258957, -0.13976947963237762, -0.31963521242141724, -0.2949872314929962, -0.3233366310596466, 0.04719026759266853, 0.09534237533807755, -0.16085319221019745, -0.1371217668056488, 0.04323562979698181, 0.021828897297382355, -0.10429023206233978, 0.27558404207229614, 0.38576561212539673, 0.19799812138080597, 0.28162217140197754, 0.3344230651855469, 0.48202526569366455, 0.5205711722373962, 0.4344937205314636, 0.1468200832605362, 0.26719000935554504, 0.2831859588623047, 0.08148740977048874, 0.08499190956354141, 0.05703674629330635, 0.21121536195278168, 0.23045389354228973, 0.1391032338142395, 0.12456852942705154, 0.23882892727851868, 0.18927359580993652, 0.1029047966003418, 0.0731755867600441, -0.17470020055770874, -0.40741971135139465, -0.5631000995635986, -0.4166947603225708, -0.20701317489147186, -0.4476849436759949, -0.3687400221824646, -0.15778936445713043, -0.40945401787757874, -0.5774540901184082, -0.6891893148422241, -0.6179980039596558, -0.5767920017242432, -0.4236569106578827, -0.36674225330352783, -0.2598114311695099, 0.11763294786214828, 0.014780320227146149, -0.46248987317085266, -0.5533264875411987, -0.2804514169692993, -0.30820992588996887, -0.21109390258789062, -0.2922920286655426, -0.014268433675169945, -0.008893010206520557, -0.12997731566429138, 0.001956799766048789, -0.0053895157761871815, 0.03900282829999924, 0.3028703033924103, 0.5365517139434814, 0.6057567596435547, 0.5280911326408386, 0.35419660806655884, 0.23135264217853546, 0.15068915486335754, 0.3707137703895569, 0.4951745867729187, 0.2851724624633789, 0.18689216673374176, 0.19526326656341553, 0.12241360545158386, 0.25370511412620544, 0.33459004759788513, 0.2425728440284729, 0.32949864864349365, 0.5503536462783813, 0.3536744713783264, -0.027439754456281662, -0.1785280853509903, -0.20455075800418854, -0.17961624264717102, 0.17257952690124512, 0.5384010672569275, -0.16762219369411469, -0.5491485595703125, -0.10841748863458633, 0.1557169258594513, -0.07211700826883316, -0.4931292235851288, -0.5338922739028931, -0.4392645061016083, -0.01836799830198288, 0.014048922806978226, -0.7405645251274109, -0.6115320324897766, -0.06539375334978104, -0.19451837241649628, -0.44387733936309814, -0.3018799424171448, -0.2967638373374939, -0.09351750463247299, -0.006276992615312338, 0.1787213683128357, 0.25370723009109497, 0.13171547651290894, -0.00225966889411211, 0.1499304473400116, 0.1785804182291031, -0.09603329002857208, -0.1698637455701828, 0.029919542372226715, 0.30854830145835876, 0.4581882059574127, 0.4306623041629791, 0.18523593246936798, 0.19666443765163422, 0.23569664359092712, 0.021063128486275673, -0.06741193681955338, -0.21488980948925018, 0.22281117737293243, 0.3403521180152893, 0.2842966914176941, 0.23819251358509064, 0.27012255787849426, 0.39127567410469055, 0.163270965218544, -0.0541396327316761, 0.11375746130943298, 0.013444732874631882, 0.1979602724313736, 0.4461813271045685, 0.13554032146930695, -0.08233164995908737, 0.21936294436454773, 0.0532137006521225, -0.07104769349098206, -0.10689065605401993, 0.11919280141592026, 0.29914310574531555, 0.17287896573543549, 0.06150870770215988, -0.1239643543958664, -0.24588792026042938, 0.0364014208316803, -0.2786380648612976, -0.5089483857154846, -0.3016284108161926, -0.39441630244255066, -0.7381684184074402, -0.13831287622451782, 0.4071149528026581, 0.28083154559135437, -0.29135847091674805, -0.14355559647083282, 0.304505854845047, -0.09994664043188095, -0.009520813822746277, 0.12528963387012482, 0.36733755469322205, 0.5029464364051819, 0.3899371027946472, -0.20319075882434845, 0.033321231603622437, 0.8275613188743591, 0.7423846125602722, 0.3843434751033783, 0.44671979546546936, 0.36689379811286926, 0.49444499611854553, 0.8695809841156006, 0.9889345169067383, 0.5420145392417908, 0.25227320194244385, 0.2555101811885834, 0.33277079463005066, 0.035561129450798035, -0.1202210783958435, -0.019684556871652603, -0.2181245982646942, -0.22890491783618927, -0.4357011318206787, -0.4389181137084961, -0.11479446291923523, 0.062369197607040405, 0.10354986786842346, -0.13147003948688507, -0.4433569014072418, -0.43199482560157776, -0.466543048620224, -0.4267425239086151, -0.42333075404167175, -0.7135999202728271, -0.669494092464447, -0.30027586221694946, -0.3860345184803009, -0.6102631092071533, -0.4179839491844177, -0.030268697068095207, 0.3006993532180786, 0.26774030923843384, 0.3498114347457886, 0.5054026246070862, 0.440510094165802, 0.6393405795097351, 0.9364718794822693, 0.8384896516799927, 0.5328373908996582, 0.26595908403396606, 0.4891031086444855, 0.8278061151504517, 0.8249486088752747, 0.329322874546051, -0.43080219626426697, -0.23891125619411469, 0.7852003574371338, 0.4115361273288727, -0.3777284622192383, 0.07390492409467697, 0.41201579570770264, 0.5351501107215881, 0.4648493826389313, 0.07398955523967743, -0.0673610121011734, 0.3150877356529236, 0.5377594232559204, 0.30366411805152893, 0.0054834941402077675, -0.26701903343200684, -0.4154275953769684, -0.03277904540300369, 0.2836301922798157, 0.1997346431016922, 0.06762503832578659, -0.2218766063451767, 0.2534025013446808, 0.5947144031524658, 0.3938297629356384, -0.17386870086193085, -0.16329467296600342, -0.05285068601369858, 0.01779058761894703, 0.09025251120328903, -0.068907231092453, -0.324553906917572, -0.3002679646015167, -0.228098064661026, -0.23842059075832367, -0.30848512053489685, -0.6222531199455261, -0.6962035894393921, -0.4660521149635315, -0.36814379692077637, -0.30695003271102905, -0.3975668251514435, -0.5094729661941528, -0.3203946352005005, 0.16388432681560516, 0.28605571389198303, 0.12204202264547348, -0.04762045666575432, 0.08807780593633652, -0.047716569155454636, 0.006737655960023403, 0.022552689537405968, -0.13764047622680664, 0.14146117866039276, 0.2335633933544159, 0.18605366349220276, 0.18082234263420105, 0.24066945910453796, 0.13052262365818024, -0.1780785322189331, -0.46645545959472656, -0.35576534271240234, -0.3742922842502594, -0.08994875848293304, -0.030608318746089935, -0.3780079185962677, -0.5004379153251648, -0.3330565094947815, -0.11642594635486603, -0.0074241128750145435, 0.004902953281998634, -0.28749045729637146, -0.28311315178871155, 0.1740410476922989, 0.2591879665851593, 0.11403365433216095, 0.2410857379436493, 0.4465237557888031, 0.2970874607563019, 0.22875455021858215, 0.2729525566101074, 0.23432257771492004, 0.13522259891033173, 0.35626310110092163, 0.1998470425605774, 0.02447245456278324, 0.18755878508090973, 0.31727510690689087, 0.21438051760196686, 0.05638103559613228, -0.2515661418437958, -0.22043296694755554, -0.09113100916147232, -0.2821812033653259, -0.2614636719226837, -0.17909403145313263, -0.1764509081840515, -0.24186988174915314, -0.391026109457016, -0.48909643292427063, -0.5298328399658203, -0.4894579350948334, -0.4422034025192261, -0.5289701223373413, -0.5710527300834656, -0.1122480034828186, -0.019858108833432198, -0.03699227049946785, -0.5023115873336792, -0.45473867654800415, -0.16203364729881287, -0.1261005401611328, -0.02584141120314598, -0.24209946393966675, -0.2270810306072235, 0.061617787927389145, -0.2570522427558899, -0.2707907259464264, -0.04155510291457176, 0.001994517631828785, -0.15062446892261505, -0.24554984271526337, -0.18174465000629425, 0.28932103514671326, 0.38640865683555603, 0.044538650661706924, -0.4043079912662506, -0.3919084072113037, 0.06789971143007278, 0.06835473328828812, -0.09210070222616196, -0.061119019985198975, 0.22166985273361206, 0.31754305958747864, 0.08030928671360016, -0.04068160057067871, -0.1326797902584076, 0.25245198607444763, 0.33521395921707153, -0.1803540289402008, -0.5020766258239746, 0.10219786316156387, 0.2247079610824585, 0.08109140396118164, 0.1748048961162567, 0.07707696408033371, 0.21634146571159363, 0.39391598105430603, 0.21391981840133667, -0.08018973469734192, -0.08951788395643234, 0.05502153933048248, 0.20262578129768372, 0.020482277497649193, -0.15165242552757263, -0.05078599601984024, 0.009493648074567318, 0.17398378252983093, 0.07555076479911804, -0.29900553822517395, -0.5038192272186279, -0.4719872772693634, -0.2783021628856659, -0.1986829787492752, -0.6078210473060608, -0.486153781414032, -0.3970440924167633, -0.4579918682575226, -0.24105025827884674, -0.09884321689605713, -0.05224835127592087, -0.004049008712172508, -0.18228857219219208, 0.0315699465572834, 0.18828743696212769, -0.07857069373130798, -0.15407869219779968, -0.17748460173606873, -0.15857212245464325, -0.04205222800374031, 0.1660766303539276, 0.12729880213737488, -0.00598220806568861, -0.03754916042089462, 0.19363345205783844, -0.052461687475442886, -0.07281139492988586, 0.05925650894641876, 0.056523602455854416, -0.057063028216362, -0.050245605409145355, 0.2840811610221863, 0.3375435769557953, -0.06678084284067154, -0.04707871004939079, 0.09335889667272568, -0.1284085065126419, -0.35769519209861755, -0.33704981207847595, -0.29631295800209045, -0.3082389235496521, -0.3705042004585266, -0.056557636708021164, -0.06541429460048676, -0.23675675690174103, 0.05898361653089523, 0.08401623368263245, -0.1862197369337082, -0.17424383759498596, 0.1774522066116333, 0.1397932469844818, 0.0618521124124527, 0.038751404732465744, -0.0960841253399849, 0.1409391611814499, 0.3309860825538635, 0.07909966260194778, 0.13886159658432007, 0.20868811011314392, 0.29675954580307007, 0.5202040076255798, 0.31205999851226807, 0.19952347874641418, 0.4273953139781952, 0.5978556871414185, 0.4365035593509674, 0.11664684861898422, -0.11259948462247849, -0.30741944909095764, -0.3866679072380066, -0.3327478766441345, -0.16485929489135742, -0.22567234933376312, -0.277637243270874, -0.06715996563434601, 0.08679129183292389, 0.15629161894321442, 0.3970400393009186, 0.3374615013599396, 0.12218538671731949, 0.14033545553684235, 0.14166781306266785, 0.05367458239197731, 0.13776734471321106, -0.035123709589242935, -0.2575433850288391, -0.2537338435649872, 0.07434573769569397, -0.06944378465414047, -0.1815321445465088, 0.013716530054807663, -0.0635039210319519, -0.32572174072265625, -0.0012911503436043859, 0.1435016542673111, -0.1348075568675995, -0.17568622529506683, -0.011649654246866703, 0.11953563988208771, 0.19677582383155823, -0.0473300963640213, -0.43327513337135315, -0.23199687898159027, -0.07647433876991272, -0.4962927997112274, -0.40168869495391846, -0.3779832422733307, -0.36556172370910645, -0.25527092814445496, -0.22409236431121826, -0.09267402440309525, -0.08194644749164581, 0.04300236701965332, 0.25923576951026917, 0.19684642553329468, 0.22716642916202545, 0.30665919184684753, 0.4401766061782837, 0.32994982600212097, 0.12124773114919662, 0.09966275095939636, 0.17802341282367706, 0.1523228883743286, 0.21792149543762207, 0.03958682343363762, -0.08562014251947403, 0.10805312544107437, 0.31911247968673706, 0.3131864666938782, 0.19946497678756714, 0.25566697120666504, 0.25710973143577576, 0.1931048333644867, 0.188954696059227, 0.05384520813822746, -0.24088382720947266, -0.0850183516740799, 0.1889270395040512, 0.01778707653284073, -0.060253456234931946, -0.1410755068063736, -0.21588054299354553, -0.3176482617855072, -0.3674616813659668, -0.11058563739061356, 0.05922796204686165, -0.32522696256637573, -0.47401875257492065, -0.24216699600219727, -0.1305614709854126, -0.14030221104621887, -0.14940480887889862, -0.10981278121471405, 0.06393799185752869, 0.43828749656677246, 0.45644819736480713, 0.4916658103466034, 0.4044853746891022, 0.09121314436197281, 0.13969388604164124, 0.2725074887275696, 0.010845033451914787, -0.339260458946228, -0.4772918224334717, -0.1882607787847519, -0.11720933765172958, -0.33989572525024414, -0.31611812114715576, -0.28258609771728516, -0.14472760260105133, -0.007950300350785255, 0.027675237506628036, 0.10373231768608093, 0.17870306968688965, 0.21300257742404938, 0.14017391204833984, 0.15934987366199493, 0.09973125159740448, 0.10159596800804138, 0.24621523916721344, 0.5131682753562927, 0.49174174666404724, 0.37026432156562805, 0.38850340247154236, 0.2323855310678482, 0.16858096420764923, 0.3964243233203888, 0.48026221990585327, 0.23566856980323792, 0.040582697838544846, -0.01405076403170824, 0.08248600363731384, -0.06446977704763412, -0.05324990302324295, -0.06753445416688919, -0.07662154734134674, -0.14559674263000488, -0.05765629932284355, 0.08616992086172104, -0.008846304379403591, -0.1366702765226364, -0.18194641172885895, -0.21469801664352417, 0.07882024347782135, 0.11794988065958023, 0.07246065884828568, 0.14497503638267517, 0.058297161012887955, 0.10784179717302322, 0.2754182517528534, 0.21248096227645874, 0.03835001960396767, 0.08303360641002655, 0.2365938276052475, 0.07446011155843735, -0.0200955830514431, 0.11169999837875366, 0.02249148115515709, -0.1731567531824112, -0.1568102389574051, 0.07532710582017899, 0.26036423444747925, 0.061888642609119415, -0.12677358090877533, 0.003417372237890959, 0.03932284191250801, 0.047937870025634766, 0.0066896951757371426, -0.14936205744743347, -0.1467740833759308, 0.06943275034427643, 0.28514280915260315, 0.3060669004917145, 0.4142010509967804, 0.41161373257637024, -0.028802162036299706, 0.05878740921616554, 0.4613918662071228, 0.16373006999492645, 0.10615319013595581, 0.4983137547969818, 0.5091008543968201, 0.4252493381500244, 0.27292007207870483, 0.11454575508832932, -0.04275909811258316, -0.054461412131786346, 0.03885010629892349, -0.02559475414454937, -0.15291377902030945, -0.1527884602546692, -0.11750145256519318, 0.07963219285011292, 0.2529051601886749, 0.27682676911354065, 0.31032559275627136, 0.16922754049301147, 0.09528983384370804, 0.12130130082368851, -0.03144117444753647, -0.2009730041027069, -0.11222201585769653, -0.0008836674969643354, -0.059890471398830414, -0.042205195873975754, -0.09889812767505646, 0.07447276264429092, 0.1758444905281067, 0.20166833698749542, 0.2084580361843109, 0.0663381963968277, 0.014374191872775555, 0.08636119961738586, 0.033436521887779236, -0.0914691612124443, -0.1165008693933487, -0.10428130626678467, 0.011374998837709427, 0.035241883248090744, 0.1251731961965561, 0.22913123667240143, 0.4315118193626404, 0.5875682234764099, 0.6246679425239563, 0.7790054678916931, 0.49950674176216125, 0.43479207158088684, 0.6087199449539185, 0.39868780970573425, 0.12799012660980225, 0.02000409923493862, -0.004479547962546349, -0.08399079740047455, -0.01859251596033573, -0.11793696135282516, -0.39077645540237427, -0.508819580078125, -0.3731266260147095, -0.12920300662517548, -0.205355703830719, -0.41793394088745117, -0.2105482518672943, 0.11189886182546616, -0.023537078872323036, -0.183977872133255, -0.2493063360452652, -0.04993165284395218, 0.48916810750961304, 0.4173535704612732, -0.05694110691547394, -0.1658068597316742, 0.46393758058547974, 0.6751804947853088, 0.39769619703292847, -0.05707630515098572, -0.42592188715934753, -0.02489199861884117, 0.3032197952270508, 0.28256845474243164, 0.18118257820606232, -0.03571167215704918, 0.0027599732857197523, 0.27896779775619507, -0.03640851005911827, -0.31047528982162476, -0.31073102355003357, -0.24347026646137238, 0.010659323073923588, -0.004149334039539099, -0.2031429260969162, -0.2935018241405487, -0.14907865226268768, -0.041539452970027924, -0.16430139541625977, -0.04640084132552147, 0.03167516365647316, 0.13667111098766327, 0.17319557070732117, 0.07247279584407806, 0.032627515494823456, 0.09136676043272018, -0.12555590271949768, -0.2139083594083786, -0.5238173604011536, -0.43907734751701355, -0.005731039214879274, -0.06191049888730049, -0.45798662304878235, -0.5691587328910828, -0.30036020278930664, 0.18754062056541443, 0.23757973313331604, -0.14481346309185028, -0.19566191732883453, -0.28530219197273254, -0.20343899726867676, -0.1148686558008194, -0.34052783250808716, -0.6937077641487122, -0.4436347484588623, 0.053543299436569214, 0.010474452748894691, -0.14622744917869568, -0.473713755607605, -0.6369959712028503, -0.40385979413986206, 0.01553870365023613, -0.0271865576505661, -0.2852008640766144, -0.2813173830509186, -0.03885374218225479, 0.32507404685020447, 0.3564301133155823, 0.1679043471813202, 0.11822359263896942, 0.13490767776966095, 0.07827547192573547, 0.12062449753284454, -0.028613055124878883, -0.12089388072490692, -0.003933080937713385, -0.09140866249799728, 0.06498220562934875, -0.01975151337683201, 0.07748832553625107, 0.19393141567707062, -0.007988269440829754, 0.08084296435117722, 0.22986969351768494, 0.11618901789188385, 0.07539984583854675, 0.06889098882675171, 0.12060848623514175, 0.06674513965845108, -0.10887658596038818, -0.1942654550075531, -0.2877356708049774, -0.5308064818382263, -0.4130052328109741, -0.2451171725988388, -0.28833451867103577, -0.4104224443435669, -0.4496201276779175, -0.3125556707382202, -0.06312435865402222, -0.06551943719387054, -0.24783866107463837, -0.23494753241539001, -0.1373291313648224, 0.02683258429169655, -0.008494781330227852, 0.07020316272974014, 0.12335509806871414, 0.12950412929058075, 0.46301233768463135, 0.3604201674461365, -0.02803243137896061, -0.1946556270122528, -0.21444815397262573, -0.11087726056575775, -0.07708324491977692, -0.1512579619884491, -0.20400360226631165, -0.21983720362186432, -0.001969355856999755, 0.04452665522694588, -0.036643799394369125, 0.0006340310792438686, -0.11171209812164307, -0.057296089828014374, 0.05634845793247223, 0.12841244041919708, 0.19351837038993835, 0.25751450657844543, 0.28334975242614746, -0.09234031289815903, -0.3157120645046234, -0.14111725986003876, -0.1309800148010254, -0.20657652616500854, -0.15171118080615997, -0.327302485704422, -0.30404970049858093, -0.1892239898443222, -0.07517645508050919, -0.03766501322388649, -0.2276485413312912, -0.2661277949810028, -0.13387249410152435, -0.04678730666637421, -0.1861662119626999, -0.11021585017442703, 0.07910437881946564, -0.08840923011302948, -0.3716111481189728, -0.353336364030838, -0.22741460800170898, -0.20660501718521118, -0.33917227387428284, -0.3878842890262604, -0.1430971622467041, -0.1351221799850464, -0.04366182163357735, -0.03439391776919365, -0.13612239062786102, -0.022834867238998413, -0.02496791072189808, 0.0406753346323967, -0.02182125486433506, -0.23719319701194763, -0.1839349865913391, -0.08560734987258911, -0.1758984625339508, -0.13949596881866455, -0.04341939836740494, 0.04050685837864876, -0.0635652169585228, 0.04505842924118042, 0.11148753762245178, -0.0002713780850172043, -0.100116066634655, -0.05286942794919014, 0.06838430464267731, 0.05054502561688423, -0.05561323091387749, 0.01910383626818657, -0.0013306449400261045, -0.0015196987660601735, 0.05944458022713661, 0.0700162872672081, 0.13059335947036743, 0.1027522012591362, 0.0683760717511177, 0.13620610535144806, 0.08642588555812836, 0.1853414624929428, -0.013418218120932579, -0.05565941333770752, 0.07156398147344589, 0.1551428586244583, -0.11195734888315201, -0.17833472788333893, -0.05485619604587555, 0.027411021292209625, 0.030836155638098717, 0.06377782672643661, 0.12152211368083954, -0.11611083894968033, -0.1073174998164177, 0.04596584662795067, 0.039555564522743225, -0.1032281368970871, -0.19645772874355316, -0.19572165608406067, -0.09404736757278442, 0.0636308565735817, 0.05259817838668823, 0.04957335442304611, 0.09760978817939758, 0.06442373991012573, 0.14724420011043549, 0.26207074522972107, 0.03020969219505787, -0.11582263559103012, -0.03055962361395359, 0.022615183144807816, 0.11723348498344421, 0.13850685954093933, 0.11217062920331955, 0.16491703689098358, 0.1148003488779068, 0.13254304230213165, 0.18870337307453156, 0.21094432473182678, 0.2400997132062912, 0.00692337891086936, -0.042684972286224365, 0.19001740217208862, 0.4394865036010742, 0.3837207555770874, 0.13083606958389282, 0.12605923414230347, 0.2534347474575043, 0.12304764240980148, 0.19081680476665497, 0.17483384907245636, 0.0873502790927887, 0.1428622156381607, 0.05725321173667908, 0.003079636488109827, 0.0032790754921734333, -0.005748763680458069, 0.026272451505064964, 0.13200783729553223, 0.15706998109817505, 0.06629283726215363, 0.07715637236833572, 0.06686294823884964, -0.05352362245321274, -0.0946061760187149, -0.1811734288930893, -0.2315683215856552, -0.17451170086860657, -0.39083391427993774, -0.4108924865722656, -0.3715451955795288, -0.33658677339553833, -0.2597775161266327, -0.11880579590797424, -0.2522757649421692, -0.3927024304866791, -0.13365550339221954, -0.12781400978565216, -0.17608550190925598, -0.017432594671845436, -0.1641138792037964, -0.16072475910186768, 0.025523683056235313, -0.05972104147076607, -0.04234902188181877, -0.029439326375722885, -0.014469804242253304, -0.09862596541643143, -0.2588970959186554, -0.20727990567684174, -0.1265154331922531, -0.13915564119815826, -0.08225631713867188, 0.04275941103696823, 0.2409094125032425, 0.36906108260154724, 0.21203544735908508, 0.07866396009922028, 0.04347897320985794, 0.13924318552017212, 0.19223642349243164, 0.13926176726818085, 0.2768459916114807, 0.17396798729896545, 0.11337747424840927, 0.35531139373779297, 0.2047039419412613, 0.07254211604595184, 0.2566851079463959, 0.2880030870437622, 0.21606037020683289, 0.2367248833179474, 0.14564469456672668, 0.1612909436225891, 0.10763764381408691, 0.004210890736430883, -0.10289734601974487, -0.09632570296525955, -0.14166241884231567, -0.15350618958473206, 0.13712461292743683, 0.22686395049095154, 0.13400565087795258, 0.08716069161891937, 0.16115570068359375, 0.10356581956148148, 0.014827476814389229, 0.056896962225437164, -0.030310893431305885, 0.029287829995155334, 0.02443600818514824, -0.007952450774610043, 0.08406654000282288, 0.09373456984758377, 0.040272172540426254, -0.06281381100416183, -0.09172741323709488, 0.04834630712866783, -0.014642352238297462, 0.016138004139065742, -0.025425296276807785, 0.13238124549388885, 0.2361713945865631, 0.15887360274791718, 0.30211204290390015, 0.2385118156671524, -0.07504672557115555, -0.15092037618160248, -0.2057436853647232, -0.17911094427108765, -0.19571082293987274, -0.17802144587039948, -0.08421629667282104, -0.10091225057840347, -0.05895209312438965, -0.02392543852329254, 0.11374673247337341, 0.22094564139842987, 0.046906910836696625, 0.06604693830013275, 0.0810510516166687, -0.02216043882071972, 0.07318822294473648, 0.12266188114881516, -0.13417409360408783, -0.12829898297786713, 0.011584581807255745, -0.026423227041959763, 0.018366636708378792, 0.16481925547122955, 0.04371132701635361, -0.10013855248689651, 0.04063314199447632, 0.12394505739212036, 0.008712481707334518, -0.05007556825876236, -0.14065946638584137, -0.20864461362361908, -0.02240513451397419, 0.028221944347023964, 0.053438879549503326, -0.07070667296648026, -0.07496271282434464, 0.08153939247131348, 0.24090106785297394, 0.15092511475086212, -0.00037877116119489074, -0.010160029865801334, -0.041501276195049286, -0.0628340020775795, 0.09058482199907303, -0.0861874669790268, -0.28287023305892944, -0.031003130599856377, -0.007997456938028336, -0.07469723373651505, -0.04636312648653984, -0.046296410262584686, -0.14311370253562927, -0.08753284811973572, -0.05875794589519501, -0.03135867416858673, 0.028972651809453964, -0.026465678587555885, -0.04695621132850647, 0.0019666135776787996, 0.14974509179592133, 0.15007033944129944, -0.0889609307050705, -0.21954673528671265, -0.05508129298686981, 0.13656586408615112, 0.14743708074092865, 0.10861143469810486, 0.05152885615825653, -0.0685674175620079, 0.06343511492013931, 0.11016526073217392, 0.10361383110284805, 0.10169243067502975, -0.13726763427257538, -0.07628671079874039, 0.012899495661258698, -0.008496063761413097, 0.05719628930091858, 0.03682205080986023, 0.04958432540297508, 0.1894339770078659, 0.1841418296098709, 0.06440853327512741, 0.08781054615974426, 0.01953577622771263, -0.16321581602096558, -0.01856253296136856, 0.34763842821121216, 0.3076693117618561, 0.14295783638954163, 0.0937676653265953, -0.004628299735486507, 0.19876529276371002, 0.15047021210193634, -0.048919085413217545, -0.1486329287290573, -0.14142678678035736, 0.16581958532333374, 0.22036366164684296, 0.07049104571342468, 0.2048330307006836, 0.07682019472122192, -0.20640693604946136, 0.07980909198522568, 0.13648563623428345, -0.25418221950531006, -0.20407836139202118, 0.03265218064188957, 0.0036090752109885216, 0.15073654055595398, 0.06692637503147125, -0.29136282205581665, -0.21393299102783203, 0.01693495362997055, -0.017896803095936775, 0.1726493239402771, -0.08893561363220215, -0.3637568950653076, -0.15066905319690704, -0.15207765996456146, -0.1261672079563141, 0.023035407066345215, -0.11747566610574722, -0.21302616596221924, -0.04176773875951767, -0.066056028008461, -0.20522655546665192, -0.15975216031074524, -0.09954585880041122, -0.053668614476919174, -0.1647486686706543, -0.1165575459599495, 0.04867786914110184, 0.0625007376074791, 0.0640467032790184, 0.12385288625955582, 0.2009262889623642, 0.1530204713344574, 0.14162078499794006, 0.04556003212928772, 0.1190963014960289, 0.10534611344337463, 0.14329653978347778, 0.25515216588974, 0.3141614496707916, 0.21807554364204407, 0.21555288136005402, 0.29870644211769104, 0.2696152925491333, 0.0802522599697113, 0.11388920247554779, 0.1947888731956482, 0.343936949968338, 0.3390408456325531, 0.2315068393945694, 0.23825564980506897, 0.17741526663303375, 0.30262500047683716, 0.3045591115951538, 0.2089184671640396, 0.1269037276506424, 0.10749560594558716, 0.2061470001935959, 0.2206752449274063, 0.19747699797153473, 0.15671007335186005, 0.05394658073782921, 0.09152483940124512, 0.16992108523845673, 0.10272674262523651, 0.18812400102615356, 0.15081098675727844, 0.07869350165128708, -0.006946971174329519, -0.04011276736855507, -0.06766533851623535, 0.0238509364426136, 0.13036981225013733, 0.06594397127628326, -0.02846863493323326, 0.0185887161642313, 0.10706920176744461, 0.23500874638557434, 0.2624785304069519, 0.10444582253694534, 0.11947955936193466, 0.3429897129535675, 0.3446544110774994, 0.27983176708221436, 0.16232405602931976, 0.015962548553943634, -0.010342900641262531, 0.1140340194106102, 0.18790434300899506, 0.20205914974212646, 0.1999197155237198, 0.09193378686904907, 0.054476384073495865, 0.09426112473011017, -0.007856769487261772, 0.02278195507824421, 0.07359780371189117, -0.04521984979510307, 0.04865632578730583, 0.018049631267786026, -0.00434015691280365, -0.12659072875976562, -0.15856170654296875, -0.06520078331232071, -0.09817273914813995, -0.08185961842536926, -0.09682779014110565, -0.13375446200370789, -0.06222189590334892, -0.005096663720905781, 0.039685316383838654, -0.05835269019007683, -0.1280321478843689, -0.0707065537571907, -0.1917700171470642, -0.022866101935505867, -0.05971413850784302, -0.12327957898378372, -0.02848426066339016, -0.09045740216970444, -0.09609852731227875, -0.04269345849752426, -0.18802054226398468, -0.1937045156955719, -0.11896207928657532, -0.1672946661710739, -0.12152955681085587, 0.11225415021181107, 0.06770255416631699, 3.375183223397471e-05, 0.13662365078926086, 0.2415894865989685, 0.04044583439826965, -0.1693098247051239, -0.21967321634292603, -0.15157772600650787, 0.04798240587115288, 0.01918541081249714, 0.028685735538601875, -0.00526000652462244, -0.09278500080108643, 0.0040007722564041615, -0.08034028857946396, -0.16162210702896118, -0.03969885781407356, -0.09430277347564697, 0.03718345984816551, -0.03263409063220024, -0.2775559425354004, -0.38363218307495117, -0.12349239736795425, -0.04302385076880455, -0.14565598964691162, -0.15687930583953857, -0.248649001121521, -0.2958386540412903, -0.20603887736797333, -0.1987515389919281, -0.1105509027838707, -0.15046320855617523, -0.2997579276561737, -0.25242334604263306, -0.18301008641719818, -0.09514777362346649, -0.1906656175851822, -0.22713623940944672, -0.10800227522850037, -0.1653524488210678, -0.2734914720058441, -0.2905329167842865, -0.22187046706676483, -0.035933081060647964, 0.05831339955329895, 0.13062115013599396, -0.07363826781511307, -0.18759718537330627, -0.11766010522842407, 0.12377892434597015, 0.05996093899011612, 0.11806737631559372, 0.10260020941495895, 0.10536840558052063, 0.09961368143558502, 0.13097067177295685, 0.10694559663534164, 0.20959608256816864, 0.24073438346385956, 0.2156343013048172, 0.07509950548410416, 0.03971093147993088, 0.0036678994074463844, 0.15887008607387543, 0.16917133331298828, 0.1855134218931198, 0.2875325083732605, 0.05195697769522667, 0.0054292744025588036, 0.10032077133655548, -0.12695157527923584, -0.02669915370643139, 0.01695491559803486, 0.012322784401476383, -0.048134949058294296, -0.11227795481681824, -0.11813922971487045, 0.003707912750542164, -0.01804925687611103, -0.047364309430122375, -0.03369683399796486, -0.05265471711754799, -0.1479315161705017, -0.18616054952144623, -0.1700410693883896, -0.2051374912261963, -0.10999345034360886, -0.18212921917438507, -0.21680006384849548, -0.16795098781585693, -0.24212320148944855, -0.21419204771518707, -0.14861555397510529, -0.1801670342683792, -0.1256939023733139, -0.14817683398723602, -0.1769372671842575, -0.15302501618862152, -0.16584020853042603, -0.10033585876226425, -0.14753460884094238, -0.09224038571119308, -0.24084298312664032, -0.3188854157924652, -0.16206170618534088, -0.14029468595981598, -0.12692919373512268, -0.06747298687696457, -0.08911968767642975, -0.09434142708778381, -0.10943025350570679, -0.13283337652683258, -0.18040846288204193, -0.27869200706481934, -0.1722756177186966, -0.13051246106624603, -0.15843109786510468, -0.16954410076141357, -0.23482199013233185, -0.14340507984161377, -0.0927390605211258, -0.1375412493944168, -0.11125258356332779, -0.14723344147205353, -0.14145593345165253, -0.10094308853149414, -0.12992508709430695, -0.0866030603647232, -0.06945706903934479, -0.021364431828260422, -0.07084952294826508, -0.12819932401180267, -0.13224244117736816, -0.13510283827781677, -0.01302170380949974, -0.0387401208281517, -0.09028775244951248, -0.06186551973223686, -0.09698791056871414, -0.16304796934127808, -0.005907958373427391, -0.0328623428940773, -0.11691144853830338, -0.09662038087844849, -0.1533273607492447, -0.19135253131389618, -0.1413368135690689, -0.053431976586580276, -0.14775879681110382, -0.18501685559749603, -0.15064933896064758, -0.10102958232164383, -0.05765095725655556, -0.11470270901918411, -0.07860954105854034, -0.03287351876497269, -0.015821119770407677, 0.08781306445598602, 0.07048599421977997, -0.05023486912250519, -0.07953528314828873, -0.02433493547141552, 0.05360695719718933, 0.0740438848733902, -0.0716799721121788, -0.19598062336444855, -0.11882328242063522, 0.09066265821456909, 0.11668212711811066, 0.05586646497249603, -0.04082389175891876, 0.047106415033340454, 0.20769202709197998, 0.13542193174362183, -0.025292405858635902, 0.024737466126680374, 0.12352678179740906, 0.07121013104915619, -0.03644917532801628, -0.03313133865594864, 0.0036951161455363035, 0.06675798445940018, 0.14452843368053436, 0.2014501988887787, 0.21032297611236572, 0.12939223647117615, 0.0607079342007637, 0.13364531099796295, 0.19906018674373627, 0.15411022305488586, 0.05123194679617882, 0.08155975490808487, 0.17830361425876617, 0.07448719441890717, 0.16207854449748993, 0.2960750162601471, 0.19704626500606537, 0.2742413580417633, 0.3030610978603363, 0.21995066106319427, 0.2242802381515503, 0.11004269123077393, 0.1398344188928604, 0.14886832237243652, 0.13734669983386993, 0.14686034619808197, 0.21935227513313293, 0.15136592090129852, 0.10910610854625702, 0.15818116068840027, 0.24708716571331024, 0.08399562537670135, 0.06683546304702759, 0.09860704839229584, 0.043277643620967865, 0.13920673727989197, 0.11305943876504898, 0.12366364151239395, 0.1304231733083725, 0.09800611436367035, 0.15635092556476593, 0.13240712881088257, 0.06521058082580566, -0.020284302532672882, -0.023077553138136864, 0.05771753564476967, 0.03506525978446007, -0.08857473731040955, 0.042130351066589355, 0.09451617300510406, 0.07390551269054413, 0.024227013811469078, 0.13864244520664215, 0.19492383301258087, -0.005847540218383074, 0.03892157971858978, 0.05567356199026108, -0.06394458562135696, 0.09126244485378265, 0.1576409935951233, 0.08759501576423645, 0.04333924129605293, -0.04631118103861809, 0.0009472663514316082, 0.029954200610518456, 0.07150578498840332, 0.02164086513221264, -0.06203506141901016, -0.02115093544125557, 0.01046027708798647, 0.053116921335458755, 0.003608191153034568, -0.011956527829170227, -0.00036035574157722294, 0.011975950561463833, 0.011599586345255375, 0.046839773654937744, -0.0011551824864000082, -0.10179451107978821, -0.047404684126377106, -0.08245374262332916, -0.10804867744445801, -0.11759334057569504, -0.031038787215948105, -0.02222159132361412, -0.04589834436774254, -0.00892600417137146, -0.10528261959552765, -0.08207381516695023, -0.011915605515241623, -0.12722823023796082, -0.04211964085698128, -0.019026417285203934, -0.0052381474524736404, -0.0012129724491387606, -0.050982456654310226, 0.039317306131124496, 0.03287064656615257, -0.018928831443190575, -0.044079121202230453, 0.0018755031051114202, 0.07421711087226868, 0.0228250902146101, 0.05970391631126404, 0.026005012914538383, -0.04321824759244919, -0.006512633059173822, 0.011885206215083599, 0.03261877968907356, -0.0373418852686882, -0.027284085750579834, -0.004170044790953398, 0.06974907964468002, 0.031095176935195923, 0.06351854652166367, 0.10360746830701828, 0.04159396514296532, 0.10436195880174637, 0.07487569004297256, -0.03138577193021774, 0.03503892943263054, 0.010199658572673798, 0.05045521631836891, 0.0095346225425601, -0.18801440298557281, -0.165096253156662, -0.0667446106672287, -0.17371878027915955, -0.19186648726463318, -0.14936433732509613, -0.05372744798660278, -0.11735166609287262, -0.10860811173915863, -0.07465346157550812, -0.16308102011680603, -0.2080579698085785, -0.2037162333726883, -0.14956654608249664, -0.1335592418909073, -0.12069790810346603, -0.07022438943386078, -0.16905799508094788, -0.10579440742731094, 0.0148674501106143, 0.03250041976571083, 0.024213716387748718, -0.03127463907003403, -0.008795703761279583, 0.021321922540664673, 0.08189832419157028, 0.15349805355072021, 0.17710600793361664, 0.13567420840263367, 0.16488176584243774, 0.2286449521780014, 0.18344826996326447, 0.1822357326745987, 0.1973728984594345, 0.17781005799770355, 0.1731971949338913, 0.2450917810201645, 0.2432655245065689, 0.15304051339626312, 0.27571341395378113, 0.3811705708503723, 0.24698485434055328, 0.2085561752319336, 0.2745722532272339, 0.25386354327201843, 0.17491783201694489, 0.13975666463375092, 0.21620330214500427, 0.22171445190906525, 0.16990841925144196, 0.13316629827022552, 0.16672255098819733, 0.17924092710018158, 0.1585211306810379, 0.19547507166862488, 0.17560163140296936, 0.1230207160115242, 0.09232781082391739, 0.08609587699174881, 0.058777403086423874, 0.0331844836473465, 0.012246220372617245, 0.03543028607964516, 0.08808790892362595, 0.023784663528203964, 0.034067586064338684, -0.04929037764668465, -0.057650160044431686, 0.035566750913858414, -0.007986515760421753, 0.02963065169751644, 0.09383159130811691, 0.16558632254600525, 0.20772160589694977, 0.10730141401290894, 0.06523043662309647, 0.12597526609897614, 0.034690771251916885, 0.07759144902229309, 0.11406150460243225, 0.08300654590129852, 0.10742633044719696, 0.10174261033535004, 0.12564879655838013, -0.019732685759663582, -0.037932079285383224, -0.0404173769056797, 0.0012752291513606906, 0.09593786299228668, 0.03963116928935051, 0.02041064389050007, -0.048581648617982864, -0.06812074035406113, -0.025294141843914986, -0.07220349460840225, -0.07411652058362961, -0.0943545401096344, -0.09728232771158218, -0.05279379338026047, -0.06894548237323761, -0.020139291882514954, 0.02553057298064232, 0.011676816269755363, -0.03967534378170967, 0.007170248311012983, -0.06902680546045303, -0.08337948471307755, 0.02483164146542549, -0.13657405972480774, -0.1349945217370987, -0.04937806725502014, -0.054539311677217484, -0.15317337214946747, -0.20756548643112183, -0.23367513716220856, -0.19520696997642517, -0.0976356565952301, -0.0951414704322815, -0.06016772612929344, -0.027565089985728264, -0.01530015841126442, 0.010394243523478508, 0.026460733264684677, -0.00673734350129962, -0.03859557583928108, -0.016165703535079956, -0.07028840482234955, -0.09389470517635345, -0.02058987133204937, -0.002023353474214673, -0.015827512368559837, -0.034214697778224945, -0.020778615027666092, -0.10988455265760422, -0.12081658840179443, -0.033881302922964096, -0.1273678094148636, -0.1560744345188141, -0.13622593879699707, -0.08943701535463333, -0.10218065232038498, -0.23396055400371552, -0.14457713067531586, -0.17257437109947205, -0.1427329182624817, -0.13450248539447784, -0.18360207974910736, -0.03626071289181709, -0.08146669715642929, -0.16976793110370636, -0.08876192569732666, -0.14479859173297882, -0.10605642199516296, 0.027259575203061104, 0.029017964377999306, -0.09203143417835236, -0.14954014122486115, -0.08272084593772888, -0.1135839968919754, -0.0918598622083664, -0.03646455705165863, -0.05560183897614479, -0.0950842946767807, -0.07160264998674393, -0.010764854028820992, -0.02430235967040062, -0.06193336099386215, -0.051458775997161865, 0.037081360816955566, 0.05836291238665581, -0.04874686524271965, -0.09007067233324051, -0.06492959707975388, -0.06533199548721313, 0.007990836165845394, 0.06998800486326218, 0.04204165190458298, -0.01296258345246315, 0.017763372510671616, 0.06710515171289444, 0.05623222142457962, 0.09807465225458145, 0.04235959053039551, 0.04886986315250397, 0.06468722224235535, 0.05018177628517151, 0.043810613453388214, -0.017258120700716972, -0.11424262076616287, -0.09280140697956085, -0.04356228932738304, -0.06952828913927078, -0.0763561874628067, -0.042529862374067307, -0.12596620619297028, -0.07474729418754578, 0.016479263082146645, -0.08969956636428833, -0.11897702515125275, -0.030369676649570465, -0.023567628115415573, -0.029715929180383682, -0.047413840889930725, -0.10831782221794128, -0.11891274154186249, -0.06979940831661224, -0.07039806246757507, -0.07598359137773514, -0.09805365651845932, 0.005511051043868065, 0.032810840755701065, -0.01721641607582569, -0.08649856597185135, -0.06658197939395905, -0.09373585879802704, -0.09556237608194351, -0.10255281627178192, -0.12358915060758591, -0.1533198207616806, -0.1539732813835144, -0.15006142854690552, -0.08465790748596191, -0.06542947888374329, -0.12355317920446396, -0.0847792774438858, -0.13688984513282776, -0.15231068432331085, -0.15333838760852814, -0.10230748355388641, -0.08831232041120529, -0.08244580775499344, -0.05203178524971008, -0.09607185423374176, -0.04708637297153473, -0.04748512804508209, -0.05876289680600166, -0.1352638155221939, -0.18418017029762268, -0.15046623349189758, -0.12587690353393555, -0.14976979792118073, -0.122732974588871, -0.05452937260270119, -0.0809900090098381, -0.1646730899810791, -0.11176341027021408, -0.08981792628765106, -0.21629934012889862, -0.09947609901428223, 0.017017167061567307, -0.03134189918637276, -0.06724151968955994, -0.021237241104245186, 0.09173884987831116, 0.005412448663264513, -0.005146529525518417, -0.00657222094014287, -0.01723472587764263, 0.030438998714089394, 0.017717063426971436, 0.029573973268270493, -0.01236465573310852, -0.08882234245538712, -0.0033147449139505625, 0.09077535569667816, 0.07178805023431778, -0.002708355663344264, -0.06904640048742294, -0.004403793253004551, -0.000820113520603627, -0.0340602844953537, -0.08643368631601334, -0.10625340044498444, -0.08922791481018066, -0.10308527946472168, -0.12126151472330093, -0.06386478245258331, -0.028528230264782906, -0.05736517533659935, -0.07078656554222107, -0.035383425652980804, -0.04346563667058945, -0.07875246554613113, -0.07307934015989304, -0.06608575582504272, -0.03843989223241806, -0.009532313793897629, -0.07616261392831802, -0.08145906031131744, -0.06157686188817024, -0.027594687417149544, -0.0744207426905632, -0.07522408664226532, 0.02036920376121998, -0.07282432168722153, -0.05581757426261902, 0.040289830416440964, 0.04577663168311119, 0.05113794654607773, -0.044879451394081116, -0.023968864232301712, -0.0005283126956783235, 0.07052337378263474, 0.0782722681760788, 0.012274392880499363, 0.039932530373334885, 0.0391756147146225, 0.06862545013427734, 0.05551661550998688, 0.07265213876962662, 0.11795014142990112, 0.019491711631417274, 0.10126256942749023, 0.1910054236650467, 0.19285151362419128, 0.10293778032064438, 0.07053219527006149, 0.0627736747264862, 0.018458668142557144, 0.16746225953102112, 0.12698647379875183, 0.059211742132902145, 0.10129569470882416, 0.05708372965455055, -0.007314719725400209, 0.08600293099880219, 0.0864892452955246, -0.013116920366883278, 0.019950978457927704, 0.07986314594745636, -0.02407500520348549, 0.013071847148239613, 0.06467898935079575, 0.03518777713179588, 0.03975428268313408, 0.020855847746133804, -0.015551656484603882, -2.809539864756516e-06, 0.00740934070199728, 0.00749105354771018, -0.019822146743535995, 0.0016262282151728868, -0.024491967633366585, -0.05134733393788338, 0.002750072628259659, -0.04631857946515083, -0.017944172024726868, 0.023263411596417427, -0.04941169172525406, -0.07030881196260452, -0.07133816182613373, -0.10411729663610458, -0.130082368850708, -0.06248942017555237, -0.12371518462896347, -0.042683493345975876, -0.06477514654397964, -0.10900235176086426, -0.0992969423532486, -0.01484140194952488, 0.0004147135477978736, -0.11072510480880737, -0.010293797589838505, -0.029135670512914658, -0.09357719868421555, -0.011150416918098927, 0.045046232640743256, 0.020819902420043945, 0.05163354426622391, 0.002746136859059334, 0.021004846319556236, -0.017942026257514954, -0.04018612951040268, -0.010977335274219513, 0.020731400698423386, 0.06020098179578781, 0.08534245938062668, 0.05644761770963669, 0.02505611628293991, 0.010717825032770634, 0.07840996235609055, 0.1326517015695572, 0.12565898895263672, 0.07938961684703827, 0.09285371005535126, 0.06469188630580902, 0.11121288686990738, 0.1374220997095108, 0.13107408583164215, 0.14459018409252167, 0.1176101341843605, 0.18185588717460632, 0.2011384516954422, 0.17388059198856354, 0.16160251200199127, 0.18288028240203857, 0.19167619943618774, 0.15304040908813477, 0.21248656511306763, 0.2320164144039154, 0.1754094809293747, 0.19831474125385284, 0.23765772581100464, 0.13360939919948578, 0.12323462218046188, 0.2077205330133438, 0.13303492963314056, 0.12599775195121765, 0.2282721847295761, 0.2445976585149765, 0.18302232027053833, 0.21532614529132843, 0.17823798954486847, 0.20187276601791382, 0.15008112788200378, 0.10248958319425583, 0.053042929619550705, 0.03613066300749779, 0.09249254316091537, 0.08493267744779587, 0.12211950123310089, 0.0733577311038971, 0.049066945910453796, 0.09599065035581589, 0.0821748748421669, -6.720394594594836e-05, -0.024759547784924507, 0.06176005303859711, 0.10787288844585419, 0.044565826654434204, 0.10088987648487091, 0.05432308092713356, 0.032419588416814804, 0.09062901139259338, 0.12257885932922363, 0.06062883883714676, 0.015911906957626343, 0.06644667685031891, 0.12651874125003815, 0.0637129470705986, -0.00016153565957210958, 0.06758525967597961, 0.09760179370641708, 0.12389711290597916, 0.13262808322906494, 0.04561571404337883, 0.08599776029586792, 0.10778097808361053, 0.09044789522886276, 0.09217625111341476, 0.11722038686275482, 0.08243187516927719, 0.06661631911993027, 0.0822589248418808, 0.04340073838829994, 0.10290156304836273, 0.1934203803539276, 0.20091316103935242, 0.12749487161636353, 0.061483755707740784]\n",
"Training labels: 4 - carrots\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "HcrEgJO9Hmx7"
},
"source": [
"Great, now we've successfully read all the audio files, resampled the audio files to 16kHz, and mapped each audio to the corresponding label."
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "QL7q6DfcH0Fs"
},
"source": [
"## Model\n",
"\n",
"Before diving into the training part, we need to build our classification model based on the merge strategy. "
]
},
{
"cell_type": "code",
"metadata": {
"id": "uJZoC4T5HpuP"
},
"source": [
"from dataclasses import dataclass\n",
"from typing import Optional, Tuple\n",
"import torch\n",
"from transformers.file_utils import ModelOutput\n",
"\n",
"\n",
"@dataclass\n",
"class SpeechClassifierOutput(ModelOutput):\n",
" loss: Optional[torch.FloatTensor] = None\n",
" logits: torch.FloatTensor = None\n",
" hidden_states: Optional[Tuple[torch.FloatTensor]] = None\n",
" attentions: Optional[Tuple[torch.FloatTensor]] = None\n"
],
"execution_count": 25,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"id": "Fv62ShDsH5DZ"
},
"source": [
"import torch\n",
"import torch.nn as nn\n",
"from torch.nn import BCEWithLogitsLoss, CrossEntropyLoss, MSELoss\n",
"\n",
"from transformers.models.wav2vec2.modeling_wav2vec2 import (\n",
" Wav2Vec2PreTrainedModel,\n",
" Wav2Vec2Model\n",
")\n",
"\n",
"\n",
"class Wav2Vec2ClassificationHead(nn.Module):\n",
" \"\"\"Head for wav2vec classification task.\"\"\"\n",
"\n",
" def __init__(self, config):\n",
" super().__init__()\n",
" self.dense = nn.Linear(config.hidden_size, config.hidden_size)\n",
" self.dropout = nn.Dropout(config.final_dropout)\n",
" self.out_proj = nn.Linear(config.hidden_size, config.num_labels)\n",
"\n",
" def forward(self, features, **kwargs):\n",
" x = features\n",
" x = self.dropout(x)\n",
" x = self.dense(x)\n",
" x = torch.tanh(x)\n",
" x = self.dropout(x)\n",
" x = self.out_proj(x)\n",
" return x\n",
"\n",
"\n",
"class Wav2Vec2ForSpeechClassification(Wav2Vec2PreTrainedModel):\n",
" def __init__(self, config):\n",
" super().__init__(config)\n",
" self.num_labels = config.num_labels\n",
" self.pooling_mode = config.pooling_mode\n",
" self.config = config\n",
"\n",
" self.wav2vec2 = Wav2Vec2Model(config)\n",
" self.classifier = Wav2Vec2ClassificationHead(config)\n",
"\n",
" self.init_weights()\n",
"\n",
" def freeze_feature_extractor(self):\n",
" self.wav2vec2.feature_extractor._freeze_parameters()\n",
"\n",
" def merged_strategy(\n",
" self,\n",
" hidden_states,\n",
" mode=\"mean\"\n",
" ):\n",
" if mode == \"mean\":\n",
" outputs = torch.mean(hidden_states, dim=1)\n",
" elif mode == \"sum\":\n",
" outputs = torch.sum(hidden_states, dim=1)\n",
" elif mode == \"max\":\n",
" outputs = torch.max(hidden_states, dim=1)[0]\n",
" else:\n",
" raise Exception(\n",
" \"The pooling method hasn't been defined! Your pooling mode must be one of these ['mean', 'sum', 'max']\")\n",
"\n",
" return outputs\n",
"\n",
" def forward(\n",
" self,\n",
" input_values,\n",
" attention_mask=None,\n",
" output_attentions=None,\n",
" output_hidden_states=None,\n",
" return_dict=None,\n",
" labels=None,\n",
" ):\n",
" return_dict = return_dict if return_dict is not None else self.config.use_return_dict\n",
" outputs = self.wav2vec2(\n",
" input_values,\n",
" attention_mask=attention_mask,\n",
" output_attentions=output_attentions,\n",
" output_hidden_states=output_hidden_states,\n",
" return_dict=return_dict,\n",
" )\n",
" hidden_states = outputs[0]\n",
" hidden_states = self.merged_strategy(hidden_states, mode=self.pooling_mode)\n",
" logits = self.classifier(hidden_states)\n",
"\n",
" loss = None\n",
" if labels is not None:\n",
" if self.config.problem_type is None:\n",
" if self.num_labels == 1:\n",
" self.config.problem_type = \"regression\"\n",
" elif self.num_labels > 1 and (labels.dtype == torch.long or labels.dtype == torch.int):\n",
" self.config.problem_type = \"single_label_classification\"\n",
" else:\n",
" self.config.problem_type = \"multi_label_classification\"\n",
"\n",
" if self.config.problem_type == \"regression\":\n",
" loss_fct = MSELoss()\n",
" loss = loss_fct(logits.view(-1, self.num_labels), labels)\n",
" elif self.config.problem_type == \"single_label_classification\":\n",
" loss_fct = CrossEntropyLoss()\n",
" loss = loss_fct(logits.view(-1, self.num_labels), labels.view(-1))\n",
" elif self.config.problem_type == \"multi_label_classification\":\n",
" loss_fct = BCEWithLogitsLoss()\n",
" loss = loss_fct(logits, labels)\n",
"\n",
" if not return_dict:\n",
" output = (logits,) + outputs[2:]\n",
" return ((loss,) + output) if loss is not None else output\n",
"\n",
" return SpeechClassifierOutput(\n",
" loss=loss,\n",
" logits=logits,\n",
" hidden_states=outputs.hidden_states,\n",
" attentions=outputs.attentions,\n",
" )\n"
],
"execution_count": 26,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
"id": "OrBrR1b7zvUL"
},
"source": [
"## Training\n",
"\n",
"The data is processed so that we are ready to start setting up the training pipeline. We will make use of 🤗's [Trainer](https://huggingface.co/transformers/master/main_classes/trainer.html?highlight=trainer) for which we essentially need to do the following:\n",
"\n",
"- Define a data collator. In contrast to most NLP models, XLSR-Wav2Vec2 has a much larger input length than output length. *E.g.*, a sample of input length 50000 has an output length of no more than 100. Given the large input sizes, it is much more efficient to pad the training batches dynamically meaning that all training samples should only be padded to the longest sample in their batch and not the overall longest sample. Therefore, fine-tuning XLSR-Wav2Vec2 requires a special padding data collator, which we will define below\n",
"\n",
"- Evaluation metric. During training, the model should be evaluated on the word error rate. We should define a `compute_metrics` function accordingly\n",
"\n",
"- Load a pretrained checkpoint. We need to load a pretrained checkpoint and configure it correctly for training.\n",
"\n",
"- Define the training configuration.\n",
"\n",
"After having fine-tuned the model, we will correctly evaluate it on the test data and verify that it has indeed learned to correctly transcribe speech."
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "Ji9-n1eUIKZc"
},
"source": [
"### Set-up Trainer\n",
"\n",
"Let's start by defining the data collator. The code for the data collator was copied from [this example](https://github.com/huggingface/transformers/blob/9a06b6b11bdfc42eea08fa91d0c737d1863c99e3/examples/research_projects/wav2vec2/run_asr.py#L81).\n",
"\n",
"Without going into too many details, in contrast to the common data collators, this data collator treats the `input_values` and `labels` differently and thus applies to separate padding functions on them (again making use of XLSR-Wav2Vec2's context manager). This is necessary because in speech input and output are of different modalities meaning that they should not be treated by the same padding function.\n",
"Analogous to the common data collators, the padding tokens in the labels with `-100` so that those tokens are **not** taken into account when computing the loss."
]
},
{
"cell_type": "code",
"metadata": {
"id": "rkM0VLIwy903"
},
"source": [
"from dataclasses import dataclass\n",
"from typing import Dict, List, Optional, Union\n",
"import torch\n",
"\n",
"import transformers\n",
"from transformers import Wav2Vec2Processor, Wav2Vec2FeatureExtractor\n",
"\n",
"\n",
"@dataclass\n",
"class DataCollatorCTCWithPadding:\n",
" \"\"\"\n",
" Data collator that will dynamically pad the inputs received.\n",
" Args:\n",
" feature_extractor (:class:`~transformers.Wav2Vec2FeatureExtractor`)\n",
" The feature_extractor used for proccessing the data.\n",
" padding (:obj:`bool`, :obj:`str` or :class:`~transformers.tokenization_utils_base.PaddingStrategy`, `optional`, defaults to :obj:`True`):\n",
" Select a strategy to pad the returned sequences (according to the model's padding side and padding index)\n",
" among:\n",
" * :obj:`True` or :obj:`'longest'`: Pad to the longest sequence in the batch (or no padding if only a single\n",
" sequence if provided).\n",
" * :obj:`'max_length'`: Pad to a maximum length specified with the argument :obj:`max_length` or to the\n",
" maximum acceptable input length for the model if that argument is not provided.\n",
" * :obj:`False` or :obj:`'do_not_pad'` (default): No padding (i.e., can output a batch with sequences of\n",
" different lengths).\n",
" max_length (:obj:`int`, `optional`):\n",
" Maximum length of the ``input_values`` of the returned list and optionally padding length (see above).\n",
" max_length_labels (:obj:`int`, `optional`):\n",
" Maximum length of the ``labels`` returned list and optionally padding length (see above).\n",
" pad_to_multiple_of (:obj:`int`, `optional`):\n",
" If set will pad the sequence to a multiple of the provided value.\n",
" This is especially useful to enable the use of Tensor Cores on NVIDIA hardware with compute capability >=\n",
" 7.5 (Volta).\n",
" \"\"\"\n",
"\n",
" feature_extractor: Wav2Vec2FeatureExtractor\n",
" padding: Union[bool, str] = True\n",
" max_length: Optional[int] = None\n",
" max_length_labels: Optional[int] = None\n",
" pad_to_multiple_of: Optional[int] = None\n",
" pad_to_multiple_of_labels: Optional[int] = None\n",
"\n",
" def __call__(self, features: List[Dict[str, Union[List[int], torch.Tensor]]]) -> Dict[str, torch.Tensor]:\n",
" input_features = [{\"input_values\": feature[\"input_values\"]} for feature in features]\n",
" label_features = [feature[\"labels\"] for feature in features]\n",
"\n",
" d_type = torch.long if isinstance(label_features[0], int) else torch.float\n",
"\n",
" batch = self.feature_extractor.pad(\n",
" input_features,\n",
" padding=self.padding,\n",
" max_length=self.max_length,\n",
" pad_to_multiple_of=self.pad_to_multiple_of,\n",
" return_tensors=\"pt\",\n",
" )\n",
"\n",
" batch[\"labels\"] = torch.tensor(label_features, dtype=d_type)\n",
"\n",
" return batch\n"
],
"execution_count": 27,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"id": "-YhJ0OA4RxQe"
},
"source": [
"data_collator = DataCollatorCTCWithPadding(feature_extractor=feature_extractor, padding=True)"
],
"execution_count": 28,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
"id": "mYxy2IR-KcU2"
},
"source": [
"Next, the evaluation metric is defined. There are many pre-defined metrics for classification/regression problems, but in this case, we would continue with just **Accuracy** for classification and **MSE** for regression. You can define other metrics on your own."
]
},
{
"cell_type": "code",
"metadata": {
"id": "LL8I5MKvPnth"
},
"source": [
"is_regression = False"
],
"execution_count": 29,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"id": "XK26Z6IfR36K"
},
"source": [
"import numpy as np\n",
"from transformers import EvalPrediction\n",
"\n",
"\n",
"def compute_metrics(p: EvalPrediction):\n",
" preds = p.predictions[0] if isinstance(p.predictions, tuple) else p.predictions\n",
" preds = np.squeeze(preds) if is_regression else np.argmax(preds, axis=1)\n",
"\n",
" if is_regression:\n",
" return {\"mse\": ((preds - p.label_ids) ** 2).mean().item()}\n",
" else:\n",
" return {\"accuracy\": (preds == p.label_ids).astype(np.float32).mean().item()}"
],
"execution_count": 30,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
"id": "ZsH_nKJdK28o"
},
"source": [
"Now, we can load the pretrained XLSR-Wav2Vec2 checkpoint into our classification model with a pooling strategy."
]
},
{
"cell_type": "code",
"metadata": {
"id": "0Tl6iKAUR4EL",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 120,
"referenced_widgets": [
"1dee66d422f94e97b5410bda7d630183",
"1140dc0960f54148a12d30ef4345ee96",
"36750aaa3f494df4984a6878f7fddec2",
"6f80a3a28a964c6383530cdd03ea4e47",
"b182c0e62ff14820903daee05b60dec3",
"ea64efae2d8c4f8eb9f0475ebec11512",
"ec4c4a4c9dd84e7a9bf33b1b87c491d0",
"8e3472f819d1468984cefd82c1217f00"
]
},
"outputId": "1fb33baa-00cd-4208-c595-b20373d58c29"
},
"source": [
"model = Wav2Vec2ForSpeechClassification.from_pretrained(\n",
" model_name_or_path,\n",
" config=config,\n",
")"
],
"execution_count": 31,
"outputs": [
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "1dee66d422f94e97b5410bda7d630183",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description='Downloading', max=377569754.0, style=ProgressStyle(descri…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"\n"
],
"name": "stdout"
},
{
"output_type": "stream",
"text": [
"Some weights of Wav2Vec2ForSpeechClassification were not initialized from the model checkpoint at facebook/wav2vec2-base-100k-voxpopuli and are newly initialized: ['classifier.out_proj.bias', 'classifier.dense.bias', 'classifier.dense.weight', 'classifier.out_proj.weight']\n",
"You should probably TRAIN this model on a down-stream task to be able to use it for predictions and inference.\n"
],
"name": "stderr"
}
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "bqF4rNMzI1M5"
},
"source": [
"The first component of XLSR-Wav2Vec2 consists of a stack of CNN layers that are used to extract acoustically meaningful - but contextually independent - features from the raw speech signal. This part of the model has already been sufficiently trained during pretraining and as stated in the [paper](https://arxiv.org/pdf/2006.13979.pdf) does not need to be fine-tuned anymore. \n",
"Thus, we can set the `requires_grad` to `False` for all parameters of the *feature extraction* part."
]
},
{
"cell_type": "code",
"metadata": {
"id": "KHMhxFGoR4Hb"
},
"source": [
"model.freeze_feature_extractor()"
],
"execution_count": 32,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
"id": "n0HzBneBK84G"
},
"source": [
"In a final step, we define all parameters related to training. \n",
"To give more explanation on some of the parameters:\n",
"- `learning_rate` and `weight_decay` were heuristically tuned until fine-tuning has become stable. Note that those parameters strongly depend on the Common Voice dataset and might be suboptimal for other speech datasets.\n",
"\n",
"For more explanations on other parameters, one can take a look at the [docs](https://huggingface.co/transformers/master/main_classes/trainer.html?highlight=trainer#trainingarguments).\n",
"\n",
"**Note**: If one wants to save the trained models in his/her google drive the commented-out `output_dir` can be used instead."
]
},
{
"cell_type": "code",
"metadata": {
"id": "3tPqZ12BLCJk"
},
"source": [
"# from google.colab import drive\n",
"\n",
"# drive.mount('/gdrive')"
],
"execution_count": null,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"id": "vUtWjldAI9-H"
},
"source": [
"from transformers import TrainingArguments\n",
"\n",
"training_args = TrainingArguments(\n",
" output_dir=\"/content/wav2vec2-base-100k-eating-sound-collection\",\n",
" # output_dir=\"/content/gdrive/MyDrive/wav2vec2-base-100k-eating-sound-collection\"\n",
" per_device_train_batch_size=4,\n",
" per_device_eval_batch_size=4,\n",
" gradient_accumulation_steps=2,\n",
" evaluation_strategy=\"steps\",\n",
" num_train_epochs=1.0,\n",
" fp16=True,\n",
" save_steps=10,\n",
" eval_steps=10,\n",
" logging_steps=10,\n",
" learning_rate=1e-4,\n",
" save_total_limit=2,\n",
")"
],
"execution_count": 33,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
"id": "XAtuL0APLZSs"
},
"source": [
"For future use we can create our training script, we do it in a simple way. You can add more on you own."
]
},
{
"cell_type": "code",
"metadata": {
"id": "KfW6uDolJYZv"
},
"source": [
"from typing import Any, Dict, Union\n",
"\n",
"import torch\n",
"from packaging import version\n",
"from torch import nn\n",
"\n",
"from transformers import (\n",
" Trainer,\n",
" is_apex_available,\n",
")\n",
"\n",
"if is_apex_available():\n",
" from apex import amp\n",
"\n",
"if version.parse(torch.__version__) >= version.parse(\"1.6\"):\n",
" _is_native_amp_available = True\n",
" from torch.cuda.amp import autocast\n",
"\n",
"\n",
"class CTCTrainer(Trainer):\n",
" def training_step(self, model: nn.Module, inputs: Dict[str, Union[torch.Tensor, Any]]) -> torch.Tensor:\n",
" \"\"\"\n",
" Perform a training step on a batch of inputs.\n",
"\n",
" Subclass and override to inject custom behavior.\n",
"\n",
" Args:\n",
" model (:obj:`nn.Module`):\n",
" The model to train.\n",
" inputs (:obj:`Dict[str, Union[torch.Tensor, Any]]`):\n",
" The inputs and targets of the model.\n",
"\n",
" The dictionary will be unpacked before being fed to the model. Most models expect the targets under the\n",
" argument :obj:`labels`. Check your model's documentation for all accepted arguments.\n",
"\n",
" Return:\n",
" :obj:`torch.Tensor`: The tensor with training loss on this batch.\n",
" \"\"\"\n",
"\n",
" model.train()\n",
" inputs = self._prepare_inputs(inputs)\n",
"\n",
" if self.use_amp:\n",
" with autocast():\n",
" loss = self.compute_loss(model, inputs)\n",
" else:\n",
" loss = self.compute_loss(model, inputs)\n",
"\n",
" if self.args.gradient_accumulation_steps > 1:\n",
" loss = loss / self.args.gradient_accumulation_steps\n",
"\n",
" if self.use_amp:\n",
" self.scaler.scale(loss).backward()\n",
" elif self.use_apex:\n",
" with amp.scale_loss(loss, self.optimizer) as scaled_loss:\n",
" scaled_loss.backward()\n",
" elif self.deepspeed:\n",
" self.deepspeed.backward(loss)\n",
" else:\n",
" loss.backward()\n",
"\n",
" return loss.detach()\n"
],
"execution_count": 34,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
"id": "Qv7Ju3qYJeJn"
},
"source": [
"Now, all instances can be passed to Trainer and we are ready to start training!"
]
},
{
"cell_type": "code",
"metadata": {
"id": "nEFkfK45JYiZ"
},
"source": [
"trainer = CTCTrainer(\n",
" model=model,\n",
" data_collator=data_collator,\n",
" args=training_args,\n",
" compute_metrics=compute_metrics,\n",
" train_dataset=train_dataset,\n",
" eval_dataset=eval_dataset,\n",
" tokenizer=feature_extractor,\n",
")"
],
"execution_count": 35,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
"id": "0gGLwJAOLtDg"
},
"source": [
"### Training"
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "UpN6xlWCLxJ7"
},
"source": [
"Training will take between 10 and 60 minutes depending on the GPU allocated to this notebook. \n",
"\n",
"In case you want to use this google colab to fine-tune your model, you should make sure that your training doesn't stop due to inactivity. A simple hack to prevent this is to paste the following code into the console of this tab (right mouse click -> inspect -> Console tab and insert code)."
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "zyYZH7YZL8a9"
},
"source": [
"```javascript\n",
"function ConnectButton(){\n",
" console.log(\"Connect pushed\"); \n",
" document.querySelector(\"#top-toolbar > colab-connect-button\").shadowRoot.querySelector(\"#connect\").click() \n",
"}\n",
"setInterval(ConnectButton,60000);\n",
"```"
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 143
},
"id": "6M8bNvLLJnG1",
"outputId": "0ccbcac2-bcff-40fe-da79-475ff47b3401"
},
"source": [
"trainer.train()"
],
"execution_count": 36,
"outputs": [
{
"output_type": "display_data",
"data": {
"text/html": [
"\n",
" \n",
" \n",
"
\n",
" [12/12 00:18, Epoch 0/1]\n",
"
\n",
" \n",
" \n",
" \n",
" Step \n",
" Training Loss \n",
" Validation Loss \n",
" Accuracy \n",
" \n",
" \n",
" \n",
" \n",
" 10 \n",
" 2.983600 \n",
" 2.960002 \n",
" 0.080000 \n",
" \n",
" \n",
"
"
],
"text/plain": [
""
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "execute_result",
"data": {
"text/plain": [
"TrainOutput(global_step=12, training_loss=2.985006014506022, metrics={'train_runtime': 20.324, 'train_samples_per_second': 4.92, 'train_steps_per_second': 0.59, 'total_flos': 5184541517757696.0, 'train_loss': 2.985006014506022, 'epoch': 0.96})"
]
},
"metadata": {
"tags": []
},
"execution_count": 36
}
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "3prIN9eiMBHo"
},
"source": [
"The training loss goes down and we can see that the Acurracy on the test set also improves nicely. Because this notebook is just for demonstration purposes, we can stop here.\n",
"\n",
"The resulting model of this notebook has been saved to [m3hrdadfi/wav2vec2-base-100k-eating-sound-collection](https://huggingface.co/m3hrdadfi/wav2vec2-base-100k-eating-sound-collection)\n",
"\n",
"As a final check, let's load the model and verify that it indeed has learned to recognize the sound of your eating.\n",
"\n",
"Let's first load the pretrained checkpoint."
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "VsaOTx_FVm0i"
},
"source": [
"## Evaluation"
]
},
{
"cell_type": "code",
"metadata": {
"id": "4tGNY7hRXO44"
},
"source": [
"import librosa\n",
"from sklearn.metrics import classification_report"
],
"execution_count": 37,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 156,
"referenced_widgets": [
"c179789d1b5d45acbc5d6ac5bab0b832",
"e9d9abef9b964776a9a021520ba4d992",
"6c720dc5f44e4ea29514581abba8622e",
"e76ee2831f374af7942b991c86f213d7",
"5fd40b7c360143348d565be3737d2da2",
"f83849e39ca84c3ab7cfd41db31f586f",
"91df691fd8d64fc08e13918ab129b04d",
"f9307f431af0483b8529085b869d2135"
]
},
"id": "IYxg1Tfo2VUw",
"outputId": "d0154d9d-6280-4d15-fc82-9f80472bc60a"
},
"source": [
"test_dataset = load_dataset(\"csv\", data_files={\"test\": \"/content/data/test.csv\"}, delimiter=\"\\t\")[\"test\"]\n",
"test_dataset"
],
"execution_count": 39,
"outputs": [
{
"output_type": "stream",
"text": [
"Using custom data configuration default-a87e4969089cca91\n"
],
"name": "stderr"
},
{
"output_type": "stream",
"text": [
"Downloading and preparing dataset csv/default (download: Unknown size, generated: Unknown size, post-processed: Unknown size, total: Unknown size) to /content/cache/csv/default-a87e4969089cca91/0.0.0/2dc6629a9ff6b5697d82c25b73731dd440507a69cbce8b425db50b751e8fcfd0...\n"
],
"name": "stdout"
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "c179789d1b5d45acbc5d6ac5bab0b832",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=1.0, bar_style='info', max=1.0), HTML(value='')))"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"\rDataset csv downloaded and prepared to /content/cache/csv/default-a87e4969089cca91/0.0.0/2dc6629a9ff6b5697d82c25b73731dd440507a69cbce8b425db50b751e8fcfd0. Subsequent calls will reuse this data.\n"
],
"name": "stdout"
},
{
"output_type": "execute_result",
"data": {
"text/plain": [
"Dataset({\n",
" features: ['path', 'label'],\n",
" num_rows: 2228\n",
"})"
]
},
"metadata": {
"tags": []
},
"execution_count": 39
}
]
},
{
"cell_type": "code",
"metadata": {
"id": "QgZFkMDHW_Um",
"colab": {
"base_uri": "https://localhost:8080/"
},
"outputId": "65ebb730-9e31-44a2-e83b-135b58a08bd5"
},
"source": [
"device = torch.device(\"cuda\" if torch.cuda.is_available() else \"cpu\")\n",
"print(f\"Device: {device}\")"
],
"execution_count": 40,
"outputs": [
{
"output_type": "stream",
"text": [
"Device: cuda\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"id": "-ESFEXeaWgua",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 164,
"referenced_widgets": [
"018dfa68a89c43c8b064050242e82181",
"3877cc93cf12456097b0575959f25e87",
"e7e6a8c03649466d875f7150e6ad5b72",
"85c562df9b824ef8b415bda19e334b54",
"bfb450ba48414582806803bce59c268e",
"42ff79e2ae01425ba0134c58e2580cc0",
"645a359bcf354e6d957dea3d0d0acf29",
"9d6520c0051a43709fc2f3697cc80244",
"c16f2f140d6b4183b74fab44b7d20b2b",
"c3a064ce28534052b4b4abac7b395a81",
"dc27704fed6e4a01b9a23f9d9b3dc3df",
"d976392882e04bc99cc477d9520c7bcf",
"8b853441e8c34071ba45b0f7191eb9f6",
"48a593d89da84f649fab9e7f87f8f767",
"ff209e55d853421a84770d8f9164f62c",
"9c38ebf5864a4e8896cf002876fa7cec",
"1fed03a5bc0e4333805eabf089b9b0ea",
"a7ad0056c5f64423b29be2fd88c78719",
"934b92e53b7d41d5b4fe32014e95cbed",
"d06b74a1da0048dbb711c7b73b4c0af3",
"b3288ffcd75841048ea74f0f75c6c6fd",
"bbaa7594bded475abb8e0bdf92054c86",
"3187736ad3714b8e81224b53f0687664",
"404bd7661d9e43a6901a6bc12b5c6f93"
]
},
"outputId": "347f6268-b943-469a-9859-0c0ce45eaa63"
},
"source": [
"model_name_or_path = \"m3hrdadfi/wav2vec2-base-100k-eating-sound-collection\"\n",
"config = AutoConfig.from_pretrained(model_name_or_path)\n",
"feature_extractor = Wav2Vec2FeatureExtractor.from_pretrained(model_name_or_path)\n",
"model = Wav2Vec2ForSpeechClassification.from_pretrained(model_name_or_path).to(device)"
],
"execution_count": 50,
"outputs": [
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "018dfa68a89c43c8b064050242e82181",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description='Downloading', max=2270.0, style=ProgressStyle(description…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"\n"
],
"name": "stdout"
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "c16f2f140d6b4183b74fab44b7d20b2b",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description='Downloading', max=213.0, style=ProgressStyle(description_…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"\n"
],
"name": "stdout"
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "1fed03a5bc0e4333805eabf089b9b0ea",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description='Downloading', max=380001726.0, style=ProgressStyle(descri…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"id": "BkEd4w8IV7kZ"
},
"source": [
"def speech_file_to_array_fn(batch):\n",
" speech_array, sampling_rate = torchaudio.load(batch[\"path\"])\n",
" speech_array = speech_array.squeeze().numpy()\n",
" speech_array = librosa.resample(np.asarray(speech_array), sampling_rate, feature_extractor.sampling_rate)\n",
"\n",
" batch[\"speech\"] = speech_array\n",
" return batch\n",
"\n",
"\n",
"def predict(batch):\n",
" features = feature_extractor(batch[\"speech\"], sampling_rate=feature_extractor.sampling_rate, return_tensors=\"pt\", padding=True)\n",
"\n",
" input_values = features.input_values.to(device)\n",
"\n",
" with torch.no_grad():\n",
" logits = model(input_values).logits \n",
"\n",
" pred_ids = torch.argmax(logits, dim=-1).detach().cpu().numpy()\n",
" batch[\"predicted\"] = pred_ids\n",
" return batch"
],
"execution_count": 54,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 66,
"referenced_widgets": [
"c8839901ba094c8ab415d65748d3af49",
"245c287d72cb404f827736af171b8803",
"f843e9c85ceb48fa8828986330993260",
"9e9f79c923b94e90abccc36283252499",
"6146d16c791242ed8415a8ef0478b420",
"75e6d16ae7cb40c3bea7723921f94ae9",
"e0d8f9cbacb64b8cbd82708309653734",
"221f9e32a50d4d18b478da3df315b5fa"
]
},
"id": "S4P6P6XwW85p",
"outputId": "f59e0a91-c409-422a-cff2-13ed14b11bfc"
},
"source": [
"test_dataset = test_dataset.map(speech_file_to_array_fn)"
],
"execution_count": 44,
"outputs": [
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "c8839901ba094c8ab415d65748d3af49",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, max=2228.0), HTML(value='')))"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 66,
"referenced_widgets": [
"1cf3d36ba8b24757a48ea06239b8c595",
"5b7655a0ec914ce285b4802a7265dd1b",
"07e02f90c9474a9bac60af6e157c5635",
"c6d50e8f952e455bae2bf13902960026",
"4b725e6473e5477c9161eecf4af4113f",
"fc2deb84c1124cf9b28005f8eafdcc5f",
"d3561462d3224124a63ed50cf42709f9",
"33189cc9393f494082c08f62c71f5d8d"
]
},
"id": "K_oZJzHsXKHv",
"outputId": "c31ccfcc-416f-4b79-f916-21e6b3e27fb5"
},
"source": [
"result = test_dataset.map(predict, batched=True, batch_size=8)"
],
"execution_count": 55,
"outputs": [
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "1cf3d36ba8b24757a48ea06239b8c595",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, max=279.0), HTML(value='')))"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "BnfJLZvAaxTo",
"outputId": "810472e5-03e2-4448-ff87-2473918ef403"
},
"source": [
"label_names = [config.id2label[i] for i in range(config.num_labels)]\n",
"label_names"
],
"execution_count": 56,
"outputs": [
{
"output_type": "execute_result",
"data": {
"text/plain": [
"['aloe',\n",
" 'burger',\n",
" 'cabbage',\n",
" 'candied_fruits',\n",
" 'carrots',\n",
" 'chips',\n",
" 'chocolate',\n",
" 'drinks',\n",
" 'fries',\n",
" 'grapes',\n",
" 'gummies',\n",
" 'ice-cream',\n",
" 'jelly',\n",
" 'noodles',\n",
" 'pickles',\n",
" 'pizza',\n",
" 'ribs',\n",
" 'salmon',\n",
" 'soup',\n",
" 'wings']"
]
},
"metadata": {
"tags": []
},
"execution_count": 56
}
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "vRtajzvTabeH",
"outputId": "a9cfb08c-8766-4cab-c107-7922a8f07424"
},
"source": [
"y_true = [config.label2id[name] for name in result[\"label\"]]\n",
"y_pred = result[\"predicted\"]\n",
"\n",
"print(y_true[:5])\n",
"print(y_pred[:5])"
],
"execution_count": 57,
"outputs": [
{
"output_type": "stream",
"text": [
"[2, 15, 0, 3, 18]\n",
"[2, 15, 0, 3, 10]\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "tUt5rIppXrzl",
"outputId": "6f4e1502-b862-446c-c1e1-bc1d11a1fa9f"
},
"source": [
"print(classification_report(y_true, y_pred, target_names=label_names))"
],
"execution_count": 58,
"outputs": [
{
"output_type": "stream",
"text": [
" precision recall f1-score support\n",
"\n",
" aloe 0.99 0.91 0.95 109\n",
" burger 1.00 0.57 0.73 119\n",
" cabbage 0.95 0.96 0.96 100\n",
"candied_fruits 0.97 1.00 0.98 161\n",
" carrots 0.98 1.00 0.99 132\n",
" chips 0.99 0.99 0.99 144\n",
" chocolate 0.89 1.00 0.94 58\n",
" drinks 1.00 1.00 1.00 58\n",
" fries 0.97 0.94 0.95 129\n",
" grapes 1.00 0.99 1.00 116\n",
" gummies 0.96 0.97 0.96 136\n",
" ice-cream 0.97 1.00 0.99 145\n",
" jelly 0.99 0.90 0.94 88\n",
" noodles 0.83 0.95 0.89 82\n",
" pickles 0.99 0.98 0.99 174\n",
" pizza 0.81 0.98 0.89 122\n",
" ribs 0.89 0.86 0.88 98\n",
" salmon 0.79 1.00 0.88 100\n",
" soup 1.00 0.93 0.96 56\n",
" wings 0.89 0.85 0.87 101\n",
"\n",
" accuracy 0.94 2228\n",
" macro avg 0.94 0.94 0.94 2228\n",
" weighted avg 0.95 0.94 0.94 2228\n",
"\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "Ylb2Z6Xke2ro"
},
"source": [
"# Prediction"
]
},
{
"cell_type": "code",
"metadata": {
"id": "EQzCioPhWIiX"
},
"source": [
"import torch\n",
"import torch.nn as nn\n",
"import torch.nn.functional as F\n",
"import torchaudio\n",
"from transformers import AutoConfig, Wav2Vec2Processor\n",
"\n",
"import librosa\n",
"import IPython.display as ipd\n",
"import numpy as np\n",
"import pandas as pd"
],
"execution_count": 59,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"id": "DocavTvQWIr_"
},
"source": [
"device = torch.device(\"cuda\" if torch.cuda.is_available() else \"cpu\")\n",
"model_name_or_path = \"m3hrdadfi/wav2vec2-base-100k-eating-sound-collection\"\n",
"config = AutoConfig.from_pretrained(model_name_or_path)\n",
"feature_extractor = Wav2Vec2FeatureExtractor.from_pretrained(model_name_or_path)\n",
"sampling_rate = feature_extractor.sampling_rate\n",
"model = Wav2Vec2ForSpeechClassification.from_pretrained(model_name_or_path).to(device)"
],
"execution_count": 60,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"id": "1SSs95o9WIvK"
},
"source": [
"def speech_file_to_array_fn(path, sampling_rate):\n",
" speech_array, _sampling_rate = torchaudio.load(path)\n",
" resampler = torchaudio.transforms.Resample(_sampling_rate)\n",
" speech = resampler(speech_array).squeeze().numpy()\n",
" return speech\n",
"\n",
"\n",
"def predict(path, sampling_rate):\n",
" speech = speech_file_to_array_fn(path, sampling_rate)\n",
" features = feature_extractor(speech, sampling_rate=sampling_rate, return_tensors=\"pt\", padding=True)\n",
"\n",
" input_values = features.input_values.to(device)\n",
"\n",
" with torch.no_grad():\n",
" logits = model(input_values).logits\n",
"\n",
" scores = F.softmax(logits, dim=1).detach().cpu().numpy()[0]\n",
" outputs = [{\"Label\": config.id2label[i], \"Score\": f\"{round(score * 100, 3):.1f}%\"} for i, score in enumerate(scores)]\n",
" return outputs\n",
"\n",
"\n",
"STYLES = \"\"\"\n",
"\n",
"\"\"\".strip()\n",
"\n",
"def prediction(df_row):\n",
" path, label = df_row[\"path\"], df_row[\"label\"]\n",
" df = pd.DataFrame([{\"Label\": label, \"Sentence\": \" \"}])\n",
" setup = {\n",
" 'border': 2,\n",
" 'show_dimensions': True,\n",
" 'justify': 'center',\n",
" 'classes': 'xxx',\n",
" 'escape': False,\n",
" }\n",
" ipd.display(ipd.HTML(STYLES + df.to_html(**setup) + \" \"))\n",
" speech, sr = torchaudio.load(path)\n",
" speech = speech[0].numpy().squeeze()\n",
" speech = librosa.resample(np.asarray(speech), sr, sampling_rate)\n",
" ipd.display(ipd.Audio(data=np.asarray(speech), autoplay=True, rate=sampling_rate))\n",
"\n",
" outputs = predict(path, sampling_rate)\n",
" r = pd.DataFrame(outputs)\n",
" ipd.display(ipd.HTML(STYLES + r.to_html(**setup) + \" \"))"
],
"execution_count": 67,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 204
},
"id": "UD7oUP20YwYT",
"outputId": "82aac5b9-3b85-432d-8711-6ad7611e5f76"
},
"source": [
"test = pd.read_csv(\"/content/data/test.csv\", sep=\"\\t\")\n",
"test.head()"
],
"execution_count": 68,
"outputs": [
{
"output_type": "execute_result",
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" \n",
" path \n",
" label \n",
" \n",
" \n",
" \n",
" \n",
" 0 \n",
" /content/data/clips_rd/cabbage/cabbage_7_12.wav \n",
" cabbage \n",
" \n",
" \n",
" 1 \n",
" /content/data/clips_rd/pizza/pizza_3_30.wav \n",
" pizza \n",
" \n",
" \n",
" 2 \n",
" /content/data/clips_rd/aloe/aloe_10_21.wav \n",
" aloe \n",
" \n",
" \n",
" 3 \n",
" /content/data/clips_rd/candied_fruits/candied_... \n",
" candied_fruits \n",
" \n",
" \n",
" 4 \n",
" /content/data/clips_rd/soup/soup_3_24.wav \n",
" soup \n",
" \n",
" \n",
"
\n",
"
"
],
"text/plain": [
" path label\n",
"0 /content/data/clips_rd/cabbage/cabbage_7_12.wav cabbage\n",
"1 /content/data/clips_rd/pizza/pizza_3_30.wav pizza\n",
"2 /content/data/clips_rd/aloe/aloe_10_21.wav aloe\n",
"3 /content/data/clips_rd/candied_fruits/candied_... candied_fruits\n",
"4 /content/data/clips_rd/soup/soup_3_24.wav soup"
]
},
"metadata": {
"tags": []
},
"execution_count": 68
}
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 1000
},
"id": "FlJO2LfVWIyT",
"outputId": "f917fea4-ac34-47b4-b0a8-baa2650b22be"
},
"source": [
"prediction(test.iloc[0])"
],
"execution_count": 69,
"outputs": [
{
"output_type": "display_data",
"data": {
"text/html": [
"\n",
" \n",
" \n",
" \n",
" Label \n",
" Sentence \n",
" \n",
" \n",
" \n",
" \n",
" 0 \n",
" cabbage \n",
" \n",
" \n",
" \n",
"
\n",
"1 rows × 2 columns
"
],
"text/plain": [
""
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "display_data",
"data": {
"text/html": [
"\n",
" \n",
" \n",
" Your browser does not support the audio element.\n",
" \n",
" "
],
"text/plain": [
""
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "display_data",
"data": {
"text/html": [
"\n",
" \n",
" \n",
" \n",
" Label \n",
" Score \n",
" \n",
" \n",
" \n",
" \n",
" 0 \n",
" aloe \n",
" 0.0% \n",
" \n",
" \n",
" 1 \n",
" burger \n",
" 0.0% \n",
" \n",
" \n",
" 2 \n",
" cabbage \n",
" 100.0% \n",
" \n",
" \n",
" 3 \n",
" candied_fruits \n",
" 0.0% \n",
" \n",
" \n",
" 4 \n",
" carrots \n",
" 0.0% \n",
" \n",
" \n",
" 5 \n",
" chips \n",
" 0.0% \n",
" \n",
" \n",
" 6 \n",
" chocolate \n",
" 0.0% \n",
" \n",
" \n",
" 7 \n",
" drinks \n",
" 0.0% \n",
" \n",
" \n",
" 8 \n",
" fries \n",
" 0.0% \n",
" \n",
" \n",
" 9 \n",
" grapes \n",
" 0.0% \n",
" \n",
" \n",
" 10 \n",
" gummies \n",
" 0.0% \n",
" \n",
" \n",
" 11 \n",
" ice-cream \n",
" 0.0% \n",
" \n",
" \n",
" 12 \n",
" jelly \n",
" 0.0% \n",
" \n",
" \n",
" 13 \n",
" noodles \n",
" 0.0% \n",
" \n",
" \n",
" 14 \n",
" pickles \n",
" 0.0% \n",
" \n",
" \n",
" 15 \n",
" pizza \n",
" 0.0% \n",
" \n",
" \n",
" 16 \n",
" ribs \n",
" 0.0% \n",
" \n",
" \n",
" 17 \n",
" salmon \n",
" 0.0% \n",
" \n",
" \n",
" 18 \n",
" soup \n",
" 0.0% \n",
" \n",
" \n",
" 19 \n",
" wings \n",
" 0.0% \n",
" \n",
" \n",
"
\n",
"20 rows × 2 columns
"
],
"text/plain": [
""
]
},
"metadata": {
"tags": []
}
}
]
},
{
"cell_type": "code",
"metadata": {
"id": "hzoKOgpoWI1K",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 1000
},
"outputId": "563cde17-2786-41c8-9a6e-79bfcd0cf992"
},
"source": [
"prediction(test.iloc[1])"
],
"execution_count": 70,
"outputs": [
{
"output_type": "display_data",
"data": {
"text/html": [
"\n",
" \n",
" \n",
" \n",
" Label \n",
" Sentence \n",
" \n",
" \n",
" \n",
" \n",
" 0 \n",
" pizza \n",
" \n",
" \n",
" \n",
"
\n",
"1 rows × 2 columns
"
],
"text/plain": [
""
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "display_data",
"data": {
"text/html": [
"\n",
" \n",
" \n",
" Your browser does not support the audio element.\n",
" \n",
" "
],
"text/plain": [
""
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "display_data",
"data": {
"text/html": [
"\n",
" \n",
" \n",
" \n",
" Label \n",
" Score \n",
" \n",
" \n",
" \n",
" \n",
" 0 \n",
" aloe \n",
" 0.0% \n",
" \n",
" \n",
" 1 \n",
" burger \n",
" 0.0% \n",
" \n",
" \n",
" 2 \n",
" cabbage \n",
" 0.0% \n",
" \n",
" \n",
" 3 \n",
" candied_fruits \n",
" 0.0% \n",
" \n",
" \n",
" 4 \n",
" carrots \n",
" 0.0% \n",
" \n",
" \n",
" 5 \n",
" chips \n",
" 0.0% \n",
" \n",
" \n",
" 6 \n",
" chocolate \n",
" 0.0% \n",
" \n",
" \n",
" 7 \n",
" drinks \n",
" 0.0% \n",
" \n",
" \n",
" 8 \n",
" fries \n",
" 0.0% \n",
" \n",
" \n",
" 9 \n",
" grapes \n",
" 0.0% \n",
" \n",
" \n",
" 10 \n",
" gummies \n",
" 0.0% \n",
" \n",
" \n",
" 11 \n",
" ice-cream \n",
" 0.0% \n",
" \n",
" \n",
" 12 \n",
" jelly \n",
" 0.0% \n",
" \n",
" \n",
" 13 \n",
" noodles \n",
" 0.0% \n",
" \n",
" \n",
" 14 \n",
" pickles \n",
" 0.0% \n",
" \n",
" \n",
" 15 \n",
" pizza \n",
" 99.9% \n",
" \n",
" \n",
" 16 \n",
" ribs \n",
" 0.0% \n",
" \n",
" \n",
" 17 \n",
" salmon \n",
" 0.0% \n",
" \n",
" \n",
" 18 \n",
" soup \n",
" 0.0% \n",
" \n",
" \n",
" 19 \n",
" wings \n",
" 0.0% \n",
" \n",
" \n",
"
\n",
"20 rows × 2 columns
"
],
"text/plain": [
""
]
},
"metadata": {
"tags": []
}
}
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 1000
},
"id": "7nqwbTTXSfMO",
"outputId": "1da5a96e-4314-4850-b3cb-a459ee911c7d"
},
"source": [
"prediction(test.iloc[2])"
],
"execution_count": 71,
"outputs": [
{
"output_type": "display_data",
"data": {
"text/html": [
"\n",
" \n",
" \n",
" \n",
" Label \n",
" Sentence \n",
" \n",
" \n",
" \n",
" \n",
" 0 \n",
" aloe \n",
" \n",
" \n",
" \n",
"
\n",
"1 rows × 2 columns
"
],
"text/plain": [
""
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "display_data",
"data": {
"text/html": [
"\n",
" \n",
" \n",
" Your browser does not support the audio element.\n",
" \n",
" "
],
"text/plain": [
""
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "display_data",
"data": {
"text/html": [
"\n",
" \n",
" \n",
" \n",
" Label \n",
" Score \n",
" \n",
" \n",
" \n",
" \n",
" 0 \n",
" aloe \n",
" 100.0% \n",
" \n",
" \n",
" 1 \n",
" burger \n",
" 0.0% \n",
" \n",
" \n",
" 2 \n",
" cabbage \n",
" 0.0% \n",
" \n",
" \n",
" 3 \n",
" candied_fruits \n",
" 0.0% \n",
" \n",
" \n",
" 4 \n",
" carrots \n",
" 0.0% \n",
" \n",
" \n",
" 5 \n",
" chips \n",
" 0.0% \n",
" \n",
" \n",
" 6 \n",
" chocolate \n",
" 0.0% \n",
" \n",
" \n",
" 7 \n",
" drinks \n",
" 0.0% \n",
" \n",
" \n",
" 8 \n",
" fries \n",
" 0.0% \n",
" \n",
" \n",
" 9 \n",
" grapes \n",
" 0.0% \n",
" \n",
" \n",
" 10 \n",
" gummies \n",
" 0.0% \n",
" \n",
" \n",
" 11 \n",
" ice-cream \n",
" 0.0% \n",
" \n",
" \n",
" 12 \n",
" jelly \n",
" 0.0% \n",
" \n",
" \n",
" 13 \n",
" noodles \n",
" 0.0% \n",
" \n",
" \n",
" 14 \n",
" pickles \n",
" 0.0% \n",
" \n",
" \n",
" 15 \n",
" pizza \n",
" 0.0% \n",
" \n",
" \n",
" 16 \n",
" ribs \n",
" 0.0% \n",
" \n",
" \n",
" 17 \n",
" salmon \n",
" 0.0% \n",
" \n",
" \n",
" 18 \n",
" soup \n",
" 0.0% \n",
" \n",
" \n",
" 19 \n",
" wings \n",
" 0.0% \n",
" \n",
" \n",
"
\n",
"20 rows × 2 columns
"
],
"text/plain": [
""
]
},
"metadata": {
"tags": []
}
}
]
},
{
"cell_type": "code",
"metadata": {
"id": "C0lyKt24EkhH"
},
"source": [
""
],
"execution_count": null,
"outputs": []
}
]
}
================================================
FILE: notebooks/Emotion_recognition_in_Greek_speech_using_HuBERT.ipynb
================================================
{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"name": "Emotion recognition in Greek speech using HuBERT.ipynb",
"provenance": [],
"collapsed_sections": []
},
"kernelspec": {
"name": "python3",
"display_name": "Python 3"
},
"language_info": {
"name": "python"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
"6cb7ead7dd60467cbc296ced68b5a887": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_c0fb3fdd04154c1ebd7011ee32591235",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_09b6b1d6115e409dbd97d152d5ea66e3",
"IPY_MODEL_717522e52f344f02961b83c47a70fe24"
]
}
},
"c0fb3fdd04154c1ebd7011ee32591235": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"09b6b1d6115e409dbd97d152d5ea66e3": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_1773f9e45a93467a84bc76874c4a3d08",
"_dom_classes": [],
"description": "",
"_model_name": "FloatProgressModel",
"bar_style": "info",
"max": 1,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 1,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_37fb8f6c3a5748ebb12d5ffe79728ee1"
}
},
"717522e52f344f02961b83c47a70fe24": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_37ffe40f40ed41f0b37e7b28bb2c8dee",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 1/? [00:00<00:00, 16.06 tables/s]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_3ebf2586b21c424b915fecaa21a6f6a2"
}
},
"1773f9e45a93467a84bc76874c4a3d08": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"37fb8f6c3a5748ebb12d5ffe79728ee1": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"37ffe40f40ed41f0b37e7b28bb2c8dee": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"3ebf2586b21c424b915fecaa21a6f6a2": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"7ff66e8680d84452919faf047d92fbf0": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_17eee8cde17e4079985222014f55af6b",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_28c7fee188a44bad9f98edb52b916cbc",
"IPY_MODEL_0ae42e9388904eae8dcd5433604f98c9"
]
}
},
"17eee8cde17e4079985222014f55af6b": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"28c7fee188a44bad9f98edb52b916cbc": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_c2598c40a44040a784806d0a086e07bb",
"_dom_classes": [],
"description": "",
"_model_name": "FloatProgressModel",
"bar_style": "info",
"max": 1,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 1,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_1cd796c9cbe948299bc30c23637e29ed"
}
},
"0ae42e9388904eae8dcd5433604f98c9": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_8eff94b7ddfc49bf985c29ddca4868d6",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 1/? [00:00<00:00, 24.73 tables/s]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_27b2d578565d427bb3fefa1b7dadbeb9"
}
},
"c2598c40a44040a784806d0a086e07bb": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"1cd796c9cbe948299bc30c23637e29ed": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"8eff94b7ddfc49bf985c29ddca4868d6": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"27b2d578565d427bb3fefa1b7dadbeb9": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"762a2c3e3399495c86430ff5e59c6cbc": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_db88bd4eacca42b7a4bf9f744769e524",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_7193382b9aee4709bce34d7b53022298",
"IPY_MODEL_d170546207d440e5a0121ede9373f5ca"
]
}
},
"db88bd4eacca42b7a4bf9f744769e524": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"7193382b9aee4709bce34d7b53022298": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_f81b4897f16e481695347b23923ea2d1",
"_dom_classes": [],
"description": "Downloading: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 1290,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 1290,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_8687ac97aad24559a9e8adf5de9158d5"
}
},
"d170546207d440e5a0121ede9373f5ca": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_b68872f9575a45e88e8f97d2e489adb6",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 1.29k/1.29k [00:02<00:00, 498B/s]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_098d064849e94863ba86dc167758f2a7"
}
},
"f81b4897f16e481695347b23923ea2d1": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"8687ac97aad24559a9e8adf5de9158d5": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"b68872f9575a45e88e8f97d2e489adb6": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"098d064849e94863ba86dc167758f2a7": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"abc0d68f7aa2464bacc5b3ff77d9da5e": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_b8391a98fe8747e6ad7a5b0ef6668775",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_b39dea8e89e040a484199c2061fcb81f",
"IPY_MODEL_a07a6a7098df40d09720066d460b3c00"
]
}
},
"b8391a98fe8747e6ad7a5b0ef6668775": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"b39dea8e89e040a484199c2061fcb81f": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_ca96a9a041334c019f13390eeb46e297",
"_dom_classes": [],
"description": "Downloading: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 213,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 213,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_e60c0df059c14522b3a77e05881014ae"
}
},
"a07a6a7098df40d09720066d460b3c00": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_f308b3d597954aec9ea244bfe6eea962",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 213/213 [00:11<00:00, 18.4B/s]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_96aee8b43e5f44418d04e0a7bcbb7cb8"
}
},
"ca96a9a041334c019f13390eeb46e297": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"e60c0df059c14522b3a77e05881014ae": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"f308b3d597954aec9ea244bfe6eea962": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"96aee8b43e5f44418d04e0a7bcbb7cb8": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"2bbf2108af9c443ea3fbb4a9b2e4ae99": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_3feebdeb8b99415aa3fd3a141c766bdd",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_6a0ea0a554f440aab7d0f38ed62ceaaf",
"IPY_MODEL_81863d7f354a462d97db6cd6dd0e6002"
]
}
},
"3feebdeb8b99415aa3fd3a141c766bdd": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"6a0ea0a554f440aab7d0f38ed62ceaaf": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_935c6a1d0a7f46d1997e71f6135ca243",
"_dom_classes": [],
"description": " #0: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 2,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 2,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_539f5492ab5d4a548a3cc3d092cde912"
}
},
"81863d7f354a462d97db6cd6dd0e6002": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_ba3a2e02a33c4e1a9aacca90949d733a",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 2/2 [00:13<00:00, 6.93s/ba]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_de2f8967774a40bdb4d79d13089bc7d0"
}
},
"935c6a1d0a7f46d1997e71f6135ca243": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"539f5492ab5d4a548a3cc3d092cde912": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"ba3a2e02a33c4e1a9aacca90949d733a": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"de2f8967774a40bdb4d79d13089bc7d0": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"989d41c4a10e4355b476a87ecfde27b0": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_1394b0a3294e491c80df64aed74ff863",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_4fd1244a3f72445ba32b5d461ae24cce",
"IPY_MODEL_dd2affd758764bfabd3979da17347b3e"
]
}
},
"1394b0a3294e491c80df64aed74ff863": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"4fd1244a3f72445ba32b5d461ae24cce": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_e063c4ee504a4b43a3ed0cc33bd51a09",
"_dom_classes": [],
"description": " #1: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 2,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 2,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_93d1bce9d8d249e38fdba7c20225ac11"
}
},
"dd2affd758764bfabd3979da17347b3e": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_f846e0daf7764efa88d3ef29804a8766",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 2/2 [00:13<00:00, 6.97s/ba]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_8a142ebe4af54390a71b2379dfbb8d23"
}
},
"e063c4ee504a4b43a3ed0cc33bd51a09": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"93d1bce9d8d249e38fdba7c20225ac11": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"f846e0daf7764efa88d3ef29804a8766": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"8a142ebe4af54390a71b2379dfbb8d23": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"665fc65b05254653a73bccf8c0f19394": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_a98523ce7d5a440ab642a163a4e6e860",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_cfa719b3bbcd4924bc9497e6ad4020d0",
"IPY_MODEL_5f8fb139d5f845d993bf8d85ba69f164"
]
}
},
"a98523ce7d5a440ab642a163a4e6e860": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"cfa719b3bbcd4924bc9497e6ad4020d0": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_8fd8992869f94a6e98f3019c98d6d7dd",
"_dom_classes": [],
"description": " #2: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 2,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 2,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_5327233138f6475f9464024bc7553e9f"
}
},
"5f8fb139d5f845d993bf8d85ba69f164": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_48c349bf0adc4bc79037b1a57f008af1",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 2/2 [00:13<00:00, 6.94s/ba]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_b7f525612b8d4293bb62e16a60986ebf"
}
},
"8fd8992869f94a6e98f3019c98d6d7dd": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"5327233138f6475f9464024bc7553e9f": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"48c349bf0adc4bc79037b1a57f008af1": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"b7f525612b8d4293bb62e16a60986ebf": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"bde25eacf47d46c0a85a57b916e21296": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_c2eaf0bd91c24826b61ae04272f648f4",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_5584e0bf2ce244d994aab768011d10ff",
"IPY_MODEL_d5b17ee62c9a4d0ab121eebe1dc0a019"
]
}
},
"c2eaf0bd91c24826b61ae04272f648f4": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"5584e0bf2ce244d994aab768011d10ff": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_c6aeb40e80534cf1ba1075d7446b3d43",
"_dom_classes": [],
"description": " #3: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 2,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 2,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_7d4180c1815844f48c70511704a96e34"
}
},
"d5b17ee62c9a4d0ab121eebe1dc0a019": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_df1f58dee3434628a8144f902cb58ee0",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 2/2 [00:13<00:00, 6.77s/ba]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_7df6add34e8d4447adbdc4c88e5f221f"
}
},
"c6aeb40e80534cf1ba1075d7446b3d43": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"7d4180c1815844f48c70511704a96e34": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"df1f58dee3434628a8144f902cb58ee0": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"7df6add34e8d4447adbdc4c88e5f221f": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"710dde7635f342429cbc0779cb76c362": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_22eb4ce979ff4c03995995585663345b",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_57b4eb00af3d4b8ca20bdce38cfea977",
"IPY_MODEL_97583b1cf14a4be180b32ec1ff705b01"
]
}
},
"22eb4ce979ff4c03995995585663345b": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"57b4eb00af3d4b8ca20bdce38cfea977": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_3acbd35fc6654f038843d421c8069391",
"_dom_classes": [],
"description": " #0: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 1,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 1,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_592b168f58c34cfda8c5b2ccb2882f56"
}
},
"97583b1cf14a4be180b32ec1ff705b01": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_dd5e26c39aa7449db5905528d6ca3ec7",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 1/1 [00:06<00:00, 6.73s/ba]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_57b6298a132343b093d53f58ee9dda86"
}
},
"3acbd35fc6654f038843d421c8069391": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"592b168f58c34cfda8c5b2ccb2882f56": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"dd5e26c39aa7449db5905528d6ca3ec7": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"57b6298a132343b093d53f58ee9dda86": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"f05e84006d814bbe8d426266f57a0d2a": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_8763ed097062492190fff222874cc25b",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_4cb12c2ae4d1420696a3a82856051c51",
"IPY_MODEL_a0e8290148114cbf8140be2dce1d8bda"
]
}
},
"8763ed097062492190fff222874cc25b": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"4cb12c2ae4d1420696a3a82856051c51": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_d4e12d5098804990a7da0f3a31b65247",
"_dom_classes": [],
"description": " #1: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 1,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 1,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_46e14a46a8014c6490c4c16c558b30ac"
}
},
"a0e8290148114cbf8140be2dce1d8bda": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_10f5fa669a074b4c92369349add83e53",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 1/1 [00:06<00:00, 6.80s/ba]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_7489a1858ed6418998f1dfba5ad2b16d"
}
},
"d4e12d5098804990a7da0f3a31b65247": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"46e14a46a8014c6490c4c16c558b30ac": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"10f5fa669a074b4c92369349add83e53": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"7489a1858ed6418998f1dfba5ad2b16d": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"938526cf150a4736a477512265563a45": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_59d637991cb348d58ea2e91698d86c78",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_36db8e919f5e4642aaddd0b5c549996e",
"IPY_MODEL_1c3ba117b6374d0a81f382a1195e95f0"
]
}
},
"59d637991cb348d58ea2e91698d86c78": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"36db8e919f5e4642aaddd0b5c549996e": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_59bee6a7de834f9ca06d26d7631c1eae",
"_dom_classes": [],
"description": " #2: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 1,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 1,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_b174cda90cc048728296c0d3bfb04382"
}
},
"1c3ba117b6374d0a81f382a1195e95f0": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_f543cf72ac33487e9ce7fbe3a6fcc8f7",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 1/1 [00:06<00:00, 6.79s/ba]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_51bcbe1620954077b217948fc182d92c"
}
},
"59bee6a7de834f9ca06d26d7631c1eae": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"b174cda90cc048728296c0d3bfb04382": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"f543cf72ac33487e9ce7fbe3a6fcc8f7": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"51bcbe1620954077b217948fc182d92c": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"d6188e148b7b4137adde59b9519623b6": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_749678667e4b492d9ce2825ce88ba254",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_11321c0de2294147900b41df6505adc2",
"IPY_MODEL_205f82aa2ac74a0583e0c595c8905112"
]
}
},
"749678667e4b492d9ce2825ce88ba254": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"11321c0de2294147900b41df6505adc2": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_4e3d51d8b5c0435fb23acc32135c296c",
"_dom_classes": [],
"description": " #3: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 1,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 1,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_d6eb01e82a5147ce90afd4a59d3f9599"
}
},
"205f82aa2ac74a0583e0c595c8905112": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_c27d11fad7f04772822df692445616bf",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 1/1 [00:06<00:00, 6.71s/ba]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_1b21092ebf204b16815653e751706ccb"
}
},
"4e3d51d8b5c0435fb23acc32135c296c": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"d6eb01e82a5147ce90afd4a59d3f9599": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"c27d11fad7f04772822df692445616bf": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"1b21092ebf204b16815653e751706ccb": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"4e444cf9dea24335b6d627b09d79d55c": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_959be65e7a074e00a4ac7c426f1767c1",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_0f661004203c42a0bcd8f4cf4b7da9b2",
"IPY_MODEL_ab449bed23eb428eb430af60ac1f63b0"
]
}
},
"959be65e7a074e00a4ac7c426f1767c1": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"0f661004203c42a0bcd8f4cf4b7da9b2": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_55fafb88a302427ab40db3ced046a12a",
"_dom_classes": [],
"description": "Downloading: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 377569754,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 377569754,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_25f5e6bb91214a92827ad926e453efb4"
}
},
"ab449bed23eb428eb430af60ac1f63b0": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_32312709917d4f1d9ba106dab4997552",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 378M/378M [00:08<00:00, 47.0MB/s]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_03d357f3273f4e88ba3b14f3f8a3f866"
}
},
"55fafb88a302427ab40db3ced046a12a": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"25f5e6bb91214a92827ad926e453efb4": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"32312709917d4f1d9ba106dab4997552": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"03d357f3273f4e88ba3b14f3f8a3f866": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"5a57a6a4204e45f2aca5c166a893911b": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_388febc688f041cca057b361ed2ddbe8",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_d4025daadd75496cafe9d5a55a22aef5",
"IPY_MODEL_0bb4070be76245988251d8c54f68acbf"
]
}
},
"388febc688f041cca057b361ed2ddbe8": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"d4025daadd75496cafe9d5a55a22aef5": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_6dede346f4d84f03a731de2f7c162d4c",
"_dom_classes": [],
"description": "",
"_model_name": "FloatProgressModel",
"bar_style": "info",
"max": 1,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 1,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_5f22bc5c4fd04c66ad02ded97fa8534f"
}
},
"0bb4070be76245988251d8c54f68acbf": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_96cd3fc4e6cd4423b51ec2e9c5b2ef23",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 1/? [00:00<00:00, 28.21 tables/s]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_20af16772e7b4284a80cac396445d2cd"
}
},
"6dede346f4d84f03a731de2f7c162d4c": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"5f22bc5c4fd04c66ad02ded97fa8534f": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"96cd3fc4e6cd4423b51ec2e9c5b2ef23": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"20af16772e7b4284a80cac396445d2cd": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"1d9225ce04cc4aa49576cbf38d4ed9d1": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_01822370fbc34a11aeee06b38ac8414c",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_fcf24adbec544854bfef5cc1864d9b73",
"IPY_MODEL_b4bc0613ff334e868d7125f9f9be1256"
]
}
},
"01822370fbc34a11aeee06b38ac8414c": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"fcf24adbec544854bfef5cc1864d9b73": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_4c248590dadc4c2e96112640c79e86b6",
"_dom_classes": [],
"description": "Downloading: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 1693,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 1693,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_f3a309dcc6f94259b03682ba97fa47ca"
}
},
"b4bc0613ff334e868d7125f9f9be1256": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_9b273af69f704ac695e226ae847e2f66",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 1.69k/1.69k [00:00<00:00, 2.21kB/s]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_9072ea0038444dc1b53014ca761c71f8"
}
},
"4c248590dadc4c2e96112640c79e86b6": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"f3a309dcc6f94259b03682ba97fa47ca": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"9b273af69f704ac695e226ae847e2f66": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"9072ea0038444dc1b53014ca761c71f8": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"5f2a6a93760d4e0cba08eacfd92236c2": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_87d8a2b23a34459faf647080f2b3146b",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_f361babc67cc4d3ca3fcdbd58f5f8748",
"IPY_MODEL_6e46942596a5426ab69aaefe0476e4bd"
]
}
},
"87d8a2b23a34459faf647080f2b3146b": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"f361babc67cc4d3ca3fcdbd58f5f8748": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_e823c515ad66421dbec2b73c75dfbdc7",
"_dom_classes": [],
"description": "Downloading: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 213,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 213,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_db85385bd3954e7e91864c8dce7b2e09"
}
},
"6e46942596a5426ab69aaefe0476e4bd": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_9e45c94b836e456d82faddfc46488b6f",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 213/213 [00:12<00:00, 16.9B/s]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_0176005366bf4363947319e5e8ac0854"
}
},
"e823c515ad66421dbec2b73c75dfbdc7": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"db85385bd3954e7e91864c8dce7b2e09": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"9e45c94b836e456d82faddfc46488b6f": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"0176005366bf4363947319e5e8ac0854": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"3b82795606904318bd6cb47c07c11aea": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_8cfed54f7a71441db85f40dddb6a0290",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_10fa0b164b0546a5bb5d6a1ddf549c84",
"IPY_MODEL_cd3199d548ba464aa5af2caa270928f3"
]
}
},
"8cfed54f7a71441db85f40dddb6a0290": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"10fa0b164b0546a5bb5d6a1ddf549c84": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_8baa3e2190f94a288a5a12d7c3ce0c02",
"_dom_classes": [],
"description": "Downloading: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 379949267,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 379949267,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_9a9154607c764a57b76592f5db2dc06e"
}
},
"cd3199d548ba464aa5af2caa270928f3": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_6e601b969fdc4387a8ec9666f54b3808",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 380M/380M [00:10<00:00, 35.1MB/s]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_83fddd0627e24fb380ddf58a77bffe06"
}
},
"8baa3e2190f94a288a5a12d7c3ce0c02": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"9a9154607c764a57b76592f5db2dc06e": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"6e601b969fdc4387a8ec9666f54b3808": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"83fddd0627e24fb380ddf58a77bffe06": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"19d129fceaf147fc876b192ccb3c82c1": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_eb532ff6a91d42b0a457badf26f114d8",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_76bf15dfbca440b7b86c883949baf1cf",
"IPY_MODEL_19447b997cef4917aff0928d54fb6c87"
]
}
},
"eb532ff6a91d42b0a457badf26f114d8": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"76bf15dfbca440b7b86c883949baf1cf": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_9fecd0186d5747f0831da783bd76dfd4",
"_dom_classes": [],
"description": "100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 121,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 121,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_7f23afdea65f446d9c0acf2d73448579"
}
},
"19447b997cef4917aff0928d54fb6c87": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_5cd44a2f821b4e3aae46796d5c169df7",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 121/121 [00:19<00:00, 6.25ex/s]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_327a70c980e342d88dad7a0e23524ba5"
}
},
"9fecd0186d5747f0831da783bd76dfd4": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"7f23afdea65f446d9c0acf2d73448579": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"5cd44a2f821b4e3aae46796d5c169df7": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"327a70c980e342d88dad7a0e23524ba5": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"b788cc15aca2473193507ce298df1e79": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_b489484843fb4858bd1e87f6d64d654b",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_039ff1e800af4ad0b1aed45a5dc8916f",
"IPY_MODEL_a39ffe587bbd4cb399c041bd88977763"
]
}
},
"b489484843fb4858bd1e87f6d64d654b": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"039ff1e800af4ad0b1aed45a5dc8916f": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_b89948691b4a48a9b7001bc6e1ded073",
"_dom_classes": [],
"description": "100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 61,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 61,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_45fb2ce2d1dd42f5985549cfa14ff889"
}
},
"a39ffe587bbd4cb399c041bd88977763": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_307d60713eef4111b5d3aa8720cdef66",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 61/61 [00:15<00:00, 4.03ba/s]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_2301d2d93d064db6869e68161ae2c3b8"
}
},
"b89948691b4a48a9b7001bc6e1ded073": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"45fb2ce2d1dd42f5985549cfa14ff889": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"307d60713eef4111b5d3aa8720cdef66": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"2301d2d93d064db6869e68161ae2c3b8": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
}
}
},
"accelerator": "GPU"
},
"cells": [
{
"cell_type": "markdown",
"metadata": {
"id": "5fbCls1d2yBs"
},
"source": [
"# Emotion Recognition in Greek Speech Using HuBERT"
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "sp37lZOV2042"
},
"source": [
"**HuBERT** leverages the masked prediction loss over sequences, e.g., \n",
"Google’s Bidirectional Encoder Representations from Transformers, or BERT, method, to represent the sequential structure of speech. HuBERT uses an offline clustering step to generate noisy labels for Masked Language Model pretraining. Concretely, HuBERT consumes masked continuous speech features to predict predetermined cluster assignments. The predictive loss is applied over only the masked regions, forcing the model to learn good high-level representations of unmasked inputs in order to infer the targets of masked ones correctly.\n",
"\n",
" \n",
"\n",
"The official [paper](https://arxiv.org/pdf/2106.07447.pdf)."
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "y0xJwDkA3QQR"
},
"source": [
"In this notebook, we will go through how to use this model to recognize the emotional aspects of speech in a language (or even as a general view using for every classification problem). Before going any further, we need to install some handy packages and define some enviroment values."
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "44tiWBh0FFcJ",
"outputId": "48de2ab5-c2be-43c7-e88e-b4ead315a745"
},
"source": [
"!nvidia-smi"
],
"execution_count": 1,
"outputs": [
{
"output_type": "stream",
"text": [
"Thu Jun 17 16:21:06 2021 \n",
"+-----------------------------------------------------------------------------+\n",
"| NVIDIA-SMI 465.27 Driver Version: 460.32.03 CUDA Version: 11.2 |\n",
"|-------------------------------+----------------------+----------------------+\n",
"| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |\n",
"| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |\n",
"| | | MIG M. |\n",
"|===============================+======================+======================|\n",
"| 0 Tesla T4 Off | 00000000:00:04.0 Off | 0 |\n",
"| N/A 50C P8 10W / 70W | 0MiB / 15109MiB | 0% Default |\n",
"| | | N/A |\n",
"+-------------------------------+----------------------+----------------------+\n",
" \n",
"+-----------------------------------------------------------------------------+\n",
"| Processes: |\n",
"| GPU GI CI PID Type Process name GPU Memory |\n",
"| ID ID Usage |\n",
"|=============================================================================|\n",
"| No running processes found |\n",
"+-----------------------------------------------------------------------------+\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"id": "hirl5Co6GW4P"
},
"source": [
"# from google.colab import drive\n",
"\n",
"# drive.mount('/content/drive', force_remount=True)"
],
"execution_count": 2,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"id": "TYsw43ULuXC_"
},
"source": [
"%%capture\n",
"\n",
"!pip install git+https://github.com/huggingface/datasets.git\n",
"!pip install git+https://github.com/huggingface/transformers.git\n",
"!pip install torchaudio\n",
"!pip install librosa\n",
"\n",
"# Monitor the training process\n",
"# !pip install wandb"
],
"execution_count": 3,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "cp4-LTa2uphv",
"outputId": "ecd9b4f4-ca03-4085-b2eb-fb1b5299aa50"
},
"source": [
"%env LC_ALL=C.UTF-8\n",
"%env LANG=C.UTF-8\n",
"%env TRANSFORMERS_CACHE=/content/cache\n",
"%env HF_DATASETS_CACHE=/content/cache\n",
"%env CUDA_LAUNCH_BLOCKING=1"
],
"execution_count": 4,
"outputs": [
{
"output_type": "stream",
"text": [
"env: LC_ALL=C.UTF-8\n",
"env: LANG=C.UTF-8\n",
"env: TRANSFORMERS_CACHE=/content/cache\n",
"env: HF_DATASETS_CACHE=/content/cache\n",
"env: CUDA_LAUNCH_BLOCKING=1\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"id": "A0B06FRmusKF"
},
"source": [
"# # Uncomment this part if you want to setup your wandb project\n",
"\n",
"# %env WANDB_WATCH=all\n",
"# %env WANDB_LOG_MODEL=1\n",
"# %env WANDB_PROJECT=YOUR_PROJECT_NAME\n",
"# !wandb login YOUR_API_KEY --relogin"
],
"execution_count": 5,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
"id": "krC50MmmvBWJ"
},
"source": [
"## Prepare Data\n",
"\n",
"For this particular example, we use [Acted Emotional Speech Dynamic Database – AESDD](http://m3c.web.auth.gr/research/aesdd-speech-emotion-recognition/) provided by Multidisciplinary Media & Mediated Communication Research Group ([M3C](http://m3c.web.auth.gr/)). \n",
"\n",
"The Acted Emotional Speech Dynamic Database (AESDD) is a publically available speech emotion recognition dataset that contains utterances of acted emotional speech in the Greek language for five different emotions `sadness`, `disgust`, `happiness`, `anger`, and `fear`.\n",
"\n",
"The dataset consists of directories of emotions; each folder includes specific emotions. We need to loop over directories and save the paths related to each class based on the directory name.\n",
"\n",
"```bash\n",
".\n",
"├── Tools\\ and\\ Documentation\n",
"│ ├── ESTrainer.mlapp\n",
"│ ├── Speech\\ Emotion\\ Recognition\\ Adapted\\ to\\ Multimodal\\ Semantic\\ Repositories_documentation.pdf\n",
"│ ├── Speech\\ Emotion\\ Recognition\\ for\\ Performance\\ Interaction.pdf\n",
"│ └── readme.txt\n",
"├── anger\n",
"│ ├── a01\\ (1).wav\n",
"│ ├── a01\\ (2).wav\n",
"│ ├── ...\n",
"├── disgust\n",
"│ ├── d01\\ (1).wav\n",
"│ ├── d01\\ (2).wav\n",
"│ ├── ...\n",
"├── fear\n",
"│ ├── f01\\ (1).wav\n",
"│ ├── f01\\ (2).wav\n",
"│ ├── ...\n",
"├── happiness\n",
"│ ├── h01\\ (1).wav\n",
"│ ├── h01\\ (2).wav\n",
"│ ├── ...\n",
"└── sadness\n",
" ├── s01\\ (1).wav\n",
" ├── s01\\ (2).wav\n",
" ├── ...\n",
"\n",
"6 directories, 609 files\n",
"```"
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "4UVGPPOVCl-Y"
},
"source": [
"Since the dataset is hosted on [Mega](https://mega.nz/#F!0ShVXY7C!-73kVoK05OjTPEA95UUvMw) and unable to access it directly, we upload the dataset on the G-drive to make this tutorial accessible."
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "nEKDAy2bCGFM",
"outputId": "86a6cd25-b129-4ac3-d414-06b7708ee258"
},
"source": [
"# Download the dataset from \n",
"\n",
"!mkdir -p /content/data\n",
"!gdown https://drive.google.com/uc?id=1_IAWexEWpH-ly_JaA5EGfZDp-_3flkN1\n",
"!unzip -q aesdd.zip -d /content/data/\n",
"!mv \"/content/data/Acted Emotional Speech Dynamic Database/\" /content/data/aesdd/"
],
"execution_count": 6,
"outputs": [
{
"output_type": "stream",
"text": [
"Downloading...\n",
"From: https://drive.google.com/uc?id=1_IAWexEWpH-ly_JaA5EGfZDp-_3flkN1\n",
"To: /content/aesdd.zip\n",
"410MB [00:02, 175MB/s]\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"id": "pFSqZ0jwCMSv"
},
"source": [
"import numpy as np\n",
"import pandas as pd\n",
"\n",
"from pathlib import Path\n",
"from tqdm import tqdm\n",
"\n",
"import torchaudio\n",
"from sklearn.model_selection import train_test_split\n",
"\n",
"import os\n",
"import sys"
],
"execution_count": 7,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "7MXAESg_Dqr6",
"outputId": "c72c65c7-4532-432a-8c55-c8b5eaff689c"
},
"source": [
"data = []\n",
"\n",
"for path in tqdm(Path(\"/content/data/aesdd\").glob(\"**/*.wav\")):\n",
" name = str(path).split('/')[-1].split('.')[0]\n",
" label = str(path).split('/')[-2]\n",
" \n",
" try:\n",
" # There are some broken files\n",
" s = torchaudio.load(path)\n",
" data.append({\n",
" \"name\": name,\n",
" \"path\": path,\n",
" \"emotion\": label\n",
" })\n",
" except Exception as e:\n",
" # print(str(path), e)\n",
" pass\n",
"\n",
" # break"
],
"execution_count": 8,
"outputs": [
{
"output_type": "stream",
"text": [
"605it [00:01, 530.15it/s]\n"
],
"name": "stderr"
}
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 204
},
"id": "10b89ZpLDqx9",
"outputId": "1a89eb3f-5a2b-41fc-acf6-0ac82d702090"
},
"source": [
"df = pd.DataFrame(data)\n",
"df.head()"
],
"execution_count": 9,
"outputs": [
{
"output_type": "execute_result",
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" \n",
" name \n",
" path \n",
" emotion \n",
" \n",
" \n",
" \n",
" \n",
" 0 \n",
" d19 (4) \n",
" /content/data/aesdd/disgust/d19 (4).wav \n",
" disgust \n",
" \n",
" \n",
" 1 \n",
" d01 (5) \n",
" /content/data/aesdd/disgust/d01 (5).wav \n",
" disgust \n",
" \n",
" \n",
" 2 \n",
" d12 (5) \n",
" /content/data/aesdd/disgust/d12 (5).wav \n",
" disgust \n",
" \n",
" \n",
" 3 \n",
" d16 (1) \n",
" /content/data/aesdd/disgust/d16 (1).wav \n",
" disgust \n",
" \n",
" \n",
" 4 \n",
" d07 (3) \n",
" /content/data/aesdd/disgust/d07 (3).wav \n",
" disgust \n",
" \n",
" \n",
"
\n",
"
"
],
"text/plain": [
" name path emotion\n",
"0 d19 (4) /content/data/aesdd/disgust/d19 (4).wav disgust\n",
"1 d01 (5) /content/data/aesdd/disgust/d01 (5).wav disgust\n",
"2 d12 (5) /content/data/aesdd/disgust/d12 (5).wav disgust\n",
"3 d16 (1) /content/data/aesdd/disgust/d16 (1).wav disgust\n",
"4 d07 (3) /content/data/aesdd/disgust/d07 (3).wav disgust"
]
},
"metadata": {
"tags": []
},
"execution_count": 9
}
]
},
{
"cell_type": "code",
"metadata": {
"id": "iMhTHur8voOp",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 238
},
"outputId": "6a213a0c-c904-47b6-bc23-6e83884564c4"
},
"source": [
"# Filter broken and non-existed paths\n",
"\n",
"print(f\"Step 0: {len(df)}\")\n",
"\n",
"df[\"status\"] = df[\"path\"].apply(lambda path: True if os.path.exists(path) else None)\n",
"df = df.dropna(subset=[\"path\"])\n",
"df = df.drop(\"status\", 1)\n",
"print(f\"Step 1: {len(df)}\")\n",
"\n",
"df = df.sample(frac=1)\n",
"df = df.reset_index(drop=True)\n",
"df.head()"
],
"execution_count": 10,
"outputs": [
{
"output_type": "stream",
"text": [
"Step 0: 604\n",
"Step 1: 604\n"
],
"name": "stdout"
},
{
"output_type": "execute_result",
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" \n",
" name \n",
" path \n",
" emotion \n",
" \n",
" \n",
" \n",
" \n",
" 0 \n",
" d10 (6) \n",
" /content/data/aesdd/disgust/d10 (6).wav \n",
" disgust \n",
" \n",
" \n",
" 1 \n",
" a19 (2) \n",
" /content/data/aesdd/anger/a19 (2).wav \n",
" anger \n",
" \n",
" \n",
" 2 \n",
" s20 (2) \n",
" /content/data/aesdd/sadness/s20 (2).wav \n",
" sadness \n",
" \n",
" \n",
" 3 \n",
" s08 (3) \n",
" /content/data/aesdd/sadness/s08 (3).wav \n",
" sadness \n",
" \n",
" \n",
" 4 \n",
" h02 (5) \n",
" /content/data/aesdd/happiness/h02 (5).wav \n",
" happiness \n",
" \n",
" \n",
"
\n",
"
"
],
"text/plain": [
" name path emotion\n",
"0 d10 (6) /content/data/aesdd/disgust/d10 (6).wav disgust\n",
"1 a19 (2) /content/data/aesdd/anger/a19 (2).wav anger\n",
"2 s20 (2) /content/data/aesdd/sadness/s20 (2).wav sadness\n",
"3 s08 (3) /content/data/aesdd/sadness/s08 (3).wav sadness\n",
"4 h02 (5) /content/data/aesdd/happiness/h02 (5).wav happiness"
]
},
"metadata": {
"tags": []
},
"execution_count": 10
}
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "TWku4ra3Bp52"
},
"source": [
"Let's explore how many labels (emotions) are in the dataset with what distribution."
]
},
{
"cell_type": "code",
"metadata": {
"id": "beNpKMh5xXmX",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 269
},
"outputId": "0ef49574-07b5-4d0a-828a-cfecff87c451"
},
"source": [
"print(\"Labels: \", df[\"emotion\"].unique())\n",
"print()\n",
"df.groupby(\"emotion\").count()[[\"path\"]]"
],
"execution_count": 11,
"outputs": [
{
"output_type": "stream",
"text": [
"Labels: ['disgust' 'anger' 'sadness' 'happiness' 'fear']\n",
"\n"
],
"name": "stdout"
},
{
"output_type": "execute_result",
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" \n",
" path \n",
" \n",
" \n",
" emotion \n",
" \n",
" \n",
" \n",
" \n",
" \n",
" anger \n",
" 121 \n",
" \n",
" \n",
" disgust \n",
" 122 \n",
" \n",
" \n",
" fear \n",
" 120 \n",
" \n",
" \n",
" happiness \n",
" 119 \n",
" \n",
" \n",
" sadness \n",
" 122 \n",
" \n",
" \n",
"
\n",
"
"
],
"text/plain": [
" path\n",
"emotion \n",
"anger 121\n",
"disgust 122\n",
"fear 120\n",
"happiness 119\n",
"sadness 122"
]
},
"metadata": {
"tags": []
},
"execution_count": 11
}
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "i2hwRai7BNrx"
},
"source": [
"Let's display some random sample of the dataset and run it a couple of times to get a feeling for the audio and the emotional label."
]
},
{
"cell_type": "code",
"metadata": {
"id": "DZaQ_sP5xkIX",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 126
},
"outputId": "449a4c88-7258-4eae-d285-548e8f8180a7"
},
"source": [
"import torchaudio\n",
"import librosa\n",
"import IPython.display as ipd\n",
"import numpy as np\n",
"\n",
"idx = np.random.randint(0, len(df))\n",
"sample = df.iloc[idx]\n",
"path = sample[\"path\"]\n",
"label = sample[\"emotion\"]\n",
"\n",
"\n",
"print(f\"ID Location: {idx}\")\n",
"print(f\" Label: {label}\")\n",
"print()\n",
"\n",
"speech, sr = torchaudio.load(path)\n",
"speech = speech[0].numpy().squeeze()\n",
"speech = librosa.resample(np.asarray(speech), sr, 16_000)\n",
"ipd.Audio(data=np.asarray(speech), autoplay=True, rate=16000)"
],
"execution_count": 12,
"outputs": [
{
"output_type": "stream",
"text": [
"ID Location: 256\n",
" Label: anger\n",
"\n"
],
"name": "stdout"
},
{
"output_type": "execute_result",
"data": {
"text/html": [
"\n",
" \n",
" \n",
" Your browser does not support the audio element.\n",
" \n",
" "
],
"text/plain": [
""
]
},
"metadata": {
"tags": []
},
"execution_count": 12
}
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "7WNjWoWRCmPk"
},
"source": [
"For training purposes, we need to split data into train test sets; in this specific example, we break with a `20%` rate for the test set."
]
},
{
"cell_type": "code",
"metadata": {
"id": "mlim-044xtJN",
"colab": {
"base_uri": "https://localhost:8080/"
},
"outputId": "e1410b59-5486-413f-d596-246f109710ac"
},
"source": [
"save_path = \"/content/data\"\n",
"\n",
"train_df, test_df = train_test_split(df, test_size=0.2, random_state=101, stratify=df[\"emotion\"])\n",
"\n",
"train_df = train_df.reset_index(drop=True)\n",
"test_df = test_df.reset_index(drop=True)\n",
"\n",
"train_df.to_csv(f\"{save_path}/train.csv\", sep=\"\\t\", encoding=\"utf-8\", index=False)\n",
"test_df.to_csv(f\"{save_path}/test.csv\", sep=\"\\t\", encoding=\"utf-8\", index=False)\n",
"\n",
"\n",
"print(train_df.shape)\n",
"print(test_df.shape)"
],
"execution_count": 13,
"outputs": [
{
"output_type": "stream",
"text": [
"(483, 3)\n",
"(121, 3)\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "kcnD-d_rDElt"
},
"source": [
"## Prepare Data for Training"
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 224,
"referenced_widgets": [
"6cb7ead7dd60467cbc296ced68b5a887",
"c0fb3fdd04154c1ebd7011ee32591235",
"09b6b1d6115e409dbd97d152d5ea66e3",
"717522e52f344f02961b83c47a70fe24",
"1773f9e45a93467a84bc76874c4a3d08",
"37fb8f6c3a5748ebb12d5ffe79728ee1",
"37ffe40f40ed41f0b37e7b28bb2c8dee",
"3ebf2586b21c424b915fecaa21a6f6a2",
"7ff66e8680d84452919faf047d92fbf0",
"17eee8cde17e4079985222014f55af6b",
"28c7fee188a44bad9f98edb52b916cbc",
"0ae42e9388904eae8dcd5433604f98c9",
"c2598c40a44040a784806d0a086e07bb",
"1cd796c9cbe948299bc30c23637e29ed",
"8eff94b7ddfc49bf985c29ddca4868d6",
"27b2d578565d427bb3fefa1b7dadbeb9"
]
},
"id": "nnVfxQYDDIc6",
"outputId": "c3a5d757-2137-4ff9-f9d9-44f9ca460b02"
},
"source": [
"# Loading the created dataset using datasets\n",
"from datasets import load_dataset, load_metric\n",
"\n",
"\n",
"data_files = {\n",
" \"train\": \"/content/data/train.csv\", \n",
" \"validation\": \"/content/data/test.csv\",\n",
"}\n",
"\n",
"dataset = load_dataset(\"csv\", data_files=data_files, delimiter=\"\\t\", )\n",
"train_dataset = dataset[\"train\"]\n",
"eval_dataset = dataset[\"validation\"]\n",
"\n",
"print(train_dataset)\n",
"print(eval_dataset)"
],
"execution_count": 14,
"outputs": [
{
"output_type": "stream",
"text": [
"Using custom data configuration default-5e9243b4c54d19a7\n"
],
"name": "stderr"
},
{
"output_type": "stream",
"text": [
"Downloading and preparing dataset csv/default (download: Unknown size, generated: Unknown size, post-processed: Unknown size, total: Unknown size) to /content/cache/csv/default-5e9243b4c54d19a7/0.0.0/2dc6629a9ff6b5697d82c25b73731dd440507a69cbce8b425db50b751e8fcfd0...\n"
],
"name": "stdout"
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "6cb7ead7dd60467cbc296ced68b5a887",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=1.0, bar_style='info', max=1.0), HTML(value='')))"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"\r"
],
"name": "stdout"
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "7ff66e8680d84452919faf047d92fbf0",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=1.0, bar_style='info', max=1.0), HTML(value='')))"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"\rDataset csv downloaded and prepared to /content/cache/csv/default-5e9243b4c54d19a7/0.0.0/2dc6629a9ff6b5697d82c25b73731dd440507a69cbce8b425db50b751e8fcfd0. Subsequent calls will reuse this data.\n",
"Dataset({\n",
" features: ['name', 'path', 'emotion'],\n",
" num_rows: 483\n",
"})\n",
"Dataset({\n",
" features: ['name', 'path', 'emotion'],\n",
" num_rows: 121\n",
"})\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"id": "rsOrQPBOEVOy"
},
"source": [
"# We need to specify the input and output column\n",
"input_column = \"path\"\n",
"output_column = \"emotion\""
],
"execution_count": 15,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "-gh7fQ1XEpC7",
"outputId": "dae27202-09f2-4afd-e6a8-edf2b46b29d8"
},
"source": [
"# we need to distinguish the unique labels in our SER dataset\n",
"label_list = train_dataset.unique(output_column)\n",
"label_list.sort() # Let's sort it for determinism\n",
"num_labels = len(label_list)\n",
"print(f\"A classification problem with {num_labels} classes: {label_list}\")"
],
"execution_count": 16,
"outputs": [
{
"output_type": "stream",
"text": [
"A classification problem with 5 classes: ['anger', 'disgust', 'fear', 'happiness', 'sadness']\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "4TkGYrVTFR6Y"
},
"source": [
"In order to preprocess the audio into our classification model, we need to set up the relevant HuBERT scale in this case `facebook/hubert-base-ls960` by [FaceBook HuBERT-Base](https://huggingface.co/facebook/hubert-base-ls960). To handle the context representations in any audio length we use a merge strategy plan (pooling mode) to concatenate that 3D representations into 2D representations.\n",
"\n",
"There are three merge strategies `mean`, `sum`, and `max`. In this example, we achieved better results on the mean approach. In the following, we need to initiate the config and the feature extractor from the Dimitris model."
]
},
{
"cell_type": "code",
"metadata": {
"id": "rQrGaFohGzVo"
},
"source": [
"from transformers import AutoConfig, Wav2Vec2Processor, Wav2Vec2FeatureExtractor"
],
"execution_count": 17,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"id": "9Y1adr7vFrq7"
},
"source": [
"model_name_or_path = \"facebook/hubert-base-ls960\"\n",
"pooling_mode = \"mean\""
],
"execution_count": 19,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"id": "AZjDSmBRGqr6",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 66,
"referenced_widgets": [
"762a2c3e3399495c86430ff5e59c6cbc",
"db88bd4eacca42b7a4bf9f744769e524",
"7193382b9aee4709bce34d7b53022298",
"d170546207d440e5a0121ede9373f5ca",
"f81b4897f16e481695347b23923ea2d1",
"8687ac97aad24559a9e8adf5de9158d5",
"b68872f9575a45e88e8f97d2e489adb6",
"098d064849e94863ba86dc167758f2a7"
]
},
"outputId": "3c68b6d1-db0b-46e7-b34f-7cdfac661774"
},
"source": [
"# config\n",
"config = AutoConfig.from_pretrained(\n",
" model_name_or_path,\n",
" num_labels=num_labels,\n",
" label2id={label: i for i, label in enumerate(label_list)},\n",
" id2label={i: label for i, label in enumerate(label_list)},\n",
" finetuning_task=\"wav2vec2_clf\",\n",
")\n",
"setattr(config, 'pooling_mode', pooling_mode)"
],
"execution_count": 20,
"outputs": [
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "762a2c3e3399495c86430ff5e59c6cbc",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description='Downloading', max=1290.0, style=ProgressStyle(description…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 83,
"referenced_widgets": [
"abc0d68f7aa2464bacc5b3ff77d9da5e",
"b8391a98fe8747e6ad7a5b0ef6668775",
"b39dea8e89e040a484199c2061fcb81f",
"a07a6a7098df40d09720066d460b3c00",
"ca96a9a041334c019f13390eeb46e297",
"e60c0df059c14522b3a77e05881014ae",
"f308b3d597954aec9ea244bfe6eea962",
"96aee8b43e5f44418d04e0a7bcbb7cb8"
]
},
"id": "ZXVl9qW1Gw_-",
"outputId": "baefbb75-935f-4a4b-d62d-2b33e7a6e9b4"
},
"source": [
"feature_extractor = Wav2Vec2FeatureExtractor.from_pretrained(model_name_or_path,)\n",
"target_sampling_rate = feature_extractor.sampling_rate\n",
"print(f\"The target sampling rate: {target_sampling_rate}\")"
],
"execution_count": 21,
"outputs": [
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "abc0d68f7aa2464bacc5b3ff77d9da5e",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description='Downloading', max=213.0, style=ProgressStyle(description_…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"\n",
"The target sampling rate: 16000\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "CbGuYgLqHXZg"
},
"source": [
"# Preprocess Data"
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "qLk-eM1DFjtE"
},
"source": [
"So far, we downloaded, loaded, and split the SER dataset into train and test sets. The instantiated our strategy configuration for using context representations in our classification problem SER. Now, we need to extract features from the audio path in context representation tensors and feed them into our classification model to determine the emotion in the speech.\n",
"\n",
"Since the audio file is saved in the `.wav` format, it is easy to use **[Librosa](https://librosa.org/doc/latest/index.html)** or others, but we suppose that the format may be in the `.mp3` format in case of generality. We found that the **[Torchaudio](https://pytorch.org/audio/stable/index.html)** library works best for reading in `.mp3` data.\n",
"\n",
"An audio file usually stores both its values and the sampling rate with which the speech signal was digitalized. We want to store both in the dataset and write a **map(...)** function accordingly. Also, we need to handle the string labels into integers for our specific classification task in this case, the **single-label classification** you may want to use for your **regression** or even **multi-label classification**."
]
},
{
"cell_type": "code",
"metadata": {
"id": "6UqlIV3uGxDA"
},
"source": [
"def speech_file_to_array_fn(path):\n",
" speech_array, sampling_rate = torchaudio.load(path)\n",
" resampler = torchaudio.transforms.Resample(sampling_rate, target_sampling_rate)\n",
" speech = resampler(speech_array).squeeze().numpy()\n",
" return speech\n",
"\n",
"def label_to_id(label, label_list):\n",
"\n",
" if len(label_list) > 0:\n",
" return label_list.index(label) if label in label_list else -1\n",
"\n",
" return label\n",
"\n",
"def preprocess_function(examples):\n",
" speech_list = [speech_file_to_array_fn(path) for path in examples[input_column]]\n",
" target_list = [label_to_id(label, label_list) for label in examples[output_column]]\n",
"\n",
" result = feature_extractor(speech_list, sampling_rate=target_sampling_rate)\n",
" result[\"labels\"] = list(target_list)\n",
"\n",
" return result"
],
"execution_count": 22,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 752,
"referenced_widgets": [
"2bbf2108af9c443ea3fbb4a9b2e4ae99",
"3feebdeb8b99415aa3fd3a141c766bdd",
"6a0ea0a554f440aab7d0f38ed62ceaaf",
"81863d7f354a462d97db6cd6dd0e6002",
"935c6a1d0a7f46d1997e71f6135ca243",
"539f5492ab5d4a548a3cc3d092cde912",
"ba3a2e02a33c4e1a9aacca90949d733a",
"de2f8967774a40bdb4d79d13089bc7d0",
"989d41c4a10e4355b476a87ecfde27b0",
"1394b0a3294e491c80df64aed74ff863",
"4fd1244a3f72445ba32b5d461ae24cce",
"dd2affd758764bfabd3979da17347b3e",
"e063c4ee504a4b43a3ed0cc33bd51a09",
"93d1bce9d8d249e38fdba7c20225ac11",
"f846e0daf7764efa88d3ef29804a8766",
"8a142ebe4af54390a71b2379dfbb8d23",
"665fc65b05254653a73bccf8c0f19394",
"a98523ce7d5a440ab642a163a4e6e860",
"cfa719b3bbcd4924bc9497e6ad4020d0",
"5f8fb139d5f845d993bf8d85ba69f164",
"8fd8992869f94a6e98f3019c98d6d7dd",
"5327233138f6475f9464024bc7553e9f",
"48c349bf0adc4bc79037b1a57f008af1",
"b7f525612b8d4293bb62e16a60986ebf",
"bde25eacf47d46c0a85a57b916e21296",
"c2eaf0bd91c24826b61ae04272f648f4",
"5584e0bf2ce244d994aab768011d10ff",
"d5b17ee62c9a4d0ab121eebe1dc0a019",
"c6aeb40e80534cf1ba1075d7446b3d43",
"7d4180c1815844f48c70511704a96e34",
"df1f58dee3434628a8144f902cb58ee0",
"7df6add34e8d4447adbdc4c88e5f221f",
"710dde7635f342429cbc0779cb76c362",
"22eb4ce979ff4c03995995585663345b",
"57b4eb00af3d4b8ca20bdce38cfea977",
"97583b1cf14a4be180b32ec1ff705b01",
"3acbd35fc6654f038843d421c8069391",
"592b168f58c34cfda8c5b2ccb2882f56",
"dd5e26c39aa7449db5905528d6ca3ec7",
"57b6298a132343b093d53f58ee9dda86",
"f05e84006d814bbe8d426266f57a0d2a",
"8763ed097062492190fff222874cc25b",
"4cb12c2ae4d1420696a3a82856051c51",
"a0e8290148114cbf8140be2dce1d8bda",
"d4e12d5098804990a7da0f3a31b65247",
"46e14a46a8014c6490c4c16c558b30ac",
"10f5fa669a074b4c92369349add83e53",
"7489a1858ed6418998f1dfba5ad2b16d",
"938526cf150a4736a477512265563a45",
"59d637991cb348d58ea2e91698d86c78",
"36db8e919f5e4642aaddd0b5c549996e",
"1c3ba117b6374d0a81f382a1195e95f0",
"59bee6a7de834f9ca06d26d7631c1eae",
"b174cda90cc048728296c0d3bfb04382",
"f543cf72ac33487e9ce7fbe3a6fcc8f7",
"51bcbe1620954077b217948fc182d92c",
"d6188e148b7b4137adde59b9519623b6",
"749678667e4b492d9ce2825ce88ba254",
"11321c0de2294147900b41df6505adc2",
"205f82aa2ac74a0583e0c595c8905112",
"4e3d51d8b5c0435fb23acc32135c296c",
"d6eb01e82a5147ce90afd4a59d3f9599",
"c27d11fad7f04772822df692445616bf",
"1b21092ebf204b16815653e751706ccb"
]
},
"id": "ioP8FfR2GxHi",
"outputId": "2f2ec2fd-ee95-4e0d-f3fe-ed5a458e909a"
},
"source": [
"train_dataset = train_dataset.map(\n",
" preprocess_function,\n",
" batch_size=100,\n",
" batched=True,\n",
" num_proc=4\n",
")\n",
"eval_dataset = eval_dataset.map(\n",
" preprocess_function,\n",
" batch_size=100,\n",
" batched=True,\n",
" num_proc=4\n",
")"
],
"execution_count": 23,
"outputs": [
{
"output_type": "stream",
"text": [
" "
],
"name": "stdout"
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "2bbf2108af9c443ea3fbb4a9b2e4ae99",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description=' #0', max=2.0, style=ProgressStyle(description_width='ini…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "989d41c4a10e4355b476a87ecfde27b0",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description=' #1', max=2.0, style=ProgressStyle(description_width='ini…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "665fc65b05254653a73bccf8c0f19394",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description=' #2', max=2.0, style=ProgressStyle(description_width='ini…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "bde25eacf47d46c0a85a57b916e21296",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description=' #3', max=2.0, style=ProgressStyle(description_width='ini…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"/usr/local/lib/python3.7/dist-packages/numpy/core/_asarray.py:83: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray\n",
" return array(a, dtype, copy=False, order=order)\n",
"/usr/local/lib/python3.7/dist-packages/numpy/core/_asarray.py:83: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray\n",
" return array(a, dtype, copy=False, order=order)\n",
"/usr/local/lib/python3.7/dist-packages/numpy/core/_asarray.py:83: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray\n",
" return array(a, dtype, copy=False, order=order)\n",
"/usr/local/lib/python3.7/dist-packages/numpy/core/_asarray.py:83: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray\n",
" return array(a, dtype, copy=False, order=order)\n"
],
"name": "stderr"
},
{
"output_type": "stream",
"text": [
"\n",
"\n",
"\n",
"\n",
" "
],
"name": "stdout"
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "710dde7635f342429cbc0779cb76c362",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description=' #0', max=1.0, style=ProgressStyle(description_width='ini…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
" "
],
"name": "stdout"
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "f05e84006d814bbe8d426266f57a0d2a",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description=' #1', max=1.0, style=ProgressStyle(description_width='ini…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "938526cf150a4736a477512265563a45",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description=' #2', max=1.0, style=ProgressStyle(description_width='ini…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "d6188e148b7b4137adde59b9519623b6",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description=' #3', max=1.0, style=ProgressStyle(description_width='ini…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"/usr/local/lib/python3.7/dist-packages/numpy/core/_asarray.py:83: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray\n",
" return array(a, dtype, copy=False, order=order)\n",
"/usr/local/lib/python3.7/dist-packages/numpy/core/_asarray.py:83: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray\n",
" return array(a, dtype, copy=False, order=order)\n",
"/usr/local/lib/python3.7/dist-packages/numpy/core/_asarray.py:83: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray\n",
" return array(a, dtype, copy=False, order=order)\n",
"/usr/local/lib/python3.7/dist-packages/numpy/core/_asarray.py:83: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray\n",
" return array(a, dtype, copy=False, order=order)\n"
],
"name": "stderr"
},
{
"output_type": "stream",
"text": [
"\n",
"\n",
"\n",
"\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "eu1qcRucHk6d",
"outputId": "2fd6ddb8-75e2-4199-8205-c829118c1409"
},
"source": [
"idx = 0\n",
"print(f\"Training input_values: {train_dataset[idx]['input_values']}\")\n",
"# print(f\"Training attention_mask: {train_dataset[idx]['attention_mask']}\")\n",
"print(f\"Training labels: {train_dataset[idx]['labels']} - {train_dataset[idx]['emotion']}\")"
],
"execution_count": 24,
"outputs": [
{
"output_type": "stream",
"text": [
"Training input_values: [0.012195447459816933, 0.01286868192255497, 0.007767216768115759, 0.012088076211512089, 0.007827715016901493, 0.009597277268767357, 0.004116889555007219, 6.375827797455713e-05, -0.0006471340311691165, 0.006182727869600058, 0.010509037412703037, -0.00044100626837462187, 0.000542021356523037, -0.008292698301374912, -0.003477462101727724, 0.0008596793049946427, 0.0006734858034178615, 0.007131188176572323, 0.006423383951187134, 0.0051215048879384995, -0.00038782914634793997, 0.000771235441789031, 0.00021551261306740344, 0.000600838044192642, -0.00032682993332855403, -0.007393585983663797, -0.0003218874626327306, 0.0001551565801491961, 0.01867518573999405, 0.010105011984705925, -0.00021912319061812013, -0.005250890739262104, -0.013293921947479248, 0.0011123366421088576, 0.0005983544397167861, 0.01397752109915018, 0.007784562651067972, -0.0009333079215139151, 0.0005082838470116258, 0.001469903625547886, 0.00810324028134346, -4.7232060751412064e-05, 0.0015308060683310032, -0.011815502308309078, -0.012871000915765762, 0.0005850379238836467, -0.006235879845917225, 0.0019385593477636576, -0.010501645505428314, -0.016398582607507706, -0.01870184950530529, -0.02047705464065075, -0.015766309574246407, -0.013749923557043076, -0.0071334377862513065, -0.015591043047606945, -0.01562817580997944, -0.01769419014453888, -0.008282111957669258, -0.00018221422214992344, -0.008888269774615765, -0.007244572509080172, -0.008139796555042267, -0.006747734267264605, -0.010326523333787918, -0.0068027242086827755, 0.0016690241172909737, -0.00032279189326800406, -0.005557430442422628, -0.014848779886960983, -0.015156134031713009, -0.02151687815785408, -0.014155344106256962, -0.007766650523990393, -0.014796068891882896, -0.003151136450469494, -0.013039388693869114, -0.012227533385157585, -0.004717137664556503, -0.008811742067337036, -0.006706666201353073, 0.0019735246896743774, -0.00849125999957323, -0.01525664608925581, -0.007217075675725937, -0.007350551430135965, -0.00030332125606946647, 0.004907379858195782, 0.010070806369185448, 0.005167110823094845, -0.0006331900367513299, 0.0054977694526314735, 0.010382850654423237, 0.022654330357909203, 0.01525125466287136, 0.002309383824467659, 0.0004463517980184406, -0.000306438043480739, 0.008039030246436596, 0.021956201642751694, 0.018092600628733635, 0.014810162596404552, 0.014241990633308887, -0.0008505829027853906, 0.009635211899876595, -0.0012502509634941816, 0.020867258310317993, 0.030294213443994522, 0.007424869574606419, 0.011474535800516605, -0.0012049998622387648, 0.0035256140399724245, 0.00010321555600967258, 0.006303822621703148, 0.004225315526127815, 0.005652238614857197, 0.01085718348622322, -0.0013806070201098919, 0.003133366582915187, 0.015185224823653698, 0.012217812240123749, 0.011385551653802395, 0.0006962626939639449, -0.0015660356730222702, -0.00046773883514106274, 0.0064498502761125565, 0.014505847357213497, 0.0075837792828679085, 0.019897639751434326, 0.015976352617144585, 0.007270663511008024, 0.015111560933291912, 0.0062035853043198586, 0.0058748661540448666, 0.017018567770719528, 0.00818430446088314, 0.01766076125204563, 0.011220968328416348, 0.012136987410485744, 0.014473997987806797, 0.008808857761323452, 0.020112954080104828, 0.014774407260119915, 0.006870891898870468, 0.014323546551167965, 0.01044059544801712, 0.022043757140636444, 0.0278933085501194, 0.011457406915724277, 0.004165102727711201, -0.004393428564071655, -0.00297489482909441, 0.003206703346222639, 0.0171581469476223, 0.012734239920973778, 0.007801211904734373, 0.008936548605561256, 0.008434988558292389, 0.0062608118169009686, 0.0015242431545630097, -0.0001889835693873465, 0.011350917629897594, 0.0011525385780259967, 0.0026883038226515055, 0.0001988424191949889, 0.006552740000188351, 0.018374178558588028, 0.01371576264500618, 0.000993605819530785, -0.0032194973900914192, -0.020758232101798058, -0.019183127209544182, -0.005377116147428751, -0.003873402252793312, 0.007975009270012379, -0.009703543037176132, -0.0075178747065365314, -0.013615976087749004, -0.01754036918282509, -0.0075353640131652355, -0.0022410955280065536, -0.02119654417037964, -0.033821821212768555, -0.034881915897130966, -0.01153467781841755, -0.009465590119361877, -0.01646878756582737, -0.013593887910246849, -0.031199872493743896, -0.028817856684327126, -0.02573416940867901, -0.025795429944992065, -0.029261447489261627, 0.007977192290127277, -0.01169733889400959, -0.016902178525924683, 0.00023143584257923067, -0.015995103865861893, -0.004068977199494839, -0.0049982271157205105, 0.0028526480309665203, 9.128712554229423e-05, 0.007378742098808289, 0.007343480363488197, -0.001892428146675229, 0.01286393590271473, 0.005599993281066418, 0.00789352972060442, 0.015663795173168182, -0.0013512573204934597, 0.01790662109851837, -0.0012789895990863442, 0.023518918082118034, 0.029357777908444405, 0.021263152360916138, 0.04031069204211235, 0.005288176704198122, 0.007746937219053507, 0.032497063279151917, 0.13451604545116425, 0.10823895782232285, 0.07205915451049805, 0.06458350270986557, 0.016033297404646873, 0.0743831992149353, 0.09330965578556061, 0.018721193075180054, 0.05914880707859993, 0.041097987443208694, 0.02279270999133587, 0.007867592386901379, -0.037590667605400085, -0.008339103311300278, 0.005313235800713301, -0.010882595553994179, -0.01746620051562786, -0.00903648603707552, -0.019597668200731277, -0.04489577189087868, -0.01860361360013485, 0.014270192943513393, -0.008470476604998112, -0.0009859621059149504, 0.004066138993948698, 0.016252737492322922, 0.03449001535773277, -0.005170952063053846, -0.010403715074062347, -0.028687216341495514, -0.022338537499308586, 0.004927968140691519, 0.01165877003222704, 0.00969059206545353, -0.006412499584257603, 0.018035583198070526, -0.006866348907351494, -0.02298724092543125, -0.022123435512185097, -0.01906914822757244, 0.002732833381742239, 0.0012534542474895716, 0.014168261550366879, 0.027360890060663223, 0.013544907793402672, -0.001620088703930378, 0.0004915836034342647, 0.008819975890219212, 0.04310258850455284, 0.027217667549848557, -0.003456927603110671, -0.0005520057748071849, -0.0277689378708601, -0.029898183420300484, -0.005670363083481789, -0.0034627458080649376, -0.023177217692136765, 0.008831298910081387, 0.12143586575984955, 0.12016377598047256, 0.09190145134925842, 0.05627129226922989, 0.027901047840714455, 0.007307508494704962, -0.005050092004239559, 0.014951528050005436, -0.005625157617032528, -0.00860887486487627, -0.024478120729327202, -0.060607995837926865, -0.06686272472143173, -0.07716957479715347, -0.0427345372736454, -0.01914147287607193, 0.009726307354867458, 0.010388140566647053, 0.034723613411188126, -0.0028208550065755844, 0.012090472504496574, 0.02884599380195141, -0.008786207064986229, 0.0018983458867296576, -0.0025578064378350973, 0.013748370110988617, 0.058739934116601944, 0.04285934567451477, 0.04616300389170647, 0.05535655841231346, -0.005053950473666191, -0.001850491389632225, 0.0032224771566689014, 0.028181415051221848, 0.028230728581547737, 0.03355386108160019, -0.006764930672943592, -0.05022003874182701, -0.057015903294086456, -0.06268833577632904, -0.016032006591558456, -0.0012302055256441236, -0.004903892520815134, -0.0032485679257661104, -0.0011976544046774507, -0.024810096248984337, -0.007754217833280563, 0.022529292851686478, 9.286749263992533e-05, -0.02367815189063549, -0.03529014438390732, -0.035010311752557755, -0.0326991081237793, 0.0016658356180414557, 0.025328466668725014, -0.007679786533117294, -0.05447198078036308, -0.03859135881066322, -0.004261116497218609, 0.03227093443274498, 0.04470854997634888, 0.027706917375326157, 0.017412198707461357, -0.03792830556631088, -0.018274961039423943, 0.001958530629053712, 0.005628202110528946, 0.0421367771923542, -0.05334753543138504, -0.036429472267627716, -0.005310337524861097, 0.013393834233283997, 0.005554568022489548, 0.001894789980724454, -0.019507547840476036, -0.008468919433653355, 0.06085123121738434, 0.021882962435483932, -0.013692578300833702, -0.05741721764206886, -0.025999339297413826, 0.011539111845195293, -0.030239587649703026, 0.0037561652716249228, -0.004250294528901577, 0.040286529809236526, 0.15342894196510315, 0.07091961055994034, 0.02177570015192032, -0.046015091240406036, -0.0070382170379161835, 0.016982311382889748, 0.033790264278650284, 0.03220593184232712, -0.0443846620619297, -0.0243491530418396, -0.0882282704114914, -0.03981304541230202, -0.06455423682928085, -0.08677557110786438, -0.042255546897649765, -0.009457450360059738, -0.005038997624069452, 0.017259372398257256, -0.05859484151005745, -0.11895561218261719, -0.059341881424188614, -0.03021734580397606, -0.015168165788054466, 0.0643748939037323, 0.010590820573270321, 0.03927840292453766, 0.06603819876909256, 0.04892671853303909, 0.01744484342634678, -0.06412294507026672, 0.03451487421989441, 0.04128969460725784, 0.13745784759521484, 0.10928598791360855, -0.007469272706657648, -0.032016731798648834, -0.10311337560415268, -0.035140976309776306, -0.003829836379736662, 0.010464387945830822, 0.0073683178052306175, 0.00033306979457847774, -0.009380397386848927, -0.02023867703974247, -0.024643052369356155, -0.011644436046481133, -0.00179730833042413, 0.017000874504446983, 0.02242465689778328, -0.0034740278497338295, -0.019969580695033073, -0.03611079230904579, -0.04027876630425453, -0.048638392239809036, 0.04145233333110809, 0.02702396921813488, 0.03000539354979992, 0.0596676729619503, 0.03511231020092964, 0.02550692670047283, 0.0033547240309417248, 0.0029376044403761625, 0.02457617036998272, 0.02123958431184292, 0.041969746351242065, -0.012692231684923172, -0.027290893718600273, -0.022676577791571617, -0.09311903268098831, -0.0343436636030674, -0.03877349942922592, 0.04066130146384239, -0.05287671089172363, -0.08498052507638931, -0.036254703998565674, -0.03533828258514404, -0.0453009158372879, -0.04468713700771332, 0.014237135648727417, -0.0359417200088501, 0.0043260217644274235, 0.020836196839809418, -0.003552535083144903, -0.0077772969380021095, -0.011685473844408989, 0.02590986341238022, 0.004957296419888735, 0.0341201014816761, 0.06879035383462906, -0.004999383818358183, -0.08211275935173035, -0.031816959381103516, -0.04125174134969711, -0.013901332393288612, -0.04001004993915558, -0.004966323263943195, 0.03673138469457626, 0.012982225976884365, -0.0077926176600158215, -0.08128160983324051, -0.05851251631975174, -0.011139044538140297, 0.11270881444215775, 0.020252110436558723, -0.007705315016210079, -0.02297038584947586, 0.05190723016858101, 0.16526800394058228, -0.06917873024940491, -0.14060045778751373, -0.11292430013418198, -0.03635420277714729, -0.06572429835796356, -0.0735257938504219, -0.025545505806803703, -0.05708710476756096, 0.1967807561159134, 0.2265547662973404, -0.009204868227243423, -0.06945782154798508, 0.002766983350738883, 0.11937670409679413, 0.11238832771778107, 0.15704508125782013, 0.0368100181221962, 0.0010080118663609028, 0.09218370914459229, 0.09985615313053131, 0.08055063337087631, -0.040592845529317856, -0.06615398079156876, -0.04638255760073662, -0.04416273534297943, 0.005111620761454105, 0.012943620793521404, -0.08559287339448929, -0.11338064074516296, -0.07541303336620331, -0.11014457046985626, -0.13908201456069946, -0.07041527330875397, -0.016055218875408173, -0.01019447110593319, -0.002332041971385479, 0.008320789784193039, 0.017234595492482185, -0.08013249188661575, -0.009684481658041477, 0.03420880809426308, -0.0016976164188235998, -0.02946518547832966, -0.013955050148069859, 0.10306797921657562, 0.04828153923153877, -0.007155693136155605, 0.013754716143012047, 0.003394966246560216, -0.018938632681965828, -0.054992884397506714, -0.0132808368653059, 0.0036473048385232687, 0.00014271943655330688, -0.017819665372371674, -0.08765915036201477, -0.10532564669847488, -0.05635950714349747, 0.004549501463770866, 0.02371618151664734, -0.021064164116978645, -0.07395362108945847, -0.03119662217795849, 0.039000578224658966, 0.02633850648999214, 0.0033481272403150797, 0.01913262903690338, 0.06847502291202545, 0.05655604228377342, 0.0309761893004179, 0.05302780494093895, 0.0019512047292664647, 0.0020109883043915033, 0.06440363824367523, 0.10662344098091125, 0.0029201924335211515, -0.10717595368623734, -0.07506104558706284, -0.05109669268131256, -0.026374544948339462, 0.03769898787140846, 0.05180109664797783, -0.032879170030355453, -0.07439181208610535, -0.006903079804033041, 0.0896378755569458, 0.006838626228272915, 0.02600233629345894, 0.1343439370393753, 0.05660254508256912, -0.06096242368221283, -0.06339394301176071, -0.09029486775398254, -0.05491465702652931, 0.05435088649392128, 0.13384391367435455, 0.000366183347068727, -0.15509314835071564, -0.05427316203713417, 0.11792992800474167, 0.13885581493377686, 0.1556456983089447, 0.055780451744794846, -0.10961518436670303, -0.13191913068294525, -0.018717993050813675, 0.09629642963409424, -0.03182245045900345, -0.11441583931446075, -0.044903676956892014, -0.02219921164214611, -0.08563254773616791, -0.08197284489870071, -0.01741897128522396, 0.02829923667013645, 0.07033508270978928, 0.1628400683403015, 0.0673019140958786, -0.07783940434455872, -0.09036746621131897, 0.033893339335918427, 0.09455189108848572, 0.04311700537800789, -0.0024795786011964083, -0.040956299751996994, -0.028432678431272507, 0.04238232225179672, 0.1196349635720253, -0.007809697650372982, -0.12450774759054184, 0.029043134301900864, 0.16819699108600616, 0.09101036936044693, -0.04212396591901779, -0.0864541232585907, -0.02411920577287674, -0.019295871257781982, 0.0033690184354782104, 0.05847426876425743, -0.032938290387392044, 0.0018977278377860785, -0.09530270844697952, -0.00451279990375042, -0.023954762145876884, 0.055356841534376144, 0.10771781951189041, -0.021791590377688408, 0.014235424809157848, -0.029922977089881897, -0.11061450093984604, -0.058037541806697845, 0.049940843135118484, 0.15165242552757263, 0.015620721504092216, -0.03207137808203697, -0.11999430507421494, -0.07623908668756485, 0.03031742200255394, 0.05601565167307854, 0.01308492012321949, -0.09502045065164566, 0.011899925768375397, 0.10110048204660416, 0.08542709797620773, 0.053493693470954895, 0.046474896371364594, 0.03353440389037132, -0.03831607848405838, -0.04435143992304802, -0.047878507524728775, 0.027030620723962784, 0.14277461171150208, 0.05617199093103409, -0.03486102074384689, -0.12926700711250305, -0.01046588085591793, 0.11095257848501205, -0.0027652468997985125, -0.008636792190372944, 0.036271676421165466, 0.050405655056238174, 0.04825911298394203, 0.09181325137615204, 0.016105610877275467, -0.11393194645643234, -0.10029251873493195, -0.015727512538433075, 0.0711737722158432, 0.034299176186323166, -0.03536985442042351, -0.0468510203063488, 0.030701013281941414, 0.1710285246372223, 0.18639308214187622, 0.02632884867489338, -0.10476160794496536, -0.12379783391952515, 0.058599863201379776, 0.05759112536907196, 0.06890353560447693, -0.018820447847247124, -0.10689502954483032, 0.03871807083487511, 0.003914876841008663, -0.05786466225981712, -0.09943316876888275, -0.06173942610621452, 0.05307318642735481, 0.1358865648508072, 0.18734648823738098, 0.09730159491300583, -0.11803269386291504, -0.11407983303070068, 0.06687284260988235, 0.11766915768384933, 0.05638636276125908, -0.0893523097038269, -0.027288973331451416, 0.09155450761318207, 0.24236761033535004, 0.12353987246751785, -0.07402357459068298, -0.08461789786815643, 0.03964240476489067, 0.11430606991052628, -0.026528913527727127, -0.13116538524627686, -0.11830927431583405, -0.05820770561695099, -0.012358400970697403, 0.034310244023799896, 0.027887443080544472, -0.13353174924850464, -0.25443655252456665, 0.007811267394572496, 0.16036656498908997, 0.12420951575040817, 0.02310895547270775, -0.1390877366065979, 0.023182328790426254, 0.01938447169959545, -0.047983601689338684, -0.10372879356145859, -0.08937440067529678, 0.016179658472537994, 0.028296304866671562, 0.007348738145083189, -0.10662030428647995, -0.04247696325182915, 0.09450386464595795, 0.09088754653930664, 0.0112732769921422, -0.12246230244636536, -0.1369175910949707, 0.041114628314971924, 0.19903936982154846, 0.15425537526607513, -0.02520861104130745, -0.11280695348978043, -0.09326791018247604, 0.06722328811883926, 0.01779746823012829, -0.06750881671905518, 0.058998726308345795, 0.008022528141736984, 0.0304868221282959, 0.04577697440981865, 0.03265070170164108, -0.0451095774769783, -0.13664722442626953, 0.07786431163549423, 0.10584446042776108, -0.059705834835767746, -0.16872592270374298, -0.010712459683418274, 0.08539649844169617, 0.036825988441705704, 0.07990380376577377, -0.038760989904403687, -0.12699203193187714, -0.12780003249645233, 0.10797280818223953, 0.1140432059764862, -0.08474654704332352, -0.07511886209249496, 0.08029843121767044, 0.10414811968803406, -0.013208272866904736, 0.0042993854731321335, -0.03684225305914879, 0.014189086854457855, 0.14930598437786102, 0.13867615163326263, 0.020769929513335228, -0.22397184371948242, -0.08157249540090561, 0.0656554102897644, 0.05829887092113495, -0.09667643159627914, -0.13702648878097534, -0.0573454387485981, 0.041808053851127625, 0.03244959935545921, -0.0018133239354938269, -0.05207941681146622, -0.013927907682955265, -0.013136706314980984, -0.004510863684117794, 0.021478330716490746, -0.048137348145246506, -0.020718662068247795, 0.029109977185726166, -0.01418245118111372, -0.10944049805402756, -0.1985456347465515, -0.12808182835578918, 0.06522291898727417, 0.23231057822704315, 0.17952817678451538, -0.009752973914146423, -0.1737210750579834, -0.13838690519332886, 0.07015375047922134, 0.06955746561288834, -0.04527838155627251, 0.015552091412246227, 0.007500473875552416, -0.02155519649386406, -0.12005524337291718, -0.08965051174163818, -0.0011818812927231193, -0.0167686864733696, 4.19786483689677e-05, 0.05813468620181084, 0.09543219953775406, 0.04918324202299118, 0.08183702826499939, 0.09944947808980942, -0.1693565994501114, -0.20227760076522827, -0.013603173196315765, 0.33324116468429565, 0.22166210412979126, -0.0800405815243721, -0.23482468724250793, -0.15690550208091736, 0.16883061826229095, 0.19522160291671753, 0.15337400138378143, -0.1814422607421875, -0.3815327286720276, -0.06868928670883179, 0.35405048727989197, 0.3173050880432129, -0.1456173062324524, -0.2525375783443451, -0.05013256147503853, 0.12169909477233887, 0.0577685572206974, -0.02469373494386673, -0.005858384072780609, 0.04101623222231865, 0.041548654437065125, 0.13232149183750153, 0.0882759541273117, -0.09856265783309937, -0.0905425176024437, 0.06850295513868332, 0.14667513966560364, -0.006456539034843445, -0.09473396092653275, -0.1517390012741089, 0.08686764538288116, 0.2028398960828781, 0.045335881412029266, -0.21204537153244019, -0.23885513842105865, 0.09277420490980148, 0.24829614162445068, 0.1662328988313675, -0.004852901212871075, -0.17464986443519592, -0.03399971127510071, 0.13561217486858368, 0.29170387983322144, 0.033254604786634445, -0.2121155709028244, -0.0035301814787089825, 0.12259829044342041, 0.1079501286149025, -0.09490911662578583, -0.16907978057861328, -0.09474640339612961, -0.002574014011770487, 0.07968347519636154, 0.08208540827035904, -0.04127363860607147, -0.08721314370632172, -0.01346383336931467, -0.019336549565196037, -0.0010184603743255138, -0.19361431896686554, 0.0950062945485115, 0.062480952590703964, 0.02432892844080925, -0.14162889122962952, -0.19100408256053925, -0.06557825952768326, 0.006315407808870077, 0.042198989540338516, 0.05664786323904991, 0.032573260366916656, -0.0785481259226799, 0.0006890770746394992, 0.09215550869703293, 0.08257444202899933, 0.04415080323815346, -0.07100983709096909, -0.10684611648321152, -0.009380189701914787, 0.15419913828372955, -0.10203193128108978, -0.09119495004415512, -0.042296841740608215, 0.03792934492230415, 0.02705218456685543, -0.16090798377990723, -0.13285741209983826, 0.05647705867886543, 0.016103535890579224, 0.0582517609000206, 0.028004959225654602, 0.04349512234330177, -0.03820524737238884, -0.10739897936582565, 0.04123298451304436, 0.07887333631515503, 0.09493061155080795, 0.06360045820474625, -0.014129864051938057, 0.012750353664159775, -0.10647674649953842, 0.026335788890719414, 0.08511591702699661, 0.01988372392952442, 0.05091487243771553, -0.03973643109202385, -0.07761487364768982, -0.0439365953207016, 0.10574337840080261, 0.22447769343852997, 0.03319947421550751, -0.18838772177696228, -0.19833360612392426, 0.05999208614230156, 0.14367060363292694, 0.10655836015939713, 0.053033363074064255, -0.026607925072312355, -0.06497853249311447, -0.1257491260766983, 0.040289077907800674, 0.13760332763195038, 0.009416230022907257, 0.0011892052134498954, 0.19503071904182434, 0.17083239555358887, -0.10343603044748306, -0.053902313113212585, -0.03722841292619705, -0.07770213484764099, -0.03882009908556938, 0.012172199785709381, 0.11229392141103745, 0.06104254722595215, 0.01781945675611496, -0.04149250313639641, -0.17127756774425507, -0.07675769180059433, 0.1000363901257515, 0.10799575597047806, -0.05433151125907898, 0.0018513413378968835, 0.051627714186906815, -0.07648476213216782, 0.06670629233121872, 0.16534671187400818, 0.030640147626399994, -0.11989990621805191, -0.1152912899851799, -0.004702083300799131, 0.03418736532330513, 0.08797414600849152, 0.23688851296901703, 0.2136164903640747, -0.12023796886205673, -0.2295951545238495, -0.08521826565265656, 0.10317420214414597, 0.18791978061199188, 0.06931775063276291, 0.04848240315914154, -0.09067569673061371, -0.04185425490140915, 0.0941970944404602, 0.10861172527074814, -0.16115638613700867, -0.14495737850666046, -0.08711003512144089, 0.06813815981149673, 0.012433567084372044, -0.03632168844342232, -0.026152171194553375, -0.27993491291999817, -0.16007152199745178, -0.047969065606594086, 0.07432106137275696, 0.02266247384250164, -0.14704684913158417, 0.009572398848831654, 0.038116224110126495, 0.11934502422809601, -0.0893959179520607, -0.07881715148687363, 0.06547368317842484, 0.15979236364364624, 0.10553979873657227, -0.003168409690260887, -0.04603162780404091, 0.07393857836723328, 0.08410260826349258, 0.10617092996835709, 0.0036090565845370293, -0.04800660163164139, -0.020284006372094154, -0.050088901072740555, -0.13946954905986786, 0.0675598606467247, 0.16898301243782043, -0.07336926460266113, -0.1470137983560562, -0.011220726184546947, -0.10285906493663788, -0.11878442764282227, 0.0567067414522171, 0.17183063924312592, 0.038702819496393204, -0.17758670449256897, -0.057646553963422775, 0.24699468910694122, 0.12257537245750427, -0.022759342566132545, -0.05782940983772278, -0.10639487951993942, -0.09152408689260483, 0.2658143937587738, 0.2006533145904541, -0.02771115116775036, -0.17015016078948975, -0.10670606046915054, 0.08849041163921356, -0.054226960986852646, -0.12757521867752075, -0.025159886106848717, 0.10491635650396347, 0.0840151309967041, 0.01948496140539646, -0.08719983696937561, -0.15973114967346191, -0.08123306930065155, 0.09074453264474869, 0.17574812471866608, -0.04481872543692589, -0.24133585393428802, -0.17068351805210114, 0.13465413451194763, 0.13486893475055695, -0.031350333243608475, -0.16491100192070007, -0.1453033834695816, 0.009122264571487904, 0.10533048957586288, 0.03342260420322418, 0.004203977063298225, -0.07015196233987808, -0.0047442070208489895, 0.07169410586357117, -0.06673559546470642, -0.15866316854953766, 0.00636773556470871, 0.11640089750289917, 0.23595385253429413, 0.0017165152821689844, -0.09191836416721344, -0.17573606967926025, 0.0021223414223641157, 0.1937626451253891, 0.15402081608772278, -0.04853351041674614, -0.2358269840478897, -0.139368936419487, 0.04300018027424812, 0.023630810901522636, 0.12047550082206726, -0.13457463681697845, -0.263228178024292, -0.054838936775922775, 0.09894219785928726, 0.1547977775335312, -0.004041541833430529, 0.0035600655246526003, 0.023320559412240982, -0.08163010329008102, -0.04538921266794205, 0.05658387020230293, 0.12493164092302322, 0.008549492806196213, 0.005938293877989054, 0.06149715185165405, 0.06459126621484756, -0.009092527441680431, 0.012059243395924568, 0.055024195462465286, -0.061892058700323105, -0.04844184219837189, 0.06516121327877045, 0.10931947827339172, -0.04776826500892639, -0.2501935362815857, -0.06031962111592293, 0.013929617591202259, 0.07001961022615433, 0.008620231412351131, -0.10437752306461334, -0.07624263316392899, -0.07550500333309174, 0.044148460030555725, 0.053429342806339264, 0.06953556090593338, 0.16243916749954224, 0.010527029633522034, -0.062489103525877, -0.03200468420982361, 0.19874386489391327, 0.15371306240558624, -0.021937474608421326, 0.044345922768116, -0.03333061933517456, -0.00339986733160913, -0.04105802997946739, 0.016907433047890663, 0.10967009514570236, -0.08616042882204056, -0.12181182205677032, -0.07024227827787399, 0.21684420108795166, 0.25774115324020386, 0.00449452456086874, -0.20264782011508942, -0.11899477243423462, 0.13923199474811554, 0.11415249109268188, 0.08195073902606964, -0.15393956005573273, -0.1578318476676941, 0.016619782894849777, 0.1308794468641281, 0.13505080342292786, -0.04104110226035118, -0.05281662568449974, -0.02810259535908699, 0.04472122713923454, 0.0949014201760292, 0.14928552508354187, 0.029094897210597992, -0.1426944136619568, -0.05021647363901138, 0.029000570997595787, -0.05384579300880432, -0.06151457875967026, -0.044256892055273056, 0.08939871937036514, -0.00206946674734354, -0.06724251806735992, -0.1422736644744873, 0.07659143954515457, 0.1499757021665573, 0.15147891640663147, -0.026372378692030907, -0.2899291217327118, -0.1769765019416809, 0.00991867296397686, 0.08763990551233292, 0.12281641364097595, -0.06320130825042725, -0.23056945204734802, -0.20548579096794128, 0.08669280260801315, 0.21145331859588623, 0.03876488655805588, 0.0011360925855115056, -0.050871092826128006, 0.14952914416790009, 0.03362986072897911, 0.011952800676226616, 0.02095571905374527, -0.1538480669260025, -0.008985977619886398, 0.07245588302612305, -0.03286241367459297, -0.05048932507634163, -0.18394605815410614, -0.02283957228064537, 0.0478748083114624, 0.09376601874828339, 0.1252467930316925, -0.07499174773693085, 0.025159984827041626, -0.02954499050974846, 0.09039345383644104, 0.04745049774646759, -0.01291184313595295, -0.017934033647179604, 0.08436784148216248, 0.10280825942754745, 0.09561420977115631, -0.07761478424072266, -0.12146377563476562, -0.012293040752410889, 0.1528017669916153, 0.06431639194488525, 0.036601193249225616, -0.0886395275592804, -0.09290412068367004, 0.012274703942239285, 0.028784597292542458, 0.0026972622144967318, -0.015116618014872074, -0.05640648677945137, -0.05988806486129761, -0.004084365908056498, 0.15184366703033447, 0.0006039360887371004, 0.055045031011104584, 0.04053040221333504, 0.08274926245212555, -0.07757745683193207, -0.10081946849822998, 0.014654070138931274, 0.023634811863303185, 0.04938756674528122, 0.06662234663963318, -0.004003550391644239, -0.03650970757007599, -0.13697302341461182, -0.08118894696235657, 0.03949641063809395, 0.2741844654083252, 0.12485732138156891, -0.12848003208637238, -0.2541404366493225, 0.0661560520529747, 0.11139534413814545, 0.1157044768333435, -0.10019341856241226, -0.17742477357387543, -0.07579566538333893, 0.09684107452630997, 0.164197638630867, -0.033421095460653305, -0.1591235250234604, -0.0719422847032547, 0.0032152351923286915, 0.16006720066070557, 0.10597402602434158, -0.018733367323875427, -0.14455503225326538, -0.0070539480075240135, 0.11900057643651962, 0.13786675035953522, -0.06706348806619644, -0.09123040735721588, -0.0728515237569809, 0.006588067393749952, 0.03687893599271774, 0.18478040397167206, -0.005889848805963993, 0.029245326295495033, 0.05625111982226372, 0.04820700362324715, -0.012795742601156235, 0.009938323870301247, 0.12667278945446014, 0.08894442021846771, 0.11418028920888901, -0.07800613343715668, -0.09227355569601059, -0.05200336501002312, -0.045172013342380524, 0.14549778401851654, 0.007009741850197315, -0.12628644704818726, -0.1673613339662552, -0.1128673404455185, 0.1055874302983284, 0.07412867248058319, 0.01114556286484003, 0.0072477879002690315, -0.03443598747253418, 0.029886066913604736, 0.04249214380979538, 0.1095755398273468, -0.025109386071562767, -0.20112434029579163, -0.04788075387477875, 0.197710320353508, 0.20502103865146637, -0.08811818063259125, -0.2911292314529419, -0.1287115067243576, 0.038992684334516525, 0.1550968736410141, 0.19372853636741638, -0.07354940474033356, -0.22790402173995972, -0.2542162537574768, 0.0851890817284584, 0.3628094494342804, 0.27738118171691895, -0.005235047545284033, -0.22898830473423004, -0.15317964553833008, -0.03114996664226055, 0.18080495297908783, 0.07489090412855148, -0.06625309586524963, -0.17082108557224274, -0.025972163304686546, -0.06835285574197769, -0.09815696626901627, -0.06288464367389679, -0.04004218801856041, -0.03367047756910324, 0.04050220176577568, -0.08671243488788605, -0.0816941037774086, -0.009729567915201187, 0.2752525508403778, 0.14951924979686737, -0.037112921476364136, -0.2754817306995392, -0.07799746841192245, 0.14833970367908478, 0.2467687577009201, 0.03744887188076973, -0.22877460718154907, -0.30927491188049316, -0.060707759112119675, 0.1917031705379486, 0.07137798517942429, 0.0005242666811682284, -0.14591623842716217, -0.2829245328903198, 0.008756464347243309, 0.3741818964481354, 0.0921284407377243, -0.1725941300392151, -0.08527201414108276, 0.03139345720410347, -0.06290833652019501, -0.03391026705503464, 0.066196970641613, 0.14711110293865204, -0.049689456820487976, -0.023311957716941833, 0.04212905094027519, 0.04317747429013252, -0.026959754526615143, 0.17170964181423187, 0.13319815695285797, -0.07333323359489441, -0.13835681974887848, -0.02411208115518093, 0.07876836508512497, 0.23028665781021118, -0.05660777539014816, -0.20560802519321442, -0.19949950277805328, -0.07238990068435669, 0.06370290368795395, 0.08244127780199051, -0.05451320856809616, -0.06058047339320183, -0.057678379118442535, 0.09308341890573502, -0.050039079040288925, 0.07899313420057297, -3.089068559347652e-05, 0.037816841155290604, 0.008005526848137379, -0.18613889813423157, -0.026852108538150787, 0.011084571480751038, 0.05534425005316734, 0.06695199757814407, -0.2729358375072479, -0.023401349782943726, 0.14062684774398804, 0.1901552975177765, 0.038854364305734634, -0.06368189305067062, -0.23726357519626617, -0.10938972979784012, 0.06498893350362778, 0.25237780809402466, 0.16688358783721924, -0.30952325463294983, -0.28189435601234436, -0.1531837433576584, 0.20387177169322968, 0.16601166129112244, -0.04652145504951477, -0.07503367215394974, -0.1914515495300293, 0.11634927988052368, 0.13941194117069244, -0.06987261772155762, -0.023296400904655457, 0.0013770628720521927, 0.03693774715065956, 0.09729787707328796, -0.16459228098392487, 0.06937257200479507, 0.026464441791176796, 0.0033607077784836292, 0.03103460744023323, -0.016212405636906624, 0.05425373092293739, -0.10226408392190933, 0.09641992300748825, 0.12607619166374207, 0.05594991147518158, -0.0176351647824049, -0.02850615419447422, 0.1763051450252533, -0.04770369082689285, -0.2042158842086792, -0.05246490612626076, 0.05928861349821091, 0.011963799595832825, 0.13081876933574677, 0.029626233503222466, -0.20865938067436218, -0.30978578329086304, 0.0750623345375061, 0.2964390814304352, 0.1829582303762436, 0.07149682193994522, -0.06729419529438019, -0.24395190179347992, -0.07422570139169693, 0.13218283653259277, 0.13764698803424835, -0.08510509878396988, -0.173613041639328, 0.09154652059078217, 0.0223148912191391, -0.05149877071380615, 0.10754834115505219, 0.025395849719643593, -0.035333339124917984, 0.02711145579814911, 0.0788467675447464, 0.03301941975951195, 0.008530892431735992, -0.04849998652935028, 0.013760375790297985, -0.041845519095659256, -0.0023888396099209785, 0.05491897091269493, -0.06360240280628204, -0.05726059898734093, -0.025806937366724014, 0.16306054592132568, 0.0954485684633255, -0.09675079584121704, -0.02598615549504757, 0.12530997395515442, 0.08842991292476654, 0.046429380774497986, -0.08473905920982361, 0.11743292957544327, 0.1551397293806076, 0.03751320391893387, -0.07846174389123917, 0.02121245488524437, 0.12759295105934143, 0.10390403866767883, 0.05110465735197067, -0.006196388974785805, 0.04357710853219032, -0.011583586223423481, 0.10734985768795013, 0.2783867418766022, 0.15944676101207733, -0.16844843327999115, -0.2200777679681778, -0.028893014416098595, 0.04839732497930527, 0.11476355046033859, 0.012701057828962803, -0.055736102163791656, -0.22383148968219757, -0.09182213246822357, 0.08608657121658325, 0.0032263416796922684, -0.014367206953465939, 0.0537128672003746, 0.06500347703695297, -0.07351961731910706, -0.04557148739695549, 0.21302515268325806, 0.06541607528924942, 0.046421363949775696, -0.047193825244903564, -0.05807661637663841, -0.04720613360404968, 0.16382040083408356, 0.1763565093278885, -0.10737145692110062, -0.10048574954271317, -0.046412527561187744, 0.01097413245588541, 0.002406355459243059, 0.03218574821949005, -0.10644465684890747, -0.0802086666226387, -0.0416586771607399, 0.07201611250638962, 0.13041870296001434, -0.03637710213661194, -0.05418294668197632, -0.03989787772297859, -0.13842763006687164, -0.03299978747963905, 0.05026014521718025, 0.07559624314308167, 0.08409865200519562, -0.03201662003993988, -0.1834152787923813, -0.10556119680404663, -0.003683958202600479, 0.20181575417518616, 0.12160593271255493, -0.017958542332053185, -0.12471047788858414, -0.07572764903306961, 0.03386637568473816, 0.05687940493226051, 0.1217985451221466, -0.055963948369026184, -0.08914213627576828, 0.0007166348514147103, 0.03648793324828148, 0.0679294764995575, -0.026372971013188362, -0.08775167167186737, -0.07725964486598969, -0.001840464654378593, 0.038092195987701416, -0.032330647110939026, -0.02796955220401287, 0.05198565125465393, 0.01801753044128418, -0.08661326766014099, 0.0725753977894783, 0.09083065390586853, -0.06431271880865097, -0.2073289453983307, -0.04389835149049759, 0.030250173062086105, -0.03239474445581436, 0.1520307958126068, 0.04132979363203049, -0.20016926527023315, -0.2762911915779114, 0.0895296111702919, 0.1904507726430893, 0.027353553101420403, -0.05632457137107849, -0.0351300947368145, -0.02837095782160759, -0.09496752172708511, 0.054965849965810776, 0.08987808972597122, 0.03129560127854347, -0.13181006908416748, -0.08647393435239792, 0.019222132861614227, 0.1051124855875969, 0.14120076596736908, -0.02375893108546734, -0.17126184701919556, -0.1264965832233429, 0.02472529746592045, 0.11513729393482208, 0.08710532635450363, 0.09242064505815506, -0.007599107921123505, 0.03440023958683014, -0.061915453523397446, -0.06939949095249176, 0.06916884332895279, 0.1541372686624527, 0.03453853726387024, 0.03557660058140755, -0.04556354880332947, 0.042139504104852676, 0.11979324370622635, 0.14005784690380096, 0.01461641862988472, 0.0997481718659401, -0.017998216673731804, 0.008533467538654804, 0.0764726921916008, 0.016731880605220795, 0.06601092964410782, 0.10624120384454727, -0.13656707108020782, -0.20524685084819794, -0.05613786727190018, 0.23302428424358368, 0.09032817929983139, 0.09308303892612457, -0.13779126107692719, -0.08625290542840958, 0.07736719399690628, 0.027873801067471504, 0.1017853319644928, -0.003466330235823989, -0.007459830492734909, 0.09702301025390625, -0.13225620985031128, -0.11377698183059692, -0.15637272596359253, 0.042284347116947174, 0.14807768166065216, -0.09284467995166779, -0.20719313621520996, -0.2813471555709839, -0.09145962446928024, 0.057914841920137405, 0.008717600256204605, 0.12433192133903503, -0.17200295627117157, -0.25320878624916077, -0.20943360030651093, -0.007201382890343666, 0.11331792920827866, -0.0034525664523243904, -0.0021468689665198326, -0.04154576361179352, -0.06400458514690399, -0.09192368388175964, -0.06977184116840363, -0.00825319904834032, -0.008539200760424137, 0.1491457223892212, 0.08378557115793228, -0.11274119466543198, -0.20888908207416534, -0.13355259597301483, 0.055244363844394684, -0.008954396471381187, 0.12042614817619324, 0.06539639085531235, -0.051766954362392426, -0.15721027553081512, -0.0925813764333725, 0.16489049792289734, 0.08998151868581772, 0.10086897015571594, -0.04483165964484215, -0.014448309317231178, 0.0853818878531456, -0.040886085480451584, 0.029657846316695213, -0.022295063361525536, 0.17130036652088165, 0.006692147813737392, -0.1409185528755188, -0.0852881669998169, -0.023281816393136978, 0.22280357778072357, 0.06750131398439407, -0.0365302674472332, 0.07756608724594116, -0.10963328927755356, -0.1253383755683899, -0.13309623301029205, 0.09268896281719208, 0.22006651759147644, -0.08508096635341644, -0.09359569847583771, -0.028709858655929565, 0.07472049444913864, 0.05380197614431381, -0.03044542856514454, -0.0350508876144886, -0.03852501139044762, -0.004913883749395609, -0.01703450456261635, -0.021187234669923782, -0.1337369978427887, 0.07104306668043137, -0.026584945619106293, -0.03500949591398239, -0.059988003224134445, 0.013011671602725983, 0.016281461343169212, -0.109529048204422, -0.03746727854013443, 0.032752204686403275, 0.13901346921920776, 0.01776125654578209, -0.10593491792678833, -0.1127227321267128, -0.042907990515232086, 0.09607671946287155, 0.03613270819187164, 0.013046327978372574, 0.002472399966791272, -0.0034538868349045515, -0.11008728295564651, -0.1728804111480713, -0.14973220229148865, 0.017891842871904373, 0.10498904436826706, 0.035041481256484985, -0.19916567206382751, -0.166657492518425, 0.06474734097719193, 0.03965577855706215, 0.03208551183342934, -0.022640664130449295, -0.04151660576462746, 0.06543756276369095, 0.06710120290517807, 0.1191638857126236, -0.025674154981970787, -0.11033543199300766, -0.005885772407054901, -0.04417532682418823, 0.09034918993711472, 0.09916644543409348, -0.043969716876745224, -0.025335250422358513, -0.07641367614269257, 0.2187366932630539, 0.1668388396501541, -0.07308613508939743, -0.14658160507678986, -0.08992823958396912, 0.13567788898944855, 0.17202600836753845, -0.021147241815924644, -0.043421268463134766, -0.17947064340114594, -0.10278494656085968, 0.19734622538089752, 0.13498492538928986, 0.011270465329289436, -0.23139891028404236, -0.1058318018913269, 0.02470511756837368, 0.1627470701932907, 0.35052236914634705, 0.026759108528494835, -0.31525102257728577, -0.03560148552060127, 0.008098199963569641, 0.11784433573484421, 0.047640763223171234, 0.10642049461603165, 0.03666291385889053, -0.16739505529403687, 0.00030519298161379993, 0.0279752928763628, 0.07831587642431259, 0.09476210922002792, 0.04271538555622101, -0.11686087399721146, -0.13948117196559906, 0.011702903546392918, 0.2006009966135025, -0.018462950363755226, -0.07658972591161728, -0.03095080889761448, -0.1470545381307602, 0.08033875375986099, 0.008789063431322575, 0.1020459458231926, -0.09077072888612747, 0.047944776713848114, 0.036744873970746994, -0.018705857917666435, 0.07396034151315689, -0.14364276826381683, -0.08527163416147232, 0.02819114923477173, 0.1599607914686203, 0.04244902357459068, -0.1522016078233719, -0.23048213124275208, 0.06217446178197861, 0.04820689186453819, 0.1020989865064621, 0.06744670867919922, 0.05593619868159294, 0.0800740197300911, -0.08496145904064178, 0.01269491482526064, 0.06577496230602264, 0.10314388573169708, 0.06476148962974548, -0.1124337762594223, -0.08076371252536774, 0.03086993843317032, 0.09549300372600555, 0.024009935557842255, -0.02541002817451954, -0.06289704144001007, -0.03362007066607475, 0.005781663581728935, 0.05361710861325264, 0.15331615507602692, -0.03533974289894104, -0.041194140911102295, 0.008732288144528866, -0.001016003661789, 0.11487625539302826, 0.1611153930425644, 0.10294041037559509, 0.025267599150538445, -0.0790737196803093, -0.08702856302261353, -0.0685649886727333, 0.06730420142412186, 0.26558616757392883, 0.022628257051110268, -0.0766829326748848, -0.19663546979427338, -0.0330059789121151, 0.2964548170566559, 0.1482023149728775, -0.13384413719177246, -0.29622870683670044, -0.23449738323688507, 0.1419699490070343, 0.11276634782552719, 0.02520495094358921, -0.13961969316005707, -0.053857557475566864, -0.09763641655445099, -0.10648353397846222, 0.03957974538207054, 0.04873044788837433, 0.035854242742061615, 0.03040757216513157, 0.06295181065797806, 0.05860140547156334, 0.02559516578912735, 0.07366273552179337, 0.03478884696960449, 0.05246949568390846, -0.08206964284181595, -0.15422776341438293, -0.13542234897613525, 0.04319093003869057, 0.09355854988098145, 0.04880665987730026, -0.13183626532554626, -0.15208977460861206, -0.0022850721143186092, 0.06418868899345398, 0.06124895066022873, -0.0542365163564682, -0.0588960163295269, -0.016134928911924362, 0.1155829131603241, 0.07043218612670898, -0.11014889925718307, -0.13524802029132843, 0.0026577659882605076, 0.029213443398475647, -0.010676620528101921, -0.23822253942489624, -0.022845439612865448, 0.07702194899320602, 0.18777045607566833, 0.17759518325328827, -0.03908925503492355, -0.0932568609714508, -0.1606767326593399, 0.0868026614189148, 0.19174329936504364, -0.034239985048770905, -0.11673165112733841, -0.11183411628007889, -0.140884131193161, 0.0773589164018631, 0.18408064544200897, 0.02547711879014969, -0.024303307756781578, -0.22325806319713593, 0.05505009740591049, 0.0767759457230568, 0.130756214261055, 0.1349048614501953, -0.11557063460350037, -0.05940733477473259, -0.07046151906251907, 0.14375439286231995, 0.07369223982095718, -0.2112157791852951, -0.15437552332878113, 0.002974017523229122, -0.0006145440856926143, -0.018317587673664093, 0.07826179265975952, 0.2160043716430664, 0.1086769625544548, -0.07158097624778748, 0.042395733296871185, -0.09871062636375427, -0.1450006663799286, -0.02344261109828949, 0.18600063025951385, -0.07394860684871674, -0.07437296211719513, 0.13626673817634583, 0.017023222520947456, -0.0939338281750679, -0.13073915243148804, -0.03068736009299755, 0.06102542579174042, 0.07775081694126129, 0.2111482471227646, 0.12401612848043442, -0.030135856941342354, -0.06130144000053406, 0.012513185851275921, 0.0857139304280281, 0.04851073399186134, 0.015925560146570206, 0.05422033742070198, -0.031969040632247925, 0.053004100918769836, 0.10612417012453079, 0.010100518353283405, -0.05050663277506828, -0.15806962549686432, -0.018397588282823563, 0.15812942385673523, 0.065736785531044, 0.01501544937491417, 0.038979385048151016, -0.003933807369321585, 0.05423363298177719, 0.014322028495371342, 0.11153623461723328, 0.00355320330709219, -0.10308335721492767, -0.00940999947488308, 0.03521203622221947, 0.15017516911029816, 0.00804945733398199, -0.1568407267332077, -0.02055453695356846, -0.023649755865335464, 0.19912971556186676, 0.1608724296092987, -0.005948185455054045, -0.04264214634895325, -0.10787563025951385, 0.13058704137802124, 0.11025076359510422, 0.07486741244792938, -0.04501815140247345, -0.1558074802160263, -0.10101666301488876, -0.12514322996139526, 0.048899438232183456, 0.08384356647729874, 0.062235262244939804, -0.07580786198377609, -0.11849760264158249, -0.18956975638866425, -0.045956335961818695, 0.207449808716774, 0.07277701050043106, 0.062421709299087524, 0.024078624323010445, -0.03738526254892349, 0.025025540962815285, 0.08993083983659744, 0.08079002052545547, -0.02513348124921322, -0.002533211139962077, 0.038899168372154236, 0.0013740835711359978, -0.008157522417604923, -0.027035847306251526, 0.11980798840522766, 0.1007586196064949, -0.1301010251045227, -0.06971540302038193, -0.12307431548833847, -0.014157856814563274, -0.006559410598129034, -0.000939015531912446, 0.131149023771286, -0.0697004422545433, -0.06664770841598511, -0.06794194132089615, -0.006914176512509584, 0.15100356936454773, -0.02938801236450672, -0.12278531491756439, -0.04957721754908562, 0.045979082584381104, 0.2656955420970917, 0.057419028133153915, -0.06268453598022461, -0.003259045071899891, 0.04627785086631775, 0.13540269434452057, -0.029179921373724937, 0.024401726201176643, 0.05790635198354721, -0.06813724339008331, 0.06805136054754257, -0.12682019174098969, -0.03308767452836037, -0.10179128497838974, -0.10976184159517288, -0.08837329596281052, -0.10861005634069443, -0.07877038419246674, 0.09379629045724869, 0.12964509427547455, 0.02715524472296238, -0.1122000515460968, -0.08319631963968277, 0.0829169899225235, 0.09791949391365051, 0.16621369123458862, 0.043259065598249435, -0.23297104239463806, 0.028412984684109688, 0.07881974428892136, 0.07943609356880188, 0.05364913120865822, -0.13118481636047363, 0.110365130007267, 0.07375595718622208, -0.04545734450221062, -0.006138113792985678, -0.08082117140293121, 0.13620346784591675, -0.032962650060653687, 0.01247355341911316, -0.07500201463699341, -0.20745618641376495, -0.02959693782031536, 0.026692230254411697, 0.037548184394836426, -0.12157932668924332, -0.09172212332487106, 0.09579235315322876, 0.2111998200416565, -0.018169205635786057, 0.08069654554128647, -0.07789551466703415, 0.06993503868579865, 0.13530226051807404, 0.13609959185123444, 0.12922899425029755, -0.25951284170150757, -0.06757764518260956, 0.038756683468818665, 0.173277348279953, -0.0018136611906811595, -0.0372917540371418, -0.03887002915143967, -0.11743377894163132, 0.03825278580188751, 0.14513608813285828, 0.09345003217458725, -0.004368908237665892, 0.05807841941714287, -0.15771934390068054, -0.1681469976902008, -0.0831182450056076, 0.12794837355613708, 0.2365381419658661, -0.03376302123069763, 0.014341403730213642, -0.12056368589401245, 0.03015827387571335, 0.13763323426246643, 0.1692686378955841, 0.018583087250590324, -0.14757315814495087, -0.11191132664680481, 0.06437403708696365, -0.059585973620414734, 0.065689817070961, 0.11696404963731766, -0.05313830450177193, -0.21433334052562714, -0.09966497868299484, 0.17454902827739716, 0.047320567071437836, -0.09761637449264526, -0.050464797765016556, -0.03581228852272034, 0.1703539788722992, 0.10685242712497711, -0.08981525152921677, -0.11579332500696182, -0.056751519441604614, 0.1856697052717209, 0.04784703254699707, -0.09591589868068695, 0.024002699181437492, 0.11736166477203369, 0.24170449376106262, -0.02308136224746704, -0.020672902464866638, 0.09273695200681686, 0.13317114114761353, 0.06130754575133324, -0.0904059037566185, 0.006546666845679283, 0.01868857443332672, -0.014979938045144081, -0.029681969434022903, -0.029199866577982903, -0.1727784126996994, -0.09053594619035721, 0.07864247262477875, 0.06767723709344864, 0.04381010681390762, -0.09519893676042557, -0.0725301057100296, -0.0484267957508564, 0.10716245323419571, 0.16409991681575775, -0.08427691459655762, -0.019331514835357666, 0.016582993790507317, 0.23285938799381256, 0.10354340076446533, -0.23238886892795563, -0.04846244305372238, 0.02511218748986721, 0.12663085758686066, 0.052604589611291885, 0.010303286835551262, 0.04236489161849022, -0.11938610672950745, -0.00014361811918206513, 0.18451473116874695, -0.051833417266607285, -0.10110275447368622, -0.29579052329063416, 0.005885029211640358, 0.0965447872877121, 0.026396190747618675, 0.05224987864494324, -0.3088113069534302, -0.2342744767665863, 0.03404219076037407, 0.1449335664510727, 0.03303929790854454, -0.2328951507806778, -0.16824741661548615, -0.08474765717983246, 0.08187685906887054, 0.08863329142332077, 0.029740996658802032, -0.09277920424938202, -0.11893108487129211, 0.0069667873904109, -0.010477559641003609, 0.03812631219625473, -0.03507906198501587, -0.006214522756636143, -0.03833579644560814, -0.045972779393196106, 0.07721662521362305, 0.08265775442123413, -0.04641891270875931, -0.1555776298046112, -0.11637578159570694, 0.05590308830142021, -0.01949010044336319, 0.027031730860471725, -0.15036390721797943, -0.12984099984169006, -0.012595528736710548, -0.05458711460232735, 0.14396317303180695, 0.010625888593494892, -0.018201174214482307, -0.13527940213680267, -0.08386833965778351, 0.11857571452856064, 0.16432254016399384, 0.17103220522403717, 0.041271645575761795, -0.12878181040287018, -0.20887677371501923, 0.08946175873279572, 0.12306246161460876, -0.007668407633900642, -0.0237717404961586, -0.07513898611068726, -0.09826391935348511, -0.1417778581380844, -0.07468963414430618, 0.16276371479034424, 0.16381055116653442, -0.08952251821756363, -0.017576327547430992, -0.2754948139190674, -0.15555955469608307, 0.08813612908124924, -0.022673487663269043, 0.06005742400884628, -0.1067902222275734, -0.09228607267141342, -0.09638310968875885, -0.014056787826120853, 0.15470856428146362, 0.15503807365894318, -0.06411079317331314, -0.12512771785259247, -0.05930366739630699, 0.05263810232281685, 0.051119402050971985, 0.1178666427731514, -0.007282255217432976, -0.16360600292682648, -0.03208404406905174, 0.13347700238227844, 0.05879467353224754, 0.001941654016263783, -0.06430120766162872, -0.09019656479358673, -0.10362711548805237, 0.016797726973891258, 0.19023266434669495, 0.13354459404945374, -0.17828786373138428, -0.17407135665416718, -0.11762400716543198, 0.07284201681613922, 0.1698889434337616, 0.12908148765563965, -0.02931022457778454, -0.0849396288394928, 0.07674699276685715, 0.12002171576023102, 0.13628192245960236, 0.005740492604672909, 0.10257495939731598, 0.15728847682476044, -0.040536485612392426, -0.06855864822864532, 0.07263387739658356, 0.11136667430400848, 0.15466250479221344, 0.011765293776988983, -0.09603742510080338, -0.05200003832578659, 0.11563580483198166, 0.136034294962883, 0.1693103313446045, -0.09576137363910675, -0.054055050015449524, -0.00591482687741518, 0.04314533621072769, 0.08410341292619705, -0.16701039671897888, -0.19691090285778046, -0.007774821482598782, 0.08108942955732346, 0.2222529947757721, 0.1076851412653923, -0.06455281376838684, -0.2088523507118225, -0.026712903752923012, 0.1664375364780426, 0.11080433428287506, 0.01600070111453533, -0.04804195091128349, -0.10430539399385452, -0.09247895330190659, -0.00917839165776968, 0.10173086822032928, -0.005360514856874943, -0.18219175934791565, -0.0940815880894661, -0.10937018692493439, -0.09611164033412933, 0.026802850887179375, 0.250113308429718, 0.12955518066883087, -0.09055076539516449, -0.24361222982406616, -0.13907861709594727, -0.03357074782252312, 0.1447063386440277, 0.17002221941947937, 0.005188443697988987, -0.18548409640789032, -0.10965409874916077, 0.14426127076148987, 0.14564089477062225, 0.05147721990942955, 0.07095321267843246, -0.018559178337454796, -0.014380717650055885, 0.009704054333269596, -0.04945092648267746, 0.11070933192968369, 0.06291325390338898, -0.018275728449225426, -0.11342335492372513, -0.11684702336788177, -0.014877215959131718, 0.17074109613895416, 0.07198462635278702, -0.0163936298340559, -0.01789318583905697, -0.049993086606264114, -0.015015441924333572, 0.14791126549243927, 0.07048708945512772, 0.05239706486463547, -0.039652250707149506, -0.13316217064857483, -0.03203471004962921, 0.15511849522590637, 0.1212761402130127, -0.13614152371883392, -0.207588791847229, 0.07837791740894318, 0.19137655198574066, 0.11043082177639008, -0.08178617805242538, -0.0032909049186855555, -0.0022678973618894815, 0.0941881611943245, 0.1431458443403244, -0.06560909003019333, -0.05055611580610275, -0.021136656403541565, 0.04972158744931221, 0.1553480327129364, -0.00839306227862835, -0.05395045876502991, -0.015884650871157646, -0.025171203538775444, 0.07864488661289215, 0.05922297015786171, -0.061730436980724335, -0.1375977247953415, -0.05134296789765358, 0.07095354050397873, -0.02633373811841011, -0.0183373112231493, 0.0023810097482055426, 0.09560579806566238, -0.01709803007543087, -0.16349264979362488, -0.004303101450204849, 0.01345850806683302, 0.12395594269037247, 0.03869815543293953, 0.00212135910987854, -0.05401838198304176, 0.0100435521453619, 0.09727940708398819, -0.021630918607115746, 0.113711416721344, 0.012958628125488758, -0.08355604112148285, -0.13299039006233215, -0.06639770418405533, 0.11836152523756027, 0.2521904408931732, 0.040332645177841187, -0.048658337444067, -0.04319334775209427, 0.039028752595186234, 0.09593654423952103, -0.07458601146936417, -0.14780347049236298, 0.13447198271751404, 0.12602873146533966, 0.04586130008101463, -0.006026486866176128, -0.05095818638801575, 0.16830682754516602, 0.07111956924200058, -0.023137643933296204, -0.012202410958707333, 0.0762784481048584, 0.1457555890083313, 0.004088085610419512, 0.07349198311567307, 0.17093318700790405, 0.22113002836704254, 0.11702050268650055, -0.1042342260479927, 0.02309279516339302, -0.0998353436589241, 0.03164196014404297, 0.08531119674444199, -0.06203289330005646, 0.041537780314683914, -0.010541446506977081, 0.05667547509074211, -0.0680631548166275, -0.1280522346496582, 0.04037683829665184, -0.004251126199960709, 0.09370581805706024, -0.032575204968452454, -0.04207378998398781, -0.06816326826810837, -0.1995820254087448, 0.040104929357767105, 0.052770934998989105, -0.009545857086777687, -0.0794815942645073, -0.27919939160346985, -0.09802506119012833, 0.08093556016683578, 0.1393575370311737, 0.034011419862508774, -0.0948907881975174, -0.1017422080039978, 0.026410792022943497, 0.063546322286129, 0.030287275090813637, -0.05202985927462578, -0.04501904547214508, -0.09202175587415695, -0.15050898492336273, -0.12380310148000717, -0.0068590654991567135, 0.08673202246427536, 0.023603573441505432, -0.138882115483284, -0.06473352760076523, 0.05372834950685501, 0.0442759208381176, -0.023553257808089256, -0.04345441982150078, 0.16191871464252472, 0.11543336510658264, 0.101704441010952, 0.02882314845919609, -0.18554893136024475, 0.014007274061441422, 0.03857529163360596, 0.13808828592300415, 0.011386575177311897, -0.12746436893939972, 0.01869126968085766, 0.041033096611499786, 0.2045876681804657, -0.0025425811763852835, -0.12194204330444336, -0.18479706346988678, 0.05663716420531273, 0.17519937455654144, 0.016280299052596092, 0.010014886036515236, -0.05307982861995697, 0.008909137919545174, 0.05233561247587204, 0.07221680879592896, 0.03974158689379692, -0.15175478160381317, -0.08286505192518234, -0.08028310537338257, 0.016969285905361176, 0.11925052106380463, 0.10377496480941772, -0.1318928599357605, -0.07871582359075546, -0.015433850698173046, 0.015043940395116806, -0.022234229370951653, -0.06418056041002274, -0.011128581129014492, -0.02663075365126133, -0.05175596848130226, -0.008641793392598629, -0.002745750593021512, -0.09764193743467331, -0.0071737319231033325, -0.07856711745262146, -0.1463005095720291, -0.10935703665018082, -0.11635547131299973, 0.1528814285993576, 0.0652141124010086, -0.10013044625520706, -0.1420251727104187, -0.14622719585895538, 0.01834546960890293, 0.18055355548858643, 0.05575179308652878, -0.10391423851251602, -0.2031232863664627, -0.022190991789102554, 0.1670522838830948, -0.03056667186319828, -0.032020505517721176, -0.04014422371983528, 0.0159529410302639, -0.018287435173988342, 0.031214609742164612, -0.0187788438051939, -0.01329730823636055, 0.15668776631355286, 0.05565623939037323, 0.06904906034469604, -0.0166655033826828, 0.045278146862983704, 0.02438998781144619, -0.010594644583761692, -0.01808195374906063, 0.07208574563264847, -0.02084476314485073, -0.07585007697343826, 0.012649575248360634, 0.03853332996368408, 0.12492731213569641, -0.17506541311740875, -0.07862462848424911, 0.09577391296625137, 0.15604203939437866, 0.12572646141052246, -0.1143115758895874, -0.09750848263502121, 0.060091499239206314, 0.14267203211784363, 0.13718058168888092, -0.19165876507759094, -0.3282279670238495, 0.06417328119277954, 0.09312571585178375, 0.12125586718320847, -0.14590436220169067, -0.22960370779037476, -0.031495463103055954, -0.0648171678185463, 0.034494947642087936, 0.049272384494543076, 0.07321219891309738, -0.010023698210716248, -0.22333720326423645, -0.19098040461540222, 0.13022354245185852, 0.14117582142353058, -0.016490934416651726, -0.16409392654895782, -0.14801329374313354, -0.06764578819274902, 0.03549652174115181, 0.06679946184158325, -0.04340025782585144, -0.10121579468250275, -0.19215933978557587, 0.008457168005406857, 0.22766438126564026, 0.21024423837661743, 0.09016601741313934, -0.08769787847995758, -0.1279713660478592, 0.1070953905582428, 0.22087986767292023, 0.1203635036945343, -0.08203992247581482, -0.10998166352510452, 0.04938153922557831, 0.1270829439163208, 0.03637158125638962, -0.03542167320847511, 0.015037843957543373, 0.05850043520331383, 0.13354845345020294, 0.10108553618192673, 0.17756660282611847, 0.05720027536153793, -0.03967585042119026, -0.0676753968000412, 0.06798995286226273, 0.16940097510814667, 0.0442657470703125, 0.030157234519720078, 0.04302287474274635, 0.012191986665129662, -0.0898936316370964, -0.027936695143580437, 0.11321436613798141, 0.18878430128097534, 0.14849528670310974, -0.09029398113489151, -0.2079847753047943, -0.0025989781133830547, 0.23825010657310486, 0.29608193039894104, -0.14828428626060486, -0.31514573097229004, -0.14101621508598328, 0.14253702759742737, 0.1810685694217682, 0.006843798793852329, -0.0165401641279459, -0.04831579700112343, 0.03936734423041344, 0.03995218873023987, -0.04758710414171219, 0.004660847131162882, -0.14810232818126678, -0.11856947839260101, -0.10667013376951218, 0.03513270244002342, 0.14494219422340393, -0.0950392633676529, -0.2040528804063797, -0.12852317094802856, 0.19549939036369324, 0.16960500180721283, -0.12089458853006363, -0.22200144827365875, -0.16008901596069336, 0.11312486231327057, 0.027791686356067657, 0.09789367020130157, -0.034171685576438904, -0.17320480942726135, -0.08559215813875198, -0.008427661843597889, 0.1325910985469818, 0.06899813562631607, 0.06503065675497055, 0.0319456122815609, -0.06076190620660782, 0.08583975583314896, 0.22290454804897308, 0.20672555267810822, 0.2051389366388321, -0.071867935359478, -0.02426951751112938, -0.11769744753837585, -0.055692099034786224, 0.12598124146461487, 0.16644951701164246, 0.22243013978004456, 0.04516872391104698, -0.04044966772198677, -0.1370508223772049, -0.07046964019536972, -0.020395934581756592, 0.04839267209172249, 0.1048814132809639, -0.13204294443130493, -0.013919062912464142, -0.015466764569282532, 0.06261282414197922, 0.026022424921393394, -0.09144247323274612, 0.0016752862138673663, -0.040924280881881714, 0.047539498656988144, 0.040755391120910645, -0.06819146126508713, 0.04301731288433075, 0.19872039556503296, 0.17672428488731384, -0.12851375341415405, -0.3322044610977173, -0.2290588915348053, -0.10298597067594528, 0.22004783153533936, 0.12324751168489456, -0.06462383270263672, -0.30232205986976624, -0.2176765352487564, 0.04970759525895119, 0.18050536513328552, 0.10006478428840637, -0.25212958455085754, -0.395195871591568, -0.33206906914711, -0.0689399465918541, 0.14429906010627747, 0.17280665040016174, 0.0026191789656877518, -0.19903212785720825, -0.13909251987934113, -0.08123727887868881, -0.10371046513319016, -0.0994114950299263, 0.17747117578983307, 0.19564953446388245, 0.08674107491970062, -0.18289342522621155, -0.17390240728855133, -0.025576172396540642, 0.24436619877815247, 0.18220478296279907, -0.04034052789211273, -0.20527283847332, -0.08062230795621872, 0.22445864975452423, 0.2528117001056671, 0.17550548911094666, -0.04081873968243599, -0.060819607228040695, -0.06712310016155243, -0.06304143369197845, -0.01193822082132101, -0.04358299821615219, 0.06993868201971054, -0.009643802419304848, 0.011485566385090351, -0.029993636533617973, 0.011112687177956104, 0.12224512547254562, 0.048897333443164825, -0.032317109405994415, -0.11446032673120499, -0.08456557989120483, 0.1489335596561432, 0.18338674306869507, 0.1722601056098938, -0.05111973360180855, -0.24910183250904083, -0.12463023513555527, -0.02553306147456169, 0.06866423785686493, 0.08391062170267105, 0.06230182945728302, 0.06927531212568283, -0.06693431735038757, -0.07328388094902039, -0.060362864285707474, -0.037387847900390625, 0.11053569614887238, 0.07684111595153809, 0.0016311160288751125, -0.09704533964395523, -0.1685297042131424, -0.059944331645965576, -0.011100578121840954, -0.05167461931705475, -0.05577806010842323, -0.24576950073242188, -0.23826414346694946, -0.06452465802431107, 0.15849575400352478, 0.13667219877243042, 0.011385854333639145, -0.18251879513263702, -0.10690151900053024, -0.0380488783121109, 0.022949041798710823, 0.06691175699234009, 0.009497776627540588, -0.004254188388586044, -0.09001161903142929, -0.14936934411525726, -0.08689676225185394, 0.09864453226327896, 0.23741500079631805, 0.16355594992637634, -0.11646246910095215, -0.2294640839099884, -0.11080711334943771, 0.12585954368114471, 0.12010612338781357, 0.014583481475710869, -0.05089285969734192, -0.14566566050052643, -0.0018900210270658135, -0.004991744179278612, 0.08374249190092087, -0.08048105984926224, -0.14993144571781158, 0.01982664130628109, 0.11134184151887894, 0.13343997299671173, 0.05240610986948013, 0.014590036123991013, -0.02596398815512657, -0.04620802402496338, -0.022565891966223717, 0.09954316914081573, 0.053783684968948364, 0.027992235496640205, -0.08049964904785156, -0.08037970215082169, -0.018302563577890396, 0.10176914185285568, 0.19933897256851196, 0.10945951193571091, -0.12375837564468384, -0.12584397196769714, 0.11858247965574265, 0.2013857364654541, 0.32906216382980347, 0.041554976254701614, -0.06358622014522552, -0.19384030997753143, -0.1735285222530365, 0.0930086001753807, 0.033694684505462646, 0.05793694034218788, 0.02300039492547512, 0.05719715729355812, 0.011176246218383312, -0.07972673326730728, 0.04339315742254257, 0.10401780158281326, 0.1197526827454567, -0.0016241916455328465, -0.0733642652630806, -0.026294361799955368, 0.007692944724112749, 0.15397387742996216, 0.1895170658826828, -0.025446342304348946, -0.16121824085712433, -0.18350496888160706, 0.0323486402630806, 0.10581982135772705, 0.009975570254027843, -0.023111917078495026, -0.027278054505586624, 0.002695733215659857, 0.009327011182904243, 0.024345049634575844, 0.022252192720770836, 0.007778676692396402, 0.02289912849664688, 0.0465204082429409, -0.07411263883113861, -0.1297299563884735, 0.03799537941813469, 0.1706799417734146, 0.15180164575576782, -0.09185616672039032, -0.09283129870891571, -0.06228237599134445, -0.03837909549474716, 0.07465704530477524, 0.09404155611991882, 0.007346692495048046, -0.05481928214430809, -0.030075350776314735, 0.046072036027908325, 0.010830932296812534, 0.0034771598875522614, -0.025595134124159813, -0.027040911838412285, -6.190880230860785e-05, 0.03487592935562134, -0.009052873589098454, -0.010013997554779053, 0.0018039012793451548, 0.07471824437379837, 0.04113062098622322, -0.08145124465227127, -0.1043676882982254, -0.06064096838235855, 0.04972217604517937, 0.08214321732521057, -0.06177304685115814, -0.020206572487950325, 0.01052018254995346, 0.02649119310081005, 0.13372935354709625, 0.04499311000108719, 0.0029909764416515827, -0.08505742251873016, -0.07516463845968246, 0.08742542564868927, 0.01789380982518196, -0.009889825247228146, -0.021655766293406487, -0.052441444247961044, 0.018038198351860046, 0.016496293246746063, -0.006629670038819313, -0.009515135549008846, -0.044807069003582, 0.034778885543346405, -0.004175141453742981, 0.009620027616620064, 0.014025571756064892, 0.024516966193914413, 0.029452800750732422, -0.056521423161029816, -0.060394734144210815, -0.05780092999339104, 0.01068585179746151, 0.010134229436516762, -0.08489271998405457, -0.14661361277103424, -0.09893874078989029, 0.06535115838050842, 0.14835131168365479, 0.10644202679395676, 0.06132524460554123, -0.05084478110074997, -0.1069764792919159, 0.0049605355598032475, 0.0790850892663002, 0.12202584743499756, -0.00915167760103941, -0.117860808968544, -0.10828836262226105, -0.09272272139787674, 0.031462863087654114, 0.04405141994357109, -0.059185370802879333, -0.11978805810213089, -0.09402455389499664, -0.01169829536229372, 0.014262461103498936, 0.03752861171960831, 0.06835763901472092, 0.00965108722448349, -0.06353329867124557, -0.0533682182431221, -0.0015610831324011087, 0.03813029080629349, 0.08399847894906998, 0.05572737008333206, 0.03495350107550621, 0.029339784756302834, -0.028673667460680008, 0.03150247037410736, 0.06915434449911118, 0.09212017059326172, 0.06559743732213974, -0.03891769424080849, -0.03898457810282707, -0.06121183559298515, 0.014199955388903618, 0.10351856797933578, 0.049573663622140884, -0.05322614312171936, -0.1427599936723709, -0.03466755524277687, -0.027780259028077126, -0.0051488266326487064, 0.02608345076441765, -0.0149390185251832, -0.04119875282049179, -0.08021760731935501, -0.03202167525887489, -0.015294576995074749, -0.02993786707520485, 0.015561291016638279, 0.035963770002126694, 0.04561665654182434, 0.04023933783173561, 0.04423714801669121, 0.06402622908353806, 0.06685521453619003, 0.09128107875585556, 0.05705057829618454, -0.006811028346419334, -0.019342610612511635, 0.052177317440509796, 0.06994756311178207, 0.03044579178094864, -0.06770512461662292, -0.10526707768440247, -0.053281281143426895, -0.04252169281244278, -0.02935909666121006, -0.03437986969947815, -0.0552523210644722, -0.030401814728975296, -0.04456166550517082, -0.027447067201137543, 0.0047034225426614285, 0.008359470404684544, 0.005555618554353714, 0.00036637234734371305, 0.032814960926771164, 0.02169404923915863, -0.01778794825077057, -0.027439188212156296, -0.017457442358136177, -3.102036498603411e-05, 0.009465432725846767, 0.009881936013698578, -0.007515705656260252, -0.011897517368197441, -0.013643740676343441, -0.000801589572802186, -0.0012414050288498402, 0.006690587382763624, 0.018505562096834183, -0.005502748303115368, -0.02741200104355812, -0.057749148458242416, -0.05880097672343254, -0.02411635033786297, 0.01386110857129097, -0.005417878273874521, -0.07648883014917374, -0.10534781217575073, -0.08266562968492508, -0.04496610909700394, 0.017267491668462753, 0.01738991215825081, -0.018158363178372383, -0.05714006721973419, -0.07968103885650635, -0.023311112076044083, 0.0033580143935978413, 0.03710778057575226, 0.05907128006219864, 0.005288394168019295, -0.005571530666202307, -0.04097021371126175, -0.009698107838630676, 0.02323525957763195, 0.026786401867866516, 0.01943921111524105, -0.011566458269953728, -0.026666192337870598, -0.03207552433013916, -0.0014175112592056394, 0.0137871028855443, -0.00299577577970922, -0.023914460092782974, -0.042213864624500275, -0.019687142223119736, -0.0011394615285098553, 0.02888106368482113, 0.03772243857383728, 0.029720280319452286, 0.04252165928483009, 0.04513844475150108, 0.033400651067495346, 0.0004664170555770397, 0.0072415173053741455, 0.03652874380350113, 0.037713564932346344, 0.03415961191058159, 0.0021579843014478683, 0.00637417659163475, 0.006785814184695482, 0.02001405507326126, 0.02328534796833992, 0.02008107677102089, 0.02992594800889492, 0.0006948445225134492, 0.01342590432614088, 0.011608242057263851, -0.00595641415566206, 0.0021886711474508047, 0.00043384605669416487, 0.01365868654102087, -0.015488139353692532, -0.05062425509095192, -0.05953212454915047, -0.0465676411986351, -0.009822161868214607, 0.014292065054178238, -0.0021724365651607513, -0.03932769596576691, -0.03513365983963013, -0.006273994222283363, 0.011683560907840729, 0.002741296077147126, -0.00402148999273777, -0.0028051447588950396, 0.0007694303058087826, -0.005833924748003483, -0.0140304546803236, -0.04066109657287598, -0.02218312956392765, -0.004983195103704929, 0.0006049600779078901, 0.00195930409245193, -0.036574386060237885, -0.04157750681042671, -0.010411152616143227, 0.004360356368124485, 0.010111595503985882, -0.0056351544335484505, -0.0011335585732012987, -0.005265546962618828, -0.00857451744377613, -0.010865386575460434, -0.026510348543524742, -0.022353891283273697, -0.02403969317674637, -0.004780186340212822, -0.004314681515097618, -0.02736079692840576, -0.01815580204129219, -0.023710113018751144, 0.0053179021924734116, 0.009609328582882881, 0.00840618647634983, 0.015696855261921883, 0.0052228630520403385, 0.0036873226054012775, -0.0015105691272765398, 0.0053137848153710365, 0.008250337094068527, 0.01122683472931385, 0.020556913688778877, 0.005646489094942808, -0.011304551735520363, -0.016586529091000557, -0.005782324355095625, 0.001594766043126583, -0.008431656286120415, -0.01535505149513483, -0.01923990249633789, -0.014590578153729439, -0.012424138374626637, -0.012471758760511875, -0.0015792794292792678, -0.009028872475028038, -0.006855794694274664, -0.02255755290389061, -0.018476389348506927, -0.08751821517944336, 0.04960564151406288, 0.012757363729178905, -0.012732673436403275, -0.02240671217441559, -0.05709974095225334, -0.028972260653972626, -0.019152643159031868, 0.010332022793591022, -0.011384267359972, -0.0230447668582201, -0.052048128098249435, -0.008534884080290794, 0.008446806110441685, -0.0010938789928331971, -0.013006061315536499, -0.010504006408154964, -0.007276358548551798, -0.015669016167521477, -0.015614013187587261, -0.010494363494217396, -0.004080768208950758, -0.014970976859331131, -0.00633678724989295, -0.022811446338891983, -0.03444858640432358, -0.03651730716228485, -0.013889913447201252, 0.0051072086207568645, -0.026963109150528908, -0.03741857036948204, -0.03584228828549385, -0.014276508241891861, 0.02300111949443817, 0.021793507039546967, -0.007644536904990673, -0.01759267784655094, -0.02270781807601452, 0.007536351680755615, 0.025159668177366257, 0.025441261008381844, 0.010318374261260033, -0.0008456542855128646, -0.0016538884956389666, -0.01524058822542429, -0.014174554497003555, -0.0007184186251834035, 0.0005970874917693436, -0.00033215421717613935, -0.011949210427701473, -0.008013217709958553, -0.024198666214942932, -0.002575838938355446, 0.01548242848366499, 0.02730034478008747, 0.01009337417781353, -0.016895141452550888, -0.020925240591168404, -0.01693892292678356, -0.005534871015697718, 0.0008272575796581805, 0.0009343380806967616, -0.002788000041618943, -0.008658750914037228, -0.009533149190247059, -0.02328559197485447, -0.0033872989006340504, 0.0025309540797024965, 0.007779924664646387, 0.001231903675943613, -0.0014099432155489922, -0.0015906936023384333, 0.006747340317815542, 0.012242114171385765, 0.0037459039594978094, -0.0016951975412666798, -0.007412928156554699, -0.008338126353919506, 0.0009569033281877637, -0.019692914560437202, -0.026870684698224068, -0.02658635750412941, -0.023684967309236526, -0.018978679552674294, -0.026457956060767174, -0.03117748349905014, -0.03798720985651016, -0.032013338059186935, -0.030000310391187668, -0.02296147495508194, -0.021122345700860023, -0.013218794018030167, -0.014341221190989017, -0.013899927027523518, -0.011497927829623222, -0.01664661057293415, -0.01604619435966015, -0.016827955842018127, -0.014707375317811966, -0.023053834214806557, -0.032576050609350204, -0.027699675410985947, -0.008513357490301132, -0.00016296759713441133, -0.01498421747237444, -0.023177867755293846, -0.032159678637981415, -0.025582535192370415, -0.009391727857291698, 0.00022412597900256515, -0.021624427288770676, -0.02423778362572193, -0.028752462938427925, -0.031208064407110214, -0.016949238255620003, -0.021397622302174568, -0.02326255664229393, -0.01880073733627796, -0.025630129501223564, -0.021705612540245056, -0.015212643891572952, -0.004606389440596104, 0.000994933652691543, -0.0003529473615344614, 0.00045281267375685275, 0.0002530824567656964, 0.00033808115404099226, 0.0002982632431667298, 0.00748721556738019, 0.007951539941132069, 0.01445563230663538, 0.004670205060392618, -0.0010363331530243158, 0.0017805268289521337, 0.008248315192759037, 0.008402706123888493, 0.00900215096771717, 0.005609073676168919, -0.003926266450434923, -0.005801960360258818, 0.001460133120417595, -0.0006965603679418564, 0.003962922841310501, 0.004410690162330866, -0.005362103693187237, -0.007927422411739826, -0.007686967495828867, 0.002356375800445676, 0.01751246117055416, 0.012786240316927433, 0.006591572891920805, 0.0010999810183420777, -0.00031222583493217826, 0.0038455910980701447, 0.012718345038592815, 0.012387365102767944, 0.005026965867727995, 0.004768477752804756, 0.00922396406531334, 0.008767287246882915, 0.0038513801991939545, -0.0013380934251472354, 0.005445731803774834, 0.017182327806949615, 0.016127051785588264, 0.017157090827822685, 0.00999419204890728, 0.008181629702448845, 0.01806369423866272, 0.026993032544851303, 0.019758440554142, 0.010328222066164017, 0.023231754079461098, 0.03221317008137703, 0.034059684723615646, 0.030351314693689346, 0.021055053919553757, 0.0342492051422596, 0.042279668152332306, 0.052687257528305054, 0.053647782653570175, 0.03958756476640701, 0.03325425833463669, 0.033015936613082886, 0.043656568974256516, 0.048590805381536484, 0.04116222262382507, 0.041968390345573425, 0.03666090592741966, 0.027585243806242943, 0.027405740693211555, 0.04397392272949219, 0.05034509301185608, 0.04954114556312561, 0.04688527062535286, 0.03049900010228157, 0.026407962664961815, 0.038679007440805435, 0.05051691085100174, 0.061186499893665314, 0.043450478464365005, 0.041095323860645294, 0.0412338487803936, 0.042640991508960724, 0.03765151649713516, 0.03999999165534973, 0.0503007173538208, 0.03684164583683014, 0.033302079886198044, 0.03277081623673439, 0.03064478002488613, 0.03334692493081093, 0.03581249713897705, 0.03973035514354706, 0.03903723508119583, 0.03600131720304489, 0.027956712990999222, 0.04513220116496086, 0.012157107703387737, 0.0278802290558815, 0.02316257543861866, 0.034402381628751755, 0.022440915927290916, 0.012579295784235, 0.009193205274641514, 0.010219830088317394, 0.028893757611513138, 0.023199545219540596, 0.023686906322836876, 0.01800714060664177, 0.005634658969938755, 0.014794566668570042, 0.012336605228483677, 0.004384016152471304, 0.022317031398415565, 0.004318667575716972, 0.0018944634357467294, -0.001273597707040608, -0.010293148458003998, 0.001828284002840519, -0.0007518540951423347, 0.0021705557592213154, -0.007554993033409119, -0.015114670619368553, -0.009079139679670334, -0.013003797270357609, 0.0008196663693524897, 0.0066644311882555485, 0.010545022785663605, -0.0016124839894473553, -0.011173169128596783, 0.0002776077890302986, 0.022417031228542328, 0.03460998833179474, 0.012534081004559994, 0.005347902420908213, 0.001460761995986104, -0.018418265506625175, -0.0038793061394244432, 0.01974410004913807, 0.01521073468029499, 0.004925049841403961, -0.0005451953620649874, -0.010782646015286446, -0.018334010615944862, -0.0017764518270269036, 0.017403269186615944, 0.005895772948861122, -0.009957508184015751, -0.005826746113598347, -0.012113974429666996, -0.017138490453362465, -0.007064185570925474, -0.002498870249837637, 0.006131489295512438, 0.0061285593546926975, -0.018451331183314323, -0.03753883019089699, -0.009057928808033466, 0.0014583501033484936, 0.0037188369315117598, 0.023266585543751717, -0.002149534411728382, -0.026199854910373688, -0.005910018924623728, 0.004853563383221626, 0.01208700891584158, 0.006656787823885679, -4.7384644858539104e-05, -0.0026788851246237755, -0.012172264978289604, 0.0018611456034705043, -0.00047601008554920554, -0.006682850420475006, 0.011079433374106884, 0.004118100740015507, 0.010817449539899826, -0.013571877963840961, -0.0017899126978591084, 0.010888554155826569, -0.001458045095205307, 0.0134126553311944, 0.017276322469115257, 0.029075955972075462, 0.05740366131067276, 0.04934161901473999, 0.023417271673679352, 0.009312774986028671, 0.01009513158351183, 0.051500268280506134, 0.0683387741446495, 0.054098792374134064, 0.05726781114935875, 0.047153592109680176, 0.02938413992524147, -0.01331185270100832, 0.008270837366580963, 0.015496413223445415, 0.021609749644994736, 0.01703479513525963, 0.0020333849824965, 0.005097460933029652, 0.008229000493884087, 0.0063996100798249245, -0.01050858199596405, -0.007602059748023748, -0.00027636197046376765, -0.0016599984373897314, 0.018586549907922745, 0.054316867142915726, 0.038100071251392365, 0.032510146498680115, 0.024583684280514717, -0.04416137561202049, -0.055946532636880875, -0.006173460744321346, -0.01018198486417532, -0.002742466749623418, 0.005669505801051855, 0.01634322851896286, 0.023090895265340805, 0.00919498410075903, 0.05362730473279953, 0.051754698157310486, 0.019335316494107246, 0.014170479029417038, 0.04297677055001259, 0.033608388155698776, 0.03460802510380745, 0.060774270445108414, 0.027201982215046883, 0.024297697469592094, 0.020382417365908623, 0.007840205915272236, -0.007448052056133747, 0.004644465167075396, 0.009685022756457329, 0.0066459281370043755, -0.007429184392094612, -0.020152421668171883, -0.005853322800248861, 0.012086672708392143, 0.009678208269178867, 0.0002988265478052199, -0.007826485671103, -0.02104666270315647, -0.022052010521292686, 0.0022375902626663446, 0.03258431330323219, 0.027884677052497864, 0.023654213175177574, 0.007923399098217487, 0.015018423087894917, 0.0066289110109210014, 0.0040352302603423595, 0.023559335619211197, 0.027595805004239082, 0.03614302724599838, 0.025683585554361343, 0.0056177652440965176, -0.010717619210481644, -0.006679919082671404, 0.04394589737057686, 0.023921696469187737, 0.006520691327750683, -0.008857475593686104, -0.06332151591777802, -0.02771015651524067, -0.013093549758195877, 0.018244778737425804, -0.031056519597768784, -0.02074708603322506, 0.0015692536253482103, -0.01041199080646038, 0.002764800563454628, 0.0017914768541231751, 0.009774740785360336, 0.026480987668037415, -0.027222134172916412, 0.008065990172326565, 0.024013813585042953, -0.0005146286566741765, -0.015785180032253265, -0.024573741480708122, -0.033652544021606445, -0.05221814289689064, -0.0033444352447986603, -0.017620211467146873, 0.0027909509371966124, -0.0496220625936985, -0.012186074629426003, -0.0003613075241446495, -0.047286249697208405, 0.005163236521184444, -0.0242457278072834, -0.033319760113954544, -0.04624398425221443, -0.028967443853616714, -0.011104969307780266, -0.0408749058842659, -0.0425950363278389, -0.01698567345738411, -0.01218418963253498, -0.0296211875975132, -0.010886456817388535, 0.010977678932249546, -0.006861318368464708, -0.0019642708357423544, 0.009598144330084324, -0.012579027563333511, -0.024516573175787926, 0.010867258533835411, 0.0066903820261359215, 0.016102056950330734, 0.0002649387461133301, -0.002601721789687872, 0.005985444411635399, 0.01892622373998165, 0.011796515434980392, -0.00562606006860733, -0.046621572226285934, -0.03471552953124046, -0.03406654670834541, -0.04530990123748779, -0.019376175478100777, 0.0047495560720562935, 0.02236519381403923, -0.007565558422356844, 0.025166474282741547, 0.0574965626001358, -0.007933462038636208, -0.017894931137561798, -0.004474503919482231, 0.005247942171990871, 0.042441848665475845, 0.041501376777887344, 0.04408068209886551, -0.00972798839211464, -0.03329088166356087, -0.0011208432260900736, 0.025166019797325134, 0.018720760941505432, -0.004584058653563261, 0.002101146150380373, 0.008665747009217739, 0.0004574805498123169, -0.012888634577393532, -0.0054693385027348995, -0.026443781331181526, -0.0036814571358263493, 0.037322819232940674, 0.020085448399186134, -0.029708296060562134, -0.057806532829999924, -0.01592477411031723, 0.034211162477731705, 0.01087338849902153, 0.012064953334629536, -0.020396675914525986, -0.008144383318722248, 0.0029183237347751856, 0.012824592180550098, 0.030935851857066154, 0.03541002795100212, -0.008934758603572845, -0.0026082692202180624, 0.039251308888196945, 0.019450632855296135, -0.01685222238302231, 0.012988816946744919, 0.0297341700643301, 0.03410758823156357, 0.030389180406928062, 0.027389656752347946, 0.0007970671867951751, -0.0005743755027651787, 0.015873320400714874, 0.05277927592396736, -0.02809927612543106, 0.012469164095818996, 0.0033507095649838448, 0.06514935195446014, -0.0037198045756667852, -0.010240605100989342, 0.0005956055247224867, -0.019808730110526085, 0.022512229159474373, -0.04571785777807236, 0.006488272454589605, 0.05930490046739578, 0.052729517221450806, 0.03355482220649719, -0.030401209369301796, 0.04697393998503685, 0.0016503058141097426, 0.014160430990159512, -0.0054950411431491375, -0.020494230091571808, 0.03701921924948692, 0.052997514605522156, 0.022206954658031464, -0.06189154088497162, -0.03775561973452568, 0.033380817621946335, 0.006942340638488531, 0.04018429294228554, -0.04611100256443024, -0.02813333459198475, 0.02394377812743187, 0.013875641860067844, 0.06990744173526764, 0.04119681194424629, 0.0935022383928299, -0.010304231196641922, 0.06430038064718246, 0.012415502220392227, 0.021033262833952904, 0.03597373515367508, 0.06464794278144836, 0.09040143340826035, -0.045367222279310226, 0.006872676778584719, 0.029151810333132744, 0.018442166969180107, 0.03597553074359894, 0.030273227021098137, 0.0005051018670201302, 0.04126451537013054, -0.019812630489468575, 0.019693298265337944, 0.008425789885222912, -0.00470712361857295, 0.0149987256154418, -0.019723135977983475, 0.015821263194084167, -0.015503649599850178, -0.010127678513526917, 0.039845060557127, 0.00571993226185441, -0.014603006653487682, 0.0066090296022593975, -0.004765251185745001, 0.06250092387199402, 0.07556506246328354, 0.06256218999624252, 0.039774175733327866, -0.09374911338090897, -0.03540812432765961, 0.002582631539553404, 0.04050375521183014, 0.09149782359600067, -0.06472551822662354, 0.02189311757683754, 0.034193504601716995, 0.011524960398674011, 0.05144641175866127, -0.09640910476446152, -0.010833760723471642, -0.030526239424943924, 0.04540085420012474, 0.04916093498468399, -0.1110897958278656, -0.031363345682621, -0.00849882047623396, 0.10149043798446655, -0.008317435160279274, 0.07362882047891617, -0.00018159850151278079, -0.012845681048929691, 0.002981522586196661, 0.028203224763274193, 0.0008129535708576441, -0.02721068449318409, 0.0941006988286972, 0.01549539715051651, -0.014172286726534367, -0.08082270622253418, 0.12287553399801254, 0.017153091728687286, -0.021224960684776306, 0.04448792710900307, 0.08746005594730377, -0.010942371562123299, 0.004074727185070515, 0.00024554578703828156, 0.03654206916689873, -0.007808308117091656, 0.029579343274235725, 0.05909118428826332, -0.04651902616024017, -0.02565501071512699, 0.04522649943828583, 0.036383144557476044, 0.07876734435558319, -0.08401886373758316, 0.048054520040750504, 0.016161419451236725, 0.055463261902332306, 0.044843219220638275, -0.023963147774338722, -0.04217497631907463, -0.01030201930552721, 0.017052944749593735, -0.013738969340920448, -0.05817518010735512, -0.019098548218607903, 0.004335788544267416, -0.06275934725999832, -0.04258003458380699, 0.03220925107598305, -0.005716973450034857, -0.05735418200492859, -0.08164521306753159, -0.0027955486439168453, -0.0722065195441246, -0.0064642103388905525, 0.05679323524236679, -0.02988620661199093, -0.015023755840957165, 0.03223935142159462, 0.04307674244046211, -0.02083178609609604, -0.04101703315973282, -0.018378304317593575, -0.016446899622678757, 0.04110844060778618, 0.0628519281744957, -0.008350186981260777, -0.04101238772273064, -0.05244269222021103, -0.04441794753074646, -0.0023388294503092766, -0.017625903710722923, -0.01911121793091297, -0.05220590531826019, 0.04980377107858658, 0.02960158884525299, -0.06522564589977264, -0.008949030190706253, -0.04531083256006241, -0.07272373884916306, -0.013291365467011929, 0.054647888988256454, 0.01993713714182377, -0.018451441079378128, 0.023305390030145645, -0.030658433213829994, -0.00937431026250124, -0.02350730635225773, 0.04146686568856239, -0.038012709468603134, 0.00748275313526392, -0.041969701647758484, -0.03481494262814522, -0.06064271181821823, -0.036205604672431946, 0.01820671185851097, -0.03732660412788391, -0.06411112844944, 0.009152387268841267, -0.05390500649809837, 0.029134737327694893, -0.12643757462501526, 0.02583032287657261, -0.0492868646979332, 0.057762376964092255, -0.03458739072084427, 0.012442986480891705, -0.11062370985746384, -0.023449739441275597, -0.007550837937742472, 0.06241877004504204, -0.07813309878110886, -0.04933714121580124, 0.03492382913827896, -0.017192261293530464, 0.04454922676086426, -0.010933535173535347, -0.011938249692320824, 0.007817236706614494, -0.06576450914144516, 0.005830217152833939, 0.008535054512321949, 0.03785926103591919, -0.01635243557393551, -0.07475778460502625, 0.04539492726325989, 0.007828354835510254, -0.013554872013628483, -0.07581271231174469, -0.05682222545146942, -0.027203086763620377, 0.06027139350771904, -0.036484573036432266, -0.008029435761272907, -0.11740365624427795, -0.003758704289793968, 0.007733204402029514, -0.0036412368062883615, -0.0669654905796051, -0.10122162103652954, 0.047672368586063385, 0.011443434283137321, -0.06756436079740524, -0.13625405728816986, -0.04951774701476097, 0.0463513620197773, 0.03065510280430317, 0.04461679980158806, -0.11304772645235062, -0.10015649348497391, -0.05175969749689102, 0.04777741804718971, 0.04296640679240227, 0.007617161143571138, -0.027841581031680107, 0.021849563345313072, -0.021030737087130547, -0.04915297403931618, 0.025594081729650497, -0.027687663212418556, -0.08158451318740845, -0.06740954518318176, 0.06857140362262726, -0.07158426195383072, -0.05527006834745407, -0.07879593968391418, -0.014138591475784779, -0.01828380860388279, -0.022272851318120956, -0.061672210693359375, -4.9830017815111205e-05, -0.031886760145425797, -0.07950370013713837, -0.03970608860254288, 0.003364436561241746, -0.038938745856285095, -0.06788403540849686, -0.05937306210398674, 0.013184105046093464, 0.028313303366303444, -0.032032474875450134, 0.0004829436365980655, 0.02581959031522274, 0.010052140802145004, 0.05163799598813057, -0.03208497539162636, -0.09953601658344269, -0.023780517280101776, 0.00671945558860898, -0.038601502776145935, -0.030989903956651688, 0.034943588078022, -0.0731300637125969, -0.01581178791821003, -0.03997284919023514, -0.04722560569643974, -0.051079921424388885, 0.006079019978642464, -0.030835269019007683, -0.035279225558042526, 0.03205493465065956, 0.005651480983942747, -0.008662189356982708, -0.010684606619179249, -0.024777641519904137, -0.011322841048240662, -0.03631986305117607, -0.00030547677306458354, 0.04609833285212517, -0.0987124964594841, 0.014563890174031258, -0.0441293828189373, -0.10658624768257141, -0.023671472445130348, 0.07154165208339691, 0.04182915389537811, 0.04814751073718071, -0.07580365240573883, -0.042066462337970734, -0.03921674191951752, -0.027855433523654938, -0.021744629368185997, -0.01191477570682764, 0.04097986966371536, 0.016436507925391197, -0.02401329204440117, -0.0733058825135231, -0.01953013800084591, 0.03839656710624695, -0.022680046036839485, -0.040273334830999374, -0.022641636431217194, 0.09032455086708069, -0.024453401565551758, -0.08711029589176178, 0.040979500859975815, 0.07929059863090515, 0.006668076850473881, -0.056330546736717224, -0.0327046699821949, 0.0035388364922255278, 0.028485316783189774, 0.02581614814698696, 0.06019922345876694, -0.004699700977653265, 0.023831244558095932, 0.03959259018301964, 0.03558977320790291, 0.019871030002832413, 0.004019157495349646, 0.04215491563081741, 0.10200461745262146, 0.004896488040685654, 0.09577131271362305, 0.03700895607471466, 0.04723571613430977, 0.0381367951631546, -0.027992574498057365, 0.05641485005617142, -0.009476863779127598, -0.03936292603611946, 0.012389617040753365, -0.009092357940971851, -0.017975198104977608, 0.03647474944591522, 0.040765270590782166, 0.0030434310901910067, 0.025497326627373695, 0.032418105751276016, 0.09643551707267761, 0.07015637308359146, 0.0895344540476799, 0.008870309218764305, 0.00769555289298296, -0.01368110440671444, 0.091133713722229, -0.013715577311813831, 0.009200060740113258, 0.0661921352148056, 0.029477983713150024, 0.06143147870898247, -0.0070628514513373375, 0.008601218461990356, -0.041823435574769974, -0.006556394975632429, 0.04693746939301491, -0.0102657750248909, -0.05864521116018295, -0.06958265602588654, 0.023698754608631134, -0.04749487712979317, 0.01996081881225109, 0.011744149029254913, 0.09524514526128769, -0.03653862327337265, -0.07144438475370407, 0.012101275846362114, 0.0902276486158371, 0.048569414764642715, 0.02163824811577797, -0.038197506219148636, -0.022247517481446266, 0.020678836852312088, 0.051286060363054276, 0.03742726892232895, 0.06444453448057175, -0.029678937047719955, 0.02362390048801899, 0.030238067731261253, 0.09389539808034897, -0.03598719462752342, 0.06601671874523163, 0.03985334932804108, -0.028665700927376747, -0.004596357699483633, -0.031108753755688667, -0.056304775178432465, 0.006906240712851286, -0.007734124548733234, -0.040764711797237396, -0.08686995506286621, -0.04862160235643387, 0.03542209044098854, 0.01681239902973175, -0.02491169422864914, 0.029002562165260315, 0.04162384569644928, -0.023006156086921692, 0.07601241767406464, 0.04411749169230461, 0.012523302808403969, 0.039131421595811844, 0.04784815013408661, -0.060997288674116135, -0.0557544082403183, 0.08979590237140656, 0.03285081684589386, -0.004212789703160524, 0.01976715959608555, 0.016002103686332703, 0.09472107142210007, -0.060499947518110275, 0.05466858670115471, -0.06878166645765305, 0.024571815505623817, 0.018721291795372963, 0.061587586998939514, -0.03957883268594742, -0.0660332515835762, 0.05474808067083359, 0.04371160268783569, -0.014344190247356892, 0.07470685988664627, -0.007111562415957451, 0.10236077755689621, 0.031149407848715782, -0.01989816688001156, 0.028745265677571297, -0.10437373071908951, -0.031524159014225006, 0.03887801617383957, -0.04577868804335594, 0.021755697205662727, 0.08930249512195587, -0.0408402718603611, -0.05894625186920166, 0.0398586243391037, -0.0010620225220918655, 0.07173054665327072, 0.0699714720249176, -0.08968956023454666, -0.051454078406095505, 0.013909658417105675, -0.02918357588350773, 0.010241451673209667, 0.0002931158524006605, -0.0562690868973732, 0.08839080482721329, 0.04745440557599068, 0.005635745823383331, 0.026355698704719543, -0.08519679307937622, 0.08443296700716019, 0.0205667894333601, 0.0037331818602979183, 0.010793199762701988, 0.00166204827837646, -0.026400867849588394, 0.08565085381269455, 0.022244859486818314, -0.03187929466366768, -0.05452370271086693, 0.028215482831001282, 0.0564359575510025, 0.014597284607589245, -0.026538832113146782, 0.048088058829307556, -0.0075288494117558, 0.046689122915267944, 0.04433950036764145, -0.04749805107712746, -0.07354040443897247, -0.011822303757071495, 0.09794601052999496, -0.0598180927336216, -0.10294735431671143, 0.05126095190644264, 0.018365856260061264, 0.042289603501558304, 0.014716014266014099, 0.027457071468234062, -0.0057853520847857, -0.05004056543111801, 0.04958481341600418, -0.023841824382543564, 0.11005842685699463, 0.03231940045952797, 0.0664832592010498, 0.1015494167804718, -0.026375042274594307, 0.011145872063934803, -0.013801675289869308, 0.040907785296440125, -0.002633091527968645, 0.02970973029732704, 0.08323215693235397, -0.051107257604599, -0.0486367829144001, -0.009394482709467411, -0.003957461565732956, -0.043122097849845886, -0.11243613809347153, -0.0004769264196511358, 0.016575831919908524, 0.11826610565185547, -0.06568268686532974, -0.0825117975473404, -0.0700797438621521, -0.0055421097204089165, 0.11656741797924042, 0.10115030407905579, 0.013254598714411259, 0.01858299784362316, -0.023250989615917206, -0.08402427285909653, 0.022443203255534172, 0.01457908097654581, -0.001908347592689097, 0.01248860452324152, -0.04236215725541115, 0.0967264249920845, 0.08175835013389587, -0.11370933800935745, 0.006331673823297024, -0.025031812489032745, -0.10995403677225113, 0.037670236080884933, 0.023644322529435158, 0.06813418865203857, -0.06832399219274521, -0.0075064776465296745, -0.006662419531494379, -0.05064242333173752, 0.07055643945932388, -0.13454891741275787, 0.03384232521057129, 0.11310720443725586, 0.038884829729795456, 0.08667543530464172, -0.09977149218320847, 0.035629723221063614, 0.010544877499341965, -0.006652755197137594, 0.04165390133857727, -0.052725810557603836, 0.03548682481050491, 0.01230677030980587, 0.07213632017374039, 0.07830528169870377, 0.048601336777210236, -0.09901713579893112, -0.007832069881260395, -0.11657139658927917, 0.04865248501300812, -0.027484629303216934, -0.06940695643424988, -0.0007047146209515631, -0.05934283509850502, -0.09012364596128464, -0.024263106286525726, 0.10574094206094742, -0.12311335653066635, 0.03313463553786278, 0.15772134065628052, 0.009152058511972427, -0.16783484816551208, -0.04837406054139137, 0.07191873341798782, 0.12678080797195435, -0.04032846912741661, -0.013479022309184074, -0.0245350394397974, -0.04884570464491844, 0.038091253489255905, -0.04329706355929375, -0.07331830263137817, 0.045051295310258865, 0.04577752575278282, 0.1207721009850502, -0.11266741901636124, -0.11029952764511108, -0.04863836243748665, 0.02700929343700409, 0.048591677099466324, -0.0025544113013893366, 0.033402495086193085, -0.12133920192718506, 0.015086797997355461, 0.18214792013168335, -0.03147866949439049, -0.044024448841810226, -0.01842513307929039, -0.0027958564460277557, 0.05116261914372444, -0.03154036030173302, -0.011319056153297424, 0.04560646042227745, -0.03598387911915779, 0.06070897355675697, -0.07264333963394165, -0.03618047758936882, 0.07172912359237671, -0.019192282110452652, 0.05369468778371811, -0.1451900452375412, -0.047312866896390915, -0.01667759194970131, -0.03852001950144768, 0.05670364946126938, 0.01161506399512291, 0.05835741013288498, -0.015376022085547447, 0.05503232404589653, -0.018352946266531944, -0.061513565480709076, 0.12106504291296005, 0.027577674016356468, 0.005110740661621094, -0.0042476532980799675, 0.04444073513150215, 0.0033132927492260933, -0.034203849732875824, -0.0111537491902709, 0.02778424695134163, -0.06928801536560059, 0.020325131714344025, -0.08837006986141205, 0.002202722942456603, -0.05692964047193527, -0.01592491939663887, -0.07868489623069763, -0.01788973994553089, -0.07785844057798386, 0.04680933430790901, 0.051487620919942856, 0.16354545950889587, -0.0657622218132019, -0.06661448627710342, 0.014758632518351078, -0.012081979773938656, -0.053074173629283905, 0.08696307241916656, 0.028276585042476654, -0.11163736879825592, -0.009589897468686104, 0.004928616341203451, 0.04254395142197609, -0.0156314205378294, -0.03146839886903763, 0.03567365184426308, -0.07760399580001831, 0.019555099308490753, 0.03522415831685066, -0.021228211000561714, -0.03489309549331665, -0.05423570051789284, -0.0016358571592718363, 0.0031373254023492336, -0.06588031351566315, -0.12424671649932861, -0.036289967596530914, 0.002445909194648266, 0.09706434607505798, -0.08613110333681107, 0.042636942118406296, -0.05973629280924797, -0.12058663368225098, -0.046498607844114304, -0.042119115591049194, 0.09163855016231537, 0.054089292883872986, 0.046746380627155304, -0.015069795772433281, 0.10697203874588013, 0.08365722000598907, 0.02972457930445671, 0.02210535854101181, 0.005762959364801645, 0.003314828732982278, -0.03806200996041298, 0.0546080507338047, -0.07290559262037277, -0.09237243980169296, 0.021072087809443474, 0.06427602469921112, -0.11992988735437393, -0.048507533967494965, 0.07644333690404892, 0.08348052203655243, 0.09946420043706894, 0.06942320615053177, -0.04617738723754883, 0.0052688997238874435, 0.0031024778727442026, 0.09383983165025711, 0.01065360102802515, -0.037797555327415466, 0.02175094187259674, 0.09085851162672043, 0.05773932486772537, -0.10338343679904938, -0.07634320110082626, -0.07213732600212097, 0.060463521629571915, -0.021263526752591133, 0.012259134091436863, -0.0033031587954610586, -0.15127860009670258, -0.0183937456458807, 0.011190109886229038, -0.07188878953456879, -0.04772326722741127, -0.03965145722031593, -0.009603120386600494, -0.08957389742136002, -0.11246681958436966, -0.10496381670236588, 0.059441134333610535, 0.04747050255537033, 0.027952363714575768, 0.010744442231953144, 0.04897559434175491, -0.10661672800779343, 0.00251875352114439, -0.025877760723233223, 0.08533649891614914, -0.11803358048200607, -0.05349012464284897, 0.04638814553618431, -0.06081395968794823, -0.06389075517654419, -0.09663651138544083, -0.0813881978392601, -0.019485289230942726, -0.04969584569334984, 0.1378348022699356, 0.026793379336595535, 0.021417194977402687, -0.05763586238026619, -0.13818050920963287, -0.11214621365070343, 0.03984522819519043, 0.1066761314868927, -0.10104352980852127, -0.006756504997611046, -0.0016869311220943928, -0.06297992914915085, -0.013812612742185593, 0.052591945976018906, 0.12421535700559616, -0.029064252972602844, -0.09437038004398346, 0.1127474382519722, 0.015740368515253067, -0.027200832962989807, -0.1017288789153099, 0.04978550225496292, -0.016845224425196648, -0.10997873544692993, -0.03151792660355568, 0.05291146785020828, -0.06804569810628891, 0.014283264055848122, 0.00565338646993041, -0.05000412464141846, -0.11325590312480927, 0.13028302788734436, 0.17448368668556213, -0.16015669703483582, -0.18530254065990448, -0.017352743074297905, 0.014124223962426186, 0.05840424448251724, -0.13807488977909088, -0.028801772743463516, -0.03117293119430542, -0.06308885663747787, 0.13931243121623993, -0.0259507205337286, -0.016863584518432617, -0.12254194170236588, 0.02382161282002926, 0.026099536567926407, -0.004716621711850166, -0.08669766038656235, -0.07742158323526382, -0.06808802485466003, -0.004700652789324522, 0.11096205562353134, -0.020091447979211807, -0.053570885211229324, 0.024592870846390724, -0.05923030897974968, 0.03169965744018555, 0.10439269989728928, 0.018279919400811195, -0.1868734359741211, -0.007217184640467167, -0.0453486442565918, 0.03573092073202133, 0.03702260181307793, -0.005639962386339903, -0.0587158165872097, -0.06473605334758759, -0.010024421848356724, -0.006381274200975895, 0.052391935139894485, -0.030227618291974068, 0.045087289065122604, 0.09413653612136841, 0.05532072111964226, 0.015941249206662178, -0.10276901721954346, -0.02500177174806595, -0.01927984692156315, 0.03874792158603668, 0.1059463694691658, -0.03119058720767498, 0.007256756071001291, -0.03740793466567993, 0.058173954486846924, 0.1097135841846466, -0.00784948468208313, -0.04322708398103714, 0.02325206995010376, 0.05665067210793495, 0.08978255838155746, -0.0922783613204956, -0.08328915387392044, 0.0719982385635376, -0.0327511802315712, -0.029910720884799957, 0.040817663073539734, 0.02680061012506485, 0.023075750097632408, -0.0681207925081253, 0.042876970022916794, 0.06217624992132187, 0.05907922610640526, 0.1054014191031456, -0.13140937685966492, 0.07670849561691284, 0.08915267139673233, 0.11627023667097092, -0.008937232196331024, 0.02050451748073101, 0.07373948395252228, 0.010702122002840042, 0.10367551445960999, -0.004169852007180452, -0.0285557359457016, -0.030663762241601944, 0.09234767407178879, 0.0640316754579544, 0.009794266894459724, -0.18092405796051025, 0.024707918986678123, 0.1818927675485611, 0.13067452609539032, -0.005889675114303827, -0.04543577507138252, 0.12361950427293777, 0.18108627200126648, 0.18511167168617249, 0.04509523883461952, -0.1347612589597702, -0.014655787497758865, -0.07026303559541702, 0.08068184554576874, 0.01441364735364914, -0.034092020243406296, 0.01854408159852028, 0.032112155109643936, 0.039732739329338074, 0.08303344994783401, 0.08425389975309372, -0.013169379904866219, 0.14942646026611328, 0.025106804445385933, 0.15261690318584442, 0.11616627871990204, -0.020569710060954094, -0.0375187024474144, 0.040714412927627563, 0.0179792121052742, 0.052868831902742386, 0.06457102298736572, 0.22307102382183075, -0.08330582827329636, 0.052925560623407364, 0.05625686049461365, -0.02077045477926731, -0.058351319283246994, -0.10382634401321411, 0.05091490596532822, -0.1731145828962326, -0.09368526935577393, -0.039979543536901474, -0.1314338594675064, 0.007343601901084185, 0.006998104974627495, 0.07125302404165268, 0.03382539376616478, 0.09346473962068558, 0.0774594098329544, 0.014010211452841759, 0.10781513154506683, 0.0466865636408329, 0.027867576107382774, -0.10163968801498413, 0.041808124631643295, 0.044898346066474915, -0.04403461515903473, -0.005378318950533867, -0.023853836581110954, 0.08591250330209732, 0.04308866709470749, 0.05120234191417694, 0.024064378812909126, 0.02690056897699833, 0.0708819106221199, -0.029247285798192024, -0.02399032935500145, -0.05931072309613228, -0.0680985376238823, -0.056536752730607986, -0.008684144355356693, 0.0032887659035623074, -0.05558164417743683, 0.026525691151618958, 0.007818476296961308, 0.04218212142586708, -0.03972278907895088, 0.10449494421482086, -0.03531929850578308, -0.054118141531944275, 0.01954008638858795, 0.11605954170227051, 0.08361759781837463, -0.08056588470935822, -0.0011289260582998395, -0.04971568286418915, -0.00838680099695921, 0.0514092892408371, -0.02116762287914753, -0.10842743515968323, 0.019212784245610237, -0.05970507860183716, 0.03266046568751335, -0.028588445857167244, -0.006321686785668135, 0.004457465838640928, -0.011861413717269897, -0.11238235980272293, 0.007314552552998066, -0.05556696653366089, 0.09397510439157486, -0.005961275193840265, -0.010681772604584694, -0.04271987825632095, 0.11885657906532288, 0.001554172020405531, 0.044972069561481476, -0.07973707467317581, 0.09978222101926804, 0.002471015090122819, 0.12418098002672195, -0.0525393970310688, 0.010236523114144802, 0.039293739944696426, -0.06077529489994049, -0.07282623648643494, -0.011762569658458233, 0.020563874393701553, 0.08529152721166611, -0.04498780146241188, 0.05505651980638504, 0.0630713626742363, -0.10856623202562332, 0.03992974013090134, 0.13608862459659576, 0.09580022841691971, -0.0010900581255555153, 0.10526010394096375, 0.06604893505573273, 0.022186225280165672, 0.04643639922142029, 0.058601412922143936, -0.10434458404779434, 0.06848923861980438, 0.12064014375209808, 0.06923083961009979, -0.015589515678584576, -0.06420451402664185, 0.08974996209144592, 0.015839096158742905, 0.017824120819568634, 0.06080574542284012, -0.05915290489792824, -0.0860675722360611, 0.0912431851029396, 0.09564635157585144, 0.006066204514354467, 0.04407602176070213, -0.06631967425346375, 0.043342698365449905, -0.0663100928068161, 0.2573714554309845, 0.06133487448096275, -0.012550261802971363, 0.04073403775691986, 0.05792057141661644, -0.05097845196723938, -0.08336377888917923, 0.05267123878002167, -0.03532242402434349, 0.08591830730438232, 0.09085828065872192, 0.03183433786034584, 0.04396766424179077, -0.01845068484544754, 0.13136769831180573, 0.05701838806271553, -0.015728021040558815, 0.025519317016005516, 0.08790507167577744, 0.014290038496255875, -0.05165605992078781, -0.023929622024297714, 0.035008206963539124, 0.027241719886660576, 0.022663673385977745, -0.027137702330946922, -0.0007402337505482137, 0.2023230642080307, 0.04786136373877525, -0.03925290331244469, -0.08797727525234222, 0.041206859052181244, 0.055318936705589294, 0.15303266048431396, 0.08850149065256119, 0.053910866379737854, -0.06941462308168411, -0.07255842536687851, 0.08157355338335037, 0.056425828486680984, -0.01044985931366682, 0.09354591369628906, -0.020865773782134056, 0.03401092067360878, -0.05074813961982727, 0.03292631357908249, -0.034758344292640686, -0.04516136273741722, 0.04241548478603363, -0.07548072934150696, 0.06239110231399536, -0.013884833082556725, 0.11111558973789215, -0.0604221411049366, -0.09502337872982025, -0.012546203099191189, 0.04659978672862053, 0.002127670682966709, 0.09387733787298203, 0.09630011767148972, -0.032493721693754196, -0.14370714128017426, 0.1596130132675171, 0.17607401311397552, 0.04955852031707764, -0.07066027820110321, -0.08833378553390503, 0.010015381500124931, 0.13737480342388153, 0.0962061658501625, 0.08449088782072067, -0.041744671761989594, 0.05592560023069382, 0.07519988715648651, 0.02004927210509777, 0.04974915459752083, 0.06123478338122368, -0.00905621238052845, 0.1437613070011139, 0.046391792595386505, 0.08874014765024185, -0.050458215177059174, -0.02390202321112156, 0.12906256318092346, 0.08673057705163956, 0.1679174304008484, -0.003342487383633852, -0.07437343150377274, -0.0028352425433695316, 0.1387982964515686, 0.14213517308235168, -0.003217767458409071, -0.002280069515109062, -0.1150227040052414, -0.009668948128819466, 0.09071744978427887, 0.019473141059279442, 0.018845973536372185, -0.009081224910914898, -0.05558289587497711, 0.05864889547228813, 0.0341368168592453, 0.016408395022153854, 0.09905613213777542, 0.06368649750947952, 0.03930111974477768, 0.036356620490550995, -0.04444659501314163, 0.022009598091244698, 0.1381724774837494, 0.11919854581356049, 0.039426080882549286, 0.01515184249728918, 0.03665444627404213, 0.0760219618678093, 0.02282283641397953, 0.05727633088827133, 0.05399535223841667, 0.096453458070755, -0.011543153785169125, -0.033069707453250885, 0.005769236478954554, -0.0580781064927578, 0.0349237360060215, 0.015872392803430557, -0.02748386561870575, 0.07631414383649826, -0.013656707480549812, -0.0003170193522237241, -0.05668267607688904, 0.17774443328380585, 0.2117581069469452, 0.006850672885775566, 0.07344483584165573, 0.017512617632746696, 0.07557844370603561, 0.21382808685302734, 0.007001808378845453, -0.007680702488869429, 0.04246717691421509, 0.007719524670392275, 0.15592660009860992, -0.013047389686107635, 0.02707820199429989, 0.07588928937911987, -0.019809219986200333, 0.04480454698204994, 7.619646203238517e-05, -0.055061083287000656, 0.1507793664932251, -0.0522896908223629, 0.07378212362527847, 0.015808124095201492, -0.020178673788905144, 0.02840290404856205, 0.025251997634768486, 0.1048261821269989, -0.03276867792010307, 0.07621030509471893, 0.04943090304732323, 0.04017791897058487, 0.08475345373153687, -0.03905320167541504, 0.08258072286844254, 0.009732017293572426, 0.058594271540641785, 0.07403086870908737, 0.011676760390400887, -0.02039937861263752, -0.017335450276732445, 0.046674612909555435, 0.054246705025434494, 0.02142835222184658, -0.008143697865307331, 0.0351531058549881, -0.1338842511177063, 0.06847520172595978, -0.015433677472174168, 0.026313114911317825, 0.05183642357587814, -0.04049444571137428, 0.0637190118432045, -0.04227561876177788, 0.09930016100406647, 0.038982316851615906, 0.0416349433362484, -0.02416985109448433, 0.062066007405519485, 0.07991671562194824, 0.08094976842403412, -0.04781873896718025, -0.0054542324505746365, 0.05616867542266846, 0.03395771607756615, 0.019550034776329994, 0.0580318458378315, -0.009016726166009903, 0.02487695775926113, -0.002353294985368848, 0.009170356206595898, -0.036681946367025375, 0.04903227835893631, -0.02123655378818512, 0.012979296036064625, 0.06858944147825241, -0.032301317900419235, 0.0038971195463091135, -0.06259007751941681, -0.053365811705589294, 0.1047917902469635, 0.05404224991798401, 0.05107136815786362, -0.023497197777032852, -0.044211383908987045, 0.017793545499444008, 0.020819280296564102, 0.027782995253801346, 0.005826578009873629, 0.05247601121664047, 0.048099592328071594, 0.060906536877155304, 0.13169552385807037, 0.03848535567522049, 0.03247915953397751, 0.09095301479101181, 0.04177989438176155, 0.11170853674411774, 0.06816595792770386, 0.043622422963380814, 0.08795458823442459, 0.0284479521214962, 0.09207510948181152, -0.041957732290029526, -0.05218885466456413, 0.09911680966615677, 0.010655720718204975, -0.0023229895159602165, 0.0018847292521968484, -0.13093069195747375, -0.10483960807323456, -0.0946325957775116, -0.0919935554265976, -0.13799342513084412, -0.22317327558994293, -0.1591700166463852, -0.2036396861076355, -0.09351099282503128, -0.2009236216545105, -0.12563259899616241, -0.19869646430015564, -0.12620480358600616, -0.13004539906978607, -0.09817487746477127, -0.0078064994886517525, -0.07815183699131012, 0.015864131972193718, -0.021627582609653473, 0.09904522448778152, 0.04543963447213173, 0.10843084752559662, 0.1783461719751358, 0.1556197702884674, 0.13645395636558533, 0.2643558084964752, 0.31837549805641174, 0.37306612730026245, 0.293441504240036, 0.3232042193412781, 0.0993957445025444, 0.19231009483337402, 0.13521982729434967, 0.20675772428512573, 0.09263985604047775, 0.06749653816223145, -0.014733807183802128, -0.16864141821861267, -0.21537527441978455, -0.19999483227729797, -0.21783220767974854, -0.2959907352924347, -0.48387467861175537, -0.5698132514953613, -0.4899466931819916, -0.6054427623748779, -0.3581683337688446, -0.3887346386909485, -0.33718714118003845, -0.38062402606010437, -0.21546410024166107, -0.29772916436195374, -0.26549988985061646, -0.04979211837053299, 0.05401645600795746, 0.11844836920499802, 0.15361107885837555, 0.3096792995929718, 0.541365921497345, 0.5626572966575623, 0.8135714530944824, 0.7335718870162964, 1.010233998298645, 0.7452607750892639, 0.5739614367485046, 0.2933783531188965, 0.38461747765541077, 0.620464563369751, 0.7178614139556885, 0.4957946836948395, 0.23567837476730347, 0.022018728777766228, -0.24015671014785767, -0.27605539560317993, -0.4294587969779968, -0.5687735080718994, -0.6254358291625977, -0.8207148313522339, -0.9525706171989441, -1.0547631978988647, -0.990109920501709, -0.9651888608932495, -0.8554202914237976, -0.8600519895553589, -0.7596625685691833, -0.6228574514389038, -0.5191470384597778, -0.3341521620750427, -0.18185649812221527, 0.10177194327116013, 0.133621484041214, 0.22923332452774048, 0.32426539063453674, 0.6097891330718994, 1.01370370388031, 1.355666160583496, 1.451019525527954, 1.139577865600586, 0.7330591082572937, 0.4134887158870697, 0.5942018032073975, 1.0932503938674927, 1.1114290952682495, 0.9923354983329773, 0.3436736464500427, -0.12075315415859222, -0.335284024477005, -0.08563338965177536, 0.09686240553855896, -0.06483833491802216, -0.6023441553115845, -1.287571907043457, -1.5293101072311401, -1.3952510356903076, -1.005993127822876, -0.8761875033378601, -1.320292592048645, -1.6646236181259155, -1.6100622415542603, -1.1840918064117432, -0.6592075228691101, -0.31125324964523315, -0.25771328806877136, -0.32111501693725586, 0.0008519668481312692, 0.1223537027835846, 0.4492643177509308, 0.643714427947998, 0.9916601181030273, 1.4252625703811646, 1.7173867225646973, 1.914169430732727, 1.4134501218795776, 0.4816293716430664, 0.6879512667655945, 1.3396580219268799, 2.1006200313568115, 1.4954783916473389, 0.8885691165924072, 0.031769342720508575, -0.2880201041698456, -0.16508254408836365, 0.264889657497406, 0.45473501086235046, -0.269488126039505, -1.2266212701797485, -2.085780620574951, -2.0461888313293457, -1.3921995162963867, -1.0384749174118042, -1.0559624433517456, -1.8913428783416748, -2.3688414096832275, -2.0326974391937256, -1.110330581665039, -0.4361008107662201, -0.39326000213623047, -0.42497768998146057, -0.3275505006313324, -0.22209705412387848, 0.3106289803981781, 0.9329712986946106, 1.3030455112457275, 1.4698542356491089, 1.7677608728408813, 2.309174060821533, 2.2488574981689453, 1.2870073318481445, 1.0739026069641113, 1.4627296924591064, 2.5103840827941895, 2.351506233215332, 1.5583219528198242, 0.4414040744304657, -0.19475260376930237, -0.15673452615737915, 0.26560792326927185, 0.6787992715835571, -0.03484616428613663, -1.4100335836410522, -2.4529407024383545, -2.6081151962280273, -1.8750132322311401, -1.3325175046920776, -1.4754557609558105, -2.249505043029785, -3.0666708946228027, -2.7452330589294434, -1.5718955993652344, -0.7080961465835571, -0.6251136660575867, -0.950619101524353, -0.6803652048110962, -0.13411253690719604, 0.39998355507850647, 1.0217021703720093, 1.448595643043518, 1.6746604442596436, 2.0920803546905518, 2.8429555892944336, 2.980107545852661, 1.858199954032898, 1.2059005498886108, 1.6940501928329468, 3.1449122428894043, 3.2144060134887695, 2.2077972888946533, 0.8747320175170898, -0.08573349565267563, -0.20614902675151825, 0.20322827994823456, 0.7575340270996094, 0.10868395119905472, -1.5265032052993774, -2.76346755027771, -3.0146851539611816, -2.3562257289886475, -2.0706002712249756, -1.9756048917770386, -2.724961996078491, -3.6026315689086914, -3.26912522315979, -2.2080495357513428, -1.2222354412078857, -1.0936965942382812, -1.0621243715286255, -0.6681075096130371, -0.3356340825557709, 0.33154213428497314, 0.9620391130447388, 1.642115592956543, 2.208422899246216, 2.6791977882385254, 3.553065776824951, 3.235527753829956, 2.086524248123169, 1.687048077583313, 2.456777334213257, 4.113387584686279, 3.7256405353546143, 2.7747037410736084, 1.013501763343811, -0.032751377671957016, -0.17968203127384186, 0.4013734757900238, 1.1422619819641113, -0.08300530910491943, -2.022028684616089, -3.398775339126587, -3.662846565246582, -2.7107882499694824, -2.199453830718994, -2.256809711456299, -3.4827566146850586, -4.641077995300293, -4.0421953201293945, -2.62428879737854, -1.4061131477355957, -1.2788835763931274, -1.412473201751709, -1.0264300107955933, -0.8011573553085327, 0.1600959450006485, 1.1705049276351929, 2.0508546829223633, 2.647043228149414, 3.011613368988037, 4.059739112854004, 3.44577956199646, 2.3725996017456055, 2.1484673023223877, 3.3063576221466064, 4.827316761016846, 4.064929008483887, 2.9933507442474365, 1.149091124534607, 0.20533953607082367, 0.1732577383518219, 0.9500846862792969, 1.2923312187194824, -0.31106963753700256, -2.3746206760406494, -3.9097981452941895, -3.8640036582946777, -2.8129899501800537, -2.3262381553649902, -2.760519504547119, -4.404112339019775, -5.348097801208496, -4.591832637786865, -2.8808815479278564, -1.672538161277771, -1.7521023750305176, -1.9043657779693604, -1.5029438734054565, -1.0433627367019653, 0.09693475067615509, 1.202402114868164, 2.1511082649230957, 2.551497220993042, 3.102330446243286, 4.369665145874023, 4.081660747528076, 3.0673623085021973, 2.6878623962402344, 3.7405240535736084, 5.061136245727539, 4.5826826095581055, 3.490537166595459, 1.683082938194275, 0.7552576661109924, 0.7370461821556091, 1.4088335037231445, 1.4672961235046387, -0.5278930068016052, -2.339336633682251, -3.6075334548950195, -3.425199508666992, -2.7392687797546387, -2.896170139312744, -3.4609031677246094, -4.9907002449035645, -5.348739147186279, -4.630156517028809, -3.3176655769348145, -2.614441394805908, -2.6210951805114746, -2.384446859359741, -1.7406187057495117, -1.13881254196167, -0.35479333996772766, 0.5792271494865417, 1.5762513875961304, 2.1633384227752686, 3.218071460723877, 4.291060447692871, 4.507955551147461, 3.1147804260253906, 2.9296438694000244, 3.961573839187622, 5.494014739990234, 5.134217262268066, 3.7660934925079346, 2.268522262573242, 1.28958261013031, 1.403363823890686, 1.8978502750396729, 1.731179118156433, 0.050692345947027206, -2.085956335067749, -3.080787420272827, -3.3123631477355957, -2.718873977661133, -2.7500572204589844, -3.6921136379241943, -4.941646099090576, -5.794407367706299, -4.987414836883545, -3.702280282974243, -3.033214807510376, -3.0360946655273438, -3.1259469985961914, -2.430373430252075, -1.571181058883667, -0.8219615817070007, 0.2617165148258209, 0.9941480159759521, 1.632825255393982, 2.3409018516540527, 3.495115041732788, 4.7968363761901855, 4.148139953613281, 3.3364386558532715, 3.503129243850708, 4.707955837249756, 5.694647789001465, 4.52925443649292, 3.399013042449951, 2.197564125061035, 1.9341033697128296, 2.0448241233825684, 1.6758500337600708, 0.8831450939178467, -1.0025131702423096, -1.9091627597808838, -2.424527883529663, -2.951972484588623, -3.081092119216919, -3.8053696155548096, -4.191673755645752, -4.9864044189453125, -5.268123149871826, -4.682121276855469, -4.27994441986084, -3.485933542251587, -3.175849676132202, -2.679032802581787, -2.165992498397827, -1.997164249420166, -0.8525065183639526, 0.277550607919693, 1.3110793828964233, 1.7357707023620605, 2.2418458461761475, 3.5206284523010254, 4.557722568511963, 4.226463317871094, 3.687333345413208, 3.7434773445129395, 4.686880588531494, 5.3534836769104, 4.663346767425537, 3.5603132247924805, 2.3000526428222656, 2.0343337059020996, 1.9471750259399414, 1.8118940591812134, 0.7941786050796509, -0.7400438785552979, -1.6498544216156006, -2.506042957305908, -2.7458138465881348, -3.1124091148376465, -3.682691812515259, -4.2452006340026855, -5.079255104064941, -5.09481954574585, -4.747683525085449, -4.144073486328125, -3.6568381786346436, -3.062983989715576, -2.7380645275115967, -2.2896883487701416, -1.9504529237747192, -0.9477658867835999, 0.24077999591827393, 0.9615069627761841, 1.595058798789978, 2.093820095062256, 3.026440143585205, 4.244775772094727, 4.663681507110596, 3.825761079788208, 3.5994303226470947, 3.8998396396636963, 5.238537788391113, 4.784578800201416, 3.6232731342315674, 2.726423740386963, 2.195551872253418, 2.086473226547241, 1.4887501001358032, 1.0141180753707886, -0.4626723527908325, -1.6747443675994873, -1.970875859260559, -2.3124263286590576, -2.431980848312378, -3.9944701194763184, -4.353021144866943, -4.402027130126953, -4.631810665130615, -4.372689723968506, -4.537899971008301, -3.9595839977264404, -3.5767736434936523, -2.5572237968444824, -1.8469334840774536, -2.033001184463501, -1.8070509433746338, -0.6584100723266602, 0.742514431476593, 1.5158873796463013, 1.732693076133728, 2.2856311798095703, 3.1276490688323975, 4.654156684875488, 4.574245929718018, 3.46173357963562, 3.2075843811035156, 3.6291391849517822, 5.271882057189941, 4.261971950531006, 3.2679696083068848, 2.21820330619812, 1.6518967151641846, 1.7096635103225708, 1.0825777053833008, 0.6827542185783386, -0.583087682723999, -1.4616968631744385, -1.66963529586792, -2.3734560012817383, -2.993811845779419, -4.19028377532959, -3.657303810119629, -3.321784019470215, -4.159787654876709, -4.728631019592285, -4.7876362800598145, -3.417401075363159, -2.3897881507873535, -1.7384333610534668, -1.9110171794891357, -2.878899335861206, -2.001749277114868, 0.05362824723124504, 1.6967175006866455, 1.6778711080551147, 0.909557580947876, 1.4135985374450684, 2.7703402042388916, 4.615985870361328, 5.138747692108154, 3.397989273071289, 2.3164238929748535, 2.518742561340332, 4.744537830352783, 4.738117694854736, 3.251741409301758, 1.8573954105377197, 1.381901502609253, 1.8063230514526367, 1.2803856134414673, 0.7532786726951599, -0.3379155397415161, -1.1384607553482056, -0.9841867089271545, -1.0721347332000732, -2.1529593467712402, -4.385864734649658, -4.316196441650391, -2.6051933765411377, -2.388465642929077, -3.765377998352051, -4.955292701721191, -4.488407135009766, -3.0350282192230225, -1.434303879737854, -0.8893856406211853, -2.401041030883789, -3.3525586128234863, -1.5741008520126343, 1.1382194757461548, 1.934943675994873, 0.71856689453125, 0.1998692899942398, 1.5344212055206299, 3.3297128677368164, 4.514729976654053, 4.163576126098633, 2.1334640979766846, 1.6479824781417847, 3.0045604705810547, 5.208946704864502, 4.307427406311035, 1.9213043451309204, 0.8997597098350525, 1.7820709943771362, 2.628570318222046, 1.6111891269683838, 0.33876630663871765, -0.5975117087364197, -0.8893375396728516, -0.3283541202545166, -0.433648943901062, -1.6846494674682617, -3.819199562072754, -3.9443111419677734, -2.137219190597534, -1.9707677364349365, -3.466970682144165, -4.782325744628906, -4.260078430175781, -2.7525525093078613, -1.5350285768508911, -1.2515645027160645, -2.7293806076049805, -3.6916987895965576, -1.778302788734436, 0.9560986757278442, 1.5146561861038208, -0.02804703637957573, -0.5884391665458679, 0.7033221125602722, 2.592736005783081, 3.52053165435791, 3.904961347579956, 3.198513984680176, 1.5383288860321045, 1.8065265417099, 3.3452367782592773, 4.864739894866943, 3.2680883407592773, 1.6374794244766235, 1.7803223133087158, 2.409501791000366, 1.8760696649551392, 0.3411737382411957, 0.2708500623703003, 0.3534047305583954, 0.30625689029693604, -0.07868026196956635, -1.4133758544921875, -2.5882456302642822, -3.2964887619018555, -2.1265008449554443, -1.578155517578125, -3.1045761108398438, -4.446463108062744, -4.224534034729004, -3.073193073272705, -2.4574332237243652, -2.2798492908477783, -2.2939085960388184, -3.0664148330688477, -2.6369404792785645, -0.8123348951339722, 0.37772607803344727, -0.03514667600393295, -0.7499135732650757, 0.2877814471721649, 1.71688973903656, 2.640965700149536, 2.640062093734741, 3.258133888244629, 3.003549814224243, 2.0366859436035156, 2.4283642768859863, 3.6293160915374756, 4.4676313400268555, 2.980867385864258, 2.2297427654266357, 2.3425612449645996, 2.1523396968841553, 1.408506989479065, 0.8736079335212708, 1.35383141040802, 0.795869767665863, -0.026209965348243713, -0.8719794154167175, -1.7540055513381958, -2.110395669937134, -2.309467077255249, -1.900188684463501, -2.668210506439209, -4.195181369781494, -4.683300971984863, -3.5697484016418457, -2.5824968814849854, -2.5413315296173096, -2.9898295402526855, -3.0890865325927734, -3.2834603786468506, -2.1358134746551514, -0.41795897483825684, 0.27554041147232056, -0.5147302746772766, -0.8719936609268188, 0.5359556674957275, 1.9313464164733887, 2.512727975845337, 2.819237470626831, 3.7669484615325928, 3.23358154296875, 2.0591113567352295, 2.2588746547698975, 3.9920971393585205, 4.8546342849731445, 3.4634900093078613, 2.511254072189331, 2.158494234085083, 1.8836517333984375, 1.3162920475006104, 1.4316352605819702, 1.6964938640594482, 0.5405232906341553, -0.5744062662124634, -1.6775234937667847, -1.925944447517395, -1.8828829526901245, -2.0688369274139404, -2.4661898612976074, -3.8191709518432617, -4.582562446594238, -4.141110420227051, -2.8636648654937744, -2.854361057281494, -3.62398624420166, -3.5918636322021484, -2.7487967014312744, -2.16961407661438, -1.4768317937850952, -0.6321062445640564, -0.394345223903656, -0.6856628656387329, 0.08575151860713959, 1.6089797019958496, 2.4647367000579834, 2.61531662940979, 2.9869797229766846, 3.9880359172821045, 3.2118070125579834, 2.4370763301849365, 2.888800621032715, 4.582160472869873, 4.844689846038818, 3.1359736919403076, 2.2513556480407715, 1.9175314903259277, 1.9876996278762817, 1.5699785947799683, 1.6170545816421509, 1.289423942565918, -0.34892868995666504, -1.1999837160110474, -1.5189330577850342, -1.5190739631652832, -2.1673130989074707, -2.9893105030059814, -2.9738869667053223, -3.735819101333618, -4.208746433258057, -4.116598606109619, -3.4299914836883545, -3.310617446899414, -3.3833119869232178, -2.5689637660980225, -2.398090124130249, -2.533907413482666, -1.8247936964035034, -0.1989699751138687, 0.42095085978507996, -0.14566728472709656, 0.23201386630535126, 1.463867425918579, 2.2898168563842773, 2.732173204421997, 3.392890453338623, 4.6631059646606445, 3.391239881515503, 1.9781897068023682, 2.433579921722412, 4.437459468841553, 5.223099231719971, 3.103579044342041, 1.9510432481765747, 1.588768720626831, 1.7255048751831055, 1.494469165802002, 1.1117979288101196, 0.915830671787262, -0.5163357257843018, -1.2099735736846924, -1.5137134790420532, -1.9433215856552124, -2.326667547225952, -3.1132094860076904, -2.990910053253174, -3.3731465339660645, -4.039870262145996, -3.8917481899261475, -3.3878538608551025, -3.1724050045013428, -3.0910708904266357, -2.2169713973999023, -1.7927302122116089, -2.2326040267944336, -1.6414647102355957, -0.15631665289402008, 0.53580242395401, 0.1143258661031723, 0.40572109818458557, 1.601421594619751, 2.2473740577697754, 2.5062806606292725, 2.9573278427124023, 4.266140460968018, 3.928628444671631, 2.011979579925537, 1.7826006412506104, 3.2418763637542725, 4.958368301391602, 3.5489141941070557, 1.6720197200775146, 1.030694603919983, 0.9546183943748474, 1.394844651222229, 0.9750174283981323, 0.7841724753379822, -0.44580888748168945, -1.4073621034622192, -1.603188157081604, -1.8739800453186035, -1.6896153688430786, -2.430058240890503, -3.1048381328582764, -3.2147529125213623, -3.3454482555389404, -3.330280065536499, -2.8468124866485596, -2.69057297706604, -2.7361485958099365, -2.2441563606262207, -1.4653875827789307, -1.5894417762756348, -1.5788075923919678, -0.45513394474983215, 0.4425604045391083, 0.4691770672798157, 0.30271196365356445, 1.062971591949463, 1.6447557210922241, 1.923575758934021, 2.422828435897827, 3.256105422973633, 4.085387229919434, 2.799060821533203, 1.174582600593567, 1.5105873346328735, 3.4901604652404785, 4.463419437408447, 2.494468927383423, 0.6677852272987366, 0.2922981381416321, 0.977638840675354, 1.3946032524108887, 0.8469597697257996, 0.23410463333129883, -0.681311845779419, -1.3758577108383179, -1.700642466545105, -1.4219069480895996, -1.1657665967941284, -2.2117011547088623, -2.830345630645752, -2.6414029598236084, -2.8142833709716797, -2.859983444213867, -2.3715426921844482, -2.1028308868408203, -2.083059787750244, -1.798683762550354, -1.4020217657089233, -1.5434091091156006, -1.2110731601715088, -0.12459713220596313, 0.48697948455810547, 0.237730473279953, 0.11601001024246216, 0.6971508860588074, 1.345526933670044, 1.824270486831665, 2.2733564376831055, 3.047595977783203, 3.39030385017395, 1.8414517641067505, 0.8204812407493591, 1.6032779216766357, 3.6477084159851074, 3.796405076980591, 1.765822410583496, 0.5906803607940674, 0.4710822105407715, 1.2337150573730469, 1.2600988149642944, 0.8277922868728638, 0.489050030708313, -0.4913337528705597, -1.199892282485962, -1.3065544366836548, -0.958358883857727, -1.0382541418075562, -2.152766704559326, -2.220078945159912, -2.3899712562561035, -2.8600356578826904, -2.470698833465576, -2.0349862575531006, -1.9311912059783936, -2.3518424034118652, -1.8720457553863525, -1.617658257484436, -1.5308513641357422, -0.9558918476104736, -0.4299863576889038, -0.1764347404241562, -0.4350201487541199, 0.08277656137943268, 0.8665547966957092, 1.3113834857940674, 1.4994145631790161, 1.9144419431686401, 3.0169553756713867, 3.105480194091797, 1.5178831815719604, 0.9811509251594543, 1.9616178274154663, 3.750124216079712, 3.405721426010132, 1.7045886516571045, 0.7620841860771179, 0.6762962341308594, 1.7128621339797974, 1.5897504091262817, 1.1726975440979004, 0.4211052656173706, -0.7942623496055603, -1.4773890972137451, -1.2157529592514038, -0.3148954510688782, -0.8384546637535095, -2.3938610553741455, -2.9365365505218506, -2.8987743854522705, -2.6166937351226807, -1.9506349563598633, -2.0069327354431152, -2.757279634475708, -3.0386006832122803, -2.0802536010742188, -1.305572271347046, -1.3266422748565674, -1.3131464719772339, -0.9069837331771851, -0.45522814989089966, -0.2007744461297989, 0.4166069030761719, 1.0421777963638306, 1.3028709888458252, 1.6139174699783325, 2.395423173904419, 3.437816858291626, 2.978975772857666, 1.3011070489883423, 1.1286574602127075, 2.7104952335357666, 4.312687397003174, 3.403113842010498, 1.4197412729263306, 0.72639399766922, 1.199776291847229, 2.102799415588379, 1.6266367435455322, 0.9740989804267883, 0.019620228558778763, -1.0823851823806763, -1.2532364130020142, -0.9946434497833252, -0.8946487903594971, -1.5958977937698364, -2.4405996799468994, -2.7283055782318115, -3.4167332649230957, -3.082744598388672, -2.173865795135498, -2.1050009727478027, -2.68316912651062, -2.9256629943847656, -2.1530871391296387, -1.7237704992294312, -1.364216923713684, -0.8416929244995117, -0.5687750577926636, -0.40579232573509216, -0.21936769783496857, 0.7982579469680786, 1.6090619564056396, 1.765589952468872, 2.0184762477874756, 2.7132527828216553, 3.732208728790283, 2.8695216178894043, 1.6850361824035645, 1.7038625478744507, 3.1701910495758057, 4.281552314758301, 3.066309690475464, 1.5021370649337769, 0.7091469168663025, 0.992975115776062, 1.6821404695510864, 1.2857333421707153, 0.9083482027053833, -0.40406334400177, -1.894087314605713, -2.0274412631988525, -1.2704603672027588, -0.6185688972473145, -2.051800489425659, -3.5497207641601562, -3.837763547897339, -3.5091776847839355, -2.2112109661102295, -1.9084031581878662, -2.6721808910369873, -3.5398621559143066, -2.8823561668395996, -1.1616913080215454, -0.8018670082092285, -1.0484740734100342, -1.1944156885147095, -0.527557909488678, 0.3576295077800751, 1.0220283269882202, 1.6248582601547241, 1.5743883848190308, 1.6847447156906128, 2.5696237087249756, 3.815049648284912, 4.3453521728515625, 2.330169439315796, 0.9738571047782898, 1.750109076499939, 4.093942642211914, 4.632350921630859, 2.2961928844451904, 0.41081729531288147, -0.00045315202441997826, 1.136751413345337, 1.937667965888977, 1.1570197343826294, -0.08362781256437302, -1.7528407573699951, -2.1322031021118164, -1.2790608406066895, -0.9145210385322571, -1.6360883712768555, -3.2105553150177, -3.4184436798095703, -3.2058491706848145, -2.9683518409729004, -2.394062042236328, -2.473905563354492, -2.7569782733917236, -2.6300153732299805, -1.629597783088684, -1.098950982093811, -1.388551115989685, -0.9360659122467041, -0.14085637032985687, 0.5480344891548157, 0.4996318519115448, 0.611796498298645, 1.3130990266799927, 1.8626632690429688, 2.4627621173858643, 3.0516934394836426, 3.5647711753845215, 3.3976290225982666, 1.9768729209899902, 1.3565126657485962, 2.0285086631774902, 3.571134567260742, 3.742551326751709, 1.9827500581741333, 0.44138070940971375, -0.10444780439138412, 0.7149791121482849, 1.0038740634918213, 0.7137871384620667, 0.14338016510009766, -1.239654302597046, -2.4596199989318848, -2.4015190601348877, -1.5081757307052612, -1.1510906219482422, -2.15252685546875, -3.1784510612487793, -3.9612534046173096, -3.5601396560668945, -1.9642164707183838, -1.22023344039917, -1.7934908866882324, -2.833472967147827, -2.421774387359619, -1.065787434577942, -0.1948290467262268, 0.04234083741903305, -0.16618631780147552, -0.0631091520190239, 0.3587234914302826, 1.1816644668579102, 2.0759360790252686, 2.1050004959106445, 1.906928539276123, 2.2584989070892334, 3.357550621032715, 4.001682281494141, 2.401150941848755, 0.8044384717941284, 0.9954456686973572, 2.947711706161499, 4.091075897216797, 2.439436912536621, 0.1981121152639389, -0.782258927822113, -0.13534869253635406, 1.0151910781860352, 1.2242941856384277, 0.5046780109405518, -1.6033293008804321, -3.219076156616211, -2.6973843574523926, -1.0755348205566406, -0.4070526659488678, -1.9712557792663574, -3.5457041263580322, -4.0365891456604, -3.028965711593628, -1.3568881750106812, -0.9224384427070618, -1.7647771835327148, -2.90873384475708, -2.2351572513580322, -0.48021990060806274, 0.12636114656925201, -0.1274133026599884, -0.42427828907966614, -0.05059223249554634, 0.5857856869697571, 1.2758363485336304, 1.9665229320526123, 1.977315068244934, 1.7808881998062134, 2.2408792972564697, 3.247962474822998, 3.6950995922088623, 2.0139901638031006, 0.5837346315383911, 0.9407853484153748, 2.925361394882202, 3.7243869304656982, 2.0710344314575195, 0.2451939433813095, -0.702521800994873, -0.25390440225601196, 0.7309374213218689, 1.212754726409912, 0.5585080981254578, -1.830291509628296, -3.483334541320801, -2.591695785522461, -0.8186900615692139, -0.4426115155220032, -2.0676257610321045, -3.5128424167633057, -3.947852373123169, -3.0916786193847656, -1.1942356824874878, -0.6259375810623169, -1.6562535762786865, -2.7309930324554443, -2.100644111633301, -0.515080988407135, -0.09288770705461502, 0.032681532204151154, -0.037906184792518616, 0.15214058756828308, 0.5156193971633911, 1.1298232078552246, 2.026944398880005, 2.0614538192749023, 2.050930976867676, 2.522289991378784, 3.4117660522460938, 3.3718647956848145, 1.664174199104309, 0.6925855875015259, 1.3907132148742676, 2.942582130432129, 3.3706653118133545, 1.9316530227661133, 0.281612753868103, -0.8552497625350952, -0.5063801407814026, 0.5633168816566467, 1.228888988494873, 0.6322579979896545, -1.7506606578826904, -3.613990068435669, -3.2391653060913086, -1.5225825309753418, -0.3493731617927551, -1.4080653190612793, -3.082465887069702, -4.449084281921387, -3.774930953979492, -1.537429928779602, -0.29858627915382385, -0.6352230906486511, -2.126713275909424, -2.391232967376709, -1.3777352571487427, -0.12797297537326813, 0.848285436630249, 0.8414750695228577, 0.5463168621063232, 0.25886696577072144, 0.7676802277565002, 1.9460862874984741, 2.6137657165527344, 2.861645460128784, 2.88240122795105, 3.340352773666382, 2.7740135192871094, 1.3502600193023682, 0.7855406403541565, 1.8000515699386597, 3.276503086090088, 3.3514885902404785, 1.6985334157943726, -0.09105180203914642, -1.304733157157898, -0.8161798119544983, 0.5060168504714966, 1.4539214372634888, 0.26835837960243225, -2.564305305480957, -4.13420295715332, -3.4207310676574707, -1.4956773519515991, -0.6540568470954895, -1.5005306005477905, -3.224425792694092, -4.471706390380859, -3.511122703552246, -1.5007734298706055, -0.258420467376709, -0.5997669100761414, -1.5328377485275269, -1.7066352367401123, -1.2182714939117432, -0.23313216865062714, 0.7478549480438232, 1.3984620571136475, 1.3853189945220947, 1.077082633972168, 1.3000396490097046, 2.0030112266540527, 2.6882107257843018, 3.295081377029419, 3.807521343231201, 3.616703748703003, 2.000295639038086, 0.688215434551239, 0.9623227715492249, 2.4778800010681152, 3.379507064819336, 2.519561290740967, 0.8916691541671753, -0.812649130821228, -1.5751092433929443, -1.028510570526123, 0.41976332664489746, 0.8113110661506653, -1.0487897396087646, -3.4178218841552734, -4.131351470947266, -3.1101279258728027, -1.89577054977417, -1.4815515279769897, -1.866946816444397, -3.1434617042541504, -3.736203193664551, -3.051503896713257, -1.5318177938461304, -0.5015836954116821, -0.13961006700992584, -0.13560403883457184, -0.3937348425388336, -0.8144314885139465, -0.38692477345466614, 1.0525991916656494, 1.9371806383132935, 1.940187692642212, 1.7071924209594727, 1.9821566343307495, 2.2028865814208984, 2.608827590942383, 3.4929771423339844, 3.960000514984131, 2.962141990661621, 1.1504982709884644, 0.6380825638771057, 1.6461671590805054, 2.3446497917175293, 2.0955090522766113, 1.3505499362945557, 0.0015753144398331642, -1.355711817741394, -1.7843588590621948, -0.8363240957260132, -0.23617051541805267, -1.0151331424713135, -2.0326178073883057, -2.8468127250671387, -3.1755969524383545, -3.0559682846069336, -2.5319883823394775, -2.0393319129943848, -2.194037675857544, -2.4346845149993896, -2.500260829925537, -1.9443540573120117, -1.3865479230880737, -0.7626248598098755, 0.07019905000925064, 0.18292386829853058, -0.22932253777980804, -0.18374103307724, 0.5476280450820923, 1.4093786478042603, 2.010728359222412, 2.3016560077667236, 2.5066161155700684, 2.6828343868255615, 2.7916533946990967, 3.226886034011841, 3.399470090866089, 2.455400228500366, 1.452313780784607, 1.5053250789642334, 1.9923988580703735, 1.978397250175476, 1.4175686836242676, 0.8613359332084656, 0.025820044800639153, -0.9228250980377197, -1.5070152282714844, -1.4345197677612305, -1.304677963256836, -1.9788092374801636, -2.780205726623535, -3.1819002628326416, -3.6896371841430664, -3.742314577102661, -3.227402687072754, -2.4334938526153564, -1.9379757642745972, -1.7428100109100342, -1.4217009544372559, -1.0139164924621582, -0.6170347929000854, -0.09358552098274231, 0.5061978101730347, 0.46429935097694397, 0.2364635318517685, 0.671334981918335, 1.4325190782546997, 2.0025484561920166, 2.290703773498535, 2.477595806121826, 2.7294275760650635, 3.078305959701538, 3.523770570755005, 3.7359561920166016, 2.7703092098236084, 1.2882330417633057, 0.6264625191688538, 0.9608013033866882, 1.2291558980941772, 1.0260930061340332, 0.5381329655647278, -0.07944910228252411, -0.8307200074195862, -1.5664962530136108, -1.971564531326294, -1.7274045944213867, -1.4494839906692505, -1.466251015663147, -1.7964613437652588, -2.4865658283233643, -3.112501382827759, -3.2473692893981934, -2.6354024410247803, -1.7522169351577759, -1.2353277206420898, -1.1914293766021729, -1.2425364255905151, -1.0824733972549438, -0.8418838977813721, -0.0633886530995369, 0.6199007034301758, 0.49899154901504517, 0.5651853084564209, 0.994579553604126, 1.7399040460586548, 2.2625176906585693, 2.392869710922241, 2.483536958694458, 2.652052879333496, 3.0450353622436523, 3.635576009750366, 3.609473943710327, 2.541002035140991, 1.1624881029129028, 0.6389691233634949, 0.7395015954971313, 0.5345448851585388, 0.018354790285229683, -0.33878639340400696, -0.654305636882782, -1.3502413034439087, -2.131436586380005, -2.373588800430298, -2.5631628036499023, -2.7378199100494385, -2.583054542541504, -2.2250900268554688, -2.043881416320801, -2.258453369140625, -2.253176689147949, -2.009347438812256, -1.7213903665542603, -1.3988080024719238, -0.8397694230079651, -0.23474475741386414, 0.1785125732421875, 0.6484141945838928, 1.0598695278167725, 1.0914366245269775, 1.0370413064956665, 1.0875238180160522, 1.4237853288650513, 1.6981970071792603, 1.7844815254211426, 1.9580531120300293, 2.19425892829895, 2.1946983337402344, 2.309438705444336, 2.324014902114868, 1.935937523841858, 1.1190688610076904, 0.34001821279525757, 0.0004867245734203607, -0.009221893735229969, -0.07134110480546951, -0.11659397184848785, -0.14150407910346985, -0.46632570028305054, -1.0714845657348633, -1.6385217905044556, -1.86838698387146, -2.0247561931610107, -2.2791786193847656, -2.2666091918945312, -2.016165256500244, -1.8256783485412598, -1.5930562019348145, -1.1733001470565796, -0.8861427903175354, -0.8009385466575623, -0.8020760416984558, -0.770320475101471, -0.4744665324687958, 0.017949581146240234, 0.6059656143188477, 0.8709547519683838, 0.7445208430290222, 0.5936396718025208, 0.815650463104248, 1.122515082359314, 1.3805665969848633, 1.5552914142608643, 1.7574493885040283, 1.9097671508789062, 1.963456153869629, 2.1178178787231445, 2.0381710529327393, 1.5266540050506592, 0.7290935516357422, 0.21704691648483276, -0.09629841893911362, -0.4323965609073639, -0.6166201233863831, -0.4699321389198303, -0.28321900963783264, -0.3573848009109497, -0.6522406935691833, -0.7356694936752319, -0.9370009303092957, -1.2625887393951416, -1.3971089124679565, -1.3054064512252808, -1.3641597032546997, -1.593783974647522, -1.5501216650009155, -0.9724714756011963, -0.5099347829818726, -0.39417392015457153, -0.5061213970184326, -0.4743495285511017, -0.4784773588180542, -0.12064621597528458, 0.5542494654655457, 0.7026660442352295, 0.4086415469646454, -0.002930449089035392, 0.10891618579626083, 0.5000166893005371, 0.6142634749412537, 0.6317381262779236, 0.8469172716140747, 1.1104068756103516, 1.1041415929794312, 1.1531988382339478, 1.3739103078842163, 1.33116614818573, 0.9206504225730896, 0.32601961493492126, 0.1347677856683731, 0.12262292206287384, -0.08720794320106506, -0.27584919333457947, -0.21732081472873688, -0.1785477250814438, -0.2093290388584137, -0.3193272650241852, -0.158062145113945, 0.006533302832394838, -0.05023137852549553, -0.28000229597091675, -0.6247234344482422, -0.9964574575424194, -1.2605899572372437, -1.2494847774505615, -1.022526502609253, -0.8764692544937134, -0.8339055776596069, -0.804750919342041, -0.719172477722168, -0.49292999505996704, -0.30969181656837463, -0.05341576412320137, -0.08980007469654083, -0.35904473066329956, -0.5471557974815369, -0.3848399817943573, 0.07391656190156937, 0.2992289066314697, 0.3425586223602295, 0.4917100965976715, 0.6685568690299988, 0.983191967010498, 0.9983550906181335, 1.1508642435073853, 1.338073968887329, 1.3771637678146362, 1.125321626663208, 0.6455447673797607, 0.339832603931427, 0.17595984041690826, -0.09799208492040634, -0.32996782660484314, -0.15950872004032135, 0.15938538312911987, 0.20735786855220795, 0.06668776273727417, 0.16578304767608643, 0.46571144461631775, 0.37325552105903625, 0.04727502539753914, -0.23206429183483124, -0.4724259078502655, -0.6637211441993713, -0.9103417992591858, -0.8651127219200134, -0.869142472743988, -1.0180652141571045, -1.046523928642273, -0.8328871726989746, -0.4267235994338989, -0.2890257239341736, -0.21892033517360687, -0.18929333984851837, -0.43942832946777344, -0.6170437335968018, -0.645578920841217, -0.39016854763031006, -0.34676843881607056, -0.36195746064186096, -0.2064247727394104, 0.09183024615049362, 0.37275317311286926, 0.40925222635269165, 0.5115717053413391, 0.843242883682251, 1.0977510213851929, 1.2907719612121582, 1.2348953485488892, 0.9368427991867065, 0.5102311968803406, 0.11495951563119888, -0.04805409908294678, 0.05922805890440941, 0.2803768217563629, 0.3282332420349121, 0.35148289799690247, 0.37475088238716125, 0.5767846703529358, 0.8525176644325256, 0.7800599336624146, 0.5587547421455383, 0.20182830095291138, -0.05239928513765335, -0.1232977956533432, -0.2857086658477783, -0.40682220458984375, -0.6816017627716064, -0.8144180774688721, -0.8741282820701599, -0.877097487449646, -0.7494868636131287, -0.6911436915397644, -0.4330662190914154, -0.26920193433761597, -0.3135860562324524, -0.48437732458114624, -0.7820922136306763, -0.9648500680923462, -1.1671022176742554, -1.1598228216171265, -0.9332431554794312, -0.777048647403717, -0.6353002190589905, -0.5259723663330078, -0.13334402441978455, 0.2587393820285797, 0.4053020477294922, 0.5629615187644958, 0.8802239298820496, 1.0820271968841553, 0.914234459400177, 0.6444517970085144, 0.34252992272377014, 0.05252910405397415, -0.005907437764108181, 0.21717818081378937, 0.616374671459198, 0.8304405808448792, 0.8148601055145264, 0.8992701768875122, 1.1466649770736694, 1.3146666288375854, 1.2928602695465088, 1.0188459157943726, 0.6717835068702698, 0.3941417336463928, 0.16691073775291443, 0.1418265551328659, 0.1043168380856514, -0.17778582870960236, -0.5890272259712219, -0.8626384735107422, -0.8203063011169434, -0.7429304718971252, -0.6603254675865173, -0.6195777058601379, -0.7046356201171875, -0.9741230010986328, -1.3461426496505737, -1.5054690837860107, -1.5519160032272339, -1.5115052461624146, -1.5207332372665405, -1.4503551721572876, -1.2122931480407715, -0.9389141798019409, -0.6110594272613525, -0.23653332889080048, 0.07769613713026047, 0.28969064354896545, 0.44084981083869934, 0.6452445387840271, 0.8507322072982788, 0.9559858441352844, 0.7935199737548828, 0.5994675159454346, 0.5781463384628296, 0.5961699485778809, 0.8394308090209961, 1.1306113004684448, 1.325394630432129, 1.4176242351531982, 1.4126046895980835, 1.5864336490631104, 1.6517106294631958, 1.5430961847305298, 1.2986785173416138, 0.9454778432846069, 0.6462855935096741, 0.2939623296260834, 0.0819375216960907, -0.1112840548157692, -0.3660462498664856, -0.626561164855957, -0.9419853091239929, -1.0337347984313965, -1.104651927947998, -1.1140786409378052, -1.1042423248291016, -1.2102500200271606, -1.2804232835769653, -1.5563271045684814, -1.8253334760665894, -1.907562494277954, -1.8811265230178833, -1.604537844657898, -1.3735977411270142, -1.1287919282913208, -0.9376569390296936, -0.7976338267326355, -0.4734654426574707, -0.14290904998779297, 0.12237820774316788, 0.32748329639434814, 0.5890272259712219, 0.9592908024787903, 1.1168855428695679, 1.0209020376205444, 0.916533350944519, 0.9940705299377441, 1.1332091093063354, 1.2482953071594238, 1.4101595878601074, 1.5827975273132324, 1.594581961631775, 1.5426396131515503, 1.5920233726501465, 1.580048680305481, 1.3525478839874268, 0.9357487559318542, 0.5342648029327393, 0.37066352367401123, 0.2096540331840515, 0.0032571402844041586, -0.22476772964000702, -0.5372001528739929, -0.7571346163749695, -0.9230325818061829, -0.9283462762832642, -0.9571757912635803, -1.0842148065567017, -1.2033926248550415, -1.326960563659668, -1.4044270515441895, -1.522544026374817, -1.6117017269134521, -1.5765783786773682, -1.558542013168335, -1.5092618465423584, -1.3810505867004395, -1.2108211517333984, -0.9774430394172668, -0.7069965600967407, -0.33177506923675537, 0.006306405644863844, 0.16960252821445465, 0.2838175296783447, 0.44913163781166077, 0.7413789629936218, 1.0447615385055542, 1.1137663125991821, 1.0242531299591064, 0.9169194102287292, 0.961108922958374, 1.2299047708511353, 1.4784570932388306, 1.5616415739059448, 1.4809365272521973, 1.239335536956787, 1.1946353912353516, 1.3064991235733032, 1.2638195753097534, 1.1255748271942139, 0.7467693090438843, 0.42510777711868286, 0.23043705523014069, 0.05696306750178337, -0.007583415601402521, -0.245504692196846, -0.503919243812561, -0.7249184250831604, -0.8978104591369629, -0.9525126814842224, -1.05207359790802, -0.9561588764190674, -0.9232640266418457, -0.9854888916015625, -1.1407543420791626, -1.434006929397583, -1.4871313571929932, -1.4624195098876953, -1.2478468418121338, -1.0694780349731445, -1.0862600803375244, -0.9494382739067078, -0.8419861197471619, -0.5380175113677979, -0.20653992891311646, -0.0005256960284896195, 0.17184758186340332, 0.20467200875282288, 0.41234374046325684, 0.6964956521987915, 0.8780558109283447, 0.8891240954399109, 0.7673649191856384, 0.7960394024848938, 0.9018702507019043, 1.103171706199646, 1.2171056270599365, 1.1967920064926147, 1.225901484489441, 1.2213820219039917, 1.4007991552352905, 1.4471311569213867, 1.2627290487289429, 1.027895212173462, 0.6742568612098694, 0.5324679017066956, 0.37552961707115173, 0.16768209636211395, 0.01003848947584629, -0.24616333842277527, -0.3628126382827759, -0.4982142448425293, -0.5899403095245361, -0.6799978613853455, -0.8315724730491638, -0.8782464861869812, -0.9646255373954773, -1.049490213394165, -1.1867297887802124, -1.3201555013656616, -1.3165968656539917, -1.3079179525375366, -1.2116801738739014, -1.1284055709838867, -1.0373334884643555, -0.849521815776825, -0.6840076446533203, -0.3842107951641083, -0.17938823997974396, -0.11506107449531555, -0.005290252156555653, 0.1627243608236313, 0.552777886390686, 0.8315703868865967, 0.860994279384613, 0.6807270646095276, 0.5006681084632874, 0.632162868976593, 0.9059751033782959, 1.2428348064422607, 1.3662264347076416, 1.293069839477539, 1.156433343887329, 1.177046537399292, 1.40803062915802, 1.437888503074646, 1.2427623271942139, 0.7972978353500366, 0.5070321559906006, 0.4359756410121918, 0.32475927472114563, 0.30412209033966064, 0.0797538235783577, -0.15330944955348969, -0.3904576003551483, -0.6071024537086487, -0.6348894238471985, -0.777219831943512, -0.8150692582130432, -0.8648368716239929, -0.9299267530441284, -0.9852955937385559, -1.2005078792572021, -1.2415765523910522, -1.2528060674667358, -1.242435336112976, -1.1722266674041748, -1.1754616498947144, -1.0201623439788818, -0.8757440447807312, -0.6473627090454102, -0.37121549248695374, -0.23146724700927734, -0.12211774289608002, -0.07338380813598633, 0.1119818463921547, 0.4073859751224518, 0.6321449279785156, 0.6855663657188416, 0.5585097074508667, 0.5137495994567871, 0.5982625484466553, 0.8318790793418884, 1.1042571067810059, 1.2360118627548218, 1.1867868900299072, 1.090683937072754, 1.1790814399719238, 1.3661494255065918, 1.409426212310791, 1.2223185300827026, 0.9140779376029968, 0.6864321231842041, 0.5319896936416626, 0.4546812176704407, 0.36022093892097473, 0.15551087260246277, -0.08032471686601639, -0.36408495903015137, -0.5319405794143677, -0.525963306427002, -0.5364436507225037, -0.5688648819923401, -0.6883715391159058, -0.8636553883552551, -1.0245150327682495, -1.1718425750732422, -1.1924320459365845, -1.179794430732727, -1.2131937742233276, -1.2152681350708008, -1.1871694326400757, -1.040727972984314, -0.8507847785949707, -0.6987612843513489, -0.5100277662277222, -0.34606483578681946, -0.2262856364250183, -0.09585408866405487, 0.06207173690199852, 0.3104953467845917, 0.5426181554794312, 0.5875667333602905, 0.49289900064468384, 0.3719082474708557, 0.4443693459033966, 0.7076240181922913, 1.0050203800201416, 1.2026854753494263, 1.2064683437347412, 1.1792422533035278, 1.2680577039718628, 1.4517302513122559, 1.537597894668579, 1.3967089653015137, 1.1035889387130737, 0.8324592709541321, 0.6241569519042969, 0.48150894045829773, 0.37454158067703247, 0.2307647466659546, 0.0117770005017519, -0.26094797253608704, -0.5238120555877686, -0.6518843173980713, -0.6818369030952454, -0.6550329327583313, -0.6933790445327759, -0.8587724566459656, -1.1287827491760254, -1.3714803457260132, -1.4054157733917236, -1.320429801940918, -1.2884716987609863, -1.316241979598999, -1.3079129457473755, -1.204681158065796, -1.014865517616272, -0.8636896014213562, -0.6753392219543457, -0.4797540605068207, -0.34719449281692505, -0.16239355504512787, 0.011474981904029846, 0.2644633948802948, 0.5108188390731812, 0.5571593642234802, 0.5164657831192017, 0.44832170009613037, 0.5641487836837769, 0.7822710275650024, 1.0176622867584229, 1.2114406824111938, 1.2504881620407104, 1.316676139831543, 1.3933075666427612, 1.5262850522994995, 1.5612154006958008, 1.4170187711715698, 1.2262837886810303, 0.9838756918907166, 0.7584754824638367, 0.509090781211853, 0.2929799556732178, 0.13188473880290985, -0.07037471979856491, -0.27777740359306335, -0.5285660624504089, -0.7070600390434265, -0.8182099461555481, -0.8446776270866394, -0.8304713368415833, -0.9000903964042664, -1.0445733070373535, -1.273210883140564, -1.3804705142974854, -1.3918222188949585, -1.4093122482299805, -1.3977134227752686, -1.345855474472046, -1.1511799097061157, -0.9307783842086792, -0.7554632425308228, -0.5846676230430603, -0.43337172269821167, -0.3044215738773346, -0.12903347611427307, 0.10315335541963577, 0.32019904255867004, 0.5459669828414917, 0.5988040566444397, 0.46121880412101746, 0.3379010260105133, 0.399716317653656, 0.6503468751907349, 0.9099048972129822, 1.077819585800171, 1.0974338054656982, 1.1418449878692627, 1.2320480346679688, 1.4160431623458862, 1.509591817855835, 1.3622857332229614, 1.1360501050949097, 0.9041430950164795, 0.7540276646614075, 0.5567359328269958, 0.3161206841468811, 0.1470530480146408, -0.06034893915057182, -0.2024701088666916, -0.3955155909061432, -0.5371577143669128, -0.6394516229629517, -0.7442211508750916, -0.7096396088600159, -0.7810556292533875, -0.8822313547134399, -1.0719599723815918, -1.201925277709961, -1.1532726287841797, -1.2211776971817017, -1.2396117448806763, -1.285194754600525, -1.1975780725479126, -0.9933938980102539, -0.8465090394020081, -0.6369087100028992, -0.5355669260025024, -0.44393792748451233, -0.36707553267478943, -0.23929426074028015, -0.02002156898379326, 0.1450788676738739, 0.42953211069107056, 0.49417921900749207, 0.30444204807281494, 0.15549738705158234, 0.2204996794462204, 0.5747808814048767, 0.9013091921806335, 1.0820175409317017, 1.0856788158416748, 1.1446380615234375, 1.2991727590560913, 1.521690845489502, 1.6475903987884521, 1.4876364469528198, 1.259361743927002, 1.0653918981552124, 0.9462000727653503, 0.834549069404602, 0.6096104979515076, 0.3613339364528656, 0.09677045047283173, -0.08375830203294754, -0.23825211822986603, -0.3972964882850647, -0.5252266526222229, -0.6156002879142761, -0.5842705368995667, -0.6811302304267883, -0.8407519459724426, -1.076165795326233, -1.301481008529663, -1.316393256187439, -1.3587007522583008, -1.3697541952133179, -1.3660968542099, -1.3226182460784912, -1.1975047588348389, -1.0674779415130615, -0.7977999448776245, -0.6062262058258057, -0.5667804479598999, -0.521288275718689, -0.41554200649261475, -0.1789473444223404, 0.11038275063037872, 0.4259553849697113, 0.469882071018219, 0.24882689118385315, 0.13175441324710846, 0.2762015163898468, 0.6567855477333069, 1.0309183597564697, 1.2444063425064087, 1.2836544513702393, 1.3990710973739624, 1.6195987462997437, 1.8647561073303223, 1.933598518371582, 1.723276138305664, 1.4930331707000732, 1.2603033781051636, 1.0981218814849854, 0.9198909997940063, 0.6562699675559998, 0.4274822175502777, 0.1783648431301117, -0.009778869338333607, -0.279978483915329, -0.542364776134491, -0.6732978820800781, -0.7331469058990479, -0.6988664865493774, -0.8208496570587158, -1.0485858917236328, -1.3405742645263672, -1.5106167793273926, -1.4643690586090088, -1.4888410568237305, -1.5418357849121094, -1.5908786058425903, -1.5342633724212646, -1.3671669960021973, -1.141135573387146, -0.8178200125694275, -0.6001589298248291, -0.5286387801170349, -0.4973750114440918, -0.3783992826938629, -0.16270887851715088, 0.14738181233406067, 0.558390200138092, 0.6570520401000977, 0.4512735903263092, 0.24283826351165771, 0.39139559864997864, 0.8482406735420227, 1.273249626159668, 1.4462032318115234, 1.3721866607666016, 1.4484906196594238, 1.6536502838134766, 1.9276809692382812, 2.042255401611328, 1.8051574230194092, 1.4920841455459595, 1.17207932472229, 1.0246130228042603, 0.8723133206367493, 0.5476697087287903, 0.20466354489326477, -0.08447980880737305, -0.19993290305137634, -0.3917805552482605, -0.6468225717544556, -0.8283323645591736, -0.8716661334037781, -0.776348352432251, -0.8372206687927246, -1.0883122682571411, -1.4263914823532104, -1.6043232679367065, -1.508793830871582, -1.433739185333252, -1.5008951425552368, -1.6180601119995117, -1.5399054288864136, -1.2582125663757324, -0.9341352581977844, -0.6429072618484497, -0.455738365650177, -0.3672327399253845, -0.2979438602924347, -0.14272494614124298, 0.039478547871112823, 0.27704423666000366, 0.564225435256958, 0.675331711769104, 0.4839440882205963, 0.2780296504497528, 0.35927799344062805, 0.7102674245834351, 1.1441071033477783, 1.3917858600616455, 1.3965551853179932, 1.3885046243667603, 1.4925827980041504, 1.7448369264602661, 1.8968746662139893, 1.7629075050354004, 1.4477102756500244, 1.1023763418197632, 0.8813593983650208, 0.6658573150634766, 0.4375823736190796, 0.19155175983905792, -0.029409591108560562, -0.16379016637802124, -0.3837829828262329, -0.5976666212081909, -0.7624724507331848, -0.8053724765777588, -0.737907886505127, -0.7859142422676086, -0.9688993096351624, -1.2728023529052734, -1.4801198244094849, -1.4431148767471313, -1.390075445175171, -1.4173569679260254, -1.4589217901229858, -1.3416824340820312, -1.1010448932647705, -0.862758219242096, -0.5965492129325867, -0.3796776235103607, -0.26436272263526917, -0.22052650153636932, -0.11854284256696701, 0.012444074265658855, 0.2021714299917221, 0.5026387572288513, 0.6281328201293945, 0.4225253760814667, 0.15803715586662292, 0.19164982438087463, 0.543867290019989, 0.9906973242759705, 1.2530298233032227, 1.2232728004455566, 1.230983018875122, 1.373395323753357, 1.6200591325759888, 1.753969669342041, 1.59774911403656, 1.314813256263733, 0.9758722186088562, 0.7620969414710999, 0.6347240209579468, 0.4667147696018219, 0.2516231834888458, 0.007632780354470015, -0.13236749172210693, -0.3429984748363495, -0.610724151134491, -0.7605008482933044, -0.7628650665283203, -0.6416822671890259, -0.667435884475708, -0.8750625252723694, -1.165960431098938, -1.365806221961975, -1.3432139158248901, -1.3125776052474976, -1.3766309022903442, -1.4405708312988281, -1.3514899015426636, -1.1218031644821167, -0.9076553583145142, -0.675936758518219, -0.46114522218704224, -0.34981638193130493, -0.3364907205104828, -0.3106929361820221, -0.20764584839344025, -0.01724841073155403, 0.3261837065219879, 0.5551307797431946, 0.43157997727394104, 0.11179136484861374, 0.029689816758036613, 0.36046192049980164, 0.8525826334953308, 1.175771951675415, 1.1654950380325317, 1.1537004709243774, 1.2916525602340698, 1.5632919073104858, 1.7889400720596313, 1.7086609601974487, 1.4304149150848389, 1.1280128955841064, 0.973986804485321, 0.8694676756858826, 0.6469766497612, 0.38588401675224304, 0.170030415058136, 0.06849545240402222, -0.0618356354534626, -0.3387993574142456, -0.631044328212738, -0.7289941310882568, -0.6010339856147766, -0.5557073354721069, -0.7289233207702637, -1.068235993385315, -1.3662538528442383, -1.3830103874206543, -1.325959324836731, -1.3703083992004395, -1.4826394319534302, -1.4754663705825806, -1.2672938108444214, -1.0269534587860107, -0.8058183193206787, -0.6069384813308716, -0.43181681632995605, -0.34346169233322144, -0.316301167011261, -0.25630271434783936, -0.14846158027648926, 0.13854892551898956, 0.47251176834106445, 0.48388493061065674, 0.20704567432403564, 0.01306663267314434, 0.18308047950267792, 0.6566544771194458, 1.1249918937683105, 1.2680559158325195, 1.2303435802459717, 1.3114672899246216, 1.5492773056030273, 1.842583417892456, 1.872341275215149, 1.6375653743743896, 1.308925986289978, 1.0874114036560059, 0.9752216339111328, 0.813267171382904, 0.5631537437438965, 0.2699582278728485, 0.11927620321512222, 0.047018516808748245, -0.20537607371807098, -0.5243651866912842, -0.7235093712806702, -0.6813750267028809, -0.5614405274391174, -0.6836182475090027, -0.9955004453659058, -1.3516128063201904, -1.4922418594360352, -1.4017179012298584, -1.4094356298446655, -1.5040327310562134, -1.5214589834213257, -1.3663548231124878, -1.1088975667953491, -0.892170250415802, -0.656949520111084, -0.44551825523376465, -0.3036748468875885, -0.2422100156545639, -0.2512252628803253, -0.19346772134304047, 0.06731709837913513, 0.45849841833114624, 0.6371373534202576, 0.38502612709999084, 0.0755648985505104, 0.15409578382968903, 0.5844981670379639, 1.092665195465088, 1.320607304573059, 1.2933202981948853, 1.3386380672454834, 1.5185496807098389, 1.7799731492996216, 1.8565195798873901, 1.659442663192749, 1.3747150897979736, 1.1191949844360352, 0.986822247505188, 0.8076673150062561, 0.5365358591079712, 0.2722241282463074, 0.05825423076748848, -0.03143848478794098, -0.21320228278636932, -0.5354863405227661, -0.7876666188240051, -0.8409221172332764, -0.7303959727287292, -0.7476241588592529, -0.9956015944480896, -1.2997022867202759, -1.5246514081954956, -1.509706735610962, -1.4458270072937012, -1.4866317510604858, -1.4842606782913208, -1.3672599792480469, -1.1319016218185425, -0.8901994228363037, -0.6600823402404785, -0.4184807538986206, -0.2500742971897125, -0.1485164612531662, -0.11671477556228638, -0.08395210653543472, 0.09816091507673264, 0.4478030502796173, 0.6851285696029663, 0.5539252161979675, 0.2090901881456375, 0.11909069865942001, 0.4403412640094757, 0.904252827167511, 1.2216285467147827, 1.2515687942504883, 1.2594752311706543, 1.3862603902816772, 1.614151954650879, 1.7858035564422607, 1.6429340839385986, 1.3587658405303955, 1.0923011302947998, 0.92781662940979, 0.7931486368179321, 0.5328330397605896, 0.2534801959991455, 0.03459601476788521, -0.06074380874633789, -0.14507080614566803, -0.39744696021080017, -0.6620203852653503, -0.7833508253097534, -0.7128181457519531, -0.6571962833404541, -0.7975077033042908, -1.0836176872253418, -1.3475512266159058, -1.4189436435699463, -1.3535858392715454, -1.3499425649642944, -1.3742713928222656, -1.2605146169662476, -1.0008478164672852, -0.7506858706474304, -0.5775060057640076, -0.41090306639671326, -0.22621801495552063, -0.07150618731975555, -0.014326812699437141, -0.020633285865187645, 0.004727732855826616, 0.22739069163799286, 0.5435284972190857, 0.6224336624145508, 0.34878307580947876, 0.04610825330018997, 0.14842361211776733, 0.5887173414230347, 1.0043678283691406, 1.1444381475448608, 1.0761828422546387, 1.1301897764205933, 1.3568768501281738, 1.6286619901657104, 1.6464014053344727, 1.3551769256591797, 1.0781341791152954, 0.9085193872451782, 0.8294541835784912, 0.6747528910636902, 0.40527278184890747, 0.13001704216003418, -0.02801978774368763, -0.047466203570365906, -0.1590866595506668, -0.4091213643550873, -0.6120805740356445, -0.6557596325874329, -0.6220175623893738, -0.6742842793464661, -0.8742242455482483, -1.1295018196105957, -1.2936997413635254, -1.3171168565750122, -1.2986369132995605, -1.335452675819397, -1.282426357269287, -1.1168259382247925, -0.9181478023529053, -0.7104396224021912, -0.5030689239501953, -0.3213886022567749, -0.21315695345401764, -0.15983419120311737, -0.16925276815891266, -0.17246021330356598, -0.05208940804004669, 0.2214653640985489, 0.48930102586746216, 0.4697379469871521, 0.15280325710773468, -0.07170867174863815, 0.1339799165725708, 0.5973586440086365, 0.9726319909095764, 1.0193965435028076, 0.9455698728561401, 1.1068286895751953, 1.3643479347229004, 1.6190271377563477, 1.5998151302337646, 1.3023369312286377, 1.0652107000350952, 0.9371747374534607, 0.8751094341278076, 0.6703654527664185, 0.36267155408859253, 0.13625608384609222, 0.03477650135755539, 0.03792506456375122, -0.125221386551857, -0.4297885000705719, -0.6212657690048218, -0.6094377636909485, -0.5239666104316711, -0.6304507851600647, -0.8794264793395996, -1.174797773361206, -1.3256502151489258, -1.310407042503357, -1.3170514106750488, -1.3264700174331665, -1.285838007926941, -1.1405798196792603, -0.9298621416091919, -0.7193960547447205, -0.4949779510498047, -0.32949352264404297, -0.2720259130001068, -0.2568558156490326, -0.23967374861240387, -0.20222915709018707, -0.07231305539608002, 0.20045991241931915, 0.44006285071372986, 0.4081558883190155, 0.05966630578041077, -0.1686495840549469, 0.09661328047513962, 0.6083747744560242, 1.0062565803527832, 1.0004589557647705, 0.8829061388969421, 1.075689673423767, 1.3818402290344238, 1.6470756530761719, 1.5668747425079346, 1.2349013090133667, 1.043052077293396, 0.9729946255683899, 0.9226075410842896, 0.6763404607772827, 0.33734360337257385, 0.17518852651119232, 0.15460284054279327, 0.11658194661140442, -0.14342531561851501, -0.44301727414131165, -0.5098299980163574, -0.4252253770828247, -0.37228161096572876, -0.5949785709381104, -0.9226275682449341, -1.186014175415039, -1.295859932899475, -1.2633849382400513, -1.3152390718460083, -1.3690415620803833, -1.304989218711853, -1.135960340499878, -0.9275292754173279, -0.7329623699188232, -0.49677425622940063, -0.3136647343635559, -0.2755388021469116, -0.3283197581768036, -0.31247377395629883, -0.2104223519563675, -0.058897458016872406, 0.14791761338710785, 0.390379399061203, 0.47390618920326233, 0.20222651958465576, -0.11891596019268036, -0.029780711978673935, 0.46004119515419006, 0.9587140679359436, 1.0586106777191162, 0.9131831526756287, 1.0043578147888184, 1.2995738983154297, 1.6336385011672974, 1.688214898109436, 1.3770294189453125, 1.134940505027771, 1.0495706796646118, 0.9993742108345032, 0.7873868942260742, 0.4511941969394684, 0.2583497166633606, 0.22288288176059723, 0.20516975224018097, -0.019557349383831024, -0.36493977904319763, -0.5266115069389343, -0.46105891466140747, -0.3227280080318451, -0.4778915345668793, -0.8389759659767151, -1.1562446355819702, -1.311979055404663, -1.2356410026550293, -1.2534210681915283, -1.3299354314804077, -1.3108582496643066, -1.172422170639038, -0.9505723714828491, -0.7845306992530823, -0.5592028498649597, -0.3419487476348877, -0.29361674189567566, -0.32712721824645996, -0.36340734362602234, -0.3274744153022766, -0.18845732510089874, 0.021107995882630348, 0.272951602935791, 0.5075424909591675, 0.4254702627658844, 0.028842700645327568, -0.12555162608623505, 0.17090760171413422, 0.7308394312858582, 1.0102702379226685, 0.8712553381919861, 0.7901837825775146, 1.0025521516799927, 1.3661119937896729, 1.594746708869934, 1.4580793380737305, 1.1593787670135498, 1.028195858001709, 1.0064655542373657, 0.8661956191062927, 0.5814706683158875, 0.334613561630249, 0.24619132280349731, 0.251470685005188, 0.1157398670911789, -0.18911240994930267, -0.45970895886421204, -0.46348974108695984, -0.2836203873157501, -0.28222179412841797, -0.5939165353775024, -0.9677206873893738, -1.2061386108398438, -1.232194185256958, -1.1650933027267456, -1.2195191383361816, -1.2791134119033813, -1.2285908460617065, -1.077218770980835, -0.9067809581756592, -0.7249021530151367, -0.465975821018219, -0.28234240412712097, -0.3021129071712494, -0.40533503890037537, -0.4607197642326355, -0.35602545738220215, -0.17313656210899353, 0.04899544641375542, 0.31112974882125854, 0.4239581525325775, 0.1795734018087387, -0.23518693447113037, -0.23821014165878296, 0.244409441947937, 0.7673970460891724, 0.9023467898368835, 0.6894339323043823, 0.7244669198989868, 1.0329762697219849, 1.4031859636306763, 1.5921050310134888, 1.3359938859939575, 1.1035088300704956, 1.0401595830917358, 0.9844568371772766, 0.8133911490440369, 0.5386307835578918, 0.3595637381076813, 0.30074194073677063, 0.33214059472084045, 0.1691695898771286, -0.17168067395687103, -0.3715406656265259, -0.31328296661376953, -0.15648353099822998, -0.21507598459720612, -0.5499433875083923, -0.9669391512870789, -1.2151705026626587, -1.1683616638183594, -1.068582534790039, -1.1407407522201538, -1.2578120231628418, -1.2316466569900513, -1.073083758354187, -0.8888850212097168, -0.6644612550735474, -0.4185115694999695, -0.3734310269355774, -0.46909278631210327, -0.5545048117637634, -0.6147756576538086, -0.5189622640609741, -0.3363616168498993, -0.11390729248523712, 0.21334770321846008, 0.4854397177696228, 0.3060298264026642, -0.22533541917800903, -0.34059444069862366, 0.1793471723794937, 0.7738975286483765, 0.9221410751342773, 0.6258695721626282, 0.5746203064918518, 0.9212143421173096, 1.4005608558654785, 1.6944431066513062, 1.45931077003479, 1.161166787147522, 1.1177501678466797, 1.1112817525863647, 0.9855573177337646, 0.6863097548484802, 0.45578107237815857, 0.3758801817893982, 0.43548583984375, 0.3338668942451477, -0.1059231236577034, -0.41208183765411377, -0.3676263988018036, -0.1153225302696228, -0.0890481248497963, -0.4467705190181732, -0.890743613243103, -1.1994068622589111, -1.1800400018692017, -1.070756435394287, -1.1856069564819336, -1.3827072381973267, -1.381105899810791, -1.1554057598114014, -0.940570592880249, -0.7558357119560242, -0.5511050820350647, -0.4543883204460144, -0.4833015203475952, -0.5564736127853394, -0.6319515109062195, -0.5873091816902161, -0.38497912883758545, -0.13615630567073822, 0.19768217206001282, 0.5497902035713196, 0.485122412443161, -0.07163891196250916, -0.40674588084220886, -0.00918077677488327, 0.6899155974388123, 0.957407534122467, 0.7208406329154968, 0.5417401194572449, 0.8399107456207275, 1.347694754600525, 1.7088124752044678, 1.607602596282959, 1.2641350030899048, 1.1540560722351074, 1.1589592695236206, 1.0471473932266235, 0.7860580682754517, 0.5332982540130615, 0.403757780790329, 0.4347589612007141, 0.3889736533164978, 0.04278028383851051, -0.3151896297931671, -0.3529331088066101, -0.13741527497768402, -0.029970860108733177, -0.3420756161212921, -0.835124671459198, -1.1632939577102661, -1.203779697418213, -1.1110806465148926, -1.1913889646530151, -1.4310705661773682, -1.4970009326934814, -1.2458924055099487, -0.9802305698394775, -0.841543436050415, -0.6610814929008484, -0.4755213260650635, -0.4484110474586487, -0.5431546568870544, -0.6548688411712646, -0.6397908329963684, -0.41853126883506775, -0.1230015903711319, 0.1658317893743515, 0.46982651948928833, 0.4565214514732361, -0.006188081111758947, -0.38025572896003723, -0.16448266804218292, 0.47985339164733887, 0.8570302128791809, 0.7026990652084351, 0.49578797817230225, 0.7540980577468872, 1.2565208673477173, 1.6385923624038696, 1.6147958040237427, 1.257521390914917, 1.1058578491210938, 1.155714511871338, 1.0905184745788574, 0.8518352508544922, 0.5837028622627258, 0.44376903772354126, 0.4113146662712097, 0.37689560651779175, 0.15848110616207123, -0.16847001016139984, -0.3005124628543854, -0.15187543630599976, -0.0248832069337368, -0.24596662819385529, -0.6853603720664978, -1.059820532798767, -1.1532002687454224, -1.0301871299743652, -1.0628973245620728, -1.3019310235977173, -1.4771431684494019, -1.3384472131729126, -1.0173366069793701, -0.8146879076957703, -0.7108706831932068, -0.5769267678260803, -0.5222886204719543, -0.5931099057197571, -0.701207160949707, -0.7422394752502441, -0.5607901811599731, -0.25565406680107117, -0.011071732267737389, 0.24030089378356934, 0.4952733516693115, 0.4695931673049927, 0.021229928359389305, -0.30190137028694153, -0.005559628363698721, 0.49683287739753723, 0.7210617661476135, 0.5759953856468201, 0.4799122214317322, 0.8505528569221497, 1.3200979232788086, 1.6247367858886719, 1.57122802734375, 1.2904613018035889, 1.2375712394714355, 1.2332708835601807, 1.1112004518508911, 0.8737279772758484, 0.6457738876342773, 0.50566565990448, 0.4224782884120941, 0.3591803014278412, 0.17665895819664001, -0.052427321672439575, -0.15705232322216034, -0.059328705072402954, -0.006774726789444685, -0.2541159689426422, -0.6799911260604858, -1.070080041885376, -1.1638447046279907, -1.0427687168121338, -1.1052173376083374, -1.3566336631774902, -1.5109955072402954, -1.3267853260040283, -1.0003951787948608, -0.8734816908836365, -0.8019695281982422, -0.649198055267334, -0.577382504940033, -0.6541579365730286, -0.748384416103363, -0.7046544551849365, -0.505835771560669, -0.23115931451320648, -0.01695685274899006, 0.20150963962078094, 0.5211344957351685, 0.5924841165542603, 0.17131690680980682, -0.22878573834896088, -0.04611174389719963, 0.4638369679450989, 0.7670547962188721, 0.6803200244903564, 0.529527485370636, 0.8435232043266296, 1.3493421077728271, 1.7068638801574707, 1.7222073078155518, 1.386102557182312, 1.2752673625946045, 1.341264247894287, 1.2486052513122559, 1.0186570882797241, 0.7146474123001099, 0.4989602565765381, 0.4080576002597809, 0.3877829909324646, 0.28834763169288635, 0.0377996489405632, -0.10952220112085342, -0.06903713196516037, -0.013678733259439468, -0.2232065051794052, -0.6864242553710938, -1.1517558097839355, -1.3162511587142944, -1.1828505992889404, -1.1915161609649658, -1.430566668510437, -1.5951067209243774, -1.4522162675857544, -1.097326397895813, -0.9327785968780518, -0.9075644612312317, -0.7610078454017639, -0.6956499218940735, -0.7202321290969849, -0.7521658539772034, -0.7506401538848877, -0.5870773196220398, -0.33239975571632385, -0.11763203889131546, 0.1519719809293747, 0.5470026135444641, 0.7709223031997681, 0.4541859030723572, -0.07500661909580231, -0.11798110604286194, 0.32278668880462646, 0.7302794456481934, 0.7753430604934692, 0.5957159996032715, 0.7419074773788452, 1.1845427751541138, 1.5563942193984985, 1.706424593925476, 1.4640100002288818, 1.3233835697174072, 1.391851782798767, 1.3037519454956055, 1.050445318222046, 0.6916949152946472, 0.4188707768917084, 0.29243311285972595, 0.3152843117713928, 0.2886209189891815, 0.05271667242050171, -0.17415335774421692, -0.22292256355285645, -0.20228630304336548, -0.3082232177257538, -0.6646321415901184, -1.0873113870620728, -1.347523808479309, -1.366074800491333, -1.3160037994384766, -1.4317996501922607, -1.5165343284606934, -1.7668055295944214, -1.6195889711380005, -1.1139906644821167, -0.8608396649360657, -0.769110381603241, -0.8950977921485901, -0.8122906684875488, -0.6083499789237976, -0.4904070496559143, -0.3790527880191803, -0.14163333177566528, 0.23804253339767456, 0.8021185994148254, 1.380482792854309, 1.5328596830368042, 1.1058568954467773, 0.41996628046035767, 0.1637784242630005, 0.3550037145614624, 0.4234756827354431, 0.5179922580718994, 0.5259165167808533, 0.7358761429786682, 0.9541807174682617, 1.0773736238479614, 1.3444629907608032, 1.5158321857452393, 1.1689797639846802, 0.9375965595245361, 0.7320913076400757, 0.579042375087738, 0.298460990190506, -0.17337512969970703, -0.4341684579849243, -0.3008878827095032, -0.14024372398853302, -0.35569554567337036, -0.737817108631134, -0.7739264369010925, -0.5071725249290466, -0.40933290123939514, -0.7344740629196167, -1.1446791887283325, -1.380202293395996, -1.4422588348388672, -1.5103386640548706, -1.5665725469589233, -1.4007738828659058, -1.085459589958191, -0.8238154053688049, -0.6117972731590271, -0.3525504767894745, 0.12688986957073212, 0.417592853307724, 0.26793429255485535, 0.18886835873126984, 0.405277281999588, 0.780174970626831, 1.147538661956787, 1.4435838460922241, 1.9711142778396606, 2.5100326538085938, 2.154777765274048, 0.9420580863952637, -0.07797464728355408, -0.21277189254760742, 0.023141857236623764, -0.3354293704032898, -0.8702526688575745, -0.8605121970176697, -0.32757532596588135, 0.03912531957030296, -0.035043708980083466, 0.28315889835357666, 0.9900621771812439, 1.2148059606552124, 0.7867269515991211, 0.26626548171043396, 0.23816217482089996, 0.18331128358840942, -0.37683144211769104, -0.9243512153625488, -0.8459592461585999, -0.5254876613616943, -0.6934952735900879, -1.0831665992736816, -0.8157932758331299, -0.09685739874839783, 0.07489855587482452, -0.4911205470561981, -0.8879374861717224, -0.6845958828926086, -0.4823601245880127, -0.8544877171516418, -1.3026328086853027, -1.0875357389450073, -0.6644899845123291, -0.6987388730049133, -0.9068557024002075, -0.5807662010192871, 0.3726210296154022, 0.9463315010070801, 0.7759211659431458, 0.7020153403282166, 1.2818728685379028, 2.0468602180480957, 2.351330280303955, 2.5414063930511475, 3.023914337158203, 2.9208779335021973, 1.3621110916137695, -0.7314529418945312, -1.6631007194519043, -1.4675105810165405, -1.8018430471420288, -2.7842395305633545, -2.890050172805786, -1.6751476526260376, -0.29869544506073, 0.11067644506692886, 0.6513783931732178, 2.0159711837768555, 2.869368553161621, 2.2770001888275146, 0.8655494451522827, 0.22934408485889435, 0.29556024074554443, -0.2207881659269333, -1.2850077152252197, -1.8101670742034912, -1.4433852434158325, -1.1219472885131836, -1.2091569900512695, -0.7945238351821899, 0.2677318751811981, 0.8885180950164795, 0.47694140672683716, -0.15443463623523712, -0.2329571545124054, -0.1923326700925827, -0.8053622841835022, -1.6887201070785522, -1.7593414783477783, -1.3017462491989136, -1.2534446716308594, -1.4196330308914185, -0.9738831520080566, 0.34492695331573486, 1.4711824655532837, 1.5622135400772095, 1.4935240745544434, 2.1241817474365234, 3.059013843536377, 3.501347541809082, 3.2696120738983154, 2.456352472305298, 0.9680832028388977, -1.0108648538589478, -2.566338062286377, -2.9105489253997803, -2.7638723850250244, -2.7034032344818115, -2.294938564300537, -1.1091848611831665, 0.6240193247795105, 1.731796383857727, 2.222001075744629, 2.6407182216644287, 2.5942399501800537, 1.7854512929916382, 0.16602008044719696, -1.2532700300216675, -1.7917859554290771, -1.9721510410308838, -2.062749147415161, -1.8976794481277466, -1.2455991506576538, -0.34563878178596497, 0.4208635687828064, 1.3209036588668823, 2.157114267349243, 2.2269086837768555, 1.317416787147522, 0.14499400556087494, -0.5656014680862427, -1.116955041885376, -1.9963616132736206, -2.876467704772949, -2.8787038326263428, -2.163780450820923, -1.5090093612670898, -0.9375579953193665, -0.03714217245578766, 1.3392173051834106, 2.439279317855835, 2.560378074645996, 2.2641782760620117, 2.2789597511291504, 2.5484507083892822, 2.6594135761260986, 2.379504680633545, 1.4198899269104004, -0.30263060331344604, -2.0905089378356934, -3.0112698078155518, -2.7428934574127197, -2.3427011966705322, -2.120760679244995, -1.3776304721832275, 0.00040512208943255246, 1.6684473752975464, 2.45029354095459, 2.3660054206848145, 2.1952364444732666, 1.5816597938537598, 0.4569258689880371, -1.0432745218276978, -2.1793670654296875, -2.359834671020508, -2.0845253467559814, -1.4892023801803589, -0.7021647691726685, -0.021368397399783134, 0.5405950546264648, 1.110921859741211, 1.8562514781951904, 2.3133761882781982, 1.7922252416610718, 0.4011082053184509, -0.8937851190567017, -1.5613925457000732, -1.9836394786834717, -2.559844970703125, -3.0019774436950684, -2.4730515480041504, -1.2434680461883545, -0.1774951070547104, 0.6873330473899841, 1.6060774326324463, 2.5871522426605225, 3.1689305305480957, 2.882209539413452, 2.159137725830078, 1.6771467924118042, 1.6071295738220215, 1.5615438222885132, 0.6708851456642151, -1.08481764793396, -2.6895503997802734, -3.3308820724487305, -2.841890811920166, -2.0588295459747314, -1.2790483236312866, -0.22090177237987518, 0.9597049951553345, 2.0969107151031494, 2.608736991882324, 2.459022045135498, 1.7707535028457642, 0.5618694424629211, -0.6609453558921814, -1.7910983562469482, -2.5626702308654785, -2.7495903968811035, -2.3176398277282715, -1.1248542070388794, 0.26359763741493225, 1.1908845901489258, 1.5154107809066772, 1.653116226196289, 1.9553433656692505, 1.9714261293411255, 1.06516695022583, -0.5692928433418274, -1.9112070798873901, -2.498084545135498, -2.5530917644500732, -2.485419750213623, -2.328070640563965, -1.5408096313476562, -0.35321247577667236, 0.6333799958229065, 1.3352771997451782, 1.724297046661377, 2.0075128078460693, 2.143979787826538, 1.8200249671936035, 1.3354216814041138, 1.0042901039123535, 0.9811505675315857, 1.5212476253509521, 1.8328856229782104, 0.9032725691795349, -0.9502635598182678, -2.6307053565979004, -3.0241341590881348, -2.525397777557373, -2.194805383682251, -1.5921941995620728, -0.28491997718811035, 1.4156858921051025, 2.7584099769592285, 2.8982269763946533, 2.499718427658081, 1.7119555473327637, 0.2767685055732727, -1.3572555780410767, -2.854544162750244, -3.549555540084839, -3.255884885787964, -2.248016834259033, -0.4824204444885254, 1.3791592121124268, 2.4052515029907227, 2.6023964881896973, 2.5342373847961426, 2.501957654953003, 1.805622935295105, -0.09669440984725952, -2.2555997371673584, -3.4672141075134277, -3.53201961517334, -3.093911647796631, -2.7485270500183105, -2.026705503463745, -0.4361394941806793, 1.2031745910644531, 2.1343202590942383, 2.4468276500701904, 2.3898327350616455, 2.209716320037842, 1.7275493144989014, 0.8403652906417847, 0.15157945454120636, 0.09105443209409714, 0.8203500509262085, 2.1218414306640625, 2.481560468673706, 1.0109740495681763, -1.2757233381271362, -2.8843913078308105, -2.9830448627471924, -2.5497469902038574, -2.4746124744415283, -1.7926384210586548, 0.0016830199165269732, 2.2527637481689453, 3.6197755336761475, 3.4917778968811035, 2.8448679447174072, 1.6692767143249512, -0.18432079255580902, -2.2942521572113037, -4.091743469238281, -4.634221076965332, -3.924241065979004, -2.227390766143799, 0.17444080114364624, 2.2790961265563965, 3.339890241622925, 3.486013889312744, 3.3534035682678223, 2.9860780239105225, 1.5318609476089478, -1.177809238433838, -3.6495349407196045, -4.559217929840088, -4.162909030914307, -3.364687204360962, -2.7286972999572754, -1.491442322731018, 0.5486899614334106, 2.09153413772583, 2.6131670475006104, 2.3736696243286133, 1.8907806873321533, 1.5190154314041138, 0.7994316220283508, -0.25194981694221497, -0.7552459836006165, -0.27981942892074585, 1.0011261701583862, 2.7602922916412354, 3.97682523727417, 3.4670217037200928, 0.9872394800186157, -2.0483384132385254, -3.615703821182251, -3.5679564476013184, -3.311760425567627, -3.0469846725463867, -1.7320832014083862, 1.01612389087677, 3.743908643722534, 4.525106906890869, 3.7096827030181885, 2.5754709243774414, 0.9231954216957092, -1.3675596714019775, -3.9500503540039062, -5.613482475280762, -5.1923675537109375, -3.257389545440674, -0.5991432070732117, 2.022894859313965, 3.726073980331421, 4.3666605949401855, 4.03179407119751, 3.1788675785064697, 1.8175562620162964, -0.645603597164154, -3.5183160305023193, -5.197199821472168, -5.098852634429932, -3.806410551071167, -2.4686453342437744, -1.478105068206787, 0.1389112025499344, 2.151793956756592, 3.1573307514190674, 2.8946235179901123, 1.9087175130844116, 1.1414375305175781, 0.8226779699325562, 0.07652051001787186, -0.9378397464752197, -1.0866632461547852, 0.049099843949079514, 2.008598566055298, 3.8982045650482178, 4.4958720207214355, 2.949108362197876, -0.17608153820037842, -3.009230613708496, -4.059223651885986, -3.621338129043579, -3.10532546043396, -2.28468656539917, -0.16662119328975677, 2.732588768005371, 4.664557456970215, 4.320481777191162, 2.7756264209747314, 1.183968186378479, -0.7086308598518372, -2.991410970687866, -5.138521194458008, -5.730340003967285, -4.208311080932617, -1.568102478981018, 1.2355501651763916, 3.4102957248687744, 4.417757511138916, 4.322637557983398, 3.474588632583618, 2.2131826877593994, 0.42521971464157104, -2.184358596801758, -4.573268413543701, -5.211771011352539, -4.191682815551758, -2.4702062606811523, -1.1409528255462646, -0.2178226113319397, 1.3634212017059326, 2.8201334476470947, 2.8203601837158203, 1.7128806114196777, 0.3768496811389923, -0.11985153704881668, -0.12887324392795563, -0.7950342893600464, -1.3954318761825562, -0.837602972984314, 0.7691861987113953, 2.7909436225891113, 4.300654411315918, 4.949448108673096, 4.297338962554932, 1.4792823791503906, -2.219703197479248, -4.501651763916016, -4.725752830505371, -3.7416858673095703, -2.769200086593628, -1.212817668914795, 1.5818371772766113, 4.123735427856445, 4.7821831703186035, 3.483081817626953, 1.7215373516082764, 0.030319830402731895, -2.0556013584136963, -4.21657657623291, -5.413552761077881, -4.540594100952148, -2.1420671939849854, 0.49380627274513245, 2.668303966522217, 3.8947317600250244, 4.065185070037842, 3.3264684677124023, 1.9537290334701538, 0.32910028100013733, -1.4494688510894775, -3.3195714950561523, -4.335390567779541, -3.876213312149048, -2.492690324783325, -0.8710233569145203, 0.0520804263651371, 0.5437631607055664, 1.5325205326080322, 2.084420680999756, 1.5468542575836182, 0.4457497298717499, -0.508002758026123, -0.5503387451171875, -0.35326269268989563, -0.7982004880905151, -0.9424389004707336, 0.05463998764753342, 1.938193440437317, 3.8775856494903564, 4.866131782531738, 4.694289207458496, 2.985600709915161, -0.48931580781936646, -3.7885513305664062, -5.163403511047363, -4.520872592926025, -3.0659706592559814, -1.7523576021194458, 0.2866365909576416, 3.092606544494629, 5.026688098907471, 4.695624351501465, 2.6280267238616943, 0.5463131070137024, -1.2268952131271362, -3.0768721103668213, -4.850009441375732, -5.429800987243652, -3.829925060272217, -0.9895037412643433, 1.6935341358184814, 3.4219136238098145, 3.988189935684204, 3.743638753890991, 2.9130501747131348, 1.4954698085784912, -0.2428215593099594, -2.208977222442627, -3.906327247619629, -4.249517440795898, -3.3283281326293945, -1.8509118556976318, -0.4536333680152893, 0.13912078738212585, 0.7459319829940796, 1.7994776964187622, 1.9606972932815552, 1.0894479751586914, -0.04463566839694977, -0.7622697949409485, -0.5301477909088135, -0.4511241018772125, -1.0376957654953003, -0.8605939149856567, 0.5886641144752502, 2.597228765487671, 4.142205238342285, 4.44564151763916, 4.060715675354004, 2.83319354057312, -0.16565972566604614, -3.5483336448669434, -5.326505661010742, -4.861394882202148, -2.8884127140045166, -1.060632586479187, 0.7383384108543396, 3.073319435119629, 4.835781574249268, 4.718475341796875, 2.7946534156799316, 0.3581762909889221, -1.7347538471221924, -3.4451074600219727, -4.775337219238281, -4.977924346923828, -3.3698370456695557, -0.7929763793945312, 1.66131591796875, 3.4001119136810303, 4.117321491241455, 3.9176530838012695, 2.7609596252441406, 0.9459238052368164, -0.7604681253433228, -2.283937931060791, -3.6132395267486572, -4.0361785888671875, -3.325200319290161, -1.7342554330825806, -0.027434883639216423, 0.6476663947105408, 0.7843976616859436, 1.3465112447738647, 1.5103256702423096, 0.7240317463874817, -0.4881502091884613, -1.393549919128418, -1.2262686491012573, -0.7082395553588867, -0.7482573986053467, -0.478954017162323, 0.7639955282211304, 2.4343221187591553, 3.7207558155059814, 3.962517261505127, 3.617358684539795, 3.2431890964508057, 1.5549644231796265, -1.7007702589035034, -4.439186096191406, -5.1330885887146, -3.56260085105896, -1.2763702869415283, 0.253736674785614, 1.8348170518875122, 3.6313531398773193, 4.497853755950928, 3.597463369369507, 1.2014108896255493, -1.1999273300170898, -2.8189094066619873, -3.824709415435791, -4.326355457305908, -3.8338983058929443, -2.009251356124878, 0.4828755259513855, 2.6903421878814697, 3.923523426055908, 3.9204654693603516, 2.9412121772766113, 1.3525844812393188, -0.37674662470817566, -1.7844265699386597, -2.8011457920074463, -3.486851930618286, -3.323862075805664, -2.252830743789673, -0.7174326181411743, 0.6661508083343506, 0.8740507364273071, 0.5118899345397949, 0.6353099346160889, 0.47408536076545715, -0.21465231478214264, -0.9384641051292419, -1.3840737342834473, -0.8282741904258728, 0.040983330458402634, 0.11241279542446136, 0.2744014859199524, 1.1748257875442505, 2.359402656555176, 3.2857162952423096, 3.266425371170044, 2.7996666431427, 2.50347638130188, 1.2227400541305542, -1.4874604940414429, -3.8753232955932617, -4.37540864944458, -2.8464951515197754, -0.7542151212692261, 0.5249311923980713, 1.6309168338775635, 3.021584987640381, 3.792922258377075, 2.9205493927001953, 0.7277980446815491, -1.3559006452560425, -2.7546370029449463, -3.645153760910034, -4.046484470367432, -3.3859992027282715, -1.3685401678085327, 1.0359753370285034, 2.9180641174316406, 3.8756449222564697, 3.6409597396850586, 2.4782683849334717, 0.7866560816764832, -0.9687737822532654, -2.0784311294555664, -2.600240707397461, -3.016421318054199, -2.8648202419281006, -1.934159278869629, -0.5679037570953369, 0.6448482871055603, 0.6017767786979675, 0.029384689405560493, 0.2479012906551361, 0.3830479383468628, -0.047535769641399384, -0.6172054409980774, -0.9904929399490356, -0.46681931614875793, 0.29068276286125183, 0.2294492870569229, 0.2517116069793701, 1.0611627101898193, 2.2055633068084717, 3.1788837909698486, 3.310967445373535, 3.0527191162109375, 2.698111057281494, 0.835743248462677, -2.1616315841674805, -4.0620012283325195, -3.9638166427612305, -2.165173292160034, -0.3665328025817871, 0.6177244186401367, 1.8406636714935303, 3.2876384258270264, 3.6435704231262207, 2.2804458141326904, 0.025477232411503792, -1.8677241802215576, -2.964789390563965, -3.6258251667022705, -3.8000333309173584, -2.7597391605377197, -0.5576266050338745, 1.7256042957305908, 3.305199384689331, 3.677701711654663, 2.9086005687713623, 1.5750740766525269, 0.0842517539858818, -1.252320647239685, -2.081146478652954, -2.636363983154297, -2.939486503601074, -2.446040391921997, -1.3858925104141235, -0.10642378032207489, 0.7374787330627441, 0.38840243220329285, 0.041270580142736435, 0.3802405595779419, 0.3272430896759033, -0.11456655710935593, -0.6478239297866821, -0.9022061228752136, -0.29262834787368774, 0.17077912390232086, -0.03618354722857475, 0.3172517418861389, 1.4384487867355347, 2.656862258911133, 3.492506980895996, 3.4525721073150635, 3.178065299987793, 2.5401628017425537, 0.2122751623392105, -2.831064462661743, -4.397608757019043, -3.868927240371704, -1.8590941429138184, -0.1558939665555954, 0.8788666129112244, 2.2574174404144287, 3.653972625732422, 3.601667642593384, 1.7061847448349, -0.7770469784736633, -2.600133180618286, -3.4714643955230713, -3.7883732318878174, -3.535292148590088, -2.0372681617736816, 0.39674249291419983, 2.5076982975006104, 3.633375406265259, 3.4900128841400146, 2.3148884773254395, 0.85185307264328, -0.7282466292381287, -2.0631113052368164, -2.5398757457733154, -2.7236390113830566, -2.5779740810394287, -1.7389354705810547, -0.6419133543968201, 0.5002620816230774, 0.8896670937538147, 0.08899857848882675, -0.2419690489768982, 0.12817971408367157, 0.07089514285326004, -0.3396323621273041, -0.8399040699005127, -0.8223046064376831, 0.01934323087334633, 0.4737499952316284, 0.4575834274291992, 1.0110032558441162, 2.002202272415161, 3.0001089572906494, 3.4441866874694824, 3.2273335456848145, 2.6810779571533203, 0.934977650642395, -1.9776406288146973, -4.053899765014648, -4.18497896194458, -2.4733035564422607, -0.38534241914749146, 0.867059051990509, 2.007493257522583, 3.335120439529419, 3.680730104446411, 2.221383571624756, -0.2756797969341278, -2.375298500061035, -3.390655279159546, -3.6330068111419678, -3.576167345046997, -2.7101948261260986, -0.6323867440223694, 1.6905159950256348, 3.314495086669922, 3.693308115005493, 2.7283999919891357, 1.3188608884811401, 0.0014425893314182758, -1.2752580642700195, -2.047152519226074, -2.4372177124023438, -2.6448450088500977, -2.080242156982422, -1.134674310684204, -0.2069360911846161, 0.497590035200119, 0.1607639044523239, -0.2852795124053955, 0.10058600455522537, 0.22487397491931915, -0.029279034584760666, -0.3628864288330078, -0.6168125867843628, -0.07100015133619308, 0.524931788444519, 0.41311317682266235, 0.5908204317092896, 1.3723241090774536, 2.3822576999664307, 3.2089006900787354, 3.2740895748138428, 2.990387439727783, 2.006091356277466, -0.6042481660842896, -3.3653452396392822, -4.3525238037109375, -3.2617053985595703, -0.949620246887207, 0.7306613326072693, 1.6709743738174438, 2.8729729652404785, 3.783754348754883, 3.0614237785339355, 0.7044307589530945, -1.8571969270706177, -3.4047601222991943, -3.7257840633392334, -3.606966257095337, -3.2307631969451904, -1.6952439546585083, 0.7471581697463989, 2.861560106277466, 3.9021284580230713, 3.370542049407959, 1.8672691583633423, 0.4927758574485779, -0.7375633716583252, -1.7454404830932617, -2.2449538707733154, -2.7175912857055664, -2.581824779510498, -1.6067296266555786, -0.6350963711738586, 0.24479366838932037, 0.353671669960022, -0.33326834440231323, -0.17277275025844574, 0.4349603056907654, 0.32760941982269287, -0.09063121676445007, -0.5763906836509705, -0.4716382324695587, 0.3415957987308502, 0.3827212154865265, -0.03467706963419914, 0.4669172167778015, 1.6329474449157715, 2.856257677078247, 3.3399670124053955, 3.034520149230957, 2.789547920227051, 1.5991244316101074, -1.3122202157974243, -3.899928331375122, -4.481201648712158, -2.8082523345947266, -0.28771042823791504, 1.1140965223312378, 1.9291796684265137, 3.135715961456299, 3.685399293899536, 2.400343656539917, -0.24173665046691895, -2.6881771087646484, -3.7167627811431885, -3.5972065925598145, -3.3852169513702393, -2.717963933944702, -0.8242440223693848, 1.4101998805999756, 3.0650999546051025, 3.6391069889068604, 2.9005672931671143, 1.6637428998947144, 0.32558292150497437, -1.1948883533477783, -2.102508783340454, -2.398399591445923, -2.7581863403320312, -2.520951271057129, -1.676652193069458, -0.627941370010376, 0.47886061668395996, 0.4998761713504791, -0.0866314172744751, 0.3175138235092163, 0.7600158452987671, 0.45085829496383667, -0.1848563253879547, -0.935104489326477, -0.7949066162109375, -0.03623023256659508, -0.094614177942276, -0.1317901760339737, 0.7654368877410889, 2.028036594390869, 3.1465635299682617, 3.4234185218811035, 3.2081246376037598, 3.1317265033721924, 1.591094970703125, -1.749017357826233, -4.296773433685303, -4.568053722381592, -2.6553072929382324, -0.27930280566215515, 0.8354985117912292, 1.7466241121292114, 3.2202301025390625, 3.7522082328796387, 2.2428717613220215, -0.4898498058319092, -2.73681378364563, -3.456403970718384, -3.198961019515991, -3.0953352451324463, -2.607276439666748, -0.8421217203140259, 1.3437209129333496, 2.992943525314331, 3.5107204914093018, 2.7131521701812744, 1.490020990371704, 0.1865340620279312, -1.1358150243759155, -1.8233474493026733, -2.189444065093994, -2.606111764907837, -2.4236629009246826, -1.6465210914611816, -0.48534199595451355, 0.5017794966697693, 0.23447708785533905, -0.2957114577293396, 0.19879314303398132, 0.6489391326904297, 0.37829604744911194, -0.3457319140434265, -1.0662751197814941, -0.7389822602272034, 0.016163306310772896, -0.11124287545681, -0.29320746660232544, 0.47843417525291443, 1.8004459142684937, 3.0462076663970947, 3.5129201412200928, 3.442913055419922, 3.664175033569336, 2.8066632747650146, -0.4040428400039673, -3.989119052886963, -5.318322658538818, -3.981553077697754, -1.429489254951477, 0.2821947932243347, 1.2783637046813965, 2.8501265048980713, 4.190630912780762, 3.4661800861358643, 0.8165369033813477, -1.8703845739364624, -3.343517780303955, -3.531325101852417, -3.257929563522339, -2.8027403354644775, -1.3755675554275513, 0.6861476302146912, 2.330914258956909, 3.346536874771118, 3.2154934406280518, 2.0664608478546143, 0.6825514435768127, -0.684989869594574, -1.4434727430343628, -1.485093593597412, -2.022966146469116, -2.7487380504608154, -2.4893035888671875, -1.3671876192092896, -0.011770808137953281, 0.3013268709182739, -0.4933641254901886, -0.22813481092453003, 0.9601457715034485, 1.1973248720169067, 0.4019390642642975, -0.8162442445755005, -1.311216115951538, -0.563844621181488, -0.18283739686012268, -0.49620482325553894, -0.016578661277890205, 1.4020980596542358, 3.0269479751586914, 3.9969239234924316, 3.9222865104675293, 3.845508337020874, 3.469815254211426, 0.8990960121154785, -3.1038668155670166, -5.514124870300293, -5.103039741516113, -2.6375374794006348, -0.2917267978191376, 0.9462168216705322, 2.286895990371704, 3.8963780403137207, 3.9895734786987305, 1.9025927782058716, -0.8707852363586426, -2.8931467533111572, -3.5594913959503174, -3.2652406692504883, -2.8252220153808594, -1.7912219762802124, -0.0452013835310936, 1.447602391242981, 2.6320250034332275, 3.117663860321045, 2.4700183868408203, 1.3199712038040161, 0.03187529370188713, -0.8785198330879211, -0.8504410982131958, -1.2384769916534424, -2.554713726043701, -3.0879769325256348, -2.3612935543060303, -0.8635731935501099, 0.175469771027565, -0.3414263427257538, -0.45879969000816345, 0.9553209543228149, 1.6899762153625488, 0.8881350755691528, -0.6458312273025513, -1.8100446462631226, -1.309048056602478, -0.3652125597000122, -0.48941776156425476, -0.3136303424835205, 0.9819684028625488, 2.69152569770813, 4.054773807525635, 4.203512668609619, 3.668421506881714, 3.7393133640289307, 3.008639097213745, -0.28728917241096497, -4.392638683319092, -6.240660190582275, -4.952113151550293, -1.9339877367019653, 0.16753824055194855, 1.104214072227478, 2.5420567989349365, 4.169064998626709, 4.004152297973633, 1.6027312278747559, -1.3484830856323242, -3.3509318828582764, -3.6752474308013916, -2.9833662509918213, -2.289215564727783, -1.1693832874298096, 0.25782591104507446, 1.4192816019058228, 2.6473143100738525, 3.0507609844207764, 2.086165428161621, 0.86012864112854, -0.18214528262615204, -0.5296342968940735, -0.18793004751205444, -1.1927002668380737, -3.066995143890381, -3.4331672191619873, -2.4351651668548584, -0.7793002724647522, 0.0956624299287796, -0.542759358882904, -0.04890201613306999, 1.6611038446426392, 1.7649815082550049, 0.3957618474960327, -1.3826102018356323, -2.2814464569091797, -1.1999841928482056, -0.29016128182411194, -0.4568151533603668, 0.2089587301015854, 1.6198174953460693, 3.1154239177703857, 4.137842178344727, 3.6781210899353027, 3.121546983718872, 3.635784387588501, 2.9844253063201904, -0.21838931739330292, -4.323207855224609, -6.419107437133789, -5.097104072570801, -2.1197640895843506, -0.39606618881225586, 0.46695512533187866, 2.2365899085998535, 4.328817844390869, 4.713236331939697, 2.3394203186035156, -1.0754159688949585, -3.2024569511413574, -3.5470187664031982, -3.0890731811523438, -2.544898271560669, -1.6518417596817017, -0.22321979701519012, 1.3581933975219727, 2.72796368598938, 3.080479145050049, 2.151625633239746, 0.8501502275466919, -0.03492891043424606, -0.17513322830200195, -0.07386680692434311, -1.2289270162582397, -3.0603601932525635, -3.493504524230957, -2.4289798736572266, -0.8522509336471558, -0.15211685001850128, -0.7050710320472717, -0.19482915103435516, 1.4551018476486206, 1.7407054901123047, 0.4671575725078583, -1.2474501132965088, -1.9253958463668823, -0.9207040071487427, -0.21570150554180145, -0.5159953236579895, -0.013478162698447704, 1.5389541387557983, 3.194087028503418, 4.064406394958496, 3.736851930618286, 3.331188201904297, 3.69407320022583, 3.223268508911133, 0.10453702509403229, -4.35053014755249, -6.784480094909668, -5.796092510223389, -2.853621006011963, -0.6037091612815857, 0.542854905128479, 2.3332269191741943, 4.747592449188232, 5.440219402313232, 3.0302071571350098, -0.7169356942176819, -3.376332998275757, -4.045950412750244, -3.356475830078125, -2.696199655532837, -1.901214361190796, -0.3223271071910858, 1.38414466381073, 2.8333632946014404, 3.3912625312805176, 2.380138874053955, 1.0288429260253906, 0.22729402780532837, -0.14379240572452545, -0.06212368234992027, -0.9428999423980713, -2.9610469341278076, -3.7301018238067627, -2.914151668548584, -1.4087547063827515, -0.25641223788261414, -0.5476794242858887, -0.2747306823730469, 1.5203057527542114, 2.186617374420166, 1.0627524852752686, -0.7806631922721863, -2.1085684299468994, -1.5869020223617554, -0.7352404594421387, -0.8379465937614441, -0.19791516661643982, 1.4325579404830933, 3.189905881881714, 4.424372673034668, 4.123707294464111, 3.314131736755371, 3.5818283557891846, 3.5872557163238525, 1.1842151880264282, -3.4137537479400635, -7.1114277839660645, -7.007189750671387, -3.9065020084381104, -1.0606883764266968, 0.2695208787918091, 1.8352900743484497, 4.554458141326904, 6.224867343902588, 4.396394729614258, 0.13025036454200745, -3.215728759765625, -4.223837375640869, -3.6952595710754395, -3.0208187103271484, -2.424363851547241, -0.9118872880935669, 1.223759651184082, 2.825726270675659, 3.4693431854248047, 2.678079128265381, 1.097278118133545, 0.172507181763649, -0.09793462604284286, 0.059375084936618805, -0.17944611608982086, -1.9126245975494385, -3.3926334381103516, -3.0042741298675537, -1.7440170049667358, -0.7873952388763428, -1.0127952098846436, -1.2429263591766357, 0.5226839184761047, 2.410783052444458, 1.9701392650604248, 0.05039281025528908, -1.5165632963180542, -1.4102107286453247, -0.526088535785675, -0.7417287826538086, -1.003442406654358, 0.3838326632976532, 2.630404472351074, 4.27359676361084, 4.32796573638916, 3.38987398147583, 3.17867374420166, 3.729823350906372, 2.6572327613830566, -1.4521422386169434, -6.128958702087402, -7.601992130279541, -5.31355094909668, -1.825405478477478, 0.022289758548140526, 0.8613035678863525, 3.16717791557312, 5.8005757331848145, 5.518035888671875, 1.947762131690979, -2.138613224029541, -4.195956230163574, -3.84200382232666, -2.91231369972229, -2.4626431465148926, -1.4124741554260254, 0.3585246801376343, 1.9374197721481323, 3.0510599613189697, 2.8655786514282227, 1.6050094366073608, 0.6795523762702942, 0.12780089676380157, 0.07907093316316605, 0.33148524165153503, -0.9180964827537537, -2.9153153896331787, -3.4782896041870117, -2.841296911239624, -1.5940955877304077, -0.974860668182373, -1.340720295906067, -0.15176953375339508, 2.1268250942230225, 2.583656072616577, 1.24082612991333, -0.6972900629043579, -1.6293903589248657, -1.0224120616912842, -0.947882890701294, -1.359885811805725, -0.291919469833374, 1.8179675340652466, 3.720675468444824, 4.4795966148376465, 4.009232044219971, 3.710998058319092, 4.046271800994873, 3.2873623371124268, -0.12073177099227905, -5.092909336090088, -7.871364116668701, -6.649681091308594, -3.228053569793701, -0.5801522135734558, 0.7067010402679443, 2.6659789085388184, 5.426887512207031, 6.141368865966797, 3.2388131618499756, -1.009055256843567, -3.700819492340088, -4.062434196472168, -3.2803893089294434, -2.6773195266723633, -1.8484631776809692, -0.17499931156635284, 1.4705554246902466, 2.6309103965759277, 2.9159047603607178, 2.024116039276123, 1.0378178358078003, 0.46610915660858154, 0.17794658243656158, 0.470802366733551, -0.13562330603599548, -2.285160779953003, -3.688352346420288, -3.603907346725464, -2.44710111618042, -1.0467119216918945, -0.9470579624176025, -0.42013469338417053, 1.7140527963638306, 2.763767719268799, 1.8631999492645264, -0.012708782218396664, -1.683837652206421, -1.672921061515808, -1.149761438369751, -1.308436393737793, -0.5806220769882202, 1.279606580734253, 3.224339485168457, 4.555488109588623, 4.49080228805542, 3.745269775390625, 3.640366554260254, 3.4275410175323486, 1.089353322982788, -3.5983946323394775, -7.474300384521484, -7.5521745681762695, -4.312273025512695, -0.9651842713356018, 0.4675940275192261, 1.808668851852417, 4.5131425857543945, 6.253291606903076, 4.447505474090576, 0.18841123580932617, -3.230999231338501, -4.063540458679199, -3.2612555027008057, -2.649848222732544, -2.16391921043396, -0.7335419058799744, 1.0525492429733276, 2.354968309402466, 2.8904099464416504, 2.3369011878967285, 1.393570065498352, 0.6491937637329102, 0.08322081714868546, 0.2654822766780853, 0.1848796010017395, -1.6073724031448364, -3.4661755561828613, -3.8563072681427, -2.782707691192627, -0.9950206279754639, -0.6462386250495911, -0.8981685638427734, 0.6574651002883911, 2.379343032836914, 2.3656063079833984, 0.8035637140274048, -1.2217644453048706, -1.6098830699920654, -0.7943437099456787, -0.8066935539245605, -0.675970196723938, 0.688991129398346, 2.61059308052063, 4.335307598114014, 4.815070629119873, 4.1821064949035645, 4.077962875366211, 3.6681506633758545, 0.47588667273521423, -4.6875529289245605, -8.074021339416504, -7.446941375732422, -3.8467776775360107, -0.7071979641914368, 0.6819791793823242, 2.548687696456909, 5.247997760772705, 6.000274181365967, 3.2957394123077393, -0.8688302040100098, -3.5628280639648438, -3.8752455711364746, -3.155726671218872, -2.923036813735962, -2.237241744995117, -0.15503787994384766, 1.8124198913574219, 2.7571916580200195, 2.681506633758545, 1.7433172464370728, 1.0296502113342285, 0.49329057335853577, -0.20942480862140656, -0.08049005270004272, -0.16553792357444763, -1.6981579065322876, -3.0757503509521484, -3.3157849311828613, -2.325981855392456, -0.7997381091117859, -0.7618407011032104, -0.8825690150260925, 0.7034664750099182, 2.056396961212158, 1.9348546266555786, 0.5569106340408325, -1.043770670890808, -0.9844438433647156, -0.3702738881111145, -0.7380041480064392, -0.6610121130943298, 0.6930146217346191, 2.686811923980713, 4.4061689376831055, 4.781149864196777, 4.412111759185791, 4.417107582092285, 3.3013179302215576, -0.7757227420806885, -5.895614147186279, -8.168669700622559, -6.545884609222412, -2.977590322494507, -0.3940105140209198, 0.9807875156402588, 3.2651455402374268, 5.75020170211792, 5.401615619659424, 1.9268882274627686, -1.9080474376678467, -3.8052496910095215, -3.682610034942627, -3.1775553226470947, -2.8827364444732666, -1.3900991678237915, 1.0719060897827148, 2.6865828037261963, 2.997133255004883, 2.1815009117126465, 0.9656484723091125, 0.24622948467731476, -0.3150143623352051, -0.6154747009277344, -0.09989728778600693, -0.2340722531080246, -1.6256818771362305, -2.6705620288848877, -2.882478713989258, -2.154390811920166, -1.2811124324798584, -1.3927874565124512, -0.6308765411376953, 1.440627932548523, 2.6125588417053223, 2.3507823944091797, 0.7647315859794617, -0.8407999873161316, -0.8900271654129028, -0.8884328603744507, -1.2199575901031494, -0.3110487759113312, 1.6862725019454956, 4.1643781661987305, 5.861268520355225, 5.7026824951171875, 5.241375923156738, 3.3193633556365967, -1.8543918132781982, -7.044631481170654, -8.643505096435547, -6.200252532958984, -2.1298043727874756, 0.10063095390796661, 1.4611032009124756, 4.1293535232543945, 5.968690872192383, 4.379208564758301, 0.3575785160064697, -3.095735788345337, -4.342307090759277, -3.7560596466064453, -2.8273472785949707, -1.897831678390503, -0.03163307160139084, 2.0466599464416504, 2.848367691040039, 2.5335307121276855, 1.205122470855713, -0.12339939922094345, -0.4633485674858093, -0.5646390318870544, -0.11949842423200607, 0.633476197719574, -0.08332955837249756, -1.5631835460662842, -2.602796792984009, -2.893718719482422, -1.9531370401382446, -1.5228538513183594, -1.6440361738204956, 0.06732400506734848, 2.3037614822387695, 3.025118589401245, 2.253955364227295, 0.37624484300613403, -0.7045744061470032, -0.5932542085647583, -0.8706779479980469, -0.8664711713790894, 0.38170236349105835, 2.547823190689087, 4.862328052520752, 5.897141456604004, 5.604170322418213, 3.818765163421631, -0.6262155175209045, -5.468410968780518, -7.290213584899902, -5.684319972991943, -2.4899277687072754, -0.37376704812049866, 1.0212879180908203, 3.472008466720581, 5.083503723144531, 3.5357110500335693, -0.17406173050403595, -3.2272768020629883, -4.0368828773498535, -3.313021421432495, -2.337005853652954, -1.348318099975586, 0.16764014959335327, 1.8837182521820068, 2.593545913696289, 2.005260944366455, 0.6364483833312988, -0.549519956111908, -0.5363729596138, -0.037954602390527725, 0.10058141499757767, 0.10521171241998672, -0.5196304321289062, -1.6735332012176514, -2.560692548751831, -2.816800117492676, -1.854421854019165, -0.6876132488250732, -0.24740245938301086, 0.8463371396064758, 2.3768723011016846, 2.8686330318450928, 1.9614591598510742, 0.07848110795021057, -0.7270835041999817, 0.04026885703206062, 0.593390166759491, 1.1467909812927246, 2.332470178604126, 3.8764634132385254, 5.383111476898193, 4.380782604217529, 0.12040290236473083, -4.567163467407227, -6.901148796081543, -5.535594940185547, -2.0949487686157227, 0.35513877868652344, 2.0952069759368896, 4.139366149902344, 5.064764022827148, 3.214583396911621, -0.8759759664535522, -4.504289150238037, -5.355978488922119, -3.7414629459381104, -1.7682240009307861, 0.020592793822288513, 1.8646211624145508, 2.5960891246795654, 1.8167093992233276, 0.297161728143692, -1.3428149223327637, -2.0310144424438477, -1.4913302659988403, -0.24771180748939514, 1.8169194459915161, 3.247398614883423, 1.9053010940551758, -1.196753978729248, -3.9550411701202393, -4.816389083862305, -3.490910291671753, -2.0051519870758057, -0.6448323130607605, 2.0503640174865723, 4.6818742752075195, 5.2646894454956055, 3.297642946243286, 0.03662769868969917, -1.5935336351394653, -1.0934995412826538, -0.07896023988723755, 1.1197383403778076, 2.750986099243164, 4.532576084136963, 5.202147960662842, 2.9071483612060547, -1.9760712385177612, -6.278743743896484, -7.1993842124938965, -4.8641510009765625, -1.4581862688064575, 1.2110178470611572, 3.328185796737671, 5.163053035736084, 5.423136234283447, 2.8859174251556396, -1.3677712678909302, -4.4091668128967285, -4.738047122955322, -3.2224948406219482, -1.4313545227050781, -0.2511312961578369, 0.644517183303833, 1.1142897605895996, 0.6549769639968872, -0.37426745891571045, -1.253167748451233, -1.2156161069869995, -0.17763854563236237, 1.1481938362121582, 2.111176013946533, 1.9790942668914795, 0.31015264987945557, -2.1024274826049805, -3.6341497898101807, -3.5426652431488037, -2.3575148582458496, -0.9737429618835449, 0.3670613169670105, 2.091691017150879, 3.6332406997680664, 3.711642265319824, 2.19572377204895, 0.48759758472442627, 0.008486244827508926, 0.7063872218132019, 1.5886362791061401, 2.2210030555725098, 2.7676634788513184, 2.9835917949676514, 1.5659818649291992, -1.6904631853103638, -4.6348981857299805, -5.282405853271484, -3.899616241455078, -1.9469633102416992, -0.01169818639755249, 2.15193510055542, 3.9659171104431152, 3.9989168643951416, 1.9133093357086182, -0.7000496983528137, -2.1427786350250244, -2.2106804847717285, -1.5840164422988892, -0.8281931281089783, -0.1655804067850113, 0.17207325994968414, -0.1592888981103897, -1.2753219604492188, -2.2320971488952637, -2.0679266452789307, -0.6313828825950623, 1.27482271194458, 2.3894412517547607, 2.6056346893310547, 2.0376152992248535, 0.2049618661403656, -2.232090950012207, -4.059207916259766, -4.3433685302734375, -2.9332265853881836, -1.0300616025924683, 0.9123725295066833, 2.892888307571411, 3.766310453414917, 3.1132044792175293, 1.6450858116149902, 0.27477124333381653, -0.08370120823383331, 0.15717017650604248, 0.5263477563858032, 1.2404751777648926, 1.790907621383667, 1.8293955326080322, 1.336158275604248, -0.06483117491006851, -1.7834982872009277, -2.435168504714966, -1.6953717470169067, -0.4320342242717743, 0.4716571867465973, 0.6517453193664551, 0.7516692280769348, 1.102399230003357, 0.45986899733543396, -1.0415408611297607, -1.8537927865982056, -1.5232627391815186, -0.35611802339553833, 0.6813406944274902, 0.8099684715270996, 0.5562808513641357, 0.2787361145019531, -0.40409055352211, -1.189976692199707, -1.6181559562683105, -1.5248703956604004, -0.6766200065612793, 0.3220066428184509, 0.87841796875, 1.0696338415145874, 0.5827612280845642, -0.40111929178237915, -1.2465804815292358, -1.7388989925384521, -1.5602368116378784, -1.025814175605774, -0.5478638410568237, 0.1331222951412201, 0.8607240319252014, 1.2634742259979248, 1.1930121183395386, 0.7280086278915405, 0.4561024606227875, 0.639802098274231, 0.8555479049682617, 0.8959354758262634, 0.9927605986595154, 1.2299466133117676, 1.333559513092041, 0.8854987025260925, 0.08030034601688385, -0.14232219755649567, 0.23226620256900787, 0.25281479954719543, -0.3734346330165863, -1.058225393295288, -1.0103435516357422, -0.4740995466709137, -0.16265743970870972, -0.11442140489816666, -0.13338454067707062, 0.27662935853004456, 0.7309757471084595, 0.5811668634414673, 0.20248091220855713, -0.3151729106903076, -0.5763352513313293, -0.38885533809661865, -0.401317298412323, -0.473283052444458, -0.36098432540893555, -0.11650540679693222, 0.20364414155483246, 0.35181620717048645, 0.3517695367336273, 0.13261346518993378, -0.29002833366394043, -0.5303360819816589, -0.5028195381164551, -0.5132778882980347, -0.6753665208816528, -0.9578595161437988, -0.9196131825447083, -0.5226858854293823, -0.4023700952529907, -0.29080671072006226, 0.050292905420064926, 0.41862162947654724, 0.7774109840393066, 0.6764175891876221, 0.37718021869659424, 0.3191800117492676, 0.19023045897483826, 0.050686147063970566, 0.06195630878210068, 0.18543508648872375, 0.5877255797386169, 0.9956200122833252, 1.035635232925415, 1.1832566261291504, 1.2236404418945312, 0.965913712978363, 0.7468447089195251, 0.17267630994319916, -0.17318153381347656, -0.31985995173454285, -0.5491241216659546, -0.3403685390949249, -0.274632066488266, -0.41060584783554077, -0.4660641551017761, -0.3167519271373749, 0.15121762454509735, 0.20727413892745972, -0.007836944423615932, -0.0982036367058754, 0.03968847543001175, 0.28059765696525574, 0.02288791909813881, -0.24207457900047302, -0.1809740662574768, -0.026646774262189865, -0.0006069705705158412, -0.2615188956260681, -0.6293469071388245, -0.7131018042564392, -0.4618934392929077, -0.3793259561061859, -0.37848424911499023, -0.3949276804924011, -0.5556501746177673, -0.3776185214519501, -0.2832382023334503, -0.4280945360660553, -0.3521438241004944, -0.5403961539268494, -0.7109068632125854, -0.6582756638526917, -0.6095218658447266, -0.37437549233436584, -0.07687816023826599, 0.006932784337550402, 0.2540602684020996, 0.6592496037483215, 0.8768330812454224, 0.9873587489128113, 1.0332974195480347, 1.0550663471221924, 1.0031764507293701, 0.7406505942344666, 0.49967160820961, 0.3625878691673279, 0.3893716633319855, 0.7484312057495117, 1.2225807905197144, 1.7063699960708618, 1.7730616331100464, 1.237694263458252, 0.5161831974983215, -0.1506975144147873, -0.5827860236167908, -0.8548849821090698, -1.0615482330322266, -1.0177170038223267, -0.7948681116104126, -0.744425356388092, -0.6048153638839722, -0.47843921184539795, -0.3904252350330353, -0.16139212250709534, -0.07343596965074539, 0.03991297632455826, 0.1679500937461853, 0.007365959696471691, -0.2929142415523529, -0.6573832035064697, -0.8451157212257385, -0.8574893474578857, -0.8981084823608398, -0.7841553092002869, -0.304187536239624, 0.36416518688201904, 0.5099180340766907, 0.09788447618484497, -0.22996863722801208, -0.4545022249221802, -0.7121439576148987, -0.8702475428581238, -0.8577993512153625, -0.5073233246803284, -0.1975918412208557, -0.0773569867014885, -0.13555321097373962, -0.1353021264076233, 0.02828197553753853, 0.18935348093509674, 0.14131960272789001, 0.23826418817043304, 0.6620759963989258, 1.0491604804992676, 1.1936309337615967, 1.141058087348938, 0.7292423248291016, 0.37442415952682495, 0.3438131809234619, 0.4184591472148895, 0.6010170578956604, 0.8168685436248779, 0.687621533870697, 0.5364655256271362, 0.4073558449745178, -0.039761945605278015, -0.6030917167663574, -1.0186704397201538, -1.0047520399093628, -0.46154680848121643, -0.12633243203163147, 0.12568822503089905, 0.32318201661109924, 0.2641809582710266, 0.24680715799331665, 0.019728900864720345, -0.3316826820373535, -0.39937296509742737, -0.3189508616924286, -0.07521416246891022, 0.29350894689559937, 0.2757906913757324, 0.1610279381275177, 0.16177411377429962, 0.011057533323764801, -0.10677889734506607, -0.1811021864414215, -0.1578800529241562, -0.05274645611643791, -0.07445655018091202, -0.04502983018755913, -0.115156389772892, -0.3300529718399048, -0.6709401607513428, -0.8823699355125427, -0.6294354796409607, -0.459386944770813, -0.2273947298526764, 0.16390380263328552, 0.4164847135543823, 0.4343353509902954, 0.2706247866153717, 0.03431783244013786, -0.11327148228883743, -0.12881863117218018, 0.020372388884425163, 0.0590139776468277, 0.0768861472606659, 0.2599080502986908, 0.21451757848262787, 0.1257549524307251, -0.05695569887757301, -0.2628938853740692, -0.28930994868278503, -0.18105913698673248, -0.06321672350168228, -0.007913838140666485, 0.0068089221604168415, 0.2586471736431122, 0.33455604314804077, 0.23598264157772064, 0.16300581395626068, -0.11243554949760437, -0.1803884506225586, 0.006293946877121925, 0.3129110038280487, 0.4124440550804138, 0.3757936954498291, 0.5867425203323364, 0.34623003005981445, 0.15418854355812073, 0.31451648473739624, 0.23106276988983154, 0.1836380660533905, 0.5203160643577576, 0.6784165501594543, 0.5241508483886719, 0.4388880431652069, 0.3944871127605438, 0.172601580619812, -0.22890768945217133, -0.3682710826396942, -0.5255633592605591, -0.40519553422927856, 0.0009448963683098555, 0.20036768913269043, 0.4296863377094269, 0.48644036054611206, 0.06962765753269196, -0.1175728589296341, -0.09512981027364731, -0.10599357634782791, 0.05732904002070427, 0.03195001557469368, -0.03307820484042168, 0.2815679907798767, 0.14421482384204865, -0.14472557604312897, -0.3449060320854187, -0.42955276370048523, -0.12623395025730133, -0.031221292912960052, -0.3094404637813568, -0.6102280020713806, -0.6177497506141663, -0.5994954109191895, -0.6837943196296692, -0.8684457540512085, -1.0743244886398315, -0.9446965456008911, -0.5102812647819519, -0.39139947295188904, -0.5287562608718872, -0.40597668290138245, -0.29812997579574585, -0.1995249092578888, -0.37911543250083923, -0.5289978981018066, -0.3766495883464813, -0.17555248737335205, -0.14560948312282562, -0.11900391429662704, -0.05254293978214264, 0.089631088078022, -0.023858487606048584, -0.32422110438346863, -0.06101386249065399, 0.09772805124521255, 0.2805951237678528, 0.41821035742759705, 0.5681402683258057, 0.6743209362030029, 0.5916144847869873, 0.30178412795066833, 0.15576376020908356, 0.24655167758464813, 0.3142727315425873, 0.4689660668373108, 0.570029616355896, 0.5962474346160889, 0.876514196395874, 1.1048153638839722, 0.9641196727752686, 1.023972749710083, 1.0792524814605713, 0.9455931186676025, 0.9982646107673645, 1.2037218809127808, 0.8820739984512329, 0.7506535649299622, 0.7132796049118042, 0.21764971315860748, -0.08634914457798004, -0.5253438949584961, -0.8604943752288818, -0.7435355186462402, -0.8217036724090576, -0.9746806621551514, -0.8655630350112915, -0.8098809719085693, -0.9153734445571899, -1.002126932144165, -0.6478290557861328, -0.3895266652107239, -0.3776388466358185, -0.28803133964538574, -0.3807448446750641, -0.5122531056404114, -0.6359847187995911, -0.8255569934844971, -0.8941935896873474, -0.8015887141227722, -0.6129253506660461, -0.41911664605140686, -0.2590978741645813, -0.31780165433883667, -0.4606247842311859, -0.5076231360435486, -0.30903923511505127, -0.2349386215209961, -0.15742547810077667, -0.014167547225952148, -0.09705192595720291, -0.18489733338356018, -0.1844773292541504, -0.2952909767627716, -0.16922464966773987, -0.0045977490954101086, 0.21540436148643494, 0.6717708110809326, 0.7925736308097839, 0.8950055241584778, 0.9459942579269409, 0.5736603736877441, 0.3500364422798157, 0.5132824182510376, 0.7003366947174072, 0.7986716628074646, 0.7278527617454529, 0.7003548741340637, 0.724297285079956, 0.7169116735458374, 0.5313615798950195, 0.6110479831695557, 0.6988723278045654, 0.9828649163246155, 1.033646583557129, 0.6995861530303955, 0.11915412545204163, -0.4624840319156647, -0.42022478580474854, -0.38684460520744324, -0.3802359998226166, -0.25656917691230774, -0.18313738703727722, -0.0779300108551979, -0.04953167587518692, -0.41412344574928284, -0.5482574701309204, -0.40006229281425476, -0.13590368628501892, 0.2525731325149536, 0.22290140390396118, 0.11939758062362671, 0.03893450275063515, -0.15751883387565613, -0.4963315725326538, -0.6456190347671509, -0.7874554991722107, -0.5901945233345032, -0.0661529153585434, 0.16052483022212982, -0.05403698608279228, -0.380671888589859, -0.4873694181442261, -0.6688294410705566, -0.7127764225006104, -0.3350030481815338, -0.17036594450473785, 0.026475049555301666, 0.2757939398288727, 0.2145068496465683, 0.05628141388297081, -0.17870087921619415, -0.1594996154308319, -0.2481982558965683, -0.2501499652862549, 0.015504964627325535, 0.1958804577589035, 0.20607618987560272, 0.5051039457321167, 0.5771324634552002, 0.1750091314315796, 0.20854273438453674, 0.07450562715530396, -0.10314467549324036, 0.2243298888206482, 0.3523138165473938, 0.5218985080718994, 0.7913809418678284, 0.7127798199653625, 0.4917232096195221, 0.09094496071338654, -0.1283578872680664, -0.07842791825532913, 0.047924283891916275, 0.31657174229621887, 0.41477829217910767, 0.23787866532802582, 0.07516511529684067, 0.2407565414905548, -0.049471668899059296, -0.3136104345321655, -0.1178642138838768, -0.09206922352313995, 0.25281810760498047, 0.4434031844139099, 0.3689959943294525, 0.049130816012620926, 0.16623616218566895, -0.017004897817969322, -0.3336485028266907, -0.2862910032272339, -0.3933793306350708, -0.3739475607872009, 0.11951278150081635, 0.023490559309720993, -0.29827651381492615, -0.21717998385429382, -0.2996053099632263, -0.19669762253761292, -0.28383657336235046, -0.18993251025676727, -0.2448575496673584, -0.38872337341308594, -0.5249617099761963, -0.4591321647167206, -0.04521939530968666, -0.43660372495651245, -0.06514056026935577, -0.06374074518680573, -0.16543759405612946, 0.06977179646492004, -0.18330807983875275, -0.035610370337963104, -0.09574791043996811, 0.029933353886008263, 0.10103346407413483, 0.06634639948606491, 0.05060795322060585, 0.08328194916248322, 0.3089519143104553, 0.26997625827789307, -0.0002852945472113788, 0.0072288536466658115, -0.11221713572740555, 0.23866622149944305, 0.5841763615608215, 0.35606086254119873, 0.5904539823532104, 0.41260626912117004, 0.2906193137168884, 0.07985144108533859, 0.20538467168807983, -0.13432812690734863, 0.1492970883846283, 0.35693302750587463, -0.008377729915082455, 0.027525536715984344, -0.017162449657917023, -0.3017619550228119, 0.004832034930586815, 0.005852183327078819, -0.1480627954006195, 0.03559695929288864, -0.005499411839991808, 0.2652963697910309, 0.29355981945991516, -0.17938241362571716, 0.01567014306783676, -0.16870738565921783, -0.009389378130435944, -0.4125725328922272, -0.22048117220401764, 0.020575417205691338, -0.2855062484741211, 0.12949839234352112, 0.04469415172934532, 0.049683600664138794, -0.046161312609910965, 0.09421975910663605, -0.07352883368730545, -0.06846491992473602, -0.44409486651420593, -0.24560920894145966, -0.24012261629104614, -0.13753947615623474, -0.4494977295398712, -0.1215260699391365, 0.029902677983045578, -0.4025264382362366, -0.31100282073020935, -0.3005509376525879, -0.055373016744852066, -0.052997708320617676, -0.2587960660457611, -0.06299595534801483, 0.5326075553894043, 0.3680439591407776, -0.07675214856863022, -0.18596166372299194, 0.0017167419428005815, 0.20498456060886383, 0.008681350387632847, 0.11922135204076767, 0.07753102481365204, 0.4207253158092499, 0.3065216839313507, -0.2793112099170685, 0.28485989570617676, 0.03661109507083893, 0.23289093375205994, 0.37724292278289795, 0.17299045622348785, 0.1251121610403061, 0.15832023322582245, -0.11822060495615005, -0.5329598188400269, -0.28263357281684875, -0.3662078380584717, -0.04987013712525368, 0.05384548008441925, -0.17815576493740082, 0.23200376331806183, -0.08757180720567703, -0.4300525486469269, -0.2012307494878769, -0.5815054178237915, 0.05853727459907532, 0.2661148011684418, -0.264567494392395, -0.04069891944527626, -0.18261662125587463, 0.17077752947807312, -0.32703688740730286, -0.11675649136304855, -0.05536052957177162, 0.010760988108813763, -0.1810249388217926, -0.34093770384788513, 0.041512202471494675, -0.19677770137786865, -0.14599446952342987, -0.011286634020507336, -0.07152172923088074, 0.07724419981241226, 0.05636078491806984, -0.027875354513525963, 0.20444782078266144, -0.06560450047254562, -0.3423689305782318, 0.40892094373703003, 0.1928652673959732, -0.12195011228322983, 0.2998090088367462, -0.14407378435134888, 0.4884660840034485, 0.24883762001991272, 0.4535693824291229, 0.2975280284881592, 0.26567739248275757, 0.3606812357902527, 0.10701020061969757, 0.04715454578399658, -0.18418040871620178, -0.045281875878572464, 0.07081189751625061, 0.34846192598342896, -0.3868432641029358, 0.20101626217365265, 0.07607775181531906, -0.5059447288513184, 0.2266821712255478, -0.6956693530082703, 0.45452284812927246, -0.5143807530403137, -0.01478296797722578, 0.25493088364601135, -0.5111672878265381, 0.3115268647670746, -0.5189058780670166, -0.20090055465698242, -0.2620812952518463, 0.005455848760902882, 0.06700366735458374, -0.3096161186695099, -0.015036089345812798, -0.20610585808753967, -0.3178008496761322, -0.002446363214403391, -0.2803730070590973, 0.15495340526103973, -0.21967530250549316, 0.8728619813919067, -0.5052655935287476, 0.09144091606140137, 0.24288518726825714, -0.3901010751724243, 0.3774251639842987, -0.45373812317848206, -0.03344570845365524, 0.3967685401439667, -0.4172925055027008, 0.8672395348548889, 0.09613701701164246, 0.4308556616306305, -0.3610844612121582, 1.1233502626419067, -0.8038593530654907, 0.746957540512085, 0.3541417717933655, -0.12525850534439087, 1.0706470012664795, -0.6584677696228027, 0.321920245885849, -0.4426533877849579, -0.05129452794790268, 0.40683332085609436, -0.23958377540111542, -0.11037333309650421, 0.2840482294559479, -0.5254138708114624, 0.4549572467803955, -1.0245321989059448, 0.1579059511423111, -0.06399883329868317, -0.7141052484512329, 0.5601143836975098, -1.0338325500488281, 0.32388168573379517, -0.701869010925293, 0.10642975568771362, -0.24307195842266083, -0.4431415796279907, 0.33583617210388184, -0.6557957530021667, 0.15132199227809906, 0.002743314951658249, -0.5867745876312256, -0.01637350209057331, -0.22138191759586334, -0.13020624220371246, -0.42397886514663696, 0.13546468317508698, -0.09747530519962311, -0.6508358716964722, 0.8245788216590881, -0.6881477236747742, -0.033211033791303635, 1.0449631214141846, -0.8107722997665405, 0.7541749477386475, 0.0013102026423439384, 0.20405176281929016, -0.041108474135398865, 0.2790794372558594, 0.2939145267009735, -0.0185154490172863, 0.9457986950874329, -0.5910728573799133, 0.7792064547538757, 0.4596710205078125, -0.3134237229824066, 1.4212111234664917, -0.7542301416397095, 0.974297046661377, 0.4930771291255951, -0.6697357892990112, 1.3157097101211548, -0.8916205763816833, 0.8314743638038635, -0.3800651729106903, 0.1497977077960968, 1.0105996131896973, -1.2127530574798584, 1.6715757846832275, -1.272412896156311, 0.4893770217895508, -0.21666771173477173, -0.7301270365715027, 0.8440677523612976, -0.761172354221344, 0.26215171813964844, -0.11150497943162918, -0.15608692169189453, -0.11719806492328644, -0.3392579257488251, -0.38412100076675415, -0.5345818400382996, -0.153354674577713, -0.747247576713562, 0.31676143407821655, -0.08549338579177856, -1.0876692533493042, 0.6039193272590637, -1.4436726570129395, -0.016806108877062798, -0.05984637141227722, -0.9546938538551331, 0.5142487287521362, -0.708413302898407, 0.031623706221580505, -0.2371891587972641, -0.3177688419818878, -0.40843716263771057, -0.046032436192035675, 0.15967592597007751, -0.09456431865692139, 0.3868536055088043, -0.4751206934452057, 0.3210127353668213, 0.03041735664010048, -0.15897364914417267, 0.26754698157310486, 0.11622719466686249, 0.20278185606002808, 0.48180681467056274, 0.37745004892349243, 0.1710587590932846, 0.6863568425178528, 0.46317553520202637, 0.08870962262153625, 0.6147112846374512, -0.05548343434929848, 0.09024075418710709, 0.7903066873550415, -0.40418487787246704, 0.7869036197662354, -0.0970279797911644, 0.26260054111480713, 0.17961429059505463, 0.17015306651592255, 0.6698581576347351, -0.24087508022785187, 0.5021606683731079, -0.03144344314932823, -0.002844020025804639, 0.690090537071228, -0.6469619274139404, -0.11642827093601227, 0.8341959714889526, -1.4176571369171143, 1.3122364282608032, -0.30532315373420715, -0.6668027639389038, 1.4672431945800781, -1.5260714292526245, 1.0072050094604492, -0.7491626739501953, -0.35083484649658203, 0.18717828392982483, -1.0574241876602173, 0.330035924911499, -0.9698085188865662, 0.26082465052604675, -1.036326289176941, 0.32291868329048157, -0.6717612147331238, -0.7546977400779724, 0.6149884462356567, -1.8396689891815186, 1.0388648509979248, -1.3532466888427734, 0.2479582279920578, 0.09340950101613998, -0.9519723653793335, 0.9071081876754761, -1.5873483419418335, 0.6397650241851807, -0.18947671353816986, -0.569532573223114, 0.7149431109428406, -1.1219757795333862, 0.9029040932655334, -0.4206967055797577, 0.24225489795207977, 0.09710463136434555, -0.6609935164451599, 0.9795454144477844, -0.44752368330955505, 0.39287710189819336, 0.2597971558570862, 0.10543923079967499, 0.8758596777915955, -0.21948091685771942, 0.6324381828308105, -0.19312144815921783, 0.5977249145507812, 0.3064718544483185, 0.2847285568714142, 0.1911323070526123, 0.3895858824253082, 0.49129313230514526, -0.18019987642765045, 0.5869058966636658, -0.24885554611682892, 0.671138346195221, 0.15295730531215668, -0.04925861209630966, 0.4612484872341156, 0.36439409852027893, 0.24019254744052887, 0.34501543641090393, -0.10661366581916809, -0.11544476449489594, 0.26274093985557556, -0.20137852430343628, 0.059978634119033813, -0.14291147887706757, -0.2636790871620178, 0.713503360748291, -1.0619263648986816, 0.605532169342041, -0.8471555709838867, -0.3427574038505554, 0.4196231961250305, -1.186043381690979, 0.1850837916135788, -0.4835149943828583, -0.6402825713157654, 0.1086592823266983, -1.0919870138168335, -0.19113484025001526, -0.4113501310348511, -0.7587001919746399, -0.12149932235479355, -0.535659909248352, -0.3669048249721527, 0.005964337848126888, -0.37365326285362244, -0.27336686849594116, 0.013279024511575699, -0.36943772435188293, 0.13087034225463867, -0.34156933426856995, 0.1654730886220932, 0.1395275890827179, 0.04777608439326286, 0.1799151450395584, -0.3174889087677002, 0.7075612545013428, -0.19248619675636292, 0.20985746383666992, 0.3764408230781555, -0.038891613483428955, 0.8156200051307678, 0.14167357981204987, 0.5298850536346436, -0.20690667629241943, 0.6826833486557007, -0.05596503987908363, 0.2535160183906555, 0.2992919385433197, 0.08293934911489487, 0.6378775238990784, 0.3058037757873535, 0.01380721665918827, 0.46153634786605835, 0.49651598930358887, 0.3793557286262512, 0.04847925528883934, 0.4977308213710785, -0.32499226927757263, 0.5444909930229187, 0.1993960440158844, -0.4291844069957733, 0.874515175819397, -0.8884389996528625, 0.7811340689659119, -0.3449854552745819, 0.08869792520999908, 0.3554701507091522, -0.6220515370368958, 0.4344192147254944, -0.548790693283081, -0.1478797346353531, -0.0691823959350586, -0.6874015927314758, 0.47533273696899414, -0.6129168272018433, -0.3353548049926758, 0.41538238525390625, -1.3479804992675781, 0.6081311106681824, -0.7221696376800537, -0.0016190236201509833, -0.26724758744239807, -0.4459514915943146, 0.030537104234099388, -0.27162235975265503, 0.015216519124805927, -0.8203029632568359, 0.5085140466690063, -0.6339165568351746, 0.02458805777132511, 0.11378215253353119, -0.623218834400177, 0.10700109601020813, 0.07226503640413284, -0.2550797164440155, 0.23450373113155365, -0.3854081630706787, 0.6230565309524536, -0.7720193862915039, 1.1074498891830444, -0.6877984404563904, 0.7638515830039978, 0.22267428040504456, -0.43076828122138977, 1.1061716079711914, -0.7214115858078003, 0.430141806602478, 0.6705777049064636, -0.4018796384334564, 1.0184450149536133, -0.012109961360692978, -0.3787107467651367, 1.3560099601745605, -0.9783629179000854, 1.425063133239746, -0.5160523056983948, 0.3802495002746582, 0.2783351540565491, -0.038413867354393005, 0.5191428065299988, 0.1130358874797821, 0.15249833464622498, 0.21246948838233948, -0.3284491002559662, 0.6639113426208496, -0.04099622368812561, -0.028891107067465782, 0.6133750081062317, -0.41380661725997925, 0.3291197121143341, -0.016609303653240204, -0.3452644348144531, 0.06247616931796074, -0.4480334222316742, 0.23751911520957947, -0.16981714963912964, 0.21355774998664856, -0.6392027735710144, 0.6404961943626404, -0.9070847034454346, 0.29493340849876404, -0.2742166519165039, -0.6307114958763123, 0.07138092815876007, -0.49904558062553406, -0.015488474629819393, -0.36930859088897705, -0.022343378514051437, -0.3345288932323456, 0.07675297558307648, -0.3136238157749176, -0.09006992727518082, -0.2443678230047226, -0.06651905924081802, -0.0721244290471077, 0.08588999509811401, -0.12416426092386246, 0.15752124786376953, -0.022364044561982155, -0.06673403829336166, 0.2101784497499466, -0.293692409992218, 0.5218406915664673, -0.24695906043052673, 0.511367917060852, -0.10342274606227875, -0.03203289955854416, 0.4490756094455719, -0.5762452483177185, 0.7350339889526367, -0.2224380373954773, -0.1660233736038208, 0.8211089372634888, -0.693340003490448, 0.8678614497184753, -0.6909098029136658, 0.8105352520942688, -0.5483301877975464, 0.3437473177909851, 0.2756773829460144, -0.14966118335723877, 0.6073522567749023, -0.16413143277168274, 0.44531670212745667, 0.4067751467227936, -0.7124665379524231, 1.1705623865127563, -0.8659253120422363, 0.7656732797622681, 0.02274005301296711, -0.338666170835495, 0.6731253266334534, -0.6233839988708496, 0.1205136701464653, 0.14996401965618134, -0.8151726126670837, 0.9282064437866211, -0.9621748924255371, 0.215430349111557, -0.045322295278310776, -0.20662425458431244, -0.3937090039253235, 0.08882100880146027, -0.5136409997940063, 0.03632622957229614, -0.353377103805542, 0.11982088536024094, -0.4808627665042877, 0.10697983205318451, -0.13305790722370148, -0.08626282960176468, -0.2236310839653015, -0.29002058506011963, -0.07927343994379044, -0.006007646210491657, -0.7169519662857056, 0.6806762218475342, -0.8705278038978577, 0.6840556859970093, -0.9780265092849731, 0.9209290146827698, -0.6204881072044373, -0.2978944480419159, 0.7433273792266846, -1.247290849685669, 1.0719001293182373, -0.6354541182518005, 0.37245652079582214, -0.07236798852682114, 0.007005905732512474, -0.022488776594400406, 0.04189266636967659, -0.1926230788230896, 0.4245958924293518, -0.29929596185684204, 0.3893544673919678, 0.04861194267868996, 0.46552249789237976, -0.2570793032646179, 0.3421969413757324, 0.44586387276649475, -0.5104489326477051, 0.7679648399353027, -0.21967817842960358, 0.2900405824184418, 0.3505939245223999, -0.3033543527126312, 0.7526730895042419, -0.6783007979393005, 0.6293652653694153, -0.31534531712532043, 0.13660986721515656, -0.005264853127300739, -0.13551345467567444, 0.1519591212272644, -0.26797857880592346, 0.4186227321624756, -0.45292338728904724, 0.21036484837532043, -0.3510342836380005, 0.024808188900351524, -0.24459370970726013, -0.45260417461395264, 0.6733588576316833, -1.0147720575332642, 0.913817822933197, -1.1100929975509644, 0.6749452352523804, -0.34057050943374634, -0.4975340664386749, 0.626268744468689, -0.8627592325210571, 0.5700225234031677, -0.39229899644851685, 0.11024213582277298, 0.10739810764789581, -0.2351941168308258, 0.23561033606529236, -0.4933379590511322, 0.1162649542093277, -0.21368174254894257, 0.09739959985017776, -0.05480865761637688, -0.15562240779399872, 0.31213629245758057, -0.24484670162200928, -0.20366224646568298, 0.34251123666763306, -0.3478846549987793, 0.33546751737594604, -0.6816458702087402, 0.8203359246253967, -0.6854107975959778, 0.41501671075820923, 0.3079497814178467, -0.49777811765670776, 0.8561559915542603, -0.6751362085342407, 0.7328398823738098, -0.2532689869403839, 0.21020689606666565, 0.6413453221321106, -0.5378183126449585, 0.7925232648849487, -0.29346850514411926, 0.40005233883857727, -0.392538845539093, 0.5521373748779297, -0.3377367854118347, 0.4504370093345642, -0.41897478699684143, 0.5382258892059326, 0.07404476404190063, -0.33724135160446167, 0.6198597550392151, -0.3475741446018219, 0.3444722890853882, -0.4287704825401306, 0.49971669912338257, -0.38556385040283203, 0.08138896524906158, 0.20438942313194275, -0.3018503487110138, 0.5425315499305725, -0.5019450783729553, 0.15257413685321808, -0.0239713154733181, 0.02798154577612877, -0.07803427428007126, 0.2822171747684479, -0.230363667011261, 0.04630449786782265, 0.15893635153770447, -0.2983948588371277, 0.18302208185195923, 0.014664915390312672, -0.4262717068195343, 0.25851041078567505, -0.38455331325531006, 0.19066046178340912, -0.14183099567890167, -0.35918641090393066, 0.6574464440345764, -0.7397676706314087, 0.06378722935914993, 0.15339143574237823, -0.37636420130729675, 0.09749284386634827, 0.04275251924991608, -0.0760955959558487, 0.11397068202495575, -0.4150486886501312, 0.3491942584514618, -0.2958078980445862, 0.11075106263160706, -0.006099657621234655, 0.2645191252231598, -0.4846751093864441, 0.5757060647010803, -0.22073175013065338, 0.06289622187614441, 0.45313140749931335, -0.6411381959915161, 0.7957785129547119, -0.48674631118774414, 0.24200767278671265, 0.026514215394854546, -0.19759434461593628, 0.14500902593135834, 0.17109614610671997, -0.20070481300354004, 0.13027916848659515, 0.05121096223592758, -0.028238141909241676, 0.31672045588493347, -0.4765987694263458, 0.5786070227622986, -0.13859182596206665, -0.13923022150993347, 0.3956841230392456, -0.44581326842308044, 0.587816596031189, -0.2963925302028656, 0.21577492356300354, -0.2501787841320038, 0.18385715782642365, -0.061418645083904266, 0.20603880286216736, -0.1171034425497055, -0.0956437811255455, 0.18522503972053528, -0.2910363972187042, 0.0485449954867363, 0.03606976196169853, -0.11811350286006927, -0.05082385241985321, -0.011960718780755997, -0.25881433486938477, 0.29219165444374084, -0.5584473609924316, 0.4977228343486786, -0.38007235527038574, -0.5073537826538086, 0.9182104468345642, -1.0849028825759888, 0.8036927580833435, -0.8399014472961426, 0.397891104221344, -0.10079208016395569, -0.5874535441398621, 0.847237765789032, -1.0451501607894897, 0.5108405947685242, -0.3871699273586273, -0.029599834233522415, 0.3598145842552185, -0.8463891744613647, 1.0031960010528564, -1.0634485483169556, 0.5821034908294678, 0.0003718425869010389, -0.5563345551490784, 0.7968701124191284, -0.7826611995697021, 0.5626828074455261, -0.40862947702407837, 0.07477306574583054, 0.41309699416160583, -0.6163790225982666, 0.6992520093917847, -0.3539400100708008, 0.18424127995967865, 0.0115374606102705, 0.18104872107505798, -0.18271911144256592, 0.3012879490852356, 0.049560438841581345, -0.01130386907607317, 0.411449134349823, -0.18971391022205353, -0.012667926028370857, 0.5501784682273865, -0.6165793538093567, 0.5093613266944885, 0.003384232986718416, 0.014231439679861069, 0.20745596289634705, -0.11795012652873993, 0.3177385628223419, -0.2524847090244293, 0.23565438389778137, 0.022362221032381058, 0.0888424664735794, -0.08158965408802032, 0.20906679332256317, -0.11438658833503723, 0.06769205629825592, -0.06923381239175797, 0.13570518791675568, 0.10326781123876572, -0.5455294847488403, 0.7842749357223511, -0.9834427237510681, 0.9286926984786987, -1.020897388458252, 0.6752161383628845, -0.36632367968559265, -0.03073890507221222, 0.18947267532348633, -0.5139266848564148, 0.2633514702320099, -0.4122399687767029, 0.22934167087078094, 0.05475987121462822, -0.382475346326828, 0.6687383055686951, -0.8941450119018555, 0.6939293742179871, -0.4304889142513275, -0.27321726083755493, 0.49249038100242615, -0.9157837629318237, 0.9132677912712097, -0.7126200795173645, 0.06110558658838272, 0.4337230622768402, -0.5556952953338623, 0.38331496715545654, -0.3171095848083496, 0.4020412862300873, -0.5792626738548279, 0.07357140630483627, 0.4981709420681, -0.8761809468269348, 0.9107590317726135, -0.42267608642578125, -0.2864184081554413, 0.6791121363639832, -0.6939698457717896, 0.6214306950569153, -0.37528249621391296, 0.2724628746509552, 0.03786446154117584, -0.23242533206939697, 0.5507495403289795, -0.645653486251831, 0.6644274592399597, -0.09117970615625381, -0.33979183435440063, 0.4467746615409851, -0.24481646716594696, 0.29713618755340576, -0.13887682557106018, 0.3607531785964966, -0.2794876992702484, 0.42453980445861816, -0.39305004477500916, 0.1734522432088852, 0.12249428778886795, -0.28106677532196045, 0.24715812504291534, 0.07410573959350586, -0.26782336831092834, 0.31585177779197693, -0.24330271780490875, 0.13248760998249054, -0.2081143707036972, 0.10258990526199341, 0.0854981541633606, -0.5412206053733826, 0.911415159702301, -1.1489925384521484, 0.6501721739768982, -0.2529575526714325, -0.055860735476017, -0.3479159474372864, 0.7017772793769836, -0.892034649848938, 0.37509235739707947, -0.05686274915933609, -0.3471548855304718, 0.34542471170425415, -0.6535154581069946, 0.4498668313026428, -0.2817351520061493, -0.16483353078365326, 0.21632987260818481, -0.48935046792030334, 0.3913433849811554, -0.3249801695346832, -0.15898865461349487, 0.2851639688014984, -0.5461376309394836, 0.7274337410926819, -0.6502585411071777, 0.07871559262275696, 0.348922997713089, -0.9194548726081848, 0.9413520097732544, -0.6848336458206177, 0.3762154281139374, -0.08993835002183914, -0.03658726066350937, 0.4705886244773865, -0.6831410527229309, 0.6936500072479248, -0.5755797028541565, 0.4343333840370178, 0.2802222967147827, -0.4145423471927643, 0.39797791838645935, 0.16338755190372467, -0.27596408128738403, 0.5405131578445435, -0.32060909271240234, 0.16983750462532043, 0.21496827900409698, -0.27907708287239075, 0.4425376355648041, -0.1818068027496338, 0.15903149545192719, -0.22476592659950256, 0.40810707211494446, -0.35151514410972595, 0.3382379114627838, 0.13579270243644714, -0.40856805443763733, 0.6586337089538574, -0.5335941314697266, 0.31419479846954346, -0.14337387681007385, 0.12613080441951752, -0.010812622494995594, -0.21778912842273712, 0.43695613741874695, -0.36814960837364197, -0.05607016384601593, 0.45466411113739014, -0.855722963809967, 1.2573291063308716, -1.3482584953308105, 1.3227319717407227, -1.1058282852172852, 0.7344018220901489, -0.40001457929611206, -0.2777983546257019, 0.20602045953273773, -0.40041711926460266, -0.3598569333553314, 0.6804636716842651, -1.1536939144134521, 1.1309916973114014, -0.6785101890563965, 0.2749291658401489, 0.3914147615432739, -0.6954967379570007, 0.8499051332473755, -0.5459609031677246, 0.02340986579656601, 0.36365455389022827, -0.49065256118774414, 0.4190867841243744, -0.39499273896217346, 0.35112252831459045, -0.2211722582578659, 0.3293291926383972, -0.3250524401664734, 0.36561092734336853, -0.06810262799263, -0.1589844524860382, 0.7405202984809875, -0.584602952003479, 0.304578959941864, 0.016192400828003883, -0.26947417855262756, 0.38835006952285767, 0.024393843486905098, -0.03921160474419594, -0.05256915092468262, 0.39066609740257263, -0.08123555034399033, -0.16308437287807465, 0.5453172922134399, -0.38365501165390015, 0.11720118671655655, 0.4115099608898163, -0.3342130482196808, 0.3251458704471588, -0.13414545357227325, 0.09303100407123566, -0.14147509634494781, 0.4495944380760193, -0.6944969892501831, 0.6622777581214905, -0.2309688925743103, -0.2640077769756317, 0.3770049512386322, -0.17789267003536224, -0.08366551250219345, 0.24869848787784576, -0.2315242737531662, -0.016438398510217667, 0.18441568315029144, -0.2957678437232971, -0.007096559274941683, 0.33534717559814453, -0.5376884341239929, 0.3600412607192993, 0.056931570172309875, -0.6000713109970093, 0.8372883200645447, -1.0260127782821655, 0.7924290299415588, -0.3434402048587799, -0.23245470225811005, 0.7032483220100403, -0.8439313173294067, 0.5276191234588623, -0.08613356947898865, -0.3374226987361908, 0.48382386565208435, -0.4751501679420471, -0.14335379004478455, 0.23839189112186432, 0.17588447034358978, -0.7043119668960571, 0.5841806530952454, 0.1438068151473999, -0.6855792999267578, 0.9599735736846924, -0.8559390902519226, 0.31327080726623535, 0.3683120608329773, -0.6944900751113892, 0.6143698692321777, -0.31073591113090515, 0.4185359477996826, -0.27243345975875854, 0.3908751904964447, -0.2661511301994324, 0.3005012273788452, 0.14268553256988525, -0.43927711248397827, 0.45058006048202515, -0.05444568768143654, -0.08506129682064056, 0.10868173092603683, 0.26353326439857483, -0.9278022646903992, 0.43442046642303467, -0.14652492105960846, -0.22424492239952087, 0.16790689527988434, -0.01005480159074068, -0.1197306215763092, 0.19511699676513672, -0.49468475580215454, 0.6047067642211914, -0.017348984256386757, -0.5151186585426331, 0.8403434157371521, -0.7150494456291199, 0.5266076922416687, -0.3115713596343994, 0.32723888754844666, -0.17911840975284576, 0.015872133895754814, 0.6479817032814026, -1.062234878540039, 0.9676105976104736, -0.8369584083557129, 0.636462390422821, -0.4993732273578644, 0.08025558292865753, 0.1320004016160965, -0.44024229049682617, 0.24807676672935486, 0.01313349325209856, -0.6123088598251343, 0.42087608575820923, -0.5323149561882019, 0.40829747915267944, -0.19459417462348938, -0.14305788278579712, 0.009844165295362473, -0.19229243695735931, 0.13319872319698334, 0.10358881950378418, -0.2031964659690857, -0.000714583380613476, -0.003284530946984887, 0.17515499889850616, 0.03602466359734535, 0.046142399311065674, -0.08065906167030334, 0.08294862508773804, 0.05868164822459221, -0.13626642525196075, 0.4159364700317383, -0.500008761882782, 0.4638005495071411, -0.2087273746728897, 0.13303318619728088, 0.3188890218734741, -0.5690483450889587, 0.5966334939002991, -0.39658990502357483, 0.35276973247528076, 0.07810838520526886, -0.16329264640808105, 0.02169976942241192, 0.05826720967888832, 0.15829242765903473, -0.0001800278841983527, -0.40096142888069153, 0.4251087009906769, -0.3191325068473816, 0.37161585688591003, 0.09966316819190979, -0.2774374783039093, 0.09452148526906967, 0.2707151770591736, -0.2023518979549408, 0.013007991015911102, 0.4247426688671112, -0.42096278071403503, 0.231678768992424, 0.1288013458251953, -0.3166983425617218, 0.467741459608078, -0.4612075388431549, 0.09813334792852402, 0.0027125102933496237, -0.2821197211742401, 0.39780759811401367, -0.41601264476776123, 0.42298057675361633, -0.6280843615531921, 0.6865310668945312, -0.9072353839874268, 0.34909969568252563, 0.311442106962204, -0.5129244923591614, 0.5493967533111572, -0.18717052042484283, -0.32058072090148926, 0.30086246132850647, -0.49961307644844055, 0.5230323076248169, -0.2852422893047333, 0.28624165058135986, 0.031531788408756256, -0.28243279457092285, 0.25351762771606445, -0.3257700502872467, 0.1855601817369461, 0.05317166447639465, -0.12180612236261368, 0.2673737108707428, -0.11427057534456253, -0.21878741681575775, 0.0815497636795044, 0.013604732230305672, -0.2076857089996338, 0.19133886694908142, 0.0998077243566513, -0.05779947713017464, 0.09349960088729858, -0.29652220010757446, 0.26674920320510864, -0.03566088527441025, 0.19178487360477448, 0.14436496794223785, -0.4559200704097748, 0.5707166194915771, -0.3299877941608429, 0.04828054457902908, 0.09220515936613083, -0.2976687550544739, 0.4671832323074341, -0.1381530910730362, -0.16709601879119873, 0.27202534675598145, -0.4136069118976593, 0.24498851597309113, -0.089201420545578, 0.14805437624454498, -0.03738541156053543, -0.013119134120643139, 0.19632211327552795, -0.1742088794708252, 0.11738479137420654, -0.06097935885190964, -0.10216441005468369, 0.06355845183134079, -0.09430902451276779, 0.3804941773414612, -0.24964462220668793, -0.011465417221188545, 0.1259472519159317, -0.4992564022541046, 0.48943519592285156, -0.15852154791355133, 0.3275289237499237, -0.4235508143901825, 0.03183034434914589, 0.15473081171512604, -0.2367573082447052, 0.1047186553478241, -0.16056521236896515, -0.03259982913732529, 0.0788690373301506, -0.2110583782196045, 0.061711668968200684, -0.2404298484325409, 0.027223290875554085, 0.268248051404953, -0.19292433559894562, 0.13641436398029327, -0.17887835204601288, 0.01194722205400467, 0.2436360865831375, -0.24746832251548767, 0.14749985933303833, -0.07343976199626923, 0.11027893424034119, -0.0014989490155130625, 0.14901277422904968, 0.025329135358333588, -0.18322518467903137, 0.2907889187335968, -0.29429954290390015, 0.2028365582227707, -0.04961642995476723, -0.1203521266579628, 0.14914625883102417, -0.15577201545238495, -0.019865361973643303, 0.21668100357055664, -0.18141888082027435, -0.1615990698337555, 0.3629567325115204, -0.2831132113933563, 0.07443899661302567, 0.20122767984867096, -0.21424157917499542, 0.11650557816028595, 0.2883688509464264, -0.0795721560716629, 0.1370544284582138, -0.10113704949617386, -0.046609118580818176, -0.02403462864458561, -0.10571396350860596, 0.23594926297664642, 0.014946216717362404, -0.02671033702790737, 0.0753902718424797, 0.04742393642663956, 0.07062328606843948, -0.037601713091135025, 0.2601529359817505, -0.02719864435493946, 0.21444551646709442, 0.3799445331096649, -0.32659029960632324, 0.22318142652511597, -0.03541632369160652, -0.04899563267827034, 0.28583699464797974, -0.2509208917617798, 0.1676371991634369, 0.30235010385513306, -0.2103612869977951, 0.3730088770389557, -0.03466547280550003, 0.21938371658325195, 0.25637903809547424, 0.2359272986650467, 0.27583321928977966, 0.1215776652097702, 0.133060023188591, -0.03585091978311539, 0.29055118560791016, -0.03805370628833771, 0.06990198791027069, -0.16080500185489655, -0.32548508048057556, -0.04232443869113922, -0.20857632160186768, -0.261553019285202, -0.3161807358264923, -0.24145323038101196, -0.34302785992622375, -0.4709264039993286, -0.28384310007095337, -0.620056688785553, -0.16582916676998138, -0.33650675415992737, -0.39372363686561584, -0.19301767647266388, -0.5307533144950867, -0.1185450404882431, -0.43928688764572144, -0.23140142858028412, 0.1753225326538086, -0.26671934127807617, 0.28984782099723816, -0.17621995508670807, 0.07721664756536484, 0.2599457800388336, 0.11903336644172668, 0.35845884680747986, 0.3849268853664398, 0.5067089200019836, 0.6427097320556641, 0.4947611391544342, 0.59897780418396, 0.9397060871124268, 0.8433444499969482, 1.1200653314590454, 1.3262414932250977, 0.9191973209381104, 0.42166319489479065, 0.1320512741804123, 0.2347378134727478, 0.23092252016067505, 0.5055612325668335, 0.42226430773735046, -0.0966859683394432, -0.27180126309394836, -0.6079890727996826, -0.8052367568016052, -0.7414321303367615, -1.0789027214050293, -0.7148867249488831, -0.6332210302352905, -0.6556058526039124, -0.5533987283706665, -0.9456961154937744, -1.1546286344528198, -0.9333981275558472, -0.7223966717720032, -0.3640020489692688, -0.2169235348701477, -0.2687208354473114, -0.4512748122215271, -0.38378167152404785, -0.4045293629169464, -0.3275758922100067, -0.25860396027565, -0.27033731341362, 0.27038317918777466, 0.12641707062721252, -0.4005802869796753, -0.16033509373664856, -0.055753193795681, 0.1351986676454544, 0.1986180990934372, 0.5146805047988892, 0.35129252076148987, 0.25496506690979004, 0.15684019029140472, 0.13931159675121307, 0.634310245513916, 0.8849794268608093, 1.1979044675827026, 1.711519718170166, 1.651323914527893, 1.3966540098190308, 0.34149593114852905, -0.44408583641052246, 0.11575786769390106, 0.7883126735687256, 0.9939336180686951, 0.7863911986351013, 0.3410852253437042, -0.3164370656013489, -0.7806704044342041, -0.8570659160614014, -0.9665127396583557, -0.8786954879760742, -0.5245052576065063, -0.268749862909317, -0.24640873074531555, -0.9640974402427673, -1.2966222763061523, -1.2948154211044312, -1.0566704273223877, -0.440334290266037, 0.009501760825514793, 0.04631849378347397, -0.11425556987524033, -0.3361300826072693, -0.3323007822036743, -0.3360249996185303, -0.24060818552970886, -0.08314330130815506, 0.19577814638614655, 0.17293483018875122, 0.032753836363554, -0.2740103006362915, -0.6256332397460938, -0.34673014283180237, 0.1054685041308403, 0.14765845239162445, 0.3205680251121521, 0.24937070906162262, 0.24371039867401123, 0.123780757188797, 0.1889546513557434, 0.3513987362384796, 0.4256143271923065, 0.9748228192329407, 1.3192739486694336, 1.9390138387680054, 2.237222671508789, 1.2626851797103882, -0.13810136914253235, -0.8553261756896973, 0.30851349234580994, 1.489955186843872, 1.3502533435821533, 1.0535016059875488, 0.0971987396478653, -0.7427304983139038, -1.1156870126724243, -1.0672731399536133, -0.8232122659683228, -0.8909003734588623, -0.7444272637367249, -0.4987342655658722, -0.5338447690010071, -1.13754141330719, -1.8667811155319214, -1.5715230703353882, -0.6658411622047424, -0.020267754793167114, 0.264182984828949, 0.10400477796792984, -0.20367629826068878, -0.34378552436828613, -0.1609620749950409, 0.06754568219184875, 0.0782545730471611, 0.05939657241106033, 0.31452229619026184, 0.4764605462551117, 0.011887500993907452, -0.4401838183403015, -0.6422855257987976, -0.11859888583421707, 0.3292851746082306, 0.43713319301605225, 0.2382415384054184, 0.07578352093696594, 0.16263055801391602, 0.19227413833141327, 0.5019850730895996, 0.7242528200149536, 0.7189117670059204, 1.2185639142990112, 1.6780264377593994, 2.5433661937713623, 2.3217835426330566, 0.3390272259712219, -1.0386817455291748, -0.4437713623046875, 1.2581756114959717, 1.9705089330673218, 1.0698752403259277, -0.014522157609462738, -0.9273144006729126, -1.3561232089996338, -1.4196676015853882, -1.0595707893371582, -1.0282591581344604, -1.2464585304260254, -1.0085057020187378, -0.6795749664306641, -0.9902982115745544, -1.7507416009902954, -2.061174154281616, -1.0084562301635742, -0.0013313068775460124, 0.3824829161167145, 0.21073253452777863, -0.1454809606075287, -0.2690576910972595, -0.08484755456447601, 0.3529946208000183, 0.3702537715435028, 0.20715835690498352, 0.1336968094110489, 0.450800359249115, 0.44377410411834717, -0.2236465960741043, -0.6833429932594299, -0.5054346323013306, 0.1568855494260788, 0.3227401077747345, -0.0892048105597496, -0.1083993911743164, 0.002951656235381961, 0.18200264871120453, 0.48746463656425476, 0.6352556347846985, 0.841701090335846, 1.036740779876709, 1.6603738069534302, 2.466294288635254, 2.286673069000244, 0.6594120264053345, -0.8427189588546753, -0.37475621700286865, 1.3562020063400269, 2.117385149002075, 1.2489690780639648, 0.10150178521871567, -0.6582121253013611, -1.1491835117340088, -1.2937361001968384, -1.1094970703125, -1.068595051765442, -1.1103543043136597, -1.086940050125122, -0.8955735564231873, -1.141349196434021, -1.8763004541397095, -2.1917521953582764, -1.196677565574646, -0.023080917075276375, 0.35773417353630066, 0.0754873976111412, -0.2955116331577301, -0.29362693428993225, 0.031201304867863655, 0.35625284910202026, 0.390001118183136, 0.15952931344509125, 0.12795178592205048, 0.3428378999233246, 0.37452858686447144, -0.14777281880378723, -0.6028379797935486, -0.45010972023010254, 0.19896064698696136, 0.42147403955459595, 0.13717828691005707, -0.16915199160575867, 0.18624740839004517, 0.44017550349235535, 0.5614211559295654, 0.8904352784156799, 1.0254392623901367, 1.2951322793960571, 1.9084854125976562, 2.5692381858825684, 1.6475313901901245, -0.2617608606815338, -0.960749626159668, 0.3892945647239685, 1.9095611572265625, 1.8402742147445679, 0.60294109582901, -0.7222490906715393, -1.3939868211746216, -1.3630123138427734, -1.043349266052246, -0.847316563129425, -1.027822732925415, -1.3673019409179688, -1.1809293031692505, -1.064873218536377, -1.4664454460144043, -2.0594942569732666, -1.6716797351837158, -0.2856349050998688, 0.49134835600852966, 0.3810632824897766, -0.21422997117042542, -0.5446900725364685, -0.14556412398815155, 0.5545936822891235, 0.82440584897995, 0.5255329012870789, 0.09442968666553497, 0.07787185162305832, 0.3808014988899231, 0.25045245885849, -0.35553428530693054, -0.5875275731086731, -0.2535163164138794, 0.2095344364643097, 0.24248510599136353, -0.03703800216317177, -0.22682788968086243, -0.14953507483005524, 0.2850528061389923, 0.7899444103240967, 1.0593979358673096, 0.9363347887992859, 1.144592523574829, 2.0166854858398438, 2.315321445465088, 1.0882049798965454, -0.5243403315544128, -0.46104031801223755, 1.0956629514694214, 2.092651128768921, 1.4022268056869507, 0.0975339263677597, -0.885090708732605, -1.2555288076400757, -1.1521354913711548, -0.7458633780479431, -0.6180340647697449, -1.0487924814224243, -1.5824967622756958, -1.4581804275512695, -1.241899013519287, -1.6225790977478027, -1.9540109634399414, -1.3347197771072388, -0.14772915840148926, 0.33757126331329346, -0.01501503400504589, -0.5445070266723633, -0.5807448625564575, 0.03322865441441536, 0.6535520553588867, 0.7706663608551025, 0.35199880599975586, -0.1581287384033203, -0.16647638380527496, 0.11604472994804382, 0.044539082795381546, -0.45380717515945435, -0.555987536907196, -0.09712397307157516, 0.25014057755470276, 0.2012127935886383, -0.007356745656579733, 0.0429067462682724, 0.13040831685066223, 0.33463308215141296, 0.8359527587890625, 1.2953035831451416, 1.5074211359024048, 1.8604975938796997, 2.494896411895752, 2.157020092010498, 0.20498332381248474, -1.1819301843643188, -0.20703397691249847, 2.032593011856079, 2.6901497840881348, 1.0335701704025269, -0.5994776487350464, -1.2261911630630493, -1.243578314781189, -1.0768002271652222, -0.8426429033279419, -0.7485321164131165, -1.1351271867752075, -1.5300692319869995, -1.3482134342193604, -1.294613003730774, -1.955810785293579, -2.225236177444458, -1.123434066772461, 0.24126319587230682, 0.5239810347557068, -0.21201932430267334, -0.7670719623565674, -0.4075413942337036, 0.3410712480545044, 0.8540158867835999, 0.7920225858688354, 0.19476284086704254, -0.19644232094287872, -0.08104149252176285, 0.24544352293014526, 0.037141136825084686, -0.5841143727302551, -0.6341457962989807, -0.05866212397813797, 0.23040342330932617, -0.14725318551063538, -0.33186328411102295, -0.11182156950235367, 0.1246018186211586, 0.3278385400772095, 0.4964189827442169, 0.7396811842918396, 1.0215858221054077, 1.584555745124817, 2.418731451034546, 2.697877883911133, 1.4040887355804443, -0.6059763431549072, -1.070818305015564, 0.7873594164848328, 2.720080614089966, 2.46673321723938, 0.56223064661026, -1.0106902122497559, -1.4104957580566406, -1.2852473258972168, -0.8873717188835144, -0.5788279175758362, -0.7671888470649719, -1.2383512258529663, -1.5474437475204468, -1.469718098640442, -1.6816744804382324, -2.1139347553253174, -1.674174427986145, -0.3432508707046509, 0.5141207575798035, 0.15793420374393463, -0.5323291420936584, -0.5791593790054321, -0.02068868838250637, 0.5977658629417419, 0.8398340344429016, 0.6193622946739197, 0.11505752056837082, -0.2250487357378006, -0.06088406220078468, 0.1266426295042038, -0.16372735798358917, -0.660417914390564, -0.49989232420921326, 0.022894373163580894, 0.06805117428302765, -0.41006696224212646, -0.5335357189178467, -0.06181270629167557, 0.31527191400527954, 0.40535375475883484, 0.44656530022621155, 0.5328673720359802, 0.9122526049613953, 1.67088782787323, 2.672959089279175, 2.9497175216674805, 1.5188475847244263, -0.5885360240936279, -0.9901567101478577, 0.9926095604896545, 3.01149320602417, 2.6469480991363525, 0.5840843319892883, -1.1528130769729614, -1.5726532936096191, -1.196263074874878, -0.7667492032051086, -0.5602332949638367, -0.8586528897285461, -1.4581702947616577, -1.7680580615997314, -1.6399688720703125, -1.5726896524429321, -1.8737521171569824, -1.7106648683547974, -0.6613674163818359, 0.28705888986587524, 0.25084081292152405, -0.27746495604515076, -0.4541265666484833, -0.015571799129247665, 0.5722899436950684, 0.9261778593063354, 0.8611772060394287, 0.331689715385437, -0.015933195129036903, 0.1211479902267456, 0.2360960841178894, -0.15505437552928925, -0.6559005975723267, -0.49847304821014404, -0.12433250993490219, -0.228190615773201, -0.5607365965843201, -0.4107174277305603, 0.042343590408563614, 0.02461480163037777, -0.05843844637274742, 0.1725696474313736, 0.45202505588531494, 0.8358493447303772, 1.452459454536438, 2.267972230911255, 2.8722422122955322, 2.4853293895721436, 1.0031439065933228, -0.47830134630203247, -0.4255802035331726, 1.3775889873504639, 2.920815944671631, 2.5169365406036377, 0.5431112051010132, -1.3095732927322388, -1.9060708284378052, -1.5996347665786743, -1.0508049726486206, -0.6838374733924866, -0.8189991116523743, -1.3651429414749146, -1.9215964078903198, -2.0279510021209717, -1.9372748136520386, -1.9158810377120972, -1.4897185564041138, -0.6135801076889038, 0.1550951898097992, 0.34634727239608765, 0.08376701921224594, -0.29253312945365906, -0.31357911229133606, 0.20948636531829834, 0.9088731408119202, 1.1081275939941406, 0.5862167477607727, 0.12222382426261902, 0.040165338665246964, -0.06021051108837128, -0.45677152276039124, -0.5879247188568115, -0.233856201171875, -0.0036356381606310606, -0.19483469426631927, -0.44090551137924194, -0.3488205373287201, -0.2929321825504303, -0.3536025285720825, -0.21719643473625183, 0.24369335174560547, 0.8125084042549133, 1.2866463661193848, 1.6364860534667969, 2.0986814498901367, 2.6716814041137695, 2.4126758575439453, 0.8832770586013794, -0.5368494391441345, 0.06431645900011063, 2.224151611328125, 3.262392997741699, 2.059135913848877, -0.17582817375659943, -1.6527597904205322, -1.8605077266693115, -1.3859423398971558, -0.8553534150123596, -0.7710529565811157, -1.1565051078796387, -1.6747392416000366, -2.0774102210998535, -2.1250343322753906, -2.136198043823242, -2.0231049060821533, -1.4351719617843628, -0.5115247368812561, 0.16653338074684143, 0.19386126101016998, -0.19716669619083405, -0.6017046570777893, -0.39430922269821167, 0.44552624225616455, 1.1348888874053955, 1.0010690689086914, 0.41249582171440125, 0.2898065447807312, 0.4313387870788574, 0.022203044965863228, -0.5705685019493103, -0.5664394497871399, -0.1227811872959137, -0.016431031748652458, -0.24712443351745605, -0.21075041592121124, -0.11141778528690338, -0.2964843213558197, -0.5169464945793152, -0.25281742215156555, 0.311807781457901, 0.8669083714485168, 1.3301442861557007, 1.743137240409851, 2.161238431930542, 2.513925552368164, 2.1368155479431152, 0.8610246181488037, -0.2217593491077423, 0.22088934481143951, 1.8679041862487793, 2.7820792198181152, 1.9630059003829956, 0.19317011535167694, -1.1140906810760498, -1.5648847818374634, -1.6500368118286133, -1.5942461490631104, -1.2759132385253906, -0.9994038343429565, -1.2240800857543945, -1.868480920791626, -2.189133644104004, -2.0557427406311035, -1.76158607006073, -1.3740618228912354, -0.8939731121063232, -0.25130051374435425, 0.27869075536727905, 0.27201175689697266, -0.16343024373054504, -0.2931574285030365, 0.14044107496738434, 0.6213327050209045, 0.7024413347244263, 0.6099004149436951, 0.7326769232749939, 0.6341567635536194, 0.0284999068826437, -0.5626671314239502, -0.4869999587535858, -0.07878455519676208, 0.030977020040154457, -0.03703747317194939, 0.04066174477338791, 0.09605230391025543, -0.11552401632070541, -0.4078251123428345, -0.26834940910339355, 0.43415147066116333, 1.306447148323059, 1.8276772499084473, 2.0557005405426025, 2.4282069206237793, 2.3620009422302246, 1.0969717502593994, -0.38856416940689087, -0.3591153025627136, 1.2703007459640503, 2.5686938762664795, 2.2073891162872314, 0.8431474566459656, -0.3252095878124237, -1.184456467628479, -2.0081822872161865, -2.379472494125366, -1.8166255950927734, -0.9875834584236145, -0.8175662755966187, -1.1876344680786133, -1.4463615417480469, -1.6020070314407349, -2.0161845684051514, -2.2237842082977295, -1.6623494625091553, -0.555167019367218, 0.4067002236843109, 0.6363239288330078, 0.2512854337692261, -0.23758471012115479, -0.39741313457489014, -0.15306445956230164, 0.11760587990283966, 0.42927736043930054, 0.9032156467437744, 1.119253396987915, 0.7441818714141846, 0.06309244781732559, -0.283393532037735, -0.248909592628479, -0.2471734881401062, -0.18719176948070526, 0.2590194344520569, 0.748786211013794, 0.7338340878486633, 0.18238866329193115, -0.10720755159854889, 0.3147049844264984, 1.056096076965332, 1.5787248611450195, 1.9491842985153198, 2.260928153991699, 1.8754808902740479, 0.7424594759941101, -0.17795279622077942, 0.0011294285068288445, 0.8877155184745789, 1.3822131156921387, 1.1835600137710571, 0.66790372133255, 0.029206134378910065, -0.7385907173156738, -1.5889842510223389, -2.086784601211548, -1.9518122673034668, -1.492361307144165, -1.0658609867095947, -0.8315920233726501, -0.7275100946426392, -0.9347492456436157, -1.461031436920166, -1.8399183750152588, -1.706878662109375, -1.0711768865585327, -0.3305317163467407, 0.1337517350912094, 0.27801844477653503, 0.1193709746003151, -0.1637580841779709, -0.26302048563957214, -0.1634840965270996, 0.03415917977690697, 0.31143975257873535, 0.5134797096252441, 0.5706591606140137, 0.4925159215927124, 0.46624329686164856, 0.45621225237846375, 0.29064199328422546, 0.17005197703838348, 0.25570666790008545, 0.4236997663974762, 0.5135535597801208, 0.47568562626838684, 0.7034415602684021, 1.2455863952636719, 1.7119786739349365, 1.9508569240570068, 1.8792824745178223, 1.3212770223617554, 0.3424451947212219, -0.293528288602829, -0.027966098859906197, 0.6290163397789001, 0.9517868161201477, 0.8595542311668396, 0.7016612887382507, 0.3608550429344177, -0.39194750785827637, -1.2416702508926392, -1.6454355716705322, -1.5477992296218872, -1.2878403663635254, -1.1314617395401, -0.9019050598144531, -0.6152899861335754, -0.6025390625, -0.9347437024116516, -1.3623161315917969, -1.522017002105713, -1.2863954305648804, -0.8716484308242798, -0.48126038908958435, -0.14938569068908691, 0.04418647661805153, -0.01856316812336445, -0.29662927985191345, -0.418562114238739, -0.2143312394618988, 0.11347274482250214, 0.30894097685813904, 0.3422561585903168, 0.46881186962127686, 0.5929144620895386, 0.5255518555641174, 0.2443060576915741, 0.1410117745399475, 0.37654170393943787, 0.6102437376976013, 0.5879566073417664, 0.37343651056289673, 0.3015580177307129, 0.5583090782165527, 0.9112476706504822, 1.2664252519607544, 1.7263044118881226, 1.9449999332427979, 1.5046988725662231, 0.618229866027832, -0.009526422247290611, 0.07476777583360672, 0.3597557246685028, 0.3886755704879761, 0.347909152507782, 0.47421994805336, 0.5550525784492493, 0.29672256112098694, -0.22178377211093903, -0.6274691820144653, -0.8188838958740234, -1.0368893146514893, -1.2811322212219238, -1.3144712448120117, -1.0433285236358643, -0.7742301225662231, -0.7350338697433472, -0.8296710848808289, -0.8980894684791565, -0.8408433794975281, -0.8396912813186646, -0.9075400233268738, -0.8743465542793274, -0.5964522361755371, -0.3082510530948639, -0.13151809573173523, 0.014304572716355324, 0.15597791969776154, 0.2541499137878418, 0.17729072272777557, 0.16712333261966705, 0.234318345785141, 0.2864953875541687, 0.2300424724817276, 0.12091322988271713, 0.10682021826505661, 0.2357657253742218, 0.3060372769832611, 0.25861406326293945, 0.07718610018491745, 0.01431947946548462, 0.0004721275472547859, 0.05947878956794739, 0.3089832067489624, 0.6108050346374512, 0.7552482485771179, 0.6526771783828735, 0.5796610116958618, 0.6864766478538513, 0.8717489242553711, 0.9459099769592285, 0.9408904314041138, 0.9150764346122742, 0.7503284215927124, 0.5725423097610474, 0.5303211808204651, 0.49900609254837036, 0.43495580554008484, 0.35971590876579285, 0.2998722493648529, 0.20190338790416718, -0.05513104423880577, -0.4465716779232025, -0.7769259214401245, -0.9698676466941833, -1.081969976425171, -1.1040347814559937, -1.1327390670776367, -1.01529061794281, -0.7644070386886597, -0.5189524292945862, -0.4252573847770691, -0.537790060043335, -0.612097442150116, -0.5690692067146301, -0.41309067606925964, -0.13945333659648895, 0.130048930644989, 0.31881824135780334, 0.3233460485935211, 0.22852011024951935, 0.09408970922231674, 0.015222208574414253, -0.03519335761666298, -0.06714793294668198, -0.05214519426226616, 0.017756594344973564, 0.007866262458264828, -0.20719686150550842, -0.6288512349128723, -0.9180796146392822, -0.8253316879272461, -0.4558538496494293, -0.2922348082065582, -0.4031060039997101, -0.53815758228302, -0.4894561469554901, -0.19937635958194733, 0.07877309620380402, 0.34000033140182495, 0.4873259663581848, 0.5443426966667175, 0.7666417360305786, 1.0736645460128784, 1.2831498384475708, 1.296610951423645, 1.206982970237732, 1.1689211130142212, 1.0987004041671753, 0.9437124729156494, 0.6698465347290039, 0.4491429924964905, 0.33708512783050537, 0.2799144387245178, 0.2018522024154663, 0.044340580701828, -0.08345984667539597, -0.17742344737052917, -0.2892116904258728, -0.4323952794075012, -0.6376604437828064, -0.8302746415138245, -0.9783889055252075, -0.9594430923461914, -0.6198206543922424, -0.14624547958374023, 0.1236630380153656, 0.13583284616470337, 0.0504588820040226, 0.10095010697841644, 0.2546038031578064, 0.34321752190589905, 0.3553752899169922, 0.34833914041519165, 0.300683856010437, 0.24486713111400604, 0.11982649564743042, -0.11795277148485184, -0.3697489798069, -0.4755825102329254, -0.4359702169895172, -0.4368002712726593, -0.5320709943771362, -0.7002310752868652, -0.8419010043144226, -0.8893288969993591, -0.8325455188751221, -0.7155655026435852, -0.7016178369522095, -0.740434467792511, -0.6328575611114502, -0.42936083674430847, -0.2828443646430969, -0.2736881673336029, -0.27272799611091614, -0.1534891575574875, 0.04540136083960533, 0.25341561436653137, 0.392617404460907, 0.42018136382102966, 0.4201664626598358, 0.4657490849494934, 0.5355693101882935, 0.5332809686660767, 0.5051298141479492, 0.5374745726585388, 0.6388470530509949, 0.7252058386802673, 0.7272369265556335, 0.6845910549163818, 0.6196728348731995, 0.5847737193107605, 0.646259605884552, 0.7493785619735718, 0.7529059052467346, 0.6239659786224365, 0.5263131856918335, 0.5332649946212769, 0.5870832204818726, 0.6317169666290283, 0.6209331750869751, 0.5221667289733887, 0.37128040194511414, 0.27243533730506897, 0.29375118017196655, 0.28500279784202576, 0.1856001615524292, 0.07292620837688446, 0.059929464012384415, 0.06841745972633362, 0.015074138529598713, -0.13348080217838287, -0.35792678594589233, -0.5677182078361511, -0.722417950630188, -0.7636522054672241, -0.7672744393348694, -0.7415438294410706, -0.6831248998641968, -0.6540186405181885, -0.7125256657600403, -0.8603068590164185, -1.0370004177093506, -1.1239383220672607, -1.1215672492980957, -1.0183992385864258, -0.8810856342315674, -0.781200110912323, -0.7405514121055603, -0.7521562576293945, -0.7319127917289734, -0.6858770251274109, -0.6381731629371643, -0.5367115139961243, -0.3512144684791565, -0.12715716660022736, 0.0038778118323534727, 0.03897382318973541, 0.05932307243347168, 0.137369304895401, 0.31972816586494446, 0.5109915733337402, 0.6402125954627991, 0.7105607390403748, 0.7186006903648376, 0.7041157484054565, 0.7364016175270081, 0.8629958033561707, 1.0244020223617554, 1.0746012926101685, 0.9957689642906189, 0.9095453023910522, 0.8667305111885071, 0.8481413722038269, 0.8198098540306091, 0.8246220946311951, 0.8420169353485107, 0.835706353187561, 0.8309023976325989, 0.8276761174201965, 0.7591499090194702, 0.5898118019104004, 0.4075835645198822, 0.34259822964668274, 0.3375043570995331, 0.34734266996383667, 0.34052735567092896, 0.3131595849990845, 0.21665607392787933, 0.021827301010489464, -0.21388722956180573, -0.38521429896354675, -0.4973810613155365, -0.5616557598114014, -0.6217989921569824, -0.6712306141853333, -0.7193735241889954, -0.8240665197372437, -0.9584766626358032, -1.1137675046920776, -1.2619513273239136, -1.3047055006027222, -1.219953179359436, -1.049482822418213, -0.9276418685913086, -0.8936939239501953, -0.8914872407913208, -0.8830093145370483, -0.8054167628288269, -0.6640650629997253, -0.48854130506515503, -0.31757888197898865, -0.24110114574432373, -0.23809365928173065, -0.22411254048347473, -0.12951724231243134, 0.01747879944741726, 0.15987436473369598, 0.25565028190612793, 0.2780700922012329, 0.2710370421409607, 0.27263519167900085, 0.2928445637226105, 0.353339821100235, 0.4347976744174957, 0.5085650682449341, 0.5577504634857178, 0.6021638512611389, 0.6021682024002075, 0.5555434226989746, 0.517096221446991, 0.5198915004730225, 0.5613522529602051, 0.6057313084602356, 0.6905930042266846, 0.8025293946266174, 0.848122775554657, 0.7820289134979248, 0.6589749455451965, 0.5726215839385986, 0.5367382764816284, 0.5173115730285645, 0.482120156288147, 0.47822731733322144, 0.5134012699127197, 0.5452781319618225, 0.5113778710365295, 0.3451048731803894, 0.12019214779138565, -0.04502027854323387, -0.11223230510950089, -0.08826997131109238, -0.050248727202415466, -0.06610599905252457, -0.1552734673023224, -0.26593339443206787, -0.34686633944511414, -0.38076773285865784, -0.3937128782272339, -0.42292752861976624, -0.46825727820396423, -0.5090106129646301, -0.5304543972015381, -0.5427026152610779, -0.5371589064598083, -0.49791422486305237, -0.44053664803504944, -0.4144446551799774, -0.4516661465167999, -0.49951252341270447, -0.5276453495025635, -0.5323776602745056, -0.5045928359031677, -0.43746379017829895, -0.362649142742157, -0.31712374091148376, -0.3048224151134491, -0.2977105975151062, -0.2741420865058899, -0.2517798840999603, -0.22944284975528717, -0.21725530922412872, -0.17793691158294678, -0.08051446080207825, 0.01864079385995865, 0.08864665776491165, 0.1204950213432312, 0.11149866133928299, 0.08606836199760437, 0.032388560473918915, 0.009096598252654076, 0.059937793761491776, 0.15807577967643738, 0.25910165905952454, 0.30174925923347473, 0.248921200633049, 0.1545180082321167, 0.09079509973526001, 0.08968931436538696, 0.16635841131210327, 0.251485675573349, 0.3101101517677307, 0.3218066096305847, 0.30381134152412415, 0.3225584328174591, 0.37373292446136475, 0.44172823429107666, 0.4998839199542999, 0.5118017196655273, 0.520047664642334, 0.510707676410675, 0.468950480222702, 0.4081617593765259, 0.3709179759025574, 0.3956320583820343, 0.43830469250679016, 0.4628015458583832, 0.44299766421318054, 0.34255003929138184, 0.19071875512599945, 0.07161489129066467, 0.05152628570795059, 0.06822026520967484, 0.05884175002574921, 0.012993907555937767, -0.016292773187160492, -0.04738161340355873, -0.1072249561548233, -0.1865541934967041, -0.28897804021835327, -0.38458552956581116, -0.41221046447753906, -0.3790169060230255, -0.31730517745018005, -0.30714142322540283, -0.3497331440448761, -0.39964160323143005, -0.47456419467926025, -0.5379136204719543, -0.5596144199371338, -0.5344640612602234, -0.4884670078754425, -0.4510532021522522, -0.45472773909568787, -0.49453452229499817, -0.5610467195510864, -0.5916408896446228, -0.5210801362991333, -0.3943098783493042, -0.29863736033439636, -0.2975829541683197, -0.34355679154396057, -0.34967494010925293, -0.28935015201568604, -0.18332843482494354, -0.07773586362600327, -0.020901454612612724, 0.02266438864171505, 0.09183870255947113, 0.173057422041893, 0.22007879614830017, 0.2223997712135315, 0.2429644763469696, 0.3021807074546814, 0.393987774848938, 0.49093112349510193, 0.5249812602996826, 0.48652955889701843, 0.4477812349796295, 0.4493674039840698, 0.49030789732933044, 0.5288673639297485, 0.5447621941566467, 0.5566278696060181, 0.5478445291519165, 0.522376298904419, 0.5011646151542664, 0.4611740708351135, 0.42046675086021423, 0.3936951756477356, 0.40307682752609253, 0.4118001461029053, 0.3810041844844818, 0.3237204849720001, 0.26004838943481445, 0.1945844143629074, 0.1440049409866333, 0.08964602649211884, 0.03039257787168026, -0.0006426013424061239, -0.008233255706727505, -0.009123174473643303, -0.0666419044137001, -0.18210554122924805, -0.28248152136802673, -0.3012303411960602, -0.25343629717826843, -0.2078859657049179, -0.2130492925643921, -0.28130021691322327, -0.34674590826034546, -0.36248257756233215, -0.3201555609703064, -0.2804332971572876, -0.3032868504524231, -0.333659291267395, -0.33449283242225647, -0.28405439853668213, -0.22885185480117798, -0.209090456366539, -0.22509770095348358, -0.25528115034103394, -0.2631107270717621, -0.21662995219230652, -0.167185440659523, -0.1494564265012741, -0.15820427238941193, -0.1656879335641861, -0.1605289727449417, -0.127285435795784, -0.08240122348070145, -0.0513404980301857, -0.028353486210107803, -0.030548350885510445, -0.044210031628608704, -0.04858662188053131, -0.02406466007232666, 0.006783794611692429, 0.04298463091254234, 0.08460921794176102, 0.11785320937633514, 0.1411912590265274, 0.15578575432300568, 0.1665869951248169, 0.1733090579509735, 0.15246576070785522, 0.12532231211662292, 0.1391691118478775, 0.20120233297348022, 0.2795774042606354, 0.2871936857700348, 0.23217160999774933, 0.15798111259937286, 0.11390595138072968, 0.1368260681629181, 0.20980408787727356, 0.25354698300361633, 0.24427556991577148, 0.2022228091955185, 0.17478865385055542, 0.180559903383255, 0.18112190067768097, 0.1692681759595871, 0.1543433517217636, 0.14581036567687988, 0.1436464637517929, 0.15700188279151917, 0.15977460145950317, 0.12998351454734802, 0.0694664716720581, 0.028882160782814026, 0.02493533119559288, 0.033174093812704086, 0.021374963223934174, -0.022301189601421356, -0.06956274807453156, -0.09745669364929199, -0.11240336298942566, -0.12826402485370636, -0.1455489844083786, -0.1640576720237732, -0.20770739018917084, -0.2425965666770935, -0.2559658885002136, -0.239525705575943, -0.2323516309261322, -0.250852108001709, -0.26950541138648987, -0.26384633779525757, -0.27124840021133423, -0.2607741355895996, -0.23695917427539825, -0.22861628234386444, -0.24601316452026367, -0.27140745520591736, -0.2514965236186981, -0.19909527897834778, -0.13040679693222046, -0.09370451420545578, -0.09226667881011963, -0.12306452542543411, -0.1622244119644165, -0.15008938312530518, -0.06509467959403992, 0.03411681205034256, 0.08122686296701431, 0.06995867937803268, 0.037785038352012634, 0.024516265839338303, 0.03782765939831734, 0.07117792963981628, 0.12890426814556122, 0.18192778527736664, 0.2238265573978424, 0.25388991832733154, 0.2700376808643341, 0.26179081201553345, 0.24112404882907867, 0.2471901774406433, 0.2927992343902588, 0.33881181478500366, 0.33892104029655457, 0.29357290267944336, 0.2601601183414459, 0.2556237578392029, 0.26424646377563477, 0.25919070839881897, 0.2323899120092392, 0.198091521859169, 0.1639346331357956, 0.1266820877790451, 0.10704658925533295, 0.0930154025554657, 0.07832878828048706, 0.04255618527531624, 0.006441958248615265, -0.026791799813508987, -0.06397395581007004, -0.08726464956998825, -0.09709054231643677, -0.10753599554300308, -0.15312619507312775, -0.20977401733398438, -0.2517636716365814, -0.26101937890052795, -0.23784591257572174, -0.21982181072235107, -0.21753312647342682, -0.2511412501335144, -0.3110061585903168, -0.35518407821655273, -0.3385293781757355, -0.26490601897239685, -0.19971820712089539, -0.18029171228408813, -0.18911781907081604, -0.20183061063289642, -0.20534323155879974, -0.20687375962734222, -0.18693886697292328, -0.1293586641550064, -0.0629311129450798, -0.010459027253091335, 0.010187940672039986, 0.016073452308773994, 0.007626430597156286, 0.012872986495494843, 0.03956679627299309, 0.08674018085002899, 0.12238691747188568, 0.13150028884410858, 0.13312791287899017, 0.15122927725315094, 0.1759144812822342, 0.19039732217788696, 0.18847112357616425, 0.17952628433704376, 0.17435939610004425, 0.16536250710487366, 0.15497355163097382, 0.162490114569664, 0.19495512545108795, 0.2216338962316513, 0.21702857315540314, 0.19309234619140625, 0.17955783009529114, 0.17434664070606232, 0.166981503367424, 0.13667701184749603, 0.12164045870304108, 0.11662355810403824, 0.10190081596374512, 0.07629408687353134, 0.04694132134318352, 0.025037409737706184, 0.009286129847168922, -0.012975998222827911, -0.06114475056529045, -0.12300078570842743, -0.16995447874069214, -0.18080516159534454, -0.16464602947235107, -0.15552687644958496, -0.163683220744133, -0.20549148321151733, -0.2503848671913147, -0.28671038150787354, -0.3065904378890991, -0.28555771708488464, -0.2458854615688324, -0.22332912683486938, -0.21159470081329346, -0.20511141419410706, -0.19910882413387299, -0.1971583068370819, -0.1955941915512085, -0.17441575229167938, -0.13291457295417786, -0.10374293476343155, -0.0842757374048233, -0.07431162893772125, -0.06668873876333237, -0.06582416594028473, -0.060294009745121, -0.04397657513618469, -0.03319563716650009, -0.03284785896539688, -0.04165973514318466, -0.03448955714702606, -0.004524767864495516, 0.020230870693922043, 0.03419877216219902, 0.0228787362575531, 0.02033621072769165, 0.054270435124635696, 0.08467921614646912, 0.10059738904237747, 0.1089024543762207, 0.11692800372838974, 0.12299509346485138, 0.11652830988168716, 0.11550642549991608, 0.13826674222946167, 0.16721126437187195, 0.1872594803571701, 0.19339989125728607, 0.17910528182983398, 0.15199939906597137, 0.11541405320167542, 0.10778447240591049, 0.12651360034942627, 0.1567016839981079, 0.16515977680683136, 0.13824576139450073, 0.09722081571817398, 0.056965216994285583, 0.04087284207344055, 0.04269212856888771, 0.0545739121735096, 0.05554988980293274, 0.046840909868478775, 0.03597378730773926, 0.033445317298173904, 0.023285428062081337, 0.0022087679244577885, -0.009192650206387043, -0.016483979299664497, -0.01651747338473797, -0.026073826476931572, -0.048691149801015854, -0.07952629029750824, -0.09163828939199448, -0.08733034133911133, -0.08263896405696869, -0.1044992133975029, -0.13478924334049225, -0.15415722131729126, -0.14706182479858398, -0.12803879380226135, -0.11954768002033234, -0.13073746860027313, -0.1564982831478119, -0.16143536567687988, -0.15091463923454285, -0.1370050609111786, -0.12597720324993134, -0.11888796836137772, -0.11100921034812927, -0.1057075783610344, -0.09794296324253082, -0.08324061334133148, -0.06609250605106354, -0.04908963665366173, -0.032823897898197174, -0.00987087469547987, 0.0007645838195458055, 0.0004040242056362331, -0.004937943536788225, -0.007888290099799633, 0.01348343025892973, 0.04443207010626793, 0.059158388525247574, 0.06329834461212158, 0.056953854858875275, 0.06130117550492287, 0.08215878158807755, 0.09861815720796585, 0.11620248109102249, 0.1244102269411087, 0.12325531989336014, 0.13824552297592163, 0.1606871783733368, 0.172006756067276, 0.17328651249408722, 0.17462602257728577, 0.1858883649110794, 0.19019033014774323, 0.17296527326107025, 0.15133148431777954, 0.13976441323757172, 0.13053160905838013, 0.12455299496650696, 0.11919581890106201, 0.10279975831508636, 0.07180342078208923, 0.03969879820942879, 0.0327107235789299, 0.032452214509248734, 0.019268285483121872, -0.00989641435444355, -0.03972101956605911, -0.05470608174800873, -0.06391936540603638, -0.07242801785469055, -0.08406084775924683, -0.10076481103897095, -0.10613508522510529, -0.11599009484052658, -0.1363355666399002, -0.16633494198322296, -0.19490568339824677, -0.20594322681427002, -0.18983735144138336, -0.16553367674350739, -0.14868369698524475, -0.1691283881664276, -0.20427700877189636, -0.22591006755828857, -0.20970360934734344, -0.17397306859493256, -0.15236657857894897, -0.14796623587608337, -0.14810454845428467, -0.1417739987373352, -0.12578660249710083, -0.09973539412021637, -0.08393159508705139, -0.0637781098484993, -0.033233340829610825, -0.0025129495188593864, 0.009753688238561153, 0.012349274009466171, 0.02009219489991665, 0.04000250995159149, 0.06329365074634552, 0.07957460731267929, 0.09460558742284775, 0.0995139628648758, 0.09961544722318649, 0.09813935309648514, 0.10913324356079102, 0.12464156746864319, 0.12960177659988403, 0.1199604943394661, 0.12025657296180725, 0.127259761095047, 0.1308506727218628, 0.11955572664737701, 0.11484366655349731, 0.12667308747768402, 0.12848803400993347, 0.11220919340848923, 0.10000374168157578, 0.08553798496723175, 0.08422952145338058, 0.08542347699403763, 0.0810033529996872, 0.06063677743077278, 0.037086617201566696, 0.024699145928025246, 0.02412881702184677, 0.028578288853168488, 0.026927463710308075, -0.0005206788773648441, -0.03517797589302063, -0.07659369707107544, -0.09009995311498642, -0.06903524696826935, -0.05202774703502655, -0.06229446083307266, -0.09269287437200546, -0.11902326345443726, -0.12536966800689697, -0.12532132863998413, -0.12260894477367401, -0.12398004531860352, -0.12608501315116882, -0.12282924354076385, -0.12332512438297272, -0.12313508987426758, -0.12535151839256287, -0.12676046788692474, -0.1221228763461113, -0.10878372937440872, -0.09236867725849152, -0.08310269564390182, -0.08852367103099823, -0.10642233490943909, -0.11765763908624649, -0.09813456237316132, -0.0640147402882576, -0.0409734733402729, -0.039625413715839386, -0.050016388297080994, -0.06146790832281113, -0.06408266723155975, -0.046323247253894806, -0.017623068764805794, 0.0015049722278490663, -0.000311873882310465, 0.0008153074304573238, 0.00038759730523452163, 0.011133704334497452, 0.0253717303276062, 0.03093099594116211, 0.028421742841601372, 0.03416605666279793, 0.0362686887383461, 0.03945108875632286, 0.0546172559261322, 0.06929633766412735, 0.08173047006130219, 0.07696133852005005, 0.0646500289440155, 0.06739822775125504, 0.08526250720024109, 0.10102394223213196, 0.10226116329431534, 0.09528769552707672, 0.09147526323795319, 0.09927041083574295, 0.10715043544769287, 0.10526581108570099, 0.10035719722509384, 0.08714597672224045, 0.07986016571521759, 0.08337528258562088, 0.08439214527606964, 0.07716488838195801, 0.05883403122425079, 0.03779366984963417, 0.039104100316762924, 0.04131513088941574, 0.033066172152757645, 0.010996485128998756, -0.01652514934539795, -0.04254357889294624, -0.04623838886618614, -0.030095068737864494, -0.013917580246925354, -0.027541371062397957, -0.04827035963535309, -0.07783510535955429, -0.09898219257593155, -0.09846469759941101, -0.08984164148569107, -0.07776637375354767, -0.0780130922794342, -0.10020353645086288, -0.10591839998960495, -0.19307951629161835, -0.2484564334154129, -0.08719317615032196, -0.041680507361888885, -0.08380113542079926, -0.10566151887178421, -0.08415686339139938, -0.08827924728393555, -0.08891017735004425, -0.06595119833946228, -0.0773780345916748, -0.04216675087809563, -0.01656331494450569, -0.016831105574965477, -0.012962698005139828, 0.005855743773281574, 0.020054111257195473, 0.032315269112586975, 0.04497753083705902, 0.04978179559111595, 0.06460638344287872, 0.08123347908258438, 0.07097266614437103, 0.06564516574144363, 0.0677427351474762, 0.08729729056358337, 0.09857188910245895, 0.06227363273501396, 0.08698731660842896, 0.08938509970903397, 0.09023091942071915, 0.08789052069187164, 0.08149060606956482, 0.07302510738372803, 0.06456208974123001, 0.07186762988567352, 0.08478350937366486, 0.09770797193050385, 0.09970878809690475, 0.1013815626502037, 0.07345113903284073, 0.03568696603178978, 0.03023293986916542, 0.033668648451566696, 0.04591722786426544, 0.040709178894758224, 0.009459768421947956, -0.006386539898812771, -0.016283901408314705, -0.0267357025295496, -0.0171545147895813, -0.03909024968743324, -0.04959709942340851, -0.06745430082082748, -0.08627438545227051, -0.10782910883426666, -0.0989735946059227, -0.09279660880565643, -0.10177334398031235, -0.10145596414804459, -0.11010636389255524, -0.10658305138349533, -0.1030692532658577, -0.0972321555018425, -0.0897999033331871, -0.08020427823066711, -0.06965860724449158, -0.0450858436524868, -0.05452672019600868, -0.06058485433459282, -0.06473863869905472, -0.04800261929631233, -0.044488176703453064, -0.01810009963810444, 0.0025283261202275753, -0.011622030287981033, -0.017046406865119934, -0.011948001570999622, -0.013207321055233479, -0.007940352894365788, -0.00040948993409983814, 0.009559307247400284, 0.01992596872150898, 0.011435591615736485, 0.013645489700138569, 0.0247944463044405, 0.046006783843040466, 0.06986607611179352, 0.0022531801369041204, -0.07330787181854248, 0.051631033420562744, 0.08917208760976791, 0.0977087989449501, 0.04982198402285576, -0.01795751228928566, 0.05190686881542206, 0.08435076475143433, 0.09348761290311813, 0.014335164800286293, 0.04733605682849884, 0.06084374710917473, 0.01703188382089138, 0.00827715639024973, 0.005578863900154829, 0.03052676096558571, 0.02647010236978531, 0.029554085806012154, -0.004238856956362724, -0.009265747852623463, 0.010139255784451962, 0.0183422714471817, -0.0081217922270298, -0.020790651440620422, -0.015338214114308357, -0.01945321634411812, -0.03876198083162308, -0.03697942942380905, -0.04675779119133949, -0.019626326858997345, -0.10471834987401962, -0.1425522267818451, -0.01003821101039648, 0.013773328624665737, -0.013023153878748417, -0.047517575323581696, -0.028173083439469337, -0.04197163134813309, -0.04875306040048599, -0.0499090738594532, -0.08088703453540802, -0.024193115532398224, -0.01087901834398508, -0.021833032369613647, -0.03864675015211105, -0.05223805457353592, -0.04296036809682846, -0.03473806753754616, -0.04002708941698074, -0.05228453874588013, -0.030336622148752213, -0.013617614284157753, -0.008332289755344391, -0.02661539614200592, -0.04478679969906807, -0.03288506343960762, -0.052117154002189636, -0.06714469194412231, -0.031118791550397873, -0.04620760306715965, -0.03373917192220688, -0.010373542085289955, -0.001739013590849936, -0.02911083586513996, -0.031185146421194077, -0.00939607061445713, -0.012956617400050163, -0.006573811173439026, -0.009928110055625439, 0.018775347620248795, 0.01742466539144516, -0.006621812004595995, 0.0012940092710778117, 0.0007343650795519352, -0.09387266635894775, -0.02052871510386467, 0.041652482002973557, 0.04794841632246971, 0.011217044666409492, 0.0415772944688797, 0.05513898655772209, 0.03673794865608215, 0.05245375633239746, -0.001250569592230022, 0.033644743263721466, 0.028566641733050346, 0.024262072518467903, 0.023158051073551178, 0.07371857762336731, 0.03272480517625809, 0.025218844413757324, 0.0026606370229274035, -0.04286933317780495, -0.015609008260071278, -0.009509263560175896, 0.047053299844264984, 0.012658298946917057, -0.06344465166330338, -0.024930298328399658, 0.02429875358939171, 0.042619526386260986, 0.030067626386880875, 0.0238663200289011, 0.01455580722540617, -0.004904157016426325, -0.0048357644118368626, 0.014457541517913342, -0.012954993173480034, -0.022227782756090164, -0.029592465609312057, -0.01675969921052456, 0.016613271087408066, -0.017775382846593857, -0.03961127623915672, -0.02662842720746994, -0.033366262912750244, -0.02761298418045044, -0.025914393365383148, -0.0699014812707901, -0.07178714871406555, -0.07480594515800476, -0.07732228189706802, -0.09679640084505081, -0.09097912162542343, -0.05740083381533623, -0.0931347981095314, -0.09398585557937622, -0.09915502369403839, -0.07238046079874039, -0.06021042540669441, -0.04317193478345871, -0.06296151131391525, -0.09989571571350098, -0.07918883115053177, -0.03319728747010231, -0.041392095386981964, -0.06111545115709305, -0.04675844684243202, -0.04452461376786232, -0.011970508843660355, 0.0017066227737814188, 0.003124710638076067, -0.008162195794284344, 0.005405953153967857, 0.01701262593269348, 0.03680497035384178, 0.060550715774297714, 0.06503316760063171, 0.09848175197839737, 0.11598140746355057, 0.10813303291797638, 0.0977197140455246, 0.1245039701461792, 0.1693173348903656, 0.23388266563415527, 0.23080207407474518, 0.24336445331573486, 0.218875914812088, 0.23612281680107117, 0.24628858268260956, 0.19750505685806274, 0.17746098339557648, 0.15456601977348328, 0.11833741515874863, 0.09086383134126663, 0.06395787745714188, 0.029286207631230354, 0.020284434780478477, 0.018073486164212227, 0.014855215325951576, -0.00699402904137969, -0.02721066027879715, -0.035121794790029526, -0.04105833172798157, -0.09132440388202667, -0.09709752351045609, -0.11786804348230362, -0.1533290445804596, -0.18087653815746307, -0.24707157909870148, -0.2829517126083374, -0.28496578335762024, -0.3014066517353058, -0.33270034193992615, -0.31785067915916443, -0.2842036783695221, -0.2859671711921692, -0.2793903350830078, -0.281997948884964, -0.2722782492637634, -0.2589099407196045, -0.23711244761943817, -0.21478290855884552, -0.23631951212882996, -0.17897768318653107, -0.13208340108394623, -0.1332080215215683, -0.07517153024673462, -0.03003472462296486, 0.012298716232180595, 0.0237504281103611, 0.09024357795715332, 0.15584561228752136, 0.23195834457874298, 0.27621203660964966, 0.36317113041877747, 0.38703665137290955, 0.31315454840660095, 0.25603577494621277, 0.35298028588294983, 0.4205274283885956, 0.3239966630935669, 0.20411592721939087, 0.18893663585186005, 0.2924192547798157, 0.3048143684864044, 0.25688669085502625, 0.2504067122936249, 0.2854786813259125, 0.2925630807876587, 0.25363391637802124, 0.2541721761226654, 0.2811034023761749, 0.30033165216445923, 0.1796341985464096, 0.06774584949016571, 0.0557083934545517, 0.06308630853891373, -0.018922721967101097, -0.16898579895496368, -0.2554604411125183, -0.2372046411037445, -0.217734694480896, -0.2772980034351349, -0.3297811448574066, -0.3280121386051178, -0.29345932602882385, -0.24925510585308075, -0.2839340269565582, -0.315031498670578, -0.26231640577316284, -0.27545109391212463, -0.3363386392593384, -0.3596591055393219, -0.32713499665260315, -0.350536972284317, -0.3958934247493744, -0.42230096459388733, -0.37019893527030945, -0.301913321018219, -0.3158259987831116, -0.3562326431274414, -0.27618318796157837, -0.20133505761623383, -0.17608261108398438, -0.11766453832387924, 0.009109213016927242, 0.1032608300447464, 0.19314582645893097, 0.28494301438331604, 0.40835851430892944, 0.5833554863929749, 0.7109928727149963, 0.5797775983810425, 0.44844499230384827, 0.5810399055480957, 0.6866682171821594, 0.5742344260215759, 0.25021082162857056, 0.12537440657615662, 0.2178608626127243, 0.24787598848342896, 0.12354818731546402, 0.05715850368142128, 0.2073967605829239, 0.3315890431404114, 0.25739338994026184, 0.24449945986270905, 0.3491171598434448, 0.4232189953327179, 0.33556410670280457, 0.18900200724601746, 0.20672757923603058, 0.24611541628837585, 0.19774816930294037, 0.0006836685352027416, -0.15049223601818085, -0.18777935206890106, -0.15177090466022491, -0.22817552089691162, -0.3788909614086151, -0.4141389727592468, -0.3406578004360199, -0.26433050632476807, -0.27906858921051025, -0.339354008436203, -0.3373044729232788, -0.3419283330440521, -0.3829183280467987, -0.42274123430252075, -0.40882134437561035, -0.42237579822540283, -0.6443884968757629, -0.8418281674385071, -0.7228693962097168, -0.5525716543197632, -0.4848744869232178, -0.4636159837245941, -0.35892653465270996, -0.20250223577022552, -0.08199018239974976, -0.06783439218997955, -0.06377113610506058, 0.02906211093068123, 0.12728378176689148, 0.2581496238708496, 0.4382207989692688, 0.6246317028999329, 0.8766211867332458, 1.0102035999298096, 0.9499493837356567, 0.8005855083465576, 0.8432803750038147, 0.9627873301506042, 0.8766876459121704, 0.4454461336135864, 0.10782674700021744, 0.024036481976509094, -0.057359661906957626, -0.2604609727859497, -0.4735688269138336, -0.4678666591644287, -0.27798745036125183, -0.1512322574853897, -0.07562963664531708, 0.13254433870315552, 0.3165126144886017, 0.3741202652454376, 0.27668726444244385, 0.2589759826660156, 0.3409815728664398, 0.363409161567688, 0.2072051763534546, 0.0024580154567956924, -0.047440990805625916, -0.012935059145092964, -0.0060838377103209496, -0.15752190351486206, -0.31244274973869324, -0.2617166042327881, -0.088664710521698, -0.10126813501119614, -0.3258780539035797, -0.4694277346134186, -0.4576014578342438, -0.47489413619041443, -0.6304008364677429, -0.77027827501297, -0.7775989770889282, -0.740522027015686, -0.7361267805099487, -0.690134584903717, -0.5835025906562805, -0.4435685873031616, -0.38494327664375305, -0.35031241178512573, -0.28238508105278015, -0.14908358454704285, -0.07274431735277176, -0.051197510212659836, 0.07475896924734116, 0.3029339015483856, 0.46170103549957275, 0.5413411855697632, 0.7485750317573547, 1.0408324003219604, 1.1552274227142334, 1.0024453401565552, 0.8415464162826538, 0.927528440952301, 1.051267147064209, 0.8225533962249756, 0.29902586340904236, -0.025341803207993507, -0.06447773426771164, -0.1658489853143692, -0.47447362542152405, -0.7224045395851135, -0.6934705972671509, -0.5412174463272095, -0.4500545859336853, -0.3137507140636444, -0.05703129991889, 0.19336622953414917, 0.3026047945022583, 0.3076772391796112, 0.3851384222507477, 0.49718087911605835, 0.4735119938850403, 0.2711115777492523, 0.10084603726863861, 0.12130974978208542, 0.20667150616645813, 0.15259775519371033, -0.03185345232486725, -0.12702549993991852, 0.004113024566322565, 0.17785075306892395, 0.100708968937397, -0.11921727657318115, -0.2648145258426666, -0.30074408650398254, -0.4425660967826843, -0.7081851363182068, -0.9201094508171082, -1.0433648824691772, -1.093942642211914, -1.0486228466033936, -0.8969150185585022, -0.6785931587219238, -0.5275236368179321, -0.42277559638023376, -0.24842888116836548, -0.032585687935352325, 0.09996526688337326, 0.10276013612747192, 0.1517895758152008, 0.2797850966453552, 0.457759827375412, 0.5965573787689209, 0.7531992793083191, 0.962089478969574, 1.2236379384994507, 1.3629231452941895, 1.2698016166687012, 1.128501296043396, 1.1251999139785767, 1.1554826498031616, 0.9431440830230713, 0.4269792437553406, -0.03174225986003876, -0.2080214023590088, -0.3409809470176697, -0.64441978931427, -0.9824859499931335, -1.0635172128677368, -0.9399471282958984, -0.8268200755119324, -0.7438230514526367, -0.5307319760322571, -0.21876533329486847, 0.006574706640094519, 0.13359852135181427, 0.3082295060157776, 0.49774208664894104, 0.5867648720741272, 0.4887959659099579, 0.3343084454536438, 0.3004746735095978, 0.36294087767601013, 0.34005096554756165, 0.16078217327594757, 0.008888529613614082, 0.07369919121265411, 0.23543132841587067, 0.1906084269285202, -0.06951082497835159, -0.26465263962745667, -0.31280574202537537, -0.4194810688495636, -0.7138046026229858, -1.052458643913269, -1.2627367973327637, -1.355635404586792, -1.3428809642791748, -1.2197096347808838, -1.0077738761901855, -0.7290157079696655, -0.43634268641471863, -0.16915105283260345, 0.06143860146403313, 0.22203221917152405, 0.38120216131210327, 0.5032529830932617, 0.5944868922233582, 0.7608380317687988, 0.9455891251564026, 1.1176987886428833, 1.3607357740402222, 1.6080451011657715, 1.6107925176620483, 1.432689905166626, 1.3149075508117676, 1.3333865404129028, 1.2299623489379883, 0.795633852481842, 0.20253464579582214, -0.18143920600414276, -0.3797858953475952, -0.6689862608909607, -1.0683284997940063, -1.3219444751739502, -1.344656229019165, -1.278792381286621, -1.1883395910263062, -1.0309031009674072, -0.7729295492172241, -0.4974339008331299, -0.25543445348739624, 0.0036604858469218016, 0.3043084740638733, 0.5539313554763794, 0.6186994314193726, 0.5518531203269958, 0.5043230056762695, 0.5611307621002197, 0.5873120427131653, 0.4224013686180115, 0.16791854798793793, 0.0728156566619873, 0.16504812240600586, 0.1279505491256714, -0.1352720409631729, -0.3687560558319092, -0.41308894753456116, -0.49508288502693176, -0.7703937292098999, -1.082527756690979, -1.2042200565338135, -1.2457776069641113, -1.333717942237854, -1.381165862083435, -1.206246018409729, -0.8132868409156799, -0.46503496170043945, -0.24246008694171906, -0.004355332814157009, 0.32795941829681396, 0.6132274270057678, 0.7664461135864258, 0.9219918847084045, 1.100216031074524, 1.3617839813232422, 1.6870518922805786, 1.8936320543289185, 1.8743252754211426, 1.7198947668075562, 1.605737328529358, 1.554013729095459, 1.3647732734680176, 0.9082975387573242, 0.33249765634536743, -0.11188876628875732, -0.43573197722435, -0.7940725684165955, -1.1904206275939941, -1.4636379480361938, -1.54550039768219, -1.5272716283798218, -1.4324793815612793, -1.2222462892532349, -0.8980918526649475, -0.5969744920730591, -0.3799271583557129, -0.11849956214427948, 0.2233385592699051, 0.5021957159042358, 0.5539016127586365, 0.4765416979789734, 0.488432914018631, 0.6216568946838379, 0.690276563167572, 0.5551193356513977, 0.32470929622650146, 0.24120956659317017, 0.26136553287506104, 0.15092703700065613, -0.14172925055027008, -0.41463714838027954, -0.5347093343734741, -0.6296630501747131, -0.8706127405166626, -1.1501179933547974, -1.2497990131378174, -1.2205467224121094, -1.257853627204895, -1.3274874687194824, -1.1898702383041382, -0.8441212773323059, -0.5087272524833679, -0.261910617351532, -0.02354748733341694, 0.2854439616203308, 0.5989235639572144, 0.8529649972915649, 1.1235207319259644, 1.4459149837493896, 1.7948369979858398, 2.0799200534820557, 2.1903603076934814, 2.0715525150299072, 1.8497565984725952, 1.6923747062683105, 1.5192888975143433, 1.1270267963409424, 0.4828604757785797, -0.12568150460720062, -0.46888232231140137, -0.7453522682189941, -1.1371333599090576, -1.5467486381530762, -1.7225321531295776, -1.642447829246521, -1.499346137046814, -1.3549565076828003, -1.111297845840454, -0.7334027290344238, -0.35152602195739746, -0.05696992576122284, 0.195682093501091, 0.4458855986595154, 0.6010506749153137, 0.5798327326774597, 0.5003509521484375, 0.5106530785560608, 0.6061343550682068, 0.5871197581291199, 0.38556361198425293, 0.2148934155702591, 0.220407173037529, 0.24437616765499115, 0.018597077578306198, -0.38810911774635315, -0.6582514643669128, -0.7318368554115295, -0.8603786826133728, -1.1745132207870483, -1.4341503381729126, -1.4227344989776611, -1.2827345132827759, -1.1936100721359253, -1.11734938621521, -0.8977358937263489, -0.5131163001060486, -0.1270044595003128, 0.16214126348495483, 0.39296630024909973, 0.6523507237434387, 0.8965341448783875, 1.1315646171569824, 1.4091796875, 1.7703648805618286, 2.0899603366851807, 2.1482596397399902, 1.942540168762207, 1.7335940599441528, 1.7022942304611206, 1.5715769529342651, 0.9992151260375977, 0.17718765139579773, -0.3902152180671692, -0.6059897541999817, -0.8404913544654846, -1.3219949007034302, -1.7725796699523926, -1.8602687120437622, -1.6698007583618164, -1.4743037223815918, -1.3280563354492188, -1.0727459192276, -0.6704397797584534, -0.258539080619812, 0.06419254839420319, 0.3538433909416199, 0.6165319085121155, 0.764262318611145, 0.7396796941757202, 0.6536077260971069, 0.6873387098312378, 0.7695837020874023, 0.6776331067085266, 0.3902949392795563, 0.18983136117458344, 0.21108384430408478, 0.2028256356716156, -0.11163230985403061, -0.5646377801895142, -0.8065571784973145, -0.8532305359840393, -0.999094545841217, -1.3221375942230225, -1.5544748306274414, -1.4968595504760742, -1.2871767282485962, -1.1500012874603271, -1.0463627576828003, -0.8014345169067383, -0.39490556716918945, 0.02148277498781681, 0.3003421723842621, 0.4653080701828003, 0.6728017926216125, 0.968753457069397, 1.2624075412750244, 1.5206146240234375, 1.8055726289749146, 2.113431215286255, 2.2525970935821533, 2.0689170360565186, 1.7404457330703735, 1.559244155883789, 1.4652990102767944, 1.0317801237106323, 0.1984875202178955, -0.5268555283546448, -0.8232174515724182, -0.9677930474281311, -1.3684866428375244, -1.8641886711120605, -2.0278072357177734, -1.77731454372406, -1.4671413898468018, -1.277772307395935, -1.049243688583374, -0.6162641644477844, -0.12210213392972946, 0.23194842040538788, 0.49980035424232483, 0.7680346965789795, 0.9721173048019409, 0.996720016002655, 0.8825147747993469, 0.8349139094352722, 0.9192954897880554, 0.8987770080566406, 0.616835355758667, 0.28417885303497314, 0.182663694024086, 0.20943890511989594, -0.04061003029346466, -0.5799165964126587, -0.9695954918861389, -1.0129474401474, -1.0511937141418457, -1.3792656660079956, -1.728324294090271, -1.6914103031158447, -1.3557240962982178, -1.1028128862380981, -1.013979434967041, -0.8134971857070923, -0.3729954659938812, 0.10476628690958023, 0.3830583691596985, 0.4928627908229828, 0.6536917686462402, 0.9643575549125671, 1.3132410049438477, 1.5470744371414185, 1.7816182374954224, 2.131723403930664, 2.386240243911743, 2.2682268619537354, 1.8472596406936646, 1.5678719282150269, 1.492575764656067, 1.1850541830062866, 0.3707042634487152, -0.5406209230422974, -0.9816651940345764, -1.0710437297821045, -1.3912937641143799, -1.9894107580184937, -2.338801145553589, -2.12902569770813, -1.6891010999679565, -1.4113740921020508, -1.2281150817871094, -0.8253604173660278, -0.23808985948562622, 0.2497706413269043, 0.5577089190483093, 0.7722412347793579, 0.9896591901779175, 1.0987297296524048, 1.0234349966049194, 0.9253219962120056, 0.9693204760551453, 1.023858666419983, 0.828047513961792, 0.4373795986175537, 0.2206217348575592, 0.23386359214782715, 0.08551904559135437, -0.4456954896450043, -0.9996342062950134, -1.1798303127288818, -1.1734567880630493, -1.4053306579589844, -1.8059855699539185, -1.9005813598632812, -1.5836288928985596, -1.2154746055603027, -1.0348957777023315, -0.8724909424781799, -0.5115941166877747, 0.0001356997963739559, 0.4045925736427307, 0.550456702709198, 0.6367505788803101, 0.8318830132484436, 1.1689237356185913, 1.4711743593215942, 1.6782312393188477, 1.97566556930542, 2.369326114654541, 2.5164451599121094, 2.2072083950042725, 1.7470442056655884, 1.565708875656128, 1.4815714359283447, 0.8815632462501526, -0.20347779989242554, -1.0395302772521973, -1.257436990737915, -1.3699291944503784, -1.8724935054779053, -2.460418701171875, -2.5062263011932373, -2.0028765201568604, -1.510180115699768, -1.2894469499588013, -0.9962379336357117, -0.4243192672729492, 0.17295344173908234, 0.5569064617156982, 0.7303428649902344, 0.9027642607688904, 1.108557105064392, 1.1257603168487549, 0.9738973379135132, 0.920990526676178, 1.0563493967056274, 1.0833284854888916, 0.7556843161582947, 0.35291627049446106, 0.2833872139453888, 0.3136659860610962, -0.05503459647297859, -0.7577091455459595, -1.243478536605835, -1.3150761127471924, -1.4102716445922852, -1.8182408809661865, -2.192760467529297, -2.056732654571533, -1.567908525466919, -1.1977661848068237, -1.0298999547958374, -0.7551508545875549, -0.21519911289215088, 0.32237887382507324, 0.5735765695571899, 0.6008917689323425, 0.6798638701438904, 0.9565587639808655, 1.304664134979248, 1.5429179668426514, 1.73288094997406, 2.08740234375, 2.568070411682129, 2.719433546066284, 2.3404579162597656, 1.869939923286438, 1.6987085342407227, 1.5497463941574097, 0.8322035074234009, -0.3519749939441681, -1.203390121459961, -1.4212051630020142, -1.5854991674423218, -2.144712448120117, -2.679047107696533, -2.594522476196289, -1.9947195053100586, -1.4849464893341064, -1.2180182933807373, -0.8291501998901367, -0.19468581676483154, 0.4107339382171631, 0.7318510413169861, 0.8584526181221008, 1.0197343826293945, 1.1976416110992432, 1.2035980224609375, 1.0093566179275513, 0.9181559681892395, 1.062669038772583, 1.1244456768035889, 0.8242604732513428, 0.3968205451965332, 0.3134429454803467, 0.32296401262283325, -0.10372941195964813, -0.8594266176223755, -1.3609617948532104, -1.4558017253875732, -1.6069457530975342, -2.0819411277770996, -2.455808639526367, -2.266232967376709, -1.7075194120407104, -1.2844280004501343, -1.0785424709320068, -0.7806705236434937, -0.1693277657032013, 0.4854777753353119, 0.7511656880378723, 0.6621799468994141, 0.646508514881134, 0.9213369488716125, 1.2862344980239868, 1.5124794244766235, 1.6914396286010742, 2.0483317375183105, 2.5893869400024414, 2.852648973464966, 2.5259957313537598, 1.99398934841156, 1.7384501695632935, 1.5943777561187744, 0.9544206857681274, -0.24976971745491028, -1.2751213312149048, -1.6656829118728638, -1.7980601787567139, -2.2540624141693115, -2.7814340591430664, -2.767103672027588, -2.177381992340088, -1.5645664930343628, -1.1659780740737915, -0.7307658791542053, -0.12253253161907196, 0.44775763154029846, 0.7597817778587341, 0.8832017779350281, 0.9776988625526428, 1.0809221267700195, 1.0947781801223755, 0.9724270105361938, 0.8659774661064148, 0.9566699266433716, 1.0428868532180786, 0.8564054369926453, 0.5124094486236572, 0.3792065680027008, 0.3867056369781494, 0.08196890354156494, -0.5996436476707458, -1.241105079650879, -1.541290044784546, -1.7672024965286255, -2.224066734313965, -2.675395965576172, -2.6768083572387695, -2.1875252723693848, -1.5889220237731934, -1.155552864074707, -0.7831332087516785, -0.2608543336391449, 0.40673092007637024, 0.8794189095497131, 0.9105857610702515, 0.7750086784362793, 0.8630374670028687, 1.2126476764678955, 1.5015006065368652, 1.5939881801605225, 1.7949291467666626, 2.3100473880767822, 2.8963491916656494, 2.971088171005249, 2.4308853149414062, 1.8427654504776, 1.6311030387878418, 1.4190640449523926, 0.5453022122383118, -0.8340407609939575, -1.8707892894744873, -2.149433135986328, -2.1945295333862305, -2.5130205154418945, -2.8306400775909424, -2.632359027862549, -1.9364097118377686, -1.162142038345337, -0.5386252999305725, -0.07167080044746399, 0.33513426780700684, 0.708301842212677, 0.9921602010726929, 1.127992868423462, 1.090070128440857, 0.9823282361030579, 0.9173958897590637, 0.8802940845489502, 0.9014306664466858, 0.993513286113739, 1.0206444263458252, 0.886300802230835, 0.7089570760726929, 0.6291200518608093, 0.5282027125358582, 0.08175923675298691, -0.7050000429153442, -1.4903676509857178, -2.0040135383605957, -2.362905979156494, -2.729259490966797, -3.0040202140808105, -2.887512683868408, -2.2958648204803467, -1.4621474742889404, -0.7044546604156494, -0.18624219298362732, 0.19924220442771912, 0.673080325126648, 1.071812391281128, 1.1042011976242065, 0.889143705368042, 0.841905951499939, 1.1047718524932861, 1.44435715675354, 1.6706115007400513, 1.9122828245162964, 2.416454553604126, 3.0988457202911377, 3.3335893154144287, 2.790076494216919, 1.9940797090530396, 1.5896050930023193, 1.3639720678329468, 0.529049813747406, -1.0235470533370972, -2.336564540863037, -2.7189838886260986, -2.536181688308716, -2.540743112564087, -2.786759853363037, -2.709825038909912, -1.9850552082061768, -0.9218270182609558, -0.06905478984117508, 0.3113604187965393, 0.40073972940444946, 0.5632308125495911, 0.9183288812637329, 1.1327632665634155, 0.9065437912940979, 0.5583462715148926, 0.4876168966293335, 0.6855903267860413, 0.9044840931892395, 1.0127547979354858, 1.0363291501998901, 0.9943493604660034, 0.9336168766021729, 0.8560891151428223, 0.6255647540092468, -0.05580771714448929, -0.995334804058075, -1.7212427854537964, -2.1224772930145264, -2.489851236343384, -2.8998360633850098, -3.0598862171173096, -2.721641778945923, -2.0269722938537598, -1.2798552513122559, -0.685351550579071, -0.260044664144516, 0.15710222721099854, 0.63312166929245, 0.9489222168922424, 0.9293912649154663, 0.7370423674583435, 0.7003913521766663, 0.9858223795890808, 1.3834205865859985, 1.6535149812698364, 1.9266875982284546, 2.4322853088378906, 3.1856706142425537, 3.6176414489746094, 3.149810552597046, 2.0752298831939697, 1.2980271577835083, 1.0338741540908813, 0.4519132077693939, -0.9835214018821716, -2.5626540184020996, -3.1994388103485107, -2.8614346981048584, -2.441714286804199, -2.389052152633667, -2.3900339603424072, -1.9427789449691772, -0.9240622520446777, 0.13975407183170319, 0.624988853931427, 0.4353959560394287, 0.13817089796066284, 0.2907606065273285, 0.6420840620994568, 0.5739063620567322, 0.18786780536174774, 0.0906587541103363, 0.4675964117050171, 0.9954006671905518, 1.3186616897583008, 1.337754487991333, 1.2012368440628052, 1.0463745594024658, 0.8074836730957031, 0.31611889600753784, -0.46279358863830566, -1.2968250513076782, -1.8768962621688843, -2.2266461849212646, -2.4866786003112793, -2.5597646236419678, -2.288142204284668, -1.7971153259277344, -1.3627129793167114, -0.9885966181755066, -0.5212523937225342, -0.03154237940907478, 0.24879661202430725, 0.31517598032951355, 0.3399506211280823, 0.4482438266277313, 0.5884487628936768, 0.7571025490760803, 1.0485749244689941, 1.501956582069397, 1.9939773082733154, 2.419398784637451, 2.915034532546997, 3.57513689994812, 3.6800291538238525, 2.7365150451660156, 1.4245495796203613, 0.7621141672134399, 0.5980964303016663, -0.06568551063537598, -1.6238702535629272, -2.8979239463806152, -2.9560673236846924, -2.2616171836853027, -1.7845240831375122, -1.7958109378814697, -1.860711693763733, -1.4505901336669922, -0.553507387638092, 0.27102696895599365, 0.40339553356170654, -0.130562424659729, -0.5682094097137451, -0.35159292817115784, 0.10256494581699371, 0.2167081981897354, 0.09122563898563385, 0.16261108219623566, 0.5862686038017273, 1.1523040533065796, 1.5554161071777344, 1.5520116090774536, 1.1036245822906494, 0.5456619262695312, 0.1900814324617386, -0.1296953558921814, -0.7625715136528015, -1.5744009017944336, -2.1101982593536377, -2.192075490951538, -1.9716755151748657, -1.6955223083496094, -1.4280872344970703, -1.1918785572052002, -0.9523916244506836, -0.5754638314247131, -0.12109692394733429, 0.10872271656990051, 0.04834712669253349, 0.05130455642938614, 0.28770211338996887, 0.5513065457344055, 0.7225632071495056, 0.9156941771507263, 1.3306164741516113, 1.9028921127319336, 2.426187753677368, 2.9393727779388428, 3.423494577407837, 3.336055040359497, 2.3881192207336426, 1.238579511642456, 0.696614146232605, 0.4783798158168793, -0.24774204194545746, -1.5546684265136719, -2.4323394298553467, -2.27367901802063, -1.6494441032409668, -1.332260251045227, -1.4488205909729004, -1.516764760017395, -1.2182458639144897, -0.6665331721305847, -0.25660964846611023, -0.30984869599342346, -0.6975173354148865, -0.9486024379730225, -0.7936483025550842, -0.42083629965782166, -0.13102202117443085, 0.07365960627794266, 0.32643333077430725, 0.7241140007972717, 1.1999776363372803, 1.4998798370361328, 1.4578384160995483, 1.0650084018707275, 0.5997013449668884, 0.2081870138645172, -0.2567526400089264, -0.8655635118484497, -1.405371904373169, -1.6880815029144287, -1.7298632860183716, -1.6440869569778442, -1.4515979290008545, -1.1482694149017334, -0.8715201616287231, -0.6914986371994019, -0.5092951059341431, -0.2770801782608032, -0.025342455133795738, 0.12753966450691223, 0.21237459778785706, 0.32365745306015015, 0.4403863549232483, 0.5885956287384033, 0.8584745526313782, 1.3376483917236328, 1.9563212394714355, 2.507948875427246, 3.064209222793579, 3.3846490383148193, 3.1260781288146973, 2.2377731800079346, 1.3219590187072754, 0.7261645793914795, 0.1682770848274231, -0.6744670867919922, -1.6489448547363281, -2.196262836456299, -2.091539144515991, -1.5978810787200928, -1.1189600229263306, -0.9147316217422485, -0.9326125383377075, -0.8908549547195435, -0.6742528080940247, -0.4818534553050995, -0.5304334759712219, -0.804080605506897, -1.0354108810424805, -0.9550577402114868, -0.5814399719238281, -0.021676549687981606, 0.5299112200737, 0.8661518096923828, 1.034700632095337, 1.1383717060089111, 1.1875797510147095, 1.0058987140655518, 0.6297723650932312, 0.18232017755508423, -0.3184985816478729, -0.8231863379478455, -1.147466778755188, -1.158143401145935, -1.0086289644241333, -0.904937744140625, -0.8612965941429138, -0.7814934253692627, -0.6381008625030518, -0.5260811448097229, -0.5087882876396179, -0.5523538589477539, -0.5346696376800537, -0.4364059865474701, -0.20733939111232758, 0.10722559690475464, 0.4365708529949188, 0.5936391949653625, 0.7043578028678894, 0.9759618043899536, 1.4608246088027954, 1.9545758962631226, 2.4413986206054688, 2.7873916625976562, 2.7143161296844482, 2.1170051097869873, 1.421709656715393, 1.0910584926605225, 0.9220141172409058, 0.4492655396461487, -0.3486620783805847, -0.9619338512420654, -1.0420182943344116, -0.8439681529998779, -0.8053761720657349, -1.0975511074066162, -1.480986475944519, -1.550561785697937, -1.294142246246338, -1.020106554031372, -0.9626725912094116, -0.908492922782898, -0.655357301235199, -0.28599563241004944, -0.09739432483911514, -0.08257738500833511, 0.003232569433748722, 0.23295554518699646, 0.4412654936313629, 0.441089004278183, 0.22798585891723633, 0.03327321261167526, -0.00495305797085166, 0.004226592369377613, 0.007741863373667002, -0.16001805663108826, -0.40079987049102783, -0.4834280014038086, -0.4274144172668457, -0.3768537938594818, -0.4716087877750397, -0.6257997155189514, -0.7765181660652161, -0.8236581087112427, -0.8328002095222473, -0.7419171929359436, -0.5413126945495605, -0.3602251708507538, -0.13715873658657074, 0.07900018990039825, 0.32467371225357056, 0.5210469365119934, 0.6310988068580627, 0.7720343470573425, 1.0721958875656128, 1.5548738241195679, 1.9651644229888916, 2.109060287475586, 1.9729869365692139, 1.6730059385299683, 1.3766978979110718, 1.0948752164840698, 0.8431517481803894, 0.4841851592063904, 0.06246466562151909, -0.2582603693008423, -0.5138109922409058, -0.7298381924629211, -0.9929015040397644, -1.2760417461395264, -1.411105751991272, -1.3285870552062988, -1.1280888319015503, -0.9342137575149536, -0.6490123271942139, -0.34622588753700256, -0.18526150286197662, -0.15304604172706604, -0.17487254738807678, -0.12564729154109955, -0.05036438629031181, -0.025863729417324066, -0.042820513248443604, -0.07555550336837769, -0.01125019509345293, 0.02199653349816799, -0.014753198251128197, -0.10374177247285843, -0.13974052667617798, -0.18459035456180573, -0.2342219054698944, -0.2638002038002014, -0.18774063885211945, -0.21984602510929108, -0.36209583282470703, -0.41213303804397583, -0.39081206917762756, -0.33912456035614014, -0.3216211497783661, -0.39232492446899414, -0.35973960161209106, -0.18904858827590942, -0.10024992376565933, 0.003262009471654892, 0.20313896238803864, 0.3389618396759033, 0.4948722720146179, 0.7916949391365051, 1.095597505569458, 1.3723788261413574, 1.4939889907836914, 1.438062071800232, 1.2683682441711426, 1.090108036994934, 0.9719585180282593, 0.8345098495483398, 0.6085565686225891, 0.36077943444252014, 0.15809044241905212, -0.10873094201087952, -0.3818718194961548, -0.5789960026741028, -0.7449657320976257, -0.8508753776550293, -0.9160510897636414, -0.9202218651771545, -0.7990691065788269, -0.638955295085907, -0.5063768625259399, -0.43765538930892944, -0.4125676453113556, -0.3348117768764496, -0.2886621952056885, -0.2561120092868805, -0.17668768763542175, -0.1337466835975647, -0.10799448937177658, 0.028108099475502968, 0.033286020159721375, 0.012787505984306335, -0.07722676545381546, -0.13067449629306793, -0.1528943032026291, -0.09921852499246597, -0.02509988285601139, -0.10592848062515259, -0.1463773548603058, -0.056229326874017715, -0.0565633699297905, -0.16464348137378693, -0.2902856171131134, -0.4207988977432251, -0.3313576281070709, -0.3621489703655243, -0.32126644253730774, -0.3426111340522766, -0.2640170753002167, -0.19412164390087128, -0.1697169989347458, -0.04548437520861626, 0.2321459949016571, 0.48352766036987305, 0.597122311592102, 0.8146675825119019, 1.0039032697677612, 1.1208113431930542, 1.1506403684616089, 1.1583490371704102, 0.9414061307907104, 0.7888613343238831, 0.6861025094985962, 0.643186628818512, 0.5110828876495361, 0.3401784896850586, 0.1857491135597229, 0.1546771079301834, -0.0746801495552063, -0.5016847848892212, -0.6938093304634094, -0.7334023118019104, -0.7092132568359375, -0.820549488067627, -0.8208709955215454, -0.6700698137283325, -0.5239575505256653, -0.28152236342430115, -0.2555503249168396, -0.22940993309020996, -0.21581082046031952, -0.2543765604496002, -0.18595919013023376, -0.2707538306713104, -0.3044728934764862, -0.237423837184906, -0.1460660994052887, -0.295231431722641, -0.3695768415927887, -0.229318305850029, -0.2747698426246643, -0.032382529228925705, -0.12281075119972229, -0.08806435763835907, -0.05373937636613846, -0.0033027767203748226, -0.03908373787999153, 0.0776178389787674, 0.00194467231631279, -0.22120217978954315, -0.34457749128341675, -0.2929687201976776, -0.44695740938186646, -0.27879372239112854, -0.1823941022157669, -0.2340470850467682, -0.09775470942258835, 0.05796877667307854, 0.2967677712440491, 0.3171277642250061, 0.47028231620788574, 0.5591506361961365, 0.6392441391944885, 0.7356592416763306, 0.7902020812034607, 0.8697404861450195, 0.8240382671356201, 0.9599332809448242, 0.9195454716682434, 0.8805587887763977, 0.9360827803611755, 0.8104439377784729, 0.5552719831466675, 0.37777847051620483, 0.21302707493305206, 0.06786388158798218, -0.06566717475652695, -0.12499409168958664, -0.3567928671836853, -0.31864550709724426, -0.35171282291412354, -0.4866410195827484, -0.38525712490081787, -0.3856460452079773, -0.27952298521995544, -0.298269659280777, -0.31132951378822327, -0.32853180170059204, -0.32932865619659424, -0.24482785165309906, -0.4390697181224823, -0.448673278093338, -0.4271359443664551, -0.3572257161140442, -0.2178848385810852, -0.40044063329696655, -0.2872009575366974, -0.33806726336479187, -0.22781270742416382, -0.038577064871788025, -0.03530401736497879, -0.03712387755513191, -0.17447446286678314, -0.09739971905946732, -0.18895724415779114, -0.4249269962310791, -0.4385004937648773, -0.33292898535728455, -0.2800408601760864, -0.2810758352279663, -0.25766995549201965, -0.1676124781370163, -0.11170800775289536, -0.08868148177862167, -0.10051225125789642, 0.25081363320350647, 0.31289833784103394, 0.16041307151317596, 0.2857930660247803, 0.7249183654785156, 0.37101322412490845, 0.22716231644153595, 0.5014042258262634, 0.7178553342819214, 0.8063599467277527, 0.8979504704475403, 0.6515008807182312, 0.6131517887115479, 0.6304582953453064, 0.8321477770805359, 0.6610530614852905, 0.3788834512233734, 0.21531450748443604, 0.5139326453208923, 0.5332682132720947, 0.1984587013721466, 0.11151843518018723, 0.3223634958267212, 0.3772583603858948, 0.01190812699496746, -0.1319986879825592, -0.08423549681901932, -0.07867427915334702, -0.43801912665367126, -0.4036552608013153, -0.2970738708972931, -0.43381550908088684, -0.6188651919364929, -0.4929061830043793, -0.36381158232688904, -0.24248254299163818, -0.37211012840270996, -0.3291679322719574, -0.22188428044319153, -0.14549076557159424, -0.16697122156620026, -0.4381435811519623, -0.5728760361671448, -0.36304083466529846, -0.19548337161540985, -0.3703542649745941, -0.707712709903717, -0.4394717514514923, -0.14701439440250397, -0.26543331146240234, -0.8483197689056396, -0.5935732126235962, -0.020283110439777374, -0.07950898259878159, -0.206831157207489, -0.26246002316474915, -0.20491206645965576, 0.21490079164505005, 0.17005309462547302, -0.0979425236582756, -0.06470640003681183, 0.2645205855369568, 0.43841448426246643, 0.10053371638059616, 0.010754920542240143, 0.2259640395641327, 0.5877381563186646, 0.1341041773557663, -0.10405857861042023, 0.36119747161865234, 0.5845978856086731, 0.7648894190788269, 0.3911002278327942, 0.1875276267528534, 0.6022608280181885, 0.7605254650115967, 0.3126433193683624, 0.026352515444159508, 0.5094890594482422, 0.7737536430358887, 0.34729501605033875, 0.0902615487575531, 0.1445370316505432, 0.25580379366874695, 0.4047878384590149, 0.056837115436792374, -0.06284334510564804, -0.09881861507892609, 0.30220696330070496, 0.04944666847586632, -0.2050333023071289, 0.13126857578754425, 0.3137478828430176, 0.017822764813899994, -0.2934885621070862, 0.024506663903594017, -0.2062194049358368, -0.35125502943992615, -0.15976285934448242, -0.15466929972171783, -0.2095251977443695, -0.3913370370864868, -0.33183208107948303, -0.5194281935691833, -0.40784314274787903, -0.20782676339149475, -0.4403497576713562, -0.3189874589443207, -0.5880151987075806, -0.3667486608028412, -0.29668354988098145, -0.19461527466773987, -0.2776060700416565, -0.32526519894599915, -0.07540187984704971, -0.040679384022951126, -0.4937066435813904, -0.1738099306821823, 0.33872565627098083, -0.07164382934570312, -0.33018815517425537, -0.07147125154733658, 0.17642812430858612, 0.09014683216810226, -0.07455484569072723, 0.2046351134777069, 0.021151060238480568, -0.053563181310892105, 0.28054144978523254, 0.030381066724658012, 0.1790555715560913, 0.4853728115558624, 0.18633753061294556, 0.1441526561975479, -0.060212090611457825, 0.186533585190773, -0.36151304841041565, 0.43422454595565796, -0.11037329584360123, -0.09733925014734268, 0.18313327431678772, 0.31938186287879944, -0.14535145461559296, 0.14638300240039825, 0.5203282833099365, -0.12154924124479294, 0.11525612324476242, 0.24189810454845428, 0.4297131299972534, 0.13773900270462036, 0.3318956196308136, 0.5084524154663086, 0.30712655186653137, 0.3581720292568207, 0.15343205630779266, 0.21555036306381226, 0.3915725648403168, -0.03120422177016735, -0.07795689254999161, 0.11491520702838898, -0.18210098147392273, -0.10027369856834412, -0.23145347833633423, 0.039651092141866684, -0.016383925452828407, -0.4725426733493805, -0.38558968901634216, 0.07390345633029938, 0.11888731271028519, -0.5897104144096375, -0.15404687821865082, -0.08660595118999481, -0.12576104700565338, -0.4363216757774353, -0.09825395792722702, -0.1517963409423828, -0.11081208288669586, -0.023685650900006294, -0.029650256037712097, -0.2933225631713867, 0.006790403742343187, -0.4024566411972046, -0.10629669576883316, 0.1980455070734024, -0.16243931651115417, -0.5872595906257629, 0.6314122676849365, -0.15812601149082184, -0.4191031754016876, -0.02196730673313141, -0.17967768013477325, -0.31723135709762573, -0.06769445538520813, -0.05534755438566208, -0.3574216961860657, -0.24954654276371002, 0.18816611170768738, -0.1671925038099289, -0.0033315313048660755, -0.011152256280183792, -0.09879187494516373, 0.11380806565284729, -0.04772910848259926, 0.08991177380084991, -0.14138010144233704, 0.6295145153999329, -0.09435728192329407, -0.09101603925228119, 0.6351905465126038, 0.22825808823108673, 0.004992385394871235, -0.0813198834657669, 0.556494414806366, -0.041430532932281494, 0.029680179432034492, 0.1191081553697586, 0.12374939024448395, 0.005829662084579468, 0.2527405023574829, -0.0025689550675451756, 0.06172262132167816, -0.34205329418182373, 0.40673232078552246, 0.15750448405742645, -0.09171832352876663, 0.12414350360631943, -0.10492414236068726, 0.009936126880347729, 0.48377737402915955, -0.38822051882743835, 0.1861686259508133, 0.4078993499279022, 0.16425010561943054, -0.17106139659881592, -0.22042739391326904, 0.7010281085968018, -0.21697483956813812, -0.24209775030612946, 0.18577291071414948, 0.17766432464122772, -0.6087935566902161, 0.33427008986473083, -0.24592909216880798, -0.14301033318042755, -0.3180527985095978, 0.1726413071155548, -0.7900665998458862, 0.11750738322734833, 0.08683464676141739, -0.500789225101471, 0.008275509811937809, 0.15358442068099976, -0.21595142781734467, -0.6114787459373474, 0.43740227818489075, -0.323964923620224, -0.13660775125026703, -0.005524480249732733, 0.13903558254241943, -0.04406696557998657, 0.007836815901100636, 0.008153694681823254, -0.024292929098010063, 0.019119136035442352, -0.005488192196935415, 0.35818302631378174, -0.2650998532772064, -0.12656515836715698, -0.1627783179283142, 0.6979833245277405, -0.38210153579711914, -0.16457872092723846, -0.09236151725053787, 0.4565178453922272, -0.10580015927553177, -0.1868293583393097, 0.04191351681947708, 0.4843737781047821, 0.13227558135986328, -0.3974791467189789, 0.0564948171377182, 0.3945558965206146, 0.1649409979581833, -0.05474421754479408, 0.1386902779340744, 0.27723485231399536, 0.16793113946914673, -0.03259176015853882, 0.32206204533576965, 0.09054958075284958, -0.046661343425512314, 0.4827621281147003, 0.10099764168262482, -0.0750141590833664, -0.14551639556884766, 0.7133669257164001, -0.3412112891674042, -0.5141184329986572, 0.2203001230955124, 0.5815520286560059, -0.4830194115638733, -0.20121817290782928, -0.13022638857364655, 0.18488013744354248, -0.016612473875284195, -0.3118012547492981, -0.20038114488124847, 0.3893372416496277, -0.2501468360424042, -0.23226389288902283, 0.061971962451934814, -0.14431679248809814, -0.2048305869102478, -0.21147790551185608, 0.16192808747291565, -0.07636042684316635, -0.17120401561260223, 0.11065389215946198, -0.012876304797828197, -0.3557875156402588, 0.08144517987966537, -0.010301867499947548, -0.3073374032974243, -0.08546505868434906, 0.11335162818431854, -0.03887474164366722, -0.17382875084877014, -0.23201943933963776, -0.20706646144390106, 0.13738638162612915, 0.15216781198978424, -0.7183129787445068, 0.27119165658950806, -0.013850053772330284, -0.032238006591796875, 0.10331244766712189, -0.1846844106912613, -0.10390178114175797, 0.2610948085784912, 0.2958614230155945, -0.10844207555055618, -0.023272261023521423, 0.25531235337257385, 0.3617003262042999, -0.11612629890441895, 0.21473261713981628, 0.444198340177536, -0.2697558104991913, 0.16247369349002838, 0.21364179253578186, 0.1297558695077896, 0.05878974497318268, 0.09601127356290817, 0.2801850736141205, 0.288226455450058, -0.01336439698934555, -0.04861759394407272, 0.20251552760601044, 0.12086355686187744, -0.5095721483230591, 0.6592375636100769, -0.22140266001224518, -0.0598774291574955, 0.21101215481758118, -0.5159194469451904, 0.28067758679389954, 0.06756961345672607, -0.15361317992210388, -0.45925042033195496, 0.14594057202339172, 0.11556357145309448, -0.17617881298065186, -0.027734579518437386, -0.1626024842262268, 0.03613075241446495, -0.1359739601612091, -0.28701120615005493, 0.05296357348561287, -0.09684381633996964, -0.2705919146537781, -0.2035909742116928, -0.0001408942771377042, -0.04356726258993149, -0.18815499544143677, -0.39115700125694275, 0.15511615574359894, 0.03013787418603897, -0.47104254364967346, 0.03592568635940552, -0.0872107520699501, 0.08288511633872986, -0.41065412759780884, 0.26858413219451904, 0.015979444608092308, -0.44779935479164124, 0.18561890721321106, 0.3853359818458557, -0.09516271203756332, -0.2054128497838974, 0.4874628782272339, 0.2814033031463623, -0.025908399373292923, 0.14141209423542023, 0.6141940355300903, -0.24870453774929047, 0.262482613325119, 0.10157370567321777, 0.24788062274456024, 0.5050522089004517, -0.04467736929655075, 0.019238129258155823, 0.16822262108325958, 0.42676323652267456, -0.14222151041030884, 0.1808876395225525, 0.31213533878326416, -0.07683362066745758, -0.12874676287174225, 0.8555334210395813, -0.45620039105415344, -0.29399973154067993, 0.6707990169525146, 0.21541249752044678, -0.4571278691291809, -0.11415603011846542, 0.46340957283973694, -0.07375726103782654, 0.16876235604286194, -0.08796124160289764, 0.05110043287277222, -0.08801529556512833, 0.06760674715042114, -0.19783160090446472, 0.07195453345775604, 0.04641309008002281, -0.3272196054458618, 0.2244127094745636, 0.03684088587760925, -0.5664803385734558, -0.4829908013343811, 0.490144819021225, 0.04639799892902374, -0.7582213282585144, -0.18088781833648682, 0.5262386798858643, -0.23115356266498566, -0.5277902483940125, -0.5300479531288147, 0.6503233313560486, 0.3101353347301483, -0.697145938873291, -0.306145578622818, 0.6698731184005737, 0.24728360772132874, -0.49682730436325073, -0.3331078290939331, 0.5036840438842773, 0.5888437032699585, -0.6099944114685059, -0.15706413984298706, 0.808516263961792, -0.18769116699695587, -0.3692888915538788, 0.652754545211792, 0.012312764301896095, -0.3563539981842041, 0.4019583761692047, 0.03249998763203621, 0.03504851460456848, 0.0347614660859108, -0.08203848451375961, 0.33384811878204346, 0.1545342653989792, -0.2951393723487854, -0.15762753784656525, 0.7528228759765625, 0.0725482627749443, -0.677006721496582, 0.27738749980926514, 0.8045662641525269, -0.4101316034793854, -0.5213791131973267, 0.07165689766407013, 0.8176239728927612, -0.1371140331029892, -0.1893829107284546, 0.07416161894798279, 0.6521193981170654, -0.3228285312652588, -0.18864555656909943, 0.19888880848884583, 0.26166558265686035, -0.22887779772281647, -0.1979093700647354, -0.11501382291316986, 0.2251822054386139, 0.05471290647983551, -0.4103020429611206, -0.26319923996925354, 0.23934514820575714, -0.02656160481274128, -0.16393044590950012, 0.3170062005519867, -0.623166561126709, 0.08675459027290344, 0.32662734389305115, -0.5680907964706421, -0.5093902945518494, -0.002422624034807086, 0.7344238758087158, -0.4275173246860504, -0.08796806633472443, 0.11863715201616287, -0.0218797717243433, -0.042039904743433, 0.20081083476543427, -0.10669407248497009, -0.2231842279434204, 0.1778205931186676, 0.2565838694572449, -0.5354474782943726, 0.18296664953231812, -0.009500538930296898, 0.24473440647125244, 0.16023574769496918, -0.6191586256027222, 0.391743540763855, 0.37974122166633606, 0.01625588908791542, -0.8329796195030212, 0.4359883964061737, 0.5604373812675476, -0.5689800977706909, -0.037728387862443924, 0.43148404359817505, -0.020757010206580162, 0.23118962347507477, 0.03566677123308182, -0.001243435312062502, -0.09733600169420242, 0.479993999004364, -0.09026739746332169, 0.23575425148010254, -0.021308457478880882, -0.4220049977302551, 0.3320004343986511, 0.8574541807174683, -0.5362184047698975, -0.3901999890804291, 0.5811919569969177, 0.49485665559768677, -0.4377121031284332, -0.25454333424568176, 0.22544564306735992, -0.05431192368268967, 0.20903748273849487, -0.00131389987654984, -0.22752460837364197, 0.0861562117934227, 0.1477515697479248, 0.16177967190742493, -0.37224480509757996, 0.12730354070663452, 0.06588193029165268, -0.255388468503952, 0.02993023209273815, 0.20245523750782013, -0.44639304280281067, 0.3798425793647766, -0.17397645115852356, -0.1847754269838333, -0.11271931231021881, 0.4090377390384674, -0.3102937638759613, -0.46175435185432434, 0.2948125898838043, -0.05103635787963867, -0.25108128786087036, 0.06185869500041008, -0.16482631862163544, -0.2515830993652344, 0.2851475179195404, -0.2604043483734131, -0.33873745799064636, 0.07387526333332062, 0.20054104924201965, 0.262499064207077, -0.29121947288513184, -0.37805911898612976, -0.26388874650001526, 0.6109777688980103, 0.0783175602555275, -0.785638689994812, 0.3695656359195709, 0.6869465708732605, -0.42842838168144226, 0.036436792463064194, 0.140836700797081, 0.249359592795372, -0.11344225704669952, -0.16183947026729584, 0.4077785909175873, -0.19254568219184875, 0.056429632008075714, -0.21116918325424194, 0.1989089846611023, 0.5154564380645752, -0.4459378123283386, -0.1140265017747879, 0.5284460186958313, 0.2357737421989441, -0.49002695083618164, 0.23476596176624298, 0.3771592974662781, -0.6363421678543091, 0.36619076132774353, 0.2991795837879181, -0.34147146344184875, 0.5553531646728516, -0.09159252047538757, 0.11233760416507721, -0.05528499186038971, 0.3767246603965759, 0.034964852035045624, -0.040116287767887115, 0.048133693635463715, -0.1417553722858429, -0.010512297973036766, 0.27999642491340637, -0.1761031597852707, -0.4202348291873932, 0.5110952258110046, 0.17852124571800232, -0.6529942750930786, -0.11036127805709839, 0.3638322353363037, 0.14051809906959534, -0.8499278426170349, -0.05469175800681114, 0.10722056031227112, 0.1920977383852005, -0.2781142592430115, -0.3149135708808899, 0.33425915241241455, -0.1065615639090538, -0.256182998418808, 0.22272421419620514, -0.004170143976807594, -0.012902875430881977, -0.2192409783601761, 0.09624338895082474, -0.09361933171749115, -0.3726664185523987, 0.43825605511665344, 0.15784044563770294, -0.33966898918151855, -0.08463457226753235, 0.09973705559968948, 0.4227049946784973, -0.14885474741458893, -0.6056666374206543, 0.3465458154678345, 0.7150886654853821, -0.6769720315933228, -0.8107557892799377, 1.1096590757369995, 0.5807899832725525, -1.346384882926941, 0.10213670879602432, 1.119342565536499, -0.45484355092048645, -0.013950811699032784, 0.1953507661819458, 0.304616242647171, -0.4852270185947418, -0.026499077677726746, 0.7228513956069946, -0.5250536203384399, 0.11444181948900223, 0.39045068621635437, -0.04160396382212639, 0.2715153694152832, -0.2569831609725952, 0.19771122932434082, -0.24283620715141296, 0.7921108603477478, -0.6700348854064941, -0.03061203472316265, 0.43476569652557373, -0.5666628479957581, 0.04562181234359741, 0.311302125453949, -0.16435250639915466, 0.04531248286366463, -0.00878212321549654, 0.06172817945480347, -0.2757854759693146, 0.3074621856212616, -0.14942006766796112, -0.291526198387146, 0.23732127249240875, -0.4580283463001251, 0.33088067173957825, -0.3391155004501343, 0.05535764619708061, 0.18410524725914001, -0.38663941621780396, 0.3518708050251007, -0.34941020607948303, -0.18720680475234985, 0.17288269102573395, 0.05541452392935753, 0.024331068620085716, -0.47745054960250854, 0.07811238616704941, 0.004813439678400755, -0.17577269673347473, -0.2226591408252716, -0.14758992195129395, 0.7112647294998169, -0.41180872917175293, -0.17356006801128387, 0.20695751905441284, -0.0684729740023613, 0.3488122224807739, -0.5151902437210083, 0.581369161605835, -0.07064300775527954, -0.12146554887294769, -0.4137217402458191, 0.8085432052612305, -0.25697770714759827, -0.2493206411600113, 0.4819258153438568, 0.3575969636440277, -0.7066588997840881, 0.170707568526268, 0.5782768726348877, 0.24660854041576385, -0.5581590533256531, -0.17301121354103088, 0.8236040472984314, -0.29340043663978577, -0.11922688782215118, -0.008397595956921577, 0.542316198348999, -0.17709259688854218, -0.12378360331058502, 0.06631592661142349, 0.4276014268398285, -0.16433708369731903, -0.37010592222213745, 0.5844889879226685, 0.0667523592710495, -0.5168020725250244, -0.24040845036506653, 0.9926596879959106, -0.460781455039978, -0.3340999484062195, 0.5828132629394531, 0.11867716908454895, -0.4373283088207245, -0.12882976233959198, 0.3009776175022125, 0.04689324274659157, -0.47474735975265503, 0.133048415184021, 0.020832523703575134, 0.00014763169747311622, -0.18218860030174255, -0.22529348731040955, 0.4134032130241394, -0.19880977272987366, -0.09150562435388565, -0.4060891270637512, 0.4337950646877289, -0.016354622319340706, -0.8117903470993042, 0.6476643085479736, 0.0185252632945776, -0.564327597618103, 0.10374607890844345, 0.3445221185684204, -0.3085138499736786, -0.13177736103534698, 0.5168231725692749, -0.4589862823486328, -0.16740180552005768, 0.8135876655578613, -0.31934642791748047, -0.5450039505958557, 0.03509940207004547, 0.496073454618454, -0.3717454969882965, 0.04843370243906975, 0.35744085907936096, -0.3332299590110779, -0.012765740044414997, 0.530454695224762, -0.15365637838840485, -0.3451228141784668, 0.16756731271743774, 0.33065706491470337, -0.04760539531707764, -0.8785489201545715, 0.5106891989707947, 0.513593316078186, -0.18014609813690186, -0.4982108771800995, 0.29738959670066833, 0.5602271556854248, -0.39098668098449707, -0.46888065338134766, 0.6749871969223022, 0.09135814756155014, -0.36719223856925964, -0.4861278831958771, 0.870752215385437, -0.27390748262405396, -0.8281946182250977, 1.0996546745300293, -0.07518331706523895, -0.22004249691963196, -0.3571068048477173, 0.7095776796340942, -0.11277806758880615, -0.6045207381248474, -0.07690995186567307, 0.6709451079368591, -0.1528075635433197, -0.8749592304229736, 0.22119663655757904, 0.9562917351722717, -0.6626805067062378, -0.33195051550865173, 0.1277083456516266, 0.3050960600376129, -0.13443706929683685, -0.5155275464057922, 0.48278653621673584, 0.047247037291526794, -0.594746470451355, -0.12906621396541595, 0.7378127574920654, -0.26808464527130127, -0.6416510343551636, 0.9620856642723083, -0.31878557801246643, -0.1786324679851532, -0.0016804393380880356, 0.1593484729528427, 0.022019395604729652, -0.3680877089500427, 0.049470506608486176, 0.2892906069755554, 0.015228995122015476, -0.20192649960517883, 0.14742054045200348, 0.1457902193069458, -0.4672137498855591, 0.5389979481697083, 0.12223245948553085, -0.4178336262702942, -0.019361447542905807, 0.38304540514945984, 0.0001609848695807159, -0.7375804781913757, 0.9405667185783386, 0.09511403739452362, -0.22828662395477295, -0.3024813234806061, -0.07252749055624008, 0.6953408122062683, -0.27910706400871277, -0.30370330810546875, 0.0466172955930233, 0.5819164514541626, -0.3465122878551483, -0.20990398526191711, 0.4781099855899811, -0.09944118559360504, -0.15560856461524963, 0.1979042887687683, -0.036146387457847595, -0.19597245752811432, 0.002152384491637349, 0.6342458724975586, -0.8167192339897156, 0.4790175259113312, -0.07694578915834427, -0.4920387268066406, 0.5447446703910828, 0.07387207448482513, -0.22902551293373108, -0.13930192589759827, 0.6048531532287598, -0.6727766394615173, -0.2179846167564392, 0.8485416769981384, -0.9497058391571045, 0.24041742086410522, 0.31730300188064575, -0.6421419978141785, 0.09171688556671143, 0.5806955099105835, -0.3125154972076416, -0.4735637307167053, 0.5019738674163818, 0.11794227361679077, -0.4717005491256714, -0.11095573008060455, 0.242227703332901, -0.15313872694969177, -0.2563365399837494, 0.17868658900260925, 0.30488553643226624, -0.8917711973190308, 0.7493705749511719, 0.2279002070426941, -0.5339372754096985, 0.22006399929523468, 0.22272397577762604, -0.3256220817565918, 0.025381270796060562, 0.18564309179782867, -0.7565659284591675, 0.5396788120269775, 0.3367539346218109, -1.1743927001953125, 0.6894849538803101, 0.33106955885887146, -0.5108190178871155, 0.07887598872184753, 0.44190940260887146, 0.21576464176177979, -0.709284782409668, 0.2905968129634857, 0.09117119014263153, -0.3088364005088806, 0.23899391293525696, -0.09218351542949677, -0.04159549996256828, -0.011930912733078003, -0.26407819986343384, 0.38297152519226074, -0.4534088969230652, 0.542635977268219, -0.3361389636993408, 0.127874493598938, 0.37633252143859863, -0.3148699104785919, 0.14528200030326843, -0.08054613322019577, 0.38209012150764465, -0.6085426807403564, -0.005341574549674988, 0.46076148748397827, -0.2943151593208313, -0.17957158386707306, -0.005450570490211248, -0.23503372073173523, 0.14097027480602264, -0.1183343455195427, 0.1122066080570221, -0.005425900686532259, 0.5402646064758301, -0.633919894695282, -0.4702683389186859, 1.139285683631897, -0.6408103108406067, -0.1440882831811905, 0.20230740308761597, -0.00606444850564003, -0.29884037375450134, 0.6048377156257629, -0.5122991800308228, -0.210297629237175, 0.5358459949493408, -0.3909582495689392, -0.09031420946121216, 0.5433588027954102, -0.0035565579310059547, -0.5180937051773071, 0.7121387720108032, -0.2858976721763611, -0.77581787109375, 0.6552718877792358, 0.10813745111227036, -0.7593637704849243, 0.45726215839385986, 0.30642130970954895, -0.2964359223842621, -0.38611528277397156, 0.6297677159309387, -0.1542671024799347, 0.10945847630500793, 0.09366678446531296, 0.049430739134550095, -0.21298259496688843, 0.20731139183044434, -0.3355039954185486, 0.18172235786914825, -0.1341269612312317, -0.07854919880628586, 0.09955890476703644, 0.15390823781490326, -0.3457368016242981, -0.031171603128314018, 0.2939147651195526, 0.2907845079898834, -0.670769989490509, 0.25863727927207947, 0.4466829299926758, -0.4742623269557953, 0.12687994539737701, -0.2174353301525116, 0.4977399706840515, -0.4776453375816345, -0.1640111207962036, 0.33669883012771606, -0.1407654583454132, 0.518778383731842, -0.7066594958305359, 0.2756651043891907, 0.5891502499580383, -0.7413385510444641, -0.09042119979858398, 0.6416572332382202, -0.8367965221405029, 0.20219583809375763, -0.07320857793092728, -0.055697742849588394, 0.17442816495895386, 0.10785876214504242, -0.4778248369693756, 0.6859942078590393, -0.0984724760055542, -0.81206214427948, 0.5846423506736755, 0.23690825700759888, -0.6199551820755005, 0.06699119508266449, 0.712965190410614, -0.5094220638275146, -0.12021701037883759, -0.1207602396607399, 0.554692268371582, -0.4368281364440918, -0.20154839754104614, 0.7328004837036133, -0.4662924110889435, -0.0679742768406868, 0.18114233016967773, -0.29804369807243347, 0.09706149995326996, 0.4482745826244354, -0.4414829909801483, 0.1503070592880249, 0.49613702297210693, -0.6865282654762268, 0.09524798393249512, 0.4455817937850952, -0.622677743434906, 0.17644402384757996, 0.2737497389316559, -0.07177483290433884, -0.173979714512825, 0.31693369150161743, -0.04297277331352234, -0.028205856680870056, 0.2145833671092987, -0.32085394859313965, 0.18404215574264526, 0.4479224383831024, -0.7585188746452332, 0.17155085504055023, 0.4381833076477051, -0.6313911080360413, 0.2190060168504715, 0.2424377053976059, -0.08144048601388931, -0.5707592964172363, 0.7276519536972046, -0.06679846346378326, -0.205277219414711, -0.015493477694690228, 0.43620505928993225, -0.5917751789093018, 0.004889307077974081, 0.4706338047981262, -0.7432069182395935, -0.08191436529159546, 0.8621616959571838, -0.4722274839878082, -0.5094142556190491, 0.8800980448722839, -0.5194000601768494, -0.05422823876142502, -0.09948722273111343, 0.12885938584804535, -0.2657032310962677, 0.26523372530937195, -0.25316596031188965, 0.1746874302625656, 0.3178381323814392, -0.6961550712585449, 0.1358877569437027, 0.2589052617549896, -0.25088316202163696, -0.1080673485994339, 0.47690078616142273, -0.1804959625005722, -0.559727132320404, 0.10226327180862427, 0.3543552756309509, -0.5605872869491577, 0.06810057908296585, -0.01983693242073059, 0.6177424788475037, -0.21284256875514984, -0.13009676337242126, 0.42116767168045044, -0.06492036581039429, 0.2765964865684509, -0.5565586090087891, 0.5365201830863953, -0.18494893610477448, -0.0614989772439003, 0.350525826215744, -0.16906356811523438, -0.20657767355442047, 0.40356940031051636, -0.15955384075641632, 0.07124538719654083, 0.1770276576280594, -0.20004919171333313, -0.1322314739227295, 0.5253364443778992, -0.2965892255306244, -0.3516482710838318, 1.1314510107040405, -1.086930513381958, -0.09177085012197495, 0.8959812521934509, -0.16988244652748108, -0.3040575683116913, 0.23503424227237701, 0.25649234652519226, -0.6212052702903748, 0.1732827126979828, -0.4246865212917328, -0.29868507385253906, 0.6634367108345032, -0.36568474769592285, 0.44258230924606323, 0.42097970843315125, -0.37992826104164124, -0.14071759581565857, 0.39584895968437195, 0.0014402172528207302, -0.4282481372356415, 0.29701247811317444, 0.5460622906684875, -0.40185973048210144, 0.28173238039016724, 0.09822080284357071, -0.49375638365745544, -0.1903909593820572, -0.06992562860250473, 0.3248997926712036, -0.2842758297920227, 0.42543676495552063, -0.052360426634550095, -0.2641376256942749, -0.014329788275063038, -0.35140734910964966, -0.25128135085105896, -0.1480950564146042, 0.5889282822608948, -0.30688050389289856, -0.16177120804786682, 0.28070953488349915, 0.13795296847820282, -0.2967233955860138, 0.45839232206344604, -0.18337960541248322, 0.2312864363193512, 0.46005308628082275, -0.031778279691934586, -0.356558620929718, 0.46216729283332825, -0.4787018299102783, -0.0297573022544384, 0.31330248713493347, -0.5358856320381165, 0.4485337734222412, -0.22704005241394043, -0.2771756649017334, 0.5057061314582825, 0.09787516295909882, -0.6829338669776917, 0.8630624413490295, 0.06474532932043076, -0.6300269365310669, 0.6116616129875183, 0.2255675196647644, -0.6419902443885803, 0.18632155656814575, 0.43291643261909485, -0.3372950851917267, -0.4829021394252777, 0.12178400158882141, -0.21009154617786407, -0.42168956995010376, 0.5123204588890076, 0.39633822441101074, -0.37146252393722534, 0.2589567303657532, 0.8241769075393677, -0.782590925693512, 0.10052663832902908, 0.6175195574760437, -0.9716214537620544, 0.49346545338630676, 0.37405240535736084, -0.8990381956100464, 0.1595795899629593, 0.383695513010025, -1.0232188701629639, 0.027298998087644577, 0.8824079632759094, -0.8260451555252075, 0.1026516780257225, 0.9092738628387451, -0.3386014997959137, -0.37115544080734253, 0.099044568836689, -0.12395086884498596, -0.04628194496035576, 0.04092857614159584, -0.1009097471833229, 0.14331355690956116, 0.13824626803398132, -0.09685438126325607, -0.002137766219675541, 0.1478802114725113, 0.13511930406093597, 0.10044687241315842, -0.181823268532753, 0.27277302742004395, 0.01846463233232498, -0.446052223443985, 0.5922001004219055, -0.06813736259937286, -0.518268346786499, 0.30280253291130066, -0.06549885869026184, -0.15273591876029968, 0.006049536634236574, -0.13730815052986145, 0.24793997406959534, 0.09544216096401215, -0.12188910692930222, -0.1161017119884491, 0.31634780764579773, -0.4812261462211609, 0.03553888946771622, 0.2687326669692993, -0.5118523836135864, 0.34108513593673706, 0.17054255306720734, -0.23898692429065704, 0.18750308454036713, 0.12644213438034058, -0.19305221736431122, -0.0385727658867836, 0.32860004901885986, -0.15093638002872467, 0.11306394636631012, 0.21826420724391937, -0.017266947776079178, -0.2736315429210663, -0.09151063859462738, 0.17435194551944733, -0.02492871880531311, -0.12175936251878738, 0.20054671168327332, -0.012524470686912537, -0.052649591118097305, -0.18863721191883087, -0.19360846281051636, 0.04740278795361519, -0.08719181269407272, 0.023568734526634216, -0.058314960449934006, 0.263336181640625, -0.2077004611492157, 0.014074046164751053, 0.26127752661705017, -0.18823128938674927, 0.09570625424385071, 0.1415228396654129, 0.2723064720630646, -0.0765247642993927, 0.017703570425510406, 0.18564967811107635, -0.02625448629260063, -0.033341601490974426, -0.029405992478132248, 0.125969797372818, -0.023086534813046455, -0.07841862738132477, 0.07974279671907425, -0.08854173868894577, -0.252828985452652, 0.011526493355631828, -0.02436479739844799, 0.0035566871520131826, -0.03571069985628128, -0.015948418527841568, -0.05338558927178383, 0.16888634860515594, 0.0008067476446740329, -0.08092624694108963, 0.18410177528858185, 0.011443588882684708, -0.13503094017505646, -0.17505675554275513, 0.2034159153699875, 0.08267564326524734, -0.10767119377851486, 0.14559422433376312, -0.03704797104001045, 0.009573753923177719, 0.12273836880922318, -0.08277876675128937, -0.07536096125841141, 0.019406646490097046, 0.058996643871068954, -0.17742571234703064, -0.07535840570926666, -0.09487408399581909, 0.03156415745615959, 0.0046079037711024284, -0.13395175337791443, 0.08759506046772003, 0.09755147248506546, -0.03886215388774872, -0.004821435082703829, -0.12402603030204773, 0.0015965568600222468, -0.14326240122318268, 0.06826400756835938, 0.18938077986240387, -0.07000374794006348, 0.38402611017227173, 0.15869513154029846, 0.04031224921345711, 0.062256794422864914, 0.0645759254693985, -0.004190345760434866, -0.05212068930268288, -0.04409024491906166, -0.055800724774599075, 0.19045399129390717, -0.13366186618804932, -0.11270822584629059, 0.15308192372322083, -0.12209495902061462, -0.12003397941589355, 0.11690955609083176, 0.08756822347640991, -0.004470352549105883, -0.12530870735645294, 0.01069894153624773, -0.0741177648305893, -0.21578679978847504, 0.07190421968698502, 0.06888595223426819, -0.02652706950902939, 0.1039755642414093, 0.13858556747436523, -0.007229775656014681, 0.08935083448886871, 0.0060910312458872795, -0.00920799095183611, 0.006701283622533083, -0.2009742110967636, -0.06374956667423248, 0.09004262834787369, -0.04819268360733986, 0.06522619724273682, 0.09898168593645096, 0.04624184966087341, -0.1311737447977066, -0.05153396725654602, 0.08522504568099976, -0.01263569574803114, -0.1222020760178566, -0.037531960755586624, -0.09471714496612549, -0.09613850712776184, -0.17890669405460358, -0.11284922808408737, -0.10529516637325287, 0.01363162137567997, -0.08658020198345184, -0.15112660825252533, -0.11731597036123276, -0.21002817153930664, -0.2559104859828949, -0.22853107750415802, -0.2083083540201187, -0.3198397755622864, -0.08910614997148514, 0.043006908148527145, -0.054221928119659424, 0.07456675916910172, 0.07692654430866241, -0.1409374177455902, -0.11092354357242584, -0.02469540387392044, -0.09564540535211563, 0.22963164746761322, 0.37076085805892944, 0.07736878842115402, 0.09902343153953552, 0.3134273588657379, 0.15614460408687592, 0.14293000102043152, 0.2100050449371338, 0.28235918283462524, 0.3828355371952057, 0.2548378109931946, 0.34771907329559326, 0.552793562412262, 0.4103353023529053, 0.41935548186302185, 0.6145445108413696, 0.7963215708732605, 0.7339998483657837, 0.936154842376709, 0.8639457821846008, 0.5038744807243347, 0.18451112508773804, -0.19424015283584595, -0.5172544121742249, -0.829696774482727, -0.9093900918960571, -0.9088360071182251, -0.9194365739822388, -1.0165820121765137, -0.8720672726631165, -0.691176176071167, -0.7509228587150574, -0.6500413417816162, -0.38621172308921814, -0.13296034932136536, -0.02173008769750595, 0.03459120914340019, 0.1415921300649643, -0.009737551212310791, -0.2825065851211548, -0.42712950706481934, -0.5585519671440125, -0.6364691853523254, -0.5614464282989502, -0.4137314558029175, -0.36462879180908203, -0.20062385499477386, -0.11605709046125412, -0.09549549967050552, 0.06480199843645096, 0.12376698106527328, 0.20197202265262604, 0.38016214966773987, 0.5540734529495239, 0.5183145403862, 0.5464332699775696, 0.5862830281257629, 0.5137956738471985, 0.7145318388938904, 1.076706886291504, 1.3765944242477417, 1.7186009883880615, 2.0395476818084717, 2.2061634063720703, 1.6997889280319214, 0.5981094837188721, -0.12574420869350433, -0.356988787651062, -0.8850409984588623, -1.2592155933380127, -1.3406519889831543, -1.084970474243164, -1.0835844278335571, -1.0873814821243286, -1.1193362474441528, -1.3114495277404785, -1.076867938041687, -0.491767942905426, 0.19144107401371002, 0.4102599322795868, 0.6846812963485718, 0.9192637205123901, 0.6680945158004761, -0.04920700937509537, -0.5864872336387634, -0.8291034698486328, -0.859436571598053, -0.8755983710289001, -0.558268666267395, -0.2961781322956085, -0.3506717383861542, -0.605453610420227, -0.5991945266723633, -0.41637763381004333, -0.6871479749679565, -0.5493103861808777, -0.14147363603115082, -0.013241646811366081, -0.05333107337355614, -0.13690228760242462, -0.10517305135726929, -0.2737654745578766, -0.16009314358234406, 0.37032338976860046, 0.7480562925338745, 1.0888646841049194, 1.5596418380737305, 1.9738881587982178, 2.058579683303833, 2.128391981124878, 2.047111988067627, 1.8300182819366455, 1.4080573320388794, 0.5567799806594849, -0.263916552066803, -0.9032168388366699, -1.6451001167297363, -1.6621986627578735, -1.2066947221755981, -0.9651522040367126, -1.0642383098602295, -1.0320318937301636, -0.8871097564697266, -0.8518384695053101, -0.8446212410926819, -0.5255398154258728, 0.06690654158592224, 0.70128333568573, 0.9669996500015259, 0.9210827350616455, 0.6154917478561401, 0.1176116093993187, -0.21438178420066833, -0.5638437271118164, -0.7741391062736511, -0.5071128010749817, -0.1597713828086853, -0.0027102106250822544, -0.022972306236624718, -0.26528313755989075, -0.6050307750701904, -0.7440916895866394, -0.7999707460403442, -0.7386088967323303, -0.39954623579978943, -0.14623649418354034, -0.15070006251335144, -0.3097739517688751, -0.3357308804988861, -0.31049060821533203, -0.11425630748271942, 0.41804736852645874, 1.088634967803955, 1.5622268915176392, 1.880131483078003, 2.1184678077697754, 2.0932037830352783, 2.1602022647857666, 2.2557499408721924, 2.0055086612701416, 0.8742561340332031, -0.29933497309684753, -1.1588157415390015, -1.262446641921997, -1.4011951684951782, -1.5746957063674927, -1.3980109691619873, -1.0696276426315308, -0.9989690184593201, -0.9473373293876648, -0.8170552253723145, -0.7462157607078552, -0.7377193570137024, -0.46805354952812195, 0.17333674430847168, 0.6860038042068481, 0.9416581988334656, 0.9216093420982361, 0.685615599155426, -0.03145855292677879, -0.5781466364860535, -0.5326107740402222, -0.3531753122806549, -0.146936297416687, 0.09668638557195663, 0.1431618630886078, -0.16037794947624207, -0.5367243885993958, -0.7193036079406738, -0.7356672883033752, -0.7305533289909363, -0.6548101902008057, -0.43837741017341614, -0.20852462947368622, -0.15718777477741241, -0.13698525726795197, -0.25349172949790955, -0.3070218563079834, 0.06149693578481674, 0.7405939698219299, 1.4851433038711548, 2.078028678894043, 2.4174904823303223, 2.6186001300811768, 2.4726498126983643, 2.3234071731567383, 2.0305709838867188, 1.0942764282226562, -0.545896053314209, -1.9085509777069092, -1.8636502027511597, -1.4366830587387085, -1.356484293937683, -1.3515864610671997, -1.1239545345306396, -0.8238444924354553, -0.9010906219482422, -0.8323044180870056, -0.5351523160934448, -0.22389113903045654, -0.0044806296937167645, 0.3679189682006836, 0.7498450875282288, 0.8253211975097656, 0.5032320022583008, 0.18981613218784332, -0.33946311473846436, -0.759047269821167, -0.7007477283477783, -0.11037029325962067, 0.4333568811416626, 0.3713432252407074, 0.27849408984184265, -0.09584406763315201, -0.7642475962638855, -1.109944224357605, -0.9878392219543457, -0.5687474012374878, -0.465444952249527, -0.4937068223953247, -0.4198671579360962, -0.29797422885894775, -0.4618263244628906, -0.6696274280548096, -0.5787163376808167, -0.332497239112854, 0.3085017800331116, 1.2067062854766846, 1.876824140548706, 2.2111425399780273, 2.0871152877807617, 1.8133368492126465, 1.522835612297058, 1.4932531118392944, 1.9184412956237793, 2.204899549484253, 1.4595249891281128, -0.026667270809412003, -1.3188174962997437, -1.7853727340698242, -1.7268824577331543, -1.6903491020202637, -1.5101888179779053, -1.1248095035552979, -0.7779967188835144, -0.5705771446228027, -0.1911015510559082, -0.22626611590385437, -0.5191398859024048, -0.507485032081604, -0.16564373672008514, 0.38656941056251526, 0.7211178541183472, 0.847469687461853, 0.7609935998916626, 0.43542107939720154, 0.08033458888530731, -0.06249018386006355, 0.02591191977262497, 0.12078577280044556, 0.011872597970068455, -0.137783482670784, -0.5194700360298157, -0.9946019649505615, -1.244969367980957, -1.1731196641921997, -0.9782761335372925, -0.8689491152763367, -0.7769648432731628, -0.6023046970367432, -0.424493670463562, -0.31702935695648193, -0.2944335639476776, -0.08118946105241776, 0.20823869109153748, 0.5577400922775269, 1.1150254011154175, 1.6249427795410156, 1.8570306301116943, 1.6838723421096802, 1.6048344373703003, 1.8031446933746338, 2.1030397415161133, 2.342785358428955, 2.407421588897705, 1.5642856359481812, -0.14551158249378204, -1.8180361986160278, -2.33638858795166, -1.8928253650665283, -1.517503261566162, -1.3580565452575684, -0.9490107893943787, -0.7358118891716003, -0.7790132164955139, -0.6827731132507324, -0.5414552092552185, -0.6152167916297913, -0.5689556002616882, 0.06361138075590134, 1.0265073776245117, 1.4654730558395386, 1.1538374423980713, 0.6542036533355713, -0.0485788993537426, -0.691369891166687, -0.7054973244667053, 0.02775390073657036, 0.6226907968521118, 0.7130411267280579, 0.5763673186302185, 0.07418220490217209, -0.7821335196495056, -1.475986361503601, -1.5837538242340088, -1.2293790578842163, -1.0118941068649292, -0.713769793510437, -0.3634582459926605, -0.2070905566215515, -0.3607994019985199, -0.6458348631858826, -0.7929636240005493, -0.6767053604125977, -0.17244380712509155, 0.6559964418411255, 1.4493690729141235, 1.7001386880874634, 1.6421723365783691, 1.6707781553268433, 1.5857278108596802, 1.3483299016952515, 1.451470971107483, 1.8069875240325928, 2.3358397483825684, 3.0528180599212646, 2.750279664993286, 0.7486169338226318, -1.9184476137161255, -3.439284324645996, -3.0764946937561035, -2.2401626110076904, -1.8173660039901733, -1.3269548416137695, -0.8161115646362305, -0.8338994979858398, -0.9375615119934082, -0.7809137105941772, -0.7457435131072998, -0.8632590174674988, -0.40768980979919434, 1.025003433227539, 2.5227038860321045, 2.909414052963257, 2.4047651290893555, 1.577719807624817, 0.24211396276950836, -1.2342052459716797, -1.764905571937561, -1.1484888792037964, -0.12176636606454849, 0.5613014101982117, 0.5257940888404846, -0.28656312823295593, -1.4027916193008423, -2.112259864807129, -1.9865273237228394, -1.4926042556762695, -1.1574006080627441, -0.6379680037498474, 0.23915761709213257, 0.8433284759521484, 0.6642103791236877, -0.10656679421663284, -0.8542317152023315, -1.203014850616455, -0.8434802293777466, 0.3168507218360901, 1.7198642492294312, 2.3271937370300293, 2.1581904888153076, 1.9559557437896729, 1.6794958114624023, 1.1639498472213745, 0.7893160581588745, 1.0759512186050415, 2.221170425415039, 3.564239978790283, 3.31683087348938, 0.7964414358139038, -2.5548179149627686, -4.355671405792236, -3.8167097568511963, -2.7130255699157715, -1.985486626625061, -1.2219558954238892, -0.4836594760417938, -0.3748568296432495, -0.6294654011726379, -0.7305669784545898, -0.9636030793190002, -1.2956230640411377, -0.7036723494529724, 1.5551496744155884, 3.884913921356201, 4.314499855041504, 3.1566429138183594, 1.6035088300704956, 0.21242977678775787, -0.8992443680763245, -1.5555239915847778, -1.3710205554962158, -0.6332694888114929, 0.04219760373234749, 0.1098935604095459, -0.7261025905609131, -2.004889726638794, -2.705294609069824, -2.474060297012329, -1.8136029243469238, -1.2254489660263062, -0.49321267008781433, 0.4737500548362732, 1.000430703163147, 0.7940557599067688, 0.08376876264810562, -0.7171522378921509, -1.177970290184021, -0.9392209649085999, 0.08293100446462631, 1.4023685455322266, 2.2861897945404053, 2.360727310180664, 2.170377016067505, 2.084376573562622, 1.749892234802246, 1.2424200773239136, 0.9956957697868347, 1.5918813943862915, 3.079658031463623, 3.2258787155151367, 0.2262226641178131, -3.4695613384246826, -4.923603057861328, -3.4979281425476074, -1.7991130352020264, -1.213104486465454, -1.0121972560882568, -0.8757112622261047, -1.197819471359253, -1.2300094366073608, -0.4828340709209442, -0.2181597650051117, -0.814303994178772, -0.5944717526435852, 1.748000979423523, 4.323859214782715, 4.587784767150879, 2.8287484645843506, 1.0171942710876465, 0.051605045795440674, -0.31522318720817566, -0.411361426115036, -0.19258460402488708, 0.044504549354314804, 0.016361165791749954, -0.21500127017498016, -1.0689516067504883, -2.392406940460205, -3.20680570602417, -2.799625873565674, -1.9373655319213867, -1.439015507698059, -0.8733063340187073, 0.038823097944259644, 0.6473469734191895, 0.4973887801170349, -0.09314996749162674, -0.6128789186477661, -0.9588651657104492, -0.755066454410553, 0.30114614963531494, 1.5836818218231201, 1.9456738233566284, 1.4318472146987915, 1.178908348083496, 1.3477942943572998, 1.2904311418533325, 0.6971923112869263, 0.2279941737651825, 0.5903482437133789, 1.6826053857803345, 2.9233193397521973, 3.667724847793579, 2.2538888454437256, -1.4887586832046509, -4.7634077072143555, -4.933834552764893, -2.374901056289673, -0.2640429139137268, 0.11589021235704422, -0.2683342695236206, -0.7812714576721191, -1.517042636871338, -1.7920727729797363, -1.2801430225372314, -0.8503968119621277, -0.7148290276527405, 0.31131938099861145, 2.752811908721924, 4.692709922790527, 4.114462375640869, 1.843206763267517, -0.02951442264020443, -0.6033272743225098, 0.11215328425168991, 1.253284215927124, 1.9640095233917236, 1.693187952041626, 0.7612646222114563, -0.6099703311920166, -2.1500258445739746, -3.2535240650177, -3.5771002769470215, -3.1546404361724854, -2.4540557861328125, -1.5921061038970947, -0.6551586389541626, -0.0003918369475286454, 0.0995737612247467, -0.1511462926864624, -0.5878916382789612, -0.8215023875236511, -0.26637300848960876, 0.9893999695777893, 2.091817617416382, 2.2192270755767822, 1.4572619199752808, 0.34451931715011597, -0.3588697910308838, -0.29500243067741394, 0.08485736697912216, 0.10138051211833954, -0.09369421750307083, 0.3252808153629303, 1.4542887210845947, 2.29850697517395, 2.437352180480957, 2.3824424743652344, 1.4567214250564575, -1.1666978597640991, -3.3917384147644043, -2.9019546508789062, -0.3752189576625824, 1.024069905281067, 0.46328994631767273, -0.666714608669281, -1.7308638095855713, -2.7538156509399414, -2.880101203918457, -1.7078596353530884, -0.6697779297828674, -0.4805034101009369, 0.26491913199424744, 2.4535207748413086, 4.194150924682617, 3.5420725345611572, 1.4371960163116455, 0.07684367895126343, 0.39562803506851196, 1.6852402687072754, 2.7372334003448486, 2.753129720687866, 1.736847162246704, 0.4549819827079773, -0.727371871471405, -2.1205549240112305, -3.5233678817749023, -3.99418306350708, -3.065765857696533, -1.7395942211151123, -1.1241958141326904, -0.9959209561347961, -0.938063383102417, -1.013482689857483, -0.9957870244979858, -0.49752941727638245, 0.31665894389152527, 0.875565767288208, 1.1973857879638672, 1.509538173675537, 1.3406221866607666, 0.21566320955753326, -1.1785944700241089, -1.6417573690414429, -0.8825024962425232, 0.18780726194381714, 0.6335957050323486, 0.5688623189926147, 0.7712860107421875, 1.4577091932296753, 2.050727367401123, 2.166802406311035, 2.025717258453369, 2.203768730163574, 2.08304500579834, 0.6085341572761536, -1.323073148727417, -1.9408133029937744, -1.1265318393707275, -0.5219319462776184, -0.703379213809967, -1.173832893371582, -1.7632111310958862, -2.579667806625366, -2.7629363536834717, -1.6146782636642456, -0.3073703646659851, -0.10699136555194855, 0.023388095200061798, 1.410625696182251, 3.067200183868408, 3.125366449356079, 1.89283287525177, 1.0285892486572266, 1.100886583328247, 1.675696611404419, 2.160027265548706, 2.2548794746398926, 1.6641703844070435, 0.6006084084510803, -0.4551687240600586, -1.488389253616333, -2.464787244796753, -2.970217704772949, -2.675767421722412, -1.905977725982666, -1.5550576448440552, -1.6972028017044067, -1.7400379180908203, -1.5300512313842773, -1.2273046970367432, -0.8601192235946655, -0.33673515915870667, 0.13126134872436523, 0.3736412227153778, 0.5956903100013733, 0.7265041470527649, 0.3372563123703003, -0.3509616553783417, -0.5470104813575745, 0.0683925524353981, 0.7127490639686584, 0.734902560710907, 0.5869929790496826, 0.8309361338615417, 1.4249156713485718, 2.0151402950286865, 2.3705663681030273, 2.295595169067383, 2.007793664932251, 2.0316619873046875, 1.624596357345581, -0.07365624606609344, -2.144347906112671, -2.657599687576294, -1.3199824094772339, -0.014295155182480812, -0.03079388104379177, -0.9909230470657349, -1.985074520111084, -2.522735595703125, -2.100181818008423, -0.779402494430542, 0.17149557173252106, 0.048023149371147156, 0.09994234144687653, 1.329410195350647, 2.6315832138061523, 2.4529812335968018, 1.0559031963348389, -0.006763128563761711, 0.03613106906414032, 1.020134449005127, 2.1382992267608643, 2.448392629623413, 1.595596194267273, 0.35615336894989014, -0.5598506927490234, -1.1499853134155273, -1.6239303350448608, -1.7947463989257812, -1.4664100408554077, -1.0256544351577759, -0.9191827774047852, -1.122824788093567, -1.521673560142517, -2.1087393760681152, -2.5106801986694336, -2.309532403945923, -1.5519782304763794, -0.6920889019966125, -0.05615505576133728, 0.3783417046070099, 0.6148862838745117, 0.4974394142627716, 0.20869389176368713, 0.17406420409679413, 0.5721190571784973, 1.071842074394226, 1.3458631038665771, 1.5655372142791748, 1.833045244216919, 1.9425227642059326, 1.7350808382034302, 1.3409696817398071, 1.1046736240386963, 1.1993447542190552, 1.4877057075500488, 1.4296925067901611, 0.36065053939819336, -1.332370400428772, -2.2870845794677734, -1.5809091329574585, -0.27960166335105896, 0.3126414716243744, -0.06990811228752136, -0.7779081463813782, -1.2133363485336304, -1.1396963596343994, -0.5934560298919678, -0.15163297951221466, -0.40918758511543274, -0.8780364394187927, -0.4730030298233032, 0.6156684160232544, 1.2674286365509033, 0.8855769634246826, -0.0029702417086809874, -0.49613478779792786, -0.18351513147354126, 0.7481053471565247, 1.7139183282852173, 2.0439870357513428, 1.7249780893325806, 1.217492938041687, 0.712061882019043, 0.21989856660366058, -0.23921136558055878, -0.6054460406303406, -0.9732486009597778, -1.2768408060073853, -1.3557090759277344, -1.3165452480316162, -1.3810094594955444, -1.57047700881958, -1.731424331665039, -1.9001986980438232, -1.9560497999191284, -1.5584228038787842, -0.5945335030555725, 0.38819700479507446, 0.8374806046485901, 0.8208547830581665, 0.7156180739402771, 0.6934941411018372, 0.7438103556632996, 0.8359053134918213, 0.8083454966545105, 0.5672290325164795, 0.384851336479187, 0.5515671968460083, 0.7700017094612122, 0.6934014558792114, 0.3649568557739258, 0.10166402161121368, 0.022700104862451553, 0.1504158079624176, 0.416082501411438, 0.387798935174942, -0.15662115812301636, -0.43385574221611023, 0.07694350183010101, 0.6325145363807678, 0.6120570302009583, 0.16228342056274414, 0.045171141624450684, 0.3443734645843506, 0.5341495275497437, 0.371188223361969, 0.14409346878528595, -0.20941482484340668, -0.5983464121818542, -0.7609787583351135, -0.5474629402160645, -0.15581804513931274, 0.06415654718875885, 0.12899649143218994, 0.26948121190071106, 0.4938827455043793, 0.5325923562049866, 0.32540515065193176, 0.05790054425597191, -0.011061100289225578, 0.03674565255641937, -0.006379533559083939, -0.16472642123699188, -0.22809062898159027, -0.17386756837368011, -0.32154300808906555, -0.7852655053138733, -1.2724316120147705, -1.3406879901885986, -0.9297604560852051, -0.39109042286872864, -0.09023793041706085, -0.060984376817941666, -0.1392926424741745, -0.16054607927799225, -0.017479410395026207, 0.1962585151195526, 0.2031436264514923, -0.023322084918618202, -0.1383199393749237, 0.03377879410982132, 0.1816689819097519, -0.06388968229293823, -0.5912117958068848, -0.8928865194320679, -0.668297529220581, -0.315824031829834, -0.3035956025123596, -0.34265682101249695, -0.08268555998802185, 0.4414653480052948, 0.9526282548904419, 1.194772720336914, 0.919567883014679, 0.4251227378845215, 0.5009433031082153, 1.1590694189071655, 1.359691858291626, 0.6949803233146667, 0.11303991079330444, 0.5191200375556946, 1.1954054832458496, 0.92755126953125, -0.061919767409563065, -0.5993068814277649, -0.31124627590179443, 0.09509021043777466, 0.034738071262836456, -0.29176974296569824, -0.4082168638706207, -0.17558489739894867, 0.16866850852966309, 0.2812049686908722, 0.0764530673623085, -0.21200712025165558, -0.37983864545822144, -0.3309946060180664, -0.10443692654371262, 0.04907633364200592, -0.12087292969226837, -0.4828134775161743, -0.5500635504722595, -0.13653789460659027, 0.17575465142726898, -0.1502823382616043, -0.6352542638778687, -0.5726647973060608, -0.13013458251953125, 0.008078095503151417, -0.2360771745443344, -0.4235847592353821, -0.3582618236541748, -0.33448120951652527, -0.342414528131485, -0.27879977226257324, -0.20305147767066956, -0.2977518141269684, -0.450627863407135, -0.39047813415527344, -0.1761782020330429, -0.17755109071731567, -0.4165244996547699, -0.5274894833564758, -0.32034698128700256, 0.04943755641579628, 0.1606261432170868, -0.03286407142877579, -0.045147135853767395, 0.3921927809715271, 0.891464114189148, 0.9092355370521545, 0.4458118677139282, 0.23792695999145508, 0.7744122743606567, 1.2520712614059448, 0.8466511964797974, 0.14006023108959198, 0.20053446292877197, 0.969830334186554, 1.2743955850601196, 0.6422027349472046, -0.1880154311656952, -0.33251503109931946, 0.17942990362644196, 0.5470288395881653, 0.3616471588611603, -0.052671968936920166, -0.1985398381948471, 0.0057127042673528194, 0.2649844288825989, 0.2588611841201782, 0.035520657896995544, -0.17390695214271545, -0.1919679343700409, -0.04521193355321884, 0.14427827298641205, 0.1956622302532196, -0.03716077655553818, -0.4315493404865265, -0.6495726108551025, -0.5662354230880737, -0.41653645038604736, -0.4206656813621521, -0.4937664568424225, -0.47086024284362793, -0.5290294885635376, -0.7425991892814636, -0.7814293503761292, -0.5267650485038757, -0.3436625599861145, -0.5296894311904907, -0.7734124064445496, -0.6520471572875977, -0.28130561113357544, -0.07518777996301651, -0.14770616590976715, -0.294320285320282, -0.18283326923847198, -0.14387549459934235, -0.3632696866989136, -0.30837443470954895, -0.051300447434186935, 0.15710769593715668, 0.3086618185043335, 0.2759411931037903, 0.3078765571117401, 0.6228814721107483, 0.898330807685852, 0.6125094294548035, 0.1411430537700653, 0.31233829259872437, 1.0097625255584717, 1.2488330602645874, 0.6450293660163879, 0.05552038922905922, 0.44281435012817383, 1.2253156900405884, 1.1281204223632812, 0.1527886688709259, -0.4975999593734741, -0.051387716084718704, 0.7594740390777588, 0.8575953841209412, 0.18421249091625214, -0.4037945568561554, -0.33757591247558594, 0.15614207088947296, 0.33110135793685913, -0.0046983882784843445, -0.4268907606601715, -0.4619113802909851, -0.10673888772726059, 0.17036063969135284, 0.02487645484507084, -0.3313131630420685, -0.4683864116668701, -0.33710432052612305, -0.2144564539194107, -0.24912166595458984, -0.4202393591403961, -0.5229721069335938, -0.39438703656196594, -0.2657448947429657, -0.40638601779937744, -0.6411862969398499, -0.6168487668037415, -0.3817635476589203, -0.33774814009666443, -0.6176382899284363, -0.8859202265739441, -0.7262762784957886, -0.3583053648471832, -0.24721759557724, -0.4313415586948395, -0.5923464298248291, -0.4820108115673065, -0.28370726108551025, -0.21620212495326996, -0.2691962718963623, -0.2553999125957489, -0.06654581427574158, 0.2418803870677948, 0.4840526282787323, 0.5668016076087952, 0.6091852188110352, 0.7015731334686279, 0.6932492256164551, 0.5863457918167114, 0.7311853766441345, 1.141597867012024, 1.3135067224502563, 0.8746720552444458, 0.3620551526546478, 0.5212303996086121, 1.1461844444274902, 1.2406723499298096, 0.49447381496429443, -0.2620173692703247, -0.18878285586833954, 0.4480395019054413, 0.7238365411758423, 0.2610859274864197, -0.3920494019985199, -0.5311720967292786, -0.15778681635856628, 0.12223915755748749, -0.04309261590242386, -0.40268921852111816, -0.5594536662101746, -0.4126037061214447, -0.19568085670471191, -0.13262714445590973, -0.20301128923892975, -0.22688564658164978, -0.13957054913043976, -0.09572019428014755, -0.21741652488708496, -0.3761744499206543, -0.3182714581489563, -0.04852219671010971, 0.034707095474004745, -0.2904030680656433, -0.6480656266212463, -0.5321730971336365, -0.12275803834199905, -0.15752443671226501, -0.8102849125862122, -1.3493508100509644, -1.1716309785842896, -0.5094918012619019, -0.16275760531425476, -0.47954803705215454, -0.9297658801078796, -0.915578305721283, -0.5024448037147522, -0.19519472122192383, -0.2337414175271988, -0.3092573881149292, -0.05940689891576767, 0.39936935901641846, 0.888308584690094, 0.9924290776252747, 0.8036246299743652, 0.7234216332435608, 0.8383720517158508, 0.7357597351074219, 0.6079057455062866, 0.88751620054245, 1.3642526865005493, 1.2754071950912476, 0.5817633867263794, 0.2207772135734558, 0.7065013647079468, 1.2384005784988403, 0.8199422359466553, -0.11819781363010406, -0.4620848298072815, 0.09346253424882889, 0.676167905330658, 0.5598441362380981, -0.11809855699539185, -0.5921027064323425, -0.5239755511283875, -0.1719181388616562, -0.018126806244254112, -0.14800696074962616, -0.3182048797607422, -0.35644808411598206, -0.32391157746315, -0.27528804540634155, -0.21769191324710846, -0.08976567536592484, 0.029829489067196846, 0.02668139338493347, -0.18451854586601257, -0.5042693018913269, -0.5811946392059326, -0.2048436850309372, 0.14287377893924713, -0.12867029011249542, -0.866611659526825, -1.1668635606765747, -0.6083590984344482, 0.029886804521083832, -0.21630343794822693, -1.048590064048767, -1.3557379245758057, -0.7873517274856567, -0.11688493192195892, -0.1884903907775879, -0.8491929173469543, -1.1665136814117432, -0.6985841393470764, -0.01843106374144554, 0.1662285178899765, -0.15256094932556152, -0.36320358514785767, -0.09891070425510406, 0.42327407002449036, 0.6814883947372437, 0.5665140151977539, 0.6023514866828918, 0.9832311868667603, 1.0854394435882568, 0.5923221111297607, 0.3984786570072174, 1.119783878326416, 1.6983346939086914, 0.8424150943756104, -0.35758623480796814, 0.03058960661292076, 1.3913949728012085, 1.5471839904785156, 0.29117220640182495, -0.6550289988517761, -0.3105449080467224, 0.4183380603790283, 0.4898042678833008, 0.03616105392575264, -0.2301836907863617, -0.11742732673883438, -0.005475705489516258, -0.11746196448802948, -0.2165086269378662, -0.16112041473388672, -0.18607988953590393, -0.37756046652793884, -0.4124374985694885, -0.09928904473781586, 0.15369023382663727, 0.05206664279103279, -0.12208627164363861, -0.07771860808134079, -0.11509118229150772, -0.5874053835868835, -0.8707788586616516, -0.33415260910987854, 0.3129326105117798, 0.03476385399699211, -0.9063650965690613, -1.2544108629226685, -0.5944576859474182, 0.025851739570498466, -0.3240744173526764, -1.045298457145691, -1.1365675926208496, -0.6365333199501038, -0.25642144680023193, -0.40061816573143005, -0.8048322796821594, -0.917618989944458, -0.6619886755943298, -0.36681586503982544, -0.16616639494895935, -0.18817029893398285, -0.18270716071128845, 0.06667612493038177, 0.3892325460910797, 0.5676254630088806, 0.6053104400634766, 0.6644858121871948, 0.9916086792945862, 1.4664946794509888, 1.2366493940353394, 0.35235118865966797, 0.2916582226753235, 1.4220854043960571, 2.0733964443206787, 0.9741140604019165, -0.4689127802848816, -0.18961703777313232, 1.5635581016540527, 1.8877862691879272, 0.3847651481628418, -0.7192767262458801, -0.27200520038604736, 0.5362111330032349, 0.5337470769882202, -0.011535118333995342, -0.3635070323944092, -0.31182876229286194, -0.2900526821613312, -0.3351682722568512, -0.27662941813468933, -0.21202266216278076, -0.2947665750980377, -0.34824123978614807, -0.2585251033306122, -0.14530174434185028, -0.1893342137336731, -0.2997671365737915, -0.25840333104133606, 0.006553018931299448, 0.042018868029117584, -0.41715332865715027, -0.9915183782577515, -0.6232519149780273, 0.09661398082971573, -0.11279765516519547, -1.2046763896942139, -1.6613597869873047, -0.854202389717102, 0.20606042444705963, -0.12512026727199554, -1.1920900344848633, -1.2430174350738525, -0.5013080835342407, -0.06617604196071625, -0.23148640990257263, -0.6723904609680176, -0.7616528868675232, -0.3161299228668213, 0.0035767455119639635, 0.17880818247795105, 0.2470542937517166, 0.3503074049949646, 0.4904963970184326, 0.8494543433189392, 1.1039578914642334, 1.1389304399490356, 1.105578899383545, 1.192223310470581, 0.9926021695137024, 0.40075626969337463, 0.5191912651062012, 1.5827324390411377, 2.092735528945923, 0.896422266960144, -0.47876137495040894, -0.09561234712600708, 1.2610321044921875, 1.2781312465667725, 0.0051595610566437244, -0.5508081912994385, -0.00512163108214736, 0.2038295418024063, -0.11809330433607101, -0.3100802004337311, -0.2976917326450348, -0.3657054305076599, -0.6826387643814087, -0.7533910274505615, -0.39130574464797974, -0.10640599578619003, -0.26422441005706787, -0.30906912684440613, -0.18256361782550812, -0.19920475780963898, -0.14487823843955994, -0.2663958966732025, -0.39111948013305664, -0.06347434967756271, 0.004794307053089142, -0.5708106756210327, -0.9956039190292358, -0.4923570454120636, 0.16332373023033142, -0.07734325528144836, -1.1239732503890991, -1.589592695236206, -0.9077804684638977, -0.281544029712677, -0.4476603865623474, -1.0221811532974243, -1.0600566864013672, -0.6442977786064148, -0.3809317350387573, -0.3314187526702881, -0.327380508184433, -0.33361807465553284, -0.235648974776268, -0.008359492756426334, 0.3789424002170563, 0.754741907119751, 0.8459892272949219, 0.7719884514808655, 1.0481129884719849, 1.5573493242263794, 1.6304970979690552, 1.5370192527770996, 1.388261079788208, 0.7154203057289124, 0.6118729710578918, 1.5753260850906372, 2.365042209625244, 1.4784045219421387, -0.3055945336818695, -0.45221590995788574, 0.9730117917060852, 1.5732516050338745, 0.502182126045227, -0.4861743748188019, -0.4153081476688385, -0.3134019374847412, -0.6345163583755493, -0.6392775774002075, -0.43336614966392517, -0.7111238241195679, -1.277713418006897, -1.205006718635559, -0.8581202626228333, -0.7312043309211731, -0.6336031556129456, -0.5275832414627075, -0.878442645072937, -1.2833240032196045, -0.8502792119979858, -0.16384677588939667, -0.05399058014154434, -0.31983521580696106, -0.3885129690170288, -0.4349161684513092, -0.5759503245353699, -0.1490512192249298, 0.5653030276298523, 0.4001743495464325, -0.5481093525886536, -0.8130011558532715, 0.003494740929454565, 0.443694531917572, -0.007780792191624641, -0.4444419741630554, -0.2708514630794525, 0.031065475195646286, -0.08237677067518234, -0.05664805695414543, 0.21016599237918854, 0.14145053923130035, 0.04733806103467941, 0.22244523465633392, 0.6002923846244812, 0.8223186135292053, 0.8956916332244873, 0.9730156660079956, 1.1434158086776733, 0.6650248169898987, 0.1430521309375763, 0.8201738595962524, 2.0776174068450928, 1.990807056427002, 0.42433518171310425, -0.52032870054245, 0.3221508264541626, 1.6379474401474, 1.5347375869750977, 0.29757481813430786, -0.6465648412704468, -0.5420531034469604, -0.045765992254018784, 0.2802942395210266, -0.017365794628858566, -0.7448210716247559, -1.34519624710083, -1.3693193197250366, -0.8358285427093506, -0.4669928550720215, -0.6210331916809082, -1.0030896663665771, -1.2948637008666992, -1.1546223163604736, -0.638785183429718, -0.3119239807128906, -0.5824054479598999, -0.9270099401473999, -0.6761254072189331, -0.25843700766563416, -0.24141143262386322, -0.34768787026405334, -0.08832940459251404, 0.21439504623413086, 0.06876282393932343, -0.15873685479164124, -0.022815784439444542, 0.28147879242897034, 0.3315201997756958, 0.06504615396261215, -0.04315979406237602, 0.08235981315374374, 0.14242780208587646, 0.1235550194978714, 0.3150339126586914, 0.2771586775779724, 0.20697104930877686, 0.22522135078907013, 0.4928842782974243, 0.8708451390266418, 1.0663182735443115, 0.5471915006637573, 0.1274719089269638, 0.40545985102653503, 1.0413999557495117, 1.4303088188171387, 1.1675349473953247, 0.5158230662345886, 0.09709557890892029, 0.3634885847568512, 0.8958318829536438, 1.1223223209381104, 0.6991572976112366, -0.11139269173145294, -0.6836495399475098, -0.49881377816200256, 0.082126185297966, 0.30807387828826904, -0.42334872484207153, -1.416243314743042, -1.513506531715393, -0.7115875482559204, -0.1474837362766266, -0.6182083487510681, -1.356285810470581, -1.4454177618026733, -1.0132336616516113, -0.5976407527923584, -0.3774569630622864, -0.4810597002506256, -0.7982426285743713, -0.768734335899353, -0.35229620337486267, -0.04583875834941864, 0.037185151129961014, 0.058224476873874664, 0.16040031611919403, 0.2654174864292145, 0.19407236576080322, 0.07411941885948181, 0.25650718808174133, 0.2613975405693054, 0.09436950087547302, 0.1433289349079132, -0.1993338018655777, -0.2698334753513336, -0.1326509714126587, 0.08939849585294724, 0.109100840985775, 0.037877485156059265, -0.15677852928638458, 0.05367683619260788, 0.5656229257583618, 0.6084024310112, 0.333937406539917, 0.21815228462219238, 0.5815487504005432, 1.1100682020187378, 1.3133692741394043, 0.8811108469963074, 0.49766916036605835, 0.6485158205032349, 0.999958336353302, 1.1080915927886963, 0.9042907357215881, 0.5414513945579529, 0.31716081500053406, 0.21129140257835388, 0.10115718096494675, -0.0014163681771606207, -0.16712112724781036, -0.29412642121315, -0.6417911052703857, -0.9519098401069641, -0.9486443996429443, -0.6460652351379395, -0.6447246074676514, -0.9405439496040344, -1.111971378326416, -0.9982441663742065, -0.7479887008666992, -0.5188225507736206, -0.35262200236320496, -0.274459570646286, -0.32429996132850647, -0.4410240650177002, -0.3078625798225403, 0.03307682275772095, 0.06235183775424957, -0.577385663986206, -0.7052798867225647, 0.006386287976056337, 0.19596843421459198, -0.02288077399134636, -0.05490531772375107, -0.04189222306013107, -0.26113998889923096, -0.3261023163795471, -0.1514451503753662, -0.06311484426259995, 0.02354126051068306, -0.05376916006207466, -0.015083965845406055, 0.280838280916214, 0.32144781947135925, 0.18960298597812653, 0.39910584688186646, 0.7102090120315552, 0.5354728698730469, 0.3430332541465759, 0.8470578193664551, 1.4571114778518677, 1.380427598953247, 0.632135808467865, 0.30527979135513306, 0.6692918539047241, 1.089578628540039, 1.1901776790618896, 0.8697880506515503, 0.3233664929866791, -0.037666548043489456, 0.17183707654476166, 0.5899899005889893, 0.24132990837097168, -0.5158399343490601, -0.636458158493042, -0.2731025218963623, -0.40709757804870605, -0.8193679451942444, -0.7256524562835693, -0.5376094579696655, -0.7721179723739624, -1.0124921798706055, -0.8353565335273743, -0.5426841378211975, -0.5949293971061707, -0.7308878302574158, -0.7150522470474243, -0.6552248597145081, -0.7374921441078186, -0.6224368810653687, -0.3253437578678131, -0.11949227005243301, -0.23800544440746307, -0.37041568756103516, -0.2557978332042694, 0.016082055866718292, 0.18574093282222748, 0.1517399698495865, -0.019614890217781067, -0.16995088756084442, 0.0022905052173882723, 0.31538286805152893, 0.18515728414058685, -0.07264888286590576, 0.14451313018798828, 0.05999833345413208, 0.057378899306058884, 0.24147701263427734, 0.3548938035964966, 0.395727276802063, 0.4500921964645386, 0.4672999680042267, 0.22163651883602142, 0.23039308190345764, 0.7114545106887817, 1.2629575729370117, 1.0681670904159546, 0.25992903113365173, 0.10376886278390884, 0.9093459844589233, 1.3236702680587769, 0.8275003433227539, 0.2861029803752899, 0.2563502788543701, 0.31995370984077454, 0.30741119384765625, 0.41651466488838196, 0.31972500681877136, -0.1568252593278885, -0.5214123725891113, -0.3287939131259918, -0.20050106942653656, -0.3610199987888336, -0.5751857757568359, -0.6289101839065552, -0.737791121006012, -0.7791224718093872, -0.5801743865013123, -0.43259215354919434, -0.555497944355011, -0.7086324691772461, -0.5379674434661865, -0.3618652820587158, -0.30313941836357117, 0.004121590405702591, 0.6251892447471619, 0.21329715847969055, -1.9358915090560913, -1.3248926401138306, 0.8159259557723999, 0.8406359553337097, -0.4835430681705475, -0.6465858817100525, 0.34547749161720276, -0.05265829712152481, -0.443753182888031, -0.11196907609701157, 0.0062981280498206615, -0.5108408331871033, -0.9197469353675842, -0.26387637853622437, 0.31360602378845215, -0.028642596676945686, -0.2735045850276947, 0.07292010635137558, 0.28662413358688354, 0.30996865034103394, 0.5035939812660217, 0.5125048756599426, 0.42785266041755676, 1.0010709762573242, 1.4880796670913696, 0.9871664047241211, 0.0567353181540966, 0.5914179086685181, 1.6396851539611816, 1.4666941165924072, 0.4250231087207794, 0.19870656728744507, 0.8773192763328552, 0.9644723534584045, 0.44547492265701294, 0.09984021633863449, 0.21011655032634735, 0.15800654888153076, -0.1877163052558899, -0.335151344537735, -0.40371888875961304, -0.4770365357398987, -0.5073387622833252, -0.593436062335968, -0.6946583390235901, -0.7066794633865356, -0.7589586973190308, -0.8986634016036987, -0.850444495677948, -0.34039413928985596, -0.055795785039663315, -0.3596125841140747, -0.5671899914741516, -0.06921178847551346, 0.6165364980697632, 0.02399786375463009, -1.5534178018569946, -1.9698917865753174, -0.667003333568573, 0.23281309008598328, -0.017507269978523254, -0.21593426167964935, -0.2329941689968109, -0.4633093774318695, -0.8054354786872864, -0.9113602042198181, -0.44492092728614807, -0.06264375895261765, -0.16964218020439148, -0.3272363543510437, -0.2525378167629242, -0.11709887534379959, -0.07711280882358551, 0.2123480588197708, 0.4977850615978241, 0.4605162739753723, 0.4146014451980591, 0.5977338552474976, 0.9080392718315125, 1.0289957523345947, 1.0988467931747437, 1.1114922761917114, 0.8485608100891113, 0.6834468841552734, 0.9309242963790894, 1.1685057878494263, 1.0081745386123657, 0.7839475274085999, 0.8403201699256897, 0.9188430309295654, 0.6819048523902893, 0.40521588921546936, 0.3411596715450287, 0.3561881184577942, 0.1096150204539299, -0.06340165436267853, -0.031541284173727036, -0.27464383840560913, -0.5082920789718628, -0.47705888748168945, -0.314647912979126, -0.48486587405204773, -0.806189239025116, -0.7805371284484863, -0.6119228005409241, -0.4538573622703552, -0.4036128520965576, -0.44301551580429077, -0.5317797064781189, -0.5904732942581177, -0.5120263695716858, -0.41618967056274414, -0.4945976436138153, -0.5118221640586853, -0.3872925639152527, -0.2057926505804062, -0.4095669984817505, -0.6744726896286011, -0.6040265560150146, -0.39074936509132385, -0.3966209888458252, -0.45100244879722595, -0.2948983609676361, -0.2527112364768982, -0.30060234665870667, -0.30275386571884155, -0.20335784554481506, -0.105309396982193, -0.15091371536254883, -0.2119510918855667, -0.012204587459564209, 0.14975371956825256, 0.27359917759895325, 0.34781527519226074, 0.35919615626335144, 0.38591310381889343, 0.5254882574081421, 0.7694473266601562, 0.7556703686714172, 0.5605846047401428, 0.4986787438392639, 0.6637082695960999, 0.8280923962593079, 0.7784712314605713, 0.7396661639213562, 0.749047040939331, 0.6805444955825806, 0.6079038977622986, 0.658707320690155, 0.7177362442016602, 0.5662765502929688, 0.35319387912750244, 0.3284589350223541, 0.3248785436153412, 0.28116223216056824, 0.17851607501506805, 0.14544056355953217, 0.08254294097423553, -0.017016127705574036, -0.07717792689800262, -0.1468971073627472, -0.21954844892024994, -0.30662086606025696, -0.330221027135849, -0.33833426237106323, -0.41843166947364807, -0.5551729798316956, -0.6470313668251038, -0.6256276369094849, -0.606977105140686, -0.6502668857574463, -0.7157610654830933, -0.7450008988380432, -0.6854366660118103, -0.6297008395195007, -0.6522674560546875, -0.7264498472213745, -0.7824190855026245, -0.7131606936454773, -0.5830951929092407, -0.5065816640853882, -0.5089350938796997, -0.4321646988391876, -0.3037320077419281, -0.2783384621143341, -0.2886009216308594, -0.19275923073291779, -0.025894789025187492, 0.01373428013175726, 0.006696966476738453, 0.09746767580509186, 0.2122325450181961, 0.265278160572052, 0.3235304057598114, 0.36755552887916565, 0.37297067046165466, 0.35152825713157654, 0.37575119733810425, 0.4300084114074707, 0.46376723051071167, 0.5148056745529175, 0.5945360660552979, 0.6165382862091064, 0.5199693441390991, 0.5083816051483154, 0.6294698119163513, 0.6208625435829163, 0.4772695004940033, 0.3835214674472809, 0.45323166251182556, 0.5036236643791199, 0.4858527183532715, 0.43775561451911926, 0.408276230096817, 0.3895759880542755, 0.3302207887172699, 0.31016239523887634, 0.3033139705657959, 0.2426440417766571, 0.13623109459877014, 0.03149745240807533, 0.009099605493247509, 0.017962634563446045, -0.03255384787917137, -0.15754127502441406, -0.26396241784095764, -0.321175217628479, -0.37085267901420593, -0.40802711248397827, -0.4242854118347168, -0.4540683329105377, -0.48457276821136475, -0.5659823417663574, -0.6213993430137634, -0.5920685529708862, -0.6039626002311707, -0.6543917655944824, -0.6626386046409607, -0.6280654072761536, -0.5863891243934631, -0.5807015299797058, -0.5480949878692627, -0.46245092153549194, -0.4246712923049927, -0.42045220732688904, -0.40575820207595825, -0.29758891463279724, -0.17018043994903564, -0.13528020679950714, -0.14494246244430542, -0.1006968691945076, -0.008672800846397877, 0.0737224668264389, 0.09274569898843765, 0.09220413863658905, 0.1325584203004837, 0.15743476152420044, 0.16375933587551117, 0.15870290994644165, 0.1880684345960617, 0.24245527386665344, 0.29435428977012634, 0.33794859051704407, 0.32711103558540344, 0.3324615955352783, 0.32878369092941284, 0.30435773730278015, 0.3440788984298706, 0.4163776934146881, 0.44068199396133423, 0.3785006105899811, 0.3480374217033386, 0.419111043214798, 0.502557635307312, 0.49183139204978943, 0.4245435893535614, 0.4200282692909241, 0.391514390707016, 0.3536849021911621, 0.37209680676460266, 0.3666447401046753, 0.31842315196990967, 0.2657771408557892, 0.21931655704975128, 0.196205273270607, 0.1984184831380844, 0.17115327715873718, 0.07590225338935852, -0.031742509454488754, -0.10675814002752304, -0.1285233199596405, -0.11811204254627228, -0.16293516755104065, -0.2662713825702667, -0.33586573600769043, -0.35572823882102966, -0.3680492341518402, -0.3761405348777771, -0.41010862588882446, -0.4578114449977875, -0.47812795639038086, -0.4347180426120758, -0.39798256754875183, -0.394222229719162, -0.4002629816532135, -0.4334418475627899, -0.4248998761177063, -0.38459768891334534, -0.34203028678894043, -0.31571924686431885, -0.3448777198791504, -0.3611336946487427, -0.2786838412284851, -0.15436358749866486, -0.11850997805595398, -0.13484357297420502, -0.13594545423984528, -0.11751896142959595, -0.08030389994382858, -0.014278633520007133, 0.05697829648852348, 0.058737799525260925, 0.025325670838356018, 0.05113410949707031, 0.14653006196022034, 0.20781302452087402, 0.17672662436962128, 0.1421061009168625, 0.1769547313451767, 0.22787362337112427, 0.2601165175437927, 0.2600979804992676, 0.29264214634895325, 0.3072427213191986, 0.2757096588611603, 0.2642829716205597, 0.25279495120048523, 0.24980761110782623, 0.22827962040901184, 0.24206605553627014, 0.30028823018074036, 0.31599003076553345, 0.29598361253738403, 0.2548483610153198, 0.2491450309753418, 0.2893841862678528, 0.3066137433052063, 0.27865123748779297, 0.23479141294956207, 0.18455465137958527, 0.168978750705719, 0.20877377688884735, 0.22942548990249634, 0.15179885923862457, 0.0510743223130703, 0.004808880854398012, 0.018680812790989876, 0.02344866842031479, -0.013908271677792072, -0.0860915556550026, -0.1244085356593132, -0.11135579645633698, -0.12115459889173508, -0.1856878250837326, -0.27027302980422974, -0.2983963191509247, -0.27381378412246704, -0.23890425264835358, -0.2551616430282593, -0.2925112247467041, -0.3148302137851715, -0.338022381067276, -0.3307565748691559, -0.30728214979171753, -0.28812405467033386, -0.3040279448032379, -0.3201187252998352, -0.3185327351093292, -0.2746593952178955, -0.24273289740085602, -0.23880626261234283, -0.21210816502571106, -0.159913569688797, -0.16151657700538635, -0.21131429076194763, -0.2022015005350113, -0.14443440735340118, -0.06226194649934769, -0.03096233867108822, -0.042979251593351364, -0.07618848979473114, -0.06159551441669464, -0.00904668215662241, 0.0250751543790102, 0.03684065490961075, 0.03458333760499954, 0.08023887872695923, 0.12412630021572113, 0.1468728929758072, 0.1486496925354004, 0.157305046916008, 0.16819728910923004, 0.19842925667762756, 0.22312885522842407, 0.2260098159313202, 0.23927085101604462, 0.23541581630706787, 0.23799575865268707, 0.2980193495750427, 0.34295132756233215, 0.32707512378692627, 0.2783147096633911, 0.266275554895401, 0.31109341979026794, 0.3122051954269409, 0.2885197401046753, 0.2673868238925934, 0.2705152928829193, 0.24911706149578094, 0.1816408932209015, 0.16220520436763763, 0.20791655778884888, 0.2120518982410431, 0.1285283863544464, 0.05936158075928688, 0.049583762884140015, 0.04221198707818985, -0.0007019666954874992, -0.05476660281419754, -0.09298845380544662, -0.12349165230989456, -0.10615866631269455, -0.08982834219932556, -0.13241137564182281, -0.2570813298225403, -0.3475620448589325, -0.31676146388053894, -0.25229912996292114, -0.221011683344841, -0.2365768849849701, -0.2647809684276581, -0.30459922552108765, -0.31721219420433044, -0.2890963554382324, -0.26687633991241455, -0.2700193524360657, -0.2768726050853729, -0.24930807948112488, -0.2527519762516022, -0.27053940296173096, -0.2629959285259247, -0.2206643670797348, -0.19659090042114258, -0.21873736381530762, -0.22527500987052917, -0.1959569752216339, -0.16878072917461395, -0.13205502927303314, -0.10510116070508957, -0.11056438088417053, -0.11267177015542984, -0.05105151608586311, 0.011066076345741749, 0.0037503663916140795, -0.004241813439875841, 0.02113894373178482, 0.06762669235467911, 0.10557600855827332, 0.16839857399463654, 0.23964446783065796, 0.2512704133987427, 0.21717025339603424, 0.22143836319446564, 0.28594648838043213, 0.3277037739753723, 0.3293372690677643, 0.3204765319824219, 0.3283650875091553, 0.3199711740016937, 0.3037446141242981, 0.3341313600540161, 0.3512001633644104, 0.33243221044540405, 0.2837160527706146, 0.23810145258903503, 0.23232096433639526, 0.2493019551038742, 0.2513936161994934, 0.19758503139019012, 0.12758484482765198, 0.09938978403806686, 0.10656309127807617, 0.09912167489528656, 0.05625484883785248, 0.00524381035938859, -0.019878685474395752, -0.0441514253616333, -0.0705680400133133, -0.08037996292114258, -0.10286600142717361, -0.14378808438777924, -0.16698530316352844, -0.15817439556121826, -0.1668105274438858, -0.19836527109146118, -0.22192327678203583, -0.2552471458911896, -0.28015056252479553, -0.2832312285900116, -0.26002779603004456, -0.2284250408411026, -0.24780677258968353, -0.2879038453102112, -0.30561158061027527, -0.28899499773979187, -0.24092379212379456, -0.18696925044059753, -0.17872563004493713, -0.22509457170963287, -0.2307468056678772, -0.15767140686511993, -0.09790924936532974, -0.07872053980827332, -0.07463830709457397, -0.05974666029214859, -0.029816243797540665, -0.009617370553314686, 0.027236497029662132, 0.07144726812839508, 0.07388194650411606, 0.057587914168834686, 0.09935407340526581, 0.16425620019435883, 0.1704254150390625, 0.15587469935417175, 0.15812097489833832, 0.18361787497997284, 0.20668381452560425, 0.21409229934215546, 0.22330330312252045, 0.21862223744392395, 0.21397025883197784, 0.2141195684671402, 0.21966107189655304, 0.21535709500312805, 0.20528742671012878, 0.2209574282169342, 0.20932388305664062, 0.18448227643966675, 0.16939730942249298, 0.16502821445465088, 0.15116707980632782, 0.12584249675273895, 0.1153641790151596, 0.1134558841586113, 0.08012670278549194, 0.04091693460941315, 0.012655776925384998, 0.01092284545302391, 0.01789584942162037, 0.008717442862689495, 0.002371066715568304, -0.03771347180008888, -0.09446075558662415, -0.09678220003843307, -0.09653619676828384, -0.09887989610433578, -0.10026901215314865, -0.12003163993358612, -0.15071766078472137, -0.17830809950828552, -0.17268486320972443, -0.16719916462898254, -0.17876635491847992, -0.19579696655273438, -0.18213088810443878, -0.16261446475982666, -0.1774149239063263, -0.20612558722496033, -0.20574285089969635, -0.17354224622249603, -0.13572785258293152, -0.11629142612218857, -0.12682916224002838, -0.1571180373430252, -0.14797347784042358, -0.083442822098732, -0.03008267469704151, -0.00692590419203043, -0.03511364385485649, -0.05957101285457611, -0.037187084555625916, 0.009899290278553963, 0.05082797259092331, 0.058585815131664276, 0.0469866506755352, 0.040300626307725906, 0.04772353917360306, 0.0857308879494667, 0.11465192586183548, 0.11421921849250793, 0.10426830500364304, 0.11037250608205795, 0.13116197288036346, 0.14182810485363007, 0.15041877329349518, 0.16320699453353882, 0.14808794856071472, 0.12528321146965027, 0.13682733476161957, 0.15981420874595642, 0.15498553216457367, 0.13159868121147156, 0.12447114288806915, 0.13318949937820435, 0.12854720652103424, 0.11268095672130585, 0.10759244859218597, 0.09680585563182831, 0.06847081333398819, 0.042752865701913834, 0.05386967957019806, 0.05816235393285751, 0.039675623178482056, 0.01641116477549076, -0.0058432756923139095, -0.02929103560745716, -0.044131238013505936, -0.041739776730537415, -0.0396534763276577, -0.06050480902194977, -0.08809556812047958, -0.09083178639411926, -0.07690013945102692, -0.07077483087778091, -0.0940357893705368, -0.12345632165670395, -0.13733570277690887, -0.14052847027778625, -0.13604053854942322, -0.10790953785181046, -0.08373456448316574, -0.09459405392408371, -0.13933131098747253, -0.15208841860294342, -0.10736403614282608, -0.06012970581650734, -0.05105389654636383, -0.06761142611503601, -0.07473091781139374, -0.06136554107069969, -0.03268897533416748, -0.007797081954777241, -0.002016175538301468, -0.010231008753180504, -0.00847118441015482, 0.004144821781665087, 0.02002391777932644, 0.0321846529841423, 0.037553392350673676, 0.03614243492484093, 0.021229337900877, 0.03019898198544979, 0.05517997220158577, 0.07297981530427933, 0.0638352707028389, 0.057173535227775574, 0.06604351848363876, 0.08401332795619965, 0.09792075306177139, 0.09785693883895874, 0.08871735632419586, 0.0829567089676857, 0.08220340311527252, 0.08765938878059387, 0.09988080710172653, 0.10838908702135086, 0.09881102293729782, 0.07650990784168243, 0.08533626049757004, 0.09955801069736481, 0.09060853719711304, 0.06645962595939636, 0.048877060413360596, 0.05426710098981857, 0.05508933216333389, 0.03628368303179741, 0.020494211465120316, 0.01641531102359295, 0.008426022715866566, -0.016738934442400932, -0.025219956412911415, -0.02457735687494278, -0.023815874010324478, -0.031777963042259216, -0.056212760508060455, -0.07299879193305969, -0.07317817211151123, -0.06358099728822708, -0.06544551998376846, -0.07885263860225677, -0.10103599727153778, -0.11619985848665237, -0.12077508121728897, -0.11046457290649414, -0.0841703787446022, -0.07519061118364334, -0.0895734429359436, -0.10027177631855011, -0.09355881065130234, -0.06564784049987793, -0.04170829430222511, -0.03150142729282379, -0.040151480585336685, -0.03887767344713211, -0.017113666981458664, -0.003878009505569935, -0.007940485142171383, -0.007674775552004576, 0.001649238751269877, 0.013318373821675777, 0.024468909949064255, 0.03648880124092102, 0.052227944135665894, 0.057359728962183, 0.046240366995334625, 0.050932615995407104, 0.06689876317977905, 0.08314510434865952, 0.10292617231607437, 0.1207008808851242, 0.10752873122692108, 0.07819496840238571, 0.07083826512098312, 0.09281747788190842, 0.11336959898471832, 0.11649424582719803, 0.11118777841329575, 0.0883178561925888, 0.07295428216457367, 0.09265676885843277, 0.12236473709344864, 0.12339947372674942, 0.09236390143632889, 0.07336238026618958, 0.08566629886627197, 0.09822031110525131, 0.09849471598863602, 0.0920620933175087, 0.07922613620758057, 0.05374794825911522, 0.04146883636713028, 0.04973456636071205, 0.054029013961553574, 0.03592010959982872, 0.006655936595052481, -0.000358957564458251, 0.0011346181854605675, -0.004029167350381613, -0.040044546127319336, -0.05848065763711929, -0.05673014372587204, -0.06413853913545609, -0.0680561363697052, -0.08152730017900467, -0.09546355903148651, -0.10010867565870285, -0.1065472885966301, -0.10691758245229721, -0.10669608414173126, -0.10690995305776596, -0.10700707137584686, -0.10672610253095627, -0.09925270825624466, -0.09757322818040848, -0.08768648654222488, -0.0758867934346199, -0.07380977272987366, -0.07267783582210541, -0.06532507389783859, -0.05493226274847984, -0.04833434149622917, -0.04222896695137024, -0.02231154963374138, -0.01485245767980814, -0.009041744284331799, -0.0018061758019030094, 0.010194443166255951, 0.018128246068954468, 0.01585637591779232, 0.018360240384936333, 0.025493308901786804, 0.03854767978191376, 0.05497519299387932, 0.05808839946985245, 0.05862803012132645, 0.06660740822553635, 0.07415825128555298, 0.07445188611745834, 0.08126131445169449, 0.09429388493299484, 0.09942860156297684, 0.09099038690328598, 0.07833345979452133, 0.07591785490512848, 0.09083765745162964, 0.111656554043293, 0.11003963649272919, 0.08265435695648193, 0.06526650488376617, 0.06786338239908218, 0.07857973128557205, 0.08140374720096588, 0.06553313881158829, 0.0486384816467762, 0.037443459033966064, 0.03231923654675484, 0.034158769994974136, 0.02760903723537922, 0.004022582434117794, -0.014920881018042564, -0.016246909275650978, -0.015911374241113663, -0.01679939776659012, -0.03398153930902481, -0.05857766047120094, -0.07583823055028915, -0.08229804039001465, -0.08145100623369217, -0.07353749126195908, -0.07847557961940765, -0.09113508462905884, -0.09982848912477493, -0.10640814900398254, -0.10756800323724747, -0.1023266389966011, -0.09135308116674423, -0.0900377556681633, -0.10032939165830612, -0.10748676210641861, -0.09941685944795609, -0.08418456465005875, -0.06873718649148941, -0.05733561888337135, -0.06116925925016403, -0.06659715622663498, -0.06352117657661438, -0.04779971390962601, -0.040744584053754807, -0.034961674362421036, -0.017936382442712784, -0.008807087317109108, -0.004032057709991932, 0.0006375496159307659, 0.011365032754838467, 0.012313307262957096, 0.010566044598817825, 0.02794785425066948, 0.044344525784254074, 0.06218316778540611, 0.07501459866762161, 0.0833263173699379, 0.0765467956662178, 0.0663396343588829, 0.07332022488117218, 0.0935496985912323, 0.10822644829750061, 0.1029839962720871, 0.08695550262928009, 0.0891333594918251, 0.10139662027359009, 0.11376838386058807, 0.10358835011720657, 0.08261705935001373, 0.0722217708826065, 0.06490281969308853, 0.07085330784320831, 0.07562699913978577, 0.06807500123977661, 0.05635615065693855, 0.040510572493076324, 0.03326345607638359, 0.030421169474720955, 0.022258328273892403, 0.007543359417468309, 0.00015302139217965305, 0.0002914596989285201, 0.0008787362021394074, -0.0038353530690073967, -0.018454227596521378, -0.034092675894498825, -0.05571801960468292, -0.05268291011452675, -0.04990954324603081, -0.056823648512363434, -0.05989009886980057, -0.0658835843205452, -0.06933256983757019, -0.08111993968486786, -0.08222078531980515, -0.08207359164953232, -0.0822250172495842, -0.08268561959266663, -0.0899815708398819, -0.09034460783004761, -0.08904561400413513, -0.07887577265501022, -0.06722164899110794, -0.0650821179151535, -0.06599102169275284, -0.06291796267032623, -0.04817965254187584, -0.027851350605487823, -0.01260231900960207, -0.0007555787451565266, 0.0011118925176560879, 0.007926024496555328, 0.009029654785990715, 0.008022068068385124, 0.01475165318697691, 0.026524243876338005, 0.038593001663684845, 0.03496214374899864, 0.038637466728687286, 0.042084500193595886, 0.04233139753341675, 0.05408760905265808, 0.07589219510555267, 0.08341802656650543, 0.07517657428979874, 0.07363609969615936, 0.08080147951841354, 0.08306922018527985, 0.08544526994228363, 0.08271599560976028, 0.083312027156353, 0.07939610630273819, 0.076097272336483, 0.08169817179441452, 0.07459820061922073, 0.05825042352080345, 0.040801502764225006, 0.04309888929128647, 0.04997647926211357, 0.04423254355788231, 0.036548253148794174, 0.024833546951413155, 0.015272369608283043, 0.009039307944476604, 0.00802896823734045, 0.016443338245153427, 0.009352761320769787, 0.0007089243154041469, -0.004669632762670517, -0.01569896750152111, -0.01618007943034172, -0.015603221021592617, -0.02073248103260994, -0.02947450615465641, -0.03288761153817177, -0.03238669037818909, -0.03281833603978157, -0.04108257219195366, -0.053722772747278214, -0.05760115012526512, -0.05716164410114288, -0.055679693818092346, -0.04876619949936867, -0.04953428730368614, -0.04830433800816536, -0.0538753867149353, -0.05807138606905937, -0.05708962306380272, -0.057477809488773346, -0.05743042752146721, -0.05048883706331253, -0.04248731955885887, -0.029763134196400642, -0.02541385218501091, -0.03416701406240463, -0.028293423354625702, -0.015506530180573463, -0.009145555086433887, -0.0004031974240206182, -9.093664266401902e-05, 0.002945986110717058, 0.009335377253592014, 0.0077316975221037865, 0.014899425208568573, 0.022500187158584595, 0.02768726274371147, 0.033372823148965836, 0.03347979485988617, 0.03242361545562744, 0.03029709868133068, 0.03488292545080185, 0.04243924468755722, 0.04883405938744545, 0.041960641741752625, 0.04143878445029259, 0.04210866615176201, 0.039557263255119324, 0.03819984197616577, 0.033353302627801895, 0.026956893503665924, 0.024367662146687508, 0.025444909930229187, 0.02074461616575718, 0.01261692214757204, 0.001925892778672278, 0.00011475641076685861, 0.0007519333739764988, 8.447816981060896e-06, 0.0009023697930388153, -0.0021866082679480314, -0.008546988479793072, -0.013993354514241219, -0.020365089178085327, -0.023942984640598297, -0.02928823046386242, -0.040009524673223495, -0.04748959094285965, -0.04896282032132149, -0.05141599476337433, -0.0570247583091259, -0.04771173745393753, -0.05698641017079353, -0.0722784623503685, -0.07324863225221634, -0.06169377267360687, -0.05700158327817917, -0.0579187273979187, -0.05741827189922333, -0.05755934864282608, -0.05768062174320221, -0.05698366463184357, -0.057986292988061905, -0.05368749797344208, -0.048387106508016586, -0.04967459663748741, -0.044592272490262985, -0.03926371410489082, -0.03309478238224983, -0.032810989767313004, -0.03170771524310112, -0.01926829293370247, -0.001181620405986905, 0.0007979967049323022, 0.00010104083776241168, 0.001425433438271284, 0.00859440304338932, 0.008020739071071148, 0.012497690506279469, 0.02143242582678795, 0.03139330446720123, 0.038557421416044235, 0.04284565895795822, 0.0372462272644043, 0.033561889082193375, 0.04116501659154892, 0.0535578578710556, 0.06175835430622101, 0.05820784345269203, 0.05486369878053665, 0.05806809663772583, 0.057751987129449844, 0.0582302063703537, 0.05774310231208801, 0.05045560002326965, 0.04821261391043663, 0.04163966327905655, 0.04172276705503464, 0.040116626769304276, 0.02799598127603531, 0.02527378499507904, 0.03320705518126488, 0.03356566280126572, 0.02945636585354805, 0.016927823424339294, 0.008097429759800434, 0.000663696089759469, 0.007502508815377951, 0.007830421440303326, -4.924334280076437e-05, -0.01190078817307949, -0.021917469799518585, -0.018512560054659843, -0.015196814201772213, -0.021651098504662514, -0.025596318766474724, -0.036505743861198425, -0.04174664989113808, -0.04012935981154442, -0.04190804064273834, -0.03661094605922699, -0.034928955137729645, -0.04430651292204857, -0.04979211091995239, -0.047019049525260925, -0.04462657496333122, -0.04942174255847931, -0.04209741950035095, -0.03652719780802727, -0.03817073628306389, -0.04210349917411804, -0.0385553352534771, -0.03220745176076889, -0.03349308669567108, -0.02983117289841175, -0.02370176836848259, -0.018162496387958527, -0.00870542787015438, 0.0011831551091745496, -0.004955118056386709, -0.009180998429656029, -0.00379869993776083, 0.0011969167971983552, 0.008149278350174427, 0.008133846335113049, 0.011960300616919994, 0.01856282167136669, 0.023475950583815575, 0.030080361291766167, 0.0338749922811985, 0.0334131084382534, 0.032935403287410736, 0.026200778782367706, 0.024213671684265137, 0.028321048244833946, 0.03378322720527649, 0.03383254632353783, 0.029467295855283737, 0.024331970140337944, 0.025089994072914124, 0.0170418880879879, 0.01725277304649353, 0.012528998777270317, 0.012887829914689064, -0.003215124597772956, 0.025022519752383232, -0.17274267971515656, -0.1523275226354599, 0.03040957823395729, -0.05404803156852722, -0.05312691628932953, -0.028638990595936775, -0.004638706799596548, -0.04768799617886543, -0.030403846874833107, -0.037285834550857544, -0.07654386013746262, -0.028259487822651863, -0.036948878318071365, -0.05332152545452118, -0.015626421198248863, -0.11174554377794266, -0.36588504910469055, -0.05100264027714729, 0.04335686191916466, -0.006587706971913576, -0.1692323088645935, -0.14748141169548035, 0.02700771950185299, -0.08085932582616806, -0.16607509553432465, 0.036029405891895294, -0.04633083567023277, -0.004240642301738262, -0.001024364260956645, 0.062213145196437836, -0.00665635010227561, -0.058511070907115936, -0.006944289896637201, 0.0008369107381440699, 0.048678766936063766, -0.02171611599624157, -0.023787474259734154, -0.029771726578474045, -0.10990364849567413, 0.05050036311149597, 0.06052769348025322, -0.017189832404255867, -0.0251077301800251, 0.001276078401133418, -0.1288752257823944, 0.01119652297347784, 0.09804201871156693, 0.013717656023800373, 0.08742748945951462, 0.07222364097833633, 0.07111947238445282, 0.08200179040431976, -0.0021802678238600492, -0.0641392320394516, 0.06649164110422134, 0.1626550257205963, 0.1901872307062149, 0.164964959025383, 0.1271493285894394, 0.05879556015133858, 0.09718639403581619, 0.08716879785060883, 0.01613088697195053, 0.016379840672016144, -0.015358520671725273, -0.09496480226516724, -0.20239917933940887, -0.20584699511528015, -0.05457253009080887, 0.016448315232992172, -0.39008504152297974, -0.440818727016449, -0.22561006247997284, -0.13797436654567719, -0.06722264736890793, -0.10774114727973938, -0.10546459257602692, -0.051393549889326096, -0.06956523656845093, -0.06795540452003479, 0.03348011150956154, 0.12547235190868378, 0.1295825093984604, 0.20496389269828796, 0.19701524078845978, 0.2131994068622589, 0.31156426668167114, 0.2665761411190033, 0.31858453154563904, 0.25485026836395264, 0.10236299782991409, -0.022323140874505043, 0.07639186084270477, 0.15208233892917633, 0.22966091334819794, 0.31302422285079956, 0.16815897822380066, 0.0881301537156105, 0.15531782805919647, 0.13261592388153076, 0.10412243753671646, 0.044597018510103226, 0.08073579519987106, 0.14653879404067993, 0.13440056145191193, 0.11675344407558441, 0.06070580333471298, 0.11540202051401138, 0.07798890024423599, 0.10347635298967361, 0.04725630581378937, 0.021634891629219055, 0.09388598054647446, -0.011739335022866726, -0.005394455976784229, -0.02310543693602085, -0.1255105882883072, -0.14482879638671875, -0.18193580210208893, -0.14010560512542725, -0.10124914348125458, -0.17674395442008972, -0.26294758915901184, -0.2573338449001312, -0.29496586322784424, -0.30833667516708374, -0.45594117045402527, -0.5396531224250793, -0.3909931182861328, -0.41153040528297424, -0.358961284160614, -0.3850766122341156, -0.35312193632125854, -0.33880722522735596, -0.26106610894203186, -0.15945622324943542, -0.31275802850723267, -0.17674557864665985, -0.048330239951610565, -0.004544991534203291, 0.1996523141860962, 0.23536643385887146, 0.23437564074993134, 0.3182132840156555, 0.4691215753555298, 0.6026126146316528, 0.5662193298339844, 0.45007458329200745, 0.21523383259773254, 0.21732865273952484, 0.3409355580806732, 0.424787312746048, 0.3854439854621887, 0.2424820363521576, 0.3233002722263336, 0.38979604840278625, 0.3228459358215332, 0.22284983098506927, 0.23103047907352448, 0.2886929512023926, 0.1469087153673172, -0.032386962324380875, -0.16255317628383636, -0.047300852835178375, 0.060093626379966736, 0.005112769082188606, -0.03921930864453316, -0.156273752450943, -0.17391563951969147, -0.08754996210336685, -0.06023317202925682, -0.06811853498220444, -0.11799108982086182, -0.19559606909751892, -0.2672923505306244, -0.2561880946159363, -0.18703489005565643, -0.15420310199260712, -0.1714790016412735, -0.28195902705192566, -0.26545217633247375, -0.299520879983902, -0.28362375497817993, -0.34411269426345825, -0.3663857579231262, -0.3701132833957672, -0.41680964827537537, -0.3936734199523926, -0.43159836530685425, -0.40200433135032654, -0.3340584337711334, -0.3160259425640106, -0.3444485664367676, -0.3311583995819092, -0.1598425954580307, -0.16390371322631836, -0.17604534327983856, 0.09523533284664154, 0.3167934715747833, 0.4559920132160187, 0.5080480575561523, 0.5929446816444397, 0.7367790937423706, 0.6571410894393921, 0.3250386416912079, 0.10325148701667786, 0.2983129322528839, 0.5262578129768372, 0.5445036292076111, 0.4655926525592804, 0.40201860666275024, 0.413641095161438, 0.3318072557449341, 0.20330773293972015, 0.18536046147346497, 0.2601314187049866, 0.1818421334028244, -0.0483916699886322, -0.18551456928253174, -0.049336038529872894, 0.08777711540460587, -0.001084966934286058, -0.19074857234954834, -0.27074575424194336, -0.2037031352519989, -0.09116628021001816, -0.04758235439658165, -0.007713305298238993, 0.06601464003324509, -0.004031672608107328, -0.15881936252117157, -0.2348114252090454, -0.12886293232440948, -0.019394539296627045, -0.08330666273832321, -0.2555747926235199, -0.37271374464035034, -0.2899578809738159, -0.19970272481441498, -0.24715135991573334, -0.38179004192352295, -0.4374004900455475, -0.4567612409591675, -0.5528228878974915, -0.5404381155967712, -0.5139273405075073, -0.4464380145072937, -0.4321892261505127, -0.4411831796169281, -0.3579031825065613, -0.3116321265697479, -0.31563836336135864, -0.1756393164396286, -0.06723451614379883, 0.1565942019224167, 0.4846345782279968, 0.6183427572250366, 0.7434130311012268, 1.08237886428833, 1.251465082168579, 0.9766116142272949, 0.4768108129501343, 0.21310973167419434, 0.48377469182014465, 0.8265820741653442, 0.8019709587097168, 0.6004082560539246, 0.48620525002479553, 0.3710508644580841, 0.19170843064785004, -0.008918958716094494, -0.03880336880683899, 0.020489154383540154, -0.16259516775608063, -0.45930755138397217, -0.47272974252700806, -0.2718210518360138, -0.17330814898014069, -0.270342618227005, -0.49711576104164124, -0.5587280988693237, -0.5008594989776611, -0.37050488591194153, -0.18052950501441956, 0.1066538393497467, 0.21876999735832214, 0.0014179041609168053, -0.26925697922706604, -0.2558462917804718, 0.0008484723512083292, 0.13396742939949036, -0.03625990450382233, -0.2698521614074707, -0.2620057165622711, -0.14459675550460815, -0.1281142681837082, -0.27287524938583374, -0.44320014119148254, -0.5430175065994263, -0.5585950613021851, -0.624485194683075, -0.6766014099121094, -0.6146108508110046, -0.5556731224060059, -0.5402042269706726, -0.49820610880851746, -0.4251311123371124, -0.32959675788879395, -0.2094469517469406, -0.0345706082880497, 0.2280442714691162, 0.5778421759605408, 0.8390223979949951, 1.0288519859313965, 1.3406057357788086, 1.5151283740997314, 1.1660898923873901, 0.5618932247161865, 0.34871208667755127, 0.737032949924469, 1.2009731531143188, 1.175675630569458, 0.8572668433189392, 0.6197357773780823, 0.3970906138420105, 0.08300556987524033, -0.17926780879497528, -0.2531300187110901, -0.28704485297203064, -0.491306334733963, -0.7184923887252808, -0.6197175979614258, -0.3710653483867645, -0.3971176743507385, -0.7173658609390259, -1.004543662071228, -1.0056272745132446, -0.7928644418716431, -0.5211987495422363, -0.21298277378082275, 0.06349192559719086, 0.1229606345295906, -0.06385450810194016, -0.23052304983139038, -0.13577361404895782, 0.06514403969049454, 0.1407386064529419, 0.023221716284751892, -0.05188152939081192, 0.04294608533382416, 0.12358817458152771, -0.025903163477778435, -0.3200967609882355, -0.5214422345161438, -0.47030124068260193, -0.4555404782295227, -0.628530740737915, -0.7565033435821533, -0.6738288998603821, -0.4823331832885742, -0.3738190233707428, -0.3601972460746765, -0.34475961327552795, -0.2760210931301117, -0.08946138620376587, 0.2516792416572571, 0.6595721244812012, 1.1206300258636475, 1.4773588180541992, 1.544482707977295, 1.25657320022583, 0.7141227722167969, 0.460980623960495, 0.7621474266052246, 1.3429960012435913, 1.6135365962982178, 1.3863643407821655, 0.9275166988372803, 0.498617947101593, 0.1781504899263382, -0.020111754536628723, -0.10632632672786713, -0.15885840356349945, -0.37626853585243225, -0.645553708076477, -0.6930546760559082, -0.5637057423591614, -0.5648731589317322, -0.9339715838432312, -1.4002039432525635, -1.486936330795288, -1.144132375717163, -0.7013462781906128, -0.3443130850791931, -0.11428853124380112, -0.11154268682003021, -0.3409983515739441, -0.5588023066520691, -0.46823006868362427, -0.10269766300916672, 0.20784050226211548, 0.2996959388256073, 0.2087211161851883, 0.05841433256864548, -0.03863769769668579, -0.08142369240522385, -0.12491817027330399, -0.18673278391361237, -0.17946438491344452, -0.14173352718353271, -0.18749693036079407, -0.30429476499557495, -0.3308688700199127, -0.299501895904541, -0.2962975800037384, -0.2602096199989319, -0.12715308368206024, 0.12727807462215424, 0.46958985924720764, 0.8316674828529358, 1.234241247177124, 1.454845666885376, 1.1004282236099243, 0.4330841302871704, 0.16266538202762604, 0.6976582407951355, 1.4591820240020752, 1.7593754529953003, 1.4957102537155151, 0.9341175556182861, 0.30893996357917786, -0.17380261421203613, -0.22803111374378204, 0.14971788227558136, 0.4512597620487213, 0.2201242595911026, -0.4254865348339081, -0.9205318689346313, -0.9750064611434937, -0.9087620377540588, -0.9693514108657837, -1.1598966121673584, -1.2395191192626953, -1.146083950996399, -0.9431647658348083, -0.6384708285331726, -0.4180389642715454, -0.4514915943145752, -0.6969878077507019, -0.8086286783218384, -0.5444737672805786, -0.052351050078868866, 0.28294944763183594, 0.22328604757785797, -0.026350777596235275, -0.15032130479812622, -0.08987296372652054, 0.03430977091193199, 0.10094345360994339, 0.1094503402709961, 0.060720548033714294, -0.07634026557207108, -0.25367987155914307, -0.3292887210845947, -0.1613166779279709, 0.07228218019008636, 0.18129070103168488, 0.1098778247833252, 0.011105169542133808, 0.1188347339630127, 0.4016067087650299, 0.8456549048423767, 1.318871021270752, 1.3618297576904297, 0.8772920370101929, 0.26722022891044617, 0.26573634147644043, 0.9616931676864624, 1.679010033607483, 1.7604807615280151, 1.1797332763671875, 0.4813176989555359, 0.021523084491491318, -0.0600244477391243, 0.17901143431663513, 0.47362974286079407, 0.4164588451385498, -0.17960518598556519, -0.913366436958313, -1.1645896434783936, -0.912050187587738, -0.5784341096878052, -0.641221284866333, -1.0093438625335693, -1.3325669765472412, -1.4130163192749023, -1.1267027854919434, -0.694699764251709, -0.3864215016365051, -0.401418000459671, -0.6509424448013306, -0.7929584383964539, -0.660900890827179, -0.25698840618133545, 0.08739045262336731, 0.12278228253126144, -0.024255763739347458, -0.12125840038061142, -0.047935791313648224, 0.05157260596752167, 0.06894952803850174, 0.08945738524198532, 0.0858985111117363, -0.013563014566898346, -0.20394067466259003, -0.2286537140607834, 0.0075082858093082905, 0.2697552442550659, 0.3003150522708893, 0.15179841220378876, 0.125541090965271, 0.2870318591594696, 0.626241147518158, 1.0807796716690063, 1.272308349609375, 0.9476251602172852, 0.24376919865608215, 0.019638804718852043, 0.7545209527015686, 1.736170768737793, 1.96640944480896, 1.1965124607086182, 0.2561001479625702, -0.15134331583976746, 0.06979358941316605, 0.5729517340660095, 0.8977510333061218, 0.7045653462409973, -0.12549738585948944, -1.0641398429870605, -1.2832762002944946, -0.6979257464408875, -0.059385959059000015, -0.1752135157585144, -0.9330616593360901, -1.609387993812561, -1.6602439880371094, -1.0983895063400269, -0.4345531165599823, -0.06236324831843376, -0.21171921491622925, -0.7653736472129822, -1.1778054237365723, -0.9972298741340637, -0.24253526329994202, 0.4347696602344513, 0.45466142892837524, -0.08730307966470718, -0.569583535194397, -0.4806884527206421, -0.04054652154445648, 0.30727607011795044, 0.3612442910671234, 0.13510587811470032, -0.21019694209098816, -0.5095252990722656, -0.4429016411304474, 0.0494786761701107, 0.5525018572807312, 0.6139179468154907, 0.19340583682060242, -0.16714781522750854, -0.03201484680175781, 0.44353199005126953, 1.0151119232177734, 1.3439542055130005, 1.1563348770141602, 0.43634867668151855, -0.18627683818340302, 0.25781315565109253, 1.4921282529830933, 2.2669992446899414, 1.6184231042861938, 0.27576079964637756, -0.35065820813179016, 0.10877110064029694, 0.9499948620796204, 1.2745089530944824, 0.8129956722259521, -0.1343916803598404, -1.035647988319397, -1.1329195499420166, -0.38455432653427124, 0.3067812919616699, 0.08819618821144104, -1.0176715850830078, -1.9054330587387085, -1.7740933895111084, -0.8458959460258484, -0.14564016461372375, -0.23854781687259674, -0.8145215511322021, -1.2654813528060913, -1.1702654361724854, -0.6765434145927429, -0.07861187309026718, 0.243386372923851, 0.07230348140001297, -0.4421912729740143, -0.7509239912033081, -0.39679741859436035, 0.28451916575431824, 0.6302550435066223, 0.3355706036090851, -0.21934379637241364, -0.4934139847755432, -0.3990965783596039, -0.1041925773024559, 0.23969519138336182, 0.43346673250198364, 0.3236578106880188, -0.08429616689682007, -0.335866242647171, -0.09451279044151306, 0.4259348213672638, 0.7570923566818237, 0.68978351354599, 0.6664653420448303, 0.6446599364280701, 0.4973267614841461, 0.14482250809669495, 0.33054211735725403, 1.2336148023605347, 1.8545902967453003, 1.409820556640625, 0.26610663533210754, -0.21310609579086304, 0.37463197112083435, 1.251631736755371, 1.4095203876495361, 0.7622628808021545, -0.12559141218662262, -0.6426835656166077, -0.5089309215545654, 0.11817654967308044, 0.47370103001594543, 0.031210066750645638, -0.9785116910934448, -1.6361628770828247, -1.2886091470718384, -0.44900256395339966, -0.014397533610463142, -0.46464529633522034, -1.2119191884994507, -1.4461939334869385, -0.9743760824203491, -0.3303755819797516, -0.12792974710464478, -0.32282766699790955, -0.606497585773468, -0.6923723816871643, -0.5673490762710571, -0.2530408501625061, 0.07660794258117676, 0.14359113574028015, -0.12838199734687805, -0.43900758028030396, -0.4264766275882721, -0.1649288386106491, -0.002324315020814538, 0.01259736530482769, 0.045506928116083145, 0.07772818952798843, -0.014361153356730938, -0.19782084226608276, -0.12535791099071503, 0.17506831884384155, 0.4606176018714905, 0.44779402017593384, 0.267651230096817, 0.3407817482948303, 0.6386052370071411, 0.748860239982605, 0.39631780982017517, 0.17166656255722046, 0.6804286241531372, 1.4058016538619995, 1.399855375289917, 0.6131883859634399, 0.10595613718032837, 0.4396497309207916, 1.0418307781219482, 1.1744478940963745, 0.7816916108131409, 0.3103806674480438, 0.04475409910082817, -0.016999391838908195, 0.12730266153812408, 0.28504806756973267, 0.17608121037483215, -0.2893388867378235, -0.8148175477981567, -0.9221866130828857, -0.5743004083633423, -0.21188178658485413, -0.2813573181629181, -0.6781648993492126, -0.9958347678184509, -0.903562605381012, -0.5755958557128906, -0.3192380368709564, -0.3422688841819763, -0.5055349469184875, -0.6840464472770691, -0.7559961080551147, -0.5411785840988159, -0.1499374508857727, 0.03212211653590202, -0.2945052683353424, -0.7548336982727051, -0.6819494366645813, -0.16573429107666016, 0.1269187480211258, -0.0888969823718071, -0.3821403384208679, -0.34214988350868225, -0.11865697801113129, -0.08287038654088974, -0.22672535479068756, -0.2946520447731018, -0.16832491755485535, 0.007175249978899956, 0.1585511714220047, 0.18931014835834503, 0.1588677018880844, 0.3087397813796997, 0.680885910987854, 0.7327712178230286, 0.2775436341762543, 0.027188550680875778, 0.6933088302612305, 1.6737302541732788, 1.6067861318588257, 0.5976889133453369, -0.024201644584536552, 0.580159604549408, 1.549889326095581, 1.5827453136444092, 0.781960666179657, 0.15002864599227905, 0.23086750507354736, 0.6177389621734619, 0.7149680852890015, 0.4649091362953186, 0.09959721565246582, -0.20018354058265686, -0.3710819482803345, -0.3485051393508911, -0.1932917684316635, -0.21906067430973053, -0.48962363600730896, -0.7208898663520813, -0.6520726084709167, -0.4865123927593231, -0.553571879863739, -0.6827443242073059, -0.6434236168861389, -0.47150835394859314, -0.5347583889961243, -0.7914638519287109, -0.8528712391853333, -0.5096822381019592, -0.19270549714565277, -0.4445594549179077, -0.9306129217147827, -0.8402533531188965, -0.16591191291809082, 0.1301662176847458, -0.4029637575149536, -0.9526618123054504, -0.7032167315483093, -0.10445526242256165, -0.032097410410642624, -0.4574597179889679, -0.6823441386222839, -0.5024774670600891, -0.2465164214372635, -0.05188162624835968, 0.043411776423454285, -0.0070893592201173306, -0.10561780631542206, 0.13147515058517456, 0.6621926426887512, 0.8636093139648438, 0.3738490641117096, 0.013066349551081657, 0.534481406211853, 1.6016583442687988, 1.7498867511749268, 0.7362090945243835, 0.11912855505943298, 0.8192358613014221, 1.7840311527252197, 1.615687608718872, 0.6444568634033203, 0.40218785405158997, 1.0026326179504395, 1.2679425477981567, 0.7753947973251343, 0.24645037949085236, 0.25631240010261536, 0.4022100865840912, 0.21758127212524414, -0.11616786569356918, -0.21454422175884247, -0.18267987668514252, -0.2781434655189514, -0.40228763222694397, -0.40472474694252014, -0.3741043508052826, -0.46780070662498474, -0.6981988549232483, -0.7168975472450256, -0.4132426977157593, -0.24685461819171906, -0.631493866443634, -1.1587718725204468, -0.9319791197776794, -0.22320948541164398, -0.0515163391828537, -0.7322371006011963, -1.2393625974655151, -0.841267466545105, -0.25863704085350037, -0.3256732225418091, -0.8242540955543518, -0.9413684606552124, -0.5630831122398376, -0.3012261390686035, -0.47248053550720215, -0.7801834344863892, -0.7743352651596069, -0.4929124712944031, -0.2805255949497223, -0.2753942012786865, -0.2694883942604065, -0.1789962351322174, -0.03989068418741226, 0.1901179701089859, 0.5045135021209717, 0.6555872559547424, 0.6164917349815369, 0.3978908360004425, 0.40815073251724243, 0.8275594711303711, 1.2599016427993774, 1.395445466041565, 0.9891830086708069, 0.6791019439697266, 1.0192426443099976, 1.4536350965499878, 1.3587515354156494, 0.8976798057556152, 0.776142954826355, 1.1239954233169556, 1.1890387535095215, 0.7813486456871033, 0.3913554251194, 0.4529525339603424, 0.6261366009712219, 0.372778058052063, -0.031846728175878525, -0.17804430425167084, -0.033015716820955276, -0.01823592558503151, -0.2567755877971649, -0.4036979079246521, -0.37144702672958374, -0.34060975909233093, -0.4561474919319153, -0.5412225127220154, -0.4824092984199524, -0.40608543157577515, -0.5678302645683289, -0.8636900186538696, -0.8648651242256165, -0.5882235169410706, -0.44282397627830505, -0.6807045340538025, -1.0214346647262573, -0.9761587381362915, -0.6537641286849976, -0.5199539065361023, -0.7332070469856262, -0.9082019925117493, -0.763551652431488, -0.5430400371551514, -0.6452803611755371, -0.8421523571014404, -0.7386960387229919, -0.4426844120025635, -0.3178524374961853, -0.4585874378681183, -0.47350046038627625, -0.29261264204978943, -0.10730218142271042, -0.013225672766566277, 0.13242760300636292, 0.3166579306125641, 0.3819480240345001, 0.33473193645477295, 0.4657399654388428, 0.6641693115234375, 0.6000552773475647, 0.5775648355484009, 0.7904127240180969, 1.1660171747207642, 1.1031270027160645, 0.8093360662460327, 0.804628312587738, 1.094563603401184, 1.2735207080841064, 1.0616319179534912, 0.8792558908462524, 0.9244560599327087, 0.8643364906311035, 0.6264866590499878, 0.4718393385410309, 0.6163965463638306, 0.7263447046279907, 0.3660217821598053, -0.0796051025390625, -0.11714417487382889, 0.19741596281528473, 0.2777104079723358, -0.11702406406402588, -0.41864630579948425, -0.3078395426273346, -0.11615767329931259, -0.2674661874771118, -0.5273336172103882, -0.4440734386444092, -0.2940507233142853, -0.44389477372169495, -0.774053692817688, -0.8369330167770386, -0.5253726840019226, -0.34674420952796936, -0.5991111993789673, -0.9292048811912537, -0.8874722719192505, -0.5306252241134644, -0.4148711562156677, -0.6411120891571045, -0.8519653081893921, -0.7692946195602417, -0.6675742268562317, -0.7692142724990845, -0.7831014394760132, -0.5852954387664795, -0.49041736125946045, -0.6607476472854614, -0.808141827583313, -0.6168776750564575, -0.2986448109149933, -0.2564712464809418, -0.340525358915329, -0.272686243057251, -0.01766020804643631, 0.08281686902046204, 0.08358507603406906, 0.1721130758523941, 0.32847821712493896, 0.5262976884841919, 0.47776147723197937, 0.34201356768608093, 0.522331714630127, 0.8645343780517578, 1.0804693698883057, 0.9066122174263, 0.7025437355041504, 0.8008387684822083, 1.0223678350448608, 1.0383027791976929, 0.934006929397583, 0.9639663696289062, 0.9648849368095398, 0.7615837454795837, 0.5726766586303711, 0.616830050945282, 0.7969740033149719, 0.7235861420631409, 0.37625589966773987, 0.16518691182136536, 0.1987258642911911, 0.26399093866348267, 0.15226902067661285, 0.013597747310996056, 0.0018117879517376423, 0.011845660395920277, -0.126088947057724, -0.30130231380462646, -0.23244108259677887, -0.09567540138959885, -0.19964203238487244, -0.47664427757263184, -0.5836445689201355, -0.42697566747665405, -0.3040936291217804, -0.4238305389881134, -0.5885772109031677, -0.6249725818634033, -0.5927068591117859, -0.5583189129829407, -0.6405611038208008, -0.7368740439414978, -0.7698753476142883, -0.7663332223892212, -0.8231989741325378, -0.9418680667877197, -0.8997765183448792, -0.7291345000267029, -0.7203720211982727, -0.8912131786346436, -0.8719092607498169, -0.6383469700813293, -0.5263782143592834, -0.6044235825538635, -0.5422192811965942, -0.298112690448761, -0.09031713008880615, -0.1431456208229065, -0.19018088281154633, 0.005078477319329977, 0.24807921051979065, 0.37218308448791504, 0.37490585446357727, 0.4373869299888611, 0.5057682394981384, 0.5590415596961975, 0.6224353313446045, 0.784480094909668, 0.9832623600959778, 0.9944687485694885, 0.8912268280982971, 0.8322102427482605, 0.9069303274154663, 1.0004913806915283, 1.0191147327423096, 1.0089197158813477, 0.9914476275444031, 0.8810499310493469, 0.7239289879798889, 0.6735091805458069, 0.7766744494438171, 0.7674103379249573, 0.5809288620948792, 0.39596423506736755, 0.3379436731338501, 0.3511621654033661, 0.2872999310493469, 0.20062187314033508, 0.13063189387321472, 0.04456130787730217, -0.07045859098434448, -0.18277356028556824, -0.18684609234333038, -0.1669948548078537, -0.25216245651245117, -0.42995303869247437, -0.535126805305481, -0.49091365933418274, -0.4143456816673279, -0.4716740846633911, -0.6408089995384216, -0.7587462663650513, -0.7574834823608398, -0.7463322281837463, -0.8128429055213928, -0.9008660316467285, -0.933562159538269, -0.9247456192970276, -0.9482433199882507, -0.9684447050094604, -0.9309614896774292, -0.8815395832061768, -0.8961328268051147, -0.908467173576355, -0.7695749402046204, -0.5831042528152466, -0.5680513978004456, -0.6356390714645386, -0.5429109334945679, -0.291769415140152, -0.10094069689512253, -0.09993553161621094, -0.08281264454126358, 0.03400062024593353, 0.1560153067111969, 0.23686903715133667, 0.3461494743824005, 0.45941564440727234, 0.5043394565582275, 0.4886183440685272, 0.5382291078567505, 0.7331857681274414, 0.9098705053329468, 0.91279137134552, 0.8101226687431335, 0.8525686860084534, 1.0054285526275635, 1.0664271116256714, 1.0028620958328247, 0.9808769822120667, 1.0769211053848267, 1.0912278890609741, 0.9120628237724304, 0.7636666297912598, 0.7929937839508057, 0.8589131832122803, 0.7510401606559753, 0.5394920110702515, 0.41258683800697327, 0.3880750834941864, 0.3515949547290802, 0.2731773257255554, 0.20900806784629822, 0.13321354985237122, -0.01332248654216528, -0.126918226480484, -0.15113137662410736, -0.11231216788291931, -0.14802832901477814, -0.30160248279571533, -0.45274755358695984, -0.4891616106033325, -0.4593701660633087, -0.4868435859680176, -0.5988816022872925, -0.6806021332740784, -0.6991379261016846, -0.7464707493782043, -0.8097808361053467, -0.8703806400299072, -0.8809356689453125, -0.8915506601333618, -0.8744766116142273, -0.9321876168251038, -0.9685338139533997, -0.959977388381958, -0.9094569087028503, -0.8506641387939453, -0.8099462389945984, -0.7670416831970215, -0.700762152671814, -0.6326059699058533, -0.5473830699920654, -0.4293653964996338, -0.332790732383728, -0.28018078207969666, -0.19029588997364044, -0.05989193916320801, 0.05050606280565262, 0.09245968610048294, 0.12070956826210022, 0.21109513938426971, 0.3356282711029053, 0.4259842038154602, 0.500892162322998, 0.5432775616645813, 0.574007511138916, 0.6297398805618286, 0.7406222224235535, 0.8522233963012695, 0.8874657154083252, 0.9102784395217896, 0.9463784098625183, 0.9924072623252869, 0.9885594844818115, 0.9847575426101685, 1.021925687789917, 1.0308794975280762, 0.9525123238563538, 0.8698232173919678, 0.8314171433448792, 0.8335437774658203, 0.7965742945671082, 0.689661979675293, 0.5585960745811462, 0.4561119079589844, 0.4083886742591858, 0.3697682023048401, 0.28466281294822693, 0.15487293899059296, 0.028260957449674606, -0.03356199711561203, -0.08168119937181473, -0.12442991882562637, -0.20390667021274567, -0.31248152256011963, -0.41394108533859253, -0.48939502239227295, -0.5439026951789856, -0.5867170691490173, -0.6135290861129761, -0.6811278462409973, -0.8109233975410461, -0.9071027040481567, -0.9216864705085754, -0.9129417538642883, -0.9619377255439758, -1.0273330211639404, -1.037680983543396, -1.015876054763794, -1.0197291374206543, -1.0579557418823242, -1.0479063987731934, -0.9707298874855042, -0.8844383358955383, -0.8213431239128113, -0.7937344312667847, -0.74214106798172, -0.6598087549209595, -0.561029314994812, -0.44833648204803467, -0.33447742462158203, -0.23138563334941864, -0.16925418376922607, -0.11898794025182724, -0.0270046666264534, 0.1171102523803711, 0.2583601772785187, 0.3313335180282593, 0.37142181396484375, 0.44714483618736267, 0.5556939244270325, 0.6647650599479675, 0.7648383975028992, 0.8674996495246887, 0.938804030418396, 0.9615685939788818, 1.0123875141143799, 1.10591721534729, 1.1834938526153564, 1.200135350227356, 1.1643099784851074, 1.123342514038086, 1.0930414199829102, 1.0868691205978394, 1.0861338376998901, 1.028801679611206, 0.9078189730644226, 0.7709519863128662, 0.6844691038131714, 0.643742561340332, 0.5752272009849548, 0.4630347192287445, 0.3293193578720093, 0.21840980648994446, 0.1289907693862915, 0.0477994866669178, -0.02230110578238964, -0.09712537378072739, -0.18911808729171753, -0.30837947130203247, -0.42487451434135437, -0.4888628125190735, -0.524807333946228, -0.588341236114502, -0.6594303250312805, -0.7466015219688416, -0.8458902835845947, -0.9466348886489868, -1.0022002458572388, -1.0109657049179077, -1.0273858308792114, -1.0862488746643066, -1.1670066118240356, -1.2031607627868652, -1.198266625404358, -1.1838550567626953, -1.1612920761108398, -1.1327977180480957, -1.0744471549987793, -1.000057339668274, -0.9258794784545898, -0.8532066941261292, -0.772729754447937, -0.6469846963882446, -0.512165367603302, -0.4041573405265808, -0.3238985240459442, -0.22626717388629913, -0.09468867629766464, 0.03281446173787117, 0.14194288849830627, 0.23057451844215393, 0.3021756410598755, 0.38275623321533203, 0.4875181019306183, 0.6179247498512268, 0.7313780784606934, 0.7847962379455566, 0.8094599843025208, 0.8842999935150146, 1.0235496759414673, 1.1280251741409302, 1.1408711671829224, 1.1233199834823608, 1.139795184135437, 1.1933828592300415, 1.2363694906234741, 1.2329460382461548, 1.1855748891830444, 1.1210218667984009, 1.054029107093811, 0.980855405330658, 0.9084956049919128, 0.8492390513420105, 0.7760828137397766, 0.6681218147277832, 0.5233487486839294, 0.3798265755176544, 0.27931031584739685, 0.21664994955062866, 0.1288166642189026, 0.009258088655769825, -0.10798431187868118, -0.2085699588060379, -0.291063129901886, -0.364767462015152, -0.42708149552345276, -0.5006231069564819, -0.6009529829025269, -0.705501139163971, -0.7726241946220398, -0.8078233003616333, -0.8485904932022095, -0.9374597072601318, -1.028295874595642, -1.0781625509262085, -1.1061458587646484, -1.137812852859497, -1.1837483644485474, -1.2021738290786743, -1.1992992162704468, -1.2030264139175415, -1.1994293928146362, -1.1517282724380493, -1.068423867225647, -1.0019280910491943, -0.9614022970199585, -0.906782865524292, -0.8008773326873779, -0.6631033420562744, -0.520642101764679, -0.3833003640174866, -0.2579399645328522, -0.1741665154695511, -0.09038711339235306, 0.030832262709736824, 0.18568570911884308, 0.32225728034973145, 0.4021199643611908, 0.46369922161102295, 0.5431663990020752, 0.6473515033721924, 0.7498460412025452, 0.8193913698196411, 0.8790290951728821, 0.9380738735198975, 1.0126901865005493, 1.0847623348236084, 1.1382508277893066, 1.1649527549743652, 1.1815881729125977, 1.198811411857605, 1.2152156829833984, 1.2175533771514893, 1.184290885925293, 1.1412006616592407, 1.102242350578308, 1.0555311441421509, 0.9947379231452942, 0.9194117188453674, 0.8477694392204285, 0.7588451504707336, 0.651188850402832, 0.5412763357162476, 0.4342239499092102, 0.3186977803707123, 0.21454328298568726, 0.11843238770961761, 0.0129390899091959, -0.10905852168798447, -0.2210412621498108, -0.30471140146255493, -0.37873801589012146, -0.4590284824371338, -0.5613148808479309, -0.6709125638008118, -0.7533416748046875, -0.807733952999115, -0.852759838104248, -0.9134314656257629, -0.9976032376289368, -1.0844956636428833, -1.14676034450531, -1.170555591583252, -1.1596015691757202, -1.178220272064209, -1.218338131904602, -1.242220401763916, -1.22554349899292, -1.1727511882781982, -1.1205366849899292, -1.0680325031280518, -1.0103615522384644, -0.9871052503585815, -0.8404948115348816, -0.6508985161781311, -0.5785869359970093, -0.48927775025367737, -0.3704114854335785, -0.27124321460723877, -0.1337110996246338, -0.015558067709207535, 0.08393670618534088, 0.22671766579151154, 0.31783920526504517, 0.3561669886112213, 0.43777912855148315, 0.5599743723869324, 0.6532564759254456, 0.7399337887763977, 0.7992722988128662, 0.8420429229736328, 0.9095969200134277, 0.9670451879501343, 1.023767352104187, 1.079764485359192, 1.1434115171432495, 1.178032398223877, 1.1943769454956055, 1.191299319267273, 1.199059247970581, 1.2202047109603882, 1.184593677520752, 1.1289372444152832, 1.0832384824752808, 1.0017470121383667, 0.924098789691925, 0.8516374230384827, 0.7724668383598328, 0.6731630563735962, 0.5373668074607849, 0.3977941572666168, 0.3015369772911072, 0.20380590856075287, 0.08249995857477188, -0.0319393053650856, -0.14888416230678558, -0.25669363141059875, -0.35511115193367004, -0.4507048428058624, -0.5367263555526733, -0.6124991178512573, -0.6920487284660339, -0.7583692073822021, -0.8379572033882141, -0.9072874188423157, -0.9359558820724487, -0.9664025902748108, -1.0073392391204834, -1.0556390285491943, -1.1201202869415283, -1.1727278232574463, -1.1870399713516235, -1.1695393323898315, -1.151625156402588, -1.1580755710601807, -1.170379877090454, -1.1621462106704712, -1.1181267499923706, -1.0224127769470215, -0.9229126572608948, -0.8629145622253418, -0.8092450499534607, -0.7072893977165222, -0.5645764470100403, -0.42920127511024475, -0.3139289617538452, -0.20719069242477417, -0.092584528028965, 0.015325095504522324, 0.12071748077869415, 0.22689178586006165, 0.3320576846599579, 0.42425835132598877, 0.5152122974395752, 0.6026045680046082, 0.6767836809158325, 0.7508299350738525, 0.8228532075881958, 0.8769962191581726, 0.9209474325180054, 0.9696788787841797, 1.036350965499878, 1.092280626296997, 1.1270456314086914, 1.1651763916015625, 1.1883436441421509, 1.1737143993377686, 1.1637792587280273, 1.169736623764038, 1.1548722982406616, 1.1090409755706787, 1.0420929193496704, 0.9811022281646729, 0.9095982313156128, 0.8164512515068054, 0.7242618203163147, 0.6340789198875427, 0.5251398086547852, 0.39670148491859436, 0.2735941708087921, 0.1681077629327774, 0.054693836718797684, -0.06453696638345718, -0.17724403738975525, -0.2663116455078125, -0.3552713990211487, -0.4539606273174286, -0.5591322183609009, -0.6407094597816467, -0.7000466585159302, -0.7564418911933899, -0.8140810132026672, -0.881424069404602, -0.9332643747329712, -0.9681488275527954, -0.9934473633766174, -1.0162339210510254, -1.0380982160568237, -1.0768710374832153, -1.11801278591156, -1.1288082599639893, -1.1104356050491333, -1.0922861099243164, -1.0778692960739136, -1.0597175359725952, -1.0262730121612549, -0.969971239566803, -0.9060600996017456, -0.8235717415809631, -0.7245775461196899, -0.6491659879684448, -0.5623871088027954, -0.44784629344940186, -0.32350751757621765, -0.19364486634731293, -0.07859459519386292, 0.01680941693484783, 0.11788977682590485, 0.23286083340644836, 0.34126490354537964, 0.4458777904510498, 0.5377241969108582, 0.6233645677566528, 0.6914212703704834, 0.7545440793037415, 0.8271077275276184, 0.9065498113632202, 0.975357711315155, 1.0158226490020752, 1.0411309003829956, 1.0636869668960571, 1.0961763858795166, 1.137332558631897, 1.1723018884658813, 1.1876276731491089, 1.169447660446167, 1.1297074556350708, 1.101428508758545, 1.0813888311386108, 1.0371328592300415, 0.9777030348777771, 0.9025925397872925, 0.8061549067497253, 0.7055291533470154, 0.6069895029067993, 0.5050245523452759, 0.41448652744293213, 0.3007013499736786, 0.1604572981595993, 0.0391407385468483, -0.06639184057712555, -0.16485249996185303, -0.26295575499534607, -0.3739272952079773, -0.47410574555397034, -0.551752507686615, -0.6126264333724976, -0.6730909943580627, -0.738976001739502, -0.7997007966041565, -0.8683902621269226, -0.9216073155403137, -0.9389463067054749, -0.9293228387832642, -0.9384940266609192, -0.973659336566925, -1.0114823579788208, -1.0365179777145386, -1.023275375366211, -0.9986511468887329, -0.9806243777275085, -0.9801129102706909, -0.9736492037773132, -0.9450138211250305, -0.8922165036201477, -0.8350306749343872, -0.776837944984436, -0.7074248790740967, -0.6446762084960938, -0.5746584534645081, -0.47944289445877075, -0.3546977937221527, -0.24105018377304077, -0.1435745358467102, -0.041224170476198196, 0.0671134814620018, 0.18435518443584442, 0.297181636095047, 0.39577850699424744, 0.480645090341568, 0.5647017359733582, 0.6407298445701599, 0.7170441150665283, 0.7782687544822693, 0.8280342817306519, 0.8784440755844116, 0.9230644702911377, 0.9591489434242249, 0.9896231293678284, 1.0099173784255981, 1.0139163732528687, 1.0005931854248047, 0.9968045949935913, 1.0148810148239136, 1.0292539596557617, 1.0144253969192505, 0.971234917640686, 0.9191710352897644, 0.8710774779319763, 0.8273982405662537, 0.7760827541351318, 0.7053983807563782, 0.6215482354164124, 0.5244321227073669, 0.42739102244377136, 0.33584079146385193, 0.25842225551605225, 0.17540499567985535, 0.059389013797044754, -0.05829661712050438, -0.17155346274375916, -0.2682330012321472, -0.3454838991165161, -0.4134034812450409, -0.4913433790206909, -0.5816264152526855, -0.6579253077507019, -0.7074463367462158, -0.7359260320663452, -0.7642292380332947, -0.8018938302993774, -0.8475815653800964, -0.8756932020187378, -0.8801493644714355, -0.8579148650169373, -0.8400293588638306, -0.8408190608024597, -0.8476296663284302, -0.8391402363777161, -0.8126543164253235, -0.7840547561645508, -0.7566524744033813, -0.7344613075256348, -0.7040086388587952, -0.6618477702140808, -0.6166419386863708, -0.5665543675422668, -0.5110614895820618, -0.4510762095451355, -0.3841407299041748, -0.32104411721229553, -0.249470055103302, -0.15724919736385345, -0.05921141803264618, 0.01831188052892685, 0.09517546743154526, 0.18085849285125732, 0.27664071321487427, 0.36651507019996643, 0.4365621507167816, 0.5053120851516724, 0.5701200366020203, 0.6174240112304688, 0.6579492688179016, 0.6951026320457458, 0.7302991151809692, 0.7584009170532227, 0.7791294455528259, 0.7901379466056824, 0.7916343808174133, 0.7860087156295776, 0.7803400158882141, 0.7736685872077942, 0.7631062865257263, 0.7554522752761841, 0.7435630559921265, 0.7203674912452698, 0.6866110563278198, 0.6443219780921936, 0.6108362674713135, 0.5676682591438293, 0.51078861951828, 0.4434334635734558, 0.3780818581581116, 0.3150695264339447, 0.2378709465265274, 0.16372427344322205, 0.08415765315294266, 0.0062745101749897, -0.07587113231420517, -0.16835461556911469, -0.24901029467582703, -0.32019850611686707, -0.38164055347442627, -0.4444042444229126, -0.5022726655006409, -0.5544472336769104, -0.5982776880264282, -0.6341806054115295, -0.6559744477272034, -0.6706526279449463, -0.6833492517471313, -0.6947026252746582, -0.7008111476898193, -0.7028492093086243, -0.6887133121490479, -0.664127767086029, -0.6352076530456543, -0.6070550680160522, -0.5794044137001038, -0.5611112117767334, -0.5343872904777527, -0.4974045753479004, -0.46109241247177124, -0.43080198764801025, -0.40067073702812195, -0.36967238783836365, -0.34121033549308777, -0.29705432057380676, -0.23403581976890564, -0.1885947436094284, -0.1595204919576645, -0.13198049366474152, -0.08117014169692993, -0.014173740521073341, 0.039796389639377594, 0.1012251153588295, 0.16061989963054657, 0.21474260091781616, 0.265142023563385, 0.3146805465221405, 0.3821231722831726, 0.4356898069381714, 0.4675161838531494, 0.4820594787597656, 0.4918522536754608, 0.5096305012702942, 0.5322871208190918, 0.5434443354606628, 0.5417699217796326, 0.5280742049217224, 0.5135742425918579, 0.5111557841300964, 0.5090972185134888, 0.4947337508201599, 0.47224879264831543, 0.44932976365089417, 0.43287408351898193, 0.4284660220146179, 0.4238755404949188, 0.3877851366996765, 0.3508165776729584, 0.32489556074142456, 0.2991359531879425, 0.26462066173553467, 0.21852582693099976, 0.17089512944221497, 0.11443596333265305, 0.0562293566763401, 0.00646843621507287, -0.04089907929301262, -0.08651527762413025, -0.14442352950572968, -0.21124230325222015, -0.26399728655815125, -0.313196063041687, -0.3539643883705139, -0.3857835829257965, -0.4120689630508423, -0.4373331367969513, -0.46277672052383423, -0.4691931903362274, -0.46898049116134644, -0.4599325656890869, -0.44294917583465576, -0.4393886625766754, -0.44628942012786865, -0.4354499876499176, -0.4006620943546295, -0.35484999418258667, -0.31855103373527527, -0.2984110116958618, -0.2806580662727356, -0.2583542764186859, -0.2314939796924591, -0.21568335592746735, -0.1886860728263855, -0.16455574333667755, -0.14723792672157288, -0.13359910249710083, -0.1179749146103859, -0.0941169336438179, -0.059596821665763855, -0.03759272024035454, -0.0278475284576416, -0.023067008703947067, -0.005631124600768089, 0.01899491809308529, 0.05517090484499931, 0.03417327255010605, 0.048244670033454895, 0.328349232673645, 0.07115088403224945, 0.11062098294496536, 0.31669506430625916, 0.22307385504245758, 0.21314005553722382, 0.30437949299812317, 0.2749684154987335, 0.23205509781837463, 0.30913102626800537, 0.2900339961051941, 0.2703746557235718, 0.30211693048477173, 0.2622142732143402, 0.26032811403274536, 0.26788634061813354, 0.2258954495191574, 0.2333424836397171, 0.2142336070537567, 0.23269785940647125, 0.2025284767150879, 0.20379015803337097, 0.22929494082927704, 0.21666647493839264, 0.1629277467727661, 0.14634919166564941, 0.20652680099010468, 0.15409959852695465, 0.11262844502925873, 0.1619938164949417, 0.06841248273849487, 0.045277006924152374, 0.04036828130483627, -0.009727748110890388, -0.022027824074029922, -0.04935344308614731, -0.09603410959243774, -0.13162007927894592, -0.14648109674453735, -0.1691635251045227, -0.17198367416858673, -0.19226613640785217, -0.2066112458705902, -0.21019285917282104, -0.20050373673439026, -0.1980023831129074, -0.17957580089569092, -0.24469488859176636, -0.2669009268283844, -0.022738108411431313, -0.184088334441185, -0.15549299120903015, -0.02086760103702545, -0.10664109885692596, -0.11080072820186615, -0.025285253301262856, -0.043678514659404755, -0.0762895718216896, -0.009865567088127136, -0.008437259122729301, -0.03597636520862579, -0.0006374233053065836, -0.00084662064909935, -0.013910102657973766, -0.13644307851791382, -0.10675955563783646, 0.019672520458698273, -0.080031618475914, -0.01920652948319912, -0.16522358357906342, -0.03980407118797302, 0.09980538487434387, -0.08410816639661789, -0.03551669046282768, 0.008557140827178955, 0.0028520473279058933, -0.21069931983947754, 0.014807148836553097, 0.23061871528625488, -0.15368494391441345, -0.04987205192446709, 0.15041989088058472, -0.038093145936727524, -0.07195211201906204, 0.12270594388246536, 0.06983804702758789, -0.03436947613954544, 0.08263687789440155, 0.027817344292998314, 0.014778140000998974, 0.11280649155378342, 0.004899980500340462, 0.0213775634765625, 0.10613902658224106, 0.09847836941480637, 0.04892197623848915, 0.13133716583251953, 0.21873332560062408, 0.10048796236515045, 0.13100945949554443, 0.20741410553455353, 0.1713370978832245, 0.13199536502361298, 0.17790938913822174, 0.221352681517601, 0.118818499147892, 0.10431961715221405, 0.1703433245420456, 0.11564888805150986, 0.08551154285669327, 0.09654467552900314, 0.0637769103050232, 0.008407617919147015, 0.019584214314818382, 0.03648969158530235, 0.0013239923864603043, 0.0029736694414168596, -0.011370229534804821, -0.02418847195804119, 0.004749415908008814, -0.025143733248114586, -0.014316769316792488, 0.02474994771182537, 0.00782711524516344, -0.010738891549408436, -0.005127354059368372, 0.027331655845046043, 0.010806955397129059, -0.004789177794009447, 0.01660919561982155, -0.012042943388223648, -0.026639636605978012, -0.01475861668586731, -0.016246115788817406, -0.055271368473768234, -0.05853959172964096, -0.07232730090618134, -0.16090011596679688, -0.1579439789056778, -0.1268673539161682, -0.142144113779068, -0.20500721037387848, -0.18340511620044708, -0.20203857123851776, -0.2468044012784958, -0.2269936054944992, -0.22832290828227997, -0.21023140847682953, -0.24246476590633392, -0.2096124142408371, -0.21314886212348938, -0.21682476997375488, -0.15857577323913574, -0.14693109691143036, -0.1687651127576828, -0.13224641978740692, -0.09639959037303925, -0.10282972455024719, -0.07385026663541794, -0.03607039526104927, -0.04488196596503258, -0.015699787065386772, 0.00033168724621646106, 0.009450871497392654, 0.05626136064529419, 0.06525561958551407, 0.09210927784442902, 0.09480877965688705, 0.12296244502067566, 0.2093973606824875, 0.22695209085941315, 0.259400874376297, 0.2625105381011963, 0.29339852929115295, 0.3091660737991333, 0.3303894102573395, 0.36332204937934875, 0.3447510004043579, 0.3861386477947235, 0.3499434292316437, 0.3157402276992798, 0.32101544737815857, 0.3425883650779724, 0.292988657951355, 0.25525963306427, 0.22079788148403168, 0.21915078163146973, 0.16923090815544128, 0.16481991112232208, 0.13483735918998718, 0.12057283520698547, 0.12206465750932693, 0.0731869712471962, 0.04652418568730354, 0.05915951356291771, 0.041986919939517975, 0.02934945747256279, 0.007318268995732069, 0.00722483778372407, -0.014848357066512108, -0.052720144391059875, -0.021481353789567947, -0.0335264578461647, -0.07112552970647812, -0.10875556617975235, -0.11930468678474426, -0.14991280436515808, -0.1584753543138504, -0.17862464487552643, -0.22183966636657715, -0.21944497525691986, -0.2916446924209595, -0.31269460916519165, -0.2877589166164398, -0.29422593116760254, -0.3612591624259949, -0.3564634919166565, -0.375326544046402, -0.4038003385066986, -0.33239203691482544, -0.38483279943466187, -0.3445914685726166, -0.33128345012664795, -0.34749355912208557, -0.30364274978637695, -0.3149624168872833, -0.26371634006500244, -0.21924355626106262, -0.24827545881271362, -0.19822515547275543, -0.14313866198062897, -0.15699605643749237, -0.0799533948302269, -0.08562071621417999, -0.03876304626464844, -0.010856318287551403, 0.007794302422553301, 0.015420089475810528, 0.07286978513002396, 0.133163183927536, 0.10999156534671783, 0.19021323323249817, 0.17409555613994598, 0.21067577600479126, 0.29794326424598694, 0.35920634865760803, 0.34085217118263245, 0.36180993914604187, 0.410922110080719, 0.4120258688926697, 0.4554663896560669, 0.4666503965854645, 0.4376929998397827, 0.5018484592437744, 0.43048638105392456, 0.3682522475719452, 0.3983388841152191, 0.4038850963115692, 0.34493523836135864, 0.2969830632209778, 0.24762383103370667, 0.2409343719482422, 0.1898488849401474, 0.14788147807121277, 0.14202867448329926, 0.12249357998371124, 0.07283399254083633, 0.027915772050619125, -0.0012241662479937077, -0.003035180736333132, 0.0022412585094571114, -0.03580781817436218, -0.044646430760622025, -0.07101497799158096, -0.11420882493257523, -0.13155809044837952, -0.11255902051925659, -0.15116523206233978, -0.1718301773071289, -0.21827441453933716, -0.2449415624141693, -0.2668473422527313, -0.273989200592041, -0.3104493319988251, -0.30593395233154297, -0.3302355408668518, -0.40362510085105896, -0.3834005892276764, -0.4060397446155548, -0.38272595405578613, -0.3964501619338989, -0.4238446056842804, -0.44863978028297424, -0.3849283754825592, -0.38645488023757935, -0.40704217553138733, -0.3501330316066742, -0.29883700609207153, -0.343628466129303, -0.2680651545524597, -0.2490028440952301, -0.21969111263751984, -0.13839071989059448, -0.15544669330120087, -0.08991140872240067, -0.06683909147977829, 0.007631590589880943, -0.0020068809390068054, 0.018863849341869354, 0.14427295327186584, 0.12244723737239838, 0.12416557967662811, 0.17666999995708466, 0.23599843680858612, 0.2539565861225128, 0.2865827679634094, 0.3265012800693512, 0.29445651173591614, 0.36364975571632385, 0.435975044965744, 0.46490874886512756, 0.44943785667419434, 0.48459792137145996, 0.504887580871582, 0.511583685874939, 0.5278361439704895, 0.49891167879104614, 0.5392447710037231, 0.5189374685287476, 0.42892998456954956, 0.39707157015800476, 0.3927187919616699, 0.37944296002388, 0.3189883530139923, 0.22055600583553314, 0.19338497519493103, 0.19789235293865204, 0.08117379248142242, 0.053605422377586365, 0.06811009347438812, 0.031110074371099472, -0.008386807516217232, -0.0625256821513176, -0.10020768642425537, -0.08363354206085205, -0.06943961977958679, -0.13439178466796875, -0.16622275114059448, -0.14287029206752777, -0.20843850076198578, -0.21871595084667206, -0.19369857013225555, -0.21062758564949036, -0.25204670429229736, -0.36265453696250916, -0.42654672265052795, -0.3027973473072052, -0.3433009088039398, -0.36984312534332275, -0.31536924839019775, -0.40549203753471375, -0.41277754306793213, -0.3790070414543152, -0.3942281901836395, -0.3294004499912262, -0.3904985189437866, -0.38924944400787354, -0.33723223209381104, -0.3415931165218353, -0.22406044602394104, -0.3896496295928955, -0.21852301061153412, -0.15791846811771393, -0.2897059917449951, -0.19255736470222473, -0.012890176847577095, -0.10968534648418427, -0.15047292411327362, 0.10153407603502274, -0.06614650785923004, 0.016497820615768433, 0.1945650279521942, 0.0170443132519722, 0.12004263699054718, 0.24457909166812897, 0.19319604337215424, 0.23182453215122223, 0.2337312549352646, 0.3768773674964905, 0.3448772430419922, 0.2659643292427063, 0.39334169030189514, 0.40302520990371704, 0.5156790018081665, 0.48162150382995605, 0.43057265877723694, 0.4571288526058197, 0.5304004549980164, 0.5124863982200623, 0.4238075315952301, 0.4703420102596283, 0.5546567440032959, 0.3913017809391022, 0.29213282465934753, 0.3484915494918823, 0.33675873279571533, 0.2506938576698303, 0.21129587292671204, 0.10744266957044601, 0.10111893713474274, 0.05114350467920303, -0.02996640093624592, -0.02861238457262516, -0.05972305312752724, -0.05395599454641342, -0.14015282690525055, -0.2244114726781845, -0.15787804126739502, -0.17488718032836914, -0.21115723252296448, -0.19776810705661774, -0.24853229522705078, -0.264359712600708, -0.26994478702545166, -0.24525144696235657, -0.2904633581638336, -0.3118898272514343, -0.3149864971637726, -0.3509051203727722, -0.33985885977745056, -0.34782522916793823, -0.41514793038368225, -0.34717071056365967, -0.3574453890323639, -0.4350385069847107, -0.46992766857147217, -0.3990105092525482, -0.3536459505558014, -0.4282224178314209, -0.45648521184921265, -0.33523648977279663, -0.40270406007766724, -0.36040958762168884, -0.32624685764312744, -0.29888567328453064, -0.23499901592731476, -0.22608508169651031, -0.18680430948734283, -0.20693439245224, -0.023231275379657745, -0.06546033918857574, -0.03803939372301102, -0.00230028061196208, 0.075383260846138, 0.03660202771425247, 0.15559425950050354, 0.2527705430984497, 0.16839566826820374, 0.1834937334060669, 0.3948914706707001, 0.31233397126197815, 0.3281381130218506, 0.4642823040485382, 0.2239544689655304, 0.46245279908180237, 0.5078672170639038, 0.5553976893424988, 0.4004650115966797, 0.4822392761707306, 0.5350934863090515, 0.47527533769607544, 0.5195040702819824, 0.45873525738716125, 0.5216643214225769, 0.45461222529411316, 0.39018142223358154, 0.24418361485004425, 0.3054058253765106, 0.37680837512016296, 0.1979563683271408, 0.05496242269873619, 0.11108117550611496, 0.07130643725395203, -0.02452332153916359, -0.05414475128054619, -0.029859770089387894, -0.0664474293589592, -0.10883259773254395, -0.1397140920162201, -0.2139236032962799, -0.13674284517765045, -0.1375492662191391, -0.18645918369293213, -0.21466927230358124, -0.2438710480928421, -0.24404145777225494, -0.21613709628582, -0.2325870245695114, -0.31768178939819336, -0.20451034605503082, -0.23022837936878204, -0.36062192916870117, -0.3238849341869354, -0.3429173529148102, -0.27052268385887146, -0.33160844445228577, -0.42867109179496765, -0.3785696029663086, -0.3762838542461395, -0.34322574734687805, -0.4553135335445404, -0.3233186602592468, -0.3200182318687439, -0.4429458677768707, -0.35095342993736267, -0.23837845027446747, -0.3048504590988159, -0.23323692381381989, -0.1843414604663849, -0.1726333349943161, -0.1442933827638626, -0.09893376380205154, 0.007267361041158438, 0.012382415123283863, 0.06358909606933594, 0.050117190927267075, 0.17014318704605103, 0.2506145238876343, 0.20127643644809723, 0.19598597288131714, 0.5084577202796936, 0.34178823232650757, 0.3088226020336151, 0.41869181394577026, 0.29978373646736145, 0.5226662158966064, 0.5795677900314331, 0.5424959659576416, 0.4953559637069702, 0.5035147070884705, 0.5294191241264343, 0.5001658797264099, 0.5614942908287048, 0.49057677388191223, 0.49535420536994934, 0.46656328439712524, 0.31624236702919006, 0.29011136293411255, 0.28915634751319885, 0.33556774258613586, 0.16061559319496155, 0.03776559233665466, 0.09647983312606812, -0.0004256821412127465, -0.02105315588414669, -0.07446809858083725, -0.08625072240829468, -0.06588069349527359, -0.21124804019927979, -0.22516697645187378, -0.23245538771152496, -0.19600120186805725, -0.16956670582294464, -0.1925259828567505, -0.26474496722221375, -0.331182599067688, -0.3047354519367218, -0.24375776946544647, -0.2527848780155182, -0.32333463430404663, -0.27993321418762207, -0.30155953764915466, -0.4152120053768158, -0.3404136002063751, -0.31583720445632935, -0.3652041554450989, -0.33479446172714233, -0.3998878002166748, -0.4531538188457489, -0.4287565052509308, -0.30990341305732727, -0.44462335109710693, -0.4121965765953064, -0.4188712239265442, -0.3718343675136566, -0.3201875686645508, -0.3874801695346832, -0.22828221321105957, -0.18814925849437714, -0.17785173654556274, -0.16005103290081024, -0.1750033050775528, -0.006620664615184069, 0.14493928849697113, -0.06416018307209015, 0.11350468546152115, 0.23500590026378632, 0.26417282223701477, 0.17101487517356873, 0.4037625193595886, 0.42906060814857483, 0.41856008768081665, 0.5294678211212158, 0.264880508184433, 0.47897595167160034, 0.6727808713912964, 0.7183555364608765, 0.4885975420475006, 0.4657551050186157, 0.6080176830291748, 0.5768288373947144, 0.6416890025138855, 0.4080343246459961, 0.5482500195503235, 0.7325809001922607, 0.31195297837257385, 0.1865118145942688, 0.2881115972995758, 0.4300265610218048, 0.3284550607204437, -0.027485914528369904, -0.019507471472024918, 0.05490919575095177, 0.053233802318573, -0.13781926035881042, -0.16188845038414001, -0.07003962993621826, -0.10417534410953522, -0.24075491726398468, -0.3878386914730072, -0.22977867722511292, -0.12859076261520386, -0.2154020369052887, -0.32902970910072327, -0.3537672758102417, -0.32328125834465027, -0.3138585090637207, -0.2617373466491699, -0.31737253069877625, -0.3994631767272949, -0.3271796703338623, -0.4534093737602234, -0.4492036700248718, -0.31202152371406555, -0.3826742172241211, -0.49117496609687805, -0.4478696584701538, -0.40427663922309875, -0.5051348209381104, -0.3982863128185272, -0.23220379650592804, -0.5229606032371521, -0.457627534866333, -0.27114781737327576, -0.3571135699748993, -0.37237703800201416, -0.08727332204580307, -0.42552950978279114, -0.19020111858844757, 0.057649508118629456, -0.24838782846927643, 0.10488744080066681, 0.21984560787677765, 0.15460848808288574, 0.1669895350933075, 0.29660436511039734, 0.41432294249534607, 0.52921462059021, 0.5308697819709778, 0.5351905226707458, 0.43254852294921875, 0.5724968910217285, 0.5425126552581787, 0.9021791815757751, 0.7993638515472412, 0.4309355616569519, 0.7245252132415771, 0.6579570770263672, 0.706050455570221, 0.6620319485664368, 0.5555194020271301, 0.623963475227356, 0.5979009866714478, 0.3095042109489441, 0.16271467506885529, 0.4354575276374817, 0.36959511041641235, 0.12188810110092163, -0.03979949653148651, -0.11136335134506226, 0.020250029861927032, -0.06716721504926682, -0.20207291841506958, -0.18605007231235504, -0.16440050303936005, -0.264906108379364, -0.422846257686615, -0.3716049790382385, -0.2913791835308075, -0.18735216557979584, -0.3025125563144684, -0.5010711550712585, -0.4455673396587372, -0.3897554278373718, -0.3282904326915741, -0.35005396604537964, -0.5148813724517822, -0.47259679436683655, -0.46595457196235657, -0.46217453479766846, -0.48653995990753174, -0.5091513991355896, -0.4994701147079468, -0.4932699501514435, -0.5371209383010864, -0.6222913861274719, -0.4775182902812958, -0.346854031085968, -0.565535306930542, -0.5044836401939392, -0.5770540237426758, -0.4394606947898865, -0.31109005212783813, -0.2917897403240204, -0.2955155372619629, -0.21222110092639923, -0.014837928116321564, -0.015653766691684723, 0.03893040865659714, 0.19951654970645905, 0.42830145359039307, 0.32415786385536194, 0.3626243770122528, 0.7867556810379028, 0.7514433860778809, 0.4813937842845917, 0.4430558979511261, 0.7767435312271118, 1.1720361709594727, 1.0528484582901, 0.761123538017273, 0.6394129991531372, 1.0027265548706055, 1.0383473634719849, 0.7000741362571716, 0.6228492259979248, 0.8842125535011292, 0.8607532382011414, 0.38822588324546814, 0.11804433912038803, 0.3991096019744873, 0.5563573241233826, 0.2607583701610565, -0.2058456838130951, -0.19011558592319489, -0.00359217613004148, -0.10975850373506546, -0.2893049120903015, -0.3849128186702728, -0.22742290794849396, -0.2882440984249115, -0.5972458124160767, -0.5999780893325806, -0.40618279576301575, -0.25348180532455444, -0.34074831008911133, -0.621924877166748, -0.608828604221344, -0.46674323081970215, -0.39774835109710693, -0.40247905254364014, -0.5426392555236816, -0.539573073387146, -0.4820922017097473, -0.536770761013031, -0.6029930114746094, -0.5775598287582397, -0.45582127571105957, -0.49174731969833374, -0.6791200041770935, -0.6883575320243835, -0.5630289316177368, -0.47171804308891296, -0.42597678303718567, -0.664106011390686, -0.5168358683586121, -0.35782501101493835, -0.32438257336616516, -0.3455910384654999, -0.20004943013191223, -0.12861837446689606, 0.1538500189781189, 0.23672886192798615, 0.08331231027841568, 0.3754909336566925, 0.784475564956665, 0.5998727679252625, 0.7433076500892639, 0.9946659803390503, 0.5724989771842957, 0.6241016983985901, 1.034995675086975, 1.5018080472946167, 1.1899912357330322, 0.5977767705917358, 0.8636136651039124, 1.2855042219161987, 1.1566818952560425, 0.790765643119812, 0.7334812879562378, 1.051538109779358, 0.8501741886138916, 0.3501302897930145, 0.14434932172298431, 0.5800576210021973, 0.7702215909957886, 0.06346774846315384, -0.4249846041202545, -0.1924280822277069, 0.011900552548468113, -0.11443819850683212, -0.36319103837013245, -0.5300668478012085, -0.3486103415489197, -0.43173104524612427, -0.6939111948013306, -0.6931955218315125, -0.5614134669303894, -0.269329696893692, -0.4034683406352997, -0.8792715072631836, -0.8906974792480469, -0.5248191356658936, -0.24723675847053528, -0.41831910610198975, -0.830064594745636, -0.7855413556098938, -0.4445708096027374, -0.4366438090801239, -0.7655024528503418, -0.7268847227096558, -0.45339837670326233, -0.5663853883743286, -0.7982710599899292, -0.7903412580490112, -0.5387676954269409, -0.2887305021286011, -0.6926265358924866, -0.8295912146568298, -0.4139457643032074, -0.24703839421272278, -0.23160505294799805, -0.5240094065666199, -0.2963544726371765, 0.27557796239852905, 0.28300073742866516, 0.060197994112968445, 0.18661005795001984, 0.8505085706710815, 0.8894025087356567, 0.7078845500946045, 0.7059910893440247, 0.5112975239753723, 0.9148728847503662, 1.4463356733322144, 1.5663481950759888, 0.9881059527397156, 0.5574458241462708, 1.2894357442855835, 1.4709197282791138, 1.0529396533966064, 0.7751399874687195, 1.0629903078079224, 1.1670349836349487, 0.5642622113227844, 0.24643754959106445, 0.4473514258861542, 0.843238890171051, 0.5019681453704834, -0.3163658082485199, -0.37694188952445984, -0.05268080160021782, -0.06850559264421463, -0.3091999888420105, -0.47865673899650574, -0.4412931501865387, -0.5318960547447205, -0.7243239879608154, -0.7199718952178955, -0.5437365174293518, -0.545243501663208, -0.5587336421012878, -0.6579501032829285, -0.8964505195617676, -0.9302119016647339, -0.5785396695137024, -0.22964425384998322, -0.5522440075874329, -1.0913699865341187, -0.962782621383667, -0.3917905390262604, -0.3498232364654541, -0.8281852602958679, -0.8954538106918335, -0.5660576820373535, -0.554914116859436, -0.7658175230026245, -0.7549120783805847, -0.4514928162097931, -0.40593060851097107, -0.7980622053146362, -0.7410827875137329, -0.25646477937698364, -0.03259490430355072, -0.3621577322483063, -0.47512373328208923, 0.20875434577465057, 0.43354782462120056, 0.46255752444267273, 0.38264480233192444, 0.6954739689826965, 1.0674294233322144, 0.8575516939163208, 0.35124877095222473, 0.663440465927124, 1.4377729892730713, 1.8595598936080933, 1.2731130123138428, 0.47014978528022766, 0.8982924818992615, 1.8480956554412842, 1.4768463373184204, 0.6763997673988342, 0.9415310621261597, 1.4663283824920654, 1.0103297233581543, 0.16085530817508698, 0.315132200717926, 1.0109963417053223, 0.932516872882843, -0.12384086847305298, -0.6655417084693909, -0.07712925225496292, 0.19713379442691803, -0.1189764216542244, -0.5082080960273743, -0.5420215129852295, -0.389083594083786, -0.6544438600540161, -0.8603788018226624, -0.5981960296630859, -0.384951651096344, -0.5130789875984192, -0.8221974968910217, -1.051353931427002, -0.9145022034645081, -0.4795732796192169, -0.32071399688720703, -0.6073705554008484, -1.0308655500411987, -1.0472863912582397, -0.5364652276039124, -0.2716139853000641, -0.6925131678581238, -0.9162763953208923, -0.7101312875747681, -0.5801746249198914, -0.6746835708618164, -0.7066715955734253, -0.5397844910621643, -0.5086206197738647, -0.7393327951431274, -0.7838003039360046, -0.3591836392879486, 0.018109310418367386, -0.20531342923641205, -0.3567487597465515, -0.05198931321501732, 0.5263570547103882, 0.8278281688690186, 0.5153619647026062, 0.6010991930961609, 0.7748453617095947, 0.653497576713562, 0.6539321541786194, 1.0854967832565308, 1.7694451808929443, 1.4434970617294312, 0.5691298842430115, 0.6345230340957642, 1.5025231838226318, 1.619683027267456, 0.9695786833763123, 0.7360531091690063, 1.0524682998657227, 0.9698574542999268, 0.37500107288360596, 0.17126613855361938, 0.7408948540687561, 0.8591688871383667, 0.036474745720624924, -0.6264411211013794, -0.4378044307231903, 0.06484324485063553, 0.06728984415531158, -0.29918113350868225, -0.6618567109107971, -0.6874781847000122, -0.5841996073722839, -0.44941309094429016, -0.4416152536869049, -0.5903066396713257, -0.5637509822845459, -0.5301533937454224, -0.8925910592079163, -1.0058196783065796, -0.463756263256073, 0.000612539064604789, -0.5130318403244019, -1.32066810131073, -0.9864908456802368, -0.07712112367153168, -0.11263984441757202, -0.9050948023796082, -0.9958308935165405, -0.4231297969818115, -0.3115113377571106, -0.6629656553268433, -0.7268689870834351, -0.3871081471443176, -0.30656445026397705, -0.6949337124824524, -0.6641439199447632, -0.17732203006744385, 0.09176447987556458, 0.014343200251460075, -0.10797498375177383, 0.36287587881088257, 0.7614601850509644, 0.9822747111320496, 0.710945725440979, 0.2505137622356415, 0.4924474060535431, 1.0940518379211426, 1.6442431211471558, 1.2725845575332642, 0.5819079279899597, 0.5810502171516418, 1.277069091796875, 1.3910837173461914, 0.7988229393959045, 0.5648095011711121, 0.9400946497917175, 0.9688776135444641, 0.25043785572052, -0.160899817943573, 0.33511587977409363, 0.7262291312217712, 0.0914359912276268, -0.6692278385162354, -0.7163196206092834, -0.24107494950294495, -0.12045589834451675, -0.3621286451816559, -0.6462942957878113, -0.6480196118354797, -0.5959392786026001, -0.5418755412101746, -0.48759278655052185, -0.5477824211120605, -0.5144567489624023, -0.35233935713768005, -0.4021337926387787, -0.7424182891845703, -0.6847585439682007, -0.12206000089645386, -0.002039800165221095, -0.5196815729141235, -0.8587583899497986, -0.3929729759693146, 0.008479719050228596, -0.3214896619319916, -0.6658555269241333, -0.436043381690979, -0.10149109363555908, -0.2752772867679596, -0.6379562616348267, -0.5702401995658875, -0.16516196727752686, -0.16582578420639038, -0.4411582350730896, -0.4039689898490906, 0.011386576108634472, 0.17968697845935822, 0.16207006573677063, 0.251764178276062, 0.7047673463821411, 1.1379969120025635, 0.8721957802772522, 0.16169409453868866, 0.28889158368110657, 1.3227012157440186, 2.0932118892669678, 1.2718570232391357, 0.10823692381381989, 0.390453577041626, 1.4992516040802002, 1.5596617460250854, 0.5248247981071472, 0.2524186968803406, 0.9014305472373962, 0.8309704065322876, -0.14472924172878265, -0.48307090997695923, 0.25040897727012634, 0.5706368088722229, -0.3834242820739746, -1.2301709651947021, -1.0108323097229004, -0.42062726616859436, -0.2620410621166229, -0.668820321559906, -0.9990663528442383, -0.9814313650131226, -0.7479022741317749, -0.5137458443641663, -0.5360971093177795, -0.7112210988998413, -0.560920000076294, -0.3035663366317749, -0.4758959412574768, -0.712690532207489, -0.36867019534111023, 0.28381267189979553, 0.07816403359174728, -0.6655479669570923, -0.6171484589576721, 0.2075245976448059, 0.4484935700893402, -0.2586650848388672, -0.6429480910301208, -0.12245116382837296, 0.36653071641921997, 0.07059573382139206, -0.43643200397491455, -0.3208569586277008, 0.12943612039089203, 0.12619470059871674, -0.10751507431268692, 0.06810688227415085, 0.45064690709114075, 0.5490705966949463, 0.4337674081325531, 0.7654324769973755, 1.4216521978378296, 0.9429263472557068, -0.11274632066488266, 0.2733646631240845, 1.9828177690505981, 2.636803150177002, 0.7171884179115295, -0.6096799373626709, 0.6532274484634399, 2.215153694152832, 1.419256329536438, -0.26248660683631897, 0.03961728513240814, 1.146321415901184, 0.6074002385139465, -0.8630025386810303, -0.7888189554214478, 0.4603904187679291, 0.3370908498764038, -1.237126111984253, -1.9107515811920166, -1.157721757888794, -0.3478064239025116, -0.511025607585907, -1.2190937995910645, -1.506308674812317, -1.2180817127227783, -0.7552767992019653, -0.637186586856842, -0.9430213570594788, -0.9356973171234131, -0.4260244369506836, -0.303288996219635, -0.8131014704704285, -0.8360242247581482, 0.06031554192304611, 0.49302253127098083, -0.31290963292121887, -0.9501678347587585, -0.16613774001598358, 0.7641242146492004, 0.3291435241699219, -0.6362759470939636, -0.48059239983558655, 0.3813394010066986, 0.5231279730796814, -0.08293703943490982, -0.34221455454826355, 0.03029344603419304, 0.26730018854141235, 0.18058399856090546, 0.29107561707496643, 0.5776563882827759, 0.7396321296691895, 0.6483041048049927, 0.7997298240661621, 1.4973434209823608, 1.2868014574050903, 0.3531852066516876, 0.32043418288230896, 1.689788579940796, 2.732386589050293, 1.386360764503479, -0.22580033540725708, 0.3303915858268738, 1.9244654178619385, 1.7390061616897583, 0.15939787030220032, -0.13965649902820587, 0.764717698097229, 0.6717074513435364, -0.4905431568622589, -0.8508694171905518, -0.023835916072130203, 0.09210093319416046, -1.061344861984253, -1.798585057258606, -1.4993913173675537, -0.8893149495124817, -0.6718233823776245, -1.113338828086853, -1.612914800643921, -1.6485036611557007, -1.0532344579696655, -0.5314149856567383, -0.8636178374290466, -1.3270506858825684, -0.8387388586997986, -0.2750038206577301, -0.6320867538452148, -1.0195584297180176, -0.36069199442863464, 0.370493084192276, -0.20145605504512787, -0.9856616258621216, -0.44363075494766235, 0.5532135963439941, 0.2916302978992462, -0.6611772179603577, -0.645238995552063, 0.16589155793190002, 0.4326215982437134, -0.0349414125084877, -0.3025828003883362, -0.032868776470422745, 0.1847434788942337, 0.3485412001609802, 0.4988290071487427, 0.751932680606842, 0.8152587413787842, 0.9244775772094727, 1.4352459907531738, 1.4759221076965332, 0.7450056672096252, 0.39385509490966797, 1.4472366571426392, 2.8098032474517822, 2.177706480026245, 0.36037203669548035, 0.04329198971390724, 1.5502170324325562, 2.31978178024292, 1.0662099123001099, -0.04759363457560539, 0.3396996855735779, 0.808958113193512, 0.1638374924659729, -0.6472029685974121, -0.35122641921043396, 0.13654135167598724, -0.4728269577026367, -1.575478196144104, -1.8599238395690918, -1.2506510019302368, -0.526334822177887, -0.6589368581771851, -1.5395859479904175, -2.0941250324249268, -1.5561152696609497, -0.4982912242412567, -0.4503242075443268, -1.3228483200073242, -1.4035091400146484, -0.4673638641834259, -0.2051364779472351, -0.9159940481185913, -0.9239678978919983, 0.1169242188334465, 0.34861114621162415, -0.7321447730064392, -1.0933314561843872, 0.07371252775192261, 0.8057337403297424, -0.15437915921211243, -1.0571057796478271, -0.5258831977844238, 0.45125851035118103, 0.34539297223091125, -0.41542044281959534, -0.5301126837730408, -0.03890492394566536, 0.31081444025039673, 0.4167623519897461, 0.5884281396865845, 0.6415609121322632, 0.756437361240387, 1.158151626586914, 1.62227201461792, 0.9637468457221985, 0.2397720068693161, 0.853412389755249, 2.5949196815490723, 2.771069049835205, 0.7873532176017761, -0.25520509481430054, 1.101050615310669, 2.539515495300293, 1.7358795404434204, 0.07404329627752304, 0.08885589241981506, 0.9178501963615417, 0.7447901964187622, -0.15689130127429962, -0.35049501061439514, 0.03227448835968971, -0.17407168447971344, -0.9876324534416199, -1.4335609674453735, -1.2713313102722168, -0.7718608379364014, -0.4974079132080078, -0.9465171098709106, -1.68666672706604, -1.7831473350524902, -0.8067182302474976, -0.20653414726257324, -0.8792252540588379, -1.4967925548553467, -0.915654182434082, -0.22464671730995178, -0.5638900995254517, -0.994195282459259, -0.3999769389629364, 0.13777276873588562, -0.43775227665901184, -1.0278537273406982, -0.5060335993766785, 0.35609814524650574, 0.03504549339413643, -0.7910395264625549, -0.8452091813087463, -0.16732482612133026, 0.19447742402553558, -0.08977662771940231, -0.4055121839046478, -0.40802672505378723, -0.08366870135068893, 0.38159850239753723, 0.7415125966072083, 0.7427682876586914, 0.6601039171218872, 0.9536026120185852, 1.447444200515747, 0.9307785630226135, 0.45237407088279724, 0.91927570104599, 2.38763689994812, 2.5401244163513184, 0.8200339078903198, -0.169621542096138, 0.8171987533569336, 2.2551469802856445, 1.8034729957580566, 0.32038983702659607, -0.135434091091156, 0.3623400628566742, 0.5840403437614441, 0.12555015087127686, -0.2018928825855255, -0.1968669444322586, -0.43785831332206726, -0.9530112147331238, -1.2472867965698242, -1.180721640586853, -0.717254638671875, -0.41599756479263306, -0.8573322892189026, -1.5466454029083252, -1.5792709589004517, -0.6354011297225952, -0.04283570498228073, -0.6127569675445557, -1.2237931489944458, -0.7867915630340576, -0.17535029351711273, -0.25875672698020935, -0.5900169014930725, -0.285789430141449, 0.017264030873775482, -0.34057509899139404, -0.64947909116745, -0.28705745935440063, 0.18843351304531097, -0.12695014476776123, -0.6659903526306152, -0.6676197648048401, -0.2753616273403168, -0.0802343413233757, -0.23412799835205078, -0.3987533748149872, -0.43344956636428833, -0.26970717310905457, 0.1780800074338913, 0.6056309342384338, 0.6656491756439209, 0.48125192523002625, 0.8543054461479187, 1.4445503950119019, 0.9539462327957153, 0.24207620322704315, 0.6752484440803528, 2.417509078979492, 2.7694294452667236, 0.8833474516868591, -0.40288883447647095, 0.6728950142860413, 2.3143842220306396, 1.9606876373291016, 0.35587167739868164, -0.11346262693405151, 0.3068051338195801, 0.473146915435791, 0.12026475369930267, -0.018922066316008568, -0.10450243949890137, -0.5637100338935852, -1.0247894525527954, -1.0769875049591064, -1.009682059288025, -0.8758735060691833, -0.541957676410675, -0.617627739906311, -1.264017105102539, -1.592401146888733, -0.9075140953063965, -0.05165953189134598, -0.2503614127635956, -0.8705558180809021, -0.7240462303161621, -0.39139366149902344, -0.3498329520225525, -0.289466917514801, 0.12754343450069427, 0.16119925677776337, -0.5453773140907288, -0.7729005813598633, -0.04734712839126587, 0.46838563680648804, -0.07305385917425156, -0.7880733609199524, -0.6670993566513062, -0.19304783642292023, -0.15869882702827454, -0.360523521900177, -0.4154004156589508, -0.3730134963989258, -0.4386657178401947, -0.14105625450611115, 0.4245723783969879, 0.6989238858222961, 0.482726126909256, 0.43426480889320374, 1.2550822496414185, 1.4023466110229492, 0.47096627950668335, 0.1199493259191513, 1.4298064708709717, 3.066697120666504, 1.9977006912231445, -0.14093494415283203, -0.27032142877578735, 1.6099621057510376, 2.5401670932769775, 1.1327623128890991, -0.10205798596143723, -0.011342788115143776, 0.3610726296901703, 0.25267404317855835, 0.09049820154905319, 0.03733089938759804, -0.4647696912288666, -1.1522637605667114, -1.129776954650879, -0.8578559160232544, -0.9532299041748047, -1.016552448272705, -0.6835326552391052, -0.8574694395065308, -1.4671295881271362, -1.5169981718063354, -0.5889739394187927, -0.06389591097831726, -0.621593177318573, -0.8678624033927917, -0.5727919936180115, -0.445677787065506, -0.5111117959022522, -0.0457945391535759, 0.44375061988830566, -0.17230874300003052, -1.0113085508346558, -0.5153965950012207, 0.5804936289787292, 0.4293786287307739, -0.7354576587677002, -0.9831485152244568, -0.24249300360679626, 0.14533688127994537, -0.24776172637939453, -0.5331791639328003, -0.4199559688568115, -0.36417850852012634, -0.25121697783470154, 0.18566927313804626, 0.6018669605255127, 0.5661341547966003, 0.2911550998687744, 0.625521719455719, 1.6015207767486572, 1.5192762613296509, 0.3838481605052948, 0.05871616676449776, 1.5710138082504272, 3.1481525897979736, 2.021461248397827, -0.13627827167510986, -0.2469683438539505, 1.6024363040924072, 2.4646077156066895, 1.133371353149414, -0.05485973507165909, -0.0951874852180481, 0.20238319039344788, 0.2289925366640091, 0.21233779191970825, 0.016707921400666237, -0.7679856419563293, -1.3674132823944092, -0.9678227305412292, -0.6490626335144043, -1.1630395650863647, -1.3568027019500732, -0.757122278213501, -0.6553136110305786, -1.3637501001358032, -1.7079100608825684, -0.7777506113052368, -0.1380523294210434, -0.5871861577033997, -0.7570558786392212, -0.5846700668334961, -0.6141460537910461, -0.7043130397796631, 0.03383876383304596, 0.6842345595359802, -0.16474442183971405, -1.1998006105422974, -0.5921359658241272, 0.7609326839447021, 0.4952869117259979, -0.8329827785491943, -1.0445493459701538, -0.14598755538463593, 0.24702252447605133, -0.24808728694915771, -0.5909863710403442, -0.4522087574005127, -0.3289085328578949, -0.1382923573255539, 0.29699283838272095, 0.5392021536827087, 0.46378472447395325, 0.30772334337234497, 0.756568431854248, 1.5654326677322388, 1.5514583587646484, 0.6355296969413757, 0.04532316327095032, 1.169828176498413, 2.888385057449341, 2.585502862930298, 0.5061046481132507, -0.4767233729362488, 0.9363846778869629, 2.4374516010284424, 1.7911800146102905, 0.3639860153198242, -0.17386268079280853, 0.059016063809394836, 0.22440792620182037, 0.26382967829704285, 0.19991186261177063, -0.470296174287796, -1.331546425819397, -1.2531472444534302, -0.7194108963012695, -0.9328140020370483, -1.3467377424240112, -1.093876838684082, -0.7612407803535461, -1.085750937461853, -1.6597340106964111, -1.1641335487365723, -0.5442224740982056, -0.5691225528717041, -0.6629534363746643, -0.6057139039039612, -0.7700451016426086, -1.0510612726211548, -0.3673919141292572, 0.5709850192070007, 0.16478633880615234, -1.1060857772827148, -1.0512338876724243, 0.26760631799697876, 0.5540040135383606, -0.4438849091529846, -0.920590341091156, -0.34338364005088806, 0.06590276211500168, -0.23765428364276886, -0.3798713982105255, -0.24146799743175507, -0.2980721592903137, -0.3117167055606842, 0.18649771809577942, 0.6898284554481506, 0.5684133172035217, 0.1995675414800644, 0.508518636226654, 1.483757495880127, 1.9103717803955078, 0.9691457748413086, -0.0670299381017685, 0.42245152592658997, 2.384273052215576, 3.1414175033569336, 1.557597279548645, -0.268340140581131, 0.047449298202991486, 1.6431375741958618, 2.1540439128875732, 1.3522032499313354, 0.4901670813560486, -0.07562709599733353, -0.3873784840106964, -0.07292589545249939, 0.6991892457008362, 0.586814820766449, -0.8104654550552368, -1.7437740564346313, -1.2271243333816528, -0.5610543489456177, -0.6600058674812317, -0.95011967420578, -0.9682421684265137, -1.081477403640747, -1.3277299404144287, -1.1333898305892944, -0.6559756398200989, -0.6695991158485413, -0.6943348050117493, -0.38283422589302063, -0.45973387360572815, -0.971703827381134, -0.8744027614593506, 0.14856840670108795, 0.5271914601325989, -0.38202568888664246, -0.9645031690597534, -0.37102487683296204, 0.14994217455387115, -0.19849704205989838, -0.5397796630859375, -0.24872466921806335, -0.20575885474681854, -0.6223751902580261, -0.6261981725692749, -0.14616867899894714, -0.11566787213087082, -0.5033717751502991, -0.41656988859176636, 0.177631676197052, 0.33643412590026855, 0.03886161372065544, 0.10626420378684998, 0.5868442058563232, 1.0783013105392456, 1.1597070693969727, 0.7668037414550781, 0.2889549434185028, 0.35102301836013794, 1.2869220972061157, 2.2147021293640137, 1.918278455734253, 0.833452582359314, 0.2593814432621002, 0.6308578252792358, 1.322528600692749, 1.6825472116470337, 1.5454994440078735, 0.7466518878936768, -0.19000454246997833, -0.3597210943698883, 0.3770522475242615, 0.9034091234207153, 0.3797905445098877, -0.5545384287834167, -0.9316549301147461, -0.7890487909317017, -0.5539031624794006, -0.4313657283782959, -0.362907737493515, -0.48010388016700745, -0.8487193584442139, -1.0794215202331543, -0.9106211066246033, -0.6035142540931702, -0.41547587513923645, -0.38958749175071716, -0.4998685419559479, -0.6531645655632019, -0.7271726727485657, -0.5676748156547546, -0.334208220243454, -0.21176782250404358, -0.3358021080493927, -0.46238502860069275, -0.5459336042404175, -0.6338120698928833, -0.5872626900672913, -0.5054292678833008, -0.4105699360370636, -0.4259011447429657, -0.5906297564506531, -0.7042126059532166, -0.7151950001716614, -0.5334814786911011, -0.3165288269519806, -0.21883806586265564, -0.23912116885185242, -0.1499103456735611, -0.08638862520456314, 0.0041345711797475815, 0.2118634432554245, 0.5816443562507629, 0.8953762054443359, 0.9463604092597961, 0.750664472579956, 0.5197978019714355, 0.604426920413971, 0.9809385538101196, 1.5466561317443848, 1.6964340209960938, 1.3409477472305298, 0.8829225897789001, 0.7599567174911499, 0.9431701898574829, 1.1585897207260132, 1.3855019807815552, 1.2438571453094482, 0.637159526348114, -0.015360855497419834, -0.1224382221698761, 0.3369619846343994, 0.604249894618988, 0.2405259609222412, -0.2849709689617157, -0.6135745644569397, -0.6508880257606506, -0.4435533881187439, -0.13538934290409088, -0.1012074202299118, -0.5246382355690002, -0.8948132991790771, -0.789546012878418, -0.47764852643013, -0.43086838722229004, -0.5096964240074158, -0.43656420707702637, -0.5689108967781067, -0.8108640313148499, -0.7506025433540344, -0.3598894476890564, -0.17983803153038025, -0.5586546063423157, -0.7621595859527588, -0.5587246417999268, -0.4389480948448181, -0.6458662748336792, -0.7131184935569763, -0.48393166065216064, -0.45301657915115356, -0.7083959579467773, -0.7523351311683655, -0.5966463685035706, -0.5310156345367432, -0.5886227488517761, -0.5286803245544434, -0.31650498509407043, -0.3331046998500824, -0.3829987645149231, -0.2161666452884674, 0.11967839300632477, 0.26901233196258545, 0.298261821269989, 0.4746139943599701, 0.642054557800293, 0.837405800819397, 0.7741318345069885, 0.4934447109699249, 0.5110769271850586, 0.8690432906150818, 1.4710702896118164, 1.5338295698165894, 1.064396858215332, 0.7089414596557617, 0.6830414533615112, 0.92180335521698, 1.0587973594665527, 1.170316219329834, 1.0200088024139404, 0.4740959703922272, 0.08526051789522171, 0.1944558024406433, 0.5460824966430664, 0.5262963771820068, 0.06422549486160278, -0.21440397202968597, -0.2419995367527008, -0.2090669572353363, -0.19864055514335632, -0.1569204479455948, -0.22332806885242462, -0.4258575737476349, -0.49156323075294495, -0.4504077434539795, -0.41489261388778687, -0.5118802189826965, -0.5227046012878418, -0.38749462366104126, -0.4732418358325958, -0.6090667247772217, -0.58915114402771, -0.44258570671081543, -0.386508584022522, -0.5213870406150818, -0.517556369304657, -0.4384506344795227, -0.45596471428871155, -0.5535814166069031, -0.5510156154632568, -0.45486125349998474, -0.535800576210022, -0.6544985175132751, -0.6214792132377625, -0.5512787103652954, -0.5329157114028931, -0.6472516655921936, -0.6060547828674316, -0.4105037748813629, -0.28780514001846313, -0.24482257664203644, -0.26771801710128784, -0.19029751420021057, 0.03566490858793259, 0.21535323560237885, 0.3260378837585449, 0.393932968378067, 0.5104846358299255, 0.6520994305610657, 0.5903673768043518, 0.32329344749450684, 0.2807161808013916, 0.6845446825027466, 1.219236135482788, 1.2369847297668457, 0.8789663910865784, 0.6095850467681885, 0.5921700596809387, 0.7629415988922119, 0.8781060576438904, 1.0517692565917969, 1.0388250350952148, 0.6368112564086914, 0.2680334150791168, 0.24341534078121185, 0.5318549871444702, 0.6123762726783752, 0.29661932587623596, 0.04812993109226227, -0.053479939699172974, -0.1232822984457016, -0.2174776941537857, -0.13057079911231995, 0.0028372390661388636, -0.14118322730064392, -0.41965001821517944, -0.5286734700202942, -0.3917188346385956, -0.3502744734287262, -0.41327372193336487, -0.3804544508457184, -0.36250069737434387, -0.44040998816490173, -0.48534637689590454, -0.3210608959197998, -0.23282398283481598, -0.4238174855709076, -0.5099239945411682, -0.3862841725349426, -0.24259844422340393, -0.4161013662815094, -0.6198505163192749, -0.5724228620529175, -0.4687744677066803, -0.47382253408432007, -0.5854314565658569, -0.6444722414016724, -0.6630976796150208, -0.6751584410667419, -0.5064107179641724, -0.3828304708003998, -0.41863682866096497, -0.556403398513794, -0.46055465936660767, -0.2384774535894394, -0.1017010435461998, -0.13853219151496887, -0.12758953869342804, -0.0020833988673985004, 0.14814157783985138, 0.24833016097545624, 0.4268089234828949, 0.4239518344402313, 0.15680235624313354, 0.03597091883420944, 0.372416615486145, 1.0062377452850342, 1.1707667112350464, 0.818522036075592, 0.4875643849372864, 0.4800245761871338, 0.6970125436782837, 0.848842978477478, 0.953870415687561, 1.0251322984695435, 0.7825507521629333, 0.4368197023868561, 0.3064034581184387, 0.4577098488807678, 0.6734628081321716, 0.5582513809204102, 0.3215710520744324, 0.09179173409938812, -0.033736132085323334, -0.03594003617763519, 0.06084626913070679, 0.1354699581861496, 0.02200823649764061, -0.19928304851055145, -0.3294403553009033, -0.28409433364868164, -0.22163952887058258, -0.182315394282341, -0.1538376808166504, -0.25356775522232056, -0.3554704785346985, -0.35396435856819153, -0.24488604068756104, -0.18375591933727264, -0.3733627498149872, -0.4383840262889862, -0.3079250454902649, -0.2534847855567932, -0.3779429793357849, -0.6000081896781921, -0.5816012024879456, -0.46442198753356934, -0.48669493198394775, -0.5809388756752014, -0.6828344464302063, -0.7331505417823792, -0.7984020113945007, -0.7334251999855042, -0.5541976094245911, -0.48298710584640503, -0.580899178981781, -0.7236799001693726, -0.549176812171936, -0.34561964869499207, -0.2791520059108734, -0.285185307264328, -0.2067306786775589, 0.004220690578222275, 0.09330718219280243, 0.11105656623840332, 0.14378289878368378, 0.34380942583084106, 0.3633284568786621, 0.22846490144729614, 0.26438722014427185, 0.6396991610527039, 0.9735441207885742, 0.8970134854316711, 0.6735852360725403, 0.6125593185424805, 0.7159029841423035, 0.764784574508667, 0.8091175556182861, 0.977422833442688, 0.9642007350921631, 0.6746282577514648, 0.40413403511047363, 0.4608120024204254, 0.6906022429466248, 0.677585780620575, 0.4378722310066223, 0.2451634556055069, 0.15946248173713684, 0.14936457574367523, 0.11996728926897049, 0.14989899098873138, 0.10839840769767761, -0.04130593314766884, -0.15443873405456543, -0.15080025792121887, -0.10842988640069962, -0.1956881433725357, -0.21438068151474, -0.16931453347206116, -0.15598201751708984, -0.23361538350582123, -0.3269907236099243, -0.28321191668510437, -0.3038019835948944, -0.3696930706501007, -0.389946311712265, -0.3756910264492035, -0.4388907551765442, -0.6361857056617737, -0.6703632473945618, -0.5597150325775146, -0.5573963522911072, -0.6693053841590881, -0.7571142911911011, -0.6992432475090027, -0.7453787922859192, -0.816249668598175, -0.7212839722633362, -0.5889165997505188, -0.5718827247619629, -0.6619304418563843, -0.687466025352478, -0.5898810625076294, -0.4927302896976471, -0.39987751841545105, -0.2713761627674103, -0.16570864617824554, -0.16211427748203278, -0.19322776794433594, -0.06067508086562157, 0.15877974033355713, 0.34668755531311035, 0.23670382797718048, 0.12402456253767014, 0.20315177738666534, 0.5502020120620728, 0.8474564552307129, 0.8196917772293091, 0.7200123071670532, 0.6842309236526489, 0.7294478416442871, 0.7849640250205994, 0.8633812069892883, 1.0582247972488403, 1.061702013015747, 0.8119943141937256, 0.5880065560340881, 0.5919926762580872, 0.7734665870666504, 0.7483282089233398, 0.5905413627624512, 0.4216730296611786, 0.2634517252445221, 0.16102012991905212, 0.17606467008590698, 0.2583443224430084, 0.20474402606487274, 0.0042029633186757565, -0.18333923816680908, -0.20776720345020294, -0.14045177400112152, -0.12220332026481628, -0.0744275152683258, -0.18049681186676025, -0.3038819134235382, -0.3404953181743622, -0.2616424858570099, -0.21619798243045807, -0.3952653706073761, -0.49552831053733826, -0.37811124324798584, -0.28408947587013245, -0.41775357723236084, -0.6512293219566345, -0.6627896428108215, -0.5378710031509399, -0.5223016142845154, -0.6205871105194092, -0.7126647233963013, -0.7634939551353455, -0.8479632139205933, -0.8633435368537903, -0.7550174593925476, -0.6952284574508667, -0.7488325834274292, -0.8598892688751221, -0.8217770457267761, -0.7520281672477722, -0.6311549544334412, -0.5051301717758179, -0.3698877692222595, -0.2681926488876343, -0.2406490594148636, -0.20925553143024445, -0.10184600204229355, 0.06891981512308121, 0.2991871237754822, 0.3996501564979553, 0.29351717233657837, 0.23012085258960724, 0.41971835494041443, 0.8644731044769287, 1.0316144227981567, 0.9195944666862488, 0.8369760513305664, 0.8518394231796265, 0.9399495124816895, 0.9496529698371887, 1.075560212135315, 1.2244625091552734, 1.1070220470428467, 0.8200008869171143, 0.6374009251594543, 0.7306455969810486, 0.7976334691047668, 0.6636865735054016, 0.5359207987785339, 0.4302515387535095, 0.2971692681312561, 0.11352062970399857, 0.07511383295059204, 0.19215981662273407, 0.1907862424850464, 0.028050744906067848, -0.16688421368598938, -0.19316375255584717, -0.12040003389120102, -0.09200519323348999, -0.09719745069742203, -0.1686880886554718, -0.20945730805397034, -0.24487587809562683, -0.2288830578327179, -0.21965564787387848, -0.3455505073070526, -0.4070678651332855, -0.384766548871994, -0.36469727754592896, -0.4792298376560211, -0.6351411938667297, -0.6184621453285217, -0.5835371017456055, -0.6366753578186035, -0.7812793254852295, -0.8904504179954529, -0.9280949234962463, -0.956342339515686, -0.9141437411308289, -0.8457390069961548, -0.8567495942115784, -0.9725085496902466, -0.9731705188751221, -0.7937964797019958, -0.6206094026565552, -0.5434457659721375, -0.49964186549186707, -0.37135303020477295, -0.2728807330131531, -0.1783781796693802, -0.08911942690610886, 0.057297009974718094, 0.2807486057281494, 0.4302889108657837, 0.5159006714820862, 0.44651976227760315, 0.41688644886016846, 0.559468686580658, 0.9209697246551514, 1.1622120141983032, 1.1038013696670532, 0.9594987630844116, 0.8829770088195801, 0.9306906461715698, 1.0395748615264893, 1.1256626844406128, 1.1763834953308105, 1.0060008764266968, 0.7604550123214722, 0.6754911541938782, 0.7276099324226379, 0.8054654598236084, 0.6549648642539978, 0.4829927086830139, 0.3395298719406128, 0.21453174948692322, 0.1732829213142395, 0.18626803159713745, 0.23106518387794495, 0.11011171340942383, -0.06977181881666183, -0.14582547545433044, -0.09866249561309814, -0.040963008999824524, -0.09331212937831879, -0.11403262615203857, -0.18643158674240112, -0.24042513966560364, -0.255687415599823, -0.23211506009101868, -0.2129656821489334, -0.38466694951057434, -0.555113673210144, -0.5220140814781189, -0.43128806352615356, -0.4621935486793518, -0.6692379117012024, -0.7582657933235168, -0.6942029595375061, -0.7064769864082336, -0.7983329892158508, -0.8989186882972717, -0.9248518347740173, -0.9705312252044678, -0.9925541281700134, -0.877649188041687, -0.7584050297737122, -0.7827703952789307, -0.8562378883361816, -0.8263272047042847, -0.6474398374557495, -0.5419002771377563, -0.43566328287124634, -0.31850263476371765, -0.19304940104484558, -0.1053973063826561, -0.019581375643610954, 0.07498764246702194, 0.24457205832004547, 0.38384193181991577, 0.5349059104919434, 0.5923910737037659, 0.477771133184433, 0.45801877975463867, 0.6887496709823608, 1.0819008350372314, 1.1644517183303833, 1.024079442024231, 0.9096863865852356, 0.8964525461196899, 0.9383216500282288, 0.9721579551696777, 1.1168068647384644, 1.1793558597564697, 0.9744578003883362, 0.6935667991638184, 0.5992836952209473, 0.7214856743812561, 0.7483405470848083, 0.5871673822402954, 0.4534789025783539, 0.29843705892562866, 0.18126468360424042, 0.1286136358976364, 0.2121758610010147, 0.25527945160865784, 0.08915811032056808, -0.11349453777074814, -0.1881803423166275, -0.09602581709623337, -0.04731108248233795, -0.08593340218067169, -0.14211274683475494, -0.2653738856315613, -0.33401602506637573, -0.33424365520477295, -0.257423996925354, -0.2789125442504883, -0.4993594288825989, -0.625394880771637, -0.5803921222686768, -0.4979175925254822, -0.5736039280891418, -0.7403357028961182, -0.7533213496208191, -0.7519901394844055, -0.8065464496612549, -0.8506198525428772, -0.8686628937721252, -0.8799988627433777, -0.9586683511734009, -0.9660225510597229, -0.8244917988777161, -0.7855232954025269, -0.8506529331207275, -0.8819823861122131, -0.7457138299942017, -0.5771313309669495, -0.48609471321105957, -0.4220057427883148, -0.3354504704475403, -0.1872001737356186, -0.007257114164531231, 0.10554060339927673, 0.1560247838497162, 0.26085805892944336, 0.365479439496994, 0.549393892288208, 0.5605499148368835, 0.532060980796814, 0.57877516746521, 0.822210967540741, 1.0627930164337158, 1.0426549911499023, 0.9653451442718506, 0.9028014540672302, 0.9197128415107727, 0.9653556942939758, 1.0050102472305298, 1.110988974571228, 1.0707839727401733, 0.8458136320114136, 0.6652082204818726, 0.6350987553596497, 0.7279132008552551, 0.6613145470619202, 0.501622200012207, 0.3846064805984497, 0.2734735608100891, 0.21284058690071106, 0.13689640164375305, 0.15812934935092926, 0.15111128985881805, 0.022122880443930626, -0.10308381915092468, -0.16012412309646606, -0.10995454341173172, -0.13754577934741974, -0.1673354059457779, -0.223125159740448, -0.271411269903183, -0.3178582191467285, -0.3555036783218384, -0.337187260389328, -0.44708800315856934, -0.5916421413421631, -0.632219135761261, -0.5341353416442871, -0.5425102114677429, -0.7169067859649658, -0.8581802845001221, -0.8005595803260803, -0.7656777501106262, -0.8250033259391785, -0.8400489687919617, -0.8792729377746582, -0.9314489960670471, -1.0026931762695312, -0.8885706663131714, -0.7563123106956482, -0.7360394597053528, -0.8360782265663147, -0.8556783199310303, -0.6886065602302551, -0.5012402534484863, -0.4147300720214844, -0.3453596234321594, -0.19221711158752441, -0.054010357707738876, 0.01859225332736969, 0.1312825232744217, 0.24329864978790283, 0.4111889898777008, 0.564568281173706, 0.6575688719749451, 0.5904018878936768, 0.5692499279975891, 0.67771977186203, 1.0048733949661255, 1.1511204242706299, 1.0838239192962646, 0.9992024898529053, 0.9524022936820984, 1.0014523267745972, 1.0334889888763428, 1.1205047369003296, 1.1971161365509033, 1.0267897844314575, 0.7608367800712585, 0.6445273160934448, 0.7000471353530884, 0.7623376250267029, 0.6127103567123413, 0.4645056426525116, 0.3069443106651306, 0.16475458443164825, 0.1155518889427185, 0.14591848850250244, 0.2236981987953186, 0.0965893566608429, -0.12109928578138351, -0.23044909536838531, -0.19361461699008942, -0.12619708478450775, -0.14880767464637756, -0.1806660294532776, -0.29161643981933594, -0.41322317719459534, -0.47929269075393677, -0.40117505192756653, -0.3595465123653412, -0.5309686064720154, -0.6810917258262634, -0.6572706699371338, -0.606772780418396, -0.7208391427993774, -0.8518311977386475, -0.8056694865226746, -0.7242439985275269, -0.7958112955093384, -0.9107779860496521, -0.9256160855293274, -0.8760413527488708, -0.8699365258216858, -0.8904215693473816, -0.7683888077735901, -0.6957870721817017, -0.7528064846992493, -0.8710221648216248, -0.7925077080726624, -0.5744893550872803, -0.39147913455963135, -0.3027944564819336, -0.239055797457695, -0.14175641536712646, -0.13884568214416504, 0.07366470992565155, 0.2834758162498474, 0.4302867650985718, 0.5403774976730347, 0.670811116695404, 0.6260777115821838, 0.5449708700180054, 0.6782529354095459, 0.9981100559234619, 1.2955894470214844, 1.191859483718872, 1.023301601409912, 0.9926137924194336, 0.9991562366485596, 1.1201273202896118, 1.1358250379562378, 1.2857831716537476, 1.1924132108688354, 0.7871955633163452, 0.5968465209007263, 0.6360945105552673, 0.8795451521873474, 0.7568936944007874, 0.4520508050918579, 0.2896369695663452, 0.0919235497713089, 0.11482904106378555, 0.13852910697460175, 0.20016781985759735, 0.1405431628227234, -0.20384487509727478, -0.30534783005714417, -0.3076353967189789, -0.12729735672473907, -0.15450048446655273, -0.2606344521045685, -0.32837170362472534, -0.46671223640441895, -0.4561111629009247, -0.473805695772171, -0.4235645532608032, -0.5448854565620422, -0.6898435950279236, -0.6116042733192444, -0.6078646183013916, -0.6508021950721741, -0.8534328937530518, -0.8595054745674133, -0.8053722381591797, -0.983574628829956, -0.8921269178390503, -0.8421421647071838, -0.8259945511817932, -0.9386261701583862, -0.9531649351119995, -0.8315965533256531, -0.7370180487632751, -0.7634763717651367, -0.926227867603302, -0.8307750821113586, -0.5196998119354248, -0.2835487723350525, -0.18901297450065613, -0.193863183259964, -0.050139665603637695, 0.15017659962177277, 0.3806265592575073, 0.4749486744403839, 0.692678689956665, 0.987174391746521, 1.058537483215332, 0.7272942066192627, 0.692755937576294, 0.9921028017997742, 1.5676895380020142, 1.551315426826477, 1.2336838245391846, 1.0728257894515991, 1.0524389743804932, 1.193705439567566, 1.2327592372894287, 1.3712539672851562, 1.3588788509368896, 0.8768132925033569, 0.40808963775634766, 0.39351898431777954, 0.7675795555114746, 0.9269090890884399, 0.48808708786964417, 0.03857649117708206, -0.1797616332769394, -0.19320423901081085, -0.04157060757279396, 0.08451483398675919, 0.10988315939903259, -0.22951117157936096, -0.5999373197555542, -0.63910311460495, -0.315178245306015, -0.18638063967227936, -0.30666232109069824, -0.430515855550766, -0.5605739951133728, -0.6447688341140747, -0.7235655188560486, -0.5986568927764893, -0.5232719779014587, -0.5692656636238098, -0.649323046207428, -0.7031080722808838, -0.846563994884491, -1.0127670764923096, -0.8534760475158691, -0.6442476511001587, -0.6255306601524353, -0.9358929991722107, -1.1387680768966675, -1.0663623809814453, -0.8932396173477173, -0.7586550116539001, -0.7701846361160278, -0.772029459476471, -0.854031503200531, -0.7931171655654907, -0.554650604724884, -0.23257586359977722, -0.0961667075753212, -0.08754011243581772, 0.106230728328228, 0.41335877776145935, 0.5694352388381958, 0.7118407487869263, 0.9787954688072205, 1.0162886381149292, 0.7298507690429688, 0.7645092606544495, 1.2655473947525024, 2.029533863067627, 1.9204950332641602, 1.194890022277832, 0.86817866563797, 1.1199003458023071, 1.5774418115615845, 1.6043168306350708, 1.5227606296539307, 1.2192919254302979, 0.6018741726875305, 0.25571995973587036, 0.4756503701210022, 1.0074504613876343, 0.8266248106956482, 0.060893286019563675, -0.4149879217147827, -0.4539255201816559, -0.20557352900505066, -0.10831385105848312, -0.09588281065225601, -0.3418789207935333, -0.7339309453964233, -0.9193320870399475, -0.7369586825370789, -0.4561750292778015, -0.49361854791641235, -0.507583737373352, -0.6628828644752502, -0.9350438117980957, -1.0553736686706543, -0.7507445216178894, -0.2204219251871109, -0.3398919105529785, -0.8350011706352234, -1.0743188858032227, -0.7830737233161926, -0.5326091051101685, -0.5917810797691345, -0.6176435351371765, -0.6908807754516602, -0.8017960786819458, -0.9494132399559021, -0.7903057336807251, -0.5705733299255371, -0.6468437910079956, -0.7744347453117371, -0.7089049220085144, -0.4281819760799408, -0.31100189685821533, -0.20947761833667755, -0.13602422177791595, 0.22444812953472137, 0.5145248770713806, 0.6839193105697632, 0.858026921749115, 0.7959173321723938, 0.5729924440383911, 0.4013127088546753, 0.8718641400337219, 1.8057482242584229, 2.0256237983703613, 1.289216160774231, 0.4209528863430023, 0.589816153049469, 1.387898564338684, 1.7798055410385132, 1.5758142471313477, 1.0206190347671509, 0.4682602882385254, 0.020930888131260872, 0.2288977950811386, 0.9193235635757446, 1.0596007108688354, 0.22677573561668396, -0.7686704993247986, -0.8338279128074646, -0.32434630393981934, 0.062210340052843094, -0.028697146102786064, -0.42879965901374817, -0.8295807838439941, -0.9941050410270691, -0.6123800277709961, -0.25084352493286133, -0.3856830596923828, -0.7355245351791382, -0.7515786290168762, -0.5676565170288086, -0.6424877047538757, -0.7265069484710693, -0.47675570845603943, -0.2414160668849945, -0.4110363721847534, -0.6647502779960632, -0.5860297083854675, -0.5003448128700256, -0.5660048723220825, -0.4871813952922821, -0.2315908819437027, -0.25886669754981995, -0.6841054558753967, -0.8440916538238525, -0.47350969910621643, -0.1375512033700943, -0.18960775434970856, -0.3641030192375183, -0.3154357075691223, -0.054529182612895966, 0.21481212973594666, 0.514102041721344, 0.7104538679122925, 0.8491000533103943, 0.8233417868614197, 0.4709547460079193, 0.20671066641807556, 0.5708947777748108, 1.6097537279129028, 2.035648822784424, 1.148794412612915, 0.08015289157629013, 0.0888204574584961, 0.9059501886367798, 1.4107664823532104, 1.2717585563659668, 0.9079124331474304, 0.1690329909324646, -0.5304597020149231, -0.36830151081085205, 0.608132541179657, 1.0173323154449463, 0.054607804864645004, -1.0634664297103882, -1.1813931465148926, -0.6081732511520386, -0.21848414838314056, -0.12535201013088226, -0.2200421541929245, -0.6071265935897827, -1.0616545677185059, -0.9760673642158508, -0.4586836099624634, -0.17358127236366272, -0.19511789083480835, -0.2251739650964737, -0.31277889013290405, -0.6391403079032898, -0.6772777438163757, -0.09961507469415665, 0.3454110324382782, 0.11860070377588272, -0.3901612162590027, -0.48895591497421265, -0.35534900426864624, -0.2977762520313263, -0.10481202602386475, 0.12648367881774902, -0.03691165894269943, -0.568223237991333, -0.733609676361084, -0.2661365270614624, 0.07831225544214249, -0.027016300708055496, -0.18237453699111938, -0.039240993559360504, 0.1860996037721634, 0.33919063210487366, 0.44549643993377686, 0.7142524719238281, 1.0813493728637695, 0.8999397158622742, 0.2815040051937103, -0.007516857702285051, 0.8485249280929565, 2.041358470916748, 1.8826122283935547, 0.5870000123977661, -0.2829282283782959, 0.1910885125398636, 1.0071003437042236, 1.1796211004257202, 1.0256221294403076, 0.4995550215244293, -0.42925214767456055, -1.0413693189620972, -0.4497009515762329, 0.6357537508010864, 0.4710833430290222, -0.8738975524902344, -1.71309232711792, -1.4503326416015625, -0.8340436816215515, -0.4997923970222473, -0.3771877884864807, -0.5934981107711792, -1.1722732782363892, -1.422804594039917, -0.9695188999176025, -0.4053536057472229, -0.27527040243148804, -0.2445676624774933, -0.24008706212043762, -0.5707469582557678, -0.8189564943313599, -0.35097837448120117, 0.42428889870643616, 0.43739497661590576, -0.10895676165819168, -0.3147287666797638, -0.1319325566291809, -0.06864141672849655, 0.012785491533577442, 0.34502530097961426, 0.42682400345802307, -0.068245530128479, -0.4274788200855255, -0.1171785369515419, 0.380615234375, 0.3679249882698059, 0.1253696233034134, 0.28282245993614197, 0.5067462921142578, 0.6965432167053223, 0.7664214372634888, 1.0864689350128174, 1.2266209125518799, 0.7063481211662292, 0.25361740589141846, 0.483011931180954, 1.6509648561477661, 2.189147472381592, 1.3699009418487549, 0.2581096291542053, -0.029862089082598686, 0.6864513754844666, 1.1830439567565918, 1.069541096687317, 0.7117235064506531, 0.12058117240667343, -0.6813799738883972, -0.8660770654678345, -0.139005646109581, 0.4185909628868103, -0.30208975076675415, -1.5072245597839355, -1.8425800800323486, -1.3668086528778076, -0.9584138989448547, -0.8393845558166504, -0.8752594590187073, -1.2600442171096802, -1.6551772356033325, -1.511616826057434, -0.8879939913749695, -0.6974116563796997, -0.8069686889648438, -0.6130495667457581, -0.4763158857822418, -0.7203621864318848, -0.8767561316490173, -0.2603890895843506, 0.3431624472141266, 0.12840214371681213, -0.3089318573474884, -0.23432208597660065, 0.03100232221186161, -0.027763424441218376, 0.02576112002134323, 0.4132471978664398, 0.41990819573402405, -0.06458481401205063, -0.30827322602272034, 0.14278221130371094, 0.590557336807251, 0.4223119020462036, 0.31717175245285034, 0.4876766800880432, 0.7420591711997986, 0.8423442244529724, 0.9462524056434631, 1.3650132417678833, 1.4885029792785645, 0.8391977548599243, 0.3614121079444885, 0.6440842747688293, 1.8556307554244995, 2.3768513202667236, 1.5616698265075684, 0.44173645973205566, 0.1340695470571518, 0.8026025295257568, 1.2512556314468384, 1.2621065378189087, 1.0088906288146973, 0.2666562795639038, -0.6705158948898315, -0.8420274257659912, -0.043637603521347046, 0.5496647357940674, -0.22164678573608398, -1.4524319171905518, -1.8422096967697144, -1.5244358777999878, -1.1085686683654785, -0.7927255630493164, -0.8739856481552124, -1.3540678024291992, -1.8785932064056396, -1.7404803037643433, -1.1356786489486694, -0.9669071435928345, -0.8925753235816956, -0.7144829034805298, -0.7887381911277771, -1.206535816192627, -1.2952598333358765, -0.5024392604827881, 0.10636013001203537, -0.11127559095621109, -0.5047430396080017, -0.5328440070152283, -0.34622982144355774, -0.3514837622642517, -0.08067316561937332, 0.3375591039657593, 0.27063408493995667, -0.2067171186208725, -0.39508792757987976, 0.07755471765995026, 0.5237762928009033, 0.49757397174835205, 0.4706742465496063, 0.641811728477478, 0.808167040348053, 0.9731511473655701, 1.2317415475845337, 1.689005732536316, 1.6010974645614624, 0.7538482546806335, 0.46091678738594055, 1.1578831672668457, 2.539865255355835, 2.5527756214141846, 1.3284974098205566, 0.42161646485328674, 0.4575810730457306, 1.182222843170166, 1.4356693029403687, 1.4784489870071411, 1.1953181028366089, 0.1071527823805809, -0.8219680786132812, -0.5223004817962646, 0.43119016289711, 0.5207681655883789, -0.6900274157524109, -1.572809100151062, -1.5881108045578003, -1.348105788230896, -1.084932804107666, -0.853514552116394, -0.9391509294509888, -1.5377719402313232, -1.9286173582077026, -1.553149700164795, -1.1831122636795044, -1.170953631401062, -0.9562499523162842, -0.6356614232063293, -0.8690166473388672, -1.4319844245910645, -1.2243196964263916, -0.347043514251709, -0.009395328350365162, -0.32757729291915894, -0.5706802010536194, -0.4534769654273987, -0.49767452478408813, -0.5348113775253296, -0.05794354900717735, 0.34862247109413147, 0.09615126252174377, -0.4608011245727539, -0.4190768301486969, 0.04138941317796707, 0.21863578259944916, 0.24553702771663666, 0.41383323073387146, 0.6957851648330688, 0.739906370639801, 0.8078567385673523, 0.9478880167007446, 1.4874863624572754, 1.3584160804748535, 0.589844286441803, 0.4629656672477722, 1.1715528964996338, 2.4970057010650635, 2.244567394256592, 1.0392107963562012, 0.4855256676673889, 0.6988985538482666, 1.2990996837615967, 1.3367971181869507, 1.5630323886871338, 1.381298542022705, 0.16148512065410614, -0.6726375222206116, -0.22546856105327606, 0.7315518856048584, 0.5805770754814148, -0.6737623810768127, -1.192529559135437, -1.2837272882461548, -1.2477633953094482, -0.9075933694839478, -0.5868433713912964, -0.7576076984405518, -1.5260577201843262, -1.684345006942749, -1.269690752029419, -1.1679950952529907, -1.228111982345581, -0.7954942584037781, -0.4107396602630615, -0.9050004482269287, -1.512891173362732, -1.0949002504348755, -0.30028581619262695, -0.10479040443897247, -0.2654205858707428, -0.27099111676216125, -0.2629097104072571, -0.6426764726638794, -0.5988054871559143, 0.09660867601633072, 0.4450716972351074, 0.1596698760986328, -0.2732633948326111, -0.2297896295785904, -0.017988484352827072, 0.15261834859848022, 0.284961998462677, 0.5377438068389893, 0.7321139574050903, 0.7351298332214355, 0.7506883144378662, 1.0990113019943237, 1.3132243156433105, 0.852841317653656, 0.5053065419197083, 0.5593385100364685, 1.5597082376480103, 2.317807197570801, 1.6524512767791748, 0.6822519898414612, 0.1435869336128235, 0.6101609468460083, 1.249600887298584, 1.5618908405303955, 1.4135656356811523, 0.5190041065216064, -0.5666983127593994, -0.6968647241592407, 0.09234128147363663, 0.6953125, 0.09839291870594025, -1.0152504444122314, -1.5038832426071167, -1.520807147026062, -0.9099386930465698, -0.49227893352508545, -0.5762279033660889, -1.1198713779449463, -1.6575546264648438, -1.4464144706726074, -1.0005656480789185, -0.8598141670227051, -0.7492375373840332, -0.4756506383419037, -0.4365479350090027, -0.836197018623352, -0.9653792381286621, -0.4991668462753296, -0.03491812199354172, 0.17126454412937164, -0.018107600510120392, -0.09814853221178055, -0.2058367133140564, -0.48963478207588196, -0.1375962644815445, 0.21729327738285065, 0.3812600374221802, -0.023839036002755165, -0.5397940874099731, -0.34455350041389465, -0.13896940648555756, 0.18037331104278564, 0.35620519518852234, 0.2943814992904663, 0.38159188628196716, 0.5305837988853455, 0.6207758784294128, 0.9725445508956909, 0.9695025086402893, 0.6188755035400391, 0.5378527045249939, 0.7985159754753113, 1.5400828123092651, 1.6000741720199585, 1.195859432220459, 0.6688777208328247, 0.6084431409835815, 0.8653221130371094, 0.9029319286346436, 0.9368316531181335, 0.8002455234527588, 0.23696400225162506, -0.3026609718799591, -0.4547443687915802, -0.1962435096502304, -0.06427475064992905, -0.5780961513519287, -1.0113353729248047, -1.2693417072296143, -1.3054698705673218, -1.1957297325134277, -0.9334226250648499, -0.929781973361969, -1.1870135068893433, -1.2705491781234741, -1.1663503646850586, -0.992841899394989, -0.8930720686912537, -0.6397566199302673, -0.3039940297603607, -0.31827235221862793, -0.45981311798095703, -0.3824671506881714, -0.08864781260490417, 0.1069234311580658, 0.25145968794822693, 0.2900412082672119, 0.2693108320236206, 0.030810164287686348, -0.3838508129119873, -0.13718977570533752, 0.1457940638065338, 0.23003637790679932, 0.07300747185945511, -0.2085161954164505, -0.15169888734817505, -0.24514873325824738, 0.05753443390130997, 0.4726947844028473, 0.21486768126487732, 0.6840768456459045, 0.5140341520309448, 0.48358553647994995, 0.9570698738098145, 0.9815729260444641, 0.709905743598938, 0.36504822969436646, 0.610683798789978, 1.3125674724578857, 1.7135472297668457, 1.2756524085998535, 0.5914655327796936, 0.322370707988739, 0.39518874883651733, 0.7862768769264221, 1.003379464149475, 0.7052128911018372, 0.05219079181551933, -0.4975421130657196, -0.48304903507232666, -0.3635459244251251, -0.24372093379497528, -0.5561426281929016, -0.9282951354980469, -0.9959107041358948, -1.268361210823059, -0.9965962767601013, -0.8572542667388916, -0.9491627216339111, -0.7427191138267517, -0.7507295608520508, -0.7581358551979065, -0.8678270578384399, -0.8204052448272705, -0.3504427373409271, 0.023579005151987076, -0.014075974933803082, -0.1671687513589859, -0.2765228748321533, -0.08416951447725296, -0.13950087130069733, 0.07513856887817383, 0.11194548010826111, -0.13408014178276062, -0.22451353073120117, -0.36494582891464233, -0.05221047252416611, -0.25497353076934814, -0.17231780290603638, -0.06273584067821503, -0.5601714849472046, -0.0070099118165671825, -0.07967349886894226, -0.005179095547646284, 0.056703951209783554, 0.4061887860298157, 0.24609032273292542, 0.5553303956985474, 0.7053582668304443, 0.37660446763038635, 1.093475103378296, 1.0779645442962646, 0.6792359948158264, 0.7961390018463135, 0.7068163752555847, 1.1836004257202148, 1.3851513862609863, 1.1960948705673218, 0.9565950036048889, 0.6042956113815308, 0.3846045434474945, 0.6316723227500916, 0.9107455611228943, 0.6982982158660889, 0.2829679250717163, 1.5318446457968093e-05, -0.3693428933620453, -0.1731807440519333, -0.15764887630939484, -0.4515077769756317, -0.5209165215492249, -0.6762085556983948, -0.777299702167511, -0.8007246255874634, -0.746572732925415, -0.9008875489234924, -0.6967278122901917, -0.6229402422904968, -0.6957639455795288, -0.6323695182800293, -0.7536439895629883, -0.7294167876243591, -0.2997545897960663, -0.23871488869190216, -0.4331132173538208, -0.4062909781932831, -0.8211323022842407, -0.18185657262802124, -0.4429267644882202, -0.23620867729187012, -0.09748775511980057, -0.6259216666221619, -0.27075567841529846, -0.6237436532974243, -0.337619811296463, -0.10645086318254471, -0.3160998821258545, -0.06538327038288116, -0.10763534158468246, -0.35324153304100037, -0.14281399548053741, -0.04870649427175522, 0.29365161061286926, 0.19197896122932434, 0.5908016562461853, 0.15571248531341553, 0.48652148246765137, 0.5906499028205872, 0.5561105608940125, 0.7576649785041809, 1.2850162982940674, 0.548891007900238, 0.9792710542678833, 0.7831822633743286, 0.7797908186912537, 1.0076547861099243, 0.9270948171615601, 0.8986011147499084, 0.8081203103065491, 0.761277973651886, 0.6267188787460327, 0.5304345488548279, 0.5360300540924072, 0.36798354983329773, 0.43858790397644043, 0.15032373368740082, -0.09380029141902924, 0.038744792342185974, -0.28770625591278076, -0.21885806322097778, -0.302966833114624, -0.5932958722114563, -0.435476690530777, -0.5606146454811096, -0.6070011854171753, -0.4460562467575073, -0.5973020792007446, -0.8207708597183228, -0.501518726348877, -0.777824878692627, -0.38544732332229614, -0.6678562760353088, -0.860453724861145, -0.3797202408313751, -0.8725436329841614, -0.4965495765209198, -0.7510173916816711, -0.4762231111526489, -0.6068623661994934, -0.5451575517654419, -0.24074862897396088, -0.6982579231262207, -0.6112663149833679, 0.010065590031445026, -0.8783362507820129, 0.3888366222381592, -0.439564049243927, -0.7127410769462585, 0.5780981779098511, -0.7950577735900879, -0.03650323674082756, 0.7394064664840698, -0.42222291231155396, 0.28922057151794434, 0.2710113227367401, -0.030249323695898056, 0.4474838376045227, 0.8040711283683777, 0.1674959808588028, 0.5617043972015381, 0.8810569643974304, 0.0067235431633889675, 0.9316539764404297, 0.8304323554039001, 0.3964673578739166, 1.1260507106781006, 0.5159067511558533, 0.6439110636711121, 0.5048769116401672, 0.5914068818092346, 0.6795374751091003, 0.5272101759910583, 0.7046283483505249, 0.026914315298199654, 0.5308727025985718, 0.3080085813999176, -0.06288385391235352, 0.7696478962898254, -0.23650197684764862, 0.09962448477745056, 0.24788567423820496, -0.07616309821605682, 0.07711140811443329, 0.07018774747848511, -0.45359957218170166, -0.3280782103538513, 0.14953774213790894, -0.7647453546524048, 0.0008740937919355929, -0.5736483931541443, -0.7359668612480164, 0.0018593018176034093, -0.8735702633857727, -0.289558470249176, -0.6334608793258667, -0.8218850493431091, -0.35141468048095703, -0.5417146682739258, -0.787676215171814, -0.3563551604747772, -0.34181761741638184, -0.99544757604599, -0.1084485724568367, -0.4288506507873535, -1.051566243171692, 0.134939044713974, -0.22704625129699707, -0.9340324401855469, 0.3863726556301117, -0.5757030248641968, -0.40941479802131653, 0.24363349378108978, -0.31501221656799316, 0.1446821093559265, -0.044744160026311874, -0.187839075922966, 0.2534938454627991, 0.15334774553775787, 0.018779706209897995, 0.3490728735923767, 0.26429498195648193, 0.003850047942250967, 0.3332662880420685, 0.5442905426025391, -0.3588157594203949, 0.8011466860771179, 0.26920512318611145, -0.5292723178863525, 1.140600323677063, -0.11457445472478867, -0.12274142354726791, 0.9151706099510193, -0.1447554975748062, 0.3874303698539734, 0.34751346707344055, 0.1995743215084076, -0.09852460771799088, 1.0352342128753662, -0.5042884945869446, 0.7562176585197449, 0.25129425525665283, -0.27878570556640625, 0.7136775255203247, 0.011760025285184383, 0.13462111353874207, 0.20683801174163818, 0.17752261459827423, -0.23417577147483826, 0.5680278539657593, -0.12465837597846985, -0.03837684541940689, 0.14189983904361725, -0.1382528394460678, -0.13149267435073853, 0.20578910410404205, -0.1960981786251068, -0.42866912484169006, 0.4164181053638458, -0.6112185716629028, -0.24079692363739014, 0.17025144398212433, -0.8587037920951843, 0.2620905637741089, -0.10500068217515945, -0.7652796506881714, 0.20728346705436707, -0.3476003110408783, -0.8254268765449524, 0.5404701828956604, -0.6028804779052734, -0.5907924771308899, 0.6510356068611145, -1.0010939836502075, -0.03827451542019844, 0.23282870650291443, -0.7848302125930786, 0.04417231306433678, -0.12088997662067413, -0.2097943127155304, -0.6966256499290466, 0.8417031764984131, -0.9430220723152161, -0.05571845546364784, 0.16219520568847656, -0.5557628870010376, 0.006141010206192732, 0.19645501673221588, -0.473987340927124, 0.30776843428611755, -0.3012746572494507, -0.03681250661611557, 0.02854928933084011, 0.2546766400337219, -0.31764718890190125, 0.3852110803127289, -0.207179456949234, -0.02762557938694954, 0.20376457273960114, 0.2528879642486572, -0.13640490174293518, 0.3588942885398865, 0.0020252722315490246, 0.22124777734279633, -0.17998452484607697, 0.7137612104415894, -0.03686893731355667, 0.31748685240745544, 0.3227098286151886, -0.3156326115131378, 0.9324518442153931, -0.5346968173980713, 0.8739877343177795, -0.2586694657802582, 0.41531816124916077, 0.16882555186748505, -0.27421119809150696, 0.6896427273750305, -0.2262565791606903, 0.2854846715927124, 0.24229353666305542, -0.18871675431728363, 0.26488450169563293, -0.07112503796815872, -0.07413502782583237, 0.37058225274086, -0.11020093411207199, 0.21840982139110565, -0.5342852473258972, 0.5493723750114441, -0.6641963720321655, 0.20444917678833008, 0.2348610758781433, -0.32395878434181213, -0.29405298829078674, 0.2597178518772125, -0.5911112427711487, 0.14056940376758575, -0.03395757079124451, -0.31124556064605713, -0.20227842032909393, 0.04448941349983215, -0.3423662483692169, -0.03968050330877304, -0.06605800986289978, -0.16006551682949066, -0.1940883994102478, -0.1343199610710144, -0.028411690145730972, -0.6251705884933472, 0.38557273149490356, -0.3099101483821869, -0.16774003207683563, -0.15470965206623077, 0.10900481045246124, -0.06928415596485138, -0.366963267326355, 0.23640954494476318, -0.07788551598787308, -0.21195600926876068, 0.18135055899620056, -0.10509230941534042, 0.19141343235969543, -0.1528209149837494, 0.16545112431049347, 0.07147391885519028, -0.15872205793857574, 0.37356215715408325, -0.002949433634057641, 0.19395796954631805, 0.2670353353023529, -0.06857488304376602, 0.22847770154476166, 0.3928024470806122, -0.003645962569862604, 0.19982822239398956, 0.12259691208600998, 0.6025952100753784, -0.18996170163154602, 0.3509639501571655, 0.3998454213142395, -0.3498806059360504, 0.9725251793861389, -0.46042048931121826, 0.6028788685798645, 0.035681068897247314, -0.11925837397575378, 0.26939845085144043, 0.156402125954628, -0.0971154198050499, 0.31258997321128845, -0.21903926134109497, 0.02813561260700226, 0.04718608409166336, -0.20644605159759521, 0.17613141238689423, -0.40718814730644226, 0.4460350573062897, -0.7204862236976624, 0.49100038409233093, -0.2602580189704895, -0.6327628493309021, 0.4564400315284729, -0.41530880331993103, -0.22353872656822205, 0.19257096946239471, -0.22398284077644348, -0.21215668320655823, -0.3565061390399933, 0.45240917801856995, -0.7470147609710693, 0.20358382165431976, 0.11373329907655716, -0.697063148021698, 0.45560944080352783, -0.5039437413215637, -0.22687987983226776, 0.44323909282684326, -0.8009006977081299, 0.5193859934806824, -0.5743916630744934, 0.10768157243728638, 0.0003400586429052055, -0.29717254638671875, 0.23323316872119904, -0.42228129506111145, 0.5866880416870117, -0.48641374707221985, 0.3425118923187256, -0.20322220027446747, 0.08452405780553818, 0.3937966525554657, -0.38770124316215515, 0.7214694023132324, -0.4262620806694031, 0.5948527455329895, 0.22195248305797577, -0.604913592338562, 1.310472011566162, -0.2950837016105652, -0.14653992652893066, 0.706768810749054, 0.07188409566879272, 0.22558702528476715, -0.030683327466249466, 0.5694238543510437, -0.3259669840335846, 0.36331191658973694, 0.1904015839099884, -0.3428093492984772, 0.7266499996185303, -0.48945778608322144, 0.14313910901546478, 0.20932722091674805, -0.14743007719516754, -0.0758676752448082, 0.005588026251643896, 0.29035720229148865, -0.6341933012008667, 0.23159632086753845, -0.1876339167356491, 0.07061972469091415, -0.09745047241449356, -0.22305722534656525, -0.35434436798095703, 0.49406513571739197, -0.5587177276611328, -0.09508614987134933, 0.11358297616243362, -0.26023077964782715, -0.39886754751205444, 0.45123955607414246, -0.7695584297180176, 0.1268516182899475, -0.017811616882681847, -0.45233315229415894, 0.08944782614707947, -0.3873017430305481, 0.2303794026374817, -0.7203220725059509, 0.364707350730896, -0.05606129765510559, -0.6212987303733826, 0.33544307947158813, 0.10590152442455292, -0.5101272463798523, 0.1336447149515152, 0.3381320834159851, -0.3840327262878418, 0.2226411998271942, 0.18705320358276367, -0.201415553689003, 0.36544570326805115, 0.337113618850708, -0.4079360067844391, 0.48209521174430847, 0.3366093635559082, -0.11166395246982574, 0.327533096075058, 0.30849674344062805, 0.05866390839219093, 0.3352886140346527, -0.12068639695644379, 0.5517078638076782, 0.09249106794595718, 0.1542026549577713, 0.24837146699428558, 0.19531361758708954, -0.2953762412071228, 0.7140088081359863, -0.3049328625202179, 0.317594051361084, 0.17707166075706482, -0.3148781359195709, 0.24760425090789795, 0.08267706632614136, -0.21047529578208923, 0.22124667465686798, -0.013204052112996578, -0.3442436754703522, 0.2750915586948395, -0.1590258628129959, -0.15677504241466522, 0.14585138857364655, -0.2793693244457245, -0.04143579304218292, -0.1467723697423935, -0.12012248486280441, -0.30116894841194153, 0.23321197926998138, -0.43843570351600647, -0.37847021222114563, 0.37457942962646484, -0.554879367351532, -0.16131086647510529, -0.0764566957950592, 0.042405083775520325, -0.3669242560863495, -0.18430814146995544, 0.008518729358911514, -0.10399620234966278, -0.18199646472930908, -0.10898974537849426, -0.001542667392641306, 0.05040401220321655, -0.21232199668884277, 0.061093609780073166, 0.1831866353750229, -0.32904496788978577, 0.4891049861907959, -0.26930689811706543, -0.03917340189218521, 0.7681446075439453, -0.7025124430656433, 0.48061931133270264, 0.13031432032585144, 0.10795063525438309, -0.14311619102954865, 0.396424263715744, 0.05092068016529083, -0.004137223586440086, 0.2891044020652771, 0.22925104200839996, -0.28818991780281067, 0.4023534953594208, -0.06612806767225266, 0.11303103715181351, 0.41441217064857483, -0.1448957622051239, 0.10383977741003036, 0.08866056054830551, 0.08630333095788956, 0.09775768220424652, 0.09041359275579453, 0.11392594873905182, -0.08028368651866913, 0.46886515617370605, -0.5090298652648926, 0.6134059429168701, -0.35416480898857117, 0.14060887694358826, 0.007340211421251297, 0.029713749885559082, 0.17402884364128113, -0.30844846367836, 0.2822791039943695, -0.3606794476509094, 0.15794719755649567, 0.023003363981842995, -0.38135990500450134, 0.4249958097934723, -0.5044108629226685, -0.03618292137980461, 0.2854364216327667, -0.715986967086792, 0.34081578254699707, -0.18280185759067535, -0.05541098490357399, -0.0856325551867485, -0.23982731997966766, 0.32294851541519165, -0.6750943660736084, 0.5603486895561218, -0.44426429271698, 0.06016293168067932, -0.0008345903479494154, 0.0635116919875145, -0.06706464290618896, -0.37085723876953125, 0.6835838556289673, -0.4608526825904846, -0.15378612279891968, 0.624922513961792, -0.2827078700065613, -0.011743548326194286, 0.0677894875407219, 0.3106843829154968, -0.27616849541664124, 0.1155487522482872, 0.37314561009407043, -0.4363684356212616, 0.5177164673805237, -0.033112917095422745, 0.10124406963586807, 0.09317071735858917, -0.11207607388496399, 0.34954947233200073, -0.2048587203025818, 0.29749011993408203, 0.17522647976875305, 0.19014018774032593, -0.24568673968315125, 0.20245307683944702, 0.3625398278236389, -0.32395440340042114, 0.6690930128097534, -0.19949883222579956, -0.0639171451330185, 0.49556994438171387, 0.08351794630289078, -0.35335445404052734, 0.35308244824409485, 0.3849520683288574, -0.2584496736526489, 0.15372973680496216, 0.1970548778772354, -0.09284660220146179, 0.1286415010690689, -0.1290130466222763, 0.3826576769351959, -0.19856642186641693, -0.05112621188163757, 0.2210245430469513, -0.186211958527565, 0.18073759973049164, -0.25006330013275146, 0.1603899896144867, -0.14014485478401184, -0.05206790938973427, -0.021862661466002464, -0.15610626339912415, 0.02873566560447216, -0.029026662930846214, -0.25899240374565125, 0.05506356433033943, -0.024817468598484993, -0.15365304052829742, -0.48504838347435, 0.4550100862979889, -0.2639680504798889, -0.2502729594707489, 0.08805779367685318, -0.3280903398990631, 0.2916661500930786, -0.41689109802246094, -0.14410775899887085, 0.38400527834892273, -0.39946794509887695, -0.09447817504405975, 0.06703111529350281, -0.02286279946565628, -0.2816057503223419, 0.4006805419921875, -0.36598291993141174, -0.09792201220989227, 0.35958218574523926, -0.2675475776195526, -0.16706618666648865, 0.31372544169425964, -0.14621947705745697, 0.062081605195999146, 0.22136160731315613, -0.15176264941692352, 0.11242793500423431, 0.11805812269449234, -0.01617310754954815, -0.09745550900697708, 0.6177481412887573, -0.42648571729660034, 0.19364137947559357, 0.3906857967376709, -0.26639488339424133, 0.26819366216659546, 0.19398319721221924, -0.09455586224794388, 0.22683361172676086, 0.16251017153263092, -0.05976920202374458, 0.2004280686378479, 0.17363367974758148, -0.47159215807914734, 0.6890872120857239, 0.01820734329521656, -0.45748838782310486, 0.5941445231437683, -0.3571685254573822, 0.10760919004678726, 0.003287044819444418, 0.0850706696510315, -0.3152761161327362, 0.32139015197753906, -0.10626470297574997, -0.28635701537132263, 0.14523503184318542, 0.06039592996239662, -0.4018622934818268, 0.1532234400510788, -0.12662145495414734, -0.06515692919492722, -0.14828909933567047, -0.03943394124507904, -0.16029377281665802, -0.21373902261257172, 0.1523645520210266, -0.3099265992641449, -0.12470588088035583, -0.01873869262635708, -0.338706910610199, 0.2178950011730194, -0.35832107067108154, -0.1171683669090271, 0.1000242829322815, 0.05006314441561699, -0.4736136794090271, 0.32880473136901855, -0.08869961649179459, -0.38401690125465393, 0.22528932988643646, -0.01598534919321537, -0.14996150135993958, 0.008740516379475594, 0.14105990529060364, -0.16860421001911163, -0.05774727091193199, 0.4609582722187042, -0.3933381736278534, -0.07623980194330215, 0.577754020690918, -0.20678578317165375, -0.2606513500213623, 0.6602879762649536, -0.2459750771522522, 0.13391698896884918, -0.14285337924957275, 0.5057830214500427, -0.3096995949745178, 0.32531338930130005, -0.045665234327316284, 0.11774303764104843, 0.06433956325054169, 0.2611829936504364, -0.2632500231266022, 0.29675036668777466, 0.2592213451862335, -0.09314711391925812, 0.026496170088648796, 0.3824698328971863, -0.2484959214925766, 0.012086264789104462, 0.40968266129493713, -0.20074604451656342, -0.13117197155952454, 0.38535425066947937, 0.024184368550777435, -0.46185314655303955, 0.35407471656799316, 0.1543906182050705, -0.3805437386035919, 0.07926774770021439, 0.020145893096923828, -0.040768686681985855, -0.0703912302851677, 0.10303102433681488, -0.3997633159160614, 0.23059426248073578, -0.23704522848129272, -0.19219952821731567, 0.024049172177910805, 0.0910245031118393, -0.34250572323799133, 0.041470229625701904, 0.11182864755392075, -0.5299599170684814, 0.3283187448978424, -0.1350615918636322, -0.24400481581687927, 0.15419206023216248, -0.19609884917736053, 0.028142130002379417, -0.0460146963596344, 0.06735001504421234, -0.2505456805229187, 0.014114481396973133, 0.18250761926174164, -0.18029113113880157, -0.3542276620864868, 0.7405279874801636, -0.3199034631252289, -0.2525615096092224, 0.41076645255088806, -0.07820476591587067, -0.057230524718761444, -0.015549644827842712, 0.37395456433296204, -0.4685273766517639, 0.4122025668621063, 0.11191502958536148, -0.16559842228889465, 0.0947214886546135, 0.3072098195552826, -0.3608875870704651, 0.2773882746696472, 0.2109517753124237, -0.11747477948665619, 0.04276469349861145, 0.3189312219619751, -0.2514418363571167, 0.29304563999176025, -0.06218996271491051, 0.03914866968989372, 0.22836095094680786, -0.2814812660217285, 0.2377471923828125, 0.17075707018375397, -0.3225386142730713, 0.2664453387260437, -0.08340267091989517, 0.022964579984545708, 0.0712253674864769, -0.03231672942638397, -0.04711814597249031, 0.017731890082359314, 0.11259628087282181, -0.10952387750148773, -0.21552619338035583, 0.17789433896541595, 0.004864362999796867, -0.17127066850662231, -0.1366240233182907, 0.05461658537387848, 0.1243770495057106, -0.17895762622356415, -0.48901841044425964, 0.7031708359718323, -0.5378378033638, -0.05680643022060394, 0.22554786503314972, -0.2185453325510025, -0.08061589300632477, 0.09135230630636215, -0.07593262195587158, -0.30942797660827637, 0.5104964971542358, -0.2971218228340149, 0.05878900736570358, -0.1529349386692047, 0.22814196348190308, -0.16978387534618378, -0.11505492776632309, 0.38715240359306335, -0.04148915782570839, -0.10368126630783081, 0.0717288926243782, 0.1609337478876114, 0.05827607959508896, -0.17671160399913788, 0.2925860583782196, 0.15220555663108826, -0.2253003865480423, 0.5390740036964417, -0.19941958785057068, -0.12195630371570587, 0.34147071838378906, 0.19018742442131042, -0.2525421380996704, 0.2968815863132477, 0.319980651140213, -0.41404038667678833, 0.3208945393562317, -0.030012978240847588, 0.28652286529541016, -0.20358167588710785, 0.0640241801738739, 0.34570616483688354, -0.34158527851104736, 0.4398554265499115, -0.39103737473487854, 0.13252125680446625, 0.6310104131698608, -0.4469859302043915, -0.3367525041103363, 0.4604473114013672, 0.3642309010028839, -0.7843638062477112, 0.2742224931716919, 0.3867288827896118, -0.1716182827949524, -0.47400563955307007, 0.4987497627735138, -0.008835839107632637, -0.37145522236824036, -0.0357227586209774, 0.5089355111122131, -0.3957937955856323, 0.0008658926235511899, -0.13917645812034607, 0.0379582904279232, 0.3113000988960266, -0.46019086241722107, 0.13037484884262085, -0.05034378916025162, 0.38273006677627563, -0.7983949780464172, 0.24385203421115875, 0.6832912564277649, -0.7891591787338257, -0.028948450461030006, 0.6457558870315552, -0.4424625039100647, 0.023753542453050613, -0.05414682254195213, 0.22730590403079987, 0.17461124062538147, -0.3157973885536194, -0.06171039119362831, 0.45867645740509033, -0.1576778143644333, -0.29141420125961304, 0.42845261096954346, 0.09566301852464676, -0.1727236956357956, 0.06484949588775635, -0.13549154996871948, 0.3447688817977905, 0.1994689553976059, -0.6054195761680603, 0.5142202973365784, 0.37887856364250183, -0.6240034699440002, -0.03196391835808754, 0.7736112475395203, -0.4806234836578369, -0.12513752281665802, 0.5251474976539612, -0.16052581369876862, -0.2066091150045395, 0.40910401940345764, -0.37682437896728516, 0.18000899255275726, 0.4694308936595917, -0.7243952751159668, 0.33479195833206177, 0.07803715020418167, -0.05183027684688568, -0.11559879779815674, 0.24998629093170166, -0.28724396228790283, 0.08998829126358032, 0.22895969450473785, -0.4451521635055542, 0.3650323152542114, -0.08436593413352966, -0.31879669427871704, 0.39847269654273987, -0.15723253786563873, -0.07480257004499435, 0.12386932969093323, 0.011938203126192093, -0.37706753611564636, 0.1926608830690384, 0.2785082757472992, -0.7642208337783813, 0.6382441520690918, -0.09100230783224106, -0.47245049476623535, 0.5805894136428833, -0.5120253562927246, 0.05903472751379013, 0.2000119388103485, -0.21288561820983887, 0.17036160826683044, -0.11956093460321426, 0.12001614272594452, -0.4366469085216522, 0.4613078832626343, -0.15700531005859375, -0.13716216385364532, 0.22306330502033234, -0.18598178029060364, 0.1306380331516266, 0.06581775099039078, -0.14588209986686707, 0.03330535814166069, 0.16264373064041138, 0.18026801943778992, -0.4762858748435974, 0.3241303861141205, 0.3207935094833374, -0.45928558707237244, -0.015526366420090199, 0.5781412720680237, -0.1416485458612442, -0.501655101776123, 0.4028571844100952, 0.4691625237464905, -0.5613081455230713, 0.2050851583480835, 0.2670322358608246, -0.2334262728691101, -0.02439788542687893, 0.18959839642047882, 0.12012813240289688, -0.19642576575279236, 0.1846550554037094, -0.026563404127955437, 0.036976080387830734, -0.32394954562187195, 0.4180324077606201, 0.060973286628723145, -0.3785244822502136, 0.4839896857738495, -0.36024269461631775, -0.009331585839390755, 0.2095743864774704, -0.24040672183036804, 0.09907940775156021, 0.18465757369995117, -0.0968337431550026, -0.23509132862091064, 0.0515005961060524, 0.2072618156671524, -0.13064727187156677, -0.04226920008659363, -0.085930235683918, 0.015569341368973255, 0.3859080374240875, -0.6441519260406494, 0.23442403972148895, 0.16933992505073547, -0.4374215304851532, 0.19716429710388184, 0.2527879774570465, -0.34213733673095703, -0.06858984380960464, 0.22145941853523254, -0.07826822996139526, -0.17548836767673492, 0.08547639101743698, -0.04036787524819374, -0.17342515289783478, 0.2963266968727112, 0.11651759594678879, -0.6026943922042847, 0.24710749089717865, 0.34986206889152527, -0.11916720867156982, -0.2632124722003937, 0.07225043326616287, 0.3652876615524292, -0.18320301175117493, -0.07016711682081223, 0.1520165652036667, -0.082949697971344, 0.1849185675382614, -0.1027071624994278, 0.0034698843955993652, 0.16272325813770294, -0.08684702217578888, -0.007513850461691618, 0.0280302707105875, 0.14597243070602417, -0.026635078713297844, -0.05078081041574478, 0.2186836153268814, -0.0874822661280632, -0.028322815895080566, 0.05990850552916527, 0.06100831553339958, 0.0004254793166182935, -0.08704043179750443, 0.32741546630859375, -0.4408624470233917, 0.3644205629825592, 0.030932391062378883, -0.19657637178897858, 0.24575622379779816, -0.32462939620018005, 0.2723807096481323, 0.11692975461483002, -0.09171503037214279, -0.4268798530101776, 0.49151766300201416, 0.1884033977985382, -0.7085825800895691, 0.27310705184936523, 0.3706353008747101, -0.3620297312736511, -0.16491472721099854, 0.3532855212688446, 0.062427129596471786, -0.3304592967033386, 0.2035178393125534, 0.3317970335483551, -0.5863100290298462, 0.1451958864927292, -0.0633472129702568, -0.26380136609077454, 0.710159957408905, -0.5172663927078247, -0.1820412576198578, 0.3196326196193695, 0.012085430324077606, -0.40351393818855286, 0.13038405776023865, 0.3055046498775482, -0.19639647006988525, -0.08906309306621552, 0.24466587603092194, -0.008590562269091606, -0.39524659514427185, 0.2771664559841156, 0.2050396353006363, -0.06416409462690353, -0.22123606503009796, 0.09514468163251877, 0.14298026263713837, -0.4249923825263977, 0.1267751157283783, 0.3519926369190216, -0.19364823400974274, -0.19270342588424683, 0.41052213311195374, -0.13147781789302826, 0.05499616265296936, -0.14807173609733582, 0.06436790525913239, 0.269441694021225, -0.20639266073703766, -0.15654070675373077, 0.24373582005500793, 0.17428535223007202, -0.2874900698661804, 0.12227930873632431, 0.08188768476247787, -0.06340692937374115, -0.20630031824111938, 0.3584870398044586, -0.2273748517036438, 0.15447960793972015, -0.13087990880012512, -0.045504383742809296, 0.04525367170572281, -0.049100589007139206, -0.0904705747961998, -0.314703106880188, 0.5172767639160156, 0.16167615354061127, -0.5514511466026306, -0.06365921348333359, 0.37112247943878174, -0.21025604009628296, -0.10150020569562912, 0.09965022653341293, 0.10516874492168427, -0.1533162146806717, 0.12928511202335358, -0.2587587535381317, 0.03721485659480095, 0.23419219255447388, -0.17124491930007935, -0.01692139357328415, -0.08449788391590118, 0.06592877209186554, -0.11927071213722229, 0.04187973961234093, 0.07602979987859726, -0.24436305463314056, 0.4047345519065857, -0.45231589674949646, 0.07482308149337769, 0.08988228440284729, -0.07861703634262085, -0.06193498522043228, 0.052530739456415176, 0.05813484266400337, -0.3271835744380951, 0.11062788963317871, 0.27169883251190186, -0.24476569890975952, 0.011640398763120174, 0.0606892853975296, -0.08457151800394058, 0.02181454747915268, -0.11741581559181213, 0.15608534216880798, 0.2943085730075836, -0.05545012280344963, -0.4065667390823364, 0.05924243479967117, 0.37573057413101196, -0.06151886656880379, -0.1671598255634308, 0.03317780792713165, 0.29054367542266846, -0.03175465017557144, -0.32065731287002563, 0.08326602727174759, 0.15785366296768188, 0.0407719723880291, -0.36794811487197876, 0.15076705813407898, 0.35515692830085754, -0.008512389846146107, -0.5703039169311523, 0.2542128562927246, 0.19395455718040466, -0.3770950138568878, 0.1029423326253891, 0.24037624895572662, -0.2650003135204315, -0.019635390490293503, 0.08749409019947052, -0.14622466266155243, -0.09839696437120438, 0.06681269407272339, 0.0056321448646485806, -0.029778767377138138, -0.03810007497668266, -0.13156098127365112, -0.09891655296087265, 0.2237304449081421, -0.12741908431053162, -0.35223597288131714, 0.41729500889778137, -0.10555123537778854, -0.25722652673721313, 0.03745606169104576, 0.06226087734103203, 0.04100317880511284, -0.2549227774143219, -0.06161179393529892, 0.16447770595550537, 0.0001170922550954856, -0.054755520075559616, -0.22671480476856232, 0.011512505821883678, 0.25109755992889404, -0.34794795513153076, -0.009671729058027267, -0.0508696585893631, 0.36927488446235657, -0.14026449620723724, -0.163150817155838, 0.03512510657310486, 0.3174910843372345, -0.4022272825241089, -0.06707444041967392, 0.12866035103797913, 0.11076613515615463, 0.15509657561779022, -0.08569900691509247, -0.3106035590171814, 0.17183181643486023, 0.21816565096378326, -0.21052977442741394, -0.10161849111318588, 0.263606458902359, -0.059575170278549194, 0.0546494759619236, -0.015393733978271484, -0.29216861724853516, 0.41038134694099426, -0.18452014029026031, -0.19535866379737854, 0.09133879840373993, 0.16329772770404816, 0.13247835636138916, -0.3700045943260193, 0.14820517599582672, -0.05091289430856705, 0.002286177594214678, 0.17995008826255798, -0.18551914393901825, -0.2037779986858368, 0.28742533922195435, -0.01366252452135086, -0.21391648054122925, -0.17118757963180542, 0.16029419004917145, 0.04930437356233597, -0.23690219223499298, -0.01795501820743084, -0.020332325249910355, 0.1544325202703476, -0.15987762808799744, -0.12380481511354446, -0.07443077117204666, 0.04559726268053055, 0.10950397700071335, -0.10289251059293747, -0.08539055287837982, -0.010515125468373299, -0.013973323628306389, -0.23289047181606293, 0.1311187744140625, 0.09483903646469116, -0.22147788107395172, -0.11774729192256927, 0.027208654209971428, -0.2728484869003296, 0.014880499802529812, 0.10451370477676392, -0.08389630913734436, -0.12602892518043518, 0.25414061546325684, -0.12339487671852112, 0.04131245240569115, 0.0831473246216774, -0.06074291095137596, 0.06611618399620056, -0.19192194938659668, 0.07957722246646881, 0.2830716371536255, -0.3390054404735565, 0.08162470161914825, 0.1351197063922882, 0.08908285200595856, -0.017260443419218063, -0.15105324983596802, 0.03732531517744064, 0.04615708440542221, 0.1178455725312233, -0.030129823833703995, -0.17164596915245056, 0.2226562798023224, -0.1803429126739502, -0.021588202565908432, -0.10702494531869888, 0.06263045966625214, 0.19317109882831573, -0.133751779794693, -0.08115498721599579, -0.04851578548550606, 0.1495765894651413, 0.0806913748383522, -0.1389005184173584, -0.18443389236927032, -0.025460127741098404, 0.2457379400730133, 0.082394540309906, -0.31318792700767517, -0.21074071526527405, 0.28318777680397034, 0.247613325715065, -0.1243959367275238, -0.4222622811794281, 0.14331987500190735, 0.038872942328453064, 0.18055889010429382, -0.1882593035697937, -0.1269253045320511, 0.05525499954819679, 0.15237578749656677, -0.21336227655410767, -0.1738484501838684, 0.20855994522571564, 0.12912139296531677, -0.054738014936447144, -0.2764098048210144, -0.06962926685810089, 0.2847287952899933, -0.06019860878586769, 0.015119913965463638, -0.08884210884571075, 0.05004436895251274, 0.0869518592953682, -0.2008388638496399, 0.08791407942771912, -0.1010911613702774, 0.12342217564582825, 0.1269027292728424, -0.2514348328113556, 0.10042271018028259, 0.19623064994812012, -0.1784883439540863, 0.06891453266143799, 0.07203639298677444, 0.07350504398345947, -0.03180970996618271, 0.010403146967291832, 0.10551150888204575, 0.016399212181568146, -0.023857371881604195, -0.10012903064489365, -0.05555586889386177, 0.04189440608024597, 0.3329792320728302, -0.006020833738148212, -0.20536890625953674, -0.06419847905635834, 0.4267532527446747, -0.14707183837890625, -0.1269833892583847, 0.04644918441772461, 0.1723029464483261, -0.04424876719713211, 0.17332503199577332, -0.11438564956188202, 0.013182619586586952, 0.08506571501493454, 0.050484538078308105, 0.03627404198050499, -0.12729670107364655, 0.21705247461795807, 0.04256390035152435, -0.030992381274700165, -0.07979921251535416, 0.05707939341664314, 0.24653767049312592, -0.11244957894086838, -0.00622685719281435, 0.023058075457811356, 0.08366655558347702, 0.18464317917823792, -0.055880021303892136, -0.38330185413360596, 0.28907227516174316, 0.24453715980052948, 0.04506196826696396, -0.36192941665649414, -0.11595094949007034, 0.20387007296085358, 0.1318974792957306, -0.025254134088754654, -0.12920647859573364, -0.2129620909690857, 0.2104453146457672, 0.30694589018821716, -0.42092886567115784, -0.20258577167987823, 0.3320831060409546, 0.11555051058530807, 0.1636645346879959, -0.05894732475280762, -0.06127513200044632, -0.2151186466217041, 0.044052813202142715, 0.17101223766803741, -0.040515169501304626, -0.09237103164196014, 0.4893767237663269, 0.11569398641586304, -0.7076199054718018, -0.2847546637058258, 0.49957308173179626, 0.2513905167579651, -0.1663667857646942, -0.15112587809562683, 0.01803821697831154, 0.18401294946670532, 0.059222813695669174, -0.373336523771286, -0.5506742000579834, 0.2703523635864258, 0.30367693305015564, -0.07048225402832031, -0.0642547532916069, -0.1046372577548027, 0.017543651163578033, 0.30063945055007935, -0.08980770409107208, -0.44073793292045593, -0.019584864377975464, 0.3537136912345886, 0.42047008872032166, -0.23172207176685333, -0.38352301716804504, 0.08639531582593918, 0.3628934621810913, 0.010226495563983917, -0.1115979477763176, -0.017301058396697044, 0.18092843890190125, 0.0327334925532341, -0.11488264799118042, 0.007936416193842888, 0.09846852719783783, 0.0845782682299614, -0.36923038959503174, -0.26180267333984375, 0.4866185188293457, 0.08949518948793411, -0.28217756748199463, -0.2158038467168808, -0.10759717226028442, 0.23311908543109894, 0.37581104040145874, -0.2736665606498718, -0.39178797602653503, 0.08365392684936523, 0.0894882008433342, -0.17233313620090485, -0.13532216846942902, -0.06588870286941528, 0.041774898767471313, 0.33045241236686707, -0.05436057969927788, -0.3965107202529907, -0.022982776165008545, 0.32313209772109985, -0.01966291479766369, -0.13751155138015747, 0.01209387369453907, 0.3184146583080292, 0.08053744584321976, -0.2948168218135834, -0.342285692691803, 0.16770029067993164, 0.20595921576023102, -0.13613715767860413, -0.002475923392921686, 0.022232364863157272, 0.12476484477519989, -0.03022496961057186, -0.25547394156455994, -0.0626867488026619, 0.13836567103862762, -0.10290159285068512, -0.17947609722614288, 0.11741822957992554, 0.07302558422088623, 0.08424580097198486, 0.030666420236229897, -0.32548049092292786, -0.2463400661945343, 0.38521692156791687, 0.24883905053138733, -0.13528068363666534, -0.1776038408279419, 0.08401928097009659, 0.21601195633411407, -0.062298063188791275, -0.32182246446609497, -0.07649236917495728, 0.3576788604259491, 0.11326642334461212, 0.007369355298578739, -0.19621488451957703, 0.021231714636087418, 0.2140091210603714, -0.191194087266922, -0.13514800369739532, 0.10658720880746841, 0.20647314190864563, -0.01582612469792366, -0.07075081765651703, -0.08007165044546127, 0.011440369300544262, 0.10666605830192566, -0.043818119913339615, -0.19362306594848633, 0.12173629552125931, 0.04073949530720711, -0.026231296360492706, 0.05105939880013466, 0.05396518483757973, -0.06685954332351685, -0.0954512357711792, 0.179124653339386, 0.005221386440098286, -0.010214883834123611, -0.09457888454198837, -0.07236409187316895, 0.11739753186702728, 0.09288322180509567, 0.039677344262599945, -0.2570905387401581, -0.13308830559253693, 0.30304214358329773, 0.09888069331645966, -0.2519494295120239, -0.13679800927639008, 0.280351847410202, 0.21940484642982483, -0.05916297063231468, -0.04297742247581482, 0.017767738550901413, 0.08764228224754333, -0.025110267102718353, -0.09524641185998917, 0.1904560923576355, 0.20913758873939514, 0.0002764263772405684, -0.12203963100910187, 0.12517741322517395, 0.031478382647037506, -0.1336941123008728, 0.1352659910917282, 0.0991487205028534, -0.11178827285766602, -0.027742434293031693, 0.13398723304271698, 0.01929958164691925, -0.18836839497089386, -0.019029861316084862, 0.01622794382274151, -0.016028692945837975, 0.020521527156233788, 0.0049949041567742825, -0.059293195605278015, 0.05105087533593178, 0.003909173887223005, 0.06702829152345657, 0.01611269824206829, 0.006649005226790905, 0.07412941008806229, -0.05303163826465607, 0.06675031036138535, 0.012544997036457062, -0.08802124857902527, 0.11455762386322021, 0.06576612591743469, -0.020909931510686874, -0.029411127790808678, -0.15809154510498047, -0.11438222974538803, 0.06696201860904694, 0.18840447068214417, 0.07453269511461258, -0.0672992467880249, -0.08847407251596451, -0.030704613775014877, 0.016726955771446228, -0.13107068836688995, 0.02269701287150383, 0.08839736133813858, 0.05571437627077103, 0.06567887216806412, -0.037700340151786804, -0.07273874431848526, -0.09577590227127075, 0.030283913016319275, 0.05710305646061897, 0.08691374957561493, 0.04434197023510933, -0.0730888694524765, 0.04732488840818405, -0.023828303441405296, -0.10059567540884018, -0.16561485826969147, 0.12348427623510361, 0.15729032456874847, 0.011173044331371784, 0.021780950948596, 0.18184436857700348, -0.026362372562289238, -0.1319102644920349, 0.048261288553476334, 0.032087989151477814, 0.009008090943098068, 0.0852331593632698, 0.015286793000996113, -0.04022006690502167, 0.004417925141751766, -0.13931800425052643, -0.17735455930233002, 0.14289891719818115, 0.07047176361083984, -0.0824681743979454, 0.018452517688274384, 0.1230967789888382, -0.06339874863624573, -0.028509218245744705, -0.0073106796480715275, -0.03930594027042389, -0.06638448685407639, 0.21010847389698029, 0.011516574770212173, -0.06086769700050354, 0.016645370051264763, 0.09745774418115616, -0.1320107877254486, -0.04984679073095322, 0.1354539841413498, -0.12135802209377289, 0.019176434725522995, 0.08857359737157822, 0.04437192529439926, -0.02187366783618927, -0.12017066776752472, -0.06460787355899811, -0.1274266541004181, -0.008807029575109482, 0.10845945030450821, 0.01271419320255518, -0.005812262650579214, -0.07254614681005478, 0.03213876485824585, 0.03713139146566391, -0.01171764638274908, -0.23488770425319672, -0.04402696713805199, 0.298074334859848, 0.1562056690454483, -0.17844046652317047, -0.05854901298880577, 0.12271668016910553, 0.03295925632119179, -0.14302213490009308, -0.04259432852268219, -0.009849193505942822, 0.15540079772472382, 0.13046640157699585, -0.09009186923503876, -0.01985182985663414, -0.039423927664756775, -0.017455922439694405, -0.0585801899433136, 0.0010466368403285742, -0.04308650270104408, -0.006992230657488108, 0.24697625637054443, 0.004416866693645716, -0.21275679767131805, -0.006238422356545925, 0.1845194399356842, -0.007373935077339411, -0.205189049243927, 0.03701851889491081, 0.18285386264324188, 0.11338301002979279, -0.054430656135082245, -0.07980048656463623, 0.06762821972370148, 0.10933248698711395, -0.01813778653740883, -0.08940865844488144, -0.09170930087566376, 0.15639349818229675, 0.06947526335716248, -0.20662547647953033, -0.07719245553016663, 0.10449957102537155, 0.02256721258163452, -0.01528793666511774, -0.12527373433113098, 0.03271152451634407, 0.08905422687530518, 0.09319284558296204, -0.03394768759608269, -0.08580633997917175, 0.07957332581281662, 0.0014989040791988373, -0.07995390892028809, -0.01744295284152031, -0.03719349205493927, 0.05795207992196083, 0.03778943791985512, -0.09826884418725967, -0.08425752073526382, 0.03443543612957001, 0.10879698395729065, -0.08827053010463715, -0.1163417175412178, 0.12530109286308289, 0.19477872550487518, 0.006390424910932779, -0.14146944880485535, -0.027601217851042747, -0.009739164263010025, 0.003377309301868081, -0.03756034001708031, -0.018886353820562363, 0.07164952158927917, 0.034611355513334274, 0.07319797575473785, -0.04975099489092827, -0.041576869785785675, -0.02443566359579563, -0.05717817321419716, 0.028819791972637177, 0.027018504217267036, -0.016104284673929214, 0.049235664308071136, -0.04226604104042053, -0.11444126814603806, 0.025435972958803177, 0.0246292632073164, 0.07677686959505081, 0.012652112171053886, 0.07854851335287094, -0.03429816663265228, 0.1748690903186798, 0.021895239129662514, -0.0970931202173233, -0.06963211297988892, -0.03866172954440117, 0.035824473947286606, 0.15208514034748077, 0.028374535962939262, -0.08740304410457611, -0.18642321228981018, 0.04549137130379677, 0.0853680968284607, -0.0593014694750309, -0.15435756742954254, 0.042347218841314316, 0.19719702005386353, 0.031716302037239075, -0.0008980309357866645, -0.02366706356406212, -0.11028191447257996, 0.022733213379979134, 0.079107865691185, -0.12062802165746689, -0.161490336060524, 0.18290315568447113, 0.10829602926969528, -0.053001418709754944, -0.0838441476225853, -0.048625536262989044, 0.023280814290046692, 0.13660913705825806, -0.03989415243268013, -0.13727512955665588, 0.0020301532931625843, 0.06901772320270538, -0.009163900278508663, -0.1244707927107811, -0.013679862953722477, -0.09626474231481552, 0.024126902222633362, 0.0774933248758316, -0.0937882512807846, -0.04550991952419281, 0.038528066128492355, 0.056673888117074966, 0.03380357474088669, -0.03784907981753349, 0.028715074062347412, 0.06799513846635818, 0.06012504920363426, 0.016658756881952286, -0.011622875928878784, 0.03432739898562431, -0.06050235405564308, 0.050431739538908005, 0.10915195196866989, 0.032837092876434326, 0.02736739255487919, -0.04557317495346069, 0.004718780051916838, -0.08748892694711685, 0.015279890038073063, 0.12001679837703705, -0.05375130474567413, -0.06618756800889969, -0.08631151914596558, -0.0031962867360562086, -0.031587038189172745, -0.015760496258735657, -0.008947926573455334, -0.128738671541214, -0.035961221903562546, 0.10395997017621994, -0.15300537645816803, -0.03520604968070984, -0.1376488208770752, -0.14179828763008118, 0.031871188431978226, 0.16523532569408417, -0.03483185917139053, -0.24647502601146698, -0.07326674461364746, 0.012031692080199718, 0.07963817566633224, 0.008812570944428444, -0.2009141743183136, -0.21423426270484924, 0.0364459864795208, 0.08151139318943024, -0.08407015353441238, -0.09203507006168365, -0.02277602255344391, -0.09258231520652771, -0.0021550673991441727, -0.0642840713262558, -0.026375770568847656, 0.07104041427373886, 0.0024158551823347807, -0.03679367154836655, -0.05303030461072922, 0.035193804651498795, 0.1441243439912796, 0.10145539790391922, 0.0015876907855272293, -0.04722976312041283, 0.05179416388273239, 0.14344669878482819, 0.02692631259560585, -0.042711224406957626, 0.09666568785905838, 0.2103467732667923, 0.12411569058895111, 0.030556129291653633, 0.009359152056276798, 0.058719661086797714, 0.18809816241264343, 0.14907680451869965, 0.05231953039765358, 0.09019191563129425, 0.17291340231895447, 0.18530936539173126, 0.11369635164737701, 0.19105347990989685, 0.17698311805725098, 0.2397838979959488, 0.1712580919265747, 0.15439793467521667, 0.1539699286222458, 0.17215487360954285, 0.10665737092494965, 0.017628217115998268, -0.013002455234527588, -0.030750177800655365, -0.07518500834703445, -0.2231208086013794, -0.2541416883468628, -0.2281838357448578, -0.305889755487442, -0.4281614124774933, -0.3752204179763794, -0.4036179184913635, -0.4919222593307495, -0.5155858397483826, -0.475995808839798, -0.39924946427345276, -0.39035603404045105, -0.3765825033187866, -0.4308951199054718, -0.3379521071910858, -0.23999150097370148, -0.2854714095592499, -0.29518866539001465, -0.1684851199388504, 0.00540565000846982, 0.08249521255493164, 0.15371669828891754, 0.09352751076221466, 0.13949234783649445, 0.3111058473587036, 0.4663313329219818, 0.5340378284454346, 0.4600675106048584, 0.5762426853179932, 0.7000455856323242, 0.846042811870575, 0.921970546245575, 1.0473337173461914, 1.061226725578308, 0.6746497750282288, 0.13390499353408813, 0.01638675108551979, 0.2877309024333954, 0.5933812260627747, 0.4792003631591797, 0.1624290496110916, 0.026130352169275284, -0.010553249157965183, -0.06655712425708771, -0.2828053832054138, -0.5246899724006653, -0.7311537861824036, -0.7613285183906555, -0.6346848011016846, -0.4917207956314087, -0.4331475794315338, -0.6481970548629761, -0.790897786617279, -0.8297964334487915, -0.763134241104126, -0.6623919010162354, -0.5322023034095764, -0.36850637197494507, -0.197418212890625, -0.13366153836250305, -0.13751161098480225, -0.28457218408584595, -0.3972647190093994, -0.29076191782951355, -0.13313521444797516, -0.08135297894477844, -0.04352302476763725, -0.06566893309354782, -0.08655434846878052, -0.0007487518596462905, 0.17607030272483826, 0.11107025295495987, 0.09341026097536087, 0.19825899600982666, 0.3648478090763092, 0.5673476457595825, 0.6831095814704895, 0.6432393193244934, 0.6966831088066101, 0.8952926993370056, 1.1406627893447876, 1.3836818933486938, 1.2610446214675903, 0.48633065819740295, -0.21437348425388336, -0.0678248181939125, 0.6003426909446716, 0.8200854063034058, 0.39250144362449646, -0.031450189650058746, -0.007102621253579855, 0.09422316402196884, -0.16779132187366486, -0.510934054851532, -0.7234259843826294, -0.8170458674430847, -0.7996055483818054, -0.6558979153633118, -0.4867892861366272, -0.5109298229217529, -0.7515972852706909, -0.9381458759307861, -0.8952003121376038, -0.6449806094169617, -0.29251402616500854, -0.2030097395181656, -0.23505543172359467, -0.14046703279018402, 0.14290645718574524, 0.22528813779354095, -0.055762119591236115, -0.22264255583286285, -0.06894662231206894, 0.2228156328201294, 0.25153836607933044, 0.01954839937388897, -0.07136093080043793, 0.06237557530403137, 0.11170779168605804, -0.01204670686274767, -0.1682012528181076, -0.22507287561893463, -0.13409072160720825, -0.009135511703789234, 0.07862640172243118, 0.2715611457824707, 0.5842377543449402, 0.7930408716201782, 0.794754147529602, 0.786960244178772, 1.0127480030059814, 1.4385265111923218, 1.4399393796920776, 0.6471885442733765, -0.22026416659355164, -0.08541712909936905, 0.8097430467605591, 1.1510732173919678, 0.5785861015319824, 0.0793101042509079, 0.12636396288871765, 0.17335931956768036, -0.20004358887672424, -0.6420351266860962, -0.7507032752037048, -0.8086945414543152, -0.9983991980552673, -0.9775593280792236, -0.6390960812568665, -0.43407824635505676, -0.680872917175293, -1.0898892879486084, -1.1849020719528198, -0.9037749767303467, -0.47344449162483215, -0.26583370566368103, -0.27590423822402954, -0.08295717090368271, 0.317751944065094, 0.4716823101043701, 0.15674778819084167, -0.18874578177928925, -0.08863384276628494, 0.22683361172676086, 0.34036800265312195, 0.18579988181591034, 0.07836202532052994, 0.1842207908630371, 0.22188504040241241, 0.07904791086912155, -0.07189687341451645, -0.14467500150203705, -0.18717467784881592, -0.19577082991600037, 0.052840735763311386, 0.5052091479301453, 0.8700329065322876, 0.9502006769180298, 0.8522878885269165, 0.8532021641731262, 1.243581771850586, 1.5607918500900269, 0.9030153751373291, -0.3212827742099762, -0.6206437349319458, 0.4828905761241913, 1.3669285774230957, 0.8728610277175903, 0.08176985383033752, 0.06536645442247391, 0.1743980050086975, -0.350115031003952, -0.9905818104743958, -0.9421092867851257, -0.7559165954589844, -1.0576404333114624, -1.2347052097320557, -0.6702970266342163, -0.11590217053890228, -0.5280653834342957, -1.2307109832763672, -1.222730040550232, -0.7597249746322632, -0.5048919916152954, -0.4207327663898468, -0.22742515802383423, 0.11459723114967346, 0.49428144097328186, 0.6322622299194336, 0.28738462924957275, -0.11205434054136276, -0.08714858442544937, 0.22152811288833618, 0.38644713163375854, 0.34284693002700806, 0.2877667248249054, 0.38797661662101746, 0.3852212131023407, 0.12054392695426941, -0.20692409574985504, -0.41290006041526794, -0.47906380891799927, -0.48857125639915466, -0.2551741898059845, 0.13164174556732178, 0.3646014630794525, 0.5448481440544128, 0.8052415251731873, 0.9804545640945435, 1.0195975303649902, 1.1799745559692383, 1.166886568069458, 0.5700124502182007, -0.10376273840665817, 0.015952788293361664, 0.7999119162559509, 1.1653931140899658, 0.7247451543807983, 0.2338024079799652, 0.1640496551990509, 0.01145919132977724, -0.5155878663063049, -0.9012446403503418, -0.8611583113670349, -0.8765814304351807, -1.0869030952453613, -0.9255483150482178, -0.47150489687919617, -0.44709163904190063, -0.8704273104667664, -1.1271005868911743, -0.9720427393913269, -0.6969056129455566, -0.5325494408607483, -0.32222363352775574, -0.004511404316872358, 0.3696609139442444, 0.5948172807693481, 0.5808126330375671, 0.36294829845428467, 0.06612969934940338, 0.04153909534215927, 0.2827710509300232, 0.4037167429924011, 0.28857260942459106, 0.11246822029352188, 0.004551595076918602, -0.09673330932855606, -0.27933749556541443, -0.4921221435070038, -0.732369601726532, -0.8212070465087891, -0.6125415563583374, -0.2993045449256897, -0.060552410781383514, 0.09418439120054245, 0.2876252233982086, 0.5621016621589661, 0.844103217124939, 1.1067453622817993, 1.3430052995681763, 1.666648507118225, 1.6277093887329102, 0.871857762336731, 0.14676420390605927, 0.43320029973983765, 1.2296632528305054, 1.193127989768982, 0.4308386743068695, 0.07868073135614395, 0.23431044816970825, -0.05977466702461243, -0.9144619703292847, -1.3616364002227783, -1.1762546300888062, -1.235801339149475, -1.5871490240097046, -1.3910750150680542, -0.7158823609352112, -0.5921279191970825, -1.0522209405899048, -1.105117678642273, -0.6656848192214966, -0.4324679672718048, -0.3922973573207855, -0.10315971821546555, 0.3487846553325653, 0.7054377794265747, 1.012946605682373, 1.2010244131088257, 0.9907181859016418, 0.5471879839897156, 0.419118732213974, 0.6023740172386169, 0.5424385666847229, 0.09927699714899063, -0.17143219709396362, -0.039715319871902466, -0.07740721106529236, -0.5977854132652283, -1.0461268424987793, -1.1416748762130737, -1.1999202966690063, -1.2489345073699951, -0.9699000120162964, -0.43978315591812134, -0.08075609058141708, 0.06839041411876678, 0.33248230814933777, 0.7157604098320007, 0.9859093427658081, 1.1656743288040161, 1.683057427406311, 2.2913548946380615, 1.7695807218551636, 0.4130474328994751, 0.153520405292511, 1.3473385572433472, 1.8235766887664795, 0.7561289072036743, -0.027715571224689484, 0.2301977425813675, 0.10329052805900574, -0.976455807685852, -1.6672927141189575, -1.3265057802200317, -1.3127458095550537, -2.1013081073760986, -2.1441006660461426, -0.9421472549438477, -0.3877466022968292, -1.2511420249938965, -1.692736268043518, -0.8838923573493958, -0.24075615406036377, -0.31104132533073425, -0.12056200206279755, 0.6291187405586243, 1.181749701499939, 1.326382040977478, 1.4212578535079956, 1.3474539518356323, 1.0821369886398315, 0.9272900223731995, 1.0183926820755005, 0.8976213932037354, 0.3014848530292511, -0.16273914277553558, -0.09526803344488144, -0.15710072219371796, -0.8173471689224243, -1.3900597095489502, -1.438961148262024, -1.4892048835754395, -1.680196762084961, -1.4554862976074219, -0.810141921043396, -0.36166998744010925, -0.1858375370502472, 0.08127488940954208, 0.5720924139022827, 0.9306324124336243, 1.0637872219085693, 1.4526011943817139, 2.3189144134521484, 2.4984774589538574, 1.2892934083938599, 0.28855347633361816, 0.962516725063324, 1.9233545064926147, 1.378179669380188, 0.2355366200208664, -7.368398655671626e-05, 0.05359083041548729, -0.6889709234237671, -1.5955145359039307, -1.6323202848434448, -1.49114191532135, -2.1171751022338867, -2.5008132457733154, -1.5696929693222046, -0.6132145524024963, -1.0593981742858887, -1.7445533275604248, -1.1663155555725098, -0.24620544910430908, -0.0617116242647171, 0.06142088398337364, 0.7467043399810791, 1.4082462787628174, 1.6226574182510376, 1.7331141233444214, 1.75565767288208, 1.4770153760910034, 1.163494348526001, 1.168758511543274, 1.197072148323059, 0.7051270008087158, -0.046822234988212585, -0.4132845401763916, -0.57758629322052, -1.0617907047271729, -1.673890471458435, -1.8664898872375488, -1.8157644271850586, -1.8920583724975586, -1.7920799255371094, -1.2260231971740723, -0.6233319640159607, -0.3655819296836853, -0.16417253017425537, 0.32820385694503784, 0.8631827235221863, 1.1625553369522095, 1.4888591766357422, 2.3245222568511963, 3.302997350692749, 3.0647153854370117, 1.5194165706634521, 0.5687190890312195, 1.193093180656433, 1.8090895414352417, 1.0724005699157715, 0.07751546055078506, -0.08521636575460434, -0.2642284333705902, -1.173920750617981, -1.9882603883743286, -2.0502612590789795, -2.1974573135375977, -2.8569116592407227, -2.803947925567627, -1.5502207279205322, -0.6764191389083862, -1.115877389907837, -1.4517242908477783, -0.6993726491928101, 0.09626299142837524, 0.3065979778766632, 0.6817514300346375, 1.4793752431869507, 2.005589723587036, 2.107448101043701, 2.2443699836730957, 2.2405447959899902, 1.7205476760864258, 1.1850999593734741, 1.2156494855880737, 1.1676926612854004, 0.3348269760608673, -0.6872256398200989, -1.1206560134887695, -1.2754840850830078, -1.7712066173553467, -2.314089298248291, -2.4107134342193604, -2.2916457653045654, -2.2660841941833496, -1.9636422395706177, -1.1980034112930298, -0.615757405757904, -0.48900747299194336, -0.1724516600370407, 0.6352410316467285, 1.2914080619812012, 1.5529024600982666, 1.9719754457473755, 2.950448751449585, 4.047332763671875, 3.9915049076080322, 2.2737951278686523, 0.6020740866661072, 0.5741199254989624, 1.3596153259277344, 1.137064814567566, 0.06259709596633911, -0.5314370393753052, -0.7621820569038391, -1.5322176218032837, -2.590193033218384, -2.9960567951202393, -2.9613759517669678, -3.346688985824585, -3.3777124881744385, -2.035412311553955, -0.49729397892951965, -0.43194252252578735, -1.0289760828018188, -0.5836420059204102, 0.4966597557067871, 1.0337973833084106, 1.2674635648727417, 1.9154704809188843, 2.7151193618774414, 3.1190123558044434, 3.121906280517578, 2.7971367835998535, 1.985495686531067, 1.1121798753738403, 0.8515273332595825, 0.8208487629890442, 0.1324918568134308, -0.9818418025970459, -1.6290165185928345, -1.9319933652877808, -2.5814554691314697, -3.1489005088806152, -3.122257947921753, -2.9155397415161133, -2.8623054027557373, -2.37125825881958, -1.3056905269622803, -0.5752273201942444, -0.46650686860084534, -0.12795300781726837, 0.8146452903747559, 1.6440168619155884, 1.9009259939193726, 2.1551029682159424, 3.0266494750976562, 4.166615009307861, 4.895874500274658, 4.6283769607543945, 2.7428576946258545, 0.38318151235580444, -0.4062536656856537, 0.4738054871559143, 0.8069313764572144, -0.3543829619884491, -1.4657957553863525, -1.7775789499282837, -2.350367784500122, -3.408463954925537, -3.9480319023132324, -3.758028507232666, -3.7180418968200684, -3.3345842361450195, -1.6205050945281982, 0.243992879986763, 0.5256391763687134, -0.09227804094552994, 0.15967951714992523, 1.1977882385253906, 1.8441722393035889, 2.3245534896850586, 3.1741342544555664, 3.7887918949127197, 3.7371582984924316, 3.466221332550049, 3.0244626998901367, 1.8541154861450195, 0.39685600996017456, -0.2015538215637207, -0.18704843521118164, -0.6733596920967102, -1.6004633903503418, -2.253192901611328, -2.7446296215057373, -3.49364972114563, -4.108649730682373, -3.9962048530578613, -3.528486967086792, -3.0002641677856445, -2.098789930343628, -0.832068145275116, 0.06686534732580185, 0.28519177436828613, 0.5322262644767761, 1.2141624689102173, 1.8530417680740356, 2.210484266281128, 2.66343355178833, 3.504977226257324, 4.447075366973877, 5.106410980224609, 5.23060941696167, 3.9049949645996094, 0.95167076587677, -1.5113507509231567, -1.5460609197616577, -0.26278629899024963, -0.30222705006599426, -1.5957249402999878, -2.358372449874878, -2.6116220951080322, -3.4657058715820312, -4.47463321685791, -4.411787033081055, -3.6391689777374268, -3.10253643989563, -1.9516544342041016, 0.2423526793718338, 1.8070733547210693, 1.525462031364441, 0.8414985537528992, 1.3651351928710938, 2.4307167530059814, 2.9463348388671875, 3.367326259613037, 3.9493765830993652, 4.052084922790527, 3.4065420627593994, 2.6639721393585205, 1.7959734201431274, 0.27615800499916077, -1.1624118089675903, -1.5306757688522339, -1.3904290199279785, -1.8526506423950195, -2.7079343795776367, -3.184185028076172, -3.5818164348602295, -4.184055328369141, -4.321855068206787, -3.649829387664795, -2.6896891593933105, -1.77797269821167, -0.6705513596534729, 0.43870818614959717, 0.9648614525794983, 0.9916786551475525, 1.1724693775177002, 1.7507370710372925, 2.4342710971832275, 2.867426872253418, 3.302701473236084, 4.036362171173096, 4.7638959884643555, 4.951857566833496, 4.2852911949157715, 2.285600185394287, -0.71821528673172, -2.729233503341675, -2.2828288078308105, -0.7943224906921387, -0.6647417545318604, -1.8846808671951294, -2.908966302871704, -3.3649232387542725, -3.910212755203247, -4.364863395690918, -3.9837639331817627, -3.0043530464172363, -1.918509602546692, -0.3205530643463135, 1.6836347579956055, 2.711733102798462, 2.083216667175293, 1.2769216299057007, 1.6026347875595093, 2.568922996520996, 3.2881991863250732, 3.740321159362793, 3.9938669204711914, 3.654609441757202, 2.703998565673828, 1.5300384759902954, 0.21984438598155975, -1.2048805952072144, -2.122469902038574, -2.123647689819336, -1.8997160196304321, -2.2914109230041504, -3.069244384765625, -3.5338048934936523, -3.707331418991089, -3.927229404449463, -3.743633508682251, -2.8455073833465576, -1.6646279096603394, -0.636444628238678, 0.3010376989841461, 1.085078239440918, 1.3827683925628662, 1.3340203762054443, 1.4230719804763794, 1.868055820465088, 2.5184834003448486, 2.9412307739257812, 3.195457935333252, 3.760547399520874, 4.42006778717041, 4.481777191162109, 3.4479494094848633, 1.1449915170669556, -1.6398249864578247, -3.0415055751800537, -2.202660083770752, -0.7646593451499939, -0.7982637286186218, -1.9463590383529663, -2.821587324142456, -3.241126537322998, -3.6994810104370117, -3.8687584400177, -3.24880313873291, -2.2455713748931885, -1.1301053762435913, 0.5261113047599792, 2.303006887435913, 2.820897102355957, 1.8466330766677856, 1.0311760902404785, 1.482814908027649, 2.4792098999023438, 3.103451728820801, 3.416532039642334, 3.480607271194458, 2.963887929916382, 1.898226261138916, 0.7665736079216003, -0.4390237033367157, -1.6115466356277466, -2.3202247619628906, -2.223001718521118, -1.861309289932251, -2.132096767425537, -2.9632229804992676, -3.54258394241333, -3.452195882797241, -3.1131958961486816, -2.8619251251220703, -2.248213529586792, -1.1228106021881104, 0.005747013725340366, 0.7178821563720703, 1.086249828338623, 1.281475305557251, 1.3445684909820557, 1.4501508474349976, 1.8194890022277832, 2.2746264934539795, 2.49198579788208, 2.604511022567749, 3.1431527137756348, 3.848156452178955, 3.8424439430236816, 2.925748586654663, 1.2708512544631958, -1.0794641971588135, -2.834695816040039, -2.4282848834991455, -0.7124422192573547, -0.3172309100627899, -1.7085239887237549, -2.78531813621521, -2.810635566711426, -2.9331977367401123, -3.308560371398926, -2.960590362548828, -1.9024999141693115, -0.9265900254249573, 0.26886075735092163, 1.911895751953125, 2.744884729385376, 1.9138176441192627, 0.7829128503799438, 1.0266788005828857, 2.157926082611084, 2.866140604019165, 3.0374813079833984, 2.9966824054718018, 2.5006940364837646, 1.6171767711639404, 0.7958433032035828, -0.09953511506319046, -1.2899059057235718, -2.1877899169921875, -2.111440896987915, -1.650564432144165, -1.8352714776992798, -2.653357744216919, -3.2508962154388428, -3.1812260150909424, -2.750894784927368, -2.3186795711517334, -1.766240119934082, -1.0302881002426147, -0.2724510729312897, 0.3303019106388092, 0.808675229549408, 1.0889935493469238, 1.1656486988067627, 1.2653225660324097, 1.6090201139450073, 2.039185047149658, 2.217470645904541, 2.18713116645813, 2.4537365436553955, 3.1204771995544434, 3.486403465270996, 3.171302318572998, 2.0818417072296143, 0.06338752061128616, -2.0579042434692383, -2.4462485313415527, -1.0529578924179077, -0.2725810110569, -1.3615175485610962, -2.5960612297058105, -2.6269168853759766, -2.394068956375122, -2.735053062438965, -2.833284854888916, -2.2312746047973633, -1.4666619300842285, -0.44076967239379883, 1.1655151844024658, 2.3363001346588135, 1.9128587245941162, 0.7930395007133484, 0.7949434518814087, 1.841179370880127, 2.608989715576172, 2.7622804641723633, 2.7378902435302734, 2.429445266723633, 1.7904422283172607, 1.1843016147613525, 0.44358426332473755, -0.7658522725105286, -1.8469936847686768, -1.992309808731079, -1.4925816059112549, -1.5133373737335205, -2.2469849586486816, -2.9672605991363525, -3.1500866413116455, -2.8090498447418213, -2.2757086753845215, -1.7137011289596558, -1.0968763828277588, -0.4785405993461609, 0.03377119451761246, 0.39142727851867676, 0.6870859861373901, 0.8947364091873169, 1.0570971965789795, 1.3696421384811401, 1.8814853429794312, 2.236769199371338, 2.1478066444396973, 2.104429244995117, 2.67683744430542, 3.357048749923706, 3.4271020889282227, 2.695375680923462, 1.026565432548523, -1.24681556224823, -2.320369243621826, -1.3888335227966309, -0.2880585789680481, -0.9745239019393921, -2.3994908332824707, -2.72358775138855, -2.3794829845428467, -2.5605101585388184, -2.800403118133545, -2.4377803802490234, -1.8216277360916138, -1.070461392402649, 0.41915953159332275, 1.9303209781646729, 1.9896782636642456, 0.9205500483512878, 0.6686509251594543, 1.6884117126464844, 2.6230432987213135, 2.86624813079834, 2.88381290435791, 2.64506459236145, 2.0201635360717773, 1.3874329328536987, 0.7471199035644531, -0.3432464599609375, -1.5728859901428223, -1.8753337860107422, -1.3415584564208984, -1.2280659675598145, -2.0360212326049805, -3.0253195762634277, -3.4176313877105713, -3.115255832672119, -2.5104188919067383, -1.8667339086532593, -1.2634639739990234, -0.6637424230575562, -0.08731357008218765, 0.3626334071159363, 0.6277603507041931, 0.7084402441978455, 0.8083328008651733, 1.2334398031234741, 1.9304956197738647, 2.4681591987609863, 2.4501380920410156, 2.3043088912963867, 2.735750198364258, 3.3280529975891113, 3.400399923324585, 2.780700445175171, 1.3800309896469116, -0.7838558554649353, -2.1660521030426025, -1.5379221439361572, -0.2827083468437195, -0.7652954459190369, -2.4053962230682373, -3.0762672424316406, -2.7482845783233643, -2.7470016479492188, -2.9651265144348145, -2.60562801361084, -1.881725549697876, -1.1285674571990967, 0.17494384944438934, 1.6618620157241821, 1.9481812715530396, 1.0133107900619507, 0.6763623356819153, 1.7054120302200317, 2.825916290283203, 3.184373378753662, 3.145373582839966, 2.8504533767700195, 2.1749632358551025, 1.4422824382781982, 0.7640582323074341, -0.1739216297864914, -1.2682158946990967, -1.7980031967163086, -1.5128587484359741, -1.3361648321151733, -1.938792109489441, -2.893153190612793, -3.4076950550079346, -3.236285448074341, -2.7098379135131836, -2.11403489112854, -1.4916266202926636, -0.8113124370574951, -0.15100733935832977, 0.33350032567977905, 0.6633694171905518, 0.8013317584991455, 0.8578901886940002, 1.0619828701019287, 1.637247920036316, 2.3185534477233887, 2.5277352333068848, 2.4002633094787598, 2.6959125995635986, 3.307976245880127, 3.518043041229248, 2.9264159202575684, 1.5450359582901, -0.6336387991905212, -2.2046408653259277, -1.7951428890228271, -0.4391252398490906, -0.46035775542259216, -1.9887173175811768, -3.016380548477173, -3.0480105876922607, -3.087465286254883, -3.163224220275879, -2.7132511138916016, -1.9291462898254395, -1.1574190855026245, 0.05972920358181, 1.513871669769287, 1.8928639888763428, 1.0294021368026733, 0.5981932282447815, 1.5763165950775146, 2.8392696380615234, 3.374648332595825, 3.352769374847412, 2.991133213043213, 2.270646333694458, 1.5031527280807495, 0.8834648728370667, 0.04012766480445862, -1.0749562978744507, -1.681562900543213, -1.502760410308838, -1.3356308937072754, -1.9522128105163574, -2.9798989295959473, -3.546626567840576, -3.3212063312530518, -2.7066831588745117, -2.1923916339874268, -1.7125111818313599, -1.0623418092727661, -0.32414907217025757, 0.24191062152385712, 0.5917838215827942, 0.8095651268959045, 0.9949420690536499, 1.2780234813690186, 1.7602434158325195, 2.282431125640869, 2.471165657043457, 2.3534979820251465, 2.625662088394165, 3.3170719146728516, 3.7233786582946777, 3.2287094593048096, 1.6827157735824585, -0.6691815853118896, -2.3073678016662598, -1.944260597229004, -0.5528751015663147, -0.4613083302974701, -1.8249363899230957, -2.854045867919922, -3.05856990814209, -3.2427725791931152, -3.3655624389648438, -2.9025189876556396, -2.0443577766418457, -1.1726107597351074, 0.14073331654071808, 1.6162770986557007, 1.9827134609222412, 1.0667368173599243, 0.5582678318023682, 1.5299427509307861, 2.896756172180176, 3.510296583175659, 3.4848015308380127, 3.1403968334198, 2.4118964672088623, 1.471327781677246, 0.7472521662712097, 0.11911319196224213, -0.7222859859466553, -1.5270010232925415, -1.6334182024002075, -1.3887358903884888, -1.9107911586761475, -3.1704137325286865, -3.912696123123169, -3.435717821121216, -2.589235544204712, -2.099785566329956, -1.6607261896133423, -1.0681523084640503, -0.492731511592865, -0.05090742185711861, 0.444828063249588, 0.8654302954673767, 1.0710885524749756, 1.4276303052902222, 2.076624870300293, 2.567317485809326, 2.4225730895996094, 2.1146109104156494, 2.568638801574707, 3.384413957595825, 3.7584354877471924, 3.288911819458008, 1.886177659034729, -0.4563152492046356, -2.2208826541900635, -1.9024711847305298, -0.5721918940544128, -0.6202780604362488, -1.9757519960403442, -2.7783315181732178, -2.807849407196045, -3.0728888511657715, -3.372570514678955, -3.019879102706909, -2.2012078762054443, -1.269560694694519, 0.14954526722431183, 1.640116810798645, 1.9250702857971191, 1.0052744150161743, 0.5852726697921753, 1.5861175060272217, 2.902815580368042, 3.4865028858184814, 3.4771435260772705, 3.1367998123168945, 2.4666733741760254, 1.6026736497879028, 0.8029320240020752, 0.07650294899940491, -0.743289589881897, -1.3788644075393677, -1.3855938911437988, -1.2469733953475952, -1.9013909101486206, -3.3222272396087646, -4.094455242156982, -3.5498921871185303, -2.690052032470703, -2.1781764030456543, -1.704144835472107, -0.995896577835083, -0.46096479892730713, -0.23334121704101562, 0.08980889618396759, 0.5130049586296082, 0.9738023281097412, 1.573222041130066, 2.2574965953826904, 2.6118178367614746, 2.3634045124053955, 2.0880162715911865, 2.471134901046753, 3.197606086730957, 3.594741106033325, 3.3337759971618652, 2.0980513095855713, -0.13846658170223236, -1.8361778259277344, -1.7000396251678467, -0.6966660618782043, -0.8853052854537964, -2.034546136856079, -2.577427625656128, -2.6310060024261475, -2.9916422367095947, -3.363243341445923, -3.0988450050354004, -2.4393351078033447, -1.608108639717102, -0.15744198858737946, 1.3803431987762451, 1.772220492362976, 0.9810763597488403, 0.6045057773590088, 1.4464234113693237, 2.5919361114501953, 3.2239840030670166, 3.3770840167999268, 3.239856243133545, 2.7045538425445557, 1.885016679763794, 1.012961983680725, 0.1270025372505188, -0.7425956130027771, -1.2040642499923706, -1.1108404397964478, -1.01836359500885, -1.7869645357131958, -3.1775403022766113, -3.9707539081573486, -3.6987955570220947, -3.039708375930786, -2.4695751667022705, -1.815940499305725, -1.0558867454528809, -0.5791987776756287, -0.3717229962348938, -0.13551032543182373, 0.20805661380290985, 0.738612711429596, 1.4706790447235107, 2.2337021827697754, 2.6513407230377197, 2.534494161605835, 2.327566385269165, 2.5703442096710205, 3.126227855682373, 3.5051114559173584, 3.341154098510742, 2.2850732803344727, 0.2508288323879242, -1.3513716459274292, -1.4207817316055298, -0.6338016390800476, -0.883954644203186, -2.022216320037842, -2.6199214458465576, -2.682015895843506, -2.91902232170105, -3.2836828231811523, -3.175508737564087, -2.686262369155884, -1.9706711769104004, -0.6241641044616699, 0.9221904873847961, 1.5146788358688354, 0.9500846266746521, 0.5860142707824707, 1.31234610080719, 2.4081385135650635, 3.06927227973938, 3.249699592590332, 3.2419681549072266, 2.8826866149902344, 2.1425940990448, 1.4230856895446777, 0.5607005953788757, -0.3918285667896271, -1.0376688241958618, -0.960576057434082, -0.7876371741294861, -1.5716602802276611, -2.850945472717285, -3.659456968307495, -3.6454854011535645, -3.2925283908843994, -2.8122427463531494, -2.0888774394989014, -1.393460750579834, -0.9076814651489258, -0.5964374542236328, -0.30500686168670654, -0.010973895899951458, 0.444497287273407, 1.2323803901672363, 2.036325693130493, 2.5525081157684326, 2.609428644180298, 2.5625925064086914, 2.7976646423339844, 3.236546039581299, 3.660367250442505, 3.6302664279937744, 2.5560801029205322, 0.5493146777153015, -0.966978132724762, -0.9244651198387146, -0.29577621817588806, -0.7390515804290771, -1.8972030878067017, -2.523514986038208, -2.6563098430633545, -2.9928572177886963, -3.3582210540771484, -3.2868785858154297, -2.9550604820251465, -2.3851804733276367, -1.0893807411193848, 0.4737146198749542, 1.0767186880111694, 0.5873642563819885, 0.3494088053703308, 1.1249635219573975, 2.2236950397491455, 2.8815555572509766, 3.130384683609009, 3.2499587535858154, 3.05475115776062, 2.5134053230285645, 1.8787806034088135, 1.043163537979126, 0.026991071179509163, -0.6434415578842163, -0.5383387207984924, -0.39215612411499023, -1.2327202558517456, -2.628023862838745, -3.4966251850128174, -3.591460704803467, -3.3943657875061035, -3.0763497352600098, -2.4780895709991455, -1.7989667654037476, -1.311189889907837, -0.9525235295295715, -0.6496985554695129, -0.35063835978507996, 0.14753557741641998, 1.000653624534607, 1.9256004095077515, 2.466463088989258, 2.578974962234497, 2.709730863571167, 3.0302608013153076, 3.4748222827911377, 3.841689348220825, 3.800762891769409, 2.5679824352264404, 0.6108337044715881, -0.44386371970176697, -0.13210047781467438, 0.18979233503341675, -0.7352773547172546, -1.8805114030838013, -2.3426547050476074, -2.5837559700012207, -3.075401544570923, -3.455714464187622, -3.406052350997925, -3.259739637374878, -2.7288503646850586, -1.3959742784500122, 0.011769442819058895, 0.4060419201850891, 0.006887398660182953, 0.1340516209602356, 1.0557599067687988, 2.024749755859375, 2.5726733207702637, 2.9007647037506104, 3.218555450439453, 3.2005879878997803, 2.7896535396575928, 2.1152169704437256, 1.268455147743225, 0.4887358844280243, 0.0320897214114666, 0.02303815446794033, -0.20683680474758148, -1.1249964237213135, -2.3208227157592773, -3.06199049949646, -3.259082794189453, -3.3048295974731445, -3.154296875, -2.6624927520751953, -2.0251903533935547, -1.636177659034729, -1.3925261497497559, -1.0373003482818604, -0.5728067755699158, 0.05035568028688431, 0.8528691530227661, 1.639847755432129, 2.1399593353271484, 2.4431111812591553, 2.773402690887451, 3.20074462890625, 3.6767773628234863, 4.021459579467773, 3.5630524158477783, 1.9802587032318115, 0.6223404407501221, 0.45896047353744507, 0.8390740156173706, 0.3367294669151306, -0.7594000697135925, -1.4178639650344849, -1.8587650060653687, -2.5078375339508057, -3.1351797580718994, -3.316861867904663, -3.3449153900146484, -3.2900242805480957, -2.5378012657165527, -1.2664179801940918, -0.4450671672821045, -0.5047983527183533, -0.5684484243392944, 0.006396767217665911, 0.8242941498756409, 1.5403590202331543, 2.1197259426116943, 2.7055106163024902, 2.975166082382202, 2.850592613220215, 2.6046438217163086, 2.0140488147735596, 1.2646161317825317, 0.7606671452522278, 0.7120594382286072, 0.6465314030647278, -0.027869734913110733, -0.9125826954841614, -1.6653192043304443, -2.265665054321289, -2.7944037914276123, -3.006500005722046, -2.76383638381958, -2.3299379348754883, -1.940473198890686, -1.672094702720642, -1.4381846189498901, -1.14629328250885, -0.654477596282959, 0.026471607387065887, 0.6457865238189697, 1.1762343645095825, 1.7028106451034546, 2.176945447921753, 2.625865936279297, 3.063725471496582, 3.477386236190796, 3.155592203140259, 1.9413915872573853, 1.075183629989624, 1.2028270959854126, 1.601552128791809, 1.0935155153274536, 0.17762254178524017, -0.3447621762752533, -0.8056852221488953, -1.5332283973693848, -2.243074655532837, -2.5173981189727783, -2.664578676223755, -2.7210988998413086, -2.266247034072876, -1.4881503582000732, -1.056998372077942, -1.1888439655303955, -1.1509039402008057, -0.6204107999801636, -0.004107764922082424, 0.5428702235221863, 1.1062253713607788, 1.7624454498291016, 2.137316942214966, 2.1418120861053467, 1.99167001247406, 1.5748928785324097, 1.1736929416656494, 1.0650235414505005, 1.132413387298584, 0.9706962704658508, 0.3940466046333313, -0.12224096804857254, -0.5857037901878357, -1.152302622795105, -1.7571462392807007, -2.1088733673095703, -2.062774658203125, -1.7668859958648682, -1.4281786680221558, -1.2658840417861938, -1.2225784063339233, -1.1130613088607788, -0.7510766983032227, -0.2532329857349396, 0.1509391814470291, 0.5788701176643372, 1.0177918672561646, 1.4662400484085083, 1.960720419883728, 2.3337643146514893, 2.085235834121704, 1.1800129413604736, 0.6512245535850525, 1.1250959634780884, 1.778947114944458, 1.5961159467697144, 0.8914198875427246, 0.3986784517765045, 0.10029864311218262, -0.3935345709323883, -1.0041377544403076, -1.3887600898742676, -1.6296972036361694, -1.6916338205337524, -1.3578526973724365, -0.8992436528205872, -0.894424319267273, -1.4135831594467163, -1.6542384624481201, -1.1741821765899658, -0.4865030348300934, -0.09185508638620377, 0.145293191075325, 0.59006267786026, 1.0788062810897827, 1.2901688814163208, 1.1399767398834229, 0.735812246799469, 0.4857995808124542, 0.6498231887817383, 1.0651189088821411, 1.1231555938720703, 0.6705349087715149, 0.17152895033359528, -0.15272453427314758, -0.40069764852523804, -0.7253206968307495, -1.015321135520935, -1.1204508543014526, -1.0092484951019287, -0.7396884560585022, -0.555587649345398, -0.6437864303588867, -0.8320679664611816, -0.7799831628799438, -0.36677083373069763, 0.10593093186616898, 0.3993367552757263, 0.5591849684715271, 0.7666341662406921, 1.1490695476531982, 1.3590863943099976, 0.9450046420097351, 0.25007009506225586, 0.1350814402103424, 0.7367477416992188, 1.2484077215194702, 1.202462077140808, 0.9134916663169861, 0.5591914057731628, 0.14922264218330383, -0.23302394151687622, -0.47832050919532776, -0.7036949396133423, -0.9520604014396667, -0.8660394549369812, -0.41296708583831787, -0.08478067070245743, -0.36676403880119324, -1.0295206308364868, -1.3690736293792725, -1.1081368923187256, -0.5492451786994934, -0.13863714039325714, 0.05649710074067116, 0.24474000930786133, 0.49382027983665466, 0.6700385808944702, 0.5848478674888611, 0.1677115112543106, -0.06885595619678497, 0.14363393187522888, 0.6054986119270325, 0.7475602626800537, 0.484226793050766, 0.16996489465236664, -0.12594188749790192, -0.34627020359039307, -0.531877875328064, -0.5984925031661987, -0.5692773461341858, -0.5002918839454651, -0.37613382935523987, -0.30419251322746277, -0.2998729646205902, -0.3739451766014099, -0.40435802936553955, -0.23655377328395844, 0.03935808315873146, 0.31581515073776245, 0.4930121600627899, 0.6520821452140808, 0.9352595210075378, 1.1367263793945312, 0.8064778447151184, 0.0801330953836441, -0.19900068640708923, 0.3037682771682739, 0.8741274476051331, 0.8707846403121948, 0.6313866376876831, 0.5439890623092651, 0.40044453740119934, 0.018170936033129692, -0.3441424071788788, -0.5317704081535339, -0.6901747584342957, -0.7021388411521912, -0.30048397183418274, 0.19340088963508606, 0.14604982733726501, -0.45984581112861633, -0.9422638416290283, -0.9052349925041199, -0.6047709584236145, -0.344900906085968, -0.07363882660865784, 0.22947531938552856, 0.4634969234466553, 0.5410943031311035, 0.4096183180809021, 0.06315840035676956, -0.26075172424316406, -0.1712697148323059, 0.24283654987812042, 0.46518051624298096, 0.35392388701438904, 0.18912021815776825, 0.06438931822776794, -0.23372311890125275, -0.585483729839325, -0.716362476348877, -0.6190437078475952, -0.41627082228660583, -0.20980937778949738, -0.09816417843103409, -0.20247556269168854, -0.376100093126297, -0.39126020669937134, -0.24187244474887848, -0.04365827515721321, 0.09858907759189606, 0.2694709897041321, 0.5100223422050476, 0.7590035796165466, 0.9765380620956421, 1.0612462759017944, 0.679719865322113, -0.02759985812008381, -0.27879777550697327, 0.22612902522087097, 0.8434221148490906, 0.7916303873062134, 0.49043864011764526, 0.4198056757450104, 0.3866869807243347, 0.07315021753311157, -0.34792670607566833, -0.5482906699180603, -0.6532626748085022, -0.6177802085876465, -0.2722908854484558, 0.15263250470161438, 0.14275626838207245, -0.36575472354888916, -0.7721094489097595, -0.7655515074729919, -0.5600642561912537, -0.3599984347820282, -0.10497190058231354, 0.24504594504833221, 0.46596917510032654, 0.4567423462867737, 0.2558833062648773, -0.0510043129324913, -0.24441595375537872, -0.1909356564283371, 0.1099325641989708, 0.29194700717926025, 0.23847945034503937, 0.17519553005695343, 0.08916580677032471, -0.1571802943944931, -0.578650951385498, -0.7777519822120667, -0.6353206038475037, -0.3410465121269226, -0.10551294684410095, -0.050324369221925735, -0.20582672953605652, -0.44952839612960815, -0.5051948428153992, -0.3972457945346832, -0.22481678426265717, -0.061584338545799255, 0.1510343700647354, 0.45807525515556335, 0.7368362545967102, 0.8892270922660828, 0.9647899270057678, 0.8479425311088562, 0.3138009011745453, -0.15320712327957153, -0.04964887723326683, 0.6066485047340393, 0.9105783104896545, 0.6702376008033752, 0.516626238822937, 0.4823569059371948, 0.2634521722793579, -0.21037839353084564, -0.4867992103099823, -0.5124242305755615, -0.5559202432632446, -0.4380571246147156, -0.11614035069942474, 0.12562903761863708, -0.09513236582279205, -0.5874263644218445, -0.8226598501205444, -0.7488832473754883, -0.47939273715019226, -0.226850688457489, 0.08151660859584808, 0.3300497829914093, 0.3708789646625519, 0.25095582008361816, -0.00018942808674182743, -0.16549602150917053, -0.23217090964317322, -0.0701473280787468, 0.1930665522813797, 0.2956864535808563, 0.2581368684768677, 0.12421620637178421, -0.06878188997507095, -0.4100424647331238, -0.6737867593765259, -0.6126534938812256, -0.3581107556819916, -0.14170414209365845, -0.10698222368955612, -0.1787453442811966, -0.3856127858161926, -0.5852548480033875, -0.5903210043907166, -0.46481868624687195, -0.19288837909698486, 0.10874161869287491, 0.39804723858833313, 0.6285895705223083, 0.7408165335655212, 0.8608016967773438, 0.9557655453681946, 0.846284806728363, 0.35615652799606323, -0.03123137541115284, 0.1708918958902359, 0.7502190470695496, 0.9331691265106201, 0.7259417772293091, 0.5411690473556519, 0.3225942850112915, -0.007918823510408401, -0.3362782895565033, -0.4237895607948303, -0.48642659187316895, -0.6003021597862244, -0.4781825542449951, -0.13825777173042297, 0.027516860514879227, -0.24768729507923126, -0.6818656921386719, -0.8751936554908752, -0.7280234098434448, -0.38233691453933716, -0.0631602331995964, 0.21309025585651398, 0.342865914106369, 0.32378605008125305, 0.19683139026165009, 0.04826715216040611, -0.10485941171646118, -0.14277642965316772, 0.0679626613855362, 0.3279817998409271, 0.3495408594608307, 0.1576070636510849, -0.017715109512209892, -0.2289789468050003, -0.4866344928741455, -0.6117333769798279, -0.5358372330665588, -0.3555964231491089, -0.24037209153175354, -0.23247551918029785, -0.38304591178894043, -0.6134890913963318, -0.6949695348739624, -0.5876988172531128, -0.3214818835258484, 0.012248983606696129, 0.29717978835105896, 0.5278594493865967, 0.694140613079071, 0.8536306619644165, 0.9866923093795776, 1.186414122581482, 1.1034241914749146, 0.5118962526321411, 0.06829042732715607, 0.3004917502403259, 0.9491938352584839, 0.9747302532196045, 0.601940393447876, 0.3816675543785095, 0.22267155349254608, -0.09146969765424728, -0.47202253341674805, -0.5791606903076172, -0.6856129765510559, -0.7986630201339722, -0.6368107199668884, -0.2600706219673157, -0.07836120575666428, -0.4254572093486786, -0.8545528054237366, -0.9496980309486389, -0.6700511574745178, -0.27159538865089417, 0.00814002100378275, 0.2755467891693115, 0.45704853534698486, 0.43289944529533386, 0.3192308843135834, 0.16914837062358856, 0.09981954097747803, 0.05235951393842697, 0.1902630627155304, 0.4225405156612396, 0.3742223381996155, 0.11570995301008224, -0.13770270347595215, -0.25175195932388306, -0.4562678933143616, -0.6581319570541382, -0.6514288783073425, -0.5028083324432373, -0.43093451857566833, -0.500159502029419, -0.6151378750801086, -0.7136877775192261, -0.688378095626831, -0.4683086574077606, -0.12265796959400177, 0.1588573157787323, 0.3506590723991394, 0.5938686728477478, 0.8619973063468933, 1.117080807685852, 1.278109073638916, 1.487428903579712, 1.1738991737365723, 0.5112708806991577, 0.21325497329235077, 0.6104403138160706, 1.0810879468917847, 0.8144436478614807, 0.4806048274040222, 0.2925626337528229, 0.06433618813753128, -0.38955771923065186, -0.7704777717590332, -0.8448776006698608, -0.9799723625183105, -1.029909610748291, -0.7673255801200867, -0.37440305948257446, -0.31697845458984375, -0.734112560749054, -1.0357892513275146, -0.9531794786453247, -0.5900548696517944, -0.2615579068660736, 0.02443661354482174, 0.4200153946876526, 0.6454563736915588, 0.620333731174469, 0.38591888546943665, 0.2031308114528656, 0.19080036878585815, 0.26153019070625305, 0.4691309332847595, 0.4879744350910187, 0.3299122750759125, 0.10385743528604507, -0.02921910397708416, -0.23881487548351288, -0.6171504855155945, -0.8288987278938293, -0.7664437294006348, -0.5879965424537659, -0.5695098042488098, -0.6774532794952393, -0.7248532772064209, -0.6882509589195251, -0.4950951337814331, -0.2564285397529602, 0.0024062972515821457, 0.2890607714653015, 0.5694500803947449, 0.8462100625038147, 1.1508424282073975, 1.5243353843688965, 1.8957736492156982, 1.6377732753753662, 0.7641600966453552, 0.32037994265556335, 0.6605277061462402, 1.213141679763794, 0.9696336388587952, 0.5741735696792603, 0.43538397550582886, 0.21988177299499512, -0.2660108804702759, -0.7710309624671936, -0.9747649431228638, -1.1814311742782593, -1.3447736501693726, -1.0477285385131836, -0.5216681361198425, -0.36113595962524414, -0.799115777015686, -1.1710785627365112, -1.0852031707763672, -0.8187533020973206, -0.5562770962715149, -0.20794333517551422, 0.4037248492240906, 0.7884343266487122, 0.7698222994804382, 0.5282434821128845, 0.28111258149147034, 0.2359466701745987, 0.30370664596557617, 0.49633899331092834, 0.559532642364502, 0.4563436806201935, 0.3813273310661316, 0.26564499735832214, -0.007607206702232361, -0.4891427755355835, -0.7949860095977783, -0.8205662369728088, -0.7313288450241089, -0.6638839840888977, -0.6591871380805969, -0.6157510876655579, -0.6340639591217041, -0.5033282041549683, -0.2936698794364929, -0.07439353317022324, 0.205193430185318, 0.490714967250824, 0.8368663191795349, 1.2003612518310547, 1.609987735748291, 1.9960912466049194, 1.6029798984527588, 0.7096846699714661, 0.3227453827857971, 0.7567858695983887, 1.3051486015319824, 0.9130507707595825, 0.5334028601646423, 0.4145489037036896, 0.25694766640663147, -0.28135839104652405, -0.8257344365119934, -1.0763612985610962, -1.3389806747436523, -1.4189053773880005, -1.0132238864898682, -0.4874308705329895, -0.531008243560791, -1.0939692258834839, -1.324193000793457, -1.1100443601608276, -0.8763134479522705, -0.687126100063324, -0.22955405712127686, 0.4809916019439697, 0.7594325542449951, 0.7235710024833679, 0.5581881403923035, 0.23529979586601257, 0.07705186307430267, 0.23053018748760223, 0.6812238693237305, 0.7506436705589294, 0.51488196849823, 0.40246525406837463, 0.2387077510356903, -0.15592052042484283, -0.6993233561515808, -0.8907213807106018, -0.7784885764122009, -0.5727131962776184, -0.3987399935722351, -0.33527493476867676, -0.27852705121040344, -0.3409305810928345, -0.32209038734436035, -0.15532733500003815, 0.12762130796909332, 0.5392441749572754, 0.8882303237915039, 1.2321927547454834, 1.612408995628357, 1.630837082862854, 0.9188517928123474, 0.12523749470710754, 0.11950688809156418, 0.8579772114753723, 1.1569195985794067, 0.8591194152832031, 0.48510849475860596, 0.23341350257396698, -0.10757404565811157, -0.5931630730628967, -1.0026075839996338, -1.2684569358825684, -1.3861992359161377, -1.128151297569275, -0.610407292842865, -0.38603484630584717, -0.8203084468841553, -1.4110504388809204, -1.3702162504196167, -0.9645910859107971, -0.6702357530593872, -0.47795701026916504, 0.045077886432409286, 0.6133882999420166, 0.7823148965835571, 0.6570351123809814, 0.3210464417934418, 0.010637901723384857, 0.00805435050278902, 0.40980201959609985, 0.8143904805183411, 0.7605547904968262, 0.49056366086006165, 0.29597583413124084, 0.0087933000177145, -0.4381861984729767, -0.7541717290878296, -0.7525085806846619, -0.582287609577179, -0.4021344780921936, -0.1912740170955658, 0.02725938893854618, 0.012879586778581142, -0.16209805011749268, -0.15869446098804474, 0.11844965815544128, 0.5659818649291992, 0.9255861043930054, 1.2249881029129028, 1.5532195568084717, 1.474526047706604, 0.757860004901886, 0.0287018995732069, 0.0423097163438797, 0.6193832755088806, 0.8532347083091736, 0.6586488485336304, 0.5092552304267883, 0.31666427850723267, -0.13452740013599396, -0.6603000164031982, -1.0587347745895386, -1.3464757204055786, -1.4762248992919922, -1.1647642850875854, -0.6208561658859253, -0.47452831268310547, -0.7820821404457092, -1.055357813835144, -1.0948034524917603, -1.0753728151321411, -0.8600112199783325, -0.3308049738407135, 0.272585928440094, 0.6304947137832642, 0.7446572780609131, 0.7162976861000061, 0.4614222049713135, 0.1648884266614914, 0.10501637309789658, 0.28080329298973083, 0.4773861765861511, 0.5170096755027771, 0.4234364330768585, 0.21827341616153717, -0.1308927685022354, -0.609926164150238, -0.8404204249382019, -0.7186546921730042, -0.3985438644886017, -0.13931415975093842, 0.0845593810081482, 0.40974554419517517, 0.5101968050003052, 0.498286634683609, 0.5051792860031128, 0.623831033706665, 0.902577817440033, 1.1542445421218872, 1.4143986701965332, 1.256780743598938, 0.6624064445495605, 0.32466673851013184, 0.3487969934940338, 0.48285558819770813, 0.25569409132003784, -0.016567712649703026, -0.07288603484630585, -0.10367418080568314, -0.282358855009079, -0.5949900150299072, -1.009200930595398, -1.3521894216537476, -1.4955018758773804, -1.3039730787277222, -1.035548210144043, -0.9362415075302124, -0.9579172134399414, -0.7484562397003174, -0.4783512055873871, -0.5093243718147278, -0.5071952939033508, -0.27641037106513977, 0.14272469282150269, 0.39790764451026917, 0.4993293285369873, 0.588766872882843, 0.5374948978424072, 0.4189532995223999, 0.43128737807273865, 0.39148569107055664, 0.31784889101982117, 0.2079644352197647, 0.1868891417980194, 0.14891600608825684, -0.03968451917171478, -0.24877135455608368, -0.22128234803676605, -0.14477713406085968, -0.16780157387256622, -0.04540754854679108, 0.21012835204601288, 0.5854273438453674, 0.7054073214530945, 0.7853593230247498, 1.0318496227264404, 1.1533515453338623, 1.0470815896987915, 0.5861098766326904, 0.23841512203216553, 0.22335274517536163, 0.29191234707832336, 0.4421827495098114, 0.45155617594718933, 0.2986132502555847, -0.0007517713238485157, -0.32907652854919434, -0.6316585540771484, -0.9922600388526917, -1.251405954360962, -1.3061765432357788, -1.244559407234192, -1.1108647584915161, -0.9438377618789673, -0.7978695034980774, -0.8286091089248657, -0.8156625032424927, -0.6810244917869568, -0.5471539497375488, -0.3627539873123169, -0.03269759193062782, 0.3814333975315094, 0.5927280783653259, 0.5296837091445923, 0.3285815417766571, 0.15653720498085022, 0.08628984540700912, 0.1295592039823532, 0.2988870441913605, 0.4091675877571106, 0.44827014207839966, 0.4539734721183777, 0.3359578251838684, 0.14671127498149872, -0.010368341580033302, -0.05326282978057861, 0.07758918404579163, 0.3139475882053375, 0.5449943542480469, 0.7592905163764954, 0.8950405120849609, 0.8841869235038757, 0.6905152797698975, 0.6415509581565857, 0.4993041157722473, 0.07316143065690994, -0.06247314438223839, 0.26575493812561035, 0.6390509605407715, 0.4561019539833069, 0.15709778666496277, 0.030368834733963013, -0.3405895531177521, -0.9265777468681335, -1.125981330871582, -0.9728381037712097, -0.9288279414176941, -1.0002355575561523, -0.8029716610908508, -0.5815490484237671, -0.7352081537246704, -1.0399751663208008, -1.0231785774230957, -0.7596414089202881, -0.5875138640403748, -0.27087196707725525, 0.09251616150140762, 0.3441815674304962, 0.44361066818237305, 0.3763519525527954, 0.16411995887756348, -0.1563108265399933, -0.3244709074497223, -0.0801163762807846, 0.2621587812900543, 0.46188151836395264, 0.47022491693496704, 0.44342321157455444, 0.42242133617401123, 0.24037371575832367, 0.07433793693780899, 0.14932896196842194, 0.420226514339447, 0.7197747826576233, 0.9055005311965942, 1.001182198524475, 1.006911277770996, 0.8361671566963196, 0.7821470499038696, 0.9920515418052673, 0.8201647400856018, 0.19765272736549377, -0.059801068156957626, 0.27261659502983093, 0.45805710554122925, 0.0681828185915947, -0.3984510898590088, -0.6308000087738037, -0.6437882781028748, -0.5005456209182739, -0.5240409970283508, -0.837020754814148, -1.052541971206665, -0.9550464749336243, -0.8316524028778076, -0.9546710848808289, -0.9389816522598267, -0.709140419960022, -0.4082302749156952, -0.35249167680740356, -0.43124309182167053, -0.39550507068634033, -0.26441434025764465, -0.12731653451919556, -0.10530655086040497, -0.11090739816427231, -0.037607964128255844, 0.06778470426797867, 0.04528282955288887, -0.030755184590816498, -0.01793505810201168, -0.006987861357629299, 0.08463308215141296, 0.26775726675987244, 0.37055546045303345, 0.47400012612342834, 0.5777597427368164, 0.6033863425254822, 0.5899510979652405, 0.5774540901184082, 0.5709357857704163, 0.5909963250160217, 0.6845765113830566, 0.6554819941520691, 0.8210728764533997, 1.149275779724121, 1.0696148872375488, 0.43237540125846863, -0.10631866008043289, -0.003117810469120741, 0.15814271569252014, -0.03505835682153702, -0.18797999620437622, -0.32782474160194397, -0.5201182961463928, -0.4489104449748993, -0.21554702520370483, -0.4617389440536499, -0.9340237379074097, -0.9285441040992737, -0.7056468725204468, -0.6460645794868469, -0.5925657749176025, -0.425213485956192, -0.28879514336586, -0.29195424914360046, -0.3274722397327423, -0.45239248871803284, -0.598234236240387, -0.5018402934074402, -0.23668640851974487, -0.042073898017406464, -0.15360628068447113, -0.19476830959320068, -0.12980210781097412, -0.13694192469120026, -0.18617205321788788, -0.2099228948354721, -0.1505926549434662, 0.014941763132810593, 0.18073710799217224, 0.3844490051269531, 0.5348937511444092, 0.45779961347579956, 0.38621389865875244, 0.29328203201293945, 0.32176512479782104, 0.26279908418655396, 0.33485424518585205, 0.5124102234840393, 0.49806857109069824, 0.5904157757759094, 0.7689627408981323, 0.8579999804496765, 0.7383819222450256, 0.38975095748901367, 0.26388049125671387, 0.30447137355804443, 0.2149243950843811, 0.051432330161333084, 0.16929557919502258, 0.3426588177680969, 0.17642885446548462, -0.007727580610662699, -0.1163133829832077, -0.3544907569885254, -0.5449925065040588, -0.6160461902618408, -0.554131805896759, -0.5175898671150208, -0.44402116537094116, -0.41443392634391785, -0.4716953635215759, -0.5079746842384338, -0.6581210494041443, -0.6863837838172913, -0.6979392766952515, -0.6090030074119568, -0.3817947208881378, -0.22613905370235443, -0.2081345021724701, -0.287837415933609, -0.326580673456192, -0.2424292266368866, -0.14168260991573334, -0.2014257311820984, -0.11145028471946716, 0.24689774215221405, 0.3320958614349365, 0.2524537742137909, 0.2656140923500061, 0.08081620186567307, 0.05492522567510605, 0.10004832595586777, 0.09533878415822983, 0.3418697118759155, 0.28707724809646606, 0.26293784379959106, 0.3142017126083374, 0.3769882023334503, 0.3182448446750641, 0.38236719369888306, 0.5822505354881287, 0.7458588480949402, 0.9509996771812439, 0.9638845324516296, 0.5815393924713135, 0.4656192660331726, 0.5690001249313354, 0.411665141582489, 0.2696048617362976, 0.3113965690135956, 0.325174480676651, 0.19529840350151062, 0.09929582476615906, -0.0938638374209404, -0.335153192281723, -0.5455153584480286, -0.7597417235374451, -0.6970202326774597, -0.6046513915061951, -0.5626364946365356, -0.623409628868103, -0.6798391938209534, -0.6905975937843323, -0.6951305866241455, -0.6886993050575256, -0.5716156363487244, -0.48197686672210693, -0.4115399718284607, -0.21767553687095642, -0.09499216079711914, -0.14573580026626587, -0.14223931729793549, -0.07454655319452286, -0.08713912963867188, -0.10917118191719055, 0.06446345895528793, 0.11958401650190353, 0.11063798516988754, 0.07742869108915329, 0.15321439504623413, 0.17782168090343475, 0.033178504556417465, -0.04297559708356857, 0.1803436428308487, 0.1980227679014206, 0.15515215694904327, 0.1628863364458084, 0.10717269033193588, 0.04301992431282997, 0.06986472010612488, 0.2011251002550125, 0.31133466958999634, 0.41952529549598694, 0.5381808280944824, 0.7242637872695923, 0.7622601389884949, 0.590631365776062, 0.38648223876953125, 0.3583311140537262, 0.3926703631877899, 0.2808566093444824, 0.33891284465789795, 0.4665314555168152, 0.29182279109954834, 0.09032994508743286, -0.004713249392807484, -0.18689969182014465, -0.4274960458278656, -0.5719045400619507, -0.6064845323562622, -0.5179064273834229, -0.41278761625289917, -0.4497827887535095, -0.6174483895301819, -0.5887242555618286, -0.5751623511314392, -0.656964898109436, -0.5370311141014099, -0.34529778361320496, -0.2864542603492737, -0.20443573594093323, 0.008092363364994526, -0.02687239646911621, -0.10072305053472519, -0.007661454379558563, 0.03311381861567497, -0.10431569814682007, -0.07443246245384216, 0.19451524317264557, 0.007683586794883013, 0.19388915598392487, 0.19296398758888245, -0.06560659408569336, 0.21210134029388428, 0.09702168405056, -0.2755676209926605, -0.051852475851774216, 0.10911489278078079, -0.18653330206871033, -0.15420754253864288, 0.22942176461219788, -0.16468629240989685, -0.19008776545524597, 0.10355104506015778, -0.030996644869446754, -0.10324643552303314, 0.226374089717865, 0.37049058079719543, 0.2276032567024231, 0.5008059144020081, 0.540177047252655, 0.5186684727668762, 0.37274369597435, 0.22758188843727112, 0.2546235918998718, 0.43356549739837646, 0.29069316387176514, 0.20246541500091553, 0.07873981446027756, 0.2234315723180771, -0.002304478082805872, -0.20256702601909637, -0.12006086856126785, -0.12448004633188248, -0.304144948720932, -0.14172464609146118, -0.0203382670879364, -0.2243947982788086, -0.12539967894554138, -0.17886482179164886, -0.28461819887161255, -0.20101282000541687, -0.271001935005188, -0.16723670065402985, -0.049414753913879395, -0.010359878651797771, 0.15555328130722046, 0.10036414116621017, -0.043056029826402664, -0.08037988841533661, -0.12724855542182922, -0.15046539902687073, -0.013867666944861412, 0.025221731513738632, 0.024613717570900917, -0.07054519653320312, 0.015163889154791832, -0.2334420382976532, -0.2706816792488098, -0.3485802710056305, -0.2505228519439697, -0.023011505603790283, 0.0054439036175608635, -0.3431952893733978, 0.05563746392726898, -0.0724891647696495, -0.32200562953948975, -0.527137279510498, -0.07117996364831924, -0.16688776016235352, -0.151997372508049, -0.020473646000027657, -0.1384044885635376, 0.1861203908920288, -0.16623598337173462, -0.00035369143006391823, 0.03644517436623573, -0.018390994518995285, 0.1882207691669464, 0.2850550413131714, 0.3676789104938507, 0.48381608724594116, 0.2128138691186905, 0.3042839467525482, 0.36635249853134155, 0.24181896448135376, 0.2148657888174057, 0.43921852111816406, 0.22666701674461365, 0.48101261258125305, 0.3839394450187683, 0.1423456072807312, 0.24888071417808533, 0.20423540472984314, 0.055609557777643204, 0.20472352206707, 0.21157117187976837, 0.2047867774963379, 0.0869680866599083, 0.24672217667102814, 0.12147455662488937, -0.1321452558040619, 0.012533373199403286, -0.1564147174358368, -0.14537033438682556, -0.0379500687122345, 0.018196607008576393, -0.09033474326133728, -0.1377071887254715, -0.09955793619155884, -0.3080572485923767, -0.2092747837305069, -0.34430256485939026, -0.2591088116168976, -0.20135033130645752, -0.34198108315467834, -0.009502433240413666, -0.31601738929748535, -0.46192893385887146, -0.4012538194656372, -0.3740122616291046, -0.6300213932991028, -0.18866224586963654, -0.3105442225933075, -0.3709059953689575, -0.2802696228027344, -0.24184051156044006, -0.21358422935009003, -0.6739950180053711, -0.1509748250246048, -0.06565802544355392, -0.3663399815559387, 0.0728558897972107, 0.03891061618924141, -0.11814603954553604, 0.1496092528104782, 0.09288983792066574, 0.1862850785255432, 0.023807140067219734, 0.2558538615703583, 0.26559099555015564, 0.3749830424785614, 0.584656298160553, 0.09698329865932465, 0.40604713559150696, 0.5009031295776367, 0.294609010219574, 0.3291206359863281, 0.5259712934494019, 0.38099297881126404, 0.18969188630580902, 0.5514249205589294, 0.43105798959732056, 0.13996168971061707, 0.36920955777168274, 0.26083311438560486, 0.11659254878759384, 0.2609773576259613, 0.3942036032676697, 0.00790538638830185, 0.021161945536732674, 0.4032590091228485, -0.029078029096126556, -0.14163489639759064, 0.33735328912734985, -0.15001843869686127, -0.17016592621803284, 0.00793556310236454, 0.03387996554374695, -0.44009649753570557, -0.3057781755924225, -0.019070854410529137, -0.4772942364215851, -0.4946386218070984, -0.2152891457080841, -0.5969525575637817, -0.5222741961479187, -0.2347813993692398, -0.5791268348693848, -0.6337177157402039, -0.09412660449743271, -0.6336162686347961, -0.427127867937088, -0.12573888897895813, -0.49838098883628845, -0.12898899614810944, -0.41857612133026123, -0.1327691376209259, 0.15628620982170105, -0.29637497663497925, -0.041513919830322266, 0.025178147479891777, 0.13800999522209167, 0.10354143381118774, -0.4083033800125122, 0.5893345475196838, 0.11769987642765045, -0.2536391317844391, 0.3641263544559479, 0.232810378074646, -0.1384514421224594, 0.195711150765419, 0.12703043222427368, 0.28241437673568726, -0.12591536343097687, 0.43826577067375183, 0.0726538822054863, 0.30149465799331665, 0.22633036971092224, -0.04656064882874489, 0.4832385182380676, 0.28231650590896606, -0.1928267478942871, 0.540113091468811, 0.19082465767860413, 0.11888734251260757, 0.10254918783903122, 0.21651090681552887, -0.071624755859375, 0.1996469795703888, 0.20528872311115265, -0.1997423768043518, 0.2077832967042923, 0.08395285159349442, -0.33146241307258606, 0.1803494393825531, -0.07577677071094513, -0.24293875694274902, -0.19530199468135834, 0.376188188791275, -0.1296914964914322, -0.21355675160884857, 0.4249080419540405, -0.17997851967811584, -0.28457948565483093, 0.27129805088043213, -0.12229077517986298, -0.005010390654206276, 0.18084591627120972, -0.3822561204433441, 0.2861422598361969, 0.12060051411390305, 0.24217183887958527, -0.1717456579208374, 0.07509903609752655, 0.17357882857322693, -0.24825675785541534, 0.0015085048507899046, 0.2533576190471649, -0.3886849284172058, 0.014289247803390026, 0.06429237127304077, -0.3085000216960907, -0.10168275237083435, -0.3641284704208374, 0.08695517480373383, -0.14048326015472412, -0.26411640644073486, -0.057785514742136, 0.09132608026266098, -0.20055370032787323, -0.0004212342028040439, 0.14552423357963562, -0.340488463640213, -0.10094012320041656, 0.04998636618256569, -0.31581589579582214, -0.16866238415241241, 0.2308230996131897, -0.47210171818733215, -0.006667211186140776, -0.022253768518567085, -0.3195316195487976, -0.07518322020769119, -0.008247806690633297, -0.06122418865561485, -0.3925611674785614, 0.1600634604692459, 0.124171681702137, -0.16607533395290375, -0.132503479719162, 0.3155452311038971, 0.11553259193897247, 0.00018899369752034545, 0.01998869702219963, 0.3578124940395355, 0.23251914978027344, 0.1286545991897583, 0.09599880129098892, 0.48426488041877747, 0.1888330578804016, 0.19174961745738983, 0.1742977797985077, 0.33207395672798157, 0.1045261025428772, 0.03781896457076073, 0.418592631816864, 0.1215922087430954, 0.01857413724064827, 0.2577887177467346, 0.11156570166349411, 0.03311857581138611, 0.025969373062253, 0.12365208566188812, -0.12948982417583466, -0.09132798761129379, -0.007318880874663591, 0.13308018445968628, -0.2668406367301941, -0.11457926034927368, -0.0016053547151386738, -0.24662567675113678, -0.03209715336561203, -0.12968093156814575, -0.20880864560604095, 0.03501097112894058, -0.1122509017586708, -0.2870561480522156, -0.12433081865310669, -0.2491641491651535, 0.020080436021089554, -0.07865439355373383, -0.4533451497554779, -0.002285921713337302, -0.1406061351299286, -0.41607794165611267, 0.10688305646181107, -0.43860161304473877, -0.2671213746070862, 0.2954592704772949, -0.25947925448417664, -0.3237457871437073, 0.14814183115959167, -0.03382599726319313, -0.04760722443461418, -0.22275134921073914, 0.4159706234931946, -0.008850053884088993, -0.33252137899398804, 0.33287203311920166, 0.15315498411655426, 0.15035821497440338, -0.20326445996761322, 0.14924971759319305, 0.6625365018844604, -0.34490498900413513, 0.03061435930430889, 0.48330947756767273, 0.10887424647808075, -0.1687530130147934, 0.3185827434062958, 0.2992165684700012, -0.08024587482213974, 0.0749954804778099, 0.08290088921785355, 0.2913544476032257, -0.016254659742116928, 0.09924861043691635, -0.0759405791759491, 0.2066137045621872, 0.028903445228934288, 0.04469578340649605, -0.004357106983661652, 0.025101663544774055, -0.22282788157463074, 0.2469082921743393, -0.1424597054719925, 0.040236759930849075, 0.06793935596942902, -0.0701788142323494, 0.055821917951107025, -0.13458655774593353, -0.1018892452120781, 0.14703448116779327, -0.16009986400604248, 0.07371107488870621, -0.42678117752075195, 0.27217715978622437, -0.09735534340143204, -0.1015203595161438, -0.46759167313575745, 0.32055801153182983, 0.046668075025081635, -0.44678494334220886, 0.04032199829816818, 0.35226544737815857, -0.44797641038894653, -0.06764737516641617, 0.2729625105857849, -0.1740989089012146, -0.20078204572200775, 0.12188085913658142, 0.05302142724394798, -0.1477055847644806, -0.044582299888134, -0.025620901957154274, 0.16632062196731567, -0.18337081372737885, -0.055022936314344406, 0.014646569266915321, 0.046397577971220016, -0.2181490808725357, 0.2554948627948761, -0.31187522411346436, 0.2569199800491333, 0.06522733718156815, -0.07874401658773422, -0.24547401070594788, 0.23770557343959808, 0.0934266746044159, -0.3358220160007477, 0.21571943163871765, 0.15598830580711365, -0.29434916377067566, 0.13474710285663605, 0.41225510835647583, -0.4386855363845825, 0.11076239496469498, 0.4203677475452423, -0.2698095440864563, 0.03138843551278114, 0.35360005497932434, -0.08524257689714432, -0.027950452640652657, 0.08724649995565414, 0.055795881897211075, 0.15714949369430542, -0.2890170216560364, 0.3306199312210083, 0.09301429241895676, -0.13217800855636597, 0.23487412929534912, -0.1643649786710739, 0.18912699818611145, 0.26701509952545166, -0.43367037177085876, 0.337429940700531, 0.013489806093275547, -0.09247589111328125, 0.19040843844413757, -0.20405247807502747, 0.08789855986833572, 0.0672530010342598, -0.05209587514400482, 0.047525111585855484, -0.12655599415302277, 0.22914789617061615, -0.24788396060466766, 0.0021471099462360144, -0.043359577655792236, 0.046845901757478714, -0.21764706075191498, 0.064487025141716, 0.06873936206102371, -0.3560020327568054, 0.011072448454797268, 0.07009507715702057, -0.2889420688152313, -0.09172146767377853, -0.010571121238172054, -0.073060542345047, -0.1594391167163849, -0.08333253115415573, -0.06399248540401459, -0.08135966956615448, -0.05461869761347771, -0.03393536061048508, -0.0010788501240313053, -0.23730555176734924, 0.22423599660396576, 0.19439923763275146, -0.3466976284980774, 0.07444840669631958, 0.35094311833381653, -0.14082959294319153, -0.02431195043027401, 0.3677201569080353, 0.02207956276834011, -0.10341353714466095, 0.4359598159790039, -0.09957411140203476, 0.07510432600975037, 0.23046377301216125, 0.010272073559463024, 0.028110850602388382, 0.4469161927700043, -0.082914337515831, 0.10656087845563889, 0.20239119231700897, -0.005516932345926762, 0.19860593974590302, 0.10794560611248016, -0.09273330867290497, 0.2039785087108612, 0.34548065066337585, -0.27894723415374756, 0.21474401652812958, -0.13072381913661957, 0.24735033512115479, -0.08591709285974503, 0.007929769344627857, -0.29400837421417236, 0.47077202796936035, -0.01403699442744255, -0.5401001572608948, 0.3664611577987671, -0.11632272601127625, -0.4169690012931824, 0.09044896811246872, -0.012435156852006912, -0.21437811851501465, 0.11088091880083084, -0.3947104513645172, -0.2826749086380005, 0.25114330649375916, -0.20469485223293304, -0.45532315969467163, 0.20113606750965118, -0.051279015839099884, -0.47399935126304626, 0.31411170959472656, -0.2671040892601013, -0.11735539883375168, 0.014013619162142277, -0.3480518162250519, 0.24885667860507965, 0.341708242893219, -0.8198104500770569, 0.2130419760942459, 0.5653111934661865, -0.44104722142219543, -0.04768499359488487, 0.19277949631214142, 0.10061965882778168, 0.055191632360219955, 0.15912368893623352, -0.16595329344272614, 0.2564130425453186, 0.26476919651031494, -0.4503744840621948, 0.3626311123371124, 0.6434729099273682, -0.5127518177032471, 0.048936616629362106, 0.5161821842193604, -0.12530244886875153, 0.043918631970882416, -0.04805101454257965, 0.3945450484752655, 0.012002062052488327, -0.11202032119035721, 0.06201562657952309, 0.3309021592140198, -0.04941096156835556, -0.4626701772212982, 0.66194748878479, -0.08338797092437744, -0.19572420418262482, 0.08560434728860855, 0.25984668731689453, -0.08725781738758087, -0.09613814204931259, 0.10822416841983795, -0.16008859872817993, 0.10648512840270996, -0.04599568247795105, -0.16347536444664001, 0.04987407103180885, 0.04681358113884926, -0.2776450216770172, 0.02445962280035019, 0.04719017818570137, -0.22697123885154724, -0.13990743458271027, 0.21123866736888885, -0.19222617149353027, -0.06897034496068954, -0.03292930871248245, -0.21771694719791412, 0.10398375242948532, -0.23597940802574158, 0.17044249176979065, -0.11508817225694656, -0.22769983112812042, 0.3383435308933258, -0.3661867380142212, 0.1343710571527481, 0.04297592490911484, -0.12373737245798111, -0.0958244577050209, 0.328831285238266, 0.00925803929567337, -0.3465765118598938, 0.17054471373558044, 0.2717284858226776, -0.37043821811676025, 0.16474616527557373, 0.15026502311229706, -0.04323505237698555, -0.07996733486652374, 0.006721466314047575, 0.05793778598308563, -0.022046323865652084, 0.13016048073768616, -0.1200365200638771, 0.09923243522644043, 0.08891095966100693, -0.1133156344294548, -0.08755461126565933, 0.32078051567077637, -0.12961198389530182, -0.13432681560516357, 0.23888976871967316, 0.062194645404815674, -0.04266345873475075, 0.056734848767519, -0.09792506694793701, 0.24494130909442902, -0.13760431110858917, -0.035293880850076675, 0.21008218824863434, -0.0648549348115921, 0.1826239377260208, -0.19271038472652435, 0.06616725027561188, 0.18566548824310303, -0.025351714342832565, -0.031882330775260925, 0.03480488061904907, 0.052460502833127975, 0.12884308397769928, -0.03663162887096405, -0.08387067914009094, 0.02033977024257183, 0.1464192420244217, -0.18820694088935852, 0.1999383270740509, -0.0978364571928978, -0.13754816353321075, 0.33746394515037537, -0.20131781697273254, -0.10232460498809814, 0.005316725932061672, -0.026605773717164993, 0.012550124898552895, -0.10963090509176254, 0.10606040060520172, -0.1386173963546753, -0.04975103586912155, 0.012118815444409847, -0.14279595017433167, -0.1302526891231537, 0.1507120281457901, -0.11510802060365677, -0.04452649876475334, -0.038550738245248795, -0.1002684012055397, -0.08873888105154037, 0.057397812604904175, -0.2062038630247116, -0.0509960874915123, 0.061240557581186295, -0.06511984765529633, -0.18558982014656067, 0.20124976336956024, -0.0676640197634697, -0.25671371817588806, 0.19766093790531158, -0.05196033790707588, -0.1565796285867691, 0.19668680429458618, 0.032837118953466415, -0.1095329150557518, 0.18314754962921143, -0.017828280106186867, -0.089525505900383, 0.2728722095489502, 0.06718488037586212, -0.19159215688705444, 0.3159356117248535, 0.04506900534033775, -0.005273178685456514, 0.2101595252752304, -0.1313103884458542, 0.12026768922805786, 0.17692488431930542, -0.023859402164816856, 0.07052885740995407, -0.014866217039525509, 0.09116324037313461, 0.1062077060341835, -0.13225597143173218, 0.23521792888641357, -0.08589864522218704, -0.13983774185180664, 0.32533636689186096, -0.18845878541469574, -0.012434253469109535, 0.06546219438314438, -0.03021385706961155, -0.02564910054206848, -0.025822769850492477, -0.13895325362682343, -0.2592657208442688, 0.2553132176399231, -0.16513201594352722, -0.27569130063056946, 0.22832362353801727, 0.05316917598247528, -0.38607141375541687, -0.1653221994638443, 0.37946075201034546, -0.33739185333251953, -0.13953441381454468, -0.07203148305416107, -0.14940445125102997, 0.1958329826593399, -0.15360641479492188, -0.22334089875221252, 0.28947728872299194, -0.08059822022914886, -0.21849480271339417, -0.009232557378709316, -0.06834381818771362, -0.055089712142944336, 0.06390927731990814, 0.16401469707489014, -0.0725051760673523, -0.019795609638094902, 0.11145185679197311, 0.11057776212692261, -0.1495249718427658, 0.12400184571743011, 0.22189563512802124, -0.272099107503891, 0.2558698058128357, 0.15192298591136932, -0.1676463484764099, -0.015612705610692501, 0.2047898918390274, 0.13778741657733917, -0.3274385631084442, 0.22539886832237244, 0.2575019299983978, -0.12870846688747406, -0.12968815863132477, 0.33417245745658875, -0.1776203215122223, -0.01961878314614296, 0.12868718802928925, 0.09306199848651886, -0.19501863420009613, 0.328428715467453, -0.21894924342632294, 0.16611097753047943, -0.003719615750014782, -0.05190625414252281, 0.05070620775222778, 0.009559737518429756, 0.21888768672943115, -0.4556306302547455, 0.3850367069244385, 0.035648543387651443, -0.3352574408054352, 0.08908500522375107, 0.18550454080104828, -0.2347142994403839, 0.12826935946941376, 0.13052773475646973, -0.12275885045528412, -0.21839900314807892, 0.22856967151165009, -0.20045265555381775, 0.07184173166751862, 0.1433887630701065, -0.3200906813144684, 0.17106951773166656, 0.08410495519638062, -0.10431976616382599, -0.18449880182743073, -0.006552944891154766, 0.05689414218068123, -0.10574937611818314, 0.07763662189245224, 0.009579897858202457, -0.2822413444519043, 0.10559264570474625, 0.10187099128961563, -0.08606696128845215, -0.28475871682167053, 0.006764689926058054, 0.2716008722782135, -0.22694113850593567, -0.08439136296510696, 0.23992721736431122, -0.10696987807750702, -0.029943792149424553, 0.021037569269537926, 0.12856534123420715, -0.12015020847320557, 0.19531919062137604, -0.1949426680803299, 0.20274803042411804, 0.03380320221185684, -0.15684425830841064, 0.029841063544154167, 0.1534373015165329, -0.10374979674816132, -0.0547749400138855, 0.14233553409576416, 0.007869817316532135, 0.047337066382169724, -0.1558864861726761, 0.02085980772972107, 0.2480672001838684, 0.10005879402160645, -0.4583186209201813, 0.5526423454284668, -0.014896640554070473, -0.4357338845729828, 0.16851305961608887, -0.31767356395721436, 0.07363723963499069, -0.26253682374954224, -0.09981223940849304, 0.27204185724258423, 0.0694143995642662, -0.28603675961494446, -0.038195475935935974, 0.161483496427536, 0.025064758956432343, -0.21349063515663147, 0.3188636898994446, 0.1233401671051979, -0.25951483845710754, 0.10093248635530472, 0.023911098018288612, -0.1591426432132721, -0.16009537875652313, 0.1808764487504959, -0.028135156258940697, 0.08359058946371078, -0.21651208400726318, -0.045104723423719406, 0.0664764866232872, -0.08769769221544266, -0.3244765102863312, -0.05604634806513786, 0.17976397275924683, -0.1718817800283432, -0.2810322046279907, 0.10201308131217957, -0.08871623873710632, -0.26060283184051514, 0.09386042505502701, -0.05570454150438309, -0.13436979055404663, 0.2797177731990814, 0.018013760447502136, -0.10638881474733353, 0.039639879018068314, 0.020061694085597992, 0.16464775800704956, -0.04781459644436836, -0.05854150280356407, 0.2429477572441101, 0.20430120825767517, -0.11862293630838394, -0.04050222039222717, 0.13935381174087524, 0.054631609469652176, -0.13830354809761047, 0.08890137076377869, 0.10650882869958878, 0.15272152423858643, -0.0903971716761589, -0.019162993878126144, 0.07855047285556793, 0.051874540746212006, -0.16548067331314087, 0.07223915308713913, 0.2979092597961426, -0.16562607884407043, -0.09521942585706711, 0.25172969698905945, 0.06986446678638458, -0.118567556142807, -0.1635173261165619, 0.14272892475128174, 0.3268182575702667, -0.44307857751846313, -0.0562758706510067, 0.3524846136569977, 0.1420973241329193, -0.1709885597229004, -0.30585524439811707, 0.29613733291625977, 0.0006905426271259785, -0.21634076535701752, -0.07569489628076553, 0.07879167795181274, 0.006089468020945787, -0.1774653196334839, 0.03593498095870018, -0.1289253830909729, -0.07259871065616608, -0.0996914952993393, 0.08995869010686874, -0.2410443127155304, 0.12294522672891617, -0.012837213464081287, -0.2507907450199127, 0.06390087306499481, 0.005877010524272919, -0.17962148785591125, 0.05659887194633484, -0.05056030675768852, -0.12970489263534546, 0.18853513896465302, -0.13505037128925323, 0.04903802648186684, -0.051131054759025574, 0.0663495734333992, -0.14503523707389832, -0.024824902415275574, 0.2944835424423218, -0.19874612987041473, -0.19978336989879608, 0.18196630477905273, 0.18669766187667847, -0.21469971537590027, -0.0005524939042516053, 0.1154455915093422, 0.04596588388085365, -0.16645854711532593, -0.05942687764763832, 0.09648523479700089, 0.06647810339927673, -0.05588856711983681, -0.0014795439783483744, 0.16868171095848083, -0.1151987761259079, -0.1748916655778885, 0.03256727010011673, -0.0013485209783539176, 0.12515202164649963, 0.004155551549047232, 0.07807687669992447, 0.0451686792075634, 0.1609615981578827, 0.0074517568573355675, -0.05597136169672012, 0.04018405079841614, 0.1307418942451477, -0.04274493455886841, -0.09271194785833359, -0.055050645023584366, 0.008332015946507454, -0.24890434741973877, -0.07860052585601807, 0.0955989733338356, -0.1801559180021286, -0.059372466057538986, 0.10139911621809006, -0.0018997719744220376, 0.0029371476266533136, 0.04330020770430565, -0.12461767345666885, 0.08729001134634018, -0.0606260783970356, -0.06594256311655045, 0.13557662069797516, 0.07971343398094177, -0.2891281545162201, 0.09522536396980286, 0.14827316999435425, -0.12180788815021515, 0.11418823897838593, 0.08059711754322052, -0.17076024413108826, 0.11877821385860443, -0.028135066851973534, -0.07346180826425552, 0.14918401837348938, -0.18970243632793427, -0.0722493976354599, 0.25466853380203247, -0.048634808510541916, -0.20449583232402802, 0.0521564707159996, 0.12248656153678894, -0.09365688264369965, -0.05974530428647995, 0.16179943084716797, -0.04672171175479889, -0.017723768949508667, -0.04364120587706566, 0.177377849817276, 0.07604854553937912, -0.15075890719890594, 0.0681845173239708, 0.20373016595840454, -0.13382431864738464, -0.08326299488544464, 0.24557183682918549, 0.06339291483163834, -0.09581821411848068, 0.01524843368679285, 0.1814834475517273, 0.08622618019580841, -0.06461425125598907, -0.08159664273262024, 0.2228679060935974, 0.04996328055858612, -0.06355755776166916, -0.013578255660831928, 0.14492513239383698, 0.03835688903927803, -0.16134297847747803, 0.18031318485736847, 0.03153793141245842, -0.15845151245594025, 0.07336793094873428, 0.018343772739171982, 0.00474392669275403, 0.006167844403535128, 0.0028391664382070303, 0.040068309754133224, -0.00033513252856209874, -0.07663599401712418, -0.05993294343352318, 0.04414617270231247, 0.08040675520896912, 0.0037594586610794067, -0.16044881939888, 0.17432932555675507, 0.06353971362113953, -0.18399710953235626, 0.012548440136015415, 0.012379382736980915, -0.08570745587348938, -0.06639301031827927, 0.08007270097732544, 0.007219620514661074, -0.011560272425413132, 0.055892977863550186, -0.11969907581806183, 0.028158793225884438, 0.18805578351020813, -0.07529205083847046, -0.0827408879995346, 0.201382115483284, -0.0208221897482872, -0.12730570137500763, 0.16722804307937622, 0.03235718980431557, -0.10277413576841354, 0.15855182707309723, 0.025951869785785675, -0.03579089418053627, 0.11794683337211609, -0.003941972739994526, -0.10573552548885345, 0.11804068833589554, 0.11700085550546646, -0.03506870195269585, 0.04036262258887291, 0.1283016800880432, -0.11149982362985611, -0.011173832230269909, 0.07835277915000916, 0.0016929261619225144, 0.041666507720947266, 0.04077157750725746, 0.06505797803401947, 0.05891313776373863, 0.014754191040992737, -0.11048690229654312, -0.006907911505550146, 0.04697258025407791, 0.020808866247534752, -0.005562372040003538, -0.05589911714196205, 0.05584664270281792, 0.010951458476483822, -0.09308448433876038, 0.042375218123197556, -0.07667689025402069, -0.07639222592115402, -0.0342283695936203, -0.007825501263141632, 0.02528148889541626, -0.03968174383044243, -0.006958148442208767, -0.13122397661209106, 0.08774235099554062, -0.01943865418434143, -0.14367729425430298, -0.009527331218123436, 0.026895897462964058, -0.034111835062503815, 0.026267467066645622, -0.06800670176744461, 0.01649264432489872, 0.008999897167086601, -0.11675296723842621, 0.0063692741096019745, 0.11180909723043442, -0.16847042739391327, -0.060447193682193756, 0.19757242500782013, 0.08360633999109268, 0.01629406027495861, -0.020120322704315186, -0.003792577190324664, 0.07084048539400101, 0.1203480064868927, -0.009237511083483696, 0.04096721485257149, 0.18337993323802948, 0.026489436626434326, 0.008350911550223827, 0.1307535022497177, 0.04834328964352608, 0.05883083492517471, 0.13977870345115662, 0.12869992852210999, 0.12794749438762665, 0.11130931973457336, 0.16973954439163208, 0.049313534051179886, 0.139064759016037, 0.24913477897644043, 0.1686497926712036, 0.1657949835062027, 0.11679121106863022, 0.12617573142051697, 0.09695371985435486, 0.0035548731684684753, -0.019402192905545235, -0.07249481976032257, -0.04016248136758804, -0.15310849249362946, -0.26548242568969727, -0.27794554829597473, -0.31472069025039673, -0.38741445541381836, -0.3692109286785126, -0.393384724855423, -0.3796803951263428, -0.35635605454444885, -0.3579145073890686, -0.3694727122783661, -0.37230151891708374, -0.39236214756965637, -0.35893046855926514, -0.22582417726516724, -0.29777270555496216, -0.2827936112880707, -0.17299523949623108, -0.21642225980758667, -0.1878601312637329, -0.1606053113937378, -0.053602274507284164, 0.04180908203125, 0.05574999377131462, 0.18610039353370667, 0.19497695565223694, 0.21295003592967987, 0.5005651712417603, 0.5329856872558594, 0.4205577075481415, 0.5948131084442139, 0.6087454557418823, 0.5321054458618164, 0.6969504356384277, 0.8621233701705933, 1.0131093263626099, 1.219211220741272, 0.9975787401199341, 0.4238858222961426, 0.10663475096225739, 0.12324433773756027, 0.16588033735752106, 0.1961524337530136, 0.15320013463497162, -0.0005254499264992774, -0.09927111119031906, -0.3777781128883362, -0.7008103728294373, -0.8326615691184998, -0.8728009462356567, -1.0140620470046997, -0.8609197735786438, -0.5633572340011597, -0.4466356337070465, -0.47527068853378296, -0.6229639649391174, -0.8618285655975342, -0.8618903756141663, -0.6125059127807617, -0.3548697829246521, -0.11313609778881073, 0.007242351770401001, 0.07515313476324081, 0.0014960303669795394, -0.09954500198364258, -0.25222715735435486, -0.3369440734386444, -0.14436696469783783, 0.020636651664972305, 0.12459958344697952, 0.14901526272296906, 0.02630721963942051, -0.13594132661819458, -0.0822574719786644, -0.1375323385000229, -0.06660234183073044, 0.21542926132678986, 0.3418080806732178, 0.37531957030296326, 0.47767457365989685, 0.40106478333473206, 0.40398290753364563, 0.5309222936630249, 0.6843592524528503, 0.9488730430603027, 1.3345694541931152, 1.4263880252838135, 0.7514806389808655, 0.07701306790113449, -0.010534539818763733, 0.3542171120643616, 0.5050125122070312, 0.2268057018518448, 0.10840412974357605, 0.28691810369491577, 0.09517418593168259, -0.4264533519744873, -0.6729532480239868, -0.8484025597572327, -1.121361494064331, -1.0906894207000732, -0.5415526032447815, -0.1595202535390854, -0.4549710750579834, -0.8356102108955383, -0.8278329372406006, -0.7696439027786255, -0.8070868253707886, -0.6679414510726929, -0.20968295633792877, 0.1384546160697937, 0.10249973088502884, 0.1452249437570572, 0.08105847984552383, -0.26239442825317383, -0.47252386808395386, -0.22814108431339264, 0.1265210658311844, 0.26809269189834595, 0.1949266493320465, 0.10183409601449966, 0.12126465886831284, -0.06988192349672318, -0.25613370537757874, -0.24951700866222382, -0.13495111465454102, 0.0027305190451443195, 0.2535238564014435, 0.41410505771636963, 0.37459391355514526, 0.2873035669326782, 0.3737848401069641, 0.5427364110946655, 0.67667156457901, 0.8723248243331909, 1.1230974197387695, 1.4809346199035645, 1.5116465091705322, 0.8062496781349182, 0.04081150144338608, -0.07657846063375473, 0.4078254997730255, 0.6296983957290649, 0.3334381580352783, 0.1780962496995926, 0.1945977658033371, -0.10312016308307648, -0.6471052169799805, -0.9872370958328247, -1.049834966659546, -1.1369292736053467, -1.1133805513381958, -0.6812959313392639, -0.27452969551086426, -0.3803732693195343, -0.8190076947212219, -0.9945634603500366, -0.7899686694145203, -0.6345138549804688, -0.45655855536460876, -0.07349473237991333, 0.19292420148849487, 0.3071812391281128, 0.27429208159446716, 0.17078369855880737, -0.08982690423727036, -0.30445101857185364, -0.08137598633766174, 0.36094042658805847, 0.4646443724632263, 0.29670172929763794, 0.17650775611400604, 0.09124154597520828, -0.03052801825106144, -0.18621885776519775, -0.2673232853412628, -0.0908067375421524, 0.08060980588197708, 0.19364674389362335, 0.37915363907814026, 0.4424692988395691, 0.40039873123168945, 0.3562243580818176, 0.4796225130558014, 0.7188180685043335, 1.038476824760437, 1.423527717590332, 1.3925284147262573, 0.7832522988319397, 0.114690400660038, -0.0602869838476181, 0.34897732734680176, 0.5193262100219727, 0.21110951900482178, 0.09239964932203293, 0.13362807035446167, -0.1297193467617035, -0.6041249632835388, -0.9371848702430725, -1.1175068616867065, -1.291214942932129, -1.2590830326080322, -0.7254500389099121, -0.3162699341773987, -0.4305022954940796, -0.7617671489715576, -0.859527051448822, -0.7649766206741333, -0.7195073366165161, -0.530360758304596, -0.08706817030906677, 0.25357863306999207, 0.35297638177871704, 0.36460304260253906, 0.29043978452682495, 0.0028222911059856415, -0.29563090205192566, -0.1593240350484848, 0.27029937505722046, 0.391973614692688, 0.2801448404788971, 0.24486635625362396, 0.2184605598449707, 0.07895032316446304, -0.06126774474978447, -0.1484539955854416, -0.008024236187338829, 0.31688299775123596, 0.5273478627204895, 0.6395426988601685, 0.6389535665512085, 0.5271644592285156, 0.49958670139312744, 0.7392497062683105, 1.051625370979309, 1.3304362297058105, 1.2459129095077515, 0.46796390414237976, -0.20931772887706757, -0.03803863003849983, 0.5254542231559753, 0.4358263313770294, -0.14193187654018402, -0.2727106511592865, -0.08403280377388, -0.3076919913291931, -0.8093081712722778, -1.056445837020874, -1.1314623355865479, -1.3534698486328125, -1.2484595775604248, -0.598486602306366, -0.2747369110584259, -0.6503862738609314, -0.9815407395362854, -0.7616531848907471, -0.5435941219329834, -0.5394346117973328, -0.37829911708831787, 0.050812069326639175, 0.3627397418022156, 0.3296162188053131, 0.3154175281524658, 0.24814236164093018, -0.02634255401790142, -0.2038545459508896, 0.084663525223732, 0.49024295806884766, 0.43752700090408325, 0.26393699645996094, 0.2458120733499527, 0.1950945407152176, 0.05060654133558273, -0.10236372798681259, -0.06086710840463638, 0.163498654961586, 0.34039852023124695, 0.4361916184425354, 0.5719271898269653, 0.6021959185600281, 0.5023419857025146, 0.5535274744033813, 0.8281228542327881, 1.1109031438827515, 1.1595923900604248, 0.6202625632286072, -0.05754419416189194, -0.09138839691877365, 0.4212643802165985, 0.6408642530441284, 0.1728602796792984, -0.23238082230091095, -0.14674384891986847, -0.23291657865047455, -0.6547279357910156, -0.9588605761528015, -0.9647881984710693, -1.089621901512146, -1.2422609329223633, -0.8790849447250366, -0.44523391127586365, -0.5942670106887817, -1.0229820013046265, -1.0792030096054077, -0.7577032446861267, -0.5633431077003479, -0.42136150598526, -0.04327017441391945, 0.24046240746974945, 0.2153998166322708, 0.19245842099189758, 0.18313872814178467, 0.012458529323339462, -0.1451098769903183, 0.03357958793640137, 0.5031603574752808, 0.616626501083374, 0.41241657733917236, 0.36167532205581665, 0.3606809377670288, 0.09511560201644897, -0.11719493567943573, 0.011278836987912655, 0.2370266169309616, 0.2889160215854645, 0.4223659932613373, 0.6171490550041199, 0.635777473449707, 0.5080268979072571, 0.4870125949382782, 0.7038798928260803, 0.9364377856254578, 0.9726218581199646, 0.5629761815071106, 0.06181422621011734, -0.027407189831137657, 0.30211949348449707, 0.5884213447570801, 0.3298438489437103, -0.10744936764240265, -0.2142283320426941, -0.24064703285694122, -0.5734810829162598, -0.8673580288887024, -0.9066448211669922, -0.9674621224403381, -1.1208313703536987, -0.9715238809585571, -0.5979591012001038, -0.639235258102417, -0.9899868965148926, -1.1231189966201782, -0.9185718894004822, -0.6717286109924316, -0.45806577801704407, -0.12183530628681183, 0.21833164989948273, 0.24439197778701782, 0.1311890333890915, 0.13228709995746613, 0.06446024775505066, -0.02498558908700943, 0.1261901557445526, 0.4774397015571594, 0.6575967669487, 0.5573766827583313, 0.4317384958267212, 0.3376520574092865, 0.18433822691440582, 0.034658849239349365, 0.04346562549471855, 0.19600747525691986, 0.3325154185295105, 0.4924796223640442, 0.6264130473136902, 0.6533758640289307, 0.5271351933479309, 0.41738808155059814, 0.5138688087463379, 0.7349259853363037, 0.9793402552604675, 0.7452661991119385, 0.2027566134929657, -0.009036530740559101, 0.23235976696014404, 0.57874995470047, 0.45805424451828003, 0.08872267603874207, -0.01994353160262108, -0.0819486752152443, -0.31206434965133667, -0.5158279538154602, -0.6106737852096558, -0.7709096074104309, -0.9959852695465088, -1.004003643989563, -0.7455584406852722, -0.6473320126533508, -0.887410581111908, -1.0712865591049194, -0.9970707297325134, -0.791534960269928, -0.6259915232658386, -0.39575135707855225, -0.09553965926170349, -0.0012721754610538483, 0.011977684684097767, 0.0955936536192894, 0.06992702186107635, -0.015307825058698654, 0.058252207934856415, 0.366477906703949, 0.5795788168907166, 0.576934814453125, 0.5295209884643555, 0.42097973823547363, 0.2833571434020996, 0.09615343809127808, 0.043723102658987045, 0.16044177114963531, 0.21789315342903137, 0.19110840559005737, 0.29201698303222656, 0.4526076018810272, 0.4000576436519623, 0.32681259512901306, 0.4575166702270508, 0.5076432228088379, 0.6533247232437134, 0.713257372379303, 0.5011740326881409, 0.2975805997848511, 0.16775107383728027, 0.31172603368759155, 0.5536813735961914, 0.5390708446502686, 0.29884350299835205, 0.16235043108463287, 0.10206129401922226, -0.08798135817050934, -0.29437676072120667, -0.38616129755973816, -0.5548141002655029, -0.7168453335762024, -0.7562867999076843, -0.6723870038986206, -0.6477977633476257, -0.8656355738639832, -1.0709902048110962, -1.0167548656463623, -0.845817506313324, -0.718251645565033, -0.5048745274543762, -0.28535163402557373, -0.20081587135791779, -0.16847427189350128, -0.10249560326337814, -0.016413751989603043, -0.014276484027504921, 0.025640593841671944, 0.22359102964401245, 0.35262852907180786, 0.39111992716789246, 0.44380614161491394, 0.33358854055404663, 0.2853858172893524, 0.19017495214939117, 0.13665218651294708, 0.21176081895828247, 0.0974307656288147, 0.16498877108097076, 0.3088132441043854, 0.292423278093338, 0.35193777084350586, 0.29313379526138306, 0.20556019246578217, 0.38889211416244507, 0.3209981620311737, 0.46572962403297424, 0.7075608372688293, 0.5646265149116516, 0.32819077372550964, 0.26313596963882446, 0.3537629246711731, 0.5397717356681824, 0.5695631504058838, 0.36186665296554565, 0.22297538816928864, 0.21757511794567108, 0.11529873311519623, 0.006942230276763439, -0.10739581286907196, -0.3361015319824219, -0.5674176216125488, -0.6167376637458801, -0.6032957434654236, -0.6587900519371033, -0.7071710824966431, -0.8353089690208435, -0.8546724915504456, -0.7055255770683289, -0.6598570942878723, -0.5959146618843079, -0.46790799498558044, -0.423972487449646, -0.20106925070285797, 0.024791628122329712, 0.08133978396654129, 0.061367467045784, 0.0307497289031744, 0.09676290303468704, 0.30330055952072144, 0.30147695541381836, 0.18795673549175262, 0.3619171679019928, 0.20418980717658997, 0.200076624751091, 0.2557165026664734, 0.08510755747556686, 0.012327948585152626, -0.011885049752891064, -0.009173503145575523, 0.015985596925020218, -0.009537901729345322, -0.012672039680182934, -0.001331358915194869, 0.06991000473499298, 0.04337456449866295, 0.13364525139331818, 0.22433510422706604, 0.21637795865535736, 0.4220324456691742, 0.5153062343597412, 0.3806714415550232, 0.26776888966560364, 0.23549698293209076, 0.3826557397842407, 0.4938797950744629, 0.4263743758201599, 0.3721678853034973, 0.3749007284641266, 0.2871578633785248, 0.10545454919338226, 0.04750243201851845, -0.02967783249914646, -0.22519102692604065, -0.31527554988861084, -0.28767475485801697, -0.20221489667892456, -0.242198646068573, -0.38390856981277466, -0.5086639523506165, -0.48819607496261597, -0.5147472023963928, -0.4504849910736084, -0.2590077519416809, -0.17675140500068665, -0.040816277265548706, 0.06901533156633377, 0.05894315987825394, -0.007480806205421686, -0.02252202294766903, -0.016495637595653534, 0.12565544247627258, 0.15731193125247955, 0.06945846229791641, 0.04262496158480644, -0.03940339386463165, -0.05583228915929794, -0.10161245614290237, -0.14912466704845428, -0.2445359081029892, -0.3050766587257385, -0.31770846247673035, -0.3076343834400177, -0.24635179340839386, -0.2167537957429886, -0.2299920916557312, -0.23216630518436432, -0.2487340122461319, -0.2091493308544159, -0.14725728332996368, -0.10888653993606567, -0.03492520749568939, -0.0037737409584224224, 0.08189530670642853, 0.16726410388946533, 0.21846480667591095, 0.24464015662670135, 0.25300344824790955, 0.26137182116508484, 0.24528655409812927, 0.2876201570034027, 0.30994144082069397, 0.3178269863128662, 0.39650958776474, 0.38612857460975647, 0.37152987718582153, 0.3567162752151489, 0.3666716516017914, 0.34211960434913635, 0.25116676092147827, 0.22122685611248016, 0.2473115622997284, 0.26658767461776733, 0.25487473607063293, 0.20325182378292084, 0.14355596899986267, 0.10893106460571289, 0.053684040904045105, 0.029492180794477463, 0.05329683795571327, 0.07159794121980667, 0.05291241034865379, 0.03753158450126648, 0.008201069198548794, -0.06488393247127533, -0.15463638305664062, -0.17629531025886536, -0.1986280381679535, -0.2676165997982025, -0.3356666564941406, -0.40476560592651367, -0.4257562756538391, -0.4427051544189453, -0.4711938798427582, -0.5083920955657959, -0.5240544080734253, -0.5297374129295349, -0.5451090931892395, -0.5095553994178772, -0.4964236319065094, -0.5266329050064087, -0.5209957361221313, -0.49073168635368347, -0.44580015540122986, -0.3918261229991913, -0.36135101318359375, -0.28244850039482117, -0.23800039291381836, -0.18697652220726013, -0.1772686094045639, -0.15249861776828766, -0.08863320201635361, -0.02653994783759117, 0.026425572112202644, 0.07719018310308456, 0.1730947196483612, 0.2530135214328766, 0.29282110929489136, 0.34173688292503357, 0.4104129374027252, 0.4500264823436737, 0.4752271771430969, 0.5242982506752014, 0.6105707287788391, 0.6899585723876953, 0.6958805322647095, 0.6705289483070374, 0.6900023818016052, 0.7061435580253601, 0.6477128863334656, 0.5834766626358032, 0.5288988351821899, 0.47874945402145386, 0.41562843322753906, 0.40026262402534485, 0.37837377190589905, 0.2813928425312042, 0.17293959856033325, 0.08401523530483246, 0.02981935627758503, -0.027328647673130035, -0.08082303404808044, -0.12540209293365479, -0.16127783060073853, -0.2068859040737152, -0.23870033025741577, -0.25502124428749084, -0.3331987261772156, -0.4124974310398102, -0.464169442653656, -0.49099278450012207, -0.5235111713409424, -0.5736089944839478, -0.6202203035354614, -0.6199526190757751, -0.6215848326683044, -0.6413129568099976, -0.6569986939430237, -0.6818634271621704, -0.6741267442703247, -0.6139165163040161, -0.5756123661994934, -0.5594326257705688, -0.4978765845298767, -0.4415338635444641, -0.36908066272735596, -0.2897214889526367, -0.2166019082069397, -0.13332726061344147, -0.10117097944021225, -0.09727954864501953, -0.013367591425776482, 0.11090076714754105, 0.20883844792842865, 0.2672085165977478, 0.3143807351589203, 0.3903539180755615, 0.4492030441761017, 0.4621274471282959, 0.4749823212623596, 0.47844138741493225, 0.4629417955875397, 0.48329484462738037, 0.5649864673614502, 0.62005215883255, 0.5988391637802124, 0.5504911541938782, 0.5220808982849121, 0.504767119884491, 0.4944729208946228, 0.47946861386299133, 0.4553392827510834, 0.43380478024482727, 0.4097759425640106, 0.3934609889984131, 0.3665071129798889, 0.29069989919662476, 0.19649505615234375, 0.14676935970783234, 0.08256664872169495, 0.03847507759928703, -0.012092438526451588, -0.0659695416688919, -0.09884954988956451, -0.1520107537508011, -0.21096716821193695, -0.260240763425827, -0.3041415512561798, -0.3346857726573944, -0.3373902142047882, -0.3544434905052185, -0.37152647972106934, -0.36666661500930786, -0.3732110261917114, -0.39582520723342896, -0.39552193880081177, -0.387518972158432, -0.3915785253047943, -0.4036192297935486, -0.40247732400894165, -0.3758714497089386, -0.3275112807750702, -0.3136722445487976, -0.299715518951416, -0.2581042945384979, -0.22704170644283295, -0.20182286202907562, -0.1590091586112976, -0.13836011290550232, -0.14150117337703705, -0.12541382014751434, -0.06632199883460999, -0.012780928052961826, 0.008326409384608269, 0.008375831879675388, 0.024019697681069374, 0.04683765769004822, 0.05691628158092499, 0.07719794660806656, 0.09073293209075928, 0.10418529063463211, 0.1351989358663559, 0.18441259860992432, 0.2378683239221573, 0.2489614635705948, 0.24189066886901855, 0.22371798753738403, 0.23618945479393005, 0.2582022547721863, 0.267572820186615, 0.3001093864440918, 0.3209717273712158, 0.3380115330219269, 0.3527887761592865, 0.3209860026836395, 0.2910800278186798, 0.27071917057037354, 0.262323796749115, 0.2647397220134735, 0.26372089982032776, 0.27310776710510254, 0.24791519343852997, 0.21826894581317902, 0.19788841903209686, 0.18243035674095154, 0.15110838413238525, 0.08864708989858627, 0.04327777773141861, 0.042329657822847366, 0.027984729036688805, 0.008869720622897148, 0.00338833499699831, -0.02024088427424431, -0.05196589231491089, -0.07794336974620819, -0.0763716995716095, -0.09233773499727249, -0.1500052660703659, -0.2028299868106842, -0.20763884484767914, -0.19093681871891022, -0.18640708923339844, -0.21409903466701508, -0.24128036201000214, -0.27913472056388855, -0.3236408531665802, -0.3291906416416168, -0.3378163278102875, -0.3657499849796295, -0.38896965980529785, -0.3620207905769348, -0.3207114338874817, -0.32118719816207886, -0.3447296619415283, -0.3563106060028076, -0.3620847165584564, -0.3605092465877533, -0.3320647180080414, -0.29559043049812317, -0.271004855632782, -0.2444453090429306, -0.20464947819709778, -0.16253308951854706, -0.1334720253944397, -0.13562898337841034, -0.09692303836345673, -0.03689621016383171, -0.003920151386409998, 0.035692017525434494, 0.07627663761377335, 0.10973703861236572, 0.13626551628112793, 0.17554152011871338, 0.22105710208415985, 0.2520570755004883, 0.2872724235057831, 0.3337148427963257, 0.3821542263031006, 0.41943278908729553, 0.4356117248535156, 0.43999969959259033, 0.44768261909484863, 0.46683669090270996, 0.4836350679397583, 0.48342031240463257, 0.4591453969478607, 0.41547295451164246, 0.37906181812286377, 0.34111881256103516, 0.30308544635772705, 0.2762090265750885, 0.26030030846595764, 0.22579149901866913, 0.18308734893798828, 0.14388823509216309, 0.08971178531646729, 0.025298895314335823, -0.025187024846673012, -0.040942754596471786, -0.04188620671629906, -0.07881579548120499, -0.12348968535661697, -0.1458921730518341, -0.1788046509027481, -0.2396475225687027, -0.28666430711746216, -0.304627925157547, -0.31329798698425293, -0.32127177715301514, -0.3383199870586395, -0.34644320607185364, -0.35906079411506653, -0.3954724073410034, -0.3979531526565552, -0.38116714358329773, -0.37437957525253296, -0.35937246680259705, -0.34635376930236816, -0.3221187889575958, -0.3059610426425934, -0.28988316655158997, -0.27441298961639404, -0.2575340270996094, -0.22338645160198212, -0.18435804545879364, -0.13416478037834167, -0.09548007696866989, -0.0653407946228981, -0.03582042455673218, -0.016600189730525017, -0.0009806519374251366, 0.039393100887537, 0.07517821341753006, 0.0923263430595398, 0.11767490208148956, 0.14551028609275818, 0.1742568463087082, 0.1881227195262909, 0.2002447098493576, 0.23643068969249725, 0.2517036199569702, 0.26113182306289673, 0.28685876727104187, 0.29910847544670105, 0.3043978810310364, 0.29586061835289, 0.31766289472579956, 0.35434451699256897, 0.36408814787864685, 0.35191670060157776, 0.33930638432502747, 0.3231101334095001, 0.2872163951396942, 0.25910669565200806, 0.2583027184009552, 0.25484538078308105, 0.2213669866323471, 0.19655945897102356, 0.1686863899230957, 0.12190420180559158, 0.06004731357097626, 0.009794938378036022, -0.004900266416370869, -0.03257957845926285, -0.05119835212826729, -0.0681672915816307, -0.09669873863458633, -0.1240914911031723, -0.14632810652256012, -0.16573788225650787, -0.1721915304660797, -0.1784229874610901, -0.17386306822299957, -0.17323808372020721, -0.17059065401554108, -0.17414067685604095, -0.1887945830821991, -0.2011922150850296, -0.22224992513656616, -0.21900127828121185, -0.20035375654697418, -0.19683301448822021, -0.2038956731557846, -0.21153554320335388, -0.22666965425014496, -0.24691258370876312, -0.243707075715065, -0.22890260815620422, -0.20766256749629974, -0.2057068645954132, -0.20154419541358948, -0.1851273775100708, -0.1811814159154892, -0.1757124662399292, -0.1481679528951645, -0.12051209062337875, -0.1044984683394432, -0.08471132069826126, -0.060687776654958725, -0.02415137179195881, -0.014823999255895615, -0.007591885048896074, 0.005225129425525665, 0.029743529856204987, 0.061047572642564774, 0.09401100128889084, 0.1208539605140686, 0.13530229032039642, 0.13311263918876648, 0.14009954035282135, 0.16213776171207428, 0.18015418946743011, 0.2038613259792328, 0.23061062395572662, 0.2510039210319519, 0.2627151906490326, 0.269258588552475, 0.26554355025291443, 0.25966888666152954, 0.2681722939014435, 0.28796514868736267, 0.31061962246894836, 0.3119898736476898, 0.29963746666908264, 0.2793378531932831, 0.24854354560375214, 0.2325720489025116, 0.21219691634178162, 0.1853494793176651, 0.156997412443161, 0.13441678881645203, 0.11297135800123215, 0.08017658442258835, 0.03347505256533623, -0.006947107147425413, -0.04367969557642937, -0.06745146960020065, -0.09341201186180115, -0.1083979681134224, -0.12606118619441986, -0.15650904178619385, -0.18121613562107086, -0.2034085988998413, -0.21953625977039337, -0.24025475978851318, -0.24997247755527496, -0.24788601696491241, -0.24413464963436127, -0.24601034820079803, -0.26331526041030884, -0.2724483609199524, -0.2715003192424774, -0.2649509310722351, -0.24897974729537964, -0.24487130343914032, -0.23384249210357666, -0.22333267331123352, -0.21606799960136414, -0.19921308755874634, -0.17522859573364258, -0.1572670340538025, -0.13858962059020996, -0.10805179178714752, -0.07637568563222885, -0.03855383023619652, -0.015186059288680553, -0.0003789794282056391, 0.024003667756915092, 0.054324619472026825, 0.0916924849152565, 0.13408470153808594, 0.17706339061260223, 0.19445617496967316, 0.20415006577968597, 0.21119049191474915, 0.22847843170166016, 0.24757269024848938, 0.25861063599586487, 0.26918721199035645, 0.2852150797843933, 0.28802958130836487, 0.27963557839393616, 0.27095872163772583, 0.2487080842256546, 0.2310575693845749, 0.21844324469566345, 0.2169714719057083, 0.22150103747844696, 0.2062794417142868, 0.18786363303661346, 0.1645914763212204, 0.13737373054027557, 0.10614913702011108, 0.07915470004081726, 0.06352408230304718, 0.04297170788049698, 0.021060271188616753, 0.006627004127949476, -0.00835717748850584, -0.03690086677670479, -0.07030293345451355, -0.09390931576490402, -0.11017533391714096, -0.12961648404598236, -0.1539982557296753, -0.17217124998569489, -0.18410184979438782, -0.202710822224617, -0.21485309302806854, -0.22485114634037018, -0.24101920425891876, -0.25604474544525146, -0.25063252449035645, -0.2427462488412857, -0.23782531917095184, -0.23912496864795685, -0.23351095616817474, -0.2226060926914215, -0.19817431271076202, -0.17172065377235413, -0.15167856216430664, -0.1401064544916153, -0.1215973049402237, -0.0977226123213768, -0.06813693791627884, -0.04608793556690216, -0.030455036088824272, -0.007925779558718204, 0.0077559370547533035, 0.02612133137881756, 0.03957561403512955, 0.05840582028031349, 0.0673845037817955, 0.06609202176332474, 0.08529452234506607, 0.10299196094274521, 0.11189793795347214, 0.12172242254018784, 0.13578756153583527, 0.1466125100851059, 0.1487290859222412, 0.15022143721580505, 0.15714138746261597, 0.15694278478622437, 0.15603773295879364, 0.1612817794084549, 0.16602805256843567, 0.15847627818584442, 0.15624988079071045, 0.15683817863464355, 0.1570420265197754, 0.15044568479061127, 0.13464421033859253, 0.1232423409819603, 0.11052658408880234, 0.09779498726129532, 0.09208459407091141, 0.07980991154909134, 0.05687965825200081, 0.03161459043622017, 0.011181021109223366, 0.0036928837653249502, -0.007710524834692478, -0.023629330098628998, -0.04608215019106865, -0.05934906005859375, -0.06598356366157532, -0.06515021622180939, -0.07099740207195282, -0.08811165392398834, -0.1113467663526535, -0.11207544058561325, -0.10574348270893097, -0.09895891696214676, -0.10271007567644119, -0.11352905631065369, -0.12083717435598373, -0.12402333319187164, -0.12265551835298538, -0.12476328760385513, -0.13037556409835815, -0.13736988604068756, -0.13632047176361084, -0.1274299919605255, -0.12014677375555038, -0.11442200839519501, -0.1082228496670723, -0.10649331659078598, -0.10657399147748947, -0.09695907682180405, -0.08561461418867111, -0.07161923497915268, -0.061508648097515106, -0.052439719438552856, -0.03496982902288437, -0.02008853107690811, -0.007053522393107414, 0.0033921825233846903, 0.013254990801215172, 0.02499452792108059, 0.042016323655843735, 0.058063607662916183, 0.0809861272573471, 0.09532362222671509, 0.10278216749429703, 0.10706276446580887, 0.11219265311956406, 0.11632821708917618, 0.11509515345096588, 0.1266775131225586, 0.13228248059749603, 0.13334934413433075, 0.1399935483932495, 0.14610420167446136, 0.14919579029083252, 0.14885541796684265, 0.1417614072561264, 0.14589817821979523, 0.14903931319713593, 0.14839781820774078, 0.1482255607843399, 0.1494320034980774, 0.14207524061203003, 0.12549299001693726, 0.10756237059831619, 0.09399905055761337, 0.08306563645601273, 0.06967389583587646, 0.0548199787735939, 0.036469727754592896, 0.01236987765878439, -0.0007587524596601725, -0.015652524307370186, -0.03176362067461014, -0.04528765380382538, -0.06345754116773605, -0.08231514692306519, -0.0991126224398613, -0.11368908733129501, -0.11456336081027985, -0.12326383590698242, -0.13188420236110687, -0.1315900981426239, -0.13904252648353577, -0.1395478993654251, -0.1399419605731964, -0.13965417444705963, -0.13971714675426483, -0.14564944803714752, -0.13749590516090393, -0.12250301986932755, -0.11020446568727493, -0.10221879184246063, -0.09781748801469803, -0.09921165555715561, -0.09335112571716309, -0.08166838437318802, -0.06395342200994492, -0.05009131878614426, -0.04126288741827011, -0.033274486660957336, -0.01212012767791748, 0.001128126634284854, 0.012461702339351177, 0.02643958479166031, 0.03402301296591759, 0.047346457839012146, 0.06520804017782211, 0.08858141303062439, 0.10301873087882996, 0.1112823635339737, 0.11507678776979446, 0.11277473717927933, 0.12211129069328308, 0.13074474036693573, 0.1405177116394043, 0.1398693025112152, 0.14158593118190765, 0.1482706516981125, 0.1491851955652237, 0.14374558627605438, 0.13284747302532196, 0.12650303542613983, 0.1206125020980835, 0.10622474551200867, 0.09388824552297592, 0.07805965095758438, 0.06372418999671936, 0.05569097399711609, 0.04630880802869797, 0.0306794885545969, 0.012371216900646687, 0.0015744626289233565, -0.005381980445235968, -0.02079145610332489, -0.04092593118548393, -0.05530354008078575, -0.06493119895458221, -0.06511548906564713, -0.06836829334497452, -0.07573958486318588, -0.08794878423213959, -0.10276912897825241, -0.1135915070772171, -0.12332727015018463, -0.12327532470226288, -0.12965862452983856, -0.13172674179077148, -0.13102002441883087, -0.1316651850938797, -0.13052348792552948, -0.12282521277666092, -0.12406282871961594, -0.1188160702586174, -0.11309787631034851, -0.10679364949464798, -0.09686236828565598, -0.08526141941547394, -0.07348933815956116, -0.06452623754739761, -0.05788853019475937, -0.04863391071557999, -0.03543432056903839, -0.02029365301132202, -0.0020329102408140898, 0.0009903887985274196, 0.00648765591904521, 0.01613287813961506, 0.026709632948040962, 0.040217701345682144, 0.054209791123867035, 0.062178660184144974, 0.06638649851083755, 0.06772758811712265, 0.0763549655675888, 0.0838051438331604, 0.09046071022748947, 0.09128295630216599, 0.0900920107960701, 0.09462617337703705, 0.09982902556657791, 0.10892154276371002, 0.11670979112386703, 0.1141102984547615, 0.10730613768100739, 0.11185202747583389, 0.12065184116363525, 0.13106893002986908, 0.1321311742067337, 0.1219501942396164, 0.10616619884967804, 0.09779933840036392, 0.09089767932891846, 0.09159950166940689, 0.0864802822470665, 0.07432260364294052, 0.06337543576955795, 0.051789216697216034, 0.040964819490909576, 0.029149631038308144, 0.017553254961967468, 0.003565608523786068, -0.005104160401970148, -0.015309518203139305, -0.02220175974071026, -0.03008871339261532, -0.04279693588614464, -0.05584292486310005, -0.060620181262493134, -0.07109077274799347, -0.07905130088329315, -0.08251092582941055, -0.08121567219495773, -0.08802411705255508, -0.09071435034275055, -0.09685472398996353, -0.09897232800722122, -0.09815656393766403, -0.09895160794258118, -0.09723517298698425, -0.08952514827251434, -0.0962463989853859, -0.10183664411306381, -0.09881237894296646, -0.09171746671199799, -0.09051487594842911, -0.08756687492132187, -0.08223964273929596, -0.07898591458797455, -0.06999629735946655, -0.06073210760951042, -0.05473661050200462, -0.049665629863739014, -0.04570264741778374, -0.02745986543595791, -0.011408613063395023, -0.001198862330056727, 0.003903294913470745, 0.008160257712006569, 0.013894359581172466, 0.031118208542466164, 0.04831083118915558, 0.06070695072412491, 0.06687768548727036, 0.07225126028060913, 0.08403332531452179, 0.09479602426290512, 0.09838773310184479, 0.10331301391124725, 0.10823749750852585, 0.10682579129934311, 0.10757052153348923, 0.10509082674980164, 0.1040949746966362, 0.09585845470428467, 0.0904233381152153, 0.09116265922784805, 0.09014392644166946, 0.08004237711429596, 0.0686064064502716, 0.058427583426237106, 0.058319445699453354, 0.05580717325210571, 0.044054001569747925, 0.03235768899321556, 0.02380221150815487, 0.014367674477398396, 0.005146058276295662, 0.0008434915798716247, -0.0030867180321365595, -0.015168735757470131, -0.026247786357998848, -0.03471141308546066, -0.04177513346076012, -0.05561118572950363, -0.06781428307294846, -0.07825744897127151, -0.08617927879095078, -0.0881904885172844, -0.09063071012496948, -0.09795086830854416, -0.10550837218761444, -0.10748527199029922, -0.10407086461782455, -0.09797526150941849, -0.09816127270460129, -0.10483602434396744, -0.10701049119234085, -0.09745347499847412, -0.08581522852182388, -0.07434647530317307, -0.06476623564958572, -0.05840133875608444, -0.053336501121520996, -0.045278653502464294, -0.03436410427093506, -0.023104364052414894, -0.011519893072545528, -0.0013326576445251703, 0.0030368862207978964, 0.014106204733252525, 0.018873268738389015, 0.025062130764126778, 0.024664971977472305, 0.029966844245791435, 0.03759823739528656, 0.0458659864962101, 0.050027281045913696, 0.05403239279985428, 0.06298839300870895, 0.06675803661346436, 0.06569426506757736, 0.06643654406070709, 0.06576738506555557, 0.06710345298051834, 0.07448913156986237, 0.07408205419778824, 0.07512179017066956, 0.0705287903547287, 0.06573061645030975, 0.0663403794169426, 0.05877744406461716, 0.05147941783070564, 0.04343261197209358, 0.040716249495744705, 0.041563257575035095, 0.04009610414505005, 0.032839592546224594, 0.022785484790802002, 0.006104264874011278, 0.0004070523427799344, -0.0068109240382909775, -0.01670045219361782, -0.023625798523426056, -0.031494125723838806, -0.03891401365399361, -0.04739031940698624, -0.04975041374564171, -0.04899042472243309, -0.055147431790828705, -0.060809649527072906, -0.06596903502941132, -0.07276187092065811, -0.07457125931978226, -0.07395104318857193, -0.0735657587647438, -0.07441582530736923, -0.06971818953752518, -0.0647822842001915, -0.0661199539899826, -0.0650145560503006, -0.0665665939450264, -0.06215381249785423, -0.05731035768985748, -0.055823393166065216, -0.04847786948084831, -0.04350950941443443, -0.037508007138967514, -0.031999435275793076, -0.02659844420850277, -0.020912814885377884, -0.015265805646777153, -0.009010274894535542, -0.00044677467667497694, -0.00015066814376041293, 0.005957212299108505, 0.0085147675126791, 0.011986294761300087, 0.018382979556918144, 0.02473151683807373, 0.02507597953081131, 0.03189294785261154, 0.033750224858522415, 0.03301306068897247, 0.03742120787501335, 0.047163575887680054, 0.04670855775475502, 0.039855822920799255, 0.044382039457559586, 0.0498972050845623, 0.04967671260237694, 0.04967741295695305, 0.049331117421388626, 0.04957347735762596, 0.04936476796865463, 0.049860987812280655, 0.04967518895864487, 0.05054786801338196, 0.04572587087750435, 0.04138792306184769, 0.049814384430646896, 0.04992803558707237, 0.04998620226979256, 0.044337909668684006, 0.03817250579595566, 0.033773042261600494, 0.029457028955221176, 0.02452564612030983, 0.02019338123500347, 0.006557195447385311, 4.9604332161834463e-05, 0.0001744780456647277, -0.009733018465340137, -0.02194444090127945, -0.02415614016354084, -0.025199079886078835, -0.02102052792906761, -0.04134330898523331, -0.04824168607592583, -0.046972814947366714, -0.10439703613519669, -0.23740778863430023, -0.2368355095386505, 0.025031300261616707, -0.04363839700818062, -0.1487172394990921, -0.3081798851490021, -0.08882900327444077, 0.09323953837156296, -0.07387718558311462, 0.05229907110333443, 0.021383069455623627, -0.034867316484451294, -0.16106608510017395, 0.03704597428441048, 0.012044246308505535, 0.07634180784225464, 0.029161158949136734, -0.009540743194520473, 0.020462609827518463, 0.008535604923963547, 0.04423835128545761, 0.007462021894752979, 0.025022443383932114, 0.05027930438518524, 0.03856830298900604, 0.0006467815255746245, 0.04470324143767357, 0.001208433066494763, -0.00942121259868145, 0.007896967232227325, 0.014821060933172703, -0.019781390205025673, -0.021911513060331345, 0.009302418678998947, -0.11606908589601517, 0.025036780163645744, 0.08493879437446594, 0.20089063048362732, 0.17616109549999237, 0.052314188331365585, -0.0039812251925468445, -0.14484529197216034, -0.14972591400146484, -0.1220741793513298, -0.009258081205189228, 0.004313475918024778, -0.09623297303915024, 0.12723387777805328, -0.019084136933088303, -0.20940172672271729, 0.08689907193183899, 0.015591355971992016, 0.02375824563205242, 0.02676928974688053, -0.056599024683237076, -0.15160144865512848, 0.0033963725436478853, 0.024200093001127243, -0.11590282618999481, -0.061698999255895615, 0.00481212604790926, -0.04870225489139557, 0.0028652416076511145, -0.11518312990665436, -0.07379131764173508, -0.010300214402377605, 0.055929530411958694, -0.00627293111756444, -0.013978008180856705, 0.0074171945452690125, 0.009741539135575294, 0.04595165699720383, -0.07576192170381546, -0.09858181327581406, 0.001612040214240551, 0.03006880357861519, 0.07466982305049896, 0.16652336716651917, 0.14304283261299133, 0.09699434787034988, -0.001569855958223343, -0.007757829502224922, -0.08078320324420929, -0.04901580139994621, -0.060307495296001434, -0.026314476504921913, -0.006304481532424688, -0.04485132172703743, -0.0281498022377491, -0.052614323794841766, -0.07816459238529205, -0.045816004276275635, -0.046823836863040924, -0.02678144909441471, -0.05716418847441673, -0.04908732324838638, -0.0024644029326736927, 0.026144113391637802, 0.0579981654882431, 0.05814766511321068, 0.07148891687393188, 0.09268365800380707, 0.08716104179620743, 0.1396363228559494, 0.15930597484111786, 0.23196159303188324, 0.23201221227645874, 0.2474464327096939, 0.2735320031642914, 0.28922685980796814, 0.26769277453422546, 0.26894551515579224, 0.31572815775871277, 0.28904813528060913, 0.30917662382125854, 0.283080130815506, 0.2791506052017212, 0.24217593669891357, 0.259598970413208, 0.18045388162136078, 0.04530448094010353, -0.07177789509296417, -0.11758149415254593, -0.15238504111766815, -0.22438259422779083, -0.3246852159500122, -0.3363668918609619, -0.27870041131973267, -0.3163125514984131, -0.3238849639892578, -0.3307162821292877, -0.3339157998561859, -0.4033493101596832, -0.3914509415626526, -0.35667338967323303, -0.3036663234233856, -0.27962636947631836, -0.24489164352416992, -0.17457377910614014, -0.10822230577468872, -0.13680559396743774, -0.13405750691890717, -0.11989941447973251, -0.1476956009864807, -0.16532015800476074, -0.18471801280975342, -0.1820097714662552, -0.20404280722141266, -0.17231135070323944, -0.14693017303943634, -0.08383727818727493, -0.01433494407683611, 0.16023699939250946, 0.407199501991272, 0.6878677606582642, 0.9200365543365479, 1.1703468561172485, 1.3712561130523682, 1.5157169103622437, 1.6485421657562256, 1.3459707498550415, 0.494670033454895, -0.2173483818769455, -0.2743062674999237, -0.11143767833709717, -0.408852756023407, -0.9544649720191956, -0.9110333323478699, -0.4953593611717224, -0.5000860691070557, -0.8069993257522583, -0.9315184950828552, -0.9885322451591492, -1.2768579721450806, -1.3922418355941772, -0.9204179644584656, -0.37270426750183105, -0.3052947223186493, -0.2720780074596405, 0.377928763628006, 1.0784155130386353, 1.2035596370697021, 0.9868621230125427, 0.8053534030914307, 0.9109160900115967, 0.9633897542953491, 0.8477596640586853, 0.6336120367050171, 0.32729968428611755, 0.07103036344051361, 0.1176953837275505, 0.0733371451497078, -0.3674165904521942, -0.9427691698074341, -1.2048697471618652, -1.2455826997756958, -1.3556534051895142, -1.5669183731079102, -1.656938076019287, -1.447094202041626, -1.129321575164795, -0.803019106388092, -0.5279207229614258, -0.34645751118659973, -0.17977572977542877, 0.079845130443573, 0.2976209819316864, 0.40415942668914795, 0.48556169867515564, 0.677146852016449, 1.0330417156219482, 1.5299344062805176, 1.9166463613510132, 2.2447917461395264, 2.4734668731689453, 2.636885166168213, 2.4914307594299316, 1.589991569519043, 0.32408732175827026, -0.42499521374702454, -0.5888190269470215, -1.0248117446899414, -1.8016746044158936, -2.1270058155059814, -1.6224470138549805, -1.1742714643478394, -1.2060850858688354, -1.2139605283737183, -0.9609084129333496, -1.042846441268921, -1.3348699808120728, -1.2060858011245728, -0.5600332021713257, -0.22526273131370544, -0.2530742585659027, 0.1491454392671585, 1.2340377569198608, 2.038684844970703, 2.0412278175354004, 1.843427300453186, 1.9077967405319214, 1.9133471250534058, 1.5415455102920532, 0.8829483985900879, 0.2146328091621399, -0.23185847699642181, -0.49241939187049866, -0.5920003056526184, -0.8382917642593384, -1.2436610460281372, -1.5861526727676392, -1.5604426860809326, -1.5788280963897705, -1.745208978652954, -1.9502123594284058, -1.867227554321289, -1.5570580959320068, -1.1029760837554932, -0.6747673749923706, -0.2058863490819931, 0.18024902045726776, 0.5309951901435852, 0.853557288646698, 1.0908650159835815, 1.1342120170593262, 1.112610101699829, 1.2596533298492432, 1.56038498878479, 1.9242738485336304, 2.1872923374176025, 2.3461053371429443, 2.462693929672241, 2.412755012512207, 1.6355327367782593, 0.44009873270988464, -0.4816252589225769, -0.8858702182769775, -1.4477821588516235, -2.355550527572632, -2.8995444774627686, -2.4399917125701904, -1.8602025508880615, -1.6898914575576782, -1.4853572845458984, -0.8514202833175659, -0.43876421451568604, -0.4817430078983307, -0.4448791444301605, 0.033044811338186264, 0.34705889225006104, 0.12213988602161407, 0.12231794744729996, 0.9318681359291077, 1.785162329673767, 1.9714088439941406, 1.9405429363250732, 2.151357412338257, 2.32519793510437, 2.021148681640625, 1.3297609090805054, 0.49628928303718567, -0.30074161291122437, -1.029570460319519, -1.4504178762435913, -1.7123557329177856, -2.0653204917907715, -2.302685022354126, -2.1024169921875, -1.702599048614502, -1.440263271331787, -1.3989744186401367, -1.3285744190216064, -1.101513385772705, -0.7897564172744751, -0.5399067997932434, -0.26116058230400085, 0.04995198920369148, 0.39693325757980347, 0.8112107515335083, 1.2008646726608276, 1.4245191812515259, 1.4490900039672852, 1.487496256828308, 1.671614170074463, 1.9144387245178223, 2.024608850479126, 1.959269642829895, 1.9073683023452759, 1.946089506149292, 1.5407017469406128, 0.5736063122749329, -0.41441988945007324, -0.8406622409820557, -1.1235971450805664, -1.8198426961898804, -2.6606788635253906, -2.714289903640747, -2.179380178451538, -1.850602626800537, -1.7702783346176147, -1.2923930883407593, -0.5787565112113953, -0.18160809576511383, -0.05534612387418747, 0.2800367474555969, 0.7402461767196655, 0.7229392528533936, 0.43536531925201416, 0.6311740279197693, 1.2781366109848022, 1.601785659790039, 1.533923625946045, 1.6155054569244385, 1.9507845640182495, 2.0518743991851807, 1.7133375406265259, 1.1859188079833984, 0.5272220969200134, -0.32456719875335693, -1.054642677307129, -1.4463615417480469, -1.8609308004379272, -2.4311888217926025, -2.6606698036193848, -2.304121255874634, -1.775738000869751, -1.4820919036865234, -1.3354617357254028, -1.0405669212341309, -0.6055300235748291, -0.29055705666542053, -0.10384819656610489, -0.0053185587748885155, 0.14630430936813354, 0.36916404962539673, 0.6917763352394104, 0.9607155323028564, 1.124364972114563, 1.2181965112686157, 1.44823157787323, 1.7933025360107422, 2.101876735687256, 2.1419267654418945, 2.060039758682251, 2.0085062980651855, 1.9834136962890625, 1.4754352569580078, 0.43950027227401733, -0.5327648520469666, -0.8972156047821045, -1.1253955364227295, -1.7295442819595337, -2.459973096847534, -2.5141048431396484, -2.020087718963623, -1.6643372774124146, -1.5480996370315552, -1.1866031885147095, -0.6024031639099121, -0.22170652449131012, -0.030385833233594894, 0.2789570093154907, 0.6378428339958191, 0.622711718082428, 0.4360911548137665, 0.5752576589584351, 1.0675275325775146, 1.3659470081329346, 1.4096566438674927, 1.5015009641647339, 1.7731683254241943, 1.917153000831604, 1.7517659664154053, 1.2650107145309448, 0.6459527015686035, -0.03776257485151291, -0.6623441576957703, -1.208599328994751, -1.7251789569854736, -2.2215709686279297, -2.4596564769744873, -2.347717046737671, -2.018618583679199, -1.6769226789474487, -1.3827983140945435, -1.123652696609497, -0.7897040843963623, -0.40260910987854004, -0.09639670699834824, 0.0336880162358284, 0.11031041294336319, 0.29203474521636963, 0.5926874279975891, 0.8582802414894104, 0.9913849830627441, 1.102961540222168, 1.2576879262924194, 1.5347130298614502, 1.8302725553512573, 2.0125510692596436, 1.9990894794464111, 1.9498108625411987, 1.9839364290237427, 1.8975988626480103, 1.2791389226913452, 0.2944599390029907, -0.43901240825653076, -0.6761369109153748, -1.0130385160446167, -1.7805413007736206, -2.491178274154663, -2.4773590564727783, -2.0176026821136475, -1.6756185293197632, -1.5355945825576782, -1.1556826829910278, -0.5649832487106323, -0.058555617928504944, 0.21669772267341614, 0.4275672137737274, 0.5801478028297424, 0.570019543170929, 0.4402823746204376, 0.5104200839996338, 0.8089789152145386, 1.043197512626648, 1.096876859664917, 1.192490816116333, 1.4507615566253662, 1.6885989904403687, 1.6195038557052612, 1.1846423149108887, 0.5953890681266785, 0.03867926076054573, -0.44858428835868835, -0.9651321172714233, -1.5797545909881592, -2.1722373962402344, -2.4176363945007324, -2.273426055908203, -1.9830290079116821, -1.7944539785385132, -1.6147537231445312, -1.2360135316848755, -0.6686257123947144, -0.19035550951957703, 0.03974342718720436, 0.13716377317905426, 0.28943488001823425, 0.5037252902984619, 0.6846714019775391, 0.7691589593887329, 0.7838283777236938, 0.8316801190376282, 0.989694356918335, 1.2825922966003418, 1.5444602966308594, 1.6693379878997803, 1.7320106029510498, 1.8557718992233276, 1.9757606983184814, 1.9567444324493408, 1.532413363456726, 0.7433157563209534, -0.030382545664906502, -0.44355666637420654, -0.8008307814598083, -1.4123262166976929, -2.1785225868225098, -2.447453737258911, -2.1543734073638916, -1.7308409214019775, -1.5029356479644775, -1.2211377620697021, -0.703916609287262, -0.1300273984670639, 0.2560616135597229, 0.4691367447376251, 0.5950313806533813, 0.5895169377326965, 0.46289268136024475, 0.40938934683799744, 0.5747308731079102, 0.7533372640609741, 0.8129191994667053, 0.8842944502830505, 1.104063868522644, 1.3604055643081665, 1.4529987573623657, 1.2327730655670166, 0.799486517906189, 0.3295734226703644, -0.08134432882070541, -0.5305401682853699, -1.1009182929992676, -1.7625333070755005, -2.1917498111724854, -2.2146823406219482, -2.0259060859680176, -1.9334949254989624, -1.8610175848007202, -1.5484257936477661, -0.9347296357154846, -0.32520341873168945, -0.022758042439818382, 0.09325186163187027, 0.3056781589984894, 0.6041093468666077, 0.7770983576774597, 0.7488532066345215, 0.6484057307243347, 0.6604572534561157, 0.7894675135612488, 0.9819043278694153, 1.163388729095459, 1.333304762840271, 1.5392916202545166, 1.7822593450546265, 2.0209624767303467, 2.159618377685547, 1.9774302244186401, 1.3929587602615356, 0.5881762504577637, -0.0017184530152007937, -0.42149847745895386, -0.9965846538543701, -1.8033064603805542, -2.3912734985351562, -2.3713083267211914, -1.9591848850250244, -1.6141023635864258, -1.4382073879241943, -1.1049151420593262, -0.5431842803955078, 0.01611679047346115, 0.32677340507507324, 0.43138426542282104, 0.40774810314178467, 0.3540688753128052, 0.34317246079444885, 0.4283393323421478, 0.5237013697624207, 0.5512628555297852, 0.581016480922699, 0.7662286162376404, 1.0698919296264648, 1.28023099899292, 1.2154487371444702, 0.9381029605865479, 0.6253050565719604, 0.3606512248516083, 0.02109614759683609, -0.5157013535499573, -1.1639885902404785, -1.6259949207305908, -1.778982162475586, -1.80927312374115, -1.8850454092025757, -1.904043197631836, -1.654573917388916, -1.1673580408096313, -0.6913238167762756, -0.3804652988910675, -0.1245315819978714, 0.1776595562696457, 0.4599630832672119, 0.5776209831237793, 0.5690326690673828, 0.5440790057182312, 0.5652042031288147, 0.6294443011283875, 0.7394826412200928, 0.9034144878387451, 1.1195417642593384, 1.32742440700531, 1.563307523727417, 1.871053695678711, 2.138618230819702, 2.0527946949005127, 1.5459402799606323, 0.8984435200691223, 0.4937764108181, 0.14000436663627625, -0.5609426498413086, -1.4852107763290405, -2.0194814205169678, -1.9570304155349731, -1.708974003791809, -1.644761562347412, -1.5928804874420166, -1.22783625125885, -0.6644115447998047, -0.1819491982460022, 0.05888070911169052, 0.21278952062129974, 0.3232410252094269, 0.3400329351425171, 0.3070935308933258, 0.34180623292922974, 0.3900262415409088, 0.37094905972480774, 0.33572521805763245, 0.47033998370170593, 0.7491454482078552, 0.9317932724952698, 0.8816775679588318, 0.7045630216598511, 0.5738611817359924, 0.49139145016670227, 0.28259044885635376, -0.12134918570518494, -0.5971848964691162, -0.935508131980896, -1.1069411039352417, -1.2400773763656616, -1.4224334955215454, -1.5390396118164062, -1.4590250253677368, -1.1863055229187012, -0.8714727163314819, -0.6008338332176208, -0.3645040988922119, -0.0884447917342186, 0.16964340209960938, 0.35422128438949585, 0.4319016933441162, 0.4611697196960449, 0.49583181738853455, 0.5627643465995789, 0.6952241659164429, 0.8357712030410767, 0.9871330857276917, 1.1656447649002075, 1.419903039932251, 1.663448452949524, 1.6753039360046387, 1.4083821773529053, 1.0659406185150146, 0.8597119450569153, 0.5900214910507202, 0.03564609959721565, -0.6624451279640198, -1.0790051221847534, -1.1506450176239014, -1.163121223449707, -1.294560194015503, -1.3346426486968994, -1.113958477973938, -0.77946537733078, -0.5323629379272461, -0.35712334513664246, -0.14541678130626678, 0.02967687137424946, 0.08806535601615906, 0.07575343549251556, 0.10946754366159439, 0.1786385178565979, 0.17311370372772217, 0.13212822377681732, 0.20383624732494354, 0.39853939414024353, 0.5267423987388611, 0.48904019594192505, 0.3957878351211548, 0.3909186124801636, 0.4159427285194397, 0.2902594208717346, 0.011773841455578804, -0.2579423189163208, -0.41084495186805725, -0.5112231969833374, -0.6771306991577148, -0.869106113910675, -0.9713285565376282, -0.9502556324005127, -0.8632559180259705, -0.7570988535881042, -0.627454400062561, -0.47087353467941284, -0.27764227986335754, -0.06355851888656616, 0.0968426913022995, 0.213957741856575, 0.3157859742641449, 0.4056715667247772, 0.5191840529441833, 0.6532865166664124, 0.7823858261108398, 0.898613691329956, 1.016056776046753, 1.1214979887008667, 1.1440516710281372, 1.048062801361084, 0.9189832210540771, 0.8107290267944336, 0.6490612626075745, 0.3279423117637634, -0.03980346396565437, -0.25930848717689514, -0.3222725987434387, -0.40152648091316223, -0.5716394186019897, -0.6647469401359558, -0.6106931567192078, -0.4794495701789856, -0.41646143794059753, -0.3874709904193878, -0.3171176016330719, -0.2226724773645401, -0.16387642920017242, -0.1422915756702423, -0.12526999413967133, -0.09953759610652924, -0.08000113815069199, -0.04018225148320198, 0.02776258811354637, 0.1297941654920578, 0.21791969239711761, 0.2612539231777191, 0.25136834383010864, 0.2541413903236389, 0.2718988060951233, 0.22806598246097565, 0.07831279188394547, -0.09052306413650513, -0.20060892403125763, -0.26153019070625305, -0.3515952527523041, -0.4860757291316986, -0.5753878951072693, -0.5819083452224731, -0.5530937910079956, -0.5223931670188904, -0.4988681375980377, -0.46840906143188477, -0.3904370367527008, -0.31898820400238037, -0.24522238969802856, -0.14552703499794006, -0.03385596349835396, 0.06968741118907928, 0.193401500582695, 0.3702235221862793, 0.5158321261405945, 0.6049948930740356, 0.6938414573669434, 0.7856959104537964, 0.8130146265029907, 0.7574989199638367, 0.6701383590698242, 0.6226328015327454, 0.5686453580856323, 0.43017497658729553, 0.20946760475635529, 0.07062921673059464, 0.04549596831202507, 0.0742386132478714, 0.04504366219043732, -0.032927773892879486, -0.08015301078557968, -0.07481656223535538, -0.07544302195310593, -0.1119556650519371, -0.17496328055858612, -0.2322297990322113, -0.25915566086769104, -0.28589344024658203, -0.3165263235569, -0.3362337648868561, -0.3316875100135803, -0.30411994457244873, -0.26553288102149963, -0.17804163694381714, -0.0623374842107296, 0.025547578930854797, 0.05212385207414627, 0.06838303804397583, 0.1326930820941925, 0.18287286162376404, 0.12564580142498016, 0.00039849436143413186, -0.08588651567697525, -0.10530201345682144, -0.11788689345121384, -0.1869596242904663, -0.2738910913467407, -0.2982175052165985, -0.2952583134174347, -0.3137360215187073, -0.35993996262550354, -0.4001951813697815, -0.39675429463386536, -0.3962722718715668, -0.4176195561885834, -0.39678439497947693, -0.3260014057159424, -0.24539600312709808, -0.18162700533866882, -0.10380814224481583, 0.01854986697435379, 0.15053538978099823, 0.23911592364311218, 0.29771292209625244, 0.38693323731422424, 0.4883936941623688, 0.5246304273605347, 0.49413761496543884, 0.47842106223106384, 0.49742138385772705, 0.49160000681877136, 0.4333304464817047, 0.381060391664505, 0.4067535996437073, 0.4657510817050934, 0.49648457765579224, 0.4832756817340851, 0.43962815403938293, 0.3649974465370178, 0.29513734579086304, 0.20989909768104553, 0.10869843512773514, -0.006815552245825529, -0.11235556751489639, -0.19093061983585358, -0.2609412968158722, -0.32439297437667847, -0.3477987051010132, -0.3292739689350128, -0.2834230959415436, -0.2391645461320877, -0.17984135448932648, -0.1026175394654274, -0.04421770200133324, -0.026339340955018997, -0.031761184334754944, -0.0263598021119833, -0.030052272602915764, -0.07107663154602051, -0.11757560819387436, -0.13088245689868927, -0.11705184727907181, -0.11399315297603607, -0.1434803307056427, -0.19112835824489594, -0.2357790172100067, -0.28159669041633606, -0.326526939868927, -0.37229451537132263, -0.41690027713775635, -0.46395188570022583, -0.5002549290657043, -0.4976864159107208, -0.4641978144645691, -0.42767855525016785, -0.40436017513275146, -0.36902251839637756, -0.2952463626861572, -0.19296658039093018, -0.10247895121574402, -0.03139173239469528, 0.03565818443894386, 0.1228715106844902, 0.21846476197242737, 0.31228429079055786, 0.4051128923892975, 0.4720141291618347, 0.5191106796264648, 0.5633532404899597, 0.6207618713378906, 0.6653323769569397, 0.6822893023490906, 0.6917824745178223, 0.7157055139541626, 0.7230263948440552, 0.6906411051750183, 0.6186134219169617, 0.5450639724731445, 0.464344322681427, 0.3788233697414398, 0.2682968080043793, 0.14444638788700104, 0.03186224400997162, -0.029820337891578674, -0.06073325499892235, -0.08418330550193787, -0.11051785200834274, -0.12419793754816055, -0.10849916189908981, -0.0777115747332573, -0.056903988122940063, -0.0713835060596466, -0.11249295622110367, -0.13899685442447662, -0.1393272578716278, -0.12785448133945465, -0.12830135226249695, -0.13936881721019745, -0.13936550915241241, -0.12278340011835098, -0.11291119456291199, -0.14092102646827698, -0.19297169148921967, -0.2422557920217514, -0.28723815083503723, -0.32541710138320923, -0.3761947751045227, -0.424202561378479, -0.45294463634490967, -0.46747511625289917, -0.4898753762245178, -0.5063003301620483, -0.5214506387710571, -0.5261183381080627, -0.5133404731750488, -0.49190205335617065, -0.4633837044239044, -0.4236440360546112, -0.3776654005050659, -0.31085991859436035, -0.20358657836914062, -0.09391730278730392, 0.0027533643878996372, 0.09359507262706757, 0.19988694787025452, 0.3299769461154938, 0.45501843094825745, 0.553343653678894, 0.6048917770385742, 0.6073799133300781, 0.6049659252166748, 0.6403841376304626, 0.6839457750320435, 0.6879773736000061, 0.6354056000709534, 0.5743138194084167, 0.5703282356262207, 0.5932523608207703, 0.5909047722816467, 0.521767795085907, 0.4223603308200836, 0.3414852023124695, 0.27252504229545593, 0.2194279134273529, 0.16335317492485046, 0.10098756104707718, 0.02232670597732067, -0.05228875204920769, -0.1040230467915535, -0.12441042065620422, -0.12338116019964218, -0.1389840543270111, -0.15643617510795593, -0.15490999817848206, -0.12531732022762299, -0.0810621902346611, -0.06597703695297241, -0.05749835446476936, -0.05734892934560776, -0.06773949414491653, -0.10716218501329422, -0.17192867398262024, -0.21920041739940643, -0.2576768398284912, -0.2955116927623749, -0.34728577733039856, -0.3872237205505371, -0.42910027503967285, -0.46815523505210876, -0.5010533332824707, -0.5261870622634888, -0.5515023469924927, -0.598120927810669, -0.6367738246917725, -0.6636579632759094, -0.6556689143180847, -0.6254545450210571, -0.5845087170600891, -0.5465199947357178, -0.487337201833725, -0.37340936064720154, -0.23747359216213226, -0.1022094190120697, 0.015362181700766087, 0.12724246084690094, 0.24502888321876526, 0.33255717158317566, 0.40101543068885803, 0.4627833366394043, 0.5235783457756042, 0.5268992781639099, 0.4524517357349396, 0.3819601833820343, 0.44081494212150574, 0.5732542276382446, 0.643132746219635, 0.6402877569198608, 0.6132330298423767, 0.6257681846618652, 0.6623864769935608, 0.7088496088981628, 0.6901446580886841, 0.5561762452125549, 0.39755794405937195, 0.24261920154094696, 0.1470005363225937, 0.09210691601037979, 0.05484659969806671, -0.005973233375698328, -0.10974223166704178, -0.13880915939807892, -0.07721082866191864, 0.028922248631715775, 0.09170817583799362, 0.08234913647174835, 0.06347639113664627, 0.030835628509521484, 0.03870835527777672, 0.007784015033394098, -0.07011103630065918, -0.17120572924613953, -0.24567662179470062, -0.2740839123725891, -0.3168908953666687, -0.3441227078437805, -0.3562367856502533, -0.3372054994106293, -0.3348243832588196, -0.3624935448169708, -0.3947271406650543, -0.4474870562553406, -0.4885825514793396, -0.5386724472045898, -0.573958694934845, -0.6129164099693298, -0.6563661098480225, -0.6743990778923035, -0.6543344259262085, -0.5623527765274048, -0.45905524492263794, -0.3599473237991333, -0.27489715814590454, -0.1933446228504181, -0.07384676486253738, 0.008654419332742691, 0.06706485897302628, 0.10321106016635895, 0.15743117034435272, 0.22677603363990784, 0.3008781969547272, 0.3817416727542877, 0.4396885335445404, 0.4600422978401184, 0.35869237780570984, 0.26634058356285095, 0.35428446531295776, 0.5580335855484009, 0.699279248714447, 0.6887633204460144, 0.6389971971511841, 0.6361945867538452, 0.6567734479904175, 0.691096305847168, 0.6953081488609314, 0.5303694605827332, 0.3145248293876648, 0.14842039346694946, 0.07442939281463623, 0.0934261679649353, 0.11478310078382492, 0.12342099845409393, 0.040001947432756424, 0.01989383064210415, 0.07986176759004593, 0.17998413741588593, 0.2374711036682129, 0.13857804238796234, 0.021616492420434952, -0.09450937062501907, -0.15994158387184143, -0.21728254854679108, -0.33832022547721863, -0.428335964679718, -0.4308479130268097, -0.3798361122608185, -0.3894808888435364, -0.38706207275390625, -0.3341180086135864, -0.2681557834148407, -0.26146507263183594, -0.3125475347042084, -0.39998292922973633, -0.4955306649208069, -0.5656952857971191, -0.621113121509552, -0.6508048176765442, -0.6751911640167236, -0.6615251302719116, -0.6307005286216736, -0.5787957310676575, -0.45922642946243286, -0.33840736746788025, -0.2461763322353363, -0.19900718331336975, -0.1423254758119583, -0.08205138146877289, -0.025530142709612846, 0.034891366958618164, 0.09813731163740158, 0.1692112386226654, 0.23922264575958252, 0.357622891664505, 0.4822451174259186, 0.5354111790657043, 0.47065332531929016, 0.3724578320980072, 0.4338167905807495, 0.6596888303756714, 0.8393579721450806, 0.8646581172943115, 0.7785260677337646, 0.7404797673225403, 0.7520183324813843, 0.7771419882774353, 0.8104345798492432, 0.6729876399040222, 0.44152989983558655, 0.23184390366077423, 0.15337590873241425, 0.17157967388629913, 0.14411598443984985, 0.11929060518741608, 0.011646187864243984, -0.08041828125715256, -0.08606607466936111, 5.084744998384849e-07, 0.07395059615373611, -0.011833521537482738, -0.13732430338859558, -0.2502726912498474, -0.29059791564941406, -0.31796500086784363, -0.41285762190818787, -0.5092764496803284, -0.5541970133781433, -0.5173170566558838, -0.4745197296142578, -0.4427832365036011, -0.40803849697113037, -0.328752726316452, -0.26840874552726746, -0.2976197302341461, -0.37309643626213074, -0.4961013197898865, -0.5914039015769958, -0.6546903848648071, -0.6980808973312378, -0.7088138461112976, -0.6999248266220093, -0.6635987758636475, -0.5914313793182373, -0.4539934992790222, -0.29888272285461426, -0.16262218356132507, -0.08702421933412552, -0.027267765253782272, 0.06034184247255325, 0.16862493753433228, 0.25934991240501404, 0.31439679861068726, 0.34249749779701233, 0.41963768005371094, 0.4921579360961914, 0.43267008662223816, 0.3200376033782959, 0.3730107247829437, 0.6229145526885986, 0.8809582591056824, 0.9981812834739685, 0.9484597444534302, 0.8844334483146667, 0.8493252396583557, 0.8633775115013123, 0.8828128576278687, 0.7047168016433716, 0.44416892528533936, 0.1650240123271942, -0.013131530955433846, -0.024537868797779083, 0.021397242322564125, 0.06684562563896179, -0.02063746377825737, -0.12117467820644379, -0.11370861530303955, 0.0062103611417114735, 0.1146530956029892, 0.07018627226352692, -0.05714908242225647, -0.2338903397321701, -0.3142051696777344, -0.3474162817001343, -0.44705119729042053, -0.5447279810905457, -0.578715980052948, -0.5160622000694275, -0.4574843943119049, -0.41601571440696716, -0.3360326886177063, -0.22993528842926025, -0.186570405960083, -0.23664256930351257, -0.3269350528717041, -0.4661426842212677, -0.6069501638412476, -0.7157200574874878, -0.7502428293228149, -0.7413197159767151, -0.7269277572631836, -0.685792863368988, -0.6028181910514832, -0.43850722908973694, -0.2507801949977875, -0.0784764289855957, 0.017263663932681084, 0.07409022748470306, 0.16370312869548798, 0.26268476247787476, 0.3577725887298584, 0.3941100239753723, 0.43831226229667664, 0.472576379776001, 0.4130786955356598, 0.3114609122276306, 0.3640749454498291, 0.6177341938018799, 0.8635908961296082, 0.9873813390731812, 0.9675163626670837, 0.9283530712127686, 0.8963034152984619, 0.8846569657325745, 0.9054743051528931, 0.7295216917991638, 0.4355372190475464, 0.1342335194349289, -0.0732540562748909, -0.13441549241542816, -0.1390451192855835, -0.07111722975969315, -0.1024637222290039, -0.19317439198493958, -0.19606132805347443, -0.06471186131238937, 0.07187845557928085, 0.05013277754187584, -0.05110657215118408, -0.20871300995349884, -0.3187912702560425, -0.3988689184188843, -0.48237231373786926, -0.5301182270050049, -0.5262713432312012, -0.4701865613460541, -0.41940465569496155, -0.3584368824958801, -0.28641417622566223, -0.20388658344745636, -0.17040479183197021, -0.2224491685628891, -0.31111449003219604, -0.43972641229629517, -0.569491446018219, -0.6966347098350525, -0.7666775584220886, -0.7398360967636108, -0.6945934891700745, -0.6617310643196106, -0.6062874794006348, -0.46806588768959045, -0.2833400070667267, -0.11487502604722977, 0.0023853713646531105, 0.09814273566007614, 0.18468205630779266, 0.25956618785858154, 0.3299485146999359, 0.39002394676208496, 0.46503594517707825, 0.508357584476471, 0.43835994601249695, 0.3286232650279999, 0.3927821218967438, 0.6487922072410583, 0.896489143371582, 1.0066697597503662, 0.969535231590271, 0.9123411178588867, 0.8605309724807739, 0.832863450050354, 0.832836925983429, 0.6711891293525696, 0.38436707854270935, 0.06613682210445404, -0.14160384237766266, -0.22007717192173004, -0.2133212387561798, -0.14661358296871185, -0.19285275042057037, -0.29479819536209106, -0.313137412071228, -0.16792812943458557, -0.014210091903805733, -0.025913571938872337, -0.12948083877563477, -0.2717074453830719, -0.3568708598613739, -0.4219413697719574, -0.48759081959724426, -0.5320233106613159, -0.5235363245010376, -0.4562089741230011, -0.39056605100631714, -0.3389705419540405, -0.27702224254608154, -0.1988794356584549, -0.174465611577034, -0.2172371745109558, -0.29632508754730225, -0.4278053045272827, -0.5616340637207031, -0.676929235458374, -0.7066766619682312, -0.6644980907440186, -0.6210396885871887, -0.610352098941803, -0.5654562711715698, -0.4272906482219696, -0.2348230630159378, -0.0407036691904068, 0.08112838119268417, 0.16627287864685059, 0.23461180925369263, 0.31283238530158997, 0.41752374172210693, 0.5204609036445618, 0.6257238984107971, 0.6388002634048462, 0.5369974970817566, 0.4381636083126068, 0.5398286581039429, 0.8204591870307922, 1.045277714729309, 1.1179393529891968, 1.0410674810409546, 0.9657584428787231, 0.9052764773368835, 0.8809755444526672, 0.8751621842384338, 0.6865636706352234, 0.37655845284461975, 0.03835620358586311, -0.17712531983852386, -0.22749902307987213, -0.18534733355045319, -0.12780727446079254, -0.21511322259902954, -0.3525729477405548, -0.3759784400463104, -0.23121413588523865, -0.09736253321170807, -0.11416885256767273, -0.2240612506866455, -0.3722642660140991, -0.47260499000549316, -0.5331065058708191, -0.5531760454177856, -0.5451741814613342, -0.5216385722160339, -0.4978971481323242, -0.4775256812572479, -0.41456517577171326, -0.32878121733665466, -0.24132207036018372, -0.23546914756298065, -0.30618900060653687, -0.40183672308921814, -0.5121259093284607, -0.6183323264122009, -0.7155537605285645, -0.7435351014137268, -0.6974004507064819, -0.6258018016815186, -0.5825535655021667, -0.5177225470542908, -0.3824130594730377, -0.2126474678516388, -0.03378468379378319, 0.09919743984937668, 0.211117222905159, 0.2879987061023712, 0.3606613278388977, 0.4439198076725006, 0.5479840040206909, 0.6912602782249451, 0.7447868585586548, 0.6461890935897827, 0.5325998067855835, 0.6474019885063171, 0.9435320496559143, 1.1798405647277832, 1.23625910282135, 1.1281338930130005, 1.0067591667175293, 0.8911687135696411, 0.8741436004638672, 0.871920108795166, 0.7009016871452332, 0.39804452657699585, 0.02860797569155693, -0.1967102736234665, -0.2431367188692093, -0.15149354934692383, -0.07548289000988007, -0.20003962516784668, -0.38317519426345825, -0.4514125883579254, -0.33302977681159973, -0.19921675324440002, -0.18802417814731598, -0.2970907390117645, -0.4751637279987335, -0.6115028858184814, -0.6748684048652649, -0.6404821872711182, -0.5775603652000427, -0.5289685726165771, -0.5283142924308777, -0.5434747338294983, -0.4990531802177429, -0.398390531539917, -0.2939472496509552, -0.30460265278816223, -0.41218292713165283, -0.5271337628364563, -0.6258505582809448, -0.6901405453681946, -0.7568976879119873, -0.7429108619689941, -0.657889187335968, -0.5971972346305847, -0.5575528740882874, -0.48704296350479126, -0.33220866322517395, -0.15019679069519043, 0.010292326100170612, 0.13958768546581268, 0.22681380808353424, 0.2998514771461487, 0.39553967118263245, 0.5271812081336975, 0.6653476357460022, 0.8044614791870117, 0.8354503512382507, 0.740105926990509, 0.6548938155174255, 0.7806152105331421, 1.0816911458969116, 1.2990273237228394, 1.3027955293655396, 1.1838635206222534, 1.0434013605117798, 0.9123038053512573, 0.8953676819801331, 0.8863725662231445, 0.7104586362838745, 0.40800437331199646, 0.04689091444015503, -0.16902178525924683, -0.21712671220302582, -0.11194349080324173, -0.03691511228680611, -0.19285830855369568, -0.3848224878311157, -0.47923505306243896, -0.3856147229671478, -0.25462761521339417, -0.2446059137582779, -0.3463168144226074, -0.5358544588088989, -0.6730044484138489, -0.7087714076042175, -0.6516863107681274, -0.577646791934967, -0.5301802158355713, -0.556864321231842, -0.5935465097427368, -0.5643190145492554, -0.473631352186203, -0.365668386220932, -0.3953686058521271, -0.49976447224617004, -0.6218753457069397, -0.7122341990470886, -0.7583579421043396, -0.7998615503311157, -0.7344539761543274, -0.6585736274719238, -0.6033409833908081, -0.5580082535743713, -0.4719441831111908, -0.31220588088035583, -0.1389448195695877, 0.035150784999132156, 0.16416573524475098, 0.2561468183994293, 0.3192078769207001, 0.41844114661216736, 0.567934513092041, 0.7392227053642273, 0.8801919221878052, 0.890983521938324, 0.7858321666717529, 0.7330185174942017, 0.900730550289154, 1.1625374555587769, 1.3445816040039062, 1.3397289514541626, 1.1894532442092896, 1.0217853784561157, 0.8823865652084351, 0.8908531069755554, 0.8582438230514526, 0.6709591150283813, 0.3612726330757141, -0.003326380392536521, -0.18993474543094635, -0.20260892808437347, -0.07481054216623306, -0.03550184518098831, -0.20271797478199005, -0.3992161452770233, -0.469135046005249, -0.37150055170059204, -0.2757910192012787, -0.2678092420101166, -0.37455764412879944, -0.5682521462440491, -0.7183755040168762, -0.7425711154937744, -0.6473237872123718, -0.5394543409347534, -0.5187321305274963, -0.5822255611419678, -0.6257874369621277, -0.6091805100440979, -0.5036612153053284, -0.4211362302303314, -0.4687337875366211, -0.5778780579566956, -0.7096731662750244, -0.7855642437934875, -0.8341324329376221, -0.8190590739250183, -0.7235881686210632, -0.6461676955223083, -0.5882425904273987, -0.5355119705200195, -0.42829588055610657, -0.28031212091445923, -0.09688980877399445, 0.07835801690816879, 0.2064305692911148, 0.29866400361061096, 0.3691844940185547, 0.47317615151405334, 0.624738872051239, 0.8207312822341919, 0.9621908068656921, 0.9438938498497009, 0.8301743268966675, 0.8319033980369568, 1.0282580852508545, 1.2412759065628052, 1.3838878870010376, 1.3483502864837646, 1.1731834411621094, 0.9739129543304443, 0.8503174185752869, 0.8805486559867859, 0.8188490867614746, 0.628830075263977, 0.2999086380004883, -0.04553038254380226, -0.1970556378364563, -0.16345998644828796, -0.016981525346636772, -0.023542406037449837, -0.20209160447120667, -0.3756971061229706, -0.42829015851020813, -0.34338200092315674, -0.24665111303329468, -0.23004893958568573, -0.35934609174728394, -0.5645495653152466, -0.6943824291229248, -0.6815944314002991, -0.573991596698761, -0.4695671498775482, -0.46192023158073425, -0.5454370975494385, -0.6010506749153137, -0.5788507461547852, -0.4755767583847046, -0.4366377294063568, -0.5042195916175842, -0.6128323078155518, -0.7355551719665527, -0.8004118204116821, -0.820103645324707, -0.7745636701583862, -0.6771271228790283, -0.6105011701583862, -0.5583298206329346, -0.4957836866378784, -0.381011962890625, -0.22233399748802185, -0.04309654235839844, 0.11398369818925858, 0.234115868806839, 0.32696571946144104, 0.41680586338043213, 0.5374459028244019, 0.7053122520446777, 0.8842665553092957, 0.9671160578727722, 0.9121508598327637, 0.8488298058509827, 0.914130449295044, 1.076554775238037, 1.2401918172836304, 1.3289439678192139, 1.25877046585083, 1.0826966762542725, 0.8926142454147339, 0.8166231513023376, 0.8087559342384338, 0.7128984928131104, 0.5057989358901978, 0.16553887724876404, -0.11619395017623901, -0.23127545416355133, -0.1617279201745987, -0.054965462535619736, -0.12289085239171982, -0.29509639739990234, -0.4500405788421631, -0.4557398855686188, -0.3564937114715576, -0.2642478346824646, -0.25832974910736084, -0.41964542865753174, -0.6060582995414734, -0.6958311200141907, -0.6419574618339539, -0.5149411559104919, -0.45974016189575195, -0.5129560232162476, -0.6150566935539246, -0.6544697284698486, -0.6006348729133606, -0.5021592378616333, -0.4965249300003052, -0.578606128692627, -0.688110888004303, -0.7825767993927002, -0.8135886192321777, -0.8007648587226868, -0.7375208735466003, -0.670054018497467, -0.6246496438980103, -0.5702037811279297, -0.48963063955307007, -0.3509567975997925, -0.18525345623493195, -0.018415281549096107, 0.11969473958015442, 0.24424457550048828, 0.36593085527420044, 0.4827069640159607, 0.6262775659561157, 0.811518669128418, 0.9673101902008057, 0.9781504273414612, 0.892254114151001, 0.8801937699317932, 0.9919153451919556, 1.143855333328247, 1.259422779083252, 1.268880009651184, 1.1631604433059692, 0.9672694206237793, 0.8100656270980835, 0.7886508703231812, 0.7513775825500488, 0.6222901344299316, 0.3588651418685913, 0.025662340223789215, -0.1970384269952774, -0.2566140294075012, -0.15057063102722168, -0.11100660264492035, -0.23736031353473663, -0.40637269616127014, -0.514728307723999, -0.4717133045196533, -0.3622818887233734, -0.27611398696899414, -0.31294405460357666, -0.48025748133659363, -0.642044186592102, -0.6875328421592712, -0.5927094221115112, -0.4778018295764923, -0.45596155524253845, -0.5276042222976685, -0.6327993869781494, -0.6595206260681152, -0.5761776566505432, -0.49114686250686646, -0.5103434920310974, -0.59530109167099, -0.7115787267684937, -0.7798022627830505, -0.7961041331291199, -0.7541508674621582, -0.6736894845962524, -0.6126659512519836, -0.5745895504951477, -0.5231970548629761, -0.41376304626464844, -0.2562001049518585, -0.07187888771295547, 0.0999452993273735, 0.24140165746212006, 0.3781290352344513, 0.496453195810318, 0.6264315843582153, 0.8008212447166443, 0.9866284728050232, 1.072265625, 1.0068347454071045, 0.9413117170333862, 0.9947624802589417, 1.1200600862503052, 1.2477998733520508, 1.3201550245285034, 1.264954686164856, 1.094083309173584, 0.8887603282928467, 0.8004035949707031, 0.783586859703064, 0.6945246458053589, 0.5050824880599976, 0.18222279846668243, -0.11140473186969757, -0.27206745743751526, -0.25763192772865295, -0.16032300889492035, -0.20151843130588531, -0.3354174494743347, -0.4849664866924286, -0.5260100364685059, -0.4543730914592743, -0.35159045457839966, -0.2971007525920868, -0.3879132568836212, -0.5666616559028625, -0.7012365460395813, -0.6852537393569946, -0.5692922472953796, -0.48826688528060913, -0.5044275522232056, -0.6012105345726013, -0.6770968437194824, -0.6622401475906372, -0.5710659027099609, -0.5150964260101318, -0.5484800338745117, -0.6352032423019409, -0.7437453866004944, -0.8017019629478455, -0.7864446043968201, -0.7142359614372253, -0.6268213391304016, -0.5817916393280029, -0.5469986200332642, -0.4895643889904022, -0.3620354235172272, -0.18050304055213928, 0.001073686289601028, 0.16653263568878174, 0.30760350823402405, 0.42822882533073425, 0.5481622219085693, 0.689630925655365, 0.8814179301261902, 1.0382167100906372, 1.0579309463500977, 0.9818365573883057, 0.969960629940033, 1.0554672479629517, 1.1749075651168823, 1.280781865119934, 1.307984471321106, 1.1988271474838257, 1.002268671989441, 0.8321115374565125, 0.7865302562713623, 0.7484083771705627, 0.6190207004547119, 0.38253137469291687, 0.04970252141356468, -0.18861231207847595, -0.28799906373023987, -0.23907816410064697, -0.20156122744083405, -0.29715612530708313, -0.4420444071292877, -0.5576638579368591, -0.5420299172401428, -0.464454710483551, -0.37334588170051575, -0.3595201373100281, -0.47590339183807373, -0.6218321919441223, -0.7139617204666138, -0.661029040813446, -0.5525684356689453, -0.5066414475440979, -0.5466585159301758, -0.647481381893158, -0.7046728730201721, -0.6681762337684631, -0.5859570503234863, -0.5528279542922974, -0.5887078642845154, -0.6709586381912231, -0.7605863213539124, -0.7844996452331543, -0.7493669986724854, -0.6533988118171692, -0.5751391053199768, -0.5394428968429565, -0.49795740842819214, -0.42189863324165344, -0.2616059482097626, -0.06807705014944077, 0.1209978386759758, 0.28688088059425354, 0.41800668835639954, 0.5434746742248535, 0.6764320135116577, 0.8593194484710693, 1.040474534034729, 1.1212294101715088, 1.0797233581542969, 1.0310579538345337, 1.0636502504348755, 1.1475616693496704, 1.240444540977478, 1.2993488311767578, 1.2501329183578491, 1.0924198627471924, 0.9099078178405762, 0.8035164475440979, 0.7548162937164307, 0.6683712005615234, 0.4947989284992218, 0.1984381526708603, -0.08543897420167923, -0.2656767666339874, -0.3062269687652588, -0.25930821895599365, -0.2932376265525818, -0.4069596529006958, -0.5406181812286377, -0.5938873887062073, -0.5458990335464478, -0.4570738673210144, -0.38405412435531616, -0.42791783809661865, -0.5446880459785461, -0.6720162034034729, -0.7058355212211609, -0.6249989867210388, -0.5398851037025452, -0.5197941064834595, -0.5912520885467529, -0.6630721688270569, -0.6776546835899353, -0.6211992502212524, -0.556471049785614, -0.5398223996162415, -0.589576780796051, -0.6720105409622192, -0.7341475486755371, -0.7457079291343689, -0.6779788732528687, -0.5825777053833008, -0.5226238369941711, -0.4916118383407593, -0.4610098600387573, -0.3547695577144623, -0.1848025619983673, 0.00652293860912323, 0.19492608308792114, 0.35528868436813354, 0.49141910672187805, 0.6086999177932739, 0.7613186836242676, 0.9538758397102356, 1.1029969453811646, 1.1367863416671753, 1.083519697189331, 1.0787986516952515, 1.1193963289260864, 1.2011210918426514, 1.283328652381897, 1.2941346168518066, 1.2062910795211792, 1.0337361097335815, 0.8721956610679626, 0.7927314043045044, 0.7311447262763977, 0.6154980659484863, 0.39806362986564636, 0.08016814291477203, -0.17820149660110474, -0.31818968057632446, -0.3171359598636627, -0.30458343029022217, -0.3765215575695038, -0.4902287721633911, -0.6117721199989319, -0.6285303831100464, -0.568496584892273, -0.467128187417984, -0.43239566683769226, -0.513875424861908, -0.6295658946037292, -0.7429125308990479, -0.7413919568061829, -0.6440209150314331, -0.5873672962188721, -0.6087267398834229, -0.69246906042099, -0.7496392130851746, -0.7399342060089111, -0.6810662746429443, -0.6312649846076965, -0.6159249544143677, -0.6700114607810974, -0.740447998046875, -0.7730595469474792, -0.7528242468833923, -0.6525065898895264, -0.5575106143951416, -0.49756932258605957, -0.4665464162826538, -0.41406577825546265, -0.2789762616157532, -0.08929045498371124, 0.1312645524740219, 0.3343016803264618, 0.4856615662574768, 0.6139032244682312, 0.7587366104125977, 0.9525216221809387, 1.1037253141403198, 1.161474347114563, 1.1405327320098877, 1.1163828372955322, 1.1229280233383179, 1.157381534576416, 1.2298318147659302, 1.2877310514450073, 1.2480459213256836, 1.0840359926223755, 0.9345709085464478, 0.8563363552093506, 0.7925904989242554, 0.6655260324478149, 0.46877795457839966, 0.1898098737001419, -0.07134328037500381, -0.2464776337146759, -0.31123867630958557, -0.3159736692905426, -0.37238970398902893, -0.4594864845275879, -0.5575842261314392, -0.6065732836723328, -0.5830680727958679, -0.498731791973114, -0.4302307367324829, -0.4691724479198456, -0.5766266584396362, -0.6940694451332092, -0.7284349799156189, -0.6741901636123657, -0.6172561645507812, -0.6004908084869385, -0.6550465226173401, -0.6895961165428162, -0.8138373494148254, -0.968694269657135, -0.8682819604873657, -0.7053923606872559, -0.5739491581916809, -0.6008141040802002, -0.6483417749404907, -0.7000356912612915, -0.6875594854354858, -0.638368546962738, -0.5834764242172241, -0.4919472634792328, -0.35372087359428406, -0.1599796563386917, 0.05493978410959244, 0.3305886685848236, 0.645365834236145, 0.8814753890037537, 1.0551581382751465, 1.2330660820007324, 1.3871489763259888, 1.355276346206665, 1.0592663288116455, 0.7804816961288452, 0.8406877517700195, 1.1852262020111084, 1.300429105758667, 1.1615180969238281, 1.0730990171432495, 1.0382884740829468, 0.7994617223739624, 0.4382605254650116, 0.32168063521385193, 0.374293714761734, 0.27648377418518066, 0.03718134015798569, -0.18882937729358673, -0.3028068244457245, -0.321400910615921, -0.33467188477516174, -0.330504447221756, -0.3780393898487091, -0.4415576457977295, -0.4611366391181946, -0.47723275423049927, -0.4273722171783447, -0.36175239086151123, -0.26506444811820984, -0.2672763168811798, -0.37783199548721313, -0.48525097966194153, -0.5343896746635437, -0.47523805499076843, -0.467269629240036, -0.5138412714004517, -0.547547459602356, -0.5592451691627502, -0.6093736290931702, -0.6957448124885559, -0.7034440040588379, -0.6518288254737854, -0.6135408878326416, -0.6812305450439453, -0.7654908895492554, -0.7312275767326355, -0.6200010776519775, -0.4825257360935211, -0.3860818147659302, -0.3052290678024292, -0.23285947740077972, -0.1690814048051834, -0.014163060113787651, 0.2446177899837494, 0.5909690856933594, 0.8540803790092468, 0.9855456352233887, 1.1504031419754028, 1.3591947555541992, 1.4900566339492798, 1.2731305360794067, 0.9138521552085876, 0.8212746977806091, 1.0907196998596191, 1.2475776672363281, 1.0791083574295044, 0.9260892271995544, 0.890529215335846, 0.669223427772522, 0.1930660754442215, -0.007602918427437544, 0.14681078493595123, 0.16710121929645538, -0.1409866362810135, -0.4266252815723419, -0.47400572896003723, -0.4636104702949524, -0.5301053524017334, -0.5946293473243713, -0.6223673224449158, -0.6632224321365356, -0.6437380313873291, -0.5873243808746338, -0.4768790900707245, -0.3076264560222626, -0.17589257657527924, -0.22349295020103455, -0.4042927920818329, -0.4758637547492981, -0.4339047372341156, -0.3772473633289337, -0.36744487285614014, -0.33658620715141296, -0.28374606370925903, -0.3258967697620392, -0.45317772030830383, -0.6306946277618408, -0.7252646088600159, -0.7209575176239014, -0.6739251613616943, -0.6497445702552795, -0.646699845790863, -0.6284182667732239, -0.604637622833252, -0.5559878945350647, -0.4420253038406372, -0.2905532419681549, -0.13906998932361603, -0.021096421405673027, 0.13652250170707703, 0.4273976683616638, 0.7756220102310181, 1.0308259725570679, 1.1434152126312256, 1.2691041231155396, 1.5220019817352295, 1.6495643854141235, 1.267050862312317, 0.8025493621826172, 0.9716928005218506, 1.6417056322097778, 1.7691658735275269, 1.2339496612548828, 0.8457548022270203, 0.7152080535888672, 0.3127591013908386, -0.21744316816329956, -0.08945000171661377, 0.38964104652404785, 0.29817482829093933, -0.3453900218009949, -0.7817624807357788, -0.8191704750061035, -0.8275414705276489, -0.9350789189338684, -0.9425438642501831, -0.8600441217422485, -0.774501383304596, -0.6593420505523682, -0.6043450832366943, -0.5819876790046692, -0.5701299905776978, -0.5193898677825928, -0.47581663727760315, -0.4518776535987854, -0.332464337348938, -0.22135934233665466, -0.17114531993865967, -0.20217354595661163, -0.24182654917240143, -0.2874986231327057, -0.3474690020084381, -0.40440869331359863, -0.48256298899650574, -0.5051039457321167, -0.4684157073497772, -0.4555511772632599, -0.5652945041656494, -0.6554528474807739, -0.5880569219589233, -0.45297756791114807, -0.29613152146339417, -0.11611346155405045, 0.03480742871761322, 0.11570566892623901, 0.2002274990081787, 0.39478686451911926, 0.6981683373451233, 1.0256346464157104, 1.3335402011871338, 1.5474939346313477, 1.5217278003692627, 1.1040149927139282, 0.6600453853607178, 0.8381203413009644, 1.6247271299362183, 2.0082688331604004, 1.528232216835022, 0.8718122839927673, 0.5556250214576721, 0.2537599802017212, -0.07446987181901932, 0.14987897872924805, 0.6650639772415161, 0.5114637017250061, -0.3567478358745575, -1.0002027750015259, -1.041851282119751, -0.9058735966682434, -0.9070312976837158, -0.8971253037452698, -0.8319723606109619, -0.8365158438682556, -0.9346506595611572, -1.028689980506897, -0.9301004409790039, -0.7178436517715454, -0.5327299237251282, -0.47068682312965393, -0.40110450983047485, -0.3182694613933563, -0.3726107180118561, -0.40764206647872925, -0.32878613471984863, -0.2392827421426773, -0.26888659596443176, -0.2883157432079315, -0.2445404976606369, -0.3358973562717438, -0.4661915898323059, -0.410354346036911, -0.3031246066093445, -0.4226146638393402, -0.5621505379676819, -0.4291702210903168, -0.19382770359516144, -0.12073914706707001, -0.13707119226455688, -0.05606062337756157, 0.12518875300884247, 0.3545319736003876, 0.6438665986061096, 0.9428526163101196, 1.2303506135940552, 1.4559112787246704, 1.4013231992721558, 0.8985220193862915, 0.4586956799030304, 0.8360744118690491, 1.816709280014038, 2.1701486110687256, 1.497356653213501, 0.7056280970573425, 0.4050927460193634, 0.2235911637544632, 0.06383851915597916, 0.5078008770942688, 1.1530823707580566, 0.7865915894508362, -0.5488525629043579, -1.4133514165878296, -1.2105580568313599, -0.7196561694145203, -0.5632348656654358, -0.5822796821594238, -0.7663503885269165, -1.1527373790740967, -1.414833903312683, -1.2891842126846313, -0.9079993367195129, -0.6065759062767029, -0.47846195101737976, -0.5160549283027649, -0.6059258580207825, -0.6128840446472168, -0.5676928162574768, -0.4725016951560974, -0.2857939302921295, -0.08762643486261368, -0.06263275444507599, -0.2126963585615158, -0.34115615487098694, -0.39897245168685913, -0.3702072203159332, -0.19040508568286896, 0.012151980772614479, 0.014084212481975555, -0.14586055278778076, -0.23988077044487, -0.1458822637796402, 0.0460120290517807, 0.23170724511146545, 0.3416140675544739, 0.4034237861633301, 0.5546990633010864, 0.8302436470985413, 1.07951021194458, 1.2311055660247803, 1.2029800415039062, 0.890533447265625, 0.6305906176567078, 0.9750930666923523, 1.6922924518585205, 1.8138556480407715, 1.1715290546417236, 0.5791848301887512, 0.4489738941192627, 0.3933216631412506, 0.34964966773986816, 0.62464839220047, 0.8198606371879578, 0.28971704840660095, -0.6756742596626282, -1.120167851448059, -0.8100873231887817, -0.3904341459274292, -0.3823208808898926, -0.7114010453224182, -1.078769564628601, -1.2844101190567017, -1.2590886354446411, -1.0646026134490967, -0.7836704254150391, -0.5803143382072449, -0.6053656935691833, -0.786536455154419, -0.8806660771369934, -0.7560418248176575, -0.5254455208778381, -0.2942682206630707, -0.1134505495429039, -0.07809148728847504, -0.21910381317138672, -0.3590957224369049, -0.3588404059410095, -0.18227973580360413, 0.051070019602775574, 0.19050008058547974, 0.1146804690361023, -0.07691783457994461, -0.2061280906200409, -0.11419615894556046, 0.18333497643470764, 0.480438232421875, 0.5339669585227966, 0.33925673365592957, 0.23724506795406342, 0.42574432492256165, 0.7769982814788818, 1.0821360349655151, 1.2017889022827148, 0.9259117245674133, 0.4115186035633087, 0.38802844285964966, 1.1021696329116821, 1.669115662574768, 1.3280589580535889, 0.6386450529098511, 0.3608287572860718, 0.34613358974456787, 0.21501868963241577, 0.2708420753479004, 0.5070767402648926, 0.27245235443115234, -0.4850853979587555, -0.9496293663978577, -0.6804072260856628, -0.34714916348457336, -0.48560282588005066, -0.8489580154418945, -1.0378859043121338, -1.0079944133758545, -0.9324855208396912, -0.8584708571434021, -0.8119530081748962, -0.7870553731918335, -0.7117792367935181, -0.6362231373786926, -0.6321542263031006, -0.6495107412338257, -0.5838409066200256, -0.3682573437690735, -0.15497151017189026, -0.0548069067299366, -0.06749853491783142, -0.13202913105487823, -0.19195914268493652, -0.16774779558181763, 0.0443836972117424, 0.3171071410179138, 0.3141302466392517, 0.05299605801701546, -0.06927146017551422, 0.14684291183948517, 0.42859184741973877, 0.46845385432243347, 0.4552268981933594, 0.5324336886405945, 0.5743127465248108, 0.6270232200622559, 0.8483908176422119, 0.944890558719635, 0.5947361588478088, 0.27809378504753113, 0.6974947452545166, 1.3819239139556885, 1.3230791091918945, 0.6519578695297241, 0.27478209137916565, 0.35612472891807556, 0.37205490469932556, 0.3174419403076172, 0.45873281359672546, 0.46427640318870544, -0.05253332480788231, -0.7264536023139954, -0.8858445286750793, -0.524350106716156, -0.26410388946533203, -0.45830947160720825, -0.875974714756012, -1.128550410270691, -1.0726280212402344, -0.9160746932029724, -0.8149406909942627, -0.7692679166793823, -0.7067931890487671, -0.6750999093055725, -0.7258986234664917, -0.7281364798545837, -0.587396502494812, -0.32417917251586914, -0.1314239501953125, -0.09592639654874802, -0.10276295989751816, -0.09622194617986679, -0.07769995927810669, -0.03534829244017601, 0.07269041240215302, 0.24601171910762787, 0.3735387623310089, 0.3356892168521881, 0.17224274575710297, 0.07702731341123581, 0.22053958475589752, 0.4979915916919708, 0.6056935787200928, 0.4869038760662079, 0.3868860900402069, 0.44457197189331055, 0.5233857035636902, 0.6305118203163147, 0.9140104055404663, 0.953423023223877, 0.26543933153152466, -0.2527095079421997, 0.5244258046150208, 1.7678536176681519, 1.6200339794158936, 0.2061145156621933, -0.5237692594528198, -0.05360105633735657, 0.4990914463996887, 0.5379807949066162, 0.4971923828125, 0.30426955223083496, -0.47003576159477234, -1.1913632154464722, -0.9424120783805847, -0.09461028128862381, 0.1297435313463211, -0.48507368564605713, -1.2010873556137085, -1.3790475130081177, -1.0616250038146973, -0.6536115407943726, -0.5111401081085205, -0.6040549874305725, -0.6799786686897278, -0.6827171444892883, -0.7133443355560303, -0.703887939453125, -0.44994470477104187, -0.05222751200199127, 0.16435495018959045, 0.07474382221698761, -0.15030765533447266, -0.2664576768875122, -0.1483282446861267, 0.09685840457677841, 0.29089727997779846, 0.43899840116500854, 0.3966018259525299, 0.04671736806631088, -0.32878270745277405, -0.01108845230191946, 0.5847532153129578, 0.7404042482376099, 0.3344857394695282, 0.05194048583507538, 0.1873060166835785, 0.26748940348625183, 0.41607531905174255, 0.7301542162895203, 0.9689696431159973, 0.7442330121994019, 0.17740243673324585, -0.021499890834093094, 0.4287536144256592, 1.058430790901184, 1.1757676601409912, 0.6447600722312927, 0.08702033013105392, 0.043260447680950165, 0.28195005655288696, 0.415782630443573, 0.38994792103767395, 0.30075979232788086, -0.006830352824181318, -0.42404064536094666, -0.5258048176765442, -0.2998614013195038, -0.2302021086215973, -0.5256319046020508, -0.7532669305801392, -0.6916360259056091, -0.6376767158508301, -0.7161388993263245, -0.8194257020950317, -0.7837415337562561, -0.5602686405181885, -0.32637113332748413, -0.2865148186683655, -0.4892655909061432, -0.6102877259254456, -0.4200081527233124, -0.10957812517881393, 0.04259946942329407, -0.029764467850327492, -0.14802232384681702, -0.1465984433889389, -0.0823948085308075, -0.019266890361905098, -0.03858776018023491, 0.15819008648395538, 0.25243544578552246, -0.09610943496227264, -0.2156020849943161, 0.18016481399536133, 0.32641345262527466, -0.10336925089359283, -0.17178292572498322, 0.21191859245300293, 0.25047504901885986, 0.17166142165660858, 0.22065119445323944, 0.3050247132778168, 0.33547213673591614, 0.5048492550849915, 0.5773851275444031, 0.394168496131897, 0.23888728022575378, 0.553048849105835, 0.9329386353492737, 0.750218391418457, 0.3507375121116638, 0.3256605565547943, 0.5626794099807739, 0.5205060243606567, 0.31687164306640625, 0.3845924437046051, 0.5320155024528503, 0.3691854476928711, -0.05214583873748779, -0.15233294665813446, 0.07410509884357452, 0.1303582340478897, -0.15481717884540558, -0.4206923246383667, -0.44812339544296265, -0.4532843232154846, -0.48742741346359253, -0.4826340079307556, -0.3926919996738434, -0.3315542936325073, -0.3752874433994293, -0.44699451327323914, -0.4797395169734955, -0.4762977659702301, -0.38425394892692566, -0.24274851381778717, -0.12352064996957779, -0.08228468894958496, -0.1948428452014923, -0.5042065382003784, -0.5139173865318298, -0.016168298199772835, -0.14746646583080292, -0.34549182653427124, -0.23483969271183014, -0.05627400428056717, -0.17228294909000397, -0.43277809023857117, -0.2647329568862915, -0.22248783707618713, 0.018058018758893013, -0.01587400585412979, -0.3611038625240326, -0.1752791553735733, -0.04414653778076172, 0.003086655866354704, -0.05723196640610695, -0.0971829891204834, 0.4301130175590515, 0.3213517665863037, 0.24605154991149902, 0.37446072697639465, 0.4653332531452179, 0.4899504482746124, 0.453242689371109, 0.5395491123199463, 0.5464761257171631, 0.7263585925102234, 0.8857905268669128, 0.5516178607940674, 0.30660852789878845, 0.5332533717155457, 0.7147120833396912, 0.6750378012657166, 0.4907945394515991, 0.4191548824310303, 0.39452531933784485, 0.3931727409362793, 0.2665047347545624, -0.0033157470170408487, 0.10525476187467575, 0.17500688135623932, 0.012226179242134094, -0.2067665010690689, -0.32684075832366943, -0.1897456794977188, -0.31524384021759033, -0.4008147120475769, -0.26586347818374634, -0.22554700076580048, -0.31501883268356323, -0.4509057402610779, -0.5762594938278198, -0.6305330395698547, -0.42836931347846985, -0.1833844631910324, -0.2694615125656128, -0.6286584138870239, -0.6897487044334412, -0.3524836301803589, -0.42780801653862, -0.5706182718276978, -0.3905870020389557, -0.25257134437561035, -0.6106671094894409, -0.43229320645332336, -0.21024616062641144, -0.436671644449234, -0.4201028645038605, -0.4544764757156372, -0.16778594255447388, -0.09568894654512405, -0.1168704554438591, -0.2171240895986557, -0.17908169329166412, -0.060694336891174316, 0.11463930457830429, 0.12730133533477783, 0.13258586823940277, 0.6163400411605835, 0.26676294207572937, 0.039355553686618805, 0.6808858513832092, 0.7917712926864624, 0.48721668124198914, 0.4630747139453888, 0.8262615203857422, 0.5372893214225769, 0.5803186893463135, 0.8538079857826233, 0.7251827120780945, 0.7293906211853027, 0.7147130370140076, 0.398313969373703, 0.34471365809440613, 0.842362642288208, 0.8784126043319702, 0.20579782128334045, -0.013047031126916409, 0.34387367963790894, 0.46202290058135986, 0.15397031605243683, 0.006233940366655588, 0.051631443202495575, -0.09602289646863937, -0.346870094537735, -0.18126577138900757, -0.10900964587926865, -0.288705438375473, -0.4464070498943329, -0.4011066257953644, -0.3449020981788635, -0.5700379610061646, -0.5849708914756775, -0.3557719588279724, -0.4920447766780853, -0.787043571472168, -0.6337555050849915, -0.1968253254890442, -0.6955872774124146, -0.7723703980445862, -0.3727213144302368, -0.5176258683204651, -0.5533291697502136, -0.6742509007453918, -0.45248210430145264, -0.21697582304477692, -0.32033708691596985, -0.5730161070823669, -0.5579712390899658, 0.23144632577896118, -0.46655067801475525, -0.19821469485759735, 0.08531923592090607, 0.07138928025960922, -0.240869402885437, -0.3007362484931946, 0.43939951062202454, 0.7250678539276123, -0.4151962995529175, -0.09129782021045685, 0.8101487159729004, 0.4781062602996826, -0.13297587633132935, 0.41157323122024536, 0.8044756650924683, 0.3547569513320923, 0.193283349275589, 0.7054805755615234, 0.5113170742988586, 0.3809117078781128, 0.5007719993591309, 0.5691426992416382, 0.4399104118347168, 0.2926349341869354, 0.6572270393371582, 0.3530232012271881, 0.3663939833641052, 0.1283392608165741, 0.5180724859237671, 0.4721944332122803, 0.07208367437124252, 0.2598111033439636, 0.15237754583358765, 0.2412252128124237, 0.11589176207780838, -0.1479489654302597, -0.10650062561035156, 0.16523487865924835, 0.08773115277290344, -0.6081333160400391, -0.2013634592294693, 0.16315333545207977, -0.27275919914245605, -0.6583912968635559, -0.30827850103378296, 0.055561430752277374, -0.5246485471725464, -0.49738457798957825, -0.20605722069740295, -0.3156907260417938, -0.5266427993774414, -0.39445069432258606, -0.11838113516569138, -0.22661691904067993, -0.38921892642974854, -0.47933855652809143, -0.33823472261428833, -0.06823626905679703, -0.15698274970054626, -0.28822046518325806, -0.004880807362496853, -0.26897668838500977, -0.47123226523399353, -0.05726179853081703, 0.30183708667755127, -0.16039831936359406, -0.4808206856250763, 0.11351989209651947, 0.22702795267105103, -0.23193217813968658, -0.39822399616241455, 0.1093420535326004, 0.5982797741889954, -0.3454780876636505, -0.08104376494884491, 0.41104188561439514, 0.030814792960882187, -0.06300314515829086, -0.14981281757354736, 0.37020158767700195, 0.15605975687503815, 0.1743669956922531, 0.05227190628647804, -0.18125295639038086, 0.49025216698646545, 0.22325515747070312, 0.03894837200641632, 0.23736628890037537, 0.6100508570671082, -0.16427965462207794, -0.14112158119678497, 0.5890088677406311, 0.3583458662033081, 0.11816582828760147, 0.12169550359249115, 0.07959254831075668, 0.26511162519454956, 0.3725495934486389, -0.07187910377979279, 0.13421235978603363, 0.5034313797950745, 0.22725264728069305, -0.3595591187477112, 0.40005722641944885, 0.6000264883041382, -0.15231114625930786, -0.3458792269229889, 0.576547384262085, 0.03600785508751869, -0.1746007204055786, -0.1250969022512436, 0.19852784276008606, 0.167977973818779, -0.2477613389492035, -0.4252100884914398, -0.02755487896502018, 0.2909964621067047, -0.5415405631065369, -0.3067875802516937, -0.11696584522724152, -0.019850049167871475, -0.3988589644432068, -0.5857158899307251, -0.21135313808918, 0.07655363529920578, -0.25704431533813477, -0.6686685085296631, -0.31548169255256653, 0.09495961666107178, -0.21009154617786407, -0.6273351907730103, -0.09714128077030182, 0.03663109242916107, -0.4170440137386322, -0.3571260869503021, 0.04688301682472229, -0.09072821587324142, -0.4700477421283722, 0.1789781004190445, 0.14016036689281464, -0.6172431111335754, 0.19944103062152863, 0.30400583148002625, -0.38237980008125305, 0.025926418602466583, 0.36063674092292786, -0.13774050772190094, -0.1684204488992691, 0.20177479088306427, 0.44308117032051086, -0.14912772178649902, 0.18360701203346252, 0.2797639071941376, -0.38267168402671814, 0.2737097442150116, 0.8630122542381287, -0.027537837624549866, -0.06216071918606758, 0.27380627393722534, 0.6479420065879822, 0.29108965396881104, -0.308866947889328, 0.5109782814979553, 0.5256345868110657, 0.28371286392211914, 0.08419119566679001, -0.08965660631656647, 0.6312423944473267, 0.1706499457359314, -0.08770491927862167, -0.002992754802107811, 0.6742019653320312, 0.053566236048936844, -0.4289844036102295, 0.024748489260673523, 0.11562864482402802, 0.28717324137687683, -0.29487329721450806, -0.29875174164772034, 0.34136852622032166, 0.004607534036040306, -0.4597001075744629, -0.2943291962146759, 0.330452561378479, -0.10878219455480576, -0.6782259941101074, 0.038788650184869766, 0.45137158036231995, -0.5235050916671753, -0.34293821454048157, -0.12235227972269058, 0.052055567502975464, -0.038691189140081406, -0.0837000235915184, -0.4776342213153839, 0.2656944692134857, 0.0879349485039711, -0.7139206528663635, 0.04582669958472252, 0.2563931941986084, 0.018646031618118286, -0.48746418952941895, -0.10322284698486328, 0.4123951196670532, -0.24870461225509644, -0.5589339137077332, 0.1900913119316101, 0.7359541058540344, -0.5994747877120972, -0.5631060004234314, 0.6822850704193115, -0.0900726318359375, -0.15314310789108276, 0.09459216147661209, -0.1511426717042923, 0.5267028212547302, 0.030942916870117188, -0.4050912857055664, 0.06021687760949135, 0.3901136815547943, 0.5233302116394043, -0.6077068448066711, 0.2020452618598938, 0.41061389446258545, 0.051935236901044846, -0.1473986804485321, 0.4419980049133301, 0.22087520360946655, -0.24746538698673248, 0.23353004455566406, 0.029652008786797523, 0.26623645424842834, 0.08947402238845825, -0.07769756019115448, 0.3353322148323059, -0.04327717423439026, 0.03579728305339813, 0.1634964644908905, -0.20869652926921844, 0.36742469668388367, 0.3157382607460022, -0.567301869392395, 0.1586628258228302, 0.3182840347290039, -0.03803563490509987, -0.1204417496919632, -0.19467298686504364, 0.44861894845962524, 0.07536263763904572, -0.40064412355422974, -0.032907482236623764, 0.19814205169677734, 0.07338473945856094, -0.24457523226737976, -0.10087421536445618, 0.23591722548007965, -0.175391286611557, -0.4075700342655182, 0.2007434219121933, -0.010212901048362255, -0.4963521957397461, 0.20784802734851837, -0.16322340071201324, -0.28303614258766174, -0.2587670385837555, -0.07014453411102295, -0.04380029812455177, -0.1332124024629593, -0.2919480800628662, -0.24283915758132935, -0.03399783372879028, -0.08650378882884979, -0.2031908929347992, -0.5709065794944763, 0.5925040245056152, -0.2777129113674164, -0.8176167011260986, 0.40428027510643005, 0.12672840058803558, -0.18724389374256134, -0.18711736798286438, -0.061908137053251266, 0.3090648949146271, -0.019923679530620575, -0.029033616185188293, -0.2571744918823242, 0.5448451638221741, 0.32842275500297546, -0.6638664603233337, 0.47051557898521423, 0.6357765793800354, -0.30685704946517944, -0.12476972490549088, 0.5924144983291626, 0.36742454767227173, -0.23809243738651276, 0.2631547451019287, 0.22705838084220886, 0.3745156228542328, 0.07624665647745132, -0.2581963837146759, 0.7043259739875793, -0.041624221950769424, -0.2719231843948364, 0.5204045176506042, 0.154825359582901, 0.010661342181265354, -0.16253337264060974, -0.05374353751540184, 0.5991457104682922, -0.21073921024799347, -0.38301679491996765, 0.19486470520496368, 0.15285910665988922, 0.06186652183532715, -0.6778410077095032, 0.07775266468524933, 0.2790975570678711, -0.3747054934501648, -0.19911859929561615, -0.01908864639699459, -0.28053048253059387, -0.4201878011226654, 0.005173176061362028, -0.022791124880313873, -0.28995218873023987, -0.5401759743690491, -0.3163977861404419, 0.30043065547943115, -0.4161331355571747, -0.558739423751831, -0.017401834949851036, 0.26021820306777954, -0.5985598564147949, -0.37190771102905273, 0.16152480244636536, -0.026992443948984146, -0.3389885723590851, 0.1017773225903511, 0.03250270336866379, -0.04213092476129532, -0.016190161928534508, -0.06937342882156372, 0.14226411283016205, 0.1946549415588379, -0.07811302691698074, 0.29509514570236206, 0.11672720313072205, -0.15468688309192657, 0.37858009338378906, 0.21823450922966003, 0.1710105985403061, -0.31472355127334595, 0.8750443458557129, 0.012719808146357536, -0.42237529158592224, 0.7462049722671509, 0.5770502686500549, -0.723717212677002, 0.3284527659416199, 0.9997250437736511, -0.48792532086372375, -0.2829872965812683, 1.0367792844772339, 0.13402079045772552, -0.8218197226524353, 0.4896266758441925, 0.5493919253349304, -0.3834421634674072, 0.05119117349386215, 0.12067864835262299, 0.17457596957683563, -0.058129094541072845, -0.20316603779792786, -0.2401168793439865, 0.10957168787717819, 0.25815096497535706, -0.06240207329392433, -0.7508702874183655, 0.26940470933914185, 0.10273723304271698, -0.3786836862564087, -0.4694548547267914, 0.13742786645889282, 0.1429920643568039, -0.44027554988861084, -0.2062382698059082, -0.03874554485082626, -0.330954372882843, 0.1393931657075882, -0.18310752511024475, -0.4075755178928375, 0.06641139090061188, 0.2162972241640091, -0.40155625343322754, -0.34893664717674255, 0.29424506425857544, -0.16687364876270294, -0.17639920115470886, 0.15300652384757996, -0.14710193872451782, -0.08272605389356613, 0.40552252531051636, -0.5285326838493347, 0.2729091942310333, 0.2629733085632324, -0.18590666353702545, -0.06541333347558975, 0.3734460771083832, -0.14070986211299896, 0.023684250190854073, 0.21171283721923828, 0.1097496747970581, -0.09946995973587036, 0.058058179914951324, 0.49238473176956177, -0.26525068283081055, 0.0399700365960598, 0.43318137526512146, 0.050915565341711044, 0.02484947443008423, -0.24071140587329865, 0.7071565389633179, -0.14761151373386383, -0.5804895758628845, 1.179116129875183, -0.34993332624435425, -0.5112392902374268, 0.7730329632759094, -0.15775740146636963, -0.3787902295589447, 0.721179187297821, -0.19739535450935364, -0.34800729155540466, 0.6593362092971802, -0.2335851639509201, -0.6564813852310181, 0.8230170607566833, 0.22688914835453033, -0.7182448506355286, -0.023508302867412567, 0.5013223886489868, -0.18817800283432007, -0.1362328678369522, -0.4050920903682709, 0.5176354646682739, 0.06194819137454033, -0.6353253126144409, -0.13929279148578644, 0.6565253734588623, -0.3353714346885681, -0.8066682815551758, 0.5484418869018555, 0.08096971362829208, -0.42916572093963623, -0.057715315371751785, -0.015653682872653008, -0.0870337262749672, 0.07683549076318741, -0.5366269946098328, 0.2890380918979645, 0.11608758568763733, -0.41015002131462097, 0.11091991513967514, -0.043315764516592026, 0.009778982028365135, 0.037627361714839935, 0.0927753821015358, -0.49675604701042175, 0.39190882444381714, 0.3352859616279602, -0.6200813055038452, 0.14792084693908691, 0.4927908480167389, -0.27943652868270874, -0.10666206479072571, 0.1276187151670456, 0.44402387738227844, -0.6515154838562012, 0.5383487343788147, 0.06575436890125275, -0.49118751287460327, 0.6308503746986389, 0.04201507195830345, -0.2555425763130188, 0.19573993980884552, 0.11134986579418182, 0.062271300703287125, -0.03127467259764671, 0.230988547205925, 0.27684202790260315, -0.47027215361595154, 0.4844878017902374, 0.021648574620485306, 0.12871047854423523, -0.2717178463935852, 0.20207659900188446, 0.3171080946922302, 0.006573151797056198, -0.12426745891571045, -0.06750255823135376, 0.416888028383255, -0.09959789365530014, -0.3191429376602173, 0.32870543003082275, 0.21497564017772675, -0.3533592224121094, -0.5433446764945984, 0.5828837156295776, 0.35704728960990906, -1.0073950290679932, 0.24752956628799438, 0.3766881227493286, -0.14385709166526794, -0.5604332685470581, -0.03384943678975105, 0.5776855945587158, -0.4118920564651489, -0.4365585446357727, 0.25705915689468384, 0.26865485310554504, -0.35719332098960876, -0.7310365438461304, 0.6054189205169678, 0.1897127330303192, -0.6908256411552429, -0.032231226563453674, 0.25234633684158325, 0.07997488230466843, -0.4448734521865845, -0.1713472157716751, 0.5660548210144043, -0.0975848063826561, -0.42198464274406433, -0.22484943270683289, 0.6118468642234802, -0.2529928684234619, -0.3656231760978699, 0.38994595408439636, -0.016189340502023697, -0.3116879165172577, 0.6848421692848206, -0.19102062284946442, -0.4387987554073334, 0.4063779413700104, 0.4758734405040741, -0.232779398560524, -0.21608655154705048, 0.325067400932312, 0.4608766734600067, -0.41075804829597473, 0.21897530555725098, 0.23937836289405823, -0.010137191042304039, 0.2592428922653198, -0.4395253658294678, 0.48180410265922546, 0.4713304936885834, -0.08603079617023468, -0.6269640922546387, 0.6314353346824646, 0.39925122261047363, -0.3898056745529175, -0.2948136031627655, 0.9173646569252014, -0.23377513885498047, -0.3424288034439087, -0.06370677053928375, 0.7111342549324036, -0.19906888902187347, -0.6327353119850159, 0.43488070368766785, 0.38784661889076233, -0.24364924430847168, -0.4530333876609802, 0.318206787109375, 0.20977135002613068, -0.24705226719379425, -0.03194950520992279, -0.21018476784229279, 0.21931076049804688, 0.0922611653804779, -0.5895920395851135, 0.08362217992544174, 0.2473423182964325, 0.09776556491851807, -0.4647694528102875, -0.1320667415857315, 0.5456720590591431, -0.3312898874282837, -0.4228227734565735, -0.01445377804338932, 0.4050992429256439, 0.08984467387199402, -0.34530824422836304, -0.6573771834373474, 0.7916845679283142, 0.33021143078804016, -1.051299810409546, 0.47012731432914734, 0.6084691286087036, -0.7013449668884277, -0.009058322757482529, 0.7174753546714783, -0.4065224528312683, -0.5809791088104248, 0.8304092288017273, 0.21829070150852203, -0.5237634778022766, 0.026931731030344963, 0.3492136001586914, 0.3292178213596344, -0.5355644226074219, -0.14494116604328156, 0.7694912552833557, 0.247371643781662, -0.7420832514762878, -0.17117948830127716, 1.1229623556137085, 0.03558465838432312, -0.9172149300575256, 0.5227771997451782, 0.40730002522468567, 0.006868727505207062, -0.16595563292503357, -0.0911143347620964, 0.532967209815979, 0.21776621043682098, -0.3416388928890228, -0.19834887981414795, 0.7185280323028564, 0.07724601775407791, -0.17341670393943787, -0.17495431005954742, 0.2979533076286316, -0.10543105006217957, -0.24446488916873932, 0.09512700885534286, 0.26412227749824524, -0.017851077020168304, -0.4480910003185272, 0.09620308130979538, 0.4103204011917114, -0.584808349609375, -0.17774799466133118, 0.39245253801345825, -0.010089246556162834, -0.5761628150939941, 0.2794957458972931, -0.18643273413181305, -0.10540708899497986, 0.3472648561000824, -0.16493581235408783, -0.7189036011695862, 0.25984203815460205, 0.39863061904907227, -0.575812041759491, -0.09700487554073334, 0.3554377257823944, -0.27084556221961975, -0.02281327173113823, -0.1457689255475998, -0.14266952872276306, 0.0768069177865982, 0.198166161775589, -0.5990189909934998, -0.00944029912352562, 0.49086993932724, -0.10239619016647339, -0.6214199662208557, -0.014790471643209457, 0.6831060647964478, 0.03883172944188118, -0.7099178433418274, 0.1477365791797638, 0.5258690714836121, 0.04895434156060219, -0.7145152688026428, 0.2860296368598938, 0.8253530263900757, -0.10740786790847778, -0.9283555150032043, 0.4948793947696686, 1.1621381044387817, -0.7487874031066895, -0.5572453141212463, 0.668706476688385, 0.8958670496940613, -0.5558411478996277, -0.6710742115974426, 0.5909640192985535, 0.673262894153595, -0.34314173460006714, -0.49550527334213257, 0.6421141028404236, 0.1943790465593338, -0.3631521463394165, 0.13725602626800537, 0.16941803693771362, 0.26759108901023865, -0.5301957726478577, -0.07883447408676147, 0.7514949440956116, -0.3255520164966583, -0.5229291915893555, 0.6795610189437866, -0.05220593512058258, -0.24787777662277222, -0.2373437136411667, 0.24903367459774017, -0.026816053315997124, 0.018285516649484634, -0.20382894575595856, -0.27565664052963257, 0.3423960208892822, -0.10464213788509369, -0.5870493650436401, -0.3044089078903198, 1.0813249349594116, -0.5690715909004211, -0.6339007616043091, 0.501794695854187, -0.1811819076538086, -0.3194676637649536, 0.5626578330993652, -0.5425149202346802, -0.12013749033212662, 0.5064845085144043, -0.19226542115211487, -0.3678997755050659, 0.07847072184085846, 0.19724954664707184, -0.007781331893056631, -0.12228331714868546, 0.07213394343852997, 0.1399831771850586, 0.11351165920495987, -0.38086435198783875, -0.05633854493498802, 0.6447123885154724, 0.08278784900903702, -0.5620284080505371, 0.06614543497562408, 0.5435771942138672, 0.005009649321436882, -0.4401003122329712, 0.19207444787025452, 0.28738465905189514, -0.03019680455327034, -0.1276160031557083, 0.08845965564250946, 0.14522375166416168, -0.23489923775196075, 0.19906848669052124, 0.07287533581256866, 0.22287198901176453, -0.3583695590496063, 0.043225862085819244, 0.2747856676578522, 0.2338089793920517, -0.49879971146583557, -0.07043486088514328, 0.4521375894546509, -0.108503557741642, -0.26941925287246704, 0.3204333782196045, 0.026105055585503578, -0.28109341859817505, 0.18061067163944244, 0.006763326935470104, -0.3585721552371979, 0.48520922660827637, -0.10344865918159485, -0.47918838262557983, 0.12876147031784058, 0.35253387689590454, -0.298865407705307, -0.28598782420158386, -0.19073355197906494, 0.7083792090415955, -0.24125058948993683, -0.9304079413414001, 0.7438905239105225, 0.10560839623212814, -0.5987604856491089, 0.05954921245574951, 0.6403968334197998, -0.7651132345199585, 0.013909270986914635, 0.1500440388917923, 0.0740203708410263, -0.22486793994903564, 0.17557944357395172, -0.08851308375597, -0.1302908957004547, 0.014805294573307037, -0.005076522473245859, 0.02082708105444908, 0.0065374840050935745, -0.15738891065120697, -0.043568361550569534, 0.5767931938171387, -0.6777586936950684, -0.4019196927547455, 1.095119595527649, -0.5165306925773621, -0.39979612827301025, 0.8381541967391968, -0.6701565384864807, 0.45966634154319763, -0.3420194387435913, -0.05963928624987602, 0.5970026850700378, -0.08656315505504608, -0.5521619319915771, 0.34367749094963074, 0.5725138187408447, -0.364908367395401, -0.6550300717353821, 0.8113061785697937, 0.3116229772567749, -0.6709125638008118, -0.09170141071081161, 0.7052622437477112, -0.1909058392047882, -0.08877883851528168, -0.050860580056905746, 0.026569897308945656, 0.35763710737228394, -0.28573155403137207, -0.10288864374160767, 0.4284389317035675, -0.06794672459363937, -0.42735806107521057, 0.33680906891822815, -0.0352950245141983, 0.11271604150533676, -0.23101383447647095, 0.19659504294395447, 0.12549740076065063, -0.3670022189617157, -0.0552728995680809, 0.5399206280708313, -0.28625646233558655, -0.26756730675697327, 0.14657866954803467, 0.33767643570899963, -0.39746975898742676, -0.1820169985294342, 0.6824198961257935, -0.7743462920188904, 0.31202706694602966, 0.41806837916374207, -0.5729774832725525, -0.14178790152072906, 0.3658481538295746, 0.22315599024295807, -0.609788179397583, 0.12261410057544708, 0.4108080267906189, -0.23367583751678467, -0.47225484251976013, 0.7083890438079834, -0.0905238687992096, -0.8011307716369629, 0.7316423058509827, 0.4105246663093567, -0.8060555458068848, 0.13910391926765442, 0.6515087485313416, -0.2924031615257263, -0.06835547834634781, 0.06328821927309036, 0.007152899168431759, -0.4142874777317047, -0.32002776861190796, 0.7188692092895508, -0.02407294511795044, -0.0950932502746582, 0.19479092955589294, -0.5184069871902466, 0.17609624564647675, 0.43229004740715027, -0.30896031856536865, 0.36436644196510315, -0.2819717228412628, 0.32581886649131775, 0.06552747637033463, -0.43374836444854736, 0.22488635778427124, 0.01955415867269039, 0.015688374638557434, 0.40722420811653137, -0.06697201728820801, -0.3160848915576935, 0.15251611173152924, 0.07887532562017441, 0.17843523621559143, -0.07749539613723755, -0.36637845635414124, 0.24391883611679077, 0.567786455154419, -1.0175583362579346, 0.0814141184091568, 0.6256157159805298, -0.19011856615543365, -0.5735229253768921, 0.3765709400177002, 0.7819216251373291, -1.0675265789031982, -0.08154795318841934, 0.6050543189048767, -0.10862686485052109, -0.43040016293525696, 0.1720191240310669, 0.33133426308631897, -0.19503919780254364, -0.22741857171058655, 0.2717567980289459, -0.18530237674713135, 0.07637432217597961, -0.22157958149909973, 0.08270777761936188, 0.2662007808685303, 0.17295144498348236, -0.6021755337715149, 0.06336579471826553, 0.7463345527648926, -0.5863812565803528, -0.3019464910030365, 0.5190640687942505, -0.05811649188399315, -0.07623691856861115, -0.43479880690574646, 0.37904196977615356, 0.4026193618774414, -0.5723986625671387, -0.47171586751937866, 0.881929874420166, 0.2124115526676178, -0.8333795666694641, 0.030849993228912354, 0.7117602825164795, -0.2515093982219696, -0.48794764280319214, 0.4804052710533142, 0.18758739531040192, -0.5439717769622803, 0.41636428236961365, -0.2428615838289261, 0.3380545675754547, -0.08862254023551941, -0.23530487716197968, 0.06238928437232971, 0.27123013138771057, -0.05311434343457222, -0.15177398920059204, -0.2115366905927658, 0.5398789644241333, -0.12886664271354675, -0.5623185038566589, 0.45499739050865173, 0.12102967500686646, -0.22748522460460663, -0.3367874324321747, 0.5437992811203003, -0.21507686376571655, -0.12738637626171112, 0.1937541961669922, -0.13396696746349335, -0.17692764103412628, 0.24650171399116516, 0.12159186601638794, -0.4217507243156433, 0.06558435410261154, 0.25970783829689026, -0.6077405214309692, 0.7286911010742188, -0.3481476604938507, -0.3950074017047882, 0.4990655779838562, -0.16530539095401764, -0.3538093566894531, 0.16646447777748108, 0.30701878666877747, -0.4134778678417206, -0.02200496383011341, 0.13599050045013428, 0.06798660010099411, -0.13721118867397308, -0.4675653278827667, 0.7771943211555481, -0.1107533797621727, -0.5640050768852234, 0.09666823595762253, 0.37834545969963074, 0.1534670740365982, -0.9057730436325073, 0.5675320625305176, 0.3582666516304016, -0.4405897557735443, -0.11821490526199341, -0.038096725940704346, 0.5682722330093384, -0.2255336046218872, -0.46218979358673096, 0.33074772357940674, 0.3074207901954651, -0.32378339767456055, -0.1802034080028534, 0.2650448977947235, 0.011142163537442684, -0.04557673633098602, 0.04645431414246559, -0.17176665365695953, 0.06728711724281311, 0.25994184613227844, -0.28727391362190247, -0.11181152611970901, 0.5477059483528137, -0.15150687098503113, -0.6246985793113708, 0.5137006044387817, 0.4088020622730255, -0.6181536912918091, -0.03289860114455223, 0.3513574004173279, 0.06906586140394211, -0.3433876633644104, -0.011758889071643353, 0.2645409405231476, -0.4107166528701782, 0.5719605088233948, -0.06587528437376022, -0.5234068036079407, 0.1799069344997406, 0.36466488242149353, -0.10848549008369446, -0.7798292636871338, 0.526499330997467, 0.3914857804775238, -0.7713175415992737, -0.08700919896364212, 0.22413775324821472, 0.2753585875034332, -0.6324899196624756, -0.039885420352220535, 0.3419751524925232, -0.05879924073815346, -0.2906148433685303, -0.3436254560947418, 0.7132740616798401, -0.15360857546329498, -0.6775118708610535, 0.2865118682384491, 0.10745493322610855, 0.09896186739206314, -0.24378609657287598, -0.2826269865036011, 0.5016001462936401, 0.016491662710905075, -0.4892381727695465, -0.05189235135912895, 0.6005136966705322, 0.07150570303201675, -1.1039061546325684, 0.46323856711387634, 0.8236376047134399, -0.7860105037689209, -0.23837336897850037, 0.41353800892829895, 0.33191755414009094, -0.5951494574546814, 0.007405262906104326, 0.4488164484500885, -0.008825291879475117, -0.3939041793346405, 0.016377512365579605, 0.30367204546928406, 0.3345274031162262, -0.5757858753204346, 0.08655688166618347, 0.14571799337863922, 0.2759176790714264, -0.209634929895401, -0.2514866888523102, 0.2379196733236313, 0.2717752158641815, 0.027467645704746246, -0.6934598684310913, 0.6056642532348633, 0.1328432559967041, -0.4577181339263916, 0.19055283069610596, 0.2610611617565155, -0.2729818522930145, 0.008352003991603851, 0.018284957855939865, 0.03716021776199341, -0.04598627984523773, 0.14252391457557678, -0.2871973216533661, 0.15475168824195862, 0.2680327892303467, -0.36969736218452454, -0.09336990863084793, 0.08078759908676147, 0.24052216112613678, -0.24589323997497559, -0.22555263340473175, 0.35395336151123047, -0.1784427911043167, 0.11142903566360474, -0.17617420852184296, -0.20953159034252167, 0.42584311962127686, -0.2150294929742813, -0.08393555879592896, 0.04935748502612114, 0.2240789830684662, -0.1686737835407257, -0.469696968793869, 0.8978709578514099, -0.4353747069835663, -0.34341320395469666, 0.34403371810913086, 0.10719146579504013, -0.2577494978904724, -0.08358269929885864, 0.14288820326328278, 0.029001997783780098, -0.16204950213432312, 0.07279013097286224, 0.14594002068042755, 0.06366703659296036, -0.41517120599746704, 0.34966525435447693, 0.22429633140563965, -0.3014183044433594, -0.10684505105018616, 0.2274906039237976, 0.33833643794059753, -0.6481641530990601, 0.09983768314123154, 0.5148161053657532, -0.12234985828399658, -0.5472927093505859, 0.4031411111354828, 0.41136178374290466, -0.21396435797214508, -0.4780285060405731, 0.2146518975496292, 0.5718376636505127, -0.16547606885433197, -0.6513099670410156, 0.39034533500671387, 0.32653364539146423, -0.15275433659553528, -0.251801460981369, 0.08973441272974014, 0.35039806365966797, -0.07825694233179092, -0.5192252397537231, 0.5573810338973999, -0.05297810584306717, -0.1748707890510559, 0.12808938324451447, 0.026447653770446777, 0.007949898019433022, -0.15998134016990662, -0.018206458538770676, 0.39024391770362854, -0.039727624505758286, -0.5024572014808655, 0.28189194202423096, 0.3098396360874176, -0.1703411191701889, -0.12376779317855835, -0.012421399354934692, 0.2149672657251358, -0.11733503639698029, -0.04173046350479126, -0.1572321355342865, 0.07582670450210571, 0.3219272494316101, -0.041040800511837006, -0.5888609290122986, 0.4056539833545685, 0.5019458532333374, -0.5985667109489441, -0.3305036723613739, 0.6017419695854187, -0.10413780808448792, -0.031147560104727745, -0.18005621433258057, 0.011170366778969765, 0.14368760585784912, 0.11422810703516006, -6.18047415628098e-05, -0.5875833630561829, 0.6492569446563721, -0.04558005928993225, -0.33143630623817444, 0.1916651576757431, 0.06739293783903122, -0.09872012585401535, -0.29187217354774475, 0.43008458614349365, 0.08731023967266083, -0.42957332730293274, 0.002986740320920944, 0.36301612854003906, 0.14189019799232483, -0.4756704866886139, 0.1846063733100891, -0.13591855764389038, 0.21781770884990692, 0.24937373399734497, -0.5321652293205261, -0.06619182229042053, 0.6669352054595947, -0.3105393648147583, -0.2575914263725281, 0.15480485558509827, 0.06272762268781662, 0.11385221779346466, -0.26626962423324585, 0.05383775755763054, 0.1509423553943634, 0.07832394540309906, -0.4634769558906555, 0.05287238955497742, 0.4232385456562042, -0.15138253569602966, -0.44077110290527344, 0.34253576397895813, 0.16593624651432037, -0.06063093617558479, -0.2655322849750519, -0.2625190317630768, 0.5730303525924683, 0.14150868356227875, -0.5633938908576965, -0.09971502423286438, 0.49556049704551697, -0.07445698231458664, -0.27624037861824036, 0.13258755207061768, -0.08237586915493011, 0.2875990867614746, -0.1782097965478897, -0.4191746413707733, 0.5269538760185242, 0.1655830293893814, -0.5108376741409302, 0.09263140708208084, 0.2390739619731903, -0.05969715490937233, -0.10332361608743668, -0.11108221113681793, 0.1372433602809906, 0.3765700161457062, -0.6598103642463684, 0.15885969996452332, 0.3956645429134369, 0.013821861706674099, -0.6904833912849426, 0.33553001284599304, 0.5179172158241272, -0.33778756856918335, -0.4653818905353546, 0.5844999551773071, 0.033290669322013855, -0.0331355482339859, -0.375166654586792, -0.1407475769519806, 0.8230284452438354, -0.24927617609500885, -0.6585275530815125, 0.4080096483230591, 0.5395343899726868, -0.6215391755104065, -0.06781483441591263, 0.12401708960533142, 0.3822728395462036, -0.18624047935009003, -0.3476187586784363, 0.2205338031053543, 0.328050434589386, -0.22266218066215515, -0.3800908029079437, 0.37219199538230896, 0.15756244957447052, -0.19929538667201996, -0.13416017591953278, 0.034049492329359055, 0.27079176902770996, 0.10175997018814087, -0.45730188488960266, 0.027902163565158844, 0.42037537693977356, -0.050407811999320984, -0.5762946009635925, 0.3667483925819397, 0.47058653831481934, -0.45699983835220337, -0.342727929353714, 0.6900140047073364, -0.09305013716220856, -0.38422060012817383, 0.1403706967830658, 0.2910573482513428, -0.11729567497968674, -0.5004512667655945, 0.5200409293174744, 0.10082117468118668, -0.32643923163414, 0.009481686167418957, 0.25212547183036804, 0.1386871188879013, -0.3152192533016205, 0.10029829293489456, -0.030939185991883278, 0.24830664694309235, -0.17995937168598175, 0.11411414295434952, -0.16009463369846344, -0.04645881429314613, 0.3787018358707428, -0.3868523836135864, -0.00921164732426405, 0.2874961197376251, -0.17247188091278076, 0.11028697341680527, -0.1727704405784607, 0.12117951363325119, 0.269060879945755, -0.4168863892555237, -0.1773897260427475, 0.6691232323646545, -0.18059036135673523, -0.39344558119773865, 0.029051654040813446, 0.4512329697608948, -0.2407531589269638, -0.04828834533691406, 0.09133683145046234, -0.045708876103162766, -0.03992340713739395, 0.009279534220695496, 0.3099977672100067, -0.16151469945907593, -0.1962565928697586, 0.24756477773189545, -0.017811959609389305, -0.07318724691867828, 0.013309646397829056, -0.27715393900871277, 0.521365761756897, -0.06344427913427353, -0.414600133895874, 0.0022745307069271803, 0.3117121458053589, 0.40831202268600464, -1.063472032546997, 0.10765574872493744, 1.0161391496658325, -0.426841676235199, -0.7276289463043213, 0.1336081624031067, 0.8388611078262329, -0.2159096896648407, -0.5333952903747559, -0.15494252741336823, 0.5341556072235107, 0.14532233774662018, -0.23228852450847626, -0.714837372303009, 0.5721989870071411, 0.543351948261261, -0.43841877579689026, -0.8514872193336487, 0.8525629043579102, 0.3182328939437866, -0.918437659740448, -0.042388707399368286, 0.8842610120773315, -0.12403694540262222, -1.1354422569274902, 0.6106802225112915, 0.5354287624359131, -0.18353372812271118, -0.6486019492149353, 0.014910819008946419, 0.7956962585449219, -0.07072040438652039, -0.9121930003166199, 0.25493723154067993, 0.4809863567352295, 0.279018372297287, -0.9910643100738525, -0.13291771709918976, 1.284653663635254, -0.5148598551750183, -0.7215406894683838, 0.2859228551387787, 0.6409351229667664, -0.1555510312318802, -0.7359727025032043, 0.3565257489681244, 0.3496553301811218, 0.08615440130233765, -0.5969966650009155, -0.23351958394050598, 0.9597263932228088, -0.033777009695768356, -0.49516114592552185, -0.3032762408256531, 0.6591145396232605, 0.08327701687812805, -0.6377268433570862, 0.1233040913939476, 0.4495198726654053, -0.08569187670946121, -0.23155201971530914, 0.0567319393157959, 0.08077282458543777, 0.17698195576667786, -0.5073086023330688, 0.32060378789901733, 0.2148447483778, -0.2091958373785019, -0.10968724638223648, 0.06512451171875, 0.06300903856754303, 0.2403458058834076, -0.6458978056907654, 0.3178180158138275, 0.40730562806129456, -0.754925012588501, 0.33726194500923157, 0.1973506212234497, -0.217812642455101, 0.024154501035809517, -0.29074233770370483, 0.3108457326889038, 0.2577875554561615, -0.5894239544868469, -0.023957712575793266, 0.46075868606567383, 0.20585602521896362, -0.5660224556922913, -0.2593679428100586, 0.676233172416687, 0.146179661154747, -0.5308324098587036, -0.21434463560581207, 0.6664866805076599, 0.008246399462223053, -0.7725945115089417, 0.4719926714897156, 0.17955464124679565, 0.05352301895618439, -0.18511275947093964, -0.3807460069656372, 0.7284927368164062, 0.1532069444656372, -0.7043436765670776, -0.2532205581665039, 0.6950042247772217, 0.631065309047699, -1.2230026721954346, -0.13352037966251373, 1.227084755897522, -0.39824584126472473, -0.7378202676773071, 0.5710738301277161, 0.2688298523426056, 0.0270890761166811, -0.6462470889091492, 0.3632698655128479, 0.582636296749115, -0.4591815173625946, -0.22598938643932343, 0.07029763609170914, 0.7595908641815186, -0.393621563911438, -0.4036920368671417, 0.3597732186317444, 0.25407305359840393, -0.1632249355316162, -0.44171375036239624, 0.8329771757125854, -0.25985437631607056, -0.5266759991645813, 0.6848488450050354, -0.02080925740301609, -0.407743364572525, 0.03498770669102669, 0.45854631066322327, -0.255514532327652, -0.0784779042005539, 0.3564033806324005, -0.295911580324173, -0.009586622938513756, 0.40514588356018066, -0.3548278510570526, -0.1369514763355255, 0.31196391582489014, 0.05304158851504326, -0.19807995855808258, -0.10472309589385986, 0.2191164344549179, -0.1490728259086609, 0.33897772431373596, -0.19562257826328278, -0.5287509560585022, 0.6350404024124146, 0.13228704035282135, -0.3946467339992523, -0.22664523124694824, 0.3882492780685425, 0.19945359230041504, -0.3990703821182251, -0.37342604994773865, 0.7278650403022766, -0.08137877285480499, -0.5453348755836487, 0.16372810304164886, 0.3353157639503479, -0.3269640803337097, 0.07872871309518814, 0.18617473542690277, -0.5207479596138, 0.5280472636222839, 0.028436169028282166, -0.478232204914093, -0.020186278969049454, 0.6234439015388489, -0.4728935658931732, -0.1669289469718933, 0.3936412036418915, 0.17817743122577667, -0.7320759892463684, 0.4665589928627014, 0.16834916174411774, -0.25886300206184387, -0.15106607973575592, -0.003722889581695199, 0.5188692808151245, -0.04643852263689041, -0.7927506566047668, 0.5509814023971558, 0.2984020709991455, -0.5630307197570801, -0.08562000095844269, 0.3924451768398285, 0.12496227771043777, -0.19379326701164246, -0.23646950721740723, 0.24476398527622223, -0.008954663760960102, -0.16632109880447388, 0.10694123804569244, 0.08728738874197006, 0.0812162309885025, -0.33059561252593994, 0.18094168603420258, -0.1368734985589981, 0.13463377952575684, -0.05215838551521301, 0.059489160776138306, -0.17235468327999115, 0.2661730647087097, -0.14386190474033356, 0.10357572138309479, -0.3307623267173767, 0.1994895040988922, 0.41741642355918884, -0.6807032227516174, 0.07821081578731537, 0.3792050778865814, -0.03567560389637947, -0.6068443059921265, 0.3098958134651184, 0.6049104928970337, -1.0567806959152222, 0.10177088528871536, 1.1384342908859253, -1.1825463771820068, -0.03258119896054268, 0.7877488136291504, -0.26652848720550537, -0.5595045685768127, 0.20482437312602997, 0.40754881501197815, 0.07806702703237534, -0.6950597167015076, 0.2922467291355133, 0.23803988099098206, 0.11479568481445312, -0.5343743562698364, -0.11556849628686905, 0.6254050731658936, 0.03368678316473961, -0.41422033309936523, -0.27057674527168274, 0.6959530115127563, -0.1768336147069931, -0.3966308534145355, 0.34000226855278015, 0.010370146483182907, -0.2772548794746399, 0.3098936975002289, -0.0329478494822979, 0.19357170164585114, -0.45036545395851135, 0.24923066794872284, 0.12793603539466858, -0.02216660976409912, 0.11543406546115875, -0.4484594762325287, 0.31316840648651123, 0.3580992817878723, -0.4755920469760895, 0.11579456925392151, 0.2278096228837967, -0.1597498655319214, -0.0734952837228775, 0.29738256335258484, 0.08461900800466537, -0.43344926834106445, 0.389111191034317, 0.012974162586033344, -0.18607065081596375, 0.12412305921316147, 0.36301323771476746, -0.6254143714904785, 0.018175767734646797, 0.8506454229354858, -0.28990045189857483, -0.5362421870231628, 0.2987794876098633, 0.26788216829299927, 0.21931543946266174, -0.545464038848877, 0.04019182547926903, 0.5982439517974854, -0.14893485605716705, -0.5021753311157227, 0.35754886269569397, 0.21009421348571777, -0.24379931390285492, -0.0283900648355484, 0.10994917154312134, 0.25598907470703125, -0.34539544582366943, 0.09847884625196457, -0.02366267889738083, -0.12200417369604111, 0.6442880630493164, -0.5991071462631226, -0.1014801412820816, 0.5521017909049988, -0.37230581045150757, 0.06832064688205719, 0.17203094065189362, -0.2362547218799591, 0.044632598757743835, 0.20464111864566803, -0.025439275428652763, 0.04047257825732231, -0.051826491951942444, -0.060741521418094635, 0.011932616122066975, 0.4001970887184143, -0.24933311343193054, -0.4600200653076172, 0.49783965945243835, 0.385898232460022, -0.6782787442207336, -0.08211161941289902, 0.605974018573761, -0.19990700483322144, -0.3198636770248413, 0.20323637127876282, -0.08392325788736343, 0.4811536371707916, -0.3798149526119232, -0.2992929518222809, 0.15280528366565704, 0.4355472922325134, -0.09711164981126785, -0.5851855874061584, 0.4152962863445282, 0.034544892609119415, 0.16128331422805786, -0.2183513343334198, -0.0173295009881258, -0.0985826700925827, 0.2282351702451706, 0.25226691365242004, -0.47728440165519714, -0.015678029507398605, 0.11723234504461288, 0.05323575809597969, 0.46272706985473633, -0.5196022987365723, -0.4141315221786499, 0.7387911677360535, 0.04892866685986519, -0.637982964515686, -0.10390712320804596, 0.7546891570091248, 0.042433321475982666, -0.8855888843536377, 0.391208678483963, 0.4815541207790375, -0.5478753447532654, 0.021580299362540245, 0.01613241620361805, 0.2432325929403305, -0.10124978423118591, -0.3206716775894165, -0.04037691652774811, 0.7968652248382568, -0.44150906801223755, -0.8862027525901794, 0.9888818264007568, 0.3147818446159363, -0.9865434169769287, -0.05419313907623291, 0.9101791381835938, 0.024972090497612953, -1.1159782409667969, 0.5231374502182007, 0.6136160492897034, -0.673651397228241, -0.23387856781482697, 0.436957985162735, 0.1662871390581131, -0.4446893334388733, -0.20431144535541534, 0.6463764905929565, -0.11521231383085251, -0.3713824152946472, 0.03093772381544113, 0.42863956093788147, -0.24786116182804108, -0.4092522859573364, 0.5903363823890686, 0.028391994535923004, -0.5219920873641968, 0.19427451491355896, 0.23977018892765045, 0.024137679487466812, -0.4750484526157379, 0.13978636264801025, 0.5492032766342163, -0.31663957238197327, -0.20272865891456604, 0.2080247551202774, -0.08081363886594772, 0.2097746729850769, -0.3055307865142822, 0.06322034448385239, 0.09781531989574432, -0.018215404823422432, 0.1147012934088707, -0.3795979917049408, 0.2827969491481781, 0.2179407775402069, -0.45941978693008423, 0.05555284023284912, 0.5187103748321533, -0.38777345418930054, -0.47555598616600037, 0.8431504964828491, -0.09646685421466827, -0.6609329581260681, 0.2778112590312958, 0.5263503789901733, -0.28584176301956177, -0.27843865752220154, 0.28374162316322327, 0.04500565677881241, -0.13651423156261444, 0.18309286236763, -0.21492116153240204, 0.04547175019979477, 0.11943551152944565, -0.0024808980524539948, -0.09384198486804962, 0.15320679545402527, -0.1130523830652237, -0.21654972434043884, 0.3886290192604065, 0.18281924724578857, -0.4792218804359436, -0.18593952059745789, 0.8579412698745728, -0.3989590108394623, -0.5073045492172241, 0.5474555492401123, 0.12357953190803528, -0.29305022954940796, 0.013768445700407028, 0.275063157081604, -0.31597965955734253, 0.13272598385810852, 0.21693405508995056, -0.18860875070095062, -0.4093271791934967, 0.7991513609886169, 0.08031059056520462, -0.6203129291534424, 0.10970532149076462, 0.5413047075271606, -0.37958574295043945, -0.40049219131469727, 0.6807953119277954, -0.3509579300880432, -0.16725291311740875, 0.5405593514442444, -0.2799080014228821, -0.42008087038993835, 0.38809049129486084, 0.20033368468284607, -0.4928058087825775, -0.2158960998058319, 0.8126406669616699, -0.12425218522548676, -0.7312483191490173, 0.2535882890224457, 0.32747790217399597, -0.2592841684818268, -0.07976242154836655, -0.16553525626659393, 0.30369800329208374, -0.09151524305343628, 0.1182631254196167, -0.45783743262290955, 0.2534373998641968, 0.012442751787602901, -0.09201890230178833, -0.07065597921609879, -0.05307643860578537, 0.11328927427530289, -0.17723621428012848, 0.051732227206230164, 0.11402938514947891, -0.11645405739545822, -0.3669053316116333, 0.5327185392379761, 0.0007342788740061224, -0.7028655409812927, 0.2948486804962158, 0.6170961260795593, -0.5713402628898621, -0.3716486990451813, 0.44043195247650146, 0.16682715713977814, -0.4370378255844116, -0.13250461220741272, 0.2628956437110901, -0.04178917035460472, 0.09999886155128479, -0.3164516091346741, -0.023107683286070824, 0.31762927770614624, -0.1940530687570572, -0.13444696366786957, 0.10433086007833481, -0.10870608687400818, 0.06264042109251022, 0.09866669774055481, -0.1300380378961563, -0.0408613346517086, 0.03156821057200432, 0.18095023930072784, -0.34433937072753906, 0.08966200053691864, 0.2785477936267853, -0.40433064103126526, 0.1297423392534256, 0.2875264286994934, -0.21101881563663483, -0.19093695282936096, 0.07887980341911316, 0.10671232640743256, -0.10478048771619797, 0.011303866282105446, -0.02963823452591896, 0.181878462433815, -0.12879106402397156, -0.033538058400154114, 0.03909569978713989, 0.07294400781393051, -0.20984040200710297, -0.029377590864896774, 0.40227726101875305, -0.22848936915397644, -0.36867544054985046, 0.2771095633506775, 0.20012156665325165, -0.24997781217098236, 0.003920196555554867, -0.038784224539995193, -0.03431297466158867, 0.23369838297367096, 0.01550881564617157, -0.34734949469566345, -0.03831666335463524, 0.18924014270305634, 0.2618754506111145, -0.09676212817430496, -0.37099435925483704, -0.005416108760982752, 0.5652958750724792, 0.03335098922252655, -0.5653477311134338, 0.13361656665802002, 0.32885345816612244, -0.019888930022716522, -0.3776232898235321, 0.2084120362997055, 0.36746272444725037, -0.30872464179992676, -0.16507932543754578, 0.2926226854324341, 0.14973707497119904, -0.4259556531906128, -0.05393635854125023, 0.5100962519645691, -0.023119201883673668, -0.45700904726982117, 0.24391038715839386, 0.36416247487068176, -0.28863003849983215, -0.25105682015419006, 0.4132680296897888, -0.18558505177497864, -0.4188842475414276, 0.01788938418030739, 0.32500821352005005, 0.08519750833511353, -0.1640787273645401, -0.053421299904584885, 0.1013713926076889, 0.16725631058216095, -0.16640983521938324, -0.06215270608663559, 0.3877197504043579, 0.11847689747810364, -0.04504157230257988, -0.056399956345558167, 0.0584341362118721, 0.008821175433695316, 0.022340940311551094, 0.02769872359931469, -0.052500128746032715, 0.14786343276500702, 0.15594369173049927, -0.07666271924972534, -0.09479934722185135, 0.24782723188400269, -0.1142774224281311, -0.13594743609428406, -0.14017008244991302, 0.30586397647857666, -0.0038203594740480185, -0.2686641812324524, 0.017814967781305313, 0.17221680283546448, 0.008816797286272049, -0.2064148485660553, 0.09502147138118744, 0.1200362890958786, -0.06004686653614044, 0.05155166983604431, 0.2646038830280304, -0.1824294924736023, 0.016430256888270378, 0.23321539163589478, -0.14078405499458313, -0.022892668843269348, 0.1943061798810959, -0.06287307292222977, -0.20934851467609406, 0.19927270710468292, 0.20106583833694458, -0.1312893182039261, -0.34714242815971375, 0.15917006134986877, 0.10973920673131943, 0.17171156406402588, -0.11290079355239868, -0.5049348473548889, 0.4634266495704651, 0.35057350993156433, -0.5519206523895264, -0.1931433081626892, 0.346966952085495, 0.16624107956886292, -0.30686190724372864, -0.17717742919921875, 0.3405108153820038, 0.34877681732177734, -0.4133785665035248, -0.3321588337421417, 0.340841144323349, 0.26221269369125366, -0.29906174540519714, -0.2068711370229721, 0.1697789579629898, 0.10228508710861206, 0.006390357855707407, -0.21253588795661926, -0.154561847448349, 0.08899268507957458, 0.17713436484336853, -0.12963652610778809, -0.28830277919769287, 0.014256216585636139, 0.3199981451034546, 0.2034757435321808, -0.4554253816604614, -0.2115533947944641, 0.587679922580719, 0.08697163313627243, -0.3868725001811981, -0.07261311262845993, 0.2014879733324051, 0.20756122469902039, -0.08525822311639786, -0.39692625403404236, 0.0057359784841537476, 0.4227803349494934, 0.030192319303750992, -0.4941784143447876, 0.015236316248774529, 0.5110428929328918, -0.04511801153421402, -0.45272672176361084, 0.04819278046488762, 0.24097052216529846, 0.007620540913194418, -0.2015014886856079, -0.12376413494348526, 0.056484151631593704, 0.13385240733623505, -0.08246205747127533, -0.07309786230325699, 0.022309498861432076, 0.09300534427165985, 0.10485642403364182, -0.1288260966539383, -0.08203668147325516, -0.06387253850698471, -0.07787521183490753, 0.09126551449298859, -0.10711238533258438, -0.18240942060947418, 0.17268900573253632, 0.1479283720254898, -0.14614930748939514, -0.09841182082891464, 0.0808413028717041, 0.049824852496385574, -0.08279648423194885, -0.12515325844287872, -0.04203915223479271, 0.15974466502666473, 0.05675840005278587, -0.2773806154727936, -0.12562596797943115, 0.22046422958374023, 0.10365241020917892, -0.25786200165748596, -0.06118091940879822, 0.2822130024433136, 0.13414503633975983, -0.21420975029468536, -0.2562807500362396, 0.1485295295715332, 0.2580641806125641, -0.05032242462038994, -0.3396017253398895, -0.03620521351695061, 0.373594731092453, -0.0020338529720902443, -0.3802523612976074, -0.045175548642873764, 0.40798020362854004, 0.07545063644647598, -0.2859133183956146, 0.11387253552675247, 0.1870991438627243, -0.1027238667011261, -0.17611415684223175, 0.048592325299978256, 0.19904451072216034, -0.013850238174200058, -0.24044954776763916, 0.019827967509627342, 0.30209821462631226, 0.12316055595874786, -0.24447818100452423, -0.251331090927124, 0.11936210095882416, 0.2583325505256653, -0.0014978479593992233, -0.1869524121284485, -0.09123467653989792, 0.151662677526474, 0.16995812952518463, 0.02075885981321335, -0.1780131608247757, -0.07447299361228943, 0.10206340998411179, 0.1843695342540741, -0.07184924930334091, -0.2203754484653473, 0.027592720463871956, 0.19124959409236908, 0.08534862846136093, -0.23384825885295868, -0.08896054327487946, 0.250140905380249, 0.0689573809504509, -0.20487268269062042, -0.14714762568473816, 0.20149751007556915, 0.22384703159332275, -0.04830019548535347, -0.12476501613855362, 0.07700034976005554, 0.24067838490009308, 0.028975075110793114, -0.11145245283842087, 0.055749595165252686, 0.10993567854166031, 0.09647468477487564, -0.011947049759328365, 9.38808898354182e-06, 0.024141130968928337, 0.10700423270463943, 0.10733893513679504, -0.06972762942314148, -0.020159391686320305, 0.18931202590465546, 0.09099122136831284, -0.05346815288066864, -0.03565933182835579, 0.04533539339900017, 0.0806329995393753, 0.02113429084420204, -0.04848742485046387, 0.03237876296043396, 0.15234097838401794, 0.13249348104000092, 0.051959697157144547, 0.15498563647270203, 0.3437121510505676, 0.19614386558532715, 0.1566024124622345, 0.27040693163871765, 0.2437349259853363, 0.05322425067424774, -0.05094059556722641, -0.02150854468345642, 0.001455176156014204, -0.11579231172800064, -0.26552289724349976, -0.2860403060913086, -0.26011040806770325, -0.3639499545097351, -0.5210128426551819, -0.593136727809906, -0.5423750877380371, -0.5145630240440369, -0.5084050297737122, -0.5907610654830933, -0.5579882264137268, -0.3279638886451721, -0.20429369807243347, -0.2872717082500458, -0.2613754868507385, 0.06313185393810272, 0.3107767105102539, 0.14364342391490936, 0.038128770887851715, 0.2955426275730133, 0.6129274368286133, 0.6476282477378845, 0.6432571411132812, 0.7748889327049255, 1.032936930656433, 1.1401962041854858, 1.0495350360870361, 1.1007100343704224, 1.3073705434799194, 1.7081248760223389, 1.8628120422363281, 1.1020184755325317, 0.13191555440425873, -0.07904376089572906, 0.13543325662612915, -0.42817988991737366, -1.3017371892929077, -1.4801065921783447, -1.0792335271835327, -0.7947394847869873, -0.8856752514839172, -1.2808977365493774, -1.5711699724197388, -1.3392608165740967, -1.0566810369491577, -1.1745545864105225, -1.242498755455017, -0.7906798720359802, -0.284351646900177, 0.10650071501731873, 0.3132195770740509, 0.09850618243217468, 0.06561566144227982, 0.36864715814590454, 0.4689461886882782, 0.20387549698352814, 0.037732917815446854, 0.2557266056537628, 0.3487720191478729, 0.17909777164459229, 0.02798161283135414, -0.011393947526812553, -0.019466832280158997, 0.02842078171670437, 0.1821427345275879, 0.4064154028892517, 0.8548834919929504, 1.260854959487915, 1.3040189743041992, 1.2879703044891357, 1.6210641860961914, 2.069340944290161, 2.0610270500183105, 0.9467650651931763, -0.4746355414390564, -0.6105499863624573, 0.14544722437858582, -0.2033190280199051, -1.5755702257156372, -1.9234693050384521, -0.9338594675064087, -0.3010093867778778, -0.6480211019515991, -1.4952101707458496, -1.936537265777588, -1.4799913167953491, -0.8219985365867615, -0.9848533272743225, -1.5870195627212524, -1.2365812063217163, 0.18024243414402008, 1.0508848428726196, 0.7356148958206177, 0.31742262840270996, 0.5698733925819397, 1.1212761402130127, 1.1648954153060913, 0.4865402281284332, -0.025767138227820396, 0.3527241051197052, 0.7681952118873596, 0.45591264963150024, -0.21523644030094147, -0.28982990980148315, -0.10604913532733917, -0.34510573744773865, -0.8551544547080994, -1.160110354423523, -0.9115833640098572, -0.29588374495506287, -0.023665253072977066, -0.08062098920345306, 0.24050137400627136, 1.0915666818618774, 1.647391438484192, 1.622488021850586, 1.5419299602508545, 1.8640265464782715, 2.185351848602295, 1.789108157157898, 0.4855494499206543, -0.607159435749054, -0.4375118613243103, -0.043768174946308136, -0.6867731809616089, -1.5345157384872437, -1.3943771123886108, -0.7259513139724731, -0.5806669592857361, -1.1702485084533691, -1.878745436668396, -1.9425238370895386, -1.2946481704711914, -0.7880396246910095, -0.8858334422111511, -0.783959150314331, 0.054168950766325, 0.9435680508613586, 1.1198896169662476, 0.7130069136619568, 0.4588788151741028, 0.6601719260215759, 0.8521032333374023, 0.6078817248344421, 0.2117655873298645, 0.1736731231212616, 0.31054192781448364, 0.21509116888046265, -0.13315850496292114, -0.4616859257221222, -0.4562060832977295, -0.3542834520339966, -0.4408825933933258, -0.4717423617839813, -0.15783630311489105, 0.5548587441444397, 1.128638744354248, 1.2390676736831665, 1.2819528579711914, 1.5422775745391846, 1.8147823810577393, 1.874769926071167, 1.36161208152771, 0.3206437826156616, -0.5033215284347534, -0.49209073185920715, -0.43009236454963684, -1.066794753074646, -1.6303832530975342, -1.3318138122558594, -0.7262706756591797, -0.6265549659729004, -0.9798058271408081, -1.3206968307495117, -1.4114811420440674, -1.223660945892334, -1.0103752613067627, -0.9230434894561768, -0.7239847779273987, 0.045238833874464035, 0.9321331977844238, 1.1895986795425415, 0.9772225022315979, 0.7958078384399414, 0.7972093820571899, 0.7146813869476318, 0.32866334915161133, -0.170207679271698, -0.37848347425460815, -0.18912146985530853, -0.11124459654092789, -0.3581453561782837, -0.513885498046875, -0.354554146528244, -0.26561129093170166, -0.36627674102783203, -0.2612955868244171, 0.2022627741098404, 0.6652857661247253, 0.9672971367835999, 1.2967321872711182, 1.8063515424728394, 2.148763656616211, 2.20273756980896, 2.1205132007598877, 1.3717947006225586, -0.05025807023048401, -0.9162383675575256, -0.8002074360847473, -0.9761888980865479, -1.7977073192596436, -2.0446574687957764, -1.413915753364563, -0.9115000367164612, -0.865913987159729, -0.9087101221084595, -1.0260586738586426, -1.1897629499435425, -1.1696701049804688, -0.9497488141059875, -0.7622380256652832, -0.5224491357803345, 0.14272631704807281, 0.8594862818717957, 1.1538721323013306, 1.211578369140625, 1.2731940746307373, 1.2314634323120117, 0.9857038259506226, 0.5786367058753967, 0.05097972974181175, -0.19798456132411957, -0.19045619666576385, -0.2910875678062439, -0.5391473770141602, -0.5893081426620483, -0.4860857129096985, -0.4593591094017029, -0.49289533495903015, -0.4680982530117035, -0.22250588238239288, 0.2282562106847763, 0.5198224782943726, 0.7752701640129089, 1.3039817810058594, 1.87920343875885, 2.090766429901123, 2.115351438522339, 1.7967098951339722, 0.8511672616004944, -0.20334245264530182, -0.6708088517189026, -0.9215755462646484, -1.5362640619277954, -2.070657253265381, -1.9051042795181274, -1.3178656101226807, -0.8698412775993347, -0.6251407265663147, -0.5505039691925049, -0.6482858657836914, -0.6145236492156982, -0.4330814480781555, -0.45041507482528687, -0.5383927226066589, -0.21788358688354492, 0.4289294183254242, 0.827862024307251, 0.9744762778282166, 1.1632795333862305, 1.3977530002593994, 1.3249824047088623, 0.8403616547584534, 0.24321720004081726, -0.10855165123939514, -0.2632475197315216, -0.6110147833824158, -1.0292757749557495, -1.0397926568984985, -0.6797784566879272, -0.489702433347702, -0.5918722152709961, -0.6325358152389526, -0.4020186960697174, -0.0966692641377449, 0.07298840582370758, 0.2460401952266693, 0.6655312180519104, 1.2332350015640259, 1.7171064615249634, 2.1492197513580322, 2.5211613178253174, 2.582432508468628, 1.914709448814392, 0.6501595377922058, -0.3967670798301697, -0.8156782984733582, -1.249225378036499, -2.0840084552764893, -2.581350326538086, -2.1797850131988525, -1.3385932445526123, -0.7413620352745056, -0.46022507548332214, -0.3325159251689911, -0.1923401653766632, -0.055174436420202255, -0.03454882279038429, -0.2269940972328186, -0.33739399909973145, -0.09449070692062378, 0.19092711806297302, 0.41470861434936523, 0.7112438678741455, 1.0336172580718994, 1.1412615776062012, 0.9870826601982117, 0.7965463399887085, 0.5943368077278137, 0.2767355740070343, -0.23047606647014618, -0.7994076013565063, -1.065002202987671, -0.9159362316131592, -0.6698830723762512, -0.7148648500442505, -0.7858351469039917, -0.558387815952301, -0.20154738426208496, -0.04120534285902977, -0.03175836801528931, 0.09395567327737808, 0.3989899456501007, 0.845708429813385, 1.3194764852523804, 1.765924096107483, 2.186286687850952, 2.5454232692718506, 2.508594512939453, 1.6777499914169312, 0.37574833631515503, -0.6174112558364868, -1.040171504020691, -1.4778093099594116, -2.3013863563537598, -2.8102622032165527, -2.410677433013916, -1.4071511030197144, -0.6315965056419373, -0.3207898437976837, -0.21693316102027893, 0.034446630626916885, 0.4882931411266327, 0.7027817368507385, 0.35913726687431335, -0.09636162966489792, -0.005379174370318651, 0.39979395270347595, 0.6276437640190125, 0.6574662923812866, 0.7214643359184265, 0.9598332643508911, 1.1916959285736084, 1.1300240755081177, 0.7073509693145752, 0.16334068775177002, -0.39812979102134705, -1.0077011585235596, -1.4304986000061035, -1.5593888759613037, -1.5742244720458984, -1.5252373218536377, -1.3283016681671143, -0.959029495716095, -0.5235605835914612, -0.1313699185848236, 0.02387574501335621, 0.016565272584557533, 0.13007226586341858, 0.5416929721832275, 0.960529625415802, 1.214735746383667, 1.4572083950042725, 1.9741237163543701, 2.572227716445923, 2.9767017364501953, 2.9174036979675293, 2.0562233924865723, 0.5137274861335754, -0.7089909315109253, -1.151206135749817, -1.6266214847564697, -2.7078664302825928, -3.5126187801361084, -3.083873748779297, -1.8120040893554688, -0.6820074915885925, -0.11991073936223984, 0.0201043002307415, 0.2806914448738098, 0.8624748587608337, 1.2017406225204468, 0.6948631405830383, -0.28619158267974854, -0.6586918234825134, -0.1665838658809662, 0.3584851622581482, 0.48304787278175354, 0.5474874973297119, 0.8364593386650085, 1.2798908948898315, 1.526910662651062, 1.2838512659072876, 0.5396286845207214, -0.40095511078834534, -1.195529818534851, -1.6925123929977417, -1.9222540855407715, -2.068394422531128, -2.129228353500366, -1.8791379928588867, -1.176910161972046, -0.34545421600341797, 0.2117333859205246, 0.3752191662788391, 0.3467620015144348, 0.40375959873199463, 0.6209089756011963, 0.8930234313011169, 1.0499528646469116, 1.160448670387268, 1.5124812126159668, 2.2561941146850586, 3.025829553604126, 3.3479955196380615, 3.0604891777038574, 2.1017444133758545, 0.65301913022995, -0.5971485376358032, -1.3417936563491821, -2.10640549659729, -3.2100672721862793, -3.9409079551696777, -3.48783802986145, -2.129733085632324, -0.9045906066894531, -0.35505416989326477, -0.1138753816485405, 0.4076899290084839, 1.1428364515304565, 1.406005620956421, 0.7955049276351929, -0.11834539473056793, -0.4203338027000427, 0.016734706237912178, 0.4832335114479065, 0.5429425239562988, 0.546079158782959, 0.9323348999023438, 1.5616530179977417, 1.791381597518921, 1.2782171964645386, 0.32202884554862976, -0.556693971157074, -1.2149978876113892, -1.762402057647705, -2.1788761615753174, -2.4024322032928467, -2.3429296016693115, -1.8917324542999268, -1.0939723253250122, -0.34694764018058777, 0.09180394560098648, 0.28022632002830505, 0.38180509209632874, 0.5447694659233093, 0.6932731866836548, 0.7511681914329529, 0.7741280198097229, 0.9705354571342468, 1.4967002868652344, 2.1713626384735107, 2.7013981342315674, 2.981062173843384, 3.164842128753662, 2.988007068634033, 1.8774542808532715, 0.11820883303880692, -1.2107218503952026, -1.8418399095535278, -2.5565428733825684, -3.626013994216919, -4.23836612701416, -3.637226104736328, -2.1915671825408936, -0.861156702041626, -0.23375304043293, 0.025163372978568077, 0.6050434708595276, 1.5192065238952637, 1.8811838626861572, 1.1241048574447632, 0.05100230127573013, -0.16115397214889526, 0.32612577080726624, 0.6235561370849609, 0.4564858376979828, 0.3908531367778778, 0.8030295372009277, 1.4127002954483032, 1.6922388076782227, 1.304153561592102, 0.4513513743877411, -0.39933040738105774, -1.044588565826416, -1.609900951385498, -2.2008070945739746, -2.6504650115966797, -2.646221876144409, -2.171036720275879, -1.4033585786819458, -0.5801451802253723, 0.04716594144701958, 0.45191681385040283, 0.701768159866333, 0.8824039101600647, 0.9746456742286682, 0.9267069697380066, 0.818751871585846, 0.904024600982666, 1.31480872631073, 1.8454158306121826, 2.275657892227173, 2.7132956981658936, 3.1265950202941895, 3.0980048179626465, 2.131230115890503, 0.5712192058563232, -0.6667407751083374, -1.38900625705719, -2.3406832218170166, -3.725297212600708, -4.567248821258545, -4.1426472663879395, -2.8284354209899902, -1.562645435333252, -0.8556996583938599, -0.3382291793823242, 0.5742054581642151, 1.7342922687530518, 2.1853885650634766, 1.5106570720672607, 0.5189823508262634, 0.2536519169807434, 0.6306093335151672, 0.7669185996055603, 0.41226527094841003, 0.24362300336360931, 0.7292011976242065, 1.4942939281463623, 1.8381458520889282, 1.5605086088180542, 0.8423730731010437, 0.0446128211915493, -0.5905415415763855, -1.2470405101776123, -2.1171696186065674, -2.9028801918029785, -3.1470112800598145, -2.791504144668579, -2.035865306854248, -1.1472880840301514, -0.3890228569507599, 0.1203247457742691, 0.5193484425544739, 0.9298210144042969, 1.1031767129898071, 0.8603971600532532, 0.4724551737308502, 0.4452345073223114, 0.8598955273628235, 1.422929048538208, 1.9272398948669434, 2.4265334606170654, 2.95393443107605, 3.4524402618408203, 3.3345093727111816, 2.11664080619812, 0.3868207633495331, -0.7787471413612366, -1.536726951599121, -2.683664321899414, -4.1262006759643555, -4.80621337890625, -4.177525043487549, -2.74369478225708, -1.4922537803649902, -0.7829993367195129, -0.13461288809776306, 0.9723566174507141, 2.1490416526794434, 2.4431798458099365, 1.6755002737045288, 0.7997163534164429, 0.6407275199890137, 0.9291084408760071, 0.8864946365356445, 0.44069913029670715, 0.24415092170238495, 0.7336112260818481, 1.4856650829315186, 1.7052735090255737, 1.219546914100647, 0.46885812282562256, -0.1589956134557724, -0.8211596608161926, -1.6444783210754395, -2.520056962966919, -3.1696114540100098, -3.3259634971618652, -2.9525339603424072, -2.2320425510406494, -1.3508179187774658, -0.49741271138191223, 0.19516606628894806, 0.7308452129364014, 1.141995906829834, 1.3414015769958496, 1.2261052131652832, 0.9198257923126221, 0.8221911787986755, 1.136590838432312, 1.625209927558899, 2.0484538078308105, 2.3991618156433105, 2.788388729095459, 3.2912380695343018, 3.4102373123168945, 2.453326463699341, 0.6936229467391968, -0.7645964026451111, -1.5363940000534058, -2.38433837890625, -3.686192035675049, -4.742898941040039, -4.657520294189453, -3.4718008041381836, -2.0359277725219727, -1.102654218673706, -0.5350468754768372, 0.3313048183917999, 1.6091915369033813, 2.4750263690948486, 2.3044991493225098, 1.5242401361465454, 1.032964825630188, 1.1096001863479614, 1.2188199758529663, 0.8864753842353821, 0.3733659088611603, 0.2524954378604889, 0.6777072548866272, 1.1578993797302246, 1.0991610288619995, 0.4401436746120453, -0.2418949156999588, -0.6774141192436218, -1.0837291479110718, -1.7312442064285278, -2.5146944522857666, -3.004108428955078, -2.9179000854492188, -2.3199095726013184, -1.55596125125885, -0.9142946600914001, -0.360032320022583, 0.2715265452861786, 0.9168520569801331, 1.3249744176864624, 1.380439281463623, 1.1675368547439575, 1.0101302862167358, 1.1902447938919067, 1.592177152633667, 1.9101437330245972, 2.034533977508545, 2.1979424953460693, 2.564176321029663, 2.9729044437408447, 2.786614179611206, 1.5703555345535278, -0.08146487176418304, -1.1235300302505493, -1.5571190118789673, -2.3620688915252686, -3.6973648071289062, -4.583494186401367, -4.2372965812683105, -2.977200746536255, -1.740954875946045, -1.1188594102859497, -0.7213520407676697, 0.22713124752044678, 1.6474984884262085, 2.507126569747925, 2.2247612476348877, 1.4315388202667236, 1.106696367263794, 1.3641283512115479, 1.471480131149292, 0.9334448575973511, 0.15499365329742432, -0.08351689577102661, 0.39899128675460815, 0.899856686592102, 0.7264206409454346, 0.017978942021727562, -0.5309614539146423, -0.6343300938606262, -0.7479221224784851, -1.2976233959197998, -2.1159257888793945, -2.636253595352173, -2.525268077850342, -1.9946258068084717, -1.4899935722351074, -1.1400033235549927, -0.6959764361381531, 0.007522204425185919, 0.7372103929519653, 1.2118492126464844, 1.3445054292678833, 1.3217167854309082, 1.377968192100525, 1.6159918308258057, 1.9002809524536133, 2.018331289291382, 1.9874836206436157, 1.9936811923980713, 2.155332565307617, 2.36617374420166, 2.1641695499420166, 1.1940864324569702, -0.19050368666648865, -1.155788779258728, -1.5633771419525146, -2.1280436515808105, -3.2269256114959717, -4.166791915893555, -4.087637424468994, -3.045741081237793, -1.883783221244812, -1.2177608013153076, -0.792410671710968, 0.07866080850362778, 1.441198706626892, 2.4327876567840576, 2.4180908203125, 1.7761298418045044, 1.3858236074447632, 1.5259135961532593, 1.633009672164917, 1.159212350845337, 0.3759656548500061, -0.004189624916762114, 0.304537832736969, 0.7548980712890625, 0.66325843334198, 0.04299842566251755, -0.501934289932251, -0.6224908232688904, -0.6594271659851074, -1.1004103422164917, -1.8614848852157593, -2.430769443511963, -2.464430809020996, -2.0405654907226562, -1.5756618976593018, -1.252506136894226, -0.853768527507782, -0.20471398532390594, 0.5334478616714478, 1.1060495376586914, 1.3858400583267212, 1.4477970600128174, 1.474548101425171, 1.6266212463378906, 1.828100562095642, 1.8822474479675293, 1.7498925924301147, 1.6133488416671753, 1.6086289882659912, 1.7866764068603516, 1.806510090827942, 1.1327216625213623, -0.12551258504390717, -1.0869736671447754, -1.3293941020965576, -1.5634056329727173, -2.418278217315674, -3.428054094314575, -3.656269073486328, -2.844083309173584, -1.7125049829483032, -1.0822333097457886, -0.8668082356452942, -0.3390488028526306, 0.8278278708457947, 2.0069777965545654, 2.3379650115966797, 1.8488116264343262, 1.3631161451339722, 1.434044361114502, 1.6823985576629639, 1.4122974872589111, 0.5671753883361816, -0.11879099905490875, -0.09912796318531036, 0.3363646864891052, 0.4744645953178406, 0.04533769190311432, -0.49103978276252747, -0.6383410096168518, -0.5380427837371826, -0.6702502965927124, -1.2243160009384155, -1.9099053144454956, -2.2374019622802734, -2.0178136825561523, -1.5864086151123047, -1.2842234373092651, -1.0293179750442505, -0.5553579926490784, 0.13753661513328552, 0.8425247073173523, 1.270859718322754, 1.3459513187408447, 1.303168535232544, 1.4029141664505005, 1.642136573791504, 1.7772319316864014, 1.6309540271759033, 1.3853861093521118, 1.3539586067199707, 1.5965182781219482, 1.881554365158081, 1.6075066328048706, 0.5341314077377319, -0.6029590368270874, -0.9761732816696167, -0.9518262147903442, -1.5465995073318481, -2.743997812271118, -3.514976978302002, -3.1622507572174072, -2.0788798332214355, -1.2479588985443115, -1.0555349588394165, -0.9086601138114929, -0.037307754158973694, 1.3771535158157349, 2.263044595718384, 2.0214121341705322, 1.3144181966781616, 1.1549971103668213, 1.5408830642700195, 1.601682424545288, 0.9045328497886658, 0.03217650577425957, -0.20839715003967285, 0.15651482343673706, 0.4682474732398987, 0.2756551504135132, -0.23695681989192963, -0.5928061008453369, -0.5957601070404053, -0.5394977331161499, -0.8288130164146423, -1.4643511772155762, -1.9815505743026733, -2.015342950820923, -1.712570071220398, -1.3693307638168335, -1.1241850852966309, -0.8885028958320618, -0.4521425664424896, 0.19302521646022797, 0.8106755018234253, 1.1486213207244873, 1.2365361452102661, 1.3318203687667847, 1.5852289199829102, 1.878134846687317, 1.9695430994033813, 1.832158088684082, 1.6428083181381226, 1.61017644405365, 1.8048771619796753, 1.6756935119628906, 0.7664003372192383, -0.45915308594703674, -1.0845365524291992, -1.0949809551239014, -1.417851209640503, -2.372631549835205, -3.1734812259674072, -3.066019058227539, -2.174257278442383, -1.25663161277771, -0.8986443281173706, -0.8204026222229004, -0.2327907830476761, 0.9930526614189148, 1.965873122215271, 1.9042317867279053, 1.2323939800262451, 0.9556317329406738, 1.2785961627960205, 1.4493188858032227, 0.9716014862060547, 0.20265892148017883, -0.1864188015460968, 0.02245686762034893, 0.3946168124675751, 0.37305986881256104, -0.09279561787843704, -0.5154163241386414, -0.5442234873771667, -0.4243302643299103, -0.5846284627914429, -1.1084089279174805, -1.6588720083236694, -1.8355299234390259, -1.6044663190841675, -1.2837750911712646, -1.135384202003479, -1.02927565574646, -0.6757477521896362, -0.049833133816719055, 0.5895220637321472, 1.0212081670761108, 1.2387253046035767, 1.4379682540893555, 1.764166235923767, 2.0729808807373047, 2.1896119117736816, 2.0878212451934814, 1.8768372535705566, 1.764272928237915, 1.7755365371704102, 1.4685055017471313, 0.4802404046058655, -0.6973003149032593, -1.240753412246704, -1.2421984672546387, -1.570876121520996, -2.3904263973236084, -2.9537832736968994, -2.691908121109009, -1.816615104675293, -1.014115571975708, -0.7481505274772644, -0.7223063707351685, -0.18979531526565552, 0.8850228190422058, 1.6133838891983032, 1.4236171245574951, 0.8612908720970154, 0.7470396757125854, 1.0888582468032837, 1.2268242835998535, 0.8246710896492004, 0.23315709829330444, -0.0075194500386714935, 0.2070915699005127, 0.4781763255596161, 0.37599870562553406, -0.05048337206244469, -0.41320550441741943, -0.5308430194854736, -0.5482735633850098, -0.7264882922172546, -1.1404993534088135, -1.601670265197754, -1.7948939800262451, -1.591758131980896, -1.2399814128875732, -1.007947564125061, -0.836449384689331, -0.4602835178375244, 0.13172823190689087, 0.7506915926933289, 1.2549256086349487, 1.577752947807312, 1.7420519590377808, 1.9133069515228271, 2.1611454486846924, 2.3373608589172363, 2.245168447494507, 1.9504812955856323, 1.677507996559143, 1.429179310798645, 0.7632491588592529, -0.30653029680252075, -1.1749712228775024, -1.4995241165161133, -1.7775830030441284, -2.32991099357605, -2.787637948989868, -2.724064350128174, -2.199190855026245, -1.469940185546875, -0.8554180860519409, -0.48950618505477905, -0.1347397118806839, 0.5148064494132996, 1.2154074907302856, 1.410556674003601, 1.0791102647781372, 0.776272714138031, 0.7785889506340027, 0.8058711886405945, 0.6349325180053711, 0.35207948088645935, 0.1694343537092209, 0.19263677299022675, 0.30677640438079834, 0.3034880757331848, 0.11297628283500671, -0.18566086888313293, -0.49514058232307434, -0.7110273838043213, -0.8504670262336731, -1.0204298496246338, -1.2742412090301514, -1.4596567153930664, -1.3524894714355469, -0.989666759967804, -0.6224271059036255, -0.3920257091522217, -0.19830051064491272, 0.12293323129415512, 0.6207646131515503, 1.128538966178894, 1.4081296920776367, 1.5316187143325806, 1.747352957725525, 2.0739352703094482, 2.319859504699707, 2.352752447128296, 2.144998550415039, 1.760852575302124, 1.09971022605896, 0.15253174304962158, -0.7488409876823425, -1.3040539026260376, -1.8075900077819824, -2.5442006587982178, -3.0457067489624023, -2.8763651847839355, -2.2720859050750732, -1.6407008171081543, -1.147194266319275, -0.6539621949195862, -0.015513958409428596, 0.7316411137580872, 1.26944899559021, 1.2708336114883423, 0.9253685474395752, 0.7554316520690918, 0.7987110614776611, 0.6419491171836853, 0.2717949151992798, 0.06901349872350693, 0.145797997713089, 0.3375524580478668, 0.4491700530052185, 0.40344059467315674, 0.2900988757610321, 0.14914807677268982, -0.0710892453789711, -0.41412413120269775, -0.7731800079345703, -1.0293067693710327, -1.2083921432495117, -1.320131540298462, -1.2720165252685547, -0.9944750070571899, -0.5751737952232361, -0.17411236464977264, 0.18039140105247498, 0.5417023301124573, 0.8821924924850464, 1.1779429912567139, 1.3802194595336914, 1.5217987298965454, 1.7020339965820312, 1.9534746408462524, 2.129652976989746, 2.088296890258789, 1.921298861503601, 1.4746639728546143, 0.6183508038520813, -0.32505106925964355, -0.9015516638755798, -1.3193734884262085, -2.0714499950408936, -2.865459680557251, -3.002484083175659, -2.4788146018981934, -1.838008165359497, -1.3809103965759277, -0.9776069521903992, -0.435197651386261, 0.24893735349178314, 0.8513277173042297, 1.0430495738983154, 0.8771066665649414, 0.7318385243415833, 0.7122014760971069, 0.6504510641098022, 0.481456995010376, 0.34935370087623596, 0.31881096959114075, 0.35699501633644104, 0.4164750277996063, 0.41993263363838196, 0.34987562894821167, 0.20705905556678772, -0.04057765379548073, -0.37362802028656006, -0.6671409010887146, -0.8706234097480774, -1.0810251235961914, -1.260475754737854, -1.2450612783432007, -0.9903975129127502, -0.5755354762077332, -0.10277256369590759, 0.3492332994937897, 0.7349427342414856, 1.0926258563995361, 1.4112310409545898, 1.6121652126312256, 1.706530213356018, 1.7919291257858276, 1.846251130104065, 1.7149269580841064, 1.4879881143569946, 1.238553762435913, 0.7163205146789551, -0.04926746338605881, -0.6505709886550903, -0.9509079456329346, -1.3471059799194336, -1.963068962097168, -2.316279411315918, -2.1752233505249023, -1.8258379697799683, -1.5640935897827148, -1.3486055135726929, -1.0422018766403198, -0.5923827886581421, -0.02805699035525322, 0.38141322135925293, 0.4770257771015167, 0.4785279333591461, 0.6004924178123474, 0.7300131320953369, 0.7257392406463623, 0.6489512920379639, 0.5983319878578186, 0.5876486897468567, 0.5990626811981201, 0.4921356439590454, 0.2801439166069031, 0.11065502464771271, -0.05846522003412247, -0.35666418075561523, -0.6914889216423035, -0.8757791519165039, -0.94825679063797, -1.0304309129714966, -1.0384459495544434, -0.8142914175987244, -0.43255242705345154, -0.054614290595054626, 0.31295400857925415, 0.7361248135566711, 1.1713954210281372, 1.5579710006713867, 1.8475128412246704, 2.036865711212158, 2.0721466541290283, 1.895617127418518, 1.5651780366897583, 1.0722744464874268, 0.4062373638153076, -0.33745336532592773, -0.9214421510696411, -1.2455098628997803, -1.5200508832931519, -1.826999545097351, -1.954137921333313, -1.726792573928833, -1.3576977252960205, -1.1570078134536743, -1.0122259855270386, -0.7177993655204773, -0.3170364797115326, -0.004980863071978092, 0.11054409295320511, 0.1090116798877716, 0.14597275853157043, 0.2539066672325134, 0.2888701260089874, 0.20426279306411743, 0.16654729843139648, 0.26427561044692993, 0.41313984990119934, 0.5124228596687317, 0.5132872462272644, 0.4233635663986206, 0.3322221636772156, 0.2709369957447052, 0.13482452929019928, -0.12044905126094818, -0.3798052966594696, -0.4997427761554718, -0.5646159648895264, -0.6516948938369751, -0.6547703742980957, -0.4727868437767029, -0.222205251455307, 0.033445823937654495, 0.3089943528175354, 0.5956898927688599, 0.985249400138855, 1.3383647203445435, 1.493463158607483, 1.5949137210845947, 1.7836544513702393, 1.6846166849136353, 1.1924388408660889, 0.5653823614120483, 0.0399046465754509, -0.44573476910591125, -0.8401428461074829, -1.1890296936035156, -1.55930495262146, -1.7384217977523804, -1.5643099546432495, -1.2558624744415283, -1.000051736831665, -0.8018661737442017, -0.5547316670417786, -0.2551760673522949, -0.035615213215351105, 0.001108422176912427, -0.053102701902389526, -0.08509034663438797, -0.0577038936316967, -0.07498936355113983, -0.14906378090381622, -0.15650591254234314, -0.02028787136077881, 0.17734964191913605, 0.32261282205581665, 0.39709770679473877, 0.4245798885822296, 0.369509756565094, 0.25275373458862305, 0.14910849928855896, 0.0815783217549324, -0.0029097222723066807, -0.07778311520814896, -0.13468872010707855, -0.11241760849952698, 0.021268486976623535, 0.22312404215335846, 0.35978934168815613, 0.4552813172340393, 0.5995718240737915, 0.809855580329895, 1.0171188116073608, 1.097460389137268, 1.09187912940979, 1.0575460195541382, 0.9386496543884277, 0.5400428175926208, 0.014010971412062645, -0.2585615813732147, -0.3951199948787689, -0.7096375823020935, -1.1014511585235596, -1.1802623271942139, -1.0153533220291138, -0.8967732787132263, -0.8251118063926697, -0.6698213219642639, -0.4254339635372162, -0.18425755202770233, -0.03443232178688049, -0.03887190297245979, -0.08644542843103409, -0.076457679271698, -0.0904216542840004, -0.2547377049922943, -0.4357924461364746, -0.4542604684829712, -0.36831605434417725, -0.3079439699649811, -0.26058804988861084, -0.15666931867599487, -0.020373329520225525, 0.09417662024497986, 0.11262369900941849, 0.06463806331157684, 0.0955757424235344, 0.19338685274124146, 0.22854851186275482, 0.1465008705854416, 0.09228178858757019, 0.19127129018306732, 0.4141156077384949, 0.5654695630073547, 0.6365562677383423, 0.7659692764282227, 0.9186919927597046, 1.013339638710022, 1.1156750917434692, 1.2369824647903442, 1.314115047454834, 1.2245925664901733, 0.9122992753982544, 0.48016542196273804, 0.13093683123588562, -0.1784859299659729, -0.6101915836334229, -1.0670925378799438, -1.353514313697815, -1.4660091400146484, -1.454125165939331, -1.3507435321807861, -1.1702340841293335, -0.8586481809616089, -0.4546073377132416, -0.10334508121013641, 0.13512614369392395, 0.306721955537796, 0.37500330805778503, 0.3373323380947113, 0.22770674526691437, 0.04894237220287323, -0.17202618718147278, -0.34880053997039795, -0.43643397092819214, -0.47346383333206177, -0.48242050409317017, -0.45148128271102905, -0.3886527419090271, -0.293168306350708, -0.21894370019435883, -0.14376300573349, -0.023319566622376442, 0.08864371478557587, 0.12594637274742126, 0.13969959318637848, 0.20260904729366302, 0.33851614594459534, 0.47713378071784973, 0.5658846497535706, 0.6415461897850037, 0.7490115761756897, 0.8574525713920593, 0.9648956060409546, 1.0907254219055176, 1.2204070091247559, 1.3464488983154297, 1.343603491783142, 1.048016905784607, 0.6234666109085083, 0.3289342522621155, 0.0652499720454216, -0.38100990653038025, -0.8322615623474121, -1.1017450094223022, -1.266036033630371, -1.3824381828308105, -1.379904866218567, -1.2384064197540283, -0.9658610224723816, -0.6296959519386292, -0.35066211223602295, -0.14457327127456665, 0.07328478991985321, 0.29860490560531616, 0.40039944648742676, 0.31527596712112427, 0.11976315081119537, 0.005033579189330339, -0.013744732365012169, -0.11294127255678177, -0.29601436853408813, -0.4175839126110077, -0.3823591470718384, -0.29916200041770935, -0.28658440709114075, -0.33332639932632446, -0.3035164773464203, -0.14961689710617065, -0.011830327101051807, -0.021022802218794823, -0.051475152373313904, 0.04592076316475868, 0.24396958947181702, 0.41326960921287537, 0.5002926588058472, 0.5532576441764832, 0.7008083462715149, 0.8957563042640686, 1.0236057043075562, 1.0761445760726929, 1.2078633308410645, 1.3986154794692993, 1.3703416585922241, 1.0443307161331177, 0.7191833853721619, 0.5179576873779297, 0.1916625201702118, -0.3237111568450928, -0.749577522277832, -0.983595609664917, -1.146498680114746, -1.2636950016021729, -1.2887004613876343, -1.243375301361084, -1.0537734031677246, -0.7210467457771301, -0.47513502836227417, -0.38937443494796753, -0.24670135974884033, -0.03651123493909836, 0.07586762309074402, 0.06135537475347519, -0.011992143467068672, -0.0914149358868599, -0.07611904293298721, -0.022535335272550583, -0.0938788503408432, -0.22221460938453674, -0.23615862429141998, -0.20318835973739624, -0.2295827716588974, -0.3004903197288513, -0.3201883137226105, -0.2834925949573517, -0.21989059448242188, -0.1852102130651474, -0.1796543151140213, -0.0923096314072609, 0.09520012885332108, 0.26333776116371155, 0.352345734834671, 0.4335196614265442, 0.5577978491783142, 0.6688691973686218, 0.7232605814933777, 0.762078046798706, 0.8920860886573792, 1.1345356702804565, 1.2718778848648071, 1.128341555595398, 0.8644059300422668, 0.7112560868263245, 0.565362274646759, 0.2490643709897995, -0.20910097658634186, -0.6359091997146606, -0.8701509833335876, -0.9300923943519592, -1.0411648750305176, -1.2305909395217896, -1.1996474266052246, -0.8790349960327148, -0.5792276263237, -0.4627893269062042, -0.3968178331851959, -0.23339484632015228, -0.03149111196398735, 0.025876818224787712, -0.12695004045963287, -0.30261656641960144, -0.29387950897216797, -0.20024937391281128, -0.25700846314430237, -0.3770293593406677, -0.33765673637390137, -0.17899058759212494, -0.0675211027264595, -0.08487970381975174, -0.13406971096992493, -0.09695030748844147, 0.004790508653968573, 0.034268818795681, -0.03285004198551178, -0.04747257009148598, 0.07144913822412491, 0.23153036832809448, 0.30297309160232544, 0.30425378680229187, 0.3352515697479248, 0.4571438133716583, 0.5663658976554871, 0.6039929389953613, 0.6618015170097351, 0.8464201092720032, 1.0910528898239136, 1.1602497100830078, 0.9746813774108887, 0.7385636568069458, 0.6633667349815369, 0.5697535872459412, 0.21655113995075226, -0.2171814739704132, -0.5070785880088806, -0.6516753435134888, -0.7453244924545288, -0.8539950847625732, -0.9401209354400635, -0.8827869892120361, -0.6599052548408508, -0.45567408204078674, -0.3465854227542877, -0.2446250468492508, -0.112400583922863, -0.004208575934171677, -0.0038950892630964518, -0.09553194791078568, -0.19415625929832458, -0.23851799964904785, -0.2796553075313568, -0.3440381586551666, -0.37875962257385254, -0.33741849660873413, -0.26636648178100586, -0.20050166547298431, -0.15860073268413544, -0.11950705945491791, -0.030147681012749672, 0.0477212518453598, 0.04067263379693031, 0.03481452912092209, 0.12455573678016663, 0.23179088532924652, 0.2725035846233368, 0.30956077575683594, 0.3432605266571045, 0.36231371760368347, 0.37853485345840454, 0.40660566091537476, 0.4503679573535919, 0.5555617809295654, 0.7563740015029907, 0.9787667989730835, 1.040561318397522, 0.8922373652458191, 0.6981061100959778, 0.6164413094520569, 0.5242491960525513, 0.23099547624588013, -0.16042330861091614, -0.3966103196144104, -0.4396534562110901, -0.46004706621170044, -0.5632950663566589, -0.6529797911643982, -0.5928026437759399, -0.46345457434654236, -0.3993302583694458, -0.4218170940876007, -0.43305253982543945, -0.3778519928455353, -0.31452223658561707, -0.33501389622688293, -0.41557011008262634, -0.415913462638855, -0.35112014412879944, -0.31812649965286255, -0.33247947692871094, -0.31217867136001587, -0.23171614110469818, -0.14920921623706818, -0.1350206732749939, -0.16638627648353577, -0.17276884615421295, -0.12048154324293137, -0.054035771638154984, -0.04085609316825867, -0.03905586898326874, 0.03289155662059784, 0.15090277791023254, 0.23143741488456726, 0.24662922322750092, 0.25654521584510803, 0.3125091791152954, 0.2738945782184601, 0.22999055683612823, 0.30682894587516785, 0.4318290054798126, 0.5036226511001587, 0.5663120746612549, 0.760873019695282, 0.9415261745452881, 0.9301361441612244, 0.7864570617675781, 0.6390877366065979, 0.517254650592804, 0.3182615041732788, 0.03227480500936508, -0.25309208035469055, -0.39800921082496643, -0.3902483880519867, -0.4019249379634857, -0.46566057205200195, -0.49084824323654175, -0.375827431678772, -0.22358101606369019, -0.2504023313522339, -0.3825770616531372, -0.4456290602684021, -0.4203893840312958, -0.4105082154273987, -0.5166612863540649, -0.5885075330734253, -0.5485639572143555, -0.42161521315574646, -0.32407623529434204, -0.3128894567489624, -0.2853035032749176, -0.18120567500591278, -0.10240688920021057, -0.10350467264652252, -0.12834806740283966, -0.1480446457862854, -0.1676972210407257, -0.12293344736099243, -0.03392908722162247, 0.011962054297327995, 0.029327983036637306, 0.08049573004245758, 0.2347332239151001, 0.23480278253555298, 0.19488602876663208, 0.2402273714542389, 0.2529639005661011, 0.19009539484977722, 0.17417410016059875, 0.37520045042037964, 0.6381272077560425, 0.7126954197883606, 0.6709397435188293, 0.8296846151351929, 1.0072245597839355, 0.9140107035636902, 0.6151536703109741, 0.33028319478034973, 0.27235743403434753, 0.245869442820549, 0.014780201949179173, -0.32891780138015747, -0.40654152631759644, -0.24294404685497284, -0.21894462406635284, -0.3891282379627228, -0.4878939390182495, -0.41605210304260254, -0.3723238408565521, -0.41647911071777344, -0.5340633988380432, -0.6096510291099548, -0.5523937940597534, -0.4214523434638977, -0.41086557507514954, -0.4688379466533661, -0.36370694637298584, -0.17311425507068634, -0.06930068135261536, -0.1457694172859192, -0.22444123029708862, -0.1969277560710907, -0.14985477924346924, -0.14033135771751404, -0.23736852407455444, -0.2883155047893524, -0.13923433423042297, -0.002578950487077236, 0.017968934029340744, 0.033686812967061996, 0.16585694253444672, 0.21092581748962402, 0.18160545825958252, 0.09120918810367584, 0.12202367186546326, 0.27150315046310425, 0.2155115306377411, 0.1299840658903122, 0.16118904948234558, 0.4273127019405365, 0.6928504109382629, 0.5603716969490051, 0.620794951915741, 0.9071811437606812, 0.9732125401496887, 0.7430764436721802, 0.5136107206344604, 0.4489268362522125, 0.43043699860572815, 0.2845062017440796, -0.04425716772675514, -0.23587507009506226, -0.14137829840183258, -0.11734238266944885, -0.3411122262477875, -0.5313585996627808, -0.4940226078033447, -0.3947986662387848, -0.4286379814147949, -0.5702035427093506, -0.6635206937789917, -0.5698073506355286, -0.38578739762306213, -0.3946770429611206, -0.4744117558002472, -0.37138473987579346, -0.1837521493434906, -0.11454780399799347, -0.24921351671218872, -0.30319496989250183, -0.23155640065670013, -0.2186684012413025, -0.26189276576042175, -0.29624345898628235, -0.3114853799343109, -0.1572202742099762, 0.01234462670981884, 0.040005575865507126, -0.09628467261791229, -0.030222037807106972, 0.09066153317689896, 0.2512529790401459, 0.184016153216362, 0.041819240897893906, 0.08756466954946518, 0.032337237149477005, 0.14057572185993195, 0.1748104840517044, 0.07964972406625748, 0.12106285244226456, 0.18083208799362183, 0.3461902141571045, 0.5342586040496826, 0.6618314385414124, 0.6927672624588013, 0.6761036515235901, 0.7863817811012268, 0.7489421367645264, 0.5680531859397888, 0.44394451379776, 0.3159649670124054, 0.13310037553310394, 0.04929744452238083, -0.014590545557439327, -0.07519324868917465, -0.17818494141101837, -0.2678341567516327, -0.27716270089149475, -0.3164851665496826, -0.3032727539539337, -0.3916398882865906, -0.45917436480522156, -0.5217528343200684, -0.5215875506401062, -0.4499111771583557, -0.45718637108802795, -0.45340004563331604, -0.4745545983314514, -0.3758041262626648, -0.19259202480316162, -0.21617241203784943, -0.2900679409503937, -0.25312548875808716, -0.12699317932128906, -0.12630510330200195, -0.12535730004310608, -0.12356030941009521, -0.10445891320705414, 0.1622685194015503, 0.15843167901039124, -0.030035139992833138, 0.07386031001806259, 0.24184851348400116, -0.00025520820054225624, -0.01352323405444622, 0.18854796886444092, 0.015532036311924458, -0.13327860832214355, -0.03204900398850441, 0.12523560225963593, 0.07884646207094193, 0.09198468178510666, 0.047725860029459, 0.16547396779060364, 0.40252411365509033, 0.3676283657550812, 0.3411388695240021, 0.4510633647441864, 0.6381604671478271, 0.547974705696106, 0.44641736149787903, 0.43005016446113586, 0.470784455537796, 0.347797155380249, 0.17290093004703522, 0.16036392748355865, 0.13934846222400665, 0.052845604717731476, -0.0061095827259123325, -0.04178638383746147, -0.15072326362133026, -0.18967606127262115, -0.1802777498960495, -0.2512144446372986, -0.29907193779945374, -0.3834588825702667, -0.3940173387527466, -0.34669938683509827, -0.3470660150051117, -0.45967209339141846, -0.4780726432800293, -0.2788736820220947, -0.19270993769168854, -0.16264453530311584, -0.23463386297225952, -0.2093525379896164, -0.08845613151788712, 0.006500404328107834, -0.0416804738342762, -0.08840031176805496, -0.09213977307081223, -0.12383650988340378, 0.07074572890996933, 0.23800253868103027, 0.03306238725781441, -0.14519159495830536, -0.13267222046852112, 0.14482128620147705, 0.1917383074760437, -0.09274405986070633, -0.2511718273162842, -0.007264629937708378, 0.17133736610412598, 0.028283972293138504, -0.057504042983055115, -0.021520592272281647, -0.037738170474767685, 0.10935518145561218, 0.20226691663265228, -0.051581960171461105, -0.017942046746611595, 0.15773218870162964, 0.31596478819847107, 0.24410538375377655, 0.3816665709018707, 0.38407135009765625, 0.23674270510673523, 0.44017428159713745, 0.35042625665664673, 0.21506132185459137, 0.16958796977996826, 0.11880314350128174, 0.007272787857800722, 0.03483302891254425, 0.09271474182605743, 0.1271635890007019, -0.06148744001984596, -0.02619723044335842, 0.13894112408161163, 0.1554075926542282, 0.03699813783168793, -0.08492307364940643, -0.09345073252916336, 0.0658738911151886, -0.017781879752874374, -0.2927324175834656, -0.3186752200126648, -0.07043226063251495, -0.20527811348438263, -0.12188131362199783, -0.03863205388188362, -0.12794522941112518, -0.23983781039714813, -0.10303042829036713, 0.22370564937591553, 0.10953129827976227, -0.4319530129432678, -0.20275935530662537, 0.09371163696050644, 0.1717483252286911, -0.4348393380641937, -0.2611125409603119, -0.11048592627048492, -0.03354628011584282, 0.1038496270775795, -0.4901190400123596, -0.2885078489780426, -0.037546467036008835, -0.02333141304552555, -0.1539926528930664, -0.15889088809490204, -0.16365152597427368, -0.3713299632072449, -0.030978335067629814, -0.11431192606687546, -0.20169341564178467, -0.2811686396598816, -0.27742308378219604, 0.05374407023191452, 0.23996157944202423, -0.10377299040555954, -0.2362092137336731, 0.1484774500131607, 0.5209490656852722, 0.4988733232021332, 0.19241277873516083, 0.25179585814476013, 0.3910847306251526, 0.7071002721786499, 0.6099449396133423, 0.1770477145910263, 0.3192775547504425, 0.2745279371738434, 0.4093388319015503, 0.3689848780632019, 0.09283696860074997, 0.0649794414639473, 0.23377037048339844, 0.2532672584056854, 0.1522444188594818, 0.0014553184155374765, 0.09614763408899307, 0.2230716198682785, 0.11096210032701492, -0.11563806980848312, -0.14585405588150024, 0.16670508682727814, 0.03143096715211868, -0.37522855401039124, -0.23566852509975433, 0.0644155815243721, -0.051610399037599564, -0.3750525414943695, -0.3347308337688446, -0.19106075167655945, -0.06435701251029968, -0.23171879351139069, -0.3469887673854828, -0.42003098130226135, -0.12319685518741608, -0.03982033580541611, -0.3806719481945038, -0.5774909257888794, -0.2696247696876526, -0.36084845662117004, -0.5388348698616028, -0.3724851608276367, -0.2486954629421234, -0.6387618184089661, -0.5623683929443359, 0.08791568875312805, -0.07049941271543503, -0.44627875089645386, -0.4351300001144409, 0.2710897922515869, 0.17075876891613007, -0.14182844758033752, 0.016442228108644485, -0.004313873592764139, 0.3046015501022339, 0.4273265302181244, 0.023269860073924065, 0.15500280261039734, 0.6195454597473145, 0.39051738381385803, 0.0155788017436862, 0.23218423128128052, 0.7699748873710632, 0.5660592317581177, 0.13238514959812164, 0.2613460421562195, 0.5090233087539673, 0.8615884184837341, 0.23447681963443756, -0.19785064458847046, 0.2545383870601654, 0.7222548723220825, 0.4987393021583557, -0.11326219886541367, -0.25223907828330994, 0.2706560790538788, 0.5716540217399597, 0.23474043607711792, -0.27300557494163513, -0.20037847757339478, 0.25260332226753235, -0.023879822343587875, -0.010516154579818249, -0.18521101772785187, -0.4618636965751648, -0.15178556740283966, -0.07830096781253815, -0.3064850866794586, -0.4513702988624573, -0.2738109827041626, -0.36290255188941956, -0.48348647356033325, -0.033520039170980453, -0.3663429915904999, -0.33495354652404785, -0.38053569197654724, -0.36810317635536194, -0.08171114325523376, -0.04376789182424545, -0.436199426651001, -0.4854547679424286, -0.3016129434108734, 0.19162769615650177, 0.07642725110054016, -0.5760926008224487, -0.3037691116333008, -0.011875362135469913, 0.33107781410217285, 0.029350686818361282, -0.317707359790802, -0.1520201414823532, 0.32751408219337463, 0.583220362663269, -0.2471785992383957, -0.4458250403404236, 0.26638495922088623, 0.6137092113494873, 0.14702561497688293, -0.27423450350761414, 0.028566325083374977, 0.29674744606018066, 0.7180231213569641, 0.294262558221817, -0.47937315702438354, 0.25360140204429626, 0.8320702314376831, 0.35919851064682007, -0.1591891050338745, 0.1729285567998886, 0.06174731254577637, 0.6240496635437012, 0.33024862408638, 0.01378624141216278, -0.23350790143013, 0.26145046949386597, 0.48808321356773376, -0.030986206606030464, -0.2560482919216156, 0.049199823290109634, 0.2291187196969986, 0.10442154109477997, -0.09670344740152359, -0.12232670933008194, 0.3931471109390259, 0.23744547367095947, -0.23223654925823212, -0.07293104380369186, 0.19158214330673218, 0.30505719780921936, -0.39793381094932556, -0.2994314432144165, 0.30164992809295654, -0.03801156207919121, -0.172288715839386, -0.21444498002529144, -0.3267810046672821, 0.05947166308760643, -0.019478198140859604, -0.051154591143131256, -0.4642716944217682, -0.11521461606025696, 0.27860164642333984, -0.16290177404880524, -0.5215991139411926, -0.11616283655166626, 0.13054122030735016, -0.06842619180679321, -0.22050882875919342, -0.1803721934556961, 0.04040960222482681, -0.22959204018115997, -0.035791169852018356, -0.22279633581638336, -0.11358916759490967, 0.19065329432487488, -0.0014347955584526062, -0.49463391304016113, -0.08415038138628006, 0.36599209904670715, 0.15108096599578857, -0.4606495797634125, -0.332781046628952, 0.08684872090816498, 0.4228582978248596, -0.13736605644226074, -0.6102630496025085, -0.2814236879348755, 0.36404675245285034, 0.4794740676879883, -0.3974325656890869, -0.5328600406646729, 0.15706293284893036, 0.6124099493026733, -0.09144067019224167, -0.008455786854028702, -0.08749063313007355, -0.01862422004342079, 0.35695940256118774, 0.3637959659099579, -0.042911335825920105, -0.15146349370479584, 0.3116106688976288, 0.5288064479827881, 0.08251862227916718, -0.07004294544458389, -0.03353755176067352, 0.43151330947875977, 0.5703028440475464, -0.11668386310338974, -0.27344071865081787, 0.2848546802997589, 0.526703953742981, 0.08882486075162888, -0.19391652941703796, -0.21511715650558472, 0.41261038184165955, 0.310852587223053, -0.1806425154209137, -0.14952483773231506, -0.23624542355537415, 0.30045533180236816, 0.05017610639333725, -0.049243781715631485, -0.4644745886325836, -0.28638985753059387, 0.3252221941947937, -0.013894669711589813, -0.3848741054534912, -0.369215190410614, -0.17567893862724304, 0.36050164699554443, -0.30237314105033875, -0.6595079898834229, -0.23066125810146332, 0.2602747678756714, -0.054059047251939774, -0.3960735499858856, -0.24624724686145782, 0.13153718411922455, -0.2318665236234665, 0.002612562384456396, -0.21014468371868134, -0.30754709243774414, -0.15986618399620056, 0.36541104316711426, -0.058169085532426834, -0.6560091376304626, -0.015549932606518269, 0.5753986835479736, -0.05623586103320122, -0.26705634593963623, -0.05881643667817116, 0.1811913549900055, 0.22890406847000122, 0.04250026494264603, -0.07479414343833923, 0.29225555062294006, 0.22647884488105774, -0.009102815762162209, 0.04023154079914093, 0.39195162057876587, 0.018868057057261467, 0.1991366595029831, -0.01799120381474495, 0.24349583685398102, 0.19010195136070251, 0.3527628779411316, 0.19139444828033447, -0.09891480207443237, 0.2077678143978119, 0.536742091178894, -0.06495587527751923, -0.06541473418474197, 0.04135929048061371, 0.3985138237476349, 0.17164716124534607, -0.10072419792413712, -0.013510067947208881, 0.09186924993991852, 0.25255516171455383, -0.18305736780166626, -0.19090574979782104, -0.030033864080905914, 0.505957305431366, -0.25255510210990906, -0.26674503087997437, 0.04732833802700043, -0.014298120513558388, 0.21170657873153687, -0.16651225090026855, -0.39083632826805115, -0.13434405624866486, 0.31463074684143066, -0.10966143012046814, -0.27630752325057983, -0.29809728264808655, -0.18740785121917725, 0.36890339851379395, -0.2844282388687134, -0.2773289382457733, -0.09209819883108139, 0.09929193556308746, -0.06649799644947052, -0.10543791949748993, 0.1597832441329956, -0.46908605098724365, -0.33986926078796387, 0.3739500939846039, 0.2740549147129059, -0.41191160678863525, -0.13886646926403046, 0.03937789797782898, 0.03584078699350357, 0.23328033089637756, -0.3729182481765747, -0.3896903395652771, 0.09562686830759048, 0.4418571889400482, -0.09827227145433426, -0.4416046440601349, -0.1555987447500229, 0.2599952220916748, 0.39099571108818054, -0.2163955271244049, -0.3634239137172699, 0.18171945214271545, 0.40325695276260376, -0.36345934867858887, 0.08174688369035721, 0.24345001578330994, -0.08182403445243835, 0.039184439927339554, 0.13231977820396423, 0.10108035802841187, 0.007977340370416641, 0.16564013063907623, 0.2549285888671875, -0.4081873893737793, 0.33002665638923645, 0.0641154795885086, -0.0067433943040668964, 0.16929671168327332, -0.3249069154262543, 0.334711492061615, 0.303264319896698, -0.21724002063274384, -0.2579263150691986, 0.05810682103037834, 0.700566828250885, -0.09657812118530273, -0.396872341632843, 0.008299563080072403, 0.43337276577949524, 0.04069049656391144, -0.19988834857940674, -0.04104186221957207, 0.19178040325641632, -0.034668292850255966, 0.12953923642635345, -0.14674215018749237, -0.21383480727672577, -0.02385265752673149, -0.0763392373919487, 0.2536731958389282, -0.34846457839012146, -0.21295888721942902, 0.018198587000370026, -0.013552672229707241, 0.021383708342909813, -0.3002302348613739, -0.29660654067993164, 0.0624091811478138, -0.07619579881429672, -0.04833054170012474, -0.4272748827934265, 0.15960893034934998, -0.10630247741937637, -0.09301465004682541, -0.18704552948474884, -0.1883631944656372, 0.00244620768353343, -0.009834186173975468, 0.029448973014950752, 0.01884426176548004, -0.3381952941417694, 0.08340446650981903, -0.005427495110780001, 0.10449974238872528, -0.0329628586769104, -0.20886075496673584, -0.04910508915781975, 0.3024280071258545, 0.28575804829597473, -0.5333548784255981, -0.10898364335298538, 0.734842836856842, -0.03393031284213066, 0.1775764673948288, 0.18822605907917023, -0.06614789366722107, 0.11713729053735733, 0.507775604724884, 0.08235777914524078, -0.03926006704568863, -0.03511735796928406, 0.3523109257221222, 0.25898194313049316, 0.07425393164157867, -0.072813481092453, 0.03243526443839073, 0.3617923855781555, 0.2597329318523407, -0.21922115981578827, -0.18296435475349426, 0.32720252871513367, 0.16305877268314362, 0.016354495659470558, -0.15527966618537903, -0.2700068950653076, 0.32206979393959045, 0.40751922130584717, -0.7701200246810913, -0.16341492533683777, 0.25109627842903137, 0.3797953426837921, -0.6324371695518494, -0.30611610412597656, 0.3303932547569275, 0.05976054444909096, -0.3416712284088135, -0.34239697456359863, 0.06756660342216492, -0.014537055045366287, -0.17865069210529327, -0.06629642099142075, -0.45089006423950195, -0.15768194198608398, 0.2782908082008362, -0.11025737226009369, -0.28481626510620117, -0.39270541071891785, 0.07090253382921219, 0.22183804214000702, -0.11024100333452225, -0.14531071484088898, -0.131676584482193, -0.05195004865527153, 0.42111146450042725, -0.06448889523744583, -0.23854956030845642, -0.0718158483505249, 0.24647875130176544, 0.49670833349227905, -0.28395962715148926, -0.3380565941333771, 0.30104830861091614, 0.5729139447212219, -0.028627891093492508, -0.3780592381954193, 0.10930296778678894, 0.47486114501953125, 0.22413934767246246, -0.13442547619342804, -0.22663217782974243, 0.25824010372161865, 0.3999806344509125, 0.0010782168246805668, 0.006235763430595398, -0.19107572734355927, 0.258116751909256, 0.2722530961036682, -0.05024313926696777, -0.02406376600265503, -0.1478937864303589, 0.1681850105524063, 0.4042549729347229, -0.4501954913139343, 0.040340978652238846, 0.15596316754817963, -0.018637731671333313, -0.17935810983181, -0.06320768594741821, 0.08214565366506577, -0.0921357125043869, -0.201017364859581, 0.18506720662117004, -0.05032115429639816, -0.22386236488819122, -0.07247303426265717, -0.14217032492160797, 0.23064348101615906, -0.23117269575595856, 0.011103988625109196, -0.17007699608802795, -0.17205868661403656, 0.1998610943555832, 0.21350809931755066, -0.23308131098747253, -0.5325530171394348, 0.2487705647945404, 0.4405840039253235, -0.37591353058815, -0.1605300009250641, 0.060756392776966095, 0.12869809567928314, 0.04251750931143761, -0.060337018221616745, -0.14212706685066223, 0.012129640206694603, 0.167563796043396, -0.1542692333459854, 0.18479570746421814, -0.1629817932844162, 0.11873478442430496, 0.015083886682987213, -0.07211337238550186, 0.20267298817634583, -0.09263231605291367, 0.1374935805797577, -0.12164491415023804, 0.05851054564118385, 0.2439853847026825, 0.0013685228768736124, -0.12577533721923828, 0.1195884644985199, 0.200902059674263, -0.08476541936397552, 0.029945936053991318, 0.04275982454419136, -0.09591851383447647, 0.15924081206321716, 0.15110410749912262, -0.29579728841781616, 0.23299440741539001, 0.2196534126996994, -0.20221713185310364, -0.04659203812479973, 0.30517351627349854, 0.032011643052101135, -0.0899372547864914, 0.12279271334409714, -0.09854567795991898, 0.08492615818977356, 0.17311318218708038, 0.1674138754606247, -0.09318011999130249, -0.26975053548812866, 0.23988060653209686, 0.23062489926815033, -0.29189008474349976, 0.09373173862695694, -0.04095974564552307, 0.12470962107181549, 0.04260027036070824, -0.15192963182926178, -0.20310437679290771, 0.1267796754837036, 0.13942423462867737, -0.28326600790023804, 0.08100316673517227, -0.13370533287525177, 0.18566709756851196, -0.09415607154369354, -0.3077651858329773, -0.008010342717170715, 0.22124217450618744, 0.20888422429561615, -0.41080212593078613, -0.24404245615005493, 0.22483445703983307, 0.3201710283756256, -0.2017517238855362, -0.3507356643676758, -0.13360922038555145, 0.30805832147598267, 0.057987015694379807, -0.16267389059066772, -0.05516345053911209, -0.17839935421943665, 0.2512252926826477, 0.11407222598791122, -0.010101507417857647, -0.387368768453598, 0.07064235955476761, 0.30155009031295776, 0.05640961229801178, -0.16219216585159302, -0.1734963357448578, 0.5872328281402588, 0.21655510365962982, -0.39327964186668396, -0.031704217195510864, 0.14755308628082275, 0.4185061752796173, 0.12019369751214981, -0.4299769997596741, 0.003100435947999358, 0.6177811622619629, 0.3329830467700958, -0.21601539850234985, -0.2789996862411499, 0.2302839457988739, 0.37110620737075806, 0.14056847989559174, -0.31011760234832764, -0.03583155944943428, 0.25565627217292786, 0.17884786427021027, 0.11152639985084534, -0.23008272051811218, -0.0192400012165308, 0.11165909469127655, -0.024445487186312675, 0.12851184606552124, -0.16629396378993988, 0.11705300956964493, -0.068854421377182, -0.37366971373558044, 0.46723583340644836, 0.10576032847166061, -0.5461600422859192, -0.08051817864179611, 0.3514690697193146, -0.037966106086969376, -0.43805623054504395, 0.019087133929133415, 0.14225976169109344, -0.14169548451900482, -0.22622144222259521, 0.05509999766945839, -0.15316131711006165, -0.1741625964641571, 0.005046947859227657, -0.12721692025661469, -0.1108795627951622, 0.032556504011154175, -0.037183959037065506, 0.014879236929118633, -0.14837849140167236, -0.045342713594436646, -0.05898435786366463, 0.21527177095413208, -0.06227453052997589, -0.12292640656232834, -0.06264384835958481, -0.10301627963781357, 0.30754604935646057, 0.045384522527456284, -0.4240003228187561, -0.12881208956241608, 0.675804078578949, -0.08560934662818909, -0.1810741126537323, -0.023868301883339882, 0.12602663040161133, -0.035995181649923325, 0.2278209626674652, 0.06674309819936752, -0.4131114184856415, 0.2087690383195877, 0.41897597908973694, -0.044243428856134415, -0.27582311630249023, -0.023952553048729897, 0.3434213697910309, 0.09202296286821365, -0.1336166113615036, 0.0193268321454525, 0.016431668773293495, 0.17940860986709595, -0.11743052303791046, 0.11667156219482422, -0.05758802965283394, 0.10158101469278336, -0.1601870208978653, 0.02282942645251751, 0.2569984793663025, -0.06116032972931862, -0.30701902508735657, 0.02391236275434494, 0.2996436655521393, -0.17664718627929688, -0.0008274588035419583, -0.07963597774505615, 0.06386389583349228, 0.007872384041547775, -0.09580206871032715, 0.04819737374782562, -0.12759888172149658, -0.2783535122871399, -0.05376831442117691, 0.2640410363674164, 0.15899981558322906, -0.695233941078186, 0.23817884922027588, 0.15948909521102905, -0.11841801553964615, -0.1638191193342209, -0.17906130850315094, -0.09912367910146713, 0.20257438719272614, -0.09494629502296448, 0.0033193982671946287, -0.1696517914533615, -0.006034875754266977, 0.11480002105236053, -0.03726891055703163, -0.09215305745601654, -0.5360735654830933, 0.42209380865097046, 0.36768221855163574, -0.3528294265270233, -0.27338719367980957, 0.022136878222227097, 0.3015800416469574, 0.1258065104484558, -0.437980979681015, -0.2479160875082016, 0.18345564603805542, 0.1996648758649826, 0.059496525675058365, -0.2772316634654999, -0.2816728353500366, 0.41065117716789246, 0.2500479817390442, -0.19223830103874207, -0.17603309452533722, 0.029437663033604622, 0.5171352028846741, -0.1418207436800003, -0.25677216053009033, 0.05999232828617096, 0.3654678463935852, -0.017665492370724678, -0.04796610027551651, -0.18711432814598083, 0.3588237166404724, 0.26709744334220886, -0.25670334696769714, -0.14410653710365295, -0.048880670219659805, 0.5003003478050232, 0.0073554362170398235, -0.022855134680867195, -0.29405850172042847, 0.3678883910179138, 0.1191219612956047, -0.1720009297132492, -0.35885363817214966, 0.11737208068370819, 0.4069279134273529, -0.05000549927353859, -0.4014197587966919, 0.15007416903972626, 0.19221709668636322, 0.08453816175460815, -0.22862233221530914, 0.023065969347953796, -0.1004202589392662, 0.05969450622797012, 0.1252511739730835, -0.15539716184139252, -0.1329098492860794, 0.1987626850605011, -0.2660687565803528, 0.03684856370091438, 0.10178195685148239, -0.22868919372558594, -0.07941055297851562, 0.08539416640996933, 0.08028959482908249, -0.08192456513643265, -0.04206620156764984, 0.04984144866466522, -0.2908773720264435, 0.335945188999176, -0.058556560426950455, -0.3068903386592865, 0.2147822082042694, 0.13308937847614288, -0.043506499379873276, -0.2868485152721405, 0.10128241777420044, 0.42571496963500977, -0.373320072889328, 0.16970941424369812, -0.07441949099302292, 0.11615154892206192, 0.07107651233673096, 0.2512768507003784, -0.38193202018737793, -0.04713395610451698, 0.24754709005355835, 0.09250517934560776, 0.013084723614156246, -0.12861686944961548, 0.08087822794914246, 0.16778776049613953, 0.17570556700229645, 0.006570870988070965, -0.40238216519355774, 0.034454066306352615, 0.6940463185310364, -0.13257595896720886, -0.5245203375816345, 0.07002683728933334, 0.6944798231124878, -0.22090420126914978, -0.24489662051200867, -0.0981045514345169, 0.1403379589319229, 0.24722717702388763, -0.06463464349508286, -0.2450333535671234, -0.12641024589538574, 0.2739880084991455, 0.130039781332016, -0.27410292625427246, -0.11598937213420868, 0.13830646872520447, 0.18299144506454468, -0.1900508850812912, 0.10640375316143036, -0.29589399695396423, 0.12550388276576996, 0.08904354274272919, -0.06135842576622963, -0.27473971247673035, 0.0769638866186142, 0.20585232973098755, -0.1472819447517395, -0.20861831307411194, 0.08798358589410782, -0.04282887652516365, 0.024656744673848152, 0.04595096781849861, -0.13297511637210846, -0.3386860489845276, 0.45920830965042114, 0.10511580854654312, -0.6009825468063354, -0.19754208624362946, 0.5452781319618225, -0.16449464857578278, -0.11021438986063004, 0.041803840547800064, -0.04761437326669693, 0.05607712268829346, -0.011047945357859135, 0.2146916687488556, 0.0010464778169989586, -0.2585587501525879, 0.3514895439147949, -0.3613441288471222, 0.23408226668834686, -0.09005669504404068, 0.08598951250314713, -0.06580059975385666, -0.10181047022342682, 0.20453016459941864, -0.11587496101856232, -0.0011895477073267102, -0.11383023113012314, 0.09704562276601791, -0.1742885857820511, 0.11145886033773422, 0.32349851727485657, -0.4412723183631897, -0.0691501796245575, 0.33392462134361267, -0.039115987718105316, -0.2727377116680145, -0.14328114688396454, 0.012240879237651825, 0.2403843104839325, -0.145715594291687, 0.36056917905807495, -0.07899700850248337, -0.06300954520702362, -0.17353397607803345, 0.05860120803117752, -0.002847413532435894, 0.05636565759778023, -0.24449779093265533, 0.07343129068613052, 0.39557012915611267, -0.0393039733171463, -0.41376209259033203, 0.005529522430151701, 0.16021429002285004, 0.05205226317048073, 0.03597438335418701, -0.07499539107084274, -0.19506382942199707, 0.2517459988594055, 0.1342105269432068, -0.036439448595047, -0.3235779106616974, 0.16388039290905, -0.1981622874736786, 0.04936113581061363, 0.5129290223121643, -0.7148376703262329, -0.15883290767669678, 0.4965645670890808, 0.10999433696269989, -0.13157899677753448, -0.2161247283220291, -0.03770631551742554, 0.254136323928833, 0.004586841445416212, -0.13788549602031708, -0.007147770840674639, -0.04970122501254082, 0.10045439004898071, 0.23413966596126556, -0.2923068702220917, 0.004295273218303919, -0.0018482309533283114, 0.3280300498008728, -0.07236798852682114, -0.14202913641929626, 0.05467557534575462, -0.1227349042892456, 0.2671247720718384, 0.159819558262825, -0.5044731497764587, 0.17610931396484375, 0.12459174543619156, -0.017541874200105667, -0.04364875331521034, 0.07863426208496094, 0.05596020817756653, -0.1533752977848053, 0.11775501072406769, 0.0308541189879179, 0.03582106903195381, -0.24110151827335358, 0.05946683883666992, 0.076028011739254, 0.2819279134273529, -0.14388619363307953, -0.33518826961517334, 0.24951761960983276, 0.30194759368896484, -0.056184131652116776, -0.305842787027359, 0.24575388431549072, -0.18060174584388733, 0.06843321025371552, 0.1747550368309021, -0.27123573422431946, -0.05896514654159546, -0.06441740691661835, 0.3831064999103546, -0.10698264092206955, -0.5078741312026978, 0.353132039308548, 0.1185360699892044, -0.19696742296218872, -0.12829646468162537, -0.15254241228103638, 0.3318949341773987, -0.12447507679462433, -0.0905807837843895, -0.06742741167545319, 0.17470915615558624, -0.18159635365009308, -0.006134350318461657, 0.0010909429984167218, -0.05222996696829796, 0.026088863611221313, 0.21293430030345917, 0.09826892614364624, -0.23648007214069366, -0.1530066430568695, 0.19912804663181305, 0.2371521145105362, -0.061732515692710876, -0.5459693074226379, 0.29285335540771484, 0.175818532705307, 0.0978974997997284, -0.3915993869304657, -0.09653076529502869, 0.3218887746334076, 0.11121401190757751, -0.1560913473367691, -0.17489691078662872, -0.040813248604536057, 0.5071396827697754, -0.22762076556682587, -0.07023001462221146, 0.11165184527635574, 0.10685282200574875, 0.054757509380578995, -0.19839423894882202, -0.16168992221355438, -0.02892567217350006, 0.20536504685878754, 0.22751913964748383, 0.07994183897972107, -0.5133020281791687, -0.022203953936696053, 0.38300821185112, -0.15019932389259338, -0.33435511589050293, -0.19383098185062408, 0.37440526485443115, 0.09017866849899292, -0.04935832694172859, -0.1293676495552063, -0.14711880683898926, 0.17831715941429138, -0.07381802052259445, -0.10246404260396957, -0.0894094929099083, 0.02166496403515339, 0.15934830904006958, 0.057924799621105194, 0.03378519415855408, -0.16011323034763336, -0.005756950471550226, -0.22634074091911316, 0.1356664001941681, 0.0007483418448828161, 0.2299177050590515, -0.0799277126789093, -0.28029754757881165, 0.14540022611618042, 0.4373472034931183, -0.04156329110264778, -0.5168445110321045, -0.09002337604761124, 0.527361273765564, 0.00249488721601665, 0.10331015288829803, -0.46558940410614014, -0.022011306136846542, 0.3712690472602844, 0.5009254813194275, -0.4729784429073334, -0.3396047353744507, 0.23643824458122253, 0.3562794029712677, 0.1409924179315567, -0.150612935423851, -0.14458952844142914, 0.24452337622642517, 0.36026012897491455, -0.10458188503980637, -0.43218380212783813, 0.024791816249489784, 0.4559057354927063, 0.1258043646812439, -0.06934455782175064, -0.29485347867012024, 0.1274712085723877, 0.40788036584854126, 0.008789950981736183, -0.18851400911808014, -0.21632111072540283, 0.17035193741321564, 0.3654201328754425, -0.04474293440580368, -0.3873303532600403, 0.16313843429088593, 0.24969790875911713, -0.005617894232273102, -0.08602350950241089, 0.09947050362825394, -0.00024930204381234944, -0.03224346414208412, 0.22458826005458832, -0.057960521429777145, -0.05213978886604309, -0.15390658378601074, 0.01888279803097248, 0.30518820881843567, -0.18076598644256592, 0.09077956527471542, 0.1515980064868927, -0.2410760521888733, -0.033686570823192596, 0.43207868933677673, 0.02616443671286106, -0.4315623939037323, 0.00875073205679655, 0.24676381051540375, 0.09422776103019714, 0.09290264546871185, -0.43274587392807007, 0.06926818937063217, 0.12877757847309113, 0.17678481340408325, -0.04458869248628616, -0.26139193773269653, -0.05451296269893646, 0.1231561154127121, 0.199881911277771, -0.10991363972425461, -0.17034652829170227, -0.19455179572105408, 0.31184783577919006, 0.22793272137641907, -0.04655895009636879, -0.20074744522571564, -0.228007510304451, 0.2955864667892456, 0.32376915216445923, -0.23227140307426453, -0.29303619265556335, 0.0679963156580925, 0.38356220722198486, 0.01777421496808529, -0.29236313700675964, 0.048429589718580246, -0.1039876639842987, 0.17356537282466888, 0.17794683575630188, -0.31163620948791504, -0.24974413216114044, 0.3380078077316284, 0.22460798919200897, -0.24914275109767914, -0.35388287901878357, 0.1175156831741333, 0.20116356015205383, -0.06834707409143448, 0.1619691103696823, -0.20381590723991394, -0.1275905966758728, 0.20197166502475739, 0.14037957787513733, -0.23158720135688782, -0.16414764523506165, -0.08184181153774261, 0.13606563210487366, 0.11111485213041306, -0.0968799963593483, -0.07633177936077118, 0.17242570221424103, -0.014205928891897202, -0.18486137688159943, 0.03640831634402275, -0.09139829874038696, 0.04076375812292099, -0.21190372109413147, 0.042660970240831375, 0.15536868572235107, -0.1902250051498413, -0.27826109528541565, 0.05912373214960098, 0.13883207738399506, 0.027042174711823463, -0.3402731418609619, -0.09936753660440445, 0.20289935171604156, -0.017706407234072685, -0.0880294069647789, -0.24979960918426514, -0.03660200163722038, -0.0856771394610405, 0.18339449167251587, -0.0019506746903061867, -0.026332709938287735, -0.20204471051692963, 0.0020257923752069473, 0.15019762516021729, 0.18934977054595947, -0.3463810086250305, 0.060413163155317307, 0.06631916761398315, 0.26516249775886536, 0.11460699141025543, -0.10262884944677353, -0.21176651120185852, 0.08868102729320526, 0.3117685317993164, 0.01661166362464428, -0.2613884508609772, -0.16450388729572296, 0.32290884852409363, 0.12055162340402603, -0.0752076655626297, -0.06125860661268234, -0.21582844853401184, 0.15647073090076447, 0.33073335886001587, -0.1721751093864441, -0.4130878150463104, 0.09221979975700378, 0.10246573388576508, -0.006730016320943832, -0.04879686236381531, 0.0032300185412168503, -0.05431107431650162, 0.06338318437337875, -0.011856348253786564, 0.04269903525710106, -0.1599610149860382, -0.06709963828325272, 0.013369493186473846, -0.24607516825199127, 0.20117919147014618, 0.17041732370853424, -0.31286880373954773, -0.01929606683552265, -0.016209298744797707, 0.1978926658630371, 0.1306339055299759, -0.33734795451164246, -0.16871970891952515, 0.0842931941151619, 0.2665847837924957, 0.0008314032456837595, -0.347867876291275, -0.12906257808208466, 0.4940124750137329, 0.13677877187728882, -0.28853878378868103, -0.22020909190177917, 0.12140250951051712, 0.22679340839385986, 0.10823948681354523, -0.1845184564590454, -0.1703186333179474, 0.19417797029018402, 0.3901616334915161, 0.12461128830909729, -0.196122944355011, -0.2503841817378998, 0.1105412021279335, 0.15502099692821503, 0.20513927936553955, -0.029765712097287178, -0.23297837376594543, 0.044918883591890335, 0.3659256100654602, 0.20395338535308838, -0.0007935936446301639, -0.3555554747581482, -0.057766009122133255, 0.2081250548362732, 0.2223520576953888, -0.1750488579273224, -0.10928043723106384, 0.0007275787647813559, 0.1659882813692093, 0.07821417599916458, -0.051913704723119736, -0.07695400714874268, -0.12901431322097778, 0.105575330555439, 0.09798793494701385, -0.14243873953819275, -0.21778987348079681, -0.1642640084028244, 0.28727859258651733, 0.04524070769548416, -0.25260359048843384, -0.2036525309085846, 0.05089203268289566, -0.08040891587734222, -0.28766652941703796, 0.021684154868125916, -0.06967034935951233, -0.11465179920196533, 0.06685688346624374, -0.08216271549463272, -0.11393436044454575, -0.007551807444542646, -0.05100177228450775, -0.08997561782598495, 0.11389479786157608, -0.08049046993255615, -0.08471979200839996, -0.03865396976470947, 0.015235580503940582, 0.027201181277632713, 0.021579552441835403, 0.16227246820926666, -0.10891472548246384, 0.014934745617210865, 0.310994952917099, 0.17547638714313507, -0.1412847489118576, -0.0839393213391304, 0.22597353160381317, 0.08990055322647095, -0.011304391548037529, -0.11979099363088608, 0.11124628782272339, 0.22958703339099884, 0.1622322052717209, 0.05373307690024376, 0.02981400117278099, 0.21063970029354095, 0.1992826610803604, -0.055678851902484894, 0.15975289046764374, 0.13779747486114502, 0.05865198001265526, 0.11772037297487259, 0.3411980867385864, 0.10950297862291336, -0.10580696165561676, 0.09569177031517029, 0.13262809813022614, 0.0030858523678034544, -0.18270999193191528, -0.0701238363981247, -0.15225112438201904, -0.17800438404083252, 0.021585574373602867, -0.10862093418836594, -0.20692786574363708, -0.19178742170333862, -0.16066396236419678, -0.06036743149161339, -0.3057877719402313, -0.3877716362476349, -0.27175113558769226, -0.18779711425304413, -0.1783786565065384, -0.30633795261383057, -0.19810132682323456, -0.33304375410079956, -0.20054025948047638, -0.1953849494457245, -0.07599560916423798, -0.12763719260692596, -0.3884716331958771, -0.10092809051275253, 0.13830061256885529, 0.040465451776981354, 0.028038490563631058, -0.11241108179092407, 0.20680397748947144, 0.24520094692707062, 0.13583965599536896, 0.4320842921733856, 0.19727881252765656, 0.037594206631183624, 0.4557616412639618, 0.7492330074310303, 0.4360801577568054, 0.35134780406951904, 0.4957455098628998, 0.5801246762275696, 0.49110257625579834, 0.5875747799873352, 0.16838747262954712, 0.10138944536447525, 0.1694151759147644, 0.13087287545204163, 0.1532861590385437, -0.06881336122751236, -0.046681370586156845, -0.02953796647489071, 0.015072858892381191, 0.013320684432983398, -0.28216254711151123, -0.3036469519138336, -0.3756166696548462, -0.4269489049911499, -0.4487467110157013, -0.496913343667984, -0.5161310434341431, -0.5610916018486023, -0.37344473600387573, -0.24799112975597382, -0.3001863956451416, -0.36362287402153015, -0.46619173884391785, -0.3270817995071411, -0.31914880871772766, -0.15674471855163574, -0.42955905199050903, -0.5129530429840088, -0.07876215130090714, 0.28979745507240295, -0.022001726552844048, -0.27399060130119324, -0.22027842700481415, 0.07335907965898514, 0.3875446915626526, 0.2805633544921875, -0.3618556559085846, -0.12164174765348434, 0.5201290845870972, 0.49832674860954285, 0.2778395414352417, -0.024089893326163292, 0.08778484165668488, 0.726327121257782, 1.0804452896118164, 0.6752551198005676, 0.17028826475143433, 0.4004620313644409, 0.6802874207496643, 0.5916856527328491, 0.28269729018211365, 0.11494581401348114, 0.16893982887268066, 0.24098537862300873, 0.22167016565799713, 0.18542420864105225, 0.05656116083264351, 0.016310714185237885, -0.06607984751462936, -0.16753913462162018, -0.12717191874980927, -0.1822260022163391, -0.4152679741382599, -0.5681366324424744, -0.5289387106895447, -0.3158724308013916, -0.4069133996963501, -0.4927448630332947, -0.5971105098724365, -0.46644505858421326, -0.23792701959609985, -0.09613968431949615, -0.32682329416275024, -0.5875524282455444, -0.3839764893054962, -0.12242789566516876, -0.0005418756627477705, -0.503542423248291, -0.39142683148384094, 0.04990681633353233, 0.08777675032615662, 0.007476457394659519, -0.06292464584112167, 0.026942836120724678, -0.057125963270664215, -0.06364414095878601, 0.06215886026620865, 0.11187773942947388, -0.10154715180397034, 0.15811629593372345, 0.2501448392868042, 0.34159788489341736, 0.4287492334842682, 0.4794369339942932, 0.6007672548294067, 0.6528862118721008, 0.7547780871391296, 0.7551258206367493, 0.5707260966300964, 0.4625610411167145, 0.4465267062187195, 0.43811967968940735, 0.3559611737728119, 0.2565002143383026, 0.22187168896198273, 0.21650566160678864, 0.33487045764923096, 0.28754743933677673, 0.0015885322354733944, -0.22234193980693817, -0.19267410039901733, -0.1440843641757965, -0.41196078062057495, -0.7452701330184937, -0.7235884666442871, -0.5460239052772522, -0.42728742957115173, -0.5617570281028748, -0.6634126305580139, -0.5452439188957214, -0.2895519435405731, -0.22276143729686737, -0.40446382761001587, -0.6094915866851807, -0.444306343793869, -0.13630685210227966, -0.11406158655881882, -0.3679552674293518, -0.3779385983943939, 0.017194343730807304, 0.0584002360701561, 0.1477021872997284, -0.050663258880376816, -0.10367204248905182, 0.13937436044216156, 0.356051504611969, 0.033726148307323456, -0.18367408215999603, -0.03883714973926544, 0.3865245282649994, 0.4547273814678192, 0.05189180374145508, -0.03187204897403717, 0.4778076112270355, 0.8858409523963928, 0.7821837663650513, 0.583272397518158, 0.5939153432846069, 0.7071439027786255, 0.573623776435852, 0.4673665165901184, 0.4035526216030121, 0.29388612508773804, 0.22732768952846527, 0.22078998386859894, 0.21950170397758484, 0.21602196991443634, 0.252812922000885, 0.058060817420482635, -0.15032798051834106, -0.2135981172323227, -0.1521378606557846, -0.23474253714084625, -0.6538365483283997, -0.8922467231750488, -0.7791334390640259, -0.5451177358627319, -0.5382819771766663, -0.7459351420402527, -0.7559220790863037, -0.4808700680732727, -0.21039865911006927, -0.2042754739522934, -0.4405898451805115, -0.5685827136039734, -0.28713157773017883, -0.15329653024673462, -0.1338444948196411, -0.3937012851238251, -0.2246696501970291, 0.013599466532468796, 0.32878342270851135, 0.01001777220517397, -0.12495894730091095, 0.08902782946825027, 0.39257797598838806, 0.17030008137226105, -0.06903591752052307, 0.10520793497562408, 0.25912415981292725, 0.09293166548013687, 0.25270095467567444, 0.29806655645370483, 0.31298500299453735, 0.48204538226127625, 0.7394109964370728, 0.8164637684822083, 0.9229904413223267, 0.7690644860267639, 0.6598740220069885, 0.44404953718185425, 0.4673568904399872, 0.5695213079452515, 0.33774009346961975, 0.09614597260951996, 0.06644243001937866, 0.26618725061416626, 0.4263990521430969, 0.3135918080806732, -0.09671565890312195, -0.38056281208992004, -0.21680648624897003, -0.040992721915245056, -0.3982793092727661, -0.9556924700737, -1.102709174156189, -0.7689720392227173, -0.5282591581344604, -0.6910278797149658, -0.7933502793312073, -0.7100619673728943, -0.3443448841571808, -0.029851790517568588, -0.21193718910217285, -0.5561163425445557, -0.5616486072540283, -0.27321919798851013, -0.010735396295785904, -0.07289164513349533, -0.2958606779575348, -0.24254143238067627, 0.3414895832538605, 0.36030787229537964, 0.14148378372192383, 0.051877573132514954, 0.046725500375032425, 0.46671271324157715, 0.1373945027589798, 0.11456006020307541, 0.01580694317817688, 0.0775313526391983, 0.25146785378456116, 0.3192863464355469, 0.38912975788116455, 0.34662073850631714, 0.5325642824172974, 0.943906307220459, 0.9952312111854553, 0.7343401908874512, 0.47699224948883057, 0.5027770400047302, 0.588916003704071, 0.4990602433681488, 0.28908011317253113, 0.03741235285997391, 0.003950430545955896, 0.3568488359451294, 0.4707839787006378, 0.27615320682525635, -0.12065117061138153, -0.2749015688896179, -0.10016581416130066, -0.12571778893470764, -0.4249626100063324, -0.9710023999214172, -1.143675446510315, -0.8184870481491089, -0.532673716545105, -0.6083436012268066, -0.9430382251739502, -0.8633219003677368, -0.3161912262439728, 0.047817640006542206, -0.09087399393320084, -0.5945184826850891, -0.6906024217605591, -0.28885164856910706, 0.17915375530719757, -0.0017510732868686318, -0.4945366680622101, -0.2700071632862091, 0.39638587832450867, 0.375357985496521, 0.1551681011915207, 0.07947416603565216, 0.263537734746933, 0.13140694797039032, 0.25553983449935913, 0.1727556437253952, 0.19320590794086456, -0.0199779961258173, 0.11308707296848297, 0.25040724873542786, 0.2772926092147827, 0.4398404061794281, 0.6054914593696594, 0.70928555727005, 0.6787022352218628, 0.7383845448493958, 0.8235054612159729, 0.5465884804725647, 0.3301485478878021, 0.3272070288658142, 0.39111533761024475, 0.295663446187973, 0.10853469371795654, 0.03538068011403084, 0.1545068919658661, 0.31299734115600586, 0.2171930968761444, -0.14729979634284973, -0.3897472023963928, -0.3414447605609894, -0.3152531683444977, -0.6019264459609985, -1.0560222864151, -1.090377926826477, -0.8250383734703064, -0.6832422614097595, -0.644394040107727, -0.7579120993614197, -0.6603394746780396, -0.310443639755249, -0.08225344121456146, -0.2068805992603302, -0.5282289981842041, -0.5016683340072632, -0.23868776857852936, -0.014022743329405785, -0.10018362104892731, -0.2679995000362396, 0.11854548007249832, 0.33208975195884705, 0.2417825609445572, 0.1252947896718979, 0.2590082287788391, 0.32099974155426025, 0.29172638058662415, 0.11552140861749649, 0.027597129344940186, 0.18312175571918488, 0.20025086402893066, 0.31846046447753906, 0.23533546924591064, 0.23712553083896637, 0.39895373582839966, 0.7773463726043701, 0.8906769752502441, 0.7261738181114197, 0.597627580165863, 0.565021812915802, 0.5419692397117615, 0.5465487837791443, 0.41967371106147766, 0.12134857475757599, -0.00027816748479381204, 0.17521218955516815, 0.3076416850090027, 0.29328250885009766, 0.13879835605621338, -0.08977759629487991, -0.19821278750896454, -0.1285693645477295, -0.22013208270072937, -0.5446871519088745, -1.0256810188293457, -1.1306641101837158, -0.7823240160942078, -0.6137962341308594, -0.7762201428413391, -0.9342677593231201, -0.7428458333015442, -0.21091711521148682, 0.01775107905268669, -0.24634264409542084, -0.5469265580177307, -0.47350165247917175, -0.21877972781658173, 0.05376953259110451, -0.08837048709392548, -0.2961902916431427, -0.08721759170293808, 0.3898594379425049, 0.32381802797317505, 0.2090185284614563, 0.1874067187309265, 0.22111986577510834, 0.35901936888694763, -0.05742814764380455, 0.09114381670951843, 0.2794254720211029, 0.13889266550540924, 0.1592196226119995, 0.03533434495329857, 0.13294491171836853, 0.6126833558082581, 0.687469482421875, 0.49078360199928284, 0.5619733333587646, 0.8324393033981323, 0.7924544215202332, 0.5214211344718933, 0.4549192488193512, 0.3314511775970459, 0.30874690413475037, 0.24030868709087372, 0.18867042660713196, 0.15341205894947052, 0.13855399191379547, 0.2747570872306824, 0.14451327919960022, -0.12518039345741272, -0.22797153890132904, -0.3330947458744049, -0.31217193603515625, -0.6618162393569946, -1.0321892499923706, -0.9680678248405457, -0.8052899837493896, -0.7002520561218262, -0.8253992199897766, -0.8467786908149719, -0.5414814352989197, -0.26107004284858704, -0.15180926024913788, -0.3023938238620758, -0.5504374504089355, -0.5515706539154053, -0.14719578623771667, 0.005523760803043842, -0.19271230697631836, -0.16576677560806274, 0.03164254128932953, 0.35446786880493164, 0.2997477948665619, 0.2084520310163498, 0.14217501878738403, 0.22071541845798492, 0.23311389982700348, 0.2591211199760437, 0.04541126638650894, 0.13442742824554443, 0.18941394984722137, 0.16797779500484467, 0.07417397946119308, 0.184951052069664, 0.5699018239974976, 0.5613357424736023, 0.5373082160949707, 0.6124316453933716, 0.7795409560203552, 0.8491331338882446, 0.49564462900161743, 0.1483275145292282, 0.32061702013015747, 0.5304086208343506, 0.3992256820201874, 0.02254289947450161, -0.046423837542533875, 0.16240565478801727, 0.4159787893295288, 0.28032198548316956, -0.23418571054935455, -0.46498551964759827, -0.24211002886295319, -0.1767120361328125, -0.5280468463897705, -0.9958417415618896, -1.097982406616211, -0.7768222093582153, -0.5660948753356934, -0.6423661112785339, -0.8108492493629456, -0.6713050007820129, -0.21573463082313538, -0.005225272383540869, -0.21586154401302338, -0.5152419209480286, -0.5154268145561218, -0.07322651147842407, 0.12042643129825592, -0.0645458996295929, -0.2737308740615845, 0.10930422693490982, 0.37307390570640564, 0.3314844071865082, 0.13796383142471313, 0.2279961109161377, 0.1696871519088745, 0.15962472558021545, 0.11854155361652374, 0.11692912131547928, 0.0838187038898468, -0.09586744755506516, 0.13408011198043823, 0.39044615626335144, 0.18233907222747803, 0.20523704588413239, 0.23579315841197968, 0.5458840727806091, 0.7325277328491211, 0.786349892616272, 0.5348295569419861, 0.24143347144126892, 0.4295099675655365, 0.6264017820358276, 0.5275074243545532, 0.22345925867557526, -0.06924677640199661, 0.03208201751112938, 0.3143170475959778, 0.4599510431289673, 0.16924415528774261, -0.2512591779232025, -0.28983569145202637, -0.15936017036437988, -0.06412246078252792, -0.38066765666007996, -0.83482825756073, -0.9349569082260132, -0.7456533312797546, -0.4988503158092499, -0.4979328215122223, -0.7034426331520081, -0.716888964176178, -0.40425461530685425, -0.07318459451198578, -0.07559927552938461, -0.4424249231815338, -0.6350391507148743, -0.23625172674655914, 0.08573523163795471, 0.04323222488164902, -0.11108013242483139, -0.20408722758293152, 0.06804592907428741, 0.30512306094169617, 0.4211096167564392, -0.2019622027873993, -0.012847273610532284, 0.1770753413438797, 0.21817713975906372, 0.08882343024015427, 0.1023453027009964, -0.1657976359128952, -0.21423321962356567, 0.19482143223285675, 0.45256924629211426, 0.09106655418872833, 0.002983388490974903, 0.3113920986652374, 0.6896811127662659, 0.7869753241539001, 0.5849512815475464, 0.40747714042663574, 0.2888018786907196, 0.49118223786354065, 0.6301040649414062, 0.43117237091064453, 0.13832667469978333, 0.0740041509270668, 0.1709233969449997, 0.3453262448310852, 0.2818402945995331, 0.055878087878227234, -0.20897451043128967, -0.19180941581726074, -0.026141006499528885, -0.13478852808475494, -0.44566163420677185, -0.7460205554962158, -0.715809166431427, -0.5134755969047546, -0.39591190218925476, -0.49197396636009216, -0.6042478084564209, -0.5294300317764282, -0.23392318189144135, -0.0837937667965889, -0.21258088946342468, -0.4584100842475891, -0.23841023445129395, -0.08625063300132751, 0.053644634783267975, -0.1601419597864151, -0.030880767852067947, -0.013721796683967113, 0.033864255994558334, -0.08436565101146698, 0.29831844568252563, 0.31926798820495605, -0.21621227264404297, -0.08921631425619125, 0.2765301465988159, 0.04747871682047844, -0.08078290522098541, -0.30892229080200195, -0.06781243532896042, 0.15277628600597382, 0.07589686661958694, 0.12345872074365616, 0.06324559450149536, 0.020783884450793266, 0.402130126953125, 0.7771743535995483, 0.431010365486145, 0.24131108820438385, 0.36336055397987366, 0.63421231508255, 0.5837703943252563, 0.4112617075443268, 0.18627412617206573, 0.18910327553749084, 0.2669953405857086, 0.3667488098144531, 0.2709434926509857, 0.0997559204697609, 0.047110967338085175, -0.013551306910812855, 0.017925256863236427, -0.018392842262983322, -0.2171868085861206, -0.38769033551216125, -0.45530709624290466, -0.43671613931655884, -0.2532252073287964, -0.2759874761104584, -0.4500024914741516, -0.4777977168560028, -0.3705798387527466, -0.20299115777015686, -0.15385128557682037, -0.3136138319969177, -0.30649644136428833, -0.10249564796686172, -0.09026249498128891, -0.2463233917951584, -0.13916896283626556, -0.05847202613949776, 0.17257128655910492, -0.33446642756462097, -0.07378007471561432, 0.04976259544491768, 0.08564156293869019, -0.015820078551769257, -0.3643344044685364, -0.2468753159046173, 0.11786386370658875, 0.26728248596191406, -0.292508989572525, -0.4837671220302582, 0.03973492607474327, 0.1368882656097412, 0.14165200293064117, -0.014990543946623802, -0.1381504088640213, 0.15471380949020386, 0.3525865077972412, 0.37972375750541687, 0.27019116282463074, 0.3872079849243164, 0.5149895548820496, 0.3830815553665161, 0.437101274728775, 0.5180093050003052, 0.5454397797584534, 0.3591383099555969, 0.1730480194091797, 0.2783759534358978, 0.3734767735004425, 0.41301512718200684, 0.20671871304512024, -0.03411373868584633, 0.07941694557666779, 0.30241671204566956, 0.23543502390384674, -0.09895051270723343, -0.26926133036613464, -0.11294133961200714, -0.05539647862315178, -0.08357367664575577, -0.34001871943473816, -0.4766920506954193, -0.2060953825712204, -0.10569688677787781, -0.2926938235759735, -0.2243969887495041, -0.22647999227046967, -0.24793437123298645, -0.1649494767189026, -0.15621863305568695, -0.1871275156736374, -0.29080718755722046, -0.2885829210281372, -0.35461634397506714, -0.10711602121591568, -0.1470126509666443, -0.26013505458831787, -0.3918202519416809, -0.165229931473732, -0.021189119666814804, -0.1176932230591774, -0.43253767490386963, -0.2135820984840393, 0.061109915375709534, -0.05728568136692047, -0.31554755568504333, -0.15033981204032898, -0.013298066332936287, -0.0747404396533966, 0.035936396569013596, 0.0761423259973526, 0.06908240914344788, 0.0957997515797615, 0.3875052332878113, 0.3252730071544647, 0.35517874360084534, 0.4883274435997009, 0.38599228858947754, 0.4087204933166504, 0.3890288174152374, 0.4463423788547516, 0.46575412154197693, 0.3110657036304474, 0.2792907655239105, 0.35383689403533936, 0.4040983319282532, 0.43860873579978943, 0.2877875864505768, 0.1982899159193039, 0.1817450076341629, 0.3053481876850128, 0.3026924729347229, 0.06833208352327347, -0.005943112075328827, -0.18362504243850708, -0.09002983570098877, 0.02863621897995472, -0.18125729262828827, -0.28264153003692627, -0.3348759412765503, -0.09260663390159607, -0.08821723610162735, -0.14833447337150574, -0.3474593758583069, -0.5396318435668945, -0.3731187880039215, -0.12314735352993011, -0.30942392349243164, -0.47313177585601807, -0.5886947512626648, -0.30712127685546875, -0.2450309693813324, 0.030785996466875076, -0.3839692771434784, -0.7003511190414429, -0.4264083504676819, 0.15916569530963898, -0.14455151557922363, -0.4950782358646393, -0.3077980875968933, -0.22146815061569214, -0.12938819825649261, 0.21588586270809174, -0.2572687268257141, -0.6190704107284546, 0.046578194946050644, 0.3063475787639618, 0.04181008040904999, 0.02016567811369896, 0.0950176939368248, -0.051595114171504974, 0.6078193783760071, 0.5382493734359741, 0.27486926317214966, -0.16945555806159973, 0.6478345394134521, 0.661005437374115, 0.5908913016319275, 0.34487074613571167, 0.4061022698879242, 0.3992666006088257, 0.48526787757873535, 0.5559942722320557, 0.4089900851249695, 0.06835024058818817, 0.41712015867233276, 0.47159793972969055, 0.3920668959617615, 0.28442585468292236, 0.0381769984960556, 0.21881736814975739, 0.15994368493556976, 0.17660453915596008, -0.09475234895944595, -0.2175338864326477, -0.01619347743690014, -0.14851123094558716, -0.135178804397583, -0.29831862449645996, -0.4441082775592804, -0.19001683592796326, -0.3731464445590973, -0.3483869433403015, -0.3347409963607788, -0.38797900080680847, -0.3509505093097687, -0.6419404745101929, -0.21505007147789001, -0.4320732653141022, -0.33682745695114136, -0.3437417149543762, -0.23291587829589844, -0.4449472725391388, -0.33658039569854736, 0.03483404964208603, -0.4528249502182007, -0.5184684991836548, -0.2393980473279953, 0.19069263339042664, -0.3868914246559143, -0.42409756779670715, -0.04849693551659584, 0.22946153581142426, 0.09670266509056091, -0.14778853952884674, -0.29138535261154175, 0.37985408306121826, 0.17941056191921234, 0.13230471312999725, 0.05301579460501671, 0.16492830216884613, 0.11408060789108276, 0.4540145993232727, 0.33622679114341736, 0.14106401801109314, 0.4403907060623169, 0.46955323219299316, 0.3031744062900543, 0.361115962266922, 0.45097142457962036, 0.2247031033039093, 0.26941126585006714, 0.3818880021572113, 0.38500073552131653, 0.28724387288093567, 0.2524396777153015, 0.12872099876403809, 0.19329841434955597, 0.29271456599235535, 0.2806002199649811, 0.05789791792631149, -0.14437122642993927, 0.1296248584985733, 0.2657400369644165, -0.12249504774808884, -0.21608096361160278, 0.0054036774672567844, -0.06283695995807648, -0.08517278730869293, -0.17427639663219452, -0.19666413962841034, -0.0047199600376188755, -0.12116674333810806, -0.2270907312631607, -0.5035176873207092, -0.20152364671230316, -0.2102496176958084, -0.21413370966911316, -0.2961430251598358, -0.34336555004119873, -0.27810943126678467, 0.03850182890892029, -0.3817231059074402, -0.3741337060928345, -0.09364382922649384, -0.3674958646297455, -0.19224323332309723, -0.13563095033168793, -0.07502160221338272, -0.16023841500282288, -0.2877388298511505, 0.033145416527986526, 0.02841770648956299, -0.2363332062959671, -0.011469056829810143, 0.36282312870025635, -0.23516535758972168, -0.02534855157136917, -0.06610148400068283, 0.18773415684700012, 0.28297361731529236, -0.044908035546541214, -0.29642945528030396, 0.03237207233905792, 0.5251392126083374, 0.19064861536026, -0.2646804451942444, 0.08618440479040146, 0.2292720377445221, 0.1552836298942566, 0.23915481567382812, -0.01208430714905262, -0.08199788630008698, 0.1251668483018875, 0.3403141498565674, 0.104367695748806, 0.08540857583284378, -0.23568809032440186, 0.12441124022006989, 0.37141144275665283, 0.1357956975698471, 0.06779101490974426, -0.018766524270176888, 0.12778104841709137, 0.43076279759407043, 0.28755950927734375, -0.007694431580603123, 0.09422885626554489, 0.22877554595470428, 0.10653578490018845, 0.21658127009868622, 0.023036392405629158, -0.2476155310869217, 0.4322987198829651, 0.2122565507888794, 0.05357550084590912, -0.2566462457180023, -0.071803979575634, 0.2683241069316864, -0.08660519868135452, -0.3277975022792816, -0.015271948650479317, -0.010580603033304214, 0.10932581126689911, -0.335625559091568, -0.10263574868440628, -0.0005161251174286008, -0.3181924819946289, -0.14069394767284393, -0.06280926614999771, -0.013324538245797157, -0.2959904372692108, -0.21011151373386383, -0.031953971832990646, -0.17829634249210358, -0.2841647267341614, -0.18207843601703644, -0.018080029636621475, -0.32407844066619873, -0.1819608062505722, 0.23336344957351685, -0.4451060891151428, -0.1980876922607422, 0.09247490763664246, -0.012546183541417122, -0.1350633054971695, -0.3177536427974701, -0.20078495144844055, 0.47753798961639404, 0.013196416199207306, -0.19444149732589722, -0.05421612784266472, 0.006203809287399054, 0.06692004203796387, 0.1398511528968811, 0.07569205015897751, -0.1849575638771057, 0.27102911472320557, 0.2828834652900696, -0.14798027276992798, 0.23991408944129944, 0.05091836676001549, -0.04096919670701027, 0.38003960251808167, 0.11995146423578262, -0.062384217977523804, 0.09292583167552948, 0.33618080615997314, 0.04725990444421768, 0.17952610552310944, 0.15669368207454681, 0.12703408300876617, 0.08572682738304138, 0.2200823277235031, 0.2946304678916931, -0.029582295566797256, 0.1689973920583725, 0.010265517048537731, 0.17268338799476624, 0.24133910238742828, 0.20869497954845428, -0.3490403890609741, 0.02731984667479992, 0.4833969175815582, -0.013674152083694935, -0.31137651205062866, -0.0416962206363678, 0.09350311756134033, 0.1733548492193222, -0.08145752549171448, -0.15034881234169006, -0.277946412563324, -0.1594812273979187, 0.042371366173028946, 0.16024158895015717, -0.5555701851844788, -0.3489638566970825, 0.3368319571018219, -0.05434099957346916, -0.18594355881214142, -0.33698123693466187, 0.025944853201508522, 0.05985192954540253, -0.32103490829467773, 0.020399922505021095, 0.01568596065044403, -0.33521777391433716, 0.13525934517383575, -0.10526569932699203, 0.07382400333881378, -0.30748406052589417, 0.12515246868133545, 0.025704147294163704, 0.0702185109257698, -0.21230055391788483, 0.17656898498535156, 0.11587218195199966, -0.13609005510807037, -0.11536640673875809, 0.15729323029518127, -0.046468447893857956, -0.028682373464107513, -0.06407983601093292, -0.15342546999454498, 0.35874050855636597, 0.03552345186471939, -0.09855853766202927, 0.12794119119644165, 0.28827908635139465, -0.0995209589600563, -0.04869440570473671, 0.17803165316581726, 0.2737266719341278, -0.28271111845970154, 0.1516980528831482, 0.1931423544883728, 0.10336028039455414, -0.2520950138568878, 0.23162518441677094, 0.22536107897758484, 0.046424005180597305, -0.04926636070013046, 0.05224822089076042, 0.05815067142248154, 0.1590557098388672, 0.01346602477133274, -0.12054258584976196, -0.05021093785762787, 0.19840329885482788, 0.013463539071381092, -0.08842411637306213, -0.08902667462825775, 0.1929590106010437, 0.19146306812763214, 0.019137253984808922, -0.24161991477012634, -0.1174808070063591, 0.1493343561887741, 0.16231046617031097, 0.04924093186855316, -0.14453868567943573, -0.27505752444267273, -0.04222150892019272, 0.26823797821998596, -0.028388449922204018, -0.37723207473754883, -0.007239044643938541, 0.06973356008529663, 0.13327236473560333, -0.22068525850772858, -0.2486092746257782, -0.005982655566185713, -0.036283496767282486, 0.06901134550571442, -0.10752104967832565, -0.2947578430175781, 0.04936840757727623, 0.014233151450753212, -0.0379210002720356, -0.21584898233413696, -0.07217739522457123, -0.021361548453569412, 0.0028815283440053463, -0.0781063511967659, -0.03246955946087837, -0.1324840933084488, -0.3066346347332001, 0.30031660199165344, -0.029673852026462555, -0.10412847250699997, -0.2418242245912552, 0.12522688508033752, 0.05929388478398323, 0.08701437711715698, -0.2160632312297821, -0.09967496246099472, 0.10972258448600769, 0.13406707346439362, 0.20420055091381073, -0.1399477869272232, 0.07401078194379807, -0.0037237568758428097, 0.283310204744339, 0.23490282893180847, -0.258333683013916, 0.31489089131355286, 0.13889941573143005, 0.03925343230366707, 0.17013661563396454, -0.0005152145749889314, 0.3326113820075989, 0.011723530478775501, 0.12159772962331772, 0.06448512524366379, 0.02859298698604107, 0.2761854827404022, -0.2252988964319229, 0.16758577525615692, -0.10860621184110641, 0.08248160034418106, 0.18815450370311737, 0.0828971192240715, -0.13103468716144562, -0.1649283915758133, 0.10512349754571915, 0.028753729537129402, -0.060246217995882034, -0.2614039182662964, -0.03933574631810188, 0.19725069403648376, 0.009652928449213505, -0.15308070182800293, -0.29922643303871155, 0.02156936191022396, 0.0045709204860031605, -0.07800282537937164, -0.36189720034599304, -0.14128068089485168, 0.022525960579514503, -0.01663574017584324, 0.024169528856873512, -0.02032812498509884, -0.3144747316837311, -0.2947813868522644, 0.15131472051143646, 0.05272917076945305, -0.42867258191108704, -0.21322877705097198, 0.07705182582139969, 0.4089266061782837, -0.2315422147512436, -0.1324240118265152, -0.2265610694885254, 0.17849434912204742, 0.19870081543922424, 0.013203212060034275, -0.18220950663089752, -0.19498232007026672, 0.5632167458534241, 0.32241690158843994, -0.3432086706161499, -0.0352439358830452, 0.2526567280292511, 0.43080249428749084, -0.09328249096870422, -0.06519670784473419, 0.010082914493978024, 0.25074446201324463, 0.33023038506507874, -0.00851538497954607, -0.16338680684566498, 0.1172737255692482, 0.4039961099624634, 0.020258920267224312, 0.02579447627067566, -0.16814851760864258, 0.2508673667907715, 0.17240503430366516, -0.05603932589292526, -0.3524116575717926, 0.09869666397571564, 0.32505080103874207, -7.77484747231938e-05, -0.13742908835411072, -0.2540901005268097, 0.3119029998779297, 0.25807973742485046, -0.31169193983078003, -0.08514571189880371, -0.12182652950286865, -0.021808050572872162, 0.23998643457889557, -0.294219046831131, -0.26708582043647766, 0.04168608412146568, 0.23556743562221527, -0.023925555869936943, -0.569606602191925, -0.20253995060920715, 0.1458481252193451, -0.0009789635660126805, -0.32143455743789673, -0.2141578048467636, 0.0491078682243824, -0.06774266064167023, 0.06933026015758514, -0.08082973212003708, -0.1886506825685501, -0.03881242126226425, 0.17857863008975983, 0.0761452317237854, -0.21249566972255707, 0.008268589153885841, -0.04324483126401901, -0.03097054362297058, 0.23759038746356964, 0.11177269369363785, -0.1828034669160843, -0.3187774419784546, 0.5213944911956787, 0.18021439015865326, -0.1943664401769638, -0.13978154957294464, 0.06607372313737869, 0.3073355555534363, 0.05845693498849869, -0.054414454847574234, -0.1000249832868576, -0.014675226993858814, 0.20113416016101837, -0.013111570850014687, -0.05660238489508629, 0.09796088188886642, 0.04409411922097206, 0.016923315823078156, 0.2764303684234619, -0.13756953179836273, -0.01695583015680313, 0.13086791336536407, -0.05729375034570694, 0.24143816530704498, -0.120264932513237, 0.05245187506079674, 0.04391968995332718, -0.15744315087795258, 0.166544109582901, -0.008569138124585152, 0.160056933760643, -0.5002815127372742, 0.24744975566864014, 0.33372992277145386, -0.14009183645248413, -0.40233612060546875, -0.1948862075805664, 0.4236924350261688, 0.09286932647228241, -0.3216806650161743, 0.023276953026652336, -0.212772935628891, 0.1612289994955063, 0.07218793034553528, -0.22714394330978394, -0.2960605025291443, -0.05487687885761261, 0.35063278675079346, 0.10190996527671814, -0.4498451352119446, -0.07384762912988663, -0.001775619457475841, 0.2771202027797699, -0.20031574368476868, -0.26275181770324707, -0.11602050065994263, 0.2946544885635376, 0.27565351128578186, -0.35255029797554016, -0.23241855204105377, 0.11569028347730637, 0.31395387649536133, 0.11874322593212128, -0.5295711159706116, 0.2027949094772339, 0.37858638167381287, -0.05361848697066307, -0.007290924433618784, -0.06519351899623871, 0.07328598201274872, 0.13304559886455536, 0.09314955770969391, 0.2080039530992508, -0.2916982173919678, 0.07580171525478363, 0.3480578362941742, 0.1633528172969818, -0.2017565220594406, -0.32570379972457886, 0.3843387961387634, 0.12647251784801483, 0.08302897214889526, -0.18619340658187866, -0.0053117647767066956, 0.26383495330810547, -0.04382844641804695, 0.13123813271522522, -0.00535220094025135, -0.15286138653755188, 0.3977349102497101, 0.28236496448516846, -0.14869122207164764, 0.042411305010318756, 0.021919414401054382, 0.26274460554122925, 0.010062715969979763, 0.020182058215141296, -0.012316920794546604, 0.09755723178386688, -0.13149394094944, 0.0888562947511673, 0.004023645538836718, -0.22714866697788239, 0.06158515810966492, -0.04726375266909599, -0.025462016463279724, 0.00033404314308427274, -0.025261200964450836, -0.23708172142505646, 0.02872990071773529, 0.11961634457111359, -0.16064120829105377, -0.21676279604434967, 0.033527348190546036, 0.11543937027454376, -0.027569981291890144, -0.19917337596416473, 0.04485688358545303, -0.0749041810631752, 0.17759524285793304, -0.1535145342350006, -0.1069054827094078, -0.24136513471603394, 0.18028248846530914, 0.32280996441841125, -0.16727811098098755, -0.3127914369106293, -0.037140220403671265, 0.10393859446048737, 0.2586514949798584, -0.2546747922897339, -0.5334572196006775, -0.0783015564084053, 0.8340948224067688, -0.014887472614645958, -1.150198221206665, 0.6391071677207947, 0.5907012820243835, -0.05301382392644882, -0.3766508400440216, 0.03206269070506096, -0.005973270162940025, 0.35720646381378174, 0.12461041659116745, -0.22216187417507172, -0.1471952348947525, 0.16615509986877441, 0.3739734888076782, -0.2871496379375458, -0.25194159150123596, 0.31740209460258484, -0.07577436417341232, -0.033503029495477676, 0.03785695880651474, 0.005662082694470882, 0.1132945790886879, -0.06457021087408066, -0.1108027920126915, -0.04530090466141701, 0.11368472129106522, 0.12147431820631027, -0.18965333700180054, -0.23818987607955933, 0.26531755924224854, 0.12720943987369537, -0.09354577213525772, -0.12241216748952866, 0.05672852322459221, 0.0696127712726593, 0.016369063407182693, 0.04051661863923073, -0.17699119448661804, -0.08635154366493225, 0.16542111337184906, -0.13328838348388672, -0.2749411463737488, 0.06218910962343216, -0.013340577483177185, -0.20827129483222961, -0.1803693026304245, -0.08963891863822937, -0.008221643976867199, 0.15724323689937592, -0.19905473291873932, -0.18809179961681366, 0.02651025913655758, 0.10437951236963272, -0.14120014011859894, -0.397061288356781, 0.25575417280197144, 0.19615024328231812, -0.21570910513401031, -0.2957437038421631, 0.24339035153388977, 0.021875793114304543, -0.13571825623512268, 0.012029831297695637, -0.20883239805698395, -0.05071612820029259, 0.47655561566352844, -0.14680632948875427, -0.39878183603286743, -0.002210913924500346, 0.2645615339279175, 0.05865059420466423, -0.4394749104976654, 0.004986561369150877, 0.4006401002407074, 0.1251867711544037, -0.43014293909072876, 0.11010158061981201, 0.11878613382577896, 0.11739292740821838, -0.1607215255498886, 0.025256143882870674, 0.3376336991786957, 0.001835677889175713, -0.05240757390856743, -0.020223310217261314, 0.3221163749694824, -0.25013571977615356, -0.05934607982635498, 0.2845005691051483, -0.05157461389899254, -0.11818912625312805, 0.07364911586046219, 0.09638503938913345, 0.12098344415426254, -0.21608559787273407, 0.10428522527217865, 0.016650548204779625, 0.1762441098690033, -0.1031523123383522, -0.06857707351446152, 0.2996940314769745, 0.004342390689998865, -0.2985367476940155, 0.12454695999622345, 0.2438810020685196, 0.08664222061634064, -0.5649110674858093, 0.007045359816402197, 0.442953497171402, -0.12003958225250244, -0.1470799297094345, -0.2811724841594696, 0.23126621544361115, 0.020684393122792244, -0.11036509275436401, 0.017114713788032532, -0.40645208954811096, 0.29525747895240784, 0.06746184825897217, -0.12911222875118256, 0.2510415017604828, -0.5479020476341248, -0.04897979646921158, 0.4002615809440613, 0.10266053676605225, -0.3185994625091553, -0.3472159802913666, 0.5607524514198303, 0.06103241816163063, 0.10632890462875366, -0.199202299118042, -0.2822055220603943, 0.16786541044712067, 0.3343936502933502, -0.010581988841295242, -0.20244701206684113, -0.118587426841259, 0.15199697017669678, 0.35729238390922546, 0.007107548415660858, -0.1810864359140396, -0.23695428669452667, 0.2889416813850403, 0.3332987129688263, -0.17151768505573273, -0.10379540175199509, 0.1172465905547142, 0.24271486699581146, -0.06559758633375168, -0.05103646218776703, -0.11285863071680069, 0.2825067937374115, -0.017729047685861588, -0.18290048837661743, 0.18583358824253082, -0.03664078190922737, -0.05519891157746315, -0.1430485099554062, 0.15561707317829132, 0.11029350757598877, -0.3161988854408264, 0.47965750098228455, 0.025710852816700935, -0.2259202003479004, -0.19370748102664948, 0.27976924180984497, 0.08021393418312073, -0.30824440717697144, -0.04195675998926163, 0.02482660673558712, -0.06428104639053345, 0.27355819940567017, -0.31189781427383423, 0.06077012047171593, -0.2769414484500885, 0.08635583519935608, 0.10682743042707443, -0.38745325803756714, 0.13529673218727112, 0.11172519624233246, -0.06578713655471802, -0.04565314203500748, 0.0015637959586456418, 0.18404504656791687, -0.18192563951015472, -0.30690205097198486, 0.34079280495643616, -0.08955308794975281, 0.011859625577926636, -0.04135999083518982, 0.03286757692694664, -0.17313015460968018, 0.13530002534389496, 0.30526408553123474, -0.4780397117137909, -0.10040080547332764, -0.008895376697182655, 0.26761412620544434, 0.05153244733810425, -0.25747889280319214, -0.06641636788845062, 0.3188624680042267, 0.051872678101062775, 0.14006754755973816, -0.24335859715938568, -0.027036355808377266, 0.2948710024356842, 0.1547631472349167, -0.12763424217700958, -0.09533776342868805, 0.14967849850654602, 0.17850281298160553, -0.09990540146827698, -0.24412839114665985, 0.11359699815511703, -0.04991317167878151, 0.3473728597164154, -0.42433857917785645, -0.08117321133613586, 0.349050909280777, -0.09803427755832672, -0.050775617361068726, -0.04661450535058975, -0.09667176008224487, 0.08187095820903778, 0.23902888596057892, -0.17737995088100433, -0.24728845059871674, 0.045540351420640945, 0.22634652256965637, 0.018753454089164734, -0.23807071149349213, -0.12615050375461578, 0.08289497345685959, -0.11913222819566727, 0.25416579842567444, -0.24185390770435333, -0.3266507685184479, 0.13813075423240662, 0.3577205240726471, -0.011868372559547424, -0.5817703604698181, -0.048494093120098114, 0.41937318444252014, -0.05208355933427811, -0.13798868656158447, -0.09654399752616882, -0.06411650776863098, 0.04612601175904274, 0.254334419965744, -0.3055444061756134, -0.13098599016666412, -0.0005636074929498136, 0.0569051094353199, 0.11724337935447693, -0.2221132218837738, 0.015782218426465988, 0.32303109765052795, -0.20818832516670227, 0.11660882830619812, -0.10658147931098938, -0.0484786331653595, 0.35145971179008484, 0.06101350858807564, -0.557908296585083, 0.11609770357608795, 0.4591553807258606, 0.3126189112663269, -0.36120718717575073, -0.46071213483810425, 0.2758371829986572, 0.4477141797542572, -0.1438426375389099, -0.10791822522878647, -0.2850547134876251, 0.17611488699913025, 0.5717129111289978, 0.12177237868309021, -0.8155518770217896, 0.0008249890524893999, 0.6693397760391235, 0.15207739174365997, -0.30844026803970337, -0.12173145264387131, -0.13255824148654938, 0.5596143007278442, 0.371048241853714, -0.47859734296798706, -0.42302367091178894, 0.6224784851074219, 0.2561822235584259, -0.4572904109954834, -0.14348407089710236, 0.2717399001121521, -0.1117798238992691, 0.307067334651947, -0.006141429301351309, -0.4792928695678711, 0.03496212139725685, 0.26475077867507935, 0.08869809657335281, -0.30427035689353943, 0.07026056945323944, 0.16726239025592804, -0.043238937854766846, -0.07453007996082306, -0.25387895107269287, 0.43190115690231323, -0.06666818261146545, -0.4541360139846802, 0.046812742948532104, 0.22366979718208313, 0.12091310322284698, -0.15444187819957733, -0.11619199067354202, -0.29194921255111694, 0.5096821188926697, -0.011702373623847961, -0.3268962800502777, -0.28551533818244934, 0.4546571373939514, 0.10762181133031845, -0.20720119774341583, -0.2540260851383209, 0.2955872416496277, -0.10345528274774551, 0.04975040256977081, -0.04106074571609497, -0.10016623884439468, -0.018568312749266624, 0.22524844110012054, 0.06396029889583588, -0.15166927874088287, -0.23059968650341034, 0.38566574454307556, 0.16175958514213562, -0.39839044213294983, 0.03489730507135391, 0.2749195694923401, 0.04687342047691345, -0.18541589379310608, -0.10584595054388046, 0.45973852276802063, -0.4344048500061035, 0.2736280858516693, -0.2109519988298416, 0.03225710615515709, 0.3038628101348877, -0.17868104577064514, -0.2688795030117035, 0.17856550216674805, 0.11831538379192352, 0.14808140695095062, -0.44533103704452515, 0.004660211503505707, 0.08773189038038254, 0.08755885064601898, 0.08507756888866425, -0.5736666321754456, 0.08608456701040268, 0.5664913654327393, 0.1387282758951187, -0.618950605392456, -0.1171511635184288, 0.3203921318054199, 0.3888690173625946, -0.5389388799667358, -0.4837131202220917, 0.22120773792266846, 0.7717792391777039, -0.3916586935520172, -0.5632314682006836, 0.2746128439903259, 0.3500891625881195, -0.17062604427337646, -0.42357611656188965, -0.1376173347234726, 0.214108407497406, 0.2947597801685333, -0.14833849668502808, -0.3507367670536041, -0.18425807356834412, 0.41119518876075745, 0.15591183304786682, -0.6461768746376038, -0.08628591150045395, 0.21280699968338013, 0.6793864965438843, -0.9905128479003906, -0.021983951330184937, 0.8189305067062378, -0.27227917313575745, -0.3785560727119446, 0.11795836687088013, 0.20991164445877075, -0.11300167441368103, -0.14570844173431396, 0.04448528215289116, 0.17520740628242493, -0.04169468954205513, 0.1057024598121643, 0.07472462952136993, -0.3167271316051483, 0.35697224736213684, 0.03623431548476219, -0.2129404991865158, 0.06720655411481857, 0.08689872175455093, 0.05290839076042175, 0.04460214450955391, -0.09110666811466217, 0.008659404702484608, -0.060991644859313965, 0.08804354071617126, 0.0793103352189064, -0.045668747276067734, -0.28449276089668274, 0.15125344693660736, 0.4633699357509613, -0.10655016452074051, -0.45832133293151855, -0.006927398964762688, 0.47334158420562744, 0.2409268021583557, -0.2746935784816742, -0.2814682722091675, 0.2727358639240265, 0.32226842641830444, 0.11926034092903137, -0.5251909494400024, 0.09420818835496902, 0.4307186007499695, -0.004560054279863834, -0.5190391540527344, 0.39834344387054443, 0.2555331587791443, -0.21904312074184418, -0.25551313161849976, 0.36645179986953735, 0.12528115510940552, -0.39682453870773315, 0.022433053702116013, 0.06395173072814941, 0.10515822470188141, -0.0799471065402031, 0.20996424555778503, -0.1409873366355896, -0.2206580638885498, 0.3555713891983032, -0.0617714487016201, -0.18373450636863708, 0.026934416964650154, 0.18737675249576569, -0.1484142541885376, -0.0994964987039566, 0.4571417272090912, -0.2892695367336273, -0.3935229480266571, 0.49961426854133606, -0.035612333565950394, -0.08587901294231415, -0.18293271958827972, 0.21044300496578217, 0.0956379696726799, -0.001049970043823123, 0.1488727331161499, -0.21318233013153076, -0.11961545795202255, 0.12571126222610474, 0.1859799325466156, -0.06321851909160614, -0.16544653475284576, 0.20512712001800537, 0.1142723485827446, -0.539106547832489, 0.44060149788856506, -0.23903803527355194, -0.21268139779567719, 0.29844382405281067, -0.23529458045959473, 0.13272234797477722, -0.060626812279224396, 0.2213117927312851, -0.17352880537509918, -0.7285796999931335, 0.8684622049331665, -0.06083834543824196, -0.44929128885269165, -0.26526281237602234, 0.22118766605854034, 0.4635741412639618, -0.13843856751918793, -0.3769599199295044, -0.044332925230264664, 0.5800642967224121, -0.10138671100139618, -0.46436986327171326, -0.007060317322611809, 0.36650538444519043, 0.12143241614103317, -0.15130603313446045, -0.49739453196525574, 0.2995339334011078, 0.4609871506690979, -0.22807876765727997, -0.5499012470245361, 0.23296372592449188, 0.1559283286333084, 0.13579760491847992, -0.3143506348133087, -0.296906441450119, 0.046690523624420166, 0.6291202306747437, -0.004675292409956455, -0.9513115286827087, 0.17835967242717743, 0.898897647857666, -0.44827741384506226, -0.4665507972240448, 0.4005671441555023, 0.03949233144521713, -0.19372837245464325, 0.2160433679819107, -0.25789013504981995, -0.1350172907114029, 0.06619635969400406, 0.13003398478031158, 0.12726990878582, -0.29673224687576294, -0.037867747247219086, -0.00882053840905428, 0.08624887466430664, 0.1601078063249588, -0.3150182366371155, 0.3239463269710541, -0.10955484211444855, 0.1818855106830597, -0.14196531474590302, -0.2756156623363495, 0.06165685877203941, 0.1150612086057663, 0.021144835278391838, -0.1726519763469696, 0.3272869884967804, -0.32401442527770996, -0.13236220180988312, 0.5720279216766357, 0.06307540088891983, -0.4805212914943695, 0.09250783175230026, 0.2310544103384018, -0.028918227180838585, -0.36908841133117676, -0.0651552751660347, 0.16879679262638092, 0.0742495208978653, -0.15225090086460114, -0.15519215166568756, -0.029129864647984505, 0.6241121292114258, -0.1786583662033081, -0.5925377011299133, -0.010735147632658482, 0.44868606328964233, 0.18136776983737946, -0.5542479753494263, -0.11956820636987686, 0.4403235912322998, 0.16565921902656555, -0.37554866075515747, -0.0161995068192482, -0.09484215825796127, 0.08614174276590347, 0.2261580377817154, -0.2678491175174713, -0.31627774238586426, 0.3724026083946228, 0.5474568605422974, -0.33676281571388245, -0.528183102607727, 0.46756672859191895, 0.35817262530326843, -0.48953408002853394, -0.01754027232527733, 0.09845635294914246, 0.16989769041538239, 0.015122523531317711, 0.11294503509998322, -0.16642579436302185, 0.003943766932934523, 0.05997927859425545, 0.09257491677999496, 0.0014444838743656874, -0.1674293875694275, -0.10073612630367279, 0.3252451717853546, 0.1901436448097229, -0.45285487174987793, -0.1047120988368988, 0.26561564207077026, 0.14702530205249786, -0.06617411226034164, -0.17124035954475403, -0.2004469335079193, 0.31518036127090454, 0.4096818268299103, -0.2354380488395691, -0.5939748883247375, 0.2794119417667389, 0.3826254606246948, 0.008851106278598309, -0.4736386239528656, -0.13643354177474976, 0.594566285610199, 0.06832718849182129, -0.47309058904647827, -0.19188885390758514, 0.5039013624191284, -0.10280821472406387, -0.1967981457710266, 0.12870903313159943, 0.15563254058361053, 0.016748376190662384, -0.2153417021036148, 0.036678291857242584, 0.26807090640068054, -0.35610899329185486, -0.27095460891723633, 0.1094902753829956, 0.5229931473731995, -0.05319062992930412, -0.5845048427581787, 0.0854560136795044, 0.5759758353233337, 0.018692530691623688, -0.6766294240951538, -0.11199791729450226, 0.4951269030570984, 0.08003990352153778, -0.46915537118911743, -0.14786727726459503, 0.5681965947151184, 0.20432111620903015, -0.4140680730342865, -0.2551800608634949, 0.18648381531238556, 0.32725661993026733, -0.05240566283464432, -0.2065352350473404, 0.20080170035362244, 0.2513265609741211, -0.033041562885046005, -0.04225984588265419, -0.043949950486421585, -0.05182985961437225, 0.02217799797654152, 0.14167766273021698, 0.0525117926299572, -0.10735589265823364, -0.0257309228181839, 0.06871797144412994, 0.3938917815685272, -0.12557165324687958, -0.2938600778579712, 0.17867806553840637, 0.2712324559688568, 0.03826427087187767, -0.44692760705947876, -0.0694371908903122, 0.23965594172477722, 0.20783275365829468, -0.06890785694122314, -0.4382944405078888, -0.06164316087961197, 0.38026338815689087, -0.030368361622095108, -0.4476870000362396, -0.018792929127812386, 0.3976902663707733, 0.0549505390226841, -0.40196970105171204, -0.1705472767353058, 0.0707964152097702, -0.09656291455030441, -0.13363757729530334, -0.051744215190410614, 0.31041693687438965, -0.05124368518590927, -0.06730826944112778, 0.4143050014972687, 0.08230265229940414, -0.17884686589241028, -0.13610532879829407, 0.30258893966674805, 0.2504282593727112, -0.30159926414489746, -0.1847204864025116, 0.22366048395633698, 0.24929246306419373, -0.09316758811473846, -0.3150041103363037, 0.025965910404920578, 0.28943735361099243, -0.08082867413759232, -0.24442830681800842, 0.004662593826651573, 0.09578192234039307, 0.12823277711868286, -0.06439327448606491, -0.1250881552696228, 0.018224580213427544, 0.07502637803554535, 0.06063608080148697, -0.09747399389743805, -0.14691774547100067, -0.051529668271541595, 0.1485176682472229, 0.14474017918109894, -0.04385829716920853, 0.03831114247441292, 0.1291104406118393, 0.06286297738552094, -0.006083858199417591, 0.00714920973405242, 0.046217288821935654, -0.012335074134171009, 0.06161477416753769, 0.14861494302749634, 0.010707288980484009, 0.029396899044513702, -0.03024887479841709, -0.12755495309829712, 0.1263125240802765, 0.14635641872882843, -0.07247637212276459, -0.10530691593885422, -0.031592607498168945, -0.05632825195789337, -0.03003750927746296, 0.033655598759651184, -0.20114924013614655, -0.1133536845445633, 0.1403885930776596, 0.1315259337425232, -0.04786558076739311, -0.07485675066709518, 0.09804409742355347, 0.10809235274791718, 0.021289214491844177, 0.07834123075008392, -0.06709928810596466, -0.028920644894242287, 0.13668286800384521, 0.05188525840640068, -0.012985147535800934, 0.11861087381839752, 0.16627854108810425, 0.08798952400684357, -0.01680704951286316, -0.056612592190504074, -0.016742119565606117, -0.021886169910430908, -0.008987044915556908, -0.1331462413072586, -0.007559777703136206, 0.17781604826450348, 0.09950298070907593, -0.06907707452774048, -0.06721659749746323, 0.07248421758413315, -0.04705291986465454, -0.1559462547302246, -0.1567380279302597, 0.023521369323134422, 0.019393889233469963, -0.13953138887882233, -0.052765991538763046, 0.015520372427999973, -0.0009123068302869797, -0.07114726305007935, -0.05164831876754761, 0.02560669556260109, 0.02196679450571537, -0.007649493869394064, -0.05979182571172714, -0.09469364583492279, 0.025442862883210182, 0.00022333314700517803, -0.08111424744129181, -0.026803340762853622, 0.05241382122039795, 0.0655713677406311, 0.018486766144633293, 0.008750303648412228, 0.019409844651818275, 0.015271595679223537, -0.006887395866215229, -0.03753424808382988, -0.05499701574444771, 0.005093281157314777, 0.03914760425686836, -0.03985821083188057, -0.039733365178108215, 0.0949842780828476, 0.06482552736997604, -0.05833079665899277, 0.011647026054561138, 0.05775761604309082, 0.06980864703655243, 0.07059716433286667, 0.06265629827976227, 0.09413041174411774, 0.0939800888299942, 0.1607491374015808, 0.1467519849538803, -0.005717892199754715, 0.031247315928339958, 0.12116444110870361, 0.05752243474125862, -0.002695433096960187, -0.004264933988451958, 0.010482477955520153, 0.024465331807732582, -0.06117701530456543, -0.14232806861400604, -0.07390295714139938, -0.000711115135345608, -0.07676345854997635, -0.15869811177253723, -0.053191497921943665, -0.04791547358036041, -0.14859387278556824, -0.1891459822654724, -0.1575884222984314, -0.13894426822662354, -0.17565488815307617, -0.19193673133850098, -0.14258547127246857, -0.042463164776563644, -0.04916275292634964, -0.07482173293828964, -0.06356242299079895, -0.0639892965555191, -0.08545230329036713, -0.11070620268583298, -0.11889099329710007, -0.04117298871278763, 0.014249936677515507, -0.007764352485537529, -0.0543566532433033, 0.02183060348033905, 0.055777281522750854, 0.07940050214529037, 0.08028832823038101, 0.061538733541965485, 0.18911372125148773, 0.17875756323337555, 0.20230916142463684, 0.19994735717773438, 0.23164650797843933, 0.3134061098098755, 0.3594474792480469, 0.3210226893424988, 0.3008166253566742, 0.3750271499156952, 0.42414629459381104, 0.44797924160957336, 0.412880539894104, 0.40894392132759094, 0.3368832468986511, 0.22506333887577057, 0.05926790460944176, -0.16431894898414612, -0.27900347113609314, -0.3982372581958771, -0.5598769187927246, -0.7652367949485779, -0.7201711535453796, -0.7156247496604919, -0.7886462807655334, -0.7193155288696289, -0.6023486852645874, -0.49917665123939514, -0.4425503611564636, -0.39337924122810364, -0.22854560613632202, -0.11633595824241638, -0.13896061480045319, -0.09196123480796814, -0.002952410839498043, -0.06284528225660324, -0.07037484645843506, -0.03998425975441933, 0.02837630920112133, 0.06635517627000809, 0.19041801989078522, 0.25839880108833313, 0.28041872382164, 0.4757150411605835, 0.6142404675483704, 0.608718752861023, 0.6209266185760498, 0.6149490475654602, 0.5831083655357361, 0.6960331797599792, 0.856891393661499, 0.9329701066017151, 1.0807685852050781, 1.103117823600769, 0.7322811484336853, 0.3072941303253174, 0.09706848859786987, -0.11031730473041534, -0.5646170377731323, -1.000528335571289, -1.2219878435134888, -1.223188042640686, -1.2546708583831787, -1.3185489177703857, -1.251465082168579, -1.0602275133132935, -0.8269103169441223, -0.5093902349472046, -0.3429580628871918, -0.31359362602233887, -0.057764019817113876, 0.3107752799987793, 0.39423027634620667, 0.1569906771183014, 0.0333525687456131, 0.07584842294454575, 0.07784603536128998, -0.001113383681513369, -0.20938634872436523, -0.2697373628616333, -0.06161130592226982, 0.04534204676747322, -0.05417720228433609, -0.007159519474953413, 0.3344595730304718, 0.5834536552429199, 0.6690078377723694, 0.6994360685348511, 0.7880714535713196, 0.9138059616088867, 0.921118974685669, 0.9326585531234741, 1.066757082939148, 1.461375117301941, 1.716665506362915, 1.2329306602478027, 0.41068169474601746, 0.10994695127010345, 0.11740686744451523, -0.40960025787353516, -1.423652172088623, -1.9461190700531006, -1.948729157447815, -1.9229474067687988, -1.957245111465454, -2.012691020965576, -1.7343192100524902, -1.0589216947555542, -0.38810959458351135, -0.1824181228876114, 0.002137299394235015, 0.5137630105018616, 1.0548981428146362, 1.135211706161499, 0.7661417126655579, 0.42981621623039246, 0.34364569187164307, 0.28138238191604614, -0.033947959542274475, -0.4690421223640442, -0.5305383801460266, -0.22239810228347778, -0.011178454384207726, -0.07796128839254379, 0.018255392089486122, 0.5475465655326843, 1.0172098875045776, 1.0366637706756592, 0.9478363990783691, 0.9749546051025391, 0.9758439064025879, 1.041974663734436, 1.173117995262146, 1.4051357507705688, 1.6036430597305298, 1.3567389249801636, 0.6708695888519287, 0.05765559896826744, -0.19520877301692963, -0.594822883605957, -1.4940766096115112, -2.273803949356079, -2.488319158554077, -2.407278060913086, -2.2712016105651855, -2.1111390590667725, -1.779766321182251, -1.102593183517456, -0.35679343342781067, 0.202114537358284, 0.6361202597618103, 1.0186139345169067, 1.39424467086792, 1.4431827068328857, 1.0749303102493286, 0.6577368974685669, 0.3811011016368866, 0.1143583357334137, -0.2772919535636902, -0.5356040000915527, -0.49295011162757874, -0.2134937345981598, 0.07357172667980194, 0.2504529356956482, 0.4322812855243683, 0.9319515228271484, 1.3333995342254639, 1.2580504417419434, 0.8821821212768555, 0.7238419055938721, 0.9674292206764221, 1.2976405620574951, 1.4798259735107422, 1.1686789989471436, 0.4126315712928772, -0.11053939163684845, -0.3537594974040985, -0.6725059151649475, -1.422400951385498, -2.241978645324707, -2.4633822441101074, -2.27632212638855, -2.1131393909454346, -2.0456440448760986, -1.8350348472595215, -1.2405537366867065, -0.5001305937767029, 0.046316470950841904, 0.4444153904914856, 0.9025494456291199, 1.399773120880127, 1.5482428073883057, 1.266066074371338, 0.9419878125190735, 0.6126012802124023, 0.2577649652957916, -0.1275625377893448, -0.35791242122650146, -0.2905096709728241, -0.03433074802160263, 0.16075070202350616, 0.33712053298950195, 0.5774358510971069, 0.9173079133033752, 1.1593233346939087, 1.0964303016662598, 0.7874590158462524, 0.6728004217147827, 1.0324276685714722, 1.4298268556594849, 1.3938908576965332, 0.8139239549636841, 0.1016242653131485, -0.2479122281074524, -0.4962442219257355, -1.0913745164871216, -2.002224922180176, -2.5222041606903076, -2.436140537261963, -2.1599228382110596, -1.9670207500457764, -1.742148518562317, -1.3601658344268799, -0.7231975793838501, -0.04800863191485405, 0.4456423819065094, 0.8046377897262573, 1.101646065711975, 1.2944852113723755, 1.288955569267273, 1.0332406759262085, 0.6711444854736328, 0.25702396035194397, -0.04101981222629547, -0.12715381383895874, -0.11500966548919678, -0.06297898292541504, 0.07585224509239197, 0.3190901279449463, 0.5608683228492737, 0.6643176674842834, 0.7915863394737244, 0.9916790723800659, 0.9850749373435974, 0.8669174313545227, 0.9735434055328369, 1.4384729862213135, 1.642731785774231, 1.15842866897583, 0.24998456239700317, -0.3932504653930664, -0.7667626738548279, -1.2779319286346436, -2.083050012588501, -2.6678478717803955, -2.6868064403533936, -2.203662633895874, -1.724913477897644, -1.4646470546722412, -1.1535217761993408, -0.5967958569526672, 0.08662694692611694, 0.6509631276130676, 0.8577704429626465, 0.9510539174079895, 1.0799373388290405, 1.167793869972229, 0.9633682370185852, 0.47365403175354004, -0.0010436364682391286, -0.2014862298965454, -0.16431422531604767, -0.03900311514735222, 0.043150778859853745, 0.1338890641927719, 0.4155369699001312, 0.7824167609214783, 0.9514703154563904, 0.9513299465179443, 0.8732938766479492, 0.9192007780075073, 0.9527089595794678, 0.998498797416687, 1.2670354843139648, 1.3094483613967896, 0.8036142587661743, -0.05859443545341492, -0.7094408273696899, -1.1206284761428833, -1.591966986656189, -2.2250466346740723, -2.6096675395965576, -2.4860739707946777, -1.9211748838424683, -1.283651351928711, -0.9302312135696411, -0.6599217057228088, -0.1358712911605835, 0.5351839065551758, 0.9797951579093933, 0.9773837327957153, 0.845674991607666, 0.8746881484985352, 0.9246755242347717, 0.6604772806167603, 0.08794258534908295, -0.3299976885318756, -0.36407873034477234, -0.13189807534217834, 0.018207255750894547, 0.07726528495550156, 0.2244504988193512, 0.5452225804328918, 0.8849496841430664, 0.9480907320976257, 0.8826647996902466, 0.8833591341972351, 0.9545959234237671, 1.0412983894348145, 1.3003252744674683, 1.4242075681686401, 0.9641541242599487, -0.15026991069316864, -1.181600570678711, -1.5765084028244019, -1.7597378492355347, -2.283506393432617, -2.765446662902832, -2.553428888320923, -1.6314321756362915, -0.6996151804924011, -0.20586827397346497, -0.09055352956056595, 0.16710038483142853, 0.7251493334770203, 1.1782511472702026, 1.0960602760314941, 0.6944462656974792, 0.5594050288200378, 0.6776968836784363, 0.5697888731956482, 0.045950327068567276, -0.41838863492012024, -0.3970578908920288, -0.10824757814407349, 0.06519535183906555, 0.09217078238725662, 0.17464162409305573, 0.4515305757522583, 0.6676375865936279, 0.6985588073730469, 0.7401062250137329, 0.9243267178535461, 1.1037150621414185, 1.1955186128616333, 1.4986251592636108, 1.80464506149292, 1.3308734893798828, 0.04192467778921127, -1.3589205741882324, -1.9986461400985718, -2.2257683277130127, -2.6132843494415283, -3.1086671352386475, -2.868340253829956, -1.740535020828247, -0.5050385594367981, 0.13532234728336334, 0.21734142303466797, 0.3732147812843323, 0.9213535785675049, 1.3817050457000732, 1.2315633296966553, 0.660835862159729, 0.4599517583847046, 0.7057803869247437, 0.6668997406959534, 0.11140337586402893, -0.35903576016426086, -0.30356544256210327, 0.024988846853375435, 0.12339811027050018, 0.04683209955692291, 0.01987447403371334, 0.16364970803260803, 0.35272982716560364, 0.33946776390075684, 0.4064520597457886, 0.7770716547966003, 1.2280396223068237, 1.5038124322891235, 1.96052885055542, 2.273426055908203, 1.8101962804794312, 0.4968896210193634, -1.0798170566558838, -2.0941522121429443, -2.5465917587280273, -3.0041072368621826, -3.3747692108154297, -3.068002939224243, -1.8994649648666382, -0.5845668315887451, 0.17895521223545074, 0.4368031919002533, 0.6583022475242615, 1.0560294389724731, 1.3164889812469482, 1.0841126441955566, 0.6519024968147278, 0.5413327217102051, 0.6445633769035339, 0.5763304829597473, 0.1633637249469757, -0.10449972003698349, -0.000952725182287395, 0.160989910364151, 0.11618676036596298, 0.0028894031420350075, 0.001206935034133494, 0.005472708959132433, -0.05592511221766472, -0.15176112949848175, -0.0030256498139351606, 0.5791101455688477, 1.2244865894317627, 1.6864631175994873, 2.188502311706543, 2.6286518573760986, 2.2021164894104004, 0.8259732723236084, -0.896752119064331, -2.0665111541748047, -2.6601510047912598, -3.1801958084106445, -3.540771245956421, -3.1159563064575195, -1.8757034540176392, -0.545991837978363, 0.18166278302669525, 0.4006935954093933, 0.6597991585731506, 1.0948529243469238, 1.2574304342269897, 0.9009659290313721, 0.43793824315071106, 0.437346488237381, 0.6697169542312622, 0.5605447888374329, 0.11376915127038956, -0.021785710006952286, 0.22787657380104065, 0.502522349357605, 0.4251459240913391, 0.1724162995815277, 0.0360184945166111, -0.03523792326450348, -0.22576996684074402, -0.45406588912010193, -0.4221079647541046, 0.2102426290512085, 1.0261223316192627, 1.7154251337051392, 2.450188398361206, 2.984179735183716, 2.5474109649658203, 1.0116581916809082, -0.9696813821792603, -2.203338861465454, -2.7568392753601074, -3.3944811820983887, -3.8697052001953125, -3.394740104675293, -1.8221752643585205, -0.2547437250614166, 0.3798043429851532, 0.453849732875824, 0.6889098882675171, 1.1204769611358643, 1.195611596107483, 0.6217979192733765, 0.02273550257086754, 0.07654685527086258, 0.5079599618911743, 0.5683667063713074, 0.150431290268898, 0.02545403502881527, 0.4428282380104065, 0.9008604288101196, 0.8029891848564148, 0.3462013304233551, 0.14202290773391724, 0.05949484929442406, -0.18825334310531616, -0.6470596194267273, -0.8007160425186157, -0.15971718728542328, 0.8116811513900757, 1.6868736743927002, 2.5187933444976807, 2.9524455070495605, 2.5933406352996826, 1.163285732269287, -0.8697655200958252, -2.268030881881714, -2.883249282836914, -3.4094579219818115, -3.7817676067352295, -3.3181521892547607, -1.6783361434936523, -0.010971716605126858, 0.6541845798492432, 0.6396220922470093, 0.7632750272750854, 1.114453911781311, 1.0087817907333374, 0.254991352558136, -0.32785627245903015, -0.20651808381080627, 0.27383723855018616, 0.4221157133579254, 0.1614830195903778, 0.21600109338760376, 0.673528790473938, 1.0817910432815552, 0.8605583906173706, 0.33100026845932007, 0.018123986199498177, -0.20038676261901855, -0.41790512204170227, -0.7674896121025085, -0.7182741761207581, -0.012638346292078495, 0.9511617422103882, 2.0930356979370117, 3.1118369102478027, 3.3967738151550293, 2.637676954269409, 0.7342014908790588, -1.124725580215454, -2.2510390281677246, -3.0177221298217773, -3.744910717010498, -4.011665344238281, -2.99918270111084, -0.9822708368301392, 0.44017618894577026, 0.7407807111740112, 0.6614426374435425, 0.954310953617096, 1.2697631120681763, 0.7499393820762634, -0.29873353242874146, -0.7641807198524475, -0.335270494222641, 0.2033059149980545, 0.17725861072540283, -0.00012808326573576778, 0.3797549605369568, 1.084006667137146, 1.3753032684326172, 0.9677873849868774, 0.399325966835022, 0.0577077642083168, -0.25936785340309143, -0.8269389867782593, -1.305869698524475, -1.131579041481018, -0.20785139501094818, 1.0650825500488281, 2.266937494277954, 3.2792584896087646, 3.542266607284546, 2.6484174728393555, 0.6857001781463623, -1.2332109212875366, -2.436675786972046, -3.1124463081359863, -3.769974708557129, -3.810117483139038, -2.5465757846832275, -0.5132234692573547, 0.8592506051063538, 1.0419455766677856, 0.8631112575531006, 0.983258068561554, 0.9576202034950256, 0.301185667514801, -0.6387311816215515, -0.8696045875549316, -0.36895471811294556, 0.12878850102424622, 0.20247991383075714, 0.2158159464597702, 0.6230891942977905, 1.1094306707382202, 1.146314024925232, 0.6427563428878784, 0.12351471930742264, -0.20066560804843903, -0.5246524214744568, -0.9058898687362671, -1.0389020442962646, -0.5611177682876587, 0.4235633909702301, 1.5695961713790894, 2.7840514183044434, 3.464285135269165, 2.937018632888794, 1.129882574081421, -0.9291790127754211, -2.1280713081359863, -2.6815414428710938, -3.3681423664093018, -3.8150436878204346, -2.9608564376831055, -0.8879004120826721, 0.8486719727516174, 1.225481390953064, 0.932707667350769, 0.9703584313392639, 1.093717098236084, 0.5132521390914917, -0.6737062335014343, -1.2974050045013428, -0.8308636546134949, -0.11465735733509064, 0.19138126075267792, 0.264924556016922, 0.6262297034263611, 1.3483105897903442, 1.6549164056777954, 1.2766296863555908, 0.6245324611663818, 0.034205786883831024, -0.44834381341934204, -0.9629648923873901, -1.4407901763916016, -1.2692574262619019, -0.4481072723865509, 0.7794560790061951, 2.0572762489318848, 3.085033893585205, 3.2146315574645996, 2.0654406547546387, -0.05980560928583145, -1.6762547492980957, -2.4394264221191406, -2.885817527770996, -3.4544765949249268, -3.2477915287017822, -1.5799634456634521, 0.527673065662384, 1.4475446939468384, 1.2087305784225464, 0.9096540212631226, 0.9701146483421326, 0.6598421931266785, -0.36188679933547974, -1.342811942100525, -1.2786129713058472, -0.5645642876625061, -0.011820810846984386, 0.2719576060771942, 0.6158807277679443, 1.2786409854888916, 1.7817959785461426, 1.6543217897415161, 1.1758711338043213, 0.558681845664978, -0.11544197797775269, -0.7740273475646973, -1.3461707830429077, -1.4094055891036987, -0.8123629093170166, 0.27600544691085815, 1.492250919342041, 2.7151308059692383, 3.0554568767547607, 2.1809914112091064, 0.28172990679740906, -1.478979468345642, -2.364597797393799, -2.7701807022094727, -3.235231637954712, -3.067601442337036, -1.6597286462783813, 0.4018120765686035, 1.5768882036209106, 1.493261694908142, 1.0644505023956299, 0.9248191118240356, 0.5410376787185669, -0.44258204102516174, -1.5265860557556152, -1.6789662837982178, -1.0114799737930298, -0.2646138072013855, 0.27527114748954773, 0.7693877816200256, 1.4098913669586182, 1.9767959117889404, 1.9337760210037231, 1.3838467597961426, 0.7086243033409119, 0.007475097663700581, -0.6666893362998962, -1.2021955251693726, -1.3526842594146729, -0.7174432873725891, 0.4323442280292511, 1.6453455686569214, 2.532219648361206, 2.4260787963867188, 1.3122014999389648, -0.41530153155326843, -1.7601324319839478, -2.4877216815948486, -2.938804864883423, -3.1029903888702393, -2.3935132026672363, -0.7076760530471802, 1.1137577295303345, 1.8220820426940918, 1.6051610708236694, 1.2069107294082642, 0.8370639681816101, 0.11406876146793365, -1.0070946216583252, -1.92493736743927, -1.8654624223709106, -1.1798523664474487, -0.4532974660396576, 0.18044225871562958, 0.8811622262001038, 1.7221534252166748, 2.3236947059631348, 2.2702724933624268, 1.7000876665115356, 1.022455096244812, 0.28293514251708984, -0.5166431069374084, -1.252436637878418, -1.402885913848877, -0.7020974159240723, 0.4617443084716797, 1.5508687496185303, 1.9638643264770508, 1.472486138343811, 0.19194166362285614, -1.2507944107055664, -2.075096845626831, -2.4222962856292725, -2.64587664604187, -2.408047914505005, -1.290521264076233, 0.572418749332428, 1.9192867279052734, 2.006096601486206, 1.48994779586792, 0.9579699635505676, 0.34221774339675903, -0.597399115562439, -1.726813554763794, -2.212181806564331, -1.8113914728164673, -1.09246027469635, -0.3492237627506256, 0.3824985921382904, 1.2282356023788452, 2.0389440059661865, 2.3894007205963135, 2.1986045837402344, 1.7123103141784668, 1.0686957836151123, 0.3146611452102661, -0.5286363363265991, -1.159790277481079, -1.0059894323349, -0.1997677981853485, 0.8785284161567688, 1.6902034282684326, 1.350441575050354, 0.2783351540565491, -1.1896299123764038, -2.1061713695526123, -2.294433355331421, -2.4848058223724365, -2.528552770614624, -1.6170259714126587, 0.12460220605134964, 1.9303817749023438, 2.4573493003845215, 1.8820805549621582, 1.213668942451477, 0.6050451397895813, -0.29171839356422424, -1.48202383518219, -2.402921676635742, -2.2586700916290283, -1.4871389865875244, -0.7347878813743591, -0.08945075422525406, 0.6427893042564392, 1.5684447288513184, 2.270303964614868, 2.2985591888427734, 1.9284406900405884, 1.4619888067245483, 0.9032546877861023, 0.21973642706871033, -0.4704395830631256, -0.679255485534668, -0.1647898107767105, 0.6348835229873657, 1.218653678894043, 0.7800687551498413, -0.4307548999786377, -1.835444450378418, -2.56306529045105, -2.5809457302093506, -2.447474479675293, -2.2694709300994873, -1.2973026037216187, 0.4212303161621094, 2.133835554122925, 2.7233428955078125, 2.219680070877075, 1.3942276239395142, 0.6470009684562683, -0.2872626781463623, -1.467407464981079, -2.405238628387451, -2.4626452922821045, -1.7081634998321533, -0.8182712197303772, -0.24122115969657898, 0.33524200320243835, 1.16709303855896, 2.050881862640381, 2.3400356769561768, 1.928516149520874, 1.5035587549209595, 1.2219434976577759, 0.8952766060829163, 0.33980560302734375, -0.12398214638233185, 0.18276920914649963, 0.9115012884140015, 1.0855506658554077, 0.16285854578018188, -1.4412157535552979, -2.768864154815674, -3.0318410396575928, -2.808448314666748, -2.483701229095459, -1.882358193397522, -0.5769790410995483, 1.2531063556671143, 2.66988468170166, 2.866786241531372, 2.1953816413879395, 1.2837166786193848, 0.39837172627449036, -0.5502185225486755, -1.6485666036605835, -2.316632032394409, -2.159933090209961, -1.3968024253845215, -0.5652352571487427, -0.06792286783456802, 0.38112208247184753, 1.0311384201049805, 1.637243390083313, 1.8537452220916748, 1.5738147497177124, 1.2290407419204712, 1.0782283544540405, 1.0085322856903076, 0.8453524112701416, 0.8501768112182617, 1.1134151220321655, 1.4579212665557861, 0.9607535600662231, -0.6887452602386475, -2.718712329864502, -3.8246982097625732, -3.6628241539001465, -2.9946300983428955, -2.429560422897339, -1.3952127695083618, 0.49911826848983765, 2.4750783443450928, 3.2397029399871826, 2.6656811237335205, 1.5902975797653198, 0.7250911593437195, -0.11879768967628479, -1.1991568803787231, -2.0771448612213135, -2.148226499557495, -1.4784237146377563, -0.5887561440467834, -0.05986247584223747, 0.1986687183380127, 0.5704070925712585, 0.9919412136077881, 1.314721941947937, 1.1985129117965698, 0.9460430145263672, 0.9361609816551208, 0.9517733454704285, 1.0203982591629028, 1.0331629514694214, 1.3274861574172974, 1.912184476852417, 1.9354041814804077, 0.5433967113494873, -1.6252297163009644, -3.655402421951294, -4.179047584533691, -3.6242616176605225, -2.950978994369507, -2.0773086547851562, -0.4962449371814728, 1.5967128276824951, 3.2170259952545166, 3.227688789367676, 2.132899284362793, 0.9656382203102112, 0.06853437423706055, -0.7821689248085022, -1.6966710090637207, -2.129814863204956, -1.6374667882919312, -0.6133317947387695, 0.1860588788986206, 0.5102338790893555, 0.6252048015594482, 0.8853546977043152, 1.1579246520996094, 1.0064337253570557, 0.5884261131286621, 0.2996765971183777, 0.25780460238456726, 0.6131076216697693, 0.9353950619697571, 1.2556711435317993, 1.9244837760925293, 2.6079955101013184, 2.143882989883423, 0.2261938601732254, -2.598071336746216, -4.317713737487793, -4.2761712074279785, -3.555100202560425, -2.8792476654052734, -1.7104482650756836, 0.3028210699558258, 2.652888059616089, 3.561776638031006, 2.794771194458008, 1.4037909507751465, 0.323471337556839, -0.4556538164615631, -1.3236654996871948, -2.0824100971221924, -1.9661706686019897, -1.009458303451538, 0.09153756499290466, 0.6446416974067688, 0.6772395968437195, 0.7525665163993835, 1.0240933895111084, 1.1298623085021973, 0.7831600308418274, 0.308881938457489, 0.10861658304929733, 0.28000620007514954, 0.6134392023086548, 0.9458070993423462, 1.5047892332077026, 2.452620029449463, 2.6521294116973877, 1.204085111618042, -1.3992723226547241, -3.680267810821533, -4.252192974090576, -3.7588729858398438, -3.2322628498077393, -2.3250441551208496, -0.45877882838249207, 1.9344918727874756, 3.4465725421905518, 3.131383180618286, 1.7296510934829712, 0.465581476688385, -0.40312278270721436, -1.228360891342163, -2.0426769256591797, -2.1306614875793457, -1.190722942352295, 0.1645456850528717, 0.9149468541145325, 0.9833849668502808, 0.876535952091217, 0.9508150815963745, 1.1132563352584839, 0.8479542136192322, 0.21804405748844147, -0.09383529424667358, 0.019996020942926407, 0.40891802310943604, 0.8482469916343689, 1.3250317573547363, 2.1943821907043457, 2.8837921619415283, 1.816444993019104, -0.7482157945632935, -3.358485698699951, -4.321359157562256, -3.839799642562866, -3.1634230613708496, -2.4794745445251465, -0.817283570766449, 1.6273573637008667, 3.410876750946045, 3.380418539047241, 1.9714374542236328, 0.42356735467910767, -0.5877422094345093, -1.4150810241699219, -2.2672877311706543, -2.494581937789917, -1.579982042312622, -0.026374824345111847, 1.1262049674987793, 1.3745497465133667, 1.213575839996338, 1.2893917560577393, 1.339914083480835, 1.0272899866104126, 0.30770471692085266, -0.2779296934604645, -0.43892455101013184, -0.16987748444080353, 0.30990615487098694, 0.9131327271461487, 1.8366631269454956, 2.8635060787200928, 2.4075846672058105, 0.10358979552984238, -2.8281564712524414, -4.3015313148498535, -3.9872488975524902, -3.1617980003356934, -2.5632200241088867, -1.2796818017959595, 1.1532100439071655, 3.428940773010254, 3.806751012802124, 2.348723888397217, 0.5067223310470581, -0.6819620132446289, -1.4701364040374756, -2.353252649307251, -2.846785545349121, -2.0774762630462646, -0.2976623773574829, 1.2833644151687622, 1.8230785131454468, 1.5563116073608398, 1.3422391414642334, 1.4057316780090332, 1.1663498878479004, 0.35931622982025146, -0.40170860290527344, -0.6360713243484497, -0.29925787448883057, 0.33886709809303284, 0.8390805125236511, 1.6300910711288452, 2.8086493015289307, 2.688776969909668, 0.5675277709960938, -2.6709609031677246, -4.534096717834473, -4.255334377288818, -3.227726936340332, -2.5391275882720947, -1.4123719930648804, 0.8548193573951721, 3.3520755767822266, 4.053137302398682, 2.6964659690856934, 0.7289742827415466, -0.6138671040534973, -1.4338066577911377, -2.2613914012908936, -2.937939167022705, -2.4447147846221924, -0.6952509880065918, 1.03107488155365, 1.856675148010254, 1.7625632286071777, 1.4116109609603882, 1.4895329475402832, 1.4339262247085571, 0.717589795589447, -0.14888231456279755, -0.7062150239944458, -0.45619508624076843, 0.21015037596225739, 0.6677958965301514, 1.4234256744384766, 2.5402278900146484, 2.666200637817383, 0.7912425994873047, -2.5244882106781006, -4.650483131408691, -4.509637355804443, -3.4125821590423584, -2.5237627029418945, -1.3806402683258057, 0.8460663557052612, 3.44877552986145, 4.285070896148682, 2.862841844558716, 0.786999523639679, -0.6804845929145813, -1.5103830099105835, -2.3027021884918213, -3.039207696914673, -2.579195976257324, -0.8358249664306641, 0.9223372936248779, 1.8200687170028687, 1.8116053342819214, 1.555382490158081, 1.6548353433609009, 1.6546984910964966, 1.052905797958374, 0.18828853964805603, -0.49436721205711365, -0.3638659417629242, 0.21378006041049957, 0.785230278968811, 1.6502257585525513, 2.6826939582824707, 2.380692720413208, 0.009335193783044815, -3.3645899295806885, -5.020923137664795, -4.591881275177002, -3.426344394683838, -2.4595563411712646, -0.9448980689048767, 1.7083158493041992, 4.154700756072998, 4.444654941558838, 2.66870379447937, 0.43782341480255127, -1.0329869985580444, -1.8851286172866821, -2.7389490604400635, -3.244619607925415, -2.4357874393463135, -0.4912557005882263, 1.251238465309143, 1.9536502361297607, 1.8148027658462524, 1.6947059631347656, 1.790480136871338, 1.6029688119888306, 0.9373273253440857, 0.1216878667473793, -0.20060668885707855, 0.02715824544429779, 0.3921188414096832, 0.7955488562583923, 1.7517669200897217, 2.711871385574341, 2.0090818405151367, -0.7584670186042786, -3.9962730407714844, -5.110293388366699, -4.260735988616943, -2.9539411067962646, -1.869462013244629, -0.2615048289299011, 2.3161368370056152, 4.390176296234131, 4.180334568023682, 1.9722994565963745, -0.3014194965362549, -1.618475317955017, -2.3039562702178955, -2.866190195083618, -3.0843312740325928, -1.94135582447052, 0.17290867865085602, 1.730526328086853, 2.133805990219116, 1.8914527893066406, 1.6916816234588623, 1.7214910984039307, 1.407833456993103, 0.7088431119918823, 0.09640593826770782, -0.3334750235080719, -0.1810310035943985, 0.34847140312194824, 1.0467923879623413, 2.324960947036743, 2.91611647605896, 1.4212486743927002, -1.6999157667160034, -4.376918315887451, -4.825925350189209, -3.8020689487457275, -2.813917875289917, -1.6986690759658813, 0.4611207842826843, 3.1759843826293945, 4.4335103034973145, 3.333843469619751, 0.992767333984375, -0.9046538472175598, -1.9359347820281982, -2.682161331176758, -3.151007890701294, -2.757652521133423, -1.0343968868255615, 1.0154380798339844, 2.0537686347961426, 2.0372722148895264, 1.7592837810516357, 1.647316813468933, 1.4891600608825684, 0.950764536857605, 0.2998517155647278, -0.011468595825135708, -0.005029632709920406, 0.2991166114807129, 0.7911818623542786, 1.7122087478637695, 3.0785043239593506, 2.798381805419922, 0.05584695190191269, -3.548537492752075, -5.223931789398193, -4.610354423522949, -3.2770493030548096, -2.326251983642578, -0.8250171542167664, 1.9776942729949951, 4.392596244812012, 4.389273643493652, 2.179997682571411, -0.3133131265640259, -1.73530912399292, -2.526946783065796, -3.273301124572754, -3.446230888366699, -2.2788922786712646, 0.05285508185625076, 1.8508859872817993, 2.278897762298584, 1.9603883028030396, 1.832303762435913, 1.8766785860061646, 1.4245474338531494, 0.4295019209384918, -0.1830645501613617, -0.250928670167923, -0.03131895512342453, 0.22201409935951233, 0.8490993976593018, 2.322002649307251, 3.3599965572357178, 1.8780896663665771, -1.8000231981277466, -4.67616605758667, -4.98015832901001, -3.712623119354248, -2.57904052734375, -1.6277923583984375, 0.5617541074752808, 3.505927801132202, 4.696996688842773, 3.2361834049224854, 0.5861849188804626, -1.3672842979431152, -2.325498342514038, -3.0566296577453613, -3.58439040184021, -3.1123929023742676, -1.0953816175460815, 1.2665941715240479, 2.3018157482147217, 2.1355390548706055, 1.9084548950195312, 2.0738842487335205, 1.9817153215408325, 1.073380470275879, -0.03148160129785538, -0.44182664155960083, -0.23043055832386017, 0.14933770895004272, 0.516414225101471, 1.5779924392700195, 3.128329038619995, 2.8604447841644287, -0.17395201325416565, -3.8563334941864014, -5.247072696685791, -4.235804080963135, -2.7603399753570557, -1.8013241291046143, -0.1410757452249527, 2.8400681018829346, 4.985182762145996, 4.250619411468506, 1.439781904220581, -1.0923842191696167, -2.2685720920562744, -2.8627405166625977, -3.5813815593719482, -3.6713783740997314, -2.0571138858795166, 0.5803186297416687, 2.1772778034210205, 2.10676646232605, 1.6099148988723755, 1.91923189163208, 2.4003944396972656, 1.9209681749343872, 0.675981879234314, -0.21771776676177979, -0.2212866097688675, 0.03809484839439392, 0.12688422203063965, 0.6882594227790833, 2.2894139289855957, 3.0011844635009766, 0.9260726571083069, -2.7924933433532715, -4.958298683166504, -4.517549991607666, -2.938462972640991, -1.9058727025985718, -0.7788847088813782, 1.8285069465637207, 4.543899059295654, 4.805291175842285, 2.4395580291748047, -0.39607685804367065, -2.0122833251953125, -2.7137880325317383, -3.497368335723877, -4.005656719207764, -2.8461430072784424, -0.21977069973945618, 1.7526795864105225, 2.1699280738830566, 1.5831987857818604, 1.5811591148376465, 2.234659433364868, 2.117319345474243, 1.1843820810317993, 0.21859130263328552, -0.045516155660152435, 0.21235866844654083, 0.2522761821746826, 0.5177324414253235, 1.8144145011901855, 2.51747727394104, 0.9563789367675781, -2.4022269248962402, -4.861794948577881, -4.639317512512207, -2.9746406078338623, -1.7069077491760254, -0.5495642423629761, 1.6275804042816162, 4.205162048339844, 4.79811954498291, 2.6545915603637695, -0.19707243144512177, -1.8998035192489624, -2.548295497894287, -3.1908154487609863, -3.7216947078704834, -2.998654842376709, -0.6943126916885376, 1.281978964805603, 1.8316477537155151, 1.451677680015564, 1.4216760396957397, 2.1807072162628174, 2.4748382568359375, 1.7128539085388184, 0.7165050506591797, 0.18807357549667358, 0.18350480496883392, 0.20783013105392456, 0.30399736762046814, 1.4645051956176758, 2.232940912246704, 0.7711282968521118, -2.470210313796997, -4.839372158050537, -4.641596794128418, -2.885854959487915, -1.552223563194275, -0.37815505266189575, 1.8889877796173096, 4.505070686340332, 5.039830684661865, 2.720820426940918, -0.2967877984046936, -2.0764236450195312, -2.7387421131134033, -3.355536937713623, -3.8488612174987793, -3.009903907775879, -0.6087126135826111, 1.3841124773025513, 1.8250583410263062, 1.2970749139785767, 1.2142280340194702, 1.90464186668396, 2.330996036529541, 1.803350806236267, 1.0464218854904175, 0.6906195282936096, 0.6060609221458435, 0.42391639947891235, 0.4039396643638611, 1.265432357788086, 1.5801283121109009, -0.07080615311861038, -3.1928703784942627, -5.02617883682251, -4.346293926239014, -2.47350811958313, -1.0287044048309326, 0.27631184458732605, 2.5235416889190674, 4.829492092132568, 4.852010726928711, 2.271955728530884, -0.7015798091888428, -2.229067325592041, -2.853618621826172, -3.5911519527435303, -3.7568154335021973, -2.4559214115142822, -0.09791911393404007, 1.6190526485443115, 1.8034393787384033, 1.2730847597122192, 1.349173903465271, 1.8666706085205078, 1.9777240753173828, 1.5615702867507935, 1.026447057723999, 0.7893505096435547, 0.6534731984138489, 0.23792172968387604, 0.3536568880081177, 1.3695240020751953, 1.4646105766296387, -0.3515585660934448, -3.410144805908203, -5.06593132019043, -4.037137508392334, -2.126082420349121, -0.8487007021903992, 0.41998425126075745, 2.6446268558502197, 4.871336460113525, 4.693376541137695, 1.9496991634368896, -0.9164079427719116, -2.3154687881469727, -2.7093210220336914, -3.387709617614746, -3.6587884426116943, -2.333984613418579, -0.08387439697980881, 1.6103609800338745, 1.6652724742889404, 0.8560182452201843, 0.8702611923217773, 1.6148141622543335, 2.0009050369262695, 1.6891875267028809, 1.3094192743301392, 1.292075276374817, 1.3993650674819946, 1.1514699459075928, 1.0722897052764893, 1.3912758827209473, 0.2782991826534271, -2.4949166774749756, -5.210663318634033, -5.746087551116943, -3.915400505065918, -1.7145280838012695, -0.25305017828941345, 1.7268009185791016, 4.395115852355957, 5.861148357391357, 4.394577503204346, 1.0584146976470947, -1.4653947353363037, -2.4135570526123047, -3.095113754272461, -3.9195187091827393, -3.780540943145752, -1.964526653289795, 0.4524044394493103, 1.7400298118591309, 1.4816197156906128, 1.0844062566757202, 1.4529584646224976, 2.029838800430298, 2.075152635574341, 1.593380331993103, 1.2431082725524902, 1.2046889066696167, 0.9835325479507446, 0.7024364471435547, 1.0646862983703613, 0.9750929474830627, -0.6186496615409851, -3.462279796600342, -5.518234729766846, -5.081243515014648, -3.0872321128845215, -1.2910507917404175, 0.21151599287986755, 2.470254898071289, 4.9772162437438965, 5.576171398162842, 3.3300867080688477, 0.2704969048500061, -1.558531641960144, -2.255411148071289, -3.091308355331421, -3.7883496284484863, -3.2099416255950928, -1.3836195468902588, 0.6350215673446655, 1.3991581201553345, 0.9808349013328552, 0.9903994798660278, 1.6989028453826904, 2.232470989227295, 2.1827361583709717, 1.826094150543213, 1.4815349578857422, 1.4090266227722168, 1.2882648706436157, 1.1382472515106201, 1.026463270187378, -0.37151873111724854, -2.935431718826294, -5.168259620666504, -5.6273322105407715, -4.183695316314697, -2.1780741214752197, -0.5729421377182007, 1.5223913192749023, 4.156821250915527, 5.608459949493408, 4.559325695037842, 1.7590503692626953, -0.6375101208686829, -1.626343011856079, -2.222224473953247, -3.222679615020752, -3.587677001953125, -2.50691819190979, -0.6529289484024048, 0.7551287412643433, 0.9259908199310303, 0.5811766386032104, 0.9786458015441895, 1.9524105787277222, 2.4829652309417725, 2.3872175216674805, 2.107556104660034, 1.7910088300704956, 1.7336804866790771, 1.612361192703247, 1.315446376800537, 0.05633636564016342, -2.4303665161132812, -5.0663228034973145, -5.953427791595459, -5.086179733276367, -3.2823679447174072, -1.434898018836975, 0.5137898921966553, 3.1834795475006104, 5.273090839385986, 5.159942150115967, 3.076822519302368, 0.6270422339439392, -0.8383563756942749, -1.7075715065002441, -2.6675539016723633, -3.204711437225342, -2.866982936859131, -1.7020788192749023, -0.3166205883026123, 0.44032177329063416, 0.6032664179801941, 0.8839871883392334, 1.5239428281784058, 2.3251683712005615, 2.8792715072631836, 2.7591373920440674, 2.2343618869781494, 1.7582342624664307, 1.528435230255127, 1.5970879793167114, 0.49466729164123535, -1.9292244911193848, -4.713475704193115, -5.974557876586914, -5.239650249481201, -3.681640863418579, -2.0821404457092285, -0.293958842754364, 2.133212089538574, 4.477055549621582, 5.0644612312316895, 3.6150267124176025, 1.5980216264724731, 0.15152451395988464, -0.7965613603591919, -1.8012843132019043, -2.7528913021087646, -2.8527534008026123, -2.1837329864501953, -1.2706025838851929, -0.3992936611175537, 0.14886592328548431, 0.5732081532478333, 1.2952688932418823, 2.0874459743499756, 2.7962563037872314, 3.280203104019165, 3.104342460632324, 2.6704633235931396, 2.2297592163085938, 1.9392584562301636, 0.7040761113166809, -1.9586822986602783, -4.983923435211182, -6.246829509735107, -5.646148204803467, -4.158794403076172, -2.517510175704956, -0.7348585724830627, 1.7270151376724243, 3.964026927947998, 4.595556259155273, 3.5481412410736084, 1.9950034618377686, 0.8763027787208557, -0.034034211188554764, -1.1533793210983276, -2.0037803649902344, -2.355786085128784, -2.2548391819000244, -1.7802109718322754, -1.2237577438354492, -0.47165292501449585, 0.3772730827331543, 1.1117329597473145, 1.9416093826293945, 2.6993210315704346, 3.160593032836914, 3.253786325454712, 2.896754026412964, 2.3585948944091797, 1.9764376878738403, 0.6082660555839539, -1.6409995555877686, -4.3708930015563965, -5.828320503234863, -5.45238733291626, -4.26192045211792, -2.8039376735687256, -1.119737982749939, 0.9009569883346558, 2.9183366298675537, 3.7934441566467285, 3.219513177871704, 2.206263780593872, 1.4649065732955933, 0.835476815700531, -0.14099332690238953, -1.1983393430709839, -1.9443976879119873, -2.354688882827759, -2.28865122795105, -1.7390559911727905, -0.936791718006134, 0.04450010135769844, 1.0700478553771973, 2.0074477195739746, 2.821603775024414, 3.298544406890869, 3.28035569190979, 3.031575918197632, 2.7379324436187744, 2.018104314804077, 0.4893060028553009, -1.8292818069458008, -4.240149021148682, -5.171889305114746, -5.13820219039917, -4.273555755615234, -2.7145960330963135, -1.1181315183639526, 0.6064451932907104, 2.0273537635803223, 2.508190393447876, 2.528043746948242, 2.2108476161956787, 1.8507566452026367, 1.5055230855941772, 0.7604355812072754, -0.04719613119959831, -1.0056706666946411, -2.0431108474731445, -2.507662296295166, -2.3616814613342285, -1.5855813026428223, -0.42594191431999207, 0.6570833921432495, 1.9114917516708374, 2.8124654293060303, 3.425107955932617, 3.6460940837860107, 3.232645273208618, 2.889099597930908, 1.8962855339050293, 0.0072011761367321014, -2.071138381958008, -3.8335580825805664, -4.469806671142578, -4.460902690887451, -3.923206090927124, -2.5709726810455322, -0.9429166913032532, 0.39310458302497864, 1.098181128501892, 1.2113969326019287, 1.4282236099243164, 1.7143324613571167, 1.9355134963989258, 1.9625853300094604, 1.5650348663330078, 0.9260910153388977, -0.10090108960866928, -1.43643319606781, -2.5024425983428955, -2.824364185333252, -2.2990832328796387, -1.1045806407928467, 0.34980854392051697, 1.8118696212768555, 2.915482521057129, 3.577004909515381, 3.878373146057129, 3.6182918548583984, 3.0520870685577393, 1.6934516429901123, -0.43348178267478943, -2.526946544647217, -3.672076463699341, -3.8447980880737305, -3.801018714904785, -3.3171894550323486, -2.226689338684082, -0.8197111487388611, 0.20876659452915192, 0.4020565152168274, 0.2667861580848694, 0.5735920071601868, 1.0570851564407349, 1.6125962734222412, 2.0392134189605713, 2.098409414291382, 1.6938027143478394, 0.4959162473678589, -1.0105375051498413, -2.0832419395446777, -2.465418577194214, -2.1730093955993652, -1.3229975700378418, -0.08215854316949844, 1.3498828411102295, 2.3425443172454834, 2.962517261505127, 3.4272146224975586, 3.5184431076049805, 3.427635431289673, 2.114591121673584, -0.26992934942245483, -2.26724910736084, -3.224813461303711, -3.336026430130005, -3.3298275470733643, -3.043020486831665, -2.021577835083008, -0.6706691980361938, 0.09203485399484634, -0.05050067976117134, -0.43825462460517883, -0.21978917717933655, 0.3173428177833557, 0.7935490608215332, 1.4655605554580688, 2.150465726852417, 2.2245941162109375, 1.2871549129486084, -0.21323873102664948, -1.4916812181472778, -2.1178388595581055, -2.17545485496521, -1.5427823066711426, -0.3322337865829468, 1.0099987983703613, 2.0283420085906982, 2.540443181991577, 2.9418985843658447, 3.240448236465454, 3.2643489837646484, 2.3247761726379395, 0.1220320388674736, -1.8924907445907593, -2.8262290954589844, -2.933535575866699, -2.8182075023651123, -2.5005435943603516, -1.6897954940795898, -0.6121710538864136, -0.06723996996879578, -0.4589383006095886, -1.1030560731887817, -0.961287796497345, -0.22636383771896362, 0.29077064990997314, 0.9442703723907471, 1.8892191648483276, 2.3476948738098145, 1.7397081851959229, 0.4222601056098938, -0.8463140726089478, -1.6074697971343994, -1.8141140937805176, -1.4404953718185425, -0.46927574276924133, 0.7951990365982056, 1.660845398902893, 1.9548571109771729, 2.142944574356079, 2.535792589187622, 2.8680472373962402, 2.757326602935791, 1.097875714302063, -0.977712094783783, -2.0440192222595215, -2.3012611865997314, -2.392751455307007, -2.4099512100219727, -1.8757284879684448, -0.7278432250022888, -0.012192456983029842, -0.31421443819999695, -1.161310076713562, -1.5449966192245483, -0.8854140043258667, -0.3802442252635956, 0.0673394426703453, 1.0723341703414917, 2.0847413539886475, 2.135021209716797, 1.1759922504425049, 0.005161070730537176, -0.9443837404251099, -1.5804837942123413, -1.5827734470367432, -0.8480014801025391, 0.34281501173973083, 1.4655280113220215, 2.039271831512451, 2.1208202838897705, 2.1947851181030273, 2.391183614730835, 2.586522340774536, 1.815271019935608, -0.08729840070009232, -1.4922229051589966, -1.8469147682189941, -1.8324147462844849, -1.9252043962478638, -1.859587550163269, -1.155686616897583, -0.27233245968818665, -0.2247171849012375, -1.0857353210449219, -1.895591139793396, -1.551440954208374, -0.8066317439079285, -0.5048784613609314, 0.08989337831735611, 1.1322461366653442, 1.918176293373108, 1.5715129375457764, 0.6958020329475403, -0.09714572131633759, -0.7957428693771362, -1.103855013847351, -0.8286989331245422, -0.06321556121110916, 0.8894143104553223, 1.528931736946106, 1.7212870121002197, 1.5959478616714478, 1.759318470954895, 2.097940683364868, 2.2638566493988037, 1.240559458732605, -0.39151760935783386, -1.1427571773529053, -1.2495416402816772, -1.324724793434143, -1.6756372451782227, -1.5600303411483765, -0.6943274140357971, -0.027203677222132683, -0.4147845208644867, -1.307932734489441, -1.712681770324707, -1.195549488067627, -0.9342859387397766, -0.9407032132148743, -0.3399727940559387, 0.657514214515686, 1.2266439199447632, 0.9481231570243835, 0.4590195417404175, -0.05334591865539551, -0.5864681601524353, -0.7222253084182739, -0.32384687662124634, 0.36775392293930054, 1.034033179283142, 1.421323537826538, 1.4772037267684937, 1.3574817180633545, 1.503905177116394, 1.7334398031234741, 1.8197907209396362, 1.0451072454452515, -0.09794296324253082, -0.5335836410522461, -0.5483402013778687, -0.6928173899650574, -1.092161774635315, -1.0325053930282593, -0.36690109968185425, -0.07236383855342865, -0.5554682016372681, -1.030922293663025, -1.075727939605713, -0.8055263757705688, -0.8388490676879883, -0.9193949103355408, -0.5097840428352356, 0.0235424917191267, 0.3097081184387207, 0.27115312218666077, 0.13285446166992188, -0.07905105501413345, -0.30239030718803406, -0.2820437252521515, 0.04865879938006401, 0.4111263155937195, 0.5421267747879028, 0.49401843547821045, 0.296413391828537, 0.146370992064476, 0.19035662710666656, 0.20940344035625458, 0.3164508044719696, 0.5151974558830261, 0.3995700478553772, 0.2219218909740448, 0.14492565393447876, 0.06059936434030533, -0.11204860359430313, -0.2890946567058563, -0.13633325695991516, 0.09903267025947571, 0.16962285339832306, 0.2546767294406891, 0.3357665538787842, 0.3273099660873413, 0.20958729088306427, -0.03907618671655655, -0.2565826177597046, -0.3648662269115448, -0.3033757209777832, -0.012310121208429337, 0.15025167167186737, 0.1001654788851738, -0.0012461167061701417, -0.09014390408992767, -0.19067898392677307, -0.46528246998786926, -0.7620500922203064, -0.8409422636032104, -0.7050392031669617, -0.5009158849716187, -0.3486500382423401, -0.24041065573692322, -0.06159759312868118, 0.1757138967514038, 0.3315371572971344, 0.3348669111728668, 0.2342294305562973, 0.1369434893131256, -0.0012706720735877752, -0.11054133623838425, -0.06306111812591553, 0.11640996485948563, 0.3894869089126587, 0.575218915939331, 0.5815714597702026, 0.4905422031879425, 0.3516208231449127, 0.12812186777591705, -0.07646065950393677, -0.1158728078007698, 0.12975050508975983, 0.48437535762786865, 0.6323069334030151, 0.5694543719291687, 0.4463723599910736, 0.2781805992126465, -0.04991677775979042, -0.5225840210914612, -0.920454740524292, -1.0155446529388428, -0.8523699045181274, -0.6489805579185486, -0.4479704797267914, -0.17420218884944916, 0.10706751048564911, 0.3044974207878113, 0.3604753613471985, 0.26743996143341064, 0.08551518619060516, -0.11948265135288239, -0.325027197599411, -0.3824073374271393, -0.24424873292446136, -0.0035569847095757723, 0.19426383078098297, 0.2462654411792755, 0.1766522228717804, 0.04428949952125549, -0.17012691497802734, -0.3883446753025055, -0.43173062801361084, -0.15572255849838257, 0.3303420841693878, 0.7327739596366882, 0.894075334072113, 0.839431643486023, 0.6657089591026306, 0.3705747723579407, -0.02021608129143715, -0.3609001338481903, -0.5226460695266724, -0.4764663279056549, -0.3247677683830261, -0.16070006787776947, 0.017089668661355972, 0.21177378296852112, 0.36782145500183105, 0.42485421895980835, 0.34966176748275757, 0.12278048694133759, -0.11094078421592712, -0.3008609116077423, -0.44081029295921326, -0.43684229254722595, -0.3009156882762909, -0.16127993166446686, -0.08347687870264053, -0.13396215438842773, -0.3033638894557953, -0.49240967631340027, -0.650408923625946, -0.6948293447494507, -0.5313565135002136, -0.14029265940189362, 0.31358832120895386, 0.6161096096038818, 0.7356661558151245, 0.7246304154396057, 0.5510675311088562, 0.24374985694885254, -0.06441908329725266, -0.2279060035943985, -0.20465359091758728, -0.0886724665760994, 0.06406301259994507, 0.2560797929763794, 0.5590686202049255, 0.76490718126297, 0.7781800031661987, 0.6791852116584778, 0.48153969645500183, 0.17340151965618134, -0.12142936885356903, -0.29647961258888245, -0.34393924474716187, -0.2960464656352997, -0.2422630786895752, -0.24096690118312836, -0.30573570728302, -0.4829252362251282, -0.754113495349884, -0.9215788841247559, -0.9040751457214355, -0.695048451423645, -0.32342204451560974, 0.06006874516606331, 0.305591344833374, 0.38276439905166626, 0.34999021887779236, 0.22237630188465118, -0.012623220682144165, -0.2542714774608612, -0.3873649835586548, -0.29864832758903503, -0.09027481079101562, 0.13545562326908112, 0.38576340675354004, 0.6524313688278198, 0.8652299046516418, 0.9449052214622498, 0.8843461275100708, 0.8076732158660889, 0.676181972026825, 0.4830390214920044, 0.3238692879676819, 0.19599826633930206, 0.08098307251930237, -0.02146877348423004, -0.14636804163455963, -0.2954378128051758, -0.482252299785614, -0.7116292715072632, -0.8802792429924011, -0.8960574865341187, -0.7582342624664307, -0.5118919610977173, -0.2288965880870819, -0.02524879202246666, 0.04112733528017998, 0.0413430780172348, -0.0037960007321089506, -0.1264154314994812, -0.32603010535240173, -0.5160391330718994, -0.610242486000061, -0.5898902416229248, -0.44208070635795593, -0.1692352145910263, 0.16713953018188477, 0.5017597079277039, 0.735614001750946, 0.8604493737220764, 0.9064554572105408, 0.8930279612541199, 0.7835658192634583, 0.6682330965995789, 0.5971148014068604, 0.5106566548347473, 0.4014874994754791, 0.26315492391586304, 0.12807084619998932, -0.012701489962637424, -0.2326393574476242, -0.486215740442276, -0.6088842153549194, -0.555618941783905, -0.38341256976127625, -0.19261471927165985, -0.04038567095994949, 0.025181464850902557, 0.012576116248965263, -0.04074690863490105, -0.17394523322582245, -0.35238638520240784, -0.5209801197052002, -0.6593256592750549, -0.7417535185813904, -0.7220777869224548, -0.5894495248794556, -0.35065606236457825, -0.08854681253433228, 0.11010919511318207, 0.22884254157543182, 0.30826425552368164, 0.41691726446151733, 0.5030741095542908, 0.5266605615615845, 0.537244439125061, 0.5451428294181824, 0.5100640654563904, 0.4086960554122925, 0.2706183195114136, 0.14929340779781342, 0.03122488036751747, -0.06372349709272385, -0.1523457169532776, -0.1392402946949005, 0.014184967614710331, 0.21871276199817657, 0.3612596392631531, 0.3402835428714752, 0.21264812350273132, 0.10046660155057907, -0.033200301229953766, -0.2064843326807022, -0.3754013180732727, -0.4911617934703827, -0.5775982737541199, -0.6619153618812561, -0.6805713176727295, -0.6081727743148804, -0.47610512375831604, -0.319979727268219, -0.1990658938884735, -0.10103696584701538, 0.023523742333054543, 0.15790650248527527, 0.2601912021636963, 0.2953951060771942, 0.29521477222442627, 0.2685982286930084, 0.20593678951263428, 0.1030052900314331, 0.029317228123545647, 0.004571154713630676, 0.029031218960881233, 0.04803599417209625, 0.08383527398109436, 0.21788270771503448, 0.4215119779109955, 0.6255431771278381, 0.7054349780082703, 0.642488956451416, 0.5166748762130737, 0.3551170229911804, 0.17025761306285858, -0.023747865110635757, -0.20023848116397858, -0.3508296608924866, -0.4808986783027649, -0.5593575239181519, -0.5539721846580505, -0.5113979578018188, -0.45072466135025024, -0.38195085525512695, -0.32027167081832886, -0.24605661630630493, -0.16302908957004547, -0.049403849989175797, 0.03963766247034073, 0.09116113930940628, 0.08757185190916061, 0.02011844888329506, -0.10751750320196152, -0.24324287474155426, -0.39215296506881714, -0.29429930448532104, -0.160714790225029, -0.07294415682554245, 0.12141098827123642, 0.3306533396244049, 0.6463533043861389, 0.7694632411003113, 0.8229067921638489, 0.7436410784721375, 0.6413782835006714, 0.5255573391914368, 0.38403552770614624, 0.2762472629547119, 0.15979798138141632, 0.03948501497507095, -0.07126239687204361, -0.18003520369529724, -0.24473658204078674, -0.32061144709587097, -0.37147486209869385, -0.37179628014564514, -0.3363698720932007, -0.27642059326171875, -0.2401396632194519, -0.18755178153514862, -0.14013122022151947, -0.13745810091495514, -0.205081045627594, -0.33028122782707214, -0.49577248096466064, -0.6083172559738159, -0.6209201812744141, -0.5362361073493958, -0.40587276220321655, -0.2764835059642792, -0.10183528065681458, 0.1493501216173172, 0.3762744069099426, 0.5038684606552124, 0.549297034740448, 0.5795016884803772, 0.605975329875946, 0.5734792947769165, 0.5238308310508728, 0.4768543243408203, 0.40238192677497864, 0.32456907629966736, 0.25356587767601013, 0.20791493356227875, 0.16438047587871552, 0.10565885156393051, 0.056246984750032425, 0.03270230442285538, 0.008778342977166176, -0.02049863524734974, -0.0666269063949585, -0.10683691501617432, -0.1381879299879074, -0.20549842715263367, -0.3087242841720581, -0.4833179712295532, -0.6584032773971558, -0.7706875205039978, -0.772604763507843, -0.6881808638572693, -0.5716789960861206, -0.4338059723377228, -0.2535133957862854, -0.07034646719694138, 0.04326052963733673, 0.09975457936525345, 0.12548895180225372, 0.17946214973926544, 0.24624229967594147, 0.3000277876853943, 0.356496125459671, 0.3849920630455017, 0.375794380903244, 0.33737871050834656, 0.2933312654495239, 0.278126060962677, 0.2900125980377197, 0.3209484815597534, 0.372695654630661, 0.4280528724193573, 0.4534798562526703, 0.4181419014930725, 0.3493680953979492, 0.25732284784317017, 0.13936574757099152, -0.002109271939843893, -0.17722509801387787, -0.3850655257701874, -0.551013708114624, -0.6386783719062805, -0.635030210018158, -0.5893213152885437, -0.5328099131584167, -0.4812065660953522, -0.40688154101371765, -0.32922616600990295, -0.2815217673778534, -0.2508103549480438, -0.20350445806980133, -0.11210025101900101, -0.03244874253869057, 0.005573214031755924, 0.029612157493829727, 0.03295383229851723, 0.006928200833499432, -0.002255392959341407, 0.011952672153711319, 0.09245873242616653, 0.22740308940410614, 0.372647225856781, 0.48212090134620667, 0.5500322580337524, 0.5811731815338135, 0.6012123227119446, 0.5776601433753967, 0.5195196866989136, 0.4516807198524475, 0.3598836660385132, 0.2133670151233673, 0.022061742842197418, -0.13302680850028992, -0.22440451383590698, -0.26355451345443726, -0.29805710911750793, -0.34216544032096863, -0.35795101523399353, -0.3464743494987488, -0.33298805356025696, -0.33170434832572937, -0.32750368118286133, -0.3025907278060913, -0.27379757165908813, -0.24902574717998505, -0.23720096051692963, -0.2467215210199356, -0.26492634415626526, -0.29466354846954346, -0.3079697787761688, -0.2617453634738922, -0.16602842509746552, -0.029644858092069626, 0.10581958293914795, 0.22889654338359833, 0.3170560300350189, 0.40224456787109375, 0.4833413362503052, 0.5366567969322205, 0.5431931018829346, 0.5201210975646973, 0.48476043343544006, 0.40882471203804016, 0.31105372309684753, 0.24330459535121918, 0.2230672985315323, 0.21954892575740814, 0.17578734457492828, 0.08680310100317001, -0.0005658557056449354, -0.06359654664993286, -0.1316937506198883, -0.18308056890964508, -0.21240074932575226, -0.21491463482379913, -0.22359620034694672, -0.26127052307128906, -0.316882461309433, -0.39727583527565, -0.47327089309692383, -0.522304117679596, -0.5236473083496094, -0.4805997908115387, -0.40657398104667664, -0.3107417821884155, -0.21099694073200226, -0.13447187840938568, -0.059967514127492905, 0.011956704780459404, 0.10165903717279434, 0.19847242534160614, 0.2598989009857178, 0.30931997299194336, 0.33703383803367615, 0.3465464413166046, 0.3358980119228363, 0.3522375822067261, 0.40147167444229126, 0.4498365521430969, 0.4646681547164917, 0.43725407123565674, 0.40574049949645996, 0.3659283220767975, 0.314159631729126, 0.2449282556772232, 0.1699523776769638, 0.0960482731461525, 0.0197110828012228, -0.06733106821775436, -0.18284282088279724, -0.29867684841156006, -0.38177061080932617, -0.4217994511127472, -0.44123539328575134, -0.471962571144104, -0.5030776262283325, -0.49659866094589233, -0.469075471162796, -0.4321802854537964, -0.3789980709552765, -0.30755412578582764, -0.2193460911512375, -0.1547350436449051, -0.12737831473350525, -0.09718400985002518, -0.07501789182424545, -0.049633365124464035, -0.0009360200492665172, 0.07793700695037842, 0.18661640584468842, 0.28613007068634033, 0.35415059328079224, 0.4068291485309601, 0.452292799949646, 0.4939170777797699, 0.5225887894630432, 0.5460276007652283, 0.5460677742958069, 0.5034934282302856, 0.41692060232162476, 0.3044866621494293, 0.1689068078994751, 0.03222044184803963, -0.053104083985090256, -0.11507651209831238, -0.1802770346403122, -0.26254868507385254, -0.3300972580909729, -0.37474918365478516, -0.42075464129447937, -0.4513434171676636, -0.4469550549983978, -0.4101918637752533, -0.37522655725479126, -0.3545913100242615, -0.33190131187438965, -0.3197878897190094, -0.32120925188064575, -0.3071306049823761, -0.2657226324081421, -0.18922804296016693, -0.12338031828403473, -0.06091092526912689, 0.0076247225515544415, 0.10584282875061035, 0.21455740928649902, 0.3166961073875427, 0.42205947637557983, 0.49542340636253357, 0.5370333790779114, 0.5507252216339111, 0.5268133282661438, 0.48393502831459045, 0.4320879578590393, 0.38070616126060486, 0.33319324254989624, 0.27009594440460205, 0.18025220930576324, 0.06705472618341446, -0.02642606943845749, -0.12430557608604431, -0.21784129738807678, -0.28865423798561096, -0.3290044069290161, -0.34212934970855713, -0.3636626601219177, -0.37290486693382263, -0.385029137134552, -0.4152025282382965, -0.45027756690979004, -0.4627772271633148, -0.43439793586730957, -0.40161213278770447, -0.3760691285133362, -0.346589058637619, -0.2802252471446991, -0.188309445977211, -0.09604823589324951, 0.003124062204733491, 0.10913141071796417, 0.2100013643503189, 0.28711819648742676, 0.35893312096595764, 0.41841426491737366, 0.4624301791191101, 0.4895051121711731, 0.5008994936943054, 0.5119482278823853, 0.49713030457496643, 0.4617818593978882, 0.41540777683258057, 0.3563487231731415, 0.2842804789543152, 0.2001580446958542, 0.10899419337511063, 0.03188038617372513, -0.036449089646339417, -0.10974805057048798, -0.17865775525569916, -0.24073976278305054, -0.29691359400749207, -0.3454855978488922, -0.3785378634929657, -0.40906596183776855, -0.44632667303085327, -0.4823029935359955, -0.4922495186328888, -0.46053165197372437, -0.40677082538604736, -0.33966171741485596, -0.2637806832790375, -0.1964365392923355, -0.12794344127178192, -0.07049641013145447, -0.012975094839930534, 0.053332362323999405, 0.14359930157661438, 0.22876298427581787, 0.30373677611351013, 0.3890892267227173, 0.4469616115093231, 0.4753645658493042, 0.4902779459953308, 0.501640260219574, 0.5087998509407043, 0.49736738204956055, 0.47088053822517395, 0.42043405771255493, 0.35725003480911255, 0.28556931018829346, 0.19671323895454407, 0.08914367109537125, -0.0016565828118473291, -0.08133672922849655, -0.16112414002418518, -0.25666558742523193, -0.35175567865371704, -0.4233326315879822, -0.4570160210132599, -0.46166908740997314, -0.4585501253604889, -0.4502672553062439, -0.4417337477207184, -0.41952937841415405, -0.3943503201007843, -0.3715027868747711, -0.3287604749202728, -0.2649710476398468, -0.18593335151672363, -0.1107560470700264, -0.04786292836070061, 0.00893789529800415, 0.07588549703359604, 0.151336207985878, 0.22126786410808563, 0.30661728978157043, 0.3987567126750946, 0.47410857677459717, 0.5152628421783447, 0.5196727514266968, 0.5192901492118835, 0.5174523591995239, 0.497883677482605, 0.447143018245697, 0.382654070854187, 0.3114776015281677, 0.21904711425304413, 0.09706272929906845, -0.0357351154088974, -0.14625224471092224, -0.22159188985824585, -0.270603209733963, -0.3154872953891754, -0.3607533872127533, -0.403738409280777, -0.42841631174087524, -0.42072024941444397, -0.45768898725509644, -0.4765596091747284, -0.4521143138408661, -0.39694344997406006, -0.3570578396320343, -0.32460567355155945, -0.29000943899154663, -0.259274423122406, -0.20232495665550232, -0.13778461515903473, -0.05653254687786102, 0.04414276406168938, 0.14119262993335724, 0.23117107152938843, 0.29513245820999146, 0.36254674196243286, 0.4369627833366394, 0.47686702013015747, 0.4912363290786743, 0.49679896235466003, 0.5021186470985413, 0.4854678809642792, 0.4221747815608978, 0.3271197974681854, 0.2238052785396576, 0.1465306282043457, 0.07066094875335693, -0.01817348040640354, -0.10838969051837921, -0.17941108345985413, -0.23223868012428284, -0.28881993889808655, -0.3558300733566284, -0.4000764489173889, -0.4243496060371399, -0.4323934018611908, -0.459685742855072, -0.48662737011909485, -0.4910583198070526, -0.4705236852169037, -0.427625447511673, -0.3709287643432617, -0.3030349314212799, -0.23498277366161346, -0.17278510332107544, -0.12363777309656143, -0.06437892466783524, 0.005976262502372265, 0.10672488063573837, 0.2047916054725647, 0.2882566452026367, 0.38043713569641113, 0.46769922971725464, 0.5137705206871033, 0.5054383277893066, 0.4813705086708069, 0.4587446451187134, 0.4370998442173004, 0.40746009349823, 0.35994642972946167, 0.3007848560810089, 0.23801852762699127, 0.16424959897994995, 0.07155279070138931, -0.023507235571742058, -0.11467128247022629, -0.1932140290737152, -0.2713034451007843, -0.34737086296081543, -0.4125916361808777, -0.4429064095020294, -0.4445359706878662, -0.4436747431755066, -0.43328404426574707, -0.4121813476085663, -0.39053934812545776, -0.37919390201568604, -0.3609392046928406, -0.3232116103172302, -0.2614811062812805, -0.17757944762706757, -0.10019654780626297, -0.02564435452222824, 0.06328429281711578, 0.1577237844467163, 0.24073255062103271, 0.28393983840942383, 0.3215157091617584, 0.3728991150856018, 0.4218097925186157, 0.4453223943710327, 0.46779534220695496, 0.4847569167613983, 0.4945877492427826, 0.4823511242866516, 0.44695091247558594, 0.38149237632751465, 0.2988021969795227, 0.1947578489780426, 0.07292015850543976, -0.028563588857650757, -0.11438146233558655, -0.180535688996315, -0.22065727412700653, -0.2607787549495697, -0.29446184635162354, -0.3284423053264618, -0.3752688467502594, -0.42215263843536377, -0.44388386607170105, -0.44483548402786255, -0.42487645149230957, -0.3766123652458191, -0.3295883536338806, -0.27325260639190674, -0.2133164256811142, -0.1483362913131714, -0.10308277606964111, -0.0753849446773529, -0.04104071110486984, 0.004382645711302757, 0.07261442393064499, 0.15364877879619598, 0.23520182073116302, 0.32094335556030273, 0.4082772731781006, 0.466169536113739, 0.4953566789627075, 0.5042096376419067, 0.4903685450553894, 0.4488530457019806, 0.39253804087638855, 0.3396145701408386, 0.2836557924747467, 0.22727623581886292, 0.1640956997871399, 0.09559185802936554, 0.015747221186757088, -0.08038503676652908, -0.1873614639043808, -0.2771211266517639, -0.33756670355796814, -0.3662094473838806, -0.3789823055267334, -0.37398606538772583, -0.36727818846702576, -0.36570683121681213, -0.3712100088596344, -0.3699607253074646, -0.36345112323760986, -0.35496944189071655, -0.3362710773944855, -0.3019118010997772, -0.24666506052017212, -0.17837610840797424, -0.11061347275972366, -0.038193266838788986, 0.04013511911034584, 0.12323597073554993, 0.19539962708950043, 0.2629346549510956, 0.3316033184528351, 0.38865187764167786, 0.4227825999259949, 0.4343085289001465, 0.4505109190940857, 0.47374778985977173, 0.4763098657131195, 0.4559604525566101, 0.4034354090690613, 0.3132025897502899, 0.20979733765125275, 0.11304350942373276, 0.029867298901081085, -0.04426306113600731, -0.09976603090763092, -0.1366179883480072, -0.1824510246515274, -0.24037344753742218, -0.2963612377643585, -0.33893465995788574, -0.37671568989753723, -0.4180023968219757, -0.44447603821754456, -0.44790709018707275, -0.42280957102775574, -0.3829992711544037, -0.34148237109184265, -0.2995337247848511, -0.24617928266525269, -0.19285808503627777, -0.14091484248638153, -0.09634215384721756, -0.03523992374539375, 0.025975927710533142, 0.10136539489030838, 0.17829518020153046, 0.2505272626876831, 0.3277072310447693, 0.40342405438423157, 0.4479495584964752, 0.45370593667030334, 0.4415000081062317, 0.42590054869651794, 0.4162765145301819, 0.3969520628452301, 0.36791279911994934, 0.3346240520477295, 0.2898942828178406, 0.2201540619134903, 0.12214367091655731, 0.024024037644267082, -0.05497511476278305, -0.13566361367702484, -0.2172906994819641, -0.28106141090393066, -0.3153567612171173, -0.3274005055427551, -0.3380171060562134, -0.35173141956329346, -0.3631077706813812, -0.359841525554657, -0.34649938344955444, -0.3315965235233307, -0.3062572181224823, -0.2607753574848175, -0.21650584042072296, -0.1684064418077469, -0.11997540295124054, -0.08096509426832199, -0.027803171426057816, 0.03890014439821243, 0.10243691504001617, 0.1574176400899887, 0.2074638158082962, 0.27183422446250916, 0.3467985987663269, 0.40626147389411926, 0.4415512979030609, 0.4727676212787628, 0.49449780583381653, 0.49190494418144226, 0.46296823024749756, 0.4120817482471466, 0.3507571518421173, 0.26477712392807007, 0.17338427901268005, 0.0910835787653923, 0.02115441858768463, -0.03626541793346405, -0.09600554406642914, -0.15728113055229187, -0.213937446475029, -0.2593514323234558, -0.29152604937553406, -0.3198157250881195, -0.3342507779598236, -0.33823391795158386, -0.33483007550239563, -0.32755225896835327, -0.3150229752063751, -0.3002322018146515, -0.2764452397823334, -0.24720194935798645, -0.2243158519268036, -0.19708538055419922, -0.16879436373710632, -0.12442725151777267, -0.05629320442676544, 0.011506350710988045, 0.08009203523397446, 0.1607469618320465, 0.23101896047592163, 0.291669636964798, 0.34210342168807983, 0.3776058852672577, 0.3820327818393707, 0.37180691957473755, 0.37047678232192993, 0.37171268463134766, 0.3649972975254059, 0.3355405926704407, 0.2851532995700836, 0.22199460864067078, 0.14809083938598633, 0.07097932696342468, 0.005587697960436344, -0.054865073412656784, -0.11088795214891434, -0.15641890466213226, -0.20213304460048676, -0.24713335931301117, -0.2919672727584839, -0.31638479232788086, -0.33114179968833923, -0.3544677495956421, -0.3676045536994934, -0.37180009484291077, -0.36023181676864624, -0.3360240161418915, -0.30521175265312195, -0.2617588937282562, -0.21621081233024597, -0.15924768149852753, -0.11341498792171478, -0.07315901666879654, -0.023126505315303802, 0.03437619283795357, 0.08819838613271713, 0.1385927051305771, 0.19236773252487183, 0.2592468559741974, 0.3220794200897217, 0.3550749123096466, 0.36670738458633423, 0.3711405098438263, 0.37601572275161743, 0.38068094849586487, 0.36780494451522827, 0.339155912399292, 0.29081231355667114, 0.22713617980480194, 0.14873771369457245, 0.05863603204488754, -0.017096634954214096, -0.08177436888217926, -0.14296703040599823, -0.20032237470149994, -0.24741441011428833, -0.2878892719745636, -0.317520409822464, -0.33885493874549866, -0.3522591292858124, -0.35248249769210815, -0.3404024541378021, -0.31880465149879456, -0.29583561420440674, -0.27317991852760315, -0.25009074807167053, -0.2278512418270111, -0.20240937173366547, -0.16860021650791168, -0.13068543374538422, -0.08323858678340912, -0.030385054647922516, 0.009717141278088093, 0.05833219364285469, 0.11293705552816391, 0.17550094425678253, 0.2462087720632553, 0.31434664130210876, 0.36164578795433044, 0.38636481761932373, 0.39054784178733826, 0.3864627480506897, 0.3744952082633972, 0.3511177897453308, 0.3115016222000122, 0.25884804129600525, 0.20156322419643402, 0.14210820198059082, 0.08297433704137802, 0.016795674338936806, -0.04727426916360855, -0.10488145053386688, -0.14920896291732788, -0.18810011446475983, -0.22893796861171722, -0.2588745653629303, -0.2735261023044586, -0.2866958975791931, -0.30087369680404663, -0.3056659996509552, -0.29567885398864746, -0.2753332853317261, -0.25870534777641296, -0.2428015023469925, -0.2310173511505127, -0.20181915163993835, -0.16751140356063843, -0.1266852617263794, -0.07777275145053864, -0.021027203649282455, 0.03426388278603554, 0.08657950162887573, 0.12357083708047867, 0.16143500804901123, 0.21327334642410278, 0.2620350420475006, 0.2965819537639618, 0.31916722655296326, 0.32980939745903015, 0.3424857258796692, 0.3443375527858734, 0.33010345697402954, 0.30680251121520996, 0.26529017090797424, 0.21394339203834534, 0.15816892683506012, 0.08960636705160141, 0.02956284023821354, -0.02704395353794098, -0.08154546469449997, -0.12721315026283264, -0.1643618792295456, -0.20078061521053314, -0.23649181425571442, -0.2621327340602875, -0.28024619817733765, -0.2894275188446045, -0.2900765836238861, -0.278742253780365, -0.25136885046958923, -0.216112419962883, -0.1818217933177948, -0.15909212827682495, -0.15188029408454895, -0.1466827243566513, -0.13539116084575653, -0.11458193510770798, -0.0851573497056961, -0.05614569038152695, -0.014515177346765995, 0.031261999160051346, 0.07617012411355972, 0.12172841280698776, 0.1668636053800583, 0.21326349675655365, 0.25224173069000244, 0.27552637457847595, 0.29527461528778076, 0.29644009470939636, 0.29732078313827515, 0.292772501707077, 0.2700313329696655, 0.2386140674352646, 0.1940540373325348, 0.13691942393779755, 0.0690561980009079, 0.0039975023828446865, -0.04953201115131378, -0.0976179763674736, -0.12682269513607025, -0.15275587141513824, -0.16904082894325256, -0.17970724403858185, -0.18850919604301453, -0.1972353160381317, -0.20959065854549408, -0.22144904732704163, -0.22164040803909302, -0.21130084991455078, -0.19309614598751068, -0.1846218854188919, -0.17324301600456238, -0.15891894698143005, -0.14187096059322357, -0.12549090385437012, -0.10432039201259613, -0.07617157697677612, -0.04320076107978821, -0.0018957024440169334, 0.034557852894067764, 0.0757979080080986, 0.12132122367620468, 0.17549960315227509, 0.22987568378448486, 0.2683528661727905, 0.29507577419281006, 0.3035634756088257, 0.29256337881088257, 0.2764252722263336, 0.26222413778305054, 0.2422325611114502, 0.2191556841135025, 0.19098955392837524, 0.14887990057468414, 0.10687421262264252, 0.06324556469917297, 0.012826943770051003, -0.033475056290626526, -0.08746319264173508, -0.11809873580932617, -0.13319680094718933, -0.15119537711143494, -0.1564784198999405, -0.15616928040981293, -0.15661470592021942, -0.15620002150535583, -0.15619394183158875, -0.15603198111057281, -0.15602661669254303, -0.15572069585323334, -0.14897604286670685, -0.1464378386735916, -0.13309620320796967, -0.11499655991792679, -0.09169157594442368, -0.06899019330739975, -0.04015107452869415, -0.01420845091342926, 0.0016243194695562124, 0.024696005508303642, 0.06413192301988602, 0.10853821784257889, 0.16031338274478912, 0.20770733058452606, 0.24185635149478912, 0.2737719714641571, 0.28116270899772644, 0.27895745635032654, 0.26098695397377014, 0.23775748908519745, 0.2102726250886917, 0.17438863217830658, 0.1375073343515396, 0.0968627855181694, 0.06047316640615463, 0.026671959087252617, -0.007117001339793205, -0.043535321950912476, -0.07781091332435608, -0.09943977743387222, -0.11841609328985214, -0.1359931379556656, -0.13987450301647186, -0.1400115042924881, -0.14486195147037506, -0.14071613550186157, -0.1470208764076233, -0.1500224620103836, -0.15746602416038513, -0.16750568151474, -0.1789046972990036, -0.18220557272434235, -0.17580531537532806, -0.15403693914413452, -0.12837763130664825, -0.09748358279466629, -0.06572793424129486, -0.02623344585299492, 0.006493768654763699, 0.03724876418709755, 0.07140977680683136, 0.11321285367012024, 0.15639550983905792, 0.19036045670509338, 0.22073419392108917, 0.23823019862174988, 0.23957516252994537, 0.23772479593753815, 0.22463837265968323, 0.2096247524023056, 0.18368853628635406, 0.14954614639282227, 0.11335880309343338, 0.07901874929666519, 0.047983791679143906, 0.025540834292769432, 0.0026795719750225544, -0.020030681043863297, -0.04256792739033699, -0.06964916735887527, -0.0945056676864624, -0.11796489357948303, -0.13285884261131287, -0.1460808515548706, -0.14789006114006042, -0.14807434380054474, -0.1474681943655014, -0.15080109238624573, -0.15713150799274445, -0.15549618005752563, -0.1633284091949463, -0.1621958464384079, -0.15359172224998474, -0.13736571371555328, -0.12063934653997421, -0.09764424711465836, -0.06648438423871994, -0.029454993084073067, 0.0030311690643429756, 0.03364158421754837, 0.07313992828130722, 0.11605850607156754, 0.1506151556968689, 0.17468467354774475, 0.1952066570520401, 0.20521290600299835, 0.21294720470905304, 0.21500661969184875, 0.20939074456691742, 0.20031175017356873, 0.17710332572460175, 0.14470268785953522, 0.10803838074207306, 0.0739685520529747, 0.046337563544511795, 0.022485021501779556, 0.0031179774086922407, -0.013135984539985657, -0.036486636847257614, -0.059688206762075424, -0.07945224642753601, -0.09121813625097275, -0.10692852735519409, -0.1164044439792633, -0.12193998694419861, -0.12978951632976532, -0.1438295692205429, -0.15696203708648682, -0.17163699865341187, -0.1795802116394043, -0.18529486656188965, -0.1843544989824295, -0.17215296626091003, -0.14943841099739075, -0.1340927630662918, -0.10912639647722244, -0.07856456190347672, -0.045114655047655106, -0.00943424180150032, 0.02198963239789009, 0.0682787224650383, 0.10882117599248886, 0.1460607796907425, 0.1775154024362564, 0.1961422860622406, 0.21140837669372559, 0.22223931550979614, 0.22299061715602875, 0.21704138815402985, 0.19865070283412933, 0.1758306622505188, 0.15356510877609253, 0.13054049015045166, 0.10798177868127823, 0.0852990448474884, 0.06211114674806595, 0.0401998907327652, 0.01283242180943489, -0.01196031179279089, -0.03548044711351395, -0.050648391246795654, -0.06363891810178757, -0.07766339182853699, -0.09344448149204254, -0.10635516792535782, -0.11564718186855316, -0.1435983031988144, -0.15089274942874908, -0.15381483733654022, -0.18028371036052704, -0.1623637080192566, -0.16580292582511902, -0.163088858127594, -0.1499737799167633, -0.14698152244091034, -0.12724405527114868, -0.10227350890636444, -0.07390709966421127, -0.027538379654288292, -0.0033417807426303625, 0.02848091907799244, 0.07012780010700226, 0.10597382485866547, 0.13791874051094055, 0.16215552389621735, 0.18181449174880981, 0.19599977135658264, 0.20558473467826843, 0.20279382169246674, 0.19139233231544495, 0.1747683882713318, 0.15774334967136383, 0.1443241387605667, 0.1216508224606514, 0.10255086421966553, 0.08136698603630066, 0.05251004546880722, 0.03803689777851105, 0.016870038583874702, -0.0015530451200902462, -0.01110609620809555, -0.026093073189258575, -0.03581247851252556, -0.054155133664608, -0.08595022559165955, -0.10221056640148163, -0.12882903218269348, -0.15355800092220306, -0.16002793610095978, -0.17256543040275574, -0.1805572360754013, -0.18988625705242157, -0.19884023070335388, -0.19267906248569489, -0.17874211072921753, -0.15187306702136993, -0.11151129007339478, -0.07881402969360352, -0.05674212425947189, -0.023861797526478767, 0.005818259436637163, 0.04185906797647476, 0.06613516062498093, 0.10459494590759277, 0.17627385258674622, 0.17322203516960144, 0.18553426861763, 0.21957334876060486, 0.20906487107276917, 0.21233798563480377, 0.2102048099040985, 0.19537611305713654, 0.18455666303634644, 0.17797595262527466, 0.16920830309391022, 0.15046633780002594, 0.11977038532495499, 0.07883497327566147, 0.060429539531469345, 0.011901706457138062, -0.0312495119869709, -0.031465403735637665, -0.058936845511198044, -0.06527120620012283, -0.03481106460094452, -0.09691853821277618, -0.17697706818580627, -0.16587865352630615, -0.16257719695568085, -0.1946878880262375, -0.19767417013645172, -0.1934569627046585, -0.21926937997341156, -0.21421034634113312, -0.20474298298358917, -0.2098826915025711, -0.1850682497024536, -0.1517421454191208, -0.1284768432378769, -0.13594746589660645, -0.21594001352787018, -0.23221313953399658, -0.018735788762569427, 0.15584112703800201, 0.13826024532318115, 0.11238255351781845, 0.18669334053993225, 0.23127077519893646, 0.21422865986824036, 0.27480942010879517, 0.24699397385120392, 0.21239475905895233, 0.24691911041736603, 0.23632188141345978, 0.03757844865322113, 0.1381579339504242, 0.18421709537506104, -0.1827825903892517, -0.07058341801166534, -0.08555716276168823, -0.19252336025238037, -0.13225063681602478, -0.03549548238515854, 0.06727661937475204, -0.336967796087265, -0.24542264640331268, -0.6657182574272156, -0.1486348658800125, -0.1961277723312378, -0.05716507509350777, -0.10237108170986176, -0.42138993740081787, -0.08181106299161911, -0.08093570917844772, -0.2724944055080414, 0.1931300163269043, -0.18233622610569, 0.07482492178678513, 0.10506382584571838, 0.1523459106683731, 0.24000072479248047, -0.06330583244562149, 0.3322502672672272, 0.16893506050109863, 0.16907857358455658, 0.2734602391719818, 0.31196296215057373, 0.43032488226890564, 0.3169819712638855, 0.5101385116577148, 0.5084002017974854, 0.13002198934555054, 0.32182133197784424, 0.10606731474399567, 0.14298118650913239, 0.18951581418514252, 0.12649399042129517, 0.048740945756435394, -0.13739925622940063, -0.025705011561512947, -0.14636726677417755, -0.17598320543766022, -0.2101954072713852, -0.2751457989215851, -0.2284310907125473, -0.2339167445898056, -0.3594357371330261, -0.03499498590826988, -0.16331040859222412, 0.03320511430501938, -0.13624481856822968, -0.10563646256923676, -0.24615906178951263, -0.0049407570622861385, 0.08841518312692642, 0.17832958698272705, 0.1550832986831665, 0.19691239297389984, 0.014562382362782955, 0.14225177466869354, 0.18072301149368286, 0.20418639481067657, 0.3126241862773895, 0.24096961319446564, 0.17542967200279236, 0.39940008521080017, 0.2336587905883789, 0.20023757219314575, 0.3077180087566376, 0.1025673970580101, 0.09128652513027191, 0.029064498841762543, -0.1221427470445633, -0.20964562892913818, -0.005872598849236965, -0.23632743954658508, -0.43506094813346863, -0.1770549714565277, -0.5819876790046692, -0.5266199111938477, -0.280740886926651, -0.5863341689109802, -0.43672117590904236, -0.17330585420131683, -0.28217679262161255, -0.20660655200481415, 0.06958773732185364, -0.09659770131111145, 0.08151529729366302, 0.2648732364177704, -0.0012147942325100303, 0.4066447913646698, 0.3097159266471863, 0.12558956444263458, 0.3682105243206024, 0.4174547493457794, 0.19697065651416779, 0.5275397300720215, 0.4337131977081299, 0.1631670445203781, 0.3933338224887848, 0.39267152547836304, 0.2562294900417328, 0.30097246170043945, 0.16272807121276855, 0.025919346138834953, 0.07087035477161407, -0.00737536046653986, -0.2570144832134247, -0.16838832199573517, -0.467708557844162, -0.5313418507575989, -0.34189847111701965, -0.3970988392829895, -0.6133124828338623, -0.48960956931114197, -0.4246598780155182, -0.44965168833732605, -0.35696762800216675, -0.34243303537368774, -0.26183274388313293, -0.035383909940719604, 0.14279194176197052, 0.42564257979393005, 0.33861789107322693, 0.2141495794057846, 0.3781868815422058, 0.6186032295227051, 0.5785487294197083, 0.39213746786117554, 0.2983667552471161, 0.31728455424308777, 0.348010778427124, 0.44424471259117126, 0.4126150906085968, 0.1887953281402588, 0.15003342926502228, 0.20443013310432434, 0.13391442596912384, 0.15753903985023499, -0.102185919880867, -0.18837900459766388, -0.07565021514892578, -0.24901379644870758, -0.3647574782371521, -0.39927566051483154, -0.5983054637908936, -0.545605480670929, -0.4855874478816986, -0.597265899181366, -0.5571578145027161, -0.5690568089485168, -0.55519038438797, -0.3988388180732727, -0.38839811086654663, -0.3129519522190094, -0.1750878244638443, 0.023768668994307518, 0.1817019134759903, 0.4245159327983856, 0.4961850643157959, 0.3924175500869751, 0.6244871020317078, 0.8241179585456848, 0.7978087663650513, 0.5723286271095276, 0.34542617201805115, 0.31619203090667725, 0.3726033866405487, 0.5430333614349365, 0.4137764573097229, 0.22791579365730286, 0.2663751542568207, 0.13714651763439178, 0.22507502138614655, -0.01099938340485096, -0.3351912200450897, -0.35164278745651245, -0.32770442962646484, -0.33962470293045044, -0.42096152901649475, -0.6192317605018616, -0.714377760887146, -0.6230825781822205, -0.7151960730552673, -0.765811562538147, -0.8232129216194153, -0.7723736763000488, -0.549858033657074, -0.33904001116752625, -0.14672967791557312, -0.07702919840812683, -0.061024170368909836, 0.19577254354953766, 0.33066728711128235, 0.5117846131324768, 0.3953169882297516, 0.6418439745903015, 0.9590461254119873, 1.0896360874176025, 0.9174360632896423, 0.6091055870056152, 0.30626192688941956, 0.352082759141922, 0.4290468990802765, 0.5003163814544678, 0.3010311424732208, 0.371628075838089, 0.38360196352005005, 0.23934006690979004, 0.05900232493877411, -0.23561567068099976, -0.4027485251426697, -0.49515560269355774, -0.5487241744995117, -0.4872181713581085, -0.6083645224571228, -0.7239521145820618, -0.7512039542198181, -0.7638971209526062, -0.7793859243392944, -0.9803600907325745, -0.8495340943336487, -0.7289878129959106, -0.43066126108169556, -0.34010082483291626, -0.19470371305942535, -0.03388691693544388, -0.019158251583576202, 0.18877635896205902, 0.5091436505317688, 0.5482746958732605, 0.7167221903800964, 0.868990957736969, 1.0770796537399292, 1.0906257629394531, 0.7112659215927124, 0.42460817098617554, 0.4457949995994568, 0.4870947301387787, 0.4270062744617462, 0.4268498122692108, 0.3225070834159851, 0.35513076186180115, 0.2135642021894455, 0.1567787230014801, -0.07608330994844437, -0.34731268882751465, -0.5408621430397034, -0.5012290477752686, -0.4545656740665436, -0.5664830803871155, -0.7595243453979492, -0.7876860499382019, -0.7877891659736633, -0.8029524683952332, -0.8699615001678467, -0.8600509166717529, -0.8525458574295044, -0.6525498032569885, -0.341127872467041, -0.23522168397903442, -0.062070753425359726, -0.0022666186559945345, 0.20782776176929474, 0.40096229314804077, 0.5548206567764282, 0.6212490797042847, 0.7932162284851074, 1.0506967306137085, 1.195117712020874, 0.7984113693237305, 0.5254431962966919, 0.5692212581634521, 0.7396879196166992, 0.47976866364479065, 0.3660537898540497, 0.3557961583137512, 0.4556398093700409, 0.3733079731464386, 0.2023581564426422, 0.04977308213710785, -0.1322687864303589, -0.45146822929382324, -0.44381284713745117, -0.5060204267501831, -0.6884929537773132, -0.8646814227104187, -0.8445797562599182, -0.7447592616081238, -0.7784183621406555, -0.89961177110672, -0.8717767596244812, -0.7357847094535828, -0.6842467784881592, -0.5231117606163025, -0.38061851263046265, -0.24811279773712158, -0.08732224255800247, 0.169831320643425, 0.4709516763687134, 0.5784332752227783, 0.5764611959457397, 0.8019331693649292, 1.0688539743423462, 1.2089248895645142, 0.8836875557899475, 0.5326800346374512, 0.5063660144805908, 0.6293898820877075, 0.5674329400062561, 0.3506028950214386, 0.27585935592651367, 0.3811449110507965, 0.41329890489578247, 0.2509392499923706, 0.01708800159394741, -0.1471586525440216, -0.3866969645023346, -0.5237412452697754, -0.5227043032646179, -0.6375817656517029, -0.8350284099578857, -0.9620329141616821, -0.8455550670623779, -0.7196969985961914, -0.859190046787262, -0.9219442009925842, -0.7897165417671204, -0.636537492275238, -0.42988482117652893, -0.22104421257972717, -0.10524438321590424, -0.056466132402420044, 0.1857614815235138, 0.40722358226776123, 0.5658196210861206, 0.6937760710716248, 0.7965993881225586, 1.0748170614242554, 1.1347593069076538, 0.8467869162559509, 0.5709418654441833, 0.6245630979537964, 0.6715286374092102, 0.4376032054424286, 0.22922475636005402, 0.3480994701385498, 0.47519102692604065, 0.3793509900569916, 0.12704981863498688, 0.02832113392651081, -0.09723168611526489, -0.37761741876602173, -0.5599517822265625, -0.6178209781646729, -0.7936992049217224, -0.9384250640869141, -0.9116954207420349, -0.8094739317893982, -0.8284019827842712, -0.9007835388183594, -0.8445298075675964, -0.7052915096282959, -0.6250327229499817, -0.4932505190372467, -0.31224390864372253, -0.12140092998743057, 0.020655371248722076, 0.2559352219104767, 0.47667166590690613, 0.5580978989601135, 0.7551007866859436, 0.9312793612480164, 1.2277889251708984, 1.0643970966339111, 0.7331714034080505, 0.5833966135978699, 0.7013982534408569, 0.6668078303337097, 0.4311942756175995, 0.22375623881816864, 0.35742539167404175, 0.43347468972206116, 0.3892051577568054, 0.13982906937599182, -0.06819631904363632, -0.28920596837997437, -0.5057032108306885, -0.6152520179748535, -0.7018991708755493, -1.0191066265106201, -1.065128207206726, -1.0146222114562988, -0.8790438175201416, -0.9030185341835022, -0.9600076675415039, -0.8356000781059265, -0.669662594795227, -0.4590241014957428, -0.31667423248291016, -0.16938510537147522, -0.03860103338956833, 0.08201033622026443, 0.3962709605693817, 0.6223554015159607, 0.7037487626075745, 0.8840322494506836, 1.1263269186019897, 1.3790851831436157, 1.0554932355880737, 0.6777742505073547, 0.6731395125389099, 0.7790097594261169, 0.6599873304367065, 0.3189995288848877, 0.265166699886322, 0.4002572000026703, 0.3251171410083771, 0.18763601779937744, 0.044036056846380234, -0.10206997394561768, -0.3816080391407013, -0.6079038381576538, -0.6476864814758301, -0.8382123112678528, -1.075922966003418, -1.106705665588379, -1.0118378400802612, -0.950847327709198, -1.032339334487915, -0.904697060585022, -0.7289806008338928, -0.6032176613807678, -0.45179101824760437, -0.2823403775691986, -0.04603835940361023, 0.06183125823736191, 0.2795117199420929, 0.6232447624206543, 0.7189946174621582, 0.8108808398246765, 1.0306044816970825, 1.3619401454925537, 1.3396655321121216, 0.9848940968513489, 0.7224903106689453, 0.7944706678390503, 0.8359360098838806, 0.5779005289077759, 0.2699785530567169, 0.24780037999153137, 0.3239644467830658, 0.2585611045360565, 0.0890066921710968, -0.03151402994990349, -0.23387019336223602, -0.4700635075569153, -0.5987547039985657, -0.8049507737159729, -1.0888729095458984, -1.329955816268921, -1.2606359720230103, -1.0864628553390503, -1.0536705255508423, -1.0665513277053833, -0.8976406455039978, -0.7044421434402466, -0.47265714406967163, -0.274183452129364, -0.13221535086631775, -0.021915283054113388, 0.13581512868404388, 0.4831453859806061, 0.6357631087303162, 0.6202626824378967, 0.834271252155304, 1.2326810359954834, 1.576082706451416, 1.3907296657562256, 0.9933563470840454, 0.8401715755462646, 0.8659834861755371, 0.7491021752357483, 0.47870707511901855, 0.27065184712409973, 0.27856025099754333, 0.31230276823043823, 0.2654356062412262, 0.14886294305324554, -0.034666985273361206, -0.33059242367744446, -0.5816773176193237, -0.7347346544265747, -0.9451545476913452, -1.3047813177108765, -1.4327011108398438, -1.3080172538757324, -1.134062647819519, -1.098791480064392, -1.015889286994934, -0.8846837878227234, -0.7874622941017151, -0.4814574122428894, -0.1729089617729187, -0.06918317079544067, -0.037928979843854904, 0.09527461230754852, 0.6041427850723267, 0.8505648970603943, 0.8600956201553345, 1.0650711059570312, 1.3584986925125122, 1.533319115638733, 1.2606395483016968, 0.9132431745529175, 0.9676077961921692, 0.9579280614852905, 0.7620749473571777, 0.4135407507419586, 0.29175686836242676, 0.3300710916519165, 0.1779058575630188, 0.03402058780193329, -0.01749098300933838, -0.19129012525081635, -0.4741250276565552, -0.6770307421684265, -0.7947255373001099, -1.07811439037323, -1.4377062320709229, -1.5018937587738037, -1.3643798828125, -1.2654519081115723, -1.230018138885498, -1.0823482275009155, -0.8506594300270081, -0.6322076320648193, -0.3560347557067871, -0.2281089723110199, -0.07042837142944336, 0.07355350255966187, 0.3161596357822418, 0.7670995593070984, 0.8299112319946289, 0.9631422162055969, 1.2490596771240234, 1.648838758468628, 1.604770302772522, 1.144968867301941, 0.9513081908226013, 1.0919253826141357, 1.0127604007720947, 0.6884791851043701, 0.2887081205844879, 0.29556721448898315, 0.3057215213775635, 0.15723305940628052, 0.03885943442583084, -0.0473337396979332, -0.30737024545669556, -0.5946879982948303, -0.7551904916763306, -0.9030614495277405, -1.2814477682113647, -1.6292301416397095, -1.6726679801940918, -1.427778959274292, -1.2867001295089722, -1.2360647916793823, -1.0519133806228638, -0.8441186547279358, -0.6027047634124756, -0.2857726514339447, -0.13664479553699493, -0.04572413116693497, 0.08360719680786133, 0.44607242941856384, 0.8455835580825806, 0.947693943977356, 1.138424038887024, 1.4602948427200317, 1.792359709739685, 1.624621868133545, 1.1904088258743286, 1.0635467767715454, 1.1007380485534668, 0.9540488719940186, 0.6406629085540771, 0.3859819769859314, 0.37912124395370483, 0.2926359176635742, 0.13493843376636505, -0.0023753757122904062, -0.08023262023925781, -0.3668173551559448, -0.752817690372467, -0.9154946208000183, -1.1025608777999878, -1.4305788278579712, -1.7339396476745605, -1.817522644996643, -1.5854496955871582, -1.433407187461853, -1.27370023727417, -1.030474305152893, -0.8629956245422363, -0.5435993075370789, -0.2976560592651367, -0.10024654120206833, 0.03223222866654396, 0.19914978742599487, 0.6345729827880859, 0.9541510343551636, 1.07408607006073, 1.262878656387329, 1.6600192785263062, 1.9125754833221436, 1.7100980281829834, 1.358902931213379, 1.2380421161651611, 1.231587529182434, 1.0370301008224487, 0.5722271203994751, 0.37319326400756836, 0.3522194027900696, 0.2164376676082611, 0.048044353723526, -0.12024921923875809, -0.20543350279331207, -0.5339233875274658, -0.9041378498077393, -1.0331984758377075, -1.3012787103652954, -1.6148422956466675, -1.9289264678955078, -1.997691035270691, -1.7224688529968262, -1.5379993915557861, -1.3237653970718384, -1.0830405950546265, -0.8668751120567322, -0.542486310005188, -0.29301345348358154, -0.11081694066524506, 0.045832905918359756, 0.3889254629611969, 0.8000161051750183, 0.9852847456932068, 1.0670350790023804, 1.2925366163253784, 1.8701958656311035, 2.0699470043182373, 1.7983921766281128, 1.4929314851760864, 1.3730615377426147, 1.4038900136947632, 1.1312003135681152, 0.6163334250450134, 0.3718607425689697, 0.2449948638677597, 0.17729483544826508, -0.002368025481700897, -0.20400568842887878, -0.29846787452697754, -0.6072559952735901, -0.9121748208999634, -1.047775149345398, -1.3313068151474, -1.6936403512954712, -2.05088210105896, -2.0942542552948, -1.860530972480774, -1.6468148231506348, -1.4427335262298584, -1.1593217849731445, -0.8552968502044678, -0.4845150411128998, -0.12960296869277954, 0.000323947228025645, 0.11724766343832016, 0.4321553707122803, 0.733877420425415, 0.9984291195869446, 1.0732477903366089, 1.3597359657287598, 1.8848644495010376, 2.209313154220581, 2.2270307540893555, 1.7978135347366333, 1.5237822532653809, 1.5533928871154785, 1.3361868858337402, 0.8199096322059631, 0.3474024534225464, 0.15458756685256958, 0.12599490582942963, -0.0869317352771759, -0.25471851229667664, -0.2884356379508972, -0.5122796297073364, -0.9006745219230652, -1.0714081525802612, -1.260351300239563, -1.6879183053970337, -2.1783125400543213, -2.37339448928833, -2.1773133277893066, -1.9358909130096436, -1.723757266998291, -1.3644331693649292, -0.9789156913757324, -0.526253879070282, -0.19629579782485962, -0.003753278637304902, 0.23402738571166992, 0.3622831404209137, 0.667268693447113, 1.004143476486206, 1.1944050788879395, 1.4289783239364624, 1.8228050470352173, 2.190983533859253, 2.3282175064086914, 1.9994059801101685, 1.7214000225067139, 1.6779580116271973, 1.613126277923584, 1.0807784795761108, 0.44803497195243835, 0.23109614849090576, 0.14811260998249054, -0.09274354577064514, -0.3216683268547058, -0.4017449915409088, -0.4833548069000244, -0.8696323037147522, -1.1732122898101807, -1.3090872764587402, -1.6659462451934814, -2.203380584716797, -2.522339344024658, -2.358531951904297, -2.124746799468994, -1.936091423034668, -1.5495768785476685, -1.042314887046814, -0.5530862808227539, -0.2978741228580475, -0.0982796922326088, 0.11963608115911484, 0.3422333896160126, 0.5441335439682007, 0.8143010139465332, 1.2019871473312378, 1.4220526218414307, 1.7571735382080078, 2.329972267150879, 2.630629301071167, 2.4415409564971924, 2.015861749649048, 1.8571494817733765, 1.7759060859680176, 1.3269126415252686, 0.6427385210990906, 0.23701685667037964, 0.20616023242473602, 0.07736781239509583, -0.19749054312705994, -0.2872666120529175, -0.4198874235153198, -0.7714689373970032, -1.2077738046646118, -1.3850915431976318, -1.619437336921692, -2.241440534591675, -2.706885814666748, -2.69761061668396, -2.359715700149536, -2.1105191707611084, -1.9260414838790894, -1.3746066093444824, -0.7996935844421387, -0.37213802337646484, -0.1416948288679123, 0.004625402856618166, 0.23120227456092834, 0.4062500596046448, 0.670767605304718, 1.026529312133789, 1.3473700284957886, 1.6638306379318237, 2.1546497344970703, 2.7134087085723877, 2.9239614009857178, 2.3871524333953857, 2.0015313625335693, 1.860048770904541, 1.743343472480774, 1.138700246810913, 0.44827109575271606, 0.23286022245883942, 0.17002852261066437, -0.09085658937692642, -0.24914990365505219, -0.31533417105674744, -0.5224368572235107, -1.0707191228866577, -1.4221097230911255, -1.532982587814331, -1.969842791557312, -2.6752431392669678, -2.9584789276123047, -2.6208369731903076, -2.241396903991699, -2.0991482734680176, -1.798575520515442, -1.2247467041015625, -0.6321780681610107, -0.3320808410644531, -0.18357965350151062, -0.0014321807539090514, 0.18420331180095673, 0.40020766854286194, 0.8136981725692749, 1.340012550354004, 1.547958493232727, 1.805954933166504, 2.342072010040283, 3.034120798110962, 3.1354053020477295, 2.5329394340515137, 2.061399459838867, 1.9814835786819458, 1.7420018911361694, 1.0627201795578003, 0.39502403140068054, 0.1763891875743866, 0.04119124636054039, -0.1700679510831833, -0.2337360978126526, -0.28190869092941284, -0.6745821237564087, -1.2871053218841553, -1.639295220375061, -1.6741008758544922, -2.172717809677124, -2.8670897483825684, -3.073777437210083, -2.7124459743499756, -2.337221384048462, -2.2080066204071045, -1.86122727394104, -1.2164570093154907, -0.6758270263671875, -0.3639293611049652, -0.16550424695014954, 0.04604313150048256, 0.19949659705162048, 0.5317517518997192, 0.9942294955253601, 1.407639980316162, 1.562753677368164, 1.793702244758606, 2.54126238822937, 3.409959554672241, 3.394442558288574, 2.6087422370910645, 2.122468948364258, 2.0200674533843994, 1.7891998291015625, 0.9520934820175171, 0.28292664885520935, 0.18713344633579254, 0.06487814337015152, -0.1515110731124878, -0.26386329531669617, -0.24760888516902924, -0.7067458629608154, -1.5741249322891235, -1.8755134344100952, -1.95412015914917, -2.4132559299468994, -3.1475062370300293, -3.22251296043396, -2.7231576442718506, -2.3734350204467773, -2.1863670349121094, -1.8342961072921753, -1.2240666151046753, -0.8246805667877197, -0.5590336918830872, -0.15818268060684204, 0.024777427315711975, 0.12424086779356003, 0.5813177227973938, 1.2103701829910278, 1.719571590423584, 1.7271201610565186, 1.8371676206588745, 2.58750581741333, 3.4797825813293457, 3.54486346244812, 2.7713072299957275, 2.291303873062134, 2.1355743408203125, 1.9155941009521484, 1.2179111242294312, 0.4520709812641144, 0.21162524819374084, -0.006468560546636581, -0.21926197409629822, -0.17643991112709045, -0.26692378520965576, -0.8024231791496277, -1.6844836473464966, -1.9829163551330566, -2.0131118297576904, -2.5091969966888428, -3.150822401046753, -3.2810559272766113, -2.887815475463867, -2.4745850563049316, -2.1989753246307373, -1.8317933082580566, -1.3830424547195435, -0.9369616508483887, -0.5318419933319092, -0.17408335208892822, 0.0755484476685524, 0.1682870090007782, 0.5394572615623474, 1.1594436168670654, 1.8179905414581299, 2.006822347640991, 2.1497299671173096, 2.8138365745544434, 3.679029941558838, 3.7496328353881836, 2.8838703632354736, 2.3308265209198, 2.208721876144409, 2.095182418823242, 1.420203685760498, 0.6400509476661682, 0.4019537568092346, 0.14986182749271393, -0.13877776265144348, -0.20048560202121735, -0.37823280692100525, -0.8855539560317993, -1.8915961980819702, -2.3204612731933594, -2.2234995365142822, -2.5501925945281982, -3.2048373222351074, -3.4106931686401367, -3.0096709728240967, -2.56168794631958, -2.3353898525238037, -1.9770113229751587, -1.5905909538269043, -1.137610673904419, -0.7341815233230591, -0.30500268936157227, 0.02428712695837021, 0.20806317031383514, 0.5739343166351318, 1.2042607069015503, 1.8893437385559082, 2.1418046951293945, 2.229264497756958, 2.8101918697357178, 3.6340858936309814, 3.981879949569702, 3.231041669845581, 2.5378074645996094, 2.3196213245391846, 2.149489402770996, 1.6226675510406494, 0.8546194434165955, 0.4301304221153259, 0.15911491215229034, -0.1965784728527069, -0.26748502254486084, -0.4049254357814789, -0.8878902792930603, -1.8480392694473267, -2.5146868228912354, -2.397965908050537, -2.598942756652832, -3.1740670204162598, -3.5102765560150146, -3.232598066329956, -2.688936471939087, -2.4093127250671387, -2.1187784671783447, -1.7646080255508423, -1.3301842212677002, -0.8743066787719727, -0.3860494792461395, 0.06460244953632355, 0.18185710906982422, 0.4327404499053955, 1.0942410230636597, 1.850005865097046, 2.282318592071533, 2.427356004714966, 2.725841522216797, 3.5177693367004395, 4.199770927429199, 3.761625051498413, 2.779433012008667, 2.2776663303375244, 2.1651151180267334, 1.8866578340530396, 1.1564478874206543, 0.5619602203369141, 0.30563345551490784, -0.019440243020653725, -0.19971325993537903, -0.39647388458251953, -0.7834173440933228, -1.7551146745681763, -2.804074287414551, -2.844794988632202, -2.682295560836792, -2.9212586879730225, -3.419398546218872, -3.4592530727386475, -2.8864786624908447, -2.5052762031555176, -2.279492139816284, -2.0426571369171143, -1.6901323795318604, -1.212665319442749, -0.5958313345909119, 0.10406685620546341, 0.29890918731689453, 0.3858920931816101, 0.8577575087547302, 1.6400535106658936, 2.3244190216064453, 2.4193124771118164, 2.693849802017212, 3.41558837890625, 4.1962761878967285, 4.284899711608887, 3.262162685394287, 2.4145233631134033, 2.0623056888580322, 2.012700080871582, 1.6480121612548828, 0.8701131343841553, 0.46573111414909363, 0.17304709553718567, -0.16381166875362396, -0.4099380373954773, -0.7933027148246765, -1.4247150421142578, -2.5710082054138184, -3.216592311859131, -2.965214729309082, -2.825544595718384, -3.123260736465454, -3.5751290321350098, -3.2551686763763428, -2.6468636989593506, -2.358680248260498, -2.165783166885376, -2.003817081451416, -1.5175541639328003, -0.9166481494903564, -0.18982306122779846, 0.4081125855445862, 0.47798722982406616, 0.7191209197044373, 1.3331407308578491, 2.1334774494171143, 2.552713394165039, 2.65051007270813, 3.074308156967163, 3.8273119926452637, 4.543741703033447, 4.097252368927002, 2.8999319076538086, 2.1651463508605957, 1.9636917114257812, 1.8942646980285645, 1.251173734664917, 0.591629683971405, 0.39772090315818787, 0.06230810657143593, -0.3016375005245209, -0.7456605434417725, -1.186790108680725, -2.021519184112549, -3.2670366764068604, -3.4305803775787354, -3.007880687713623, -2.8529868125915527, -3.2837257385253906, -3.522639751434326, -2.987313747406006, -2.58073353767395, -2.455077648162842, -2.2772581577301025, -1.8585872650146484, -1.2845497131347656, -0.6428911685943604, 0.33438873291015625, 0.7693140506744385, 0.6822590827941895, 0.8946324586868286, 1.6236870288848877, 2.426588773727417, 2.6184232234954834, 2.752363443374634, 3.3878674507141113, 4.146393775939941, 4.682136535644531, 3.882239818572998, 2.6588988304138184, 1.885482907295227, 1.6872583627700806, 1.6837022304534912, 1.0701749324798584, 0.5351060032844543, 0.28838545083999634, -0.05928431451320648, -0.427620530128479, -1.029719591140747, -1.546995997428894, -2.5678865909576416, -3.615739107131958, -3.5586297512054443, -3.041929244995117, -2.7525532245635986, -3.2053463459014893, -3.355894088745117, -2.8988077640533447, -2.6031739711761475, -2.4616761207580566, -2.339694023132324, -1.7603504657745361, -1.0157933235168457, -0.15951329469680786, 0.8022388219833374, 0.9471992254257202, 0.7996687293052673, 0.9397284984588623, 1.7272794246673584, 2.537203550338745, 2.645085573196411, 2.9703779220581055, 3.6608939170837402, 4.380089282989502, 4.818081855773926, 3.678508758544922, 2.413827657699585, 1.4724888801574707, 1.4548438787460327, 1.6807260513305664, 0.994171679019928, 0.47126808762550354, 0.2215675562620163, -0.12435784935951233, -0.5894991755485535, -1.4173038005828857, -1.8567768335342407, -2.8610916137695312, -3.8777270317077637, -3.657632827758789, -2.844813108444214, -2.4693193435668945, -3.149965286254883, -3.4083919525146484, -2.9746623039245605, -2.6711792945861816, -2.4928019046783447, -2.315326690673828, -1.5513837337493896, -0.7618206143379211, 0.1037556380033493, 1.1041796207427979, 1.1464169025421143, 0.9208583235740662, 0.8725965023040771, 1.657029151916504, 2.513340950012207, 2.64522647857666, 3.0170986652374268, 3.8016040325164795, 4.572240829467773, 4.918984889984131, 3.6111233234405518, 2.2041962146759033, 1.1894817352294922, 1.117356538772583, 1.5682904720306396, 1.1218459606170654, 0.6261776089668274, 0.308810293674469, -0.10228913277387619, -0.6472983360290527, -1.5880918502807617, -2.1198270320892334, -2.9411189556121826, -3.845151901245117, -3.58420991897583, -2.6540138721466064, -2.166525363922119, -2.9243993759155273, -3.40378475189209, -3.0840601921081543, -2.7205774784088135, -2.5007922649383545, -2.1849586963653564, -1.382187843322754, -0.5650719404220581, 0.3629254102706909, 1.3287047147750854, 1.2903656959533691, 0.8760586977005005, 0.6350658535957336, 1.413843035697937, 2.3827526569366455, 2.6447510719299316, 3.076246738433838, 3.863506555557251, 4.508553504943848, 4.769265174865723, 3.8554904460906982, 2.312948703765869, 1.0982540845870972, 0.6632177233695984, 1.4201804399490356, 1.533882737159729, 0.9772218465805054, 0.42057815194129944, -0.046675343066453934, -0.6401589512825012, -1.7237664461135864, -2.411642551422119, -2.7208590507507324, -3.3976924419403076, -3.4545514583587646, -2.5891027450561523, -1.861033320426941, -2.566977024078369, -3.5071208477020264, -3.530989646911621, -2.9360408782958984, -2.535649061203003, -2.1376144886016846, -1.230280876159668, -0.32068103551864624, 0.38778072595596313, 1.1085121631622314, 1.188043236732483, 0.7166145443916321, 0.30714675784111023, 0.7456509470939636, 1.9957275390625, 2.6988704204559326, 3.024851083755493, 3.6096131801605225, 4.184371471405029, 4.215736389160156, 3.856797933578491, 2.7312052249908447, 1.4137521982192993, 0.4266892671585083, 0.7987723350524902, 1.8058799505233765, 1.6165897846221924, 0.6425624489784241, -0.045198727399110794, -0.5764617919921875, -1.4862287044525146, -2.4851279258728027, -2.4567129611968994, -2.318248748779297, -3.0915653705596924, -3.031308174133301, -2.1844778060913086, -2.0408642292022705, -3.1550614833831787, -3.9096696376800537, -3.2750251293182373, -2.478832244873047, -2.05983829498291, -1.3732701539993286, -0.3778899908065796, 0.16655594110488892, 0.3567683696746826, 0.7850912809371948, 0.8075607419013977, 0.3882846236228943, 0.19468143582344055, 1.1930675506591797, 2.6342551708221436, 3.067262649536133, 3.0454137325286865, 3.41789174079895, 3.8009016513824463, 3.58811616897583, 3.2418293952941895, 2.5515146255493164, 1.451122760772705, 0.3597394526004791, 0.849288284778595, 1.904647946357727, 1.53999662399292, 0.2512691915035248, -0.532422661781311, -0.8560912013053894, -1.6154521703720093, -2.38517165184021, -2.0047645568847656, -1.9355794191360474, -2.959634780883789, -3.057260751724243, -2.269918203353882, -2.1465580463409424, -3.2715306282043457, -3.701747179031372, -2.728335380554199, -1.9766786098480225, -1.617578387260437, -1.0302083492279053, -0.3124890625476837, -0.04550759866833687, 0.03231529891490936, 0.6560496687889099, 0.8253653049468994, 0.43830496072769165, 0.325400173664093, 1.4618531465530396, 2.7838170528411865, 2.88867449760437, 2.600557327270508, 3.0067198276519775, 3.5337400436401367, 3.1814303398132324, 3.0291101932525635, 2.8468549251556396, 1.6701691150665283, 0.25165367126464844, 0.38617977499961853, 1.8080332279205322, 1.6667486429214478, 0.18277837336063385, -0.5548072457313538, -0.7030577063560486, -1.3960826396942139, -2.2411115169525146, -1.9270517826080322, -1.6070356369018555, -2.798701524734497, -3.182588577270508, -2.2849605083465576, -1.8752142190933228, -2.8941736221313477, -3.5508594512939453, -2.6482937335968018, -1.83494234085083, -1.6444810628890991, -1.1755499839782715, -0.36595532298088074, -0.10623407363891602, -0.24633917212486267, 0.39001110196113586, 0.9047276973724365, 0.5964697003364563, 0.19142621755599976, 1.1189807653427124, 2.634706974029541, 2.7694339752197266, 2.272216796875, 2.525352954864502, 3.173680543899536, 3.003293514251709, 2.691715955734253, 3.2792813777923584, 2.49623441696167, 0.534675121307373, -0.25509849190711975, 1.1664258241653442, 2.139068603515625, 0.8161910176277161, -0.36428409814834595, -0.5348537564277649, -0.9745402932167053, -1.896488070487976, -2.0479164123535156, -1.2990193367004395, -1.9491488933563232, -3.110159397125244, -2.6247894763946533, -1.7952135801315308, -2.090008020401001, -3.233485221862793, -3.0014655590057373, -2.105107069015503, -1.7663030624389648, -1.3021752834320068, -0.6175624132156372, -0.24961337447166443, -0.4328278601169586, -0.06012532860040665, 0.9340900778770447, 0.7784724831581116, 0.1304057091474533, 0.3262970447540283, 1.8238157033920288, 2.606205463409424, 2.1536314487457275, 2.0753607749938965, 2.64737868309021, 2.970309019088745, 2.556033134460449, 2.7881221771240234, 3.2983081340789795, 1.7510149478912354, -0.03283302113413811, -0.10244573652744293, 1.5644068717956543, 2.1590495109558105, 0.6218211650848389, -0.35119524598121643, -0.7212718725204468, -1.2430715560913086, -1.8680063486099243, -1.8297975063323975, -1.1069294214248657, -1.7347126007080078, -2.7158925533294678, -2.393869400024414, -1.9171127080917358, -2.2140920162200928, -3.3244824409484863, -2.994326591491699, -1.8800654411315918, -1.3015899658203125, -1.012044906616211, -0.6821979880332947, -0.3722650408744812, -0.5692153573036194, -0.22516323626041412, 0.703181803226471, 0.662179708480835, 0.17932920157909393, 0.40301206707954407, 1.903795838356018, 2.5615737438201904, 1.912307620048523, 1.6152316331863403, 2.1842942237854004, 2.8058712482452393, 2.6229522228240967, 2.4549453258514404, 2.989701986312866, 2.2541399002075195, 0.4769882261753082, -0.34209075570106506, 0.8035812377929688, 2.405707836151123, 1.4040257930755615, -0.24694927036762238, -0.9142411351203918, -0.9171045422554016, -1.4491668939590454, -2.044644832611084, -1.2263609170913696, -0.7577395439147949, -1.926801085472107, -2.7787811756134033, -2.4288666248321533, -1.905077338218689, -2.820280075073242, -3.0814735889434814, -1.8410606384277344, -0.9401943683624268, -0.983712911605835, -1.012551188468933, -0.5544794201850891, -0.6935796737670898, -0.8264689445495605, 0.16285869479179382, 0.8905262351036072, 0.6378735303878784, 0.37609049677848816, 1.272619605064392, 2.2111189365386963, 1.64640212059021, 1.0249232053756714, 1.4141892194747925, 2.4551191329956055, 2.631943702697754, 2.284921407699585, 2.3658089637756348, 2.9051735401153564, 1.8455933332443237, 0.04710615053772926, -0.3037935197353363, 1.265523076057434, 2.3766205310821533, 0.9132264852523804, -0.5146082639694214, -0.6455584168434143, -0.6976513266563416, -1.6457533836364746, -1.9606263637542725, -0.7125731706619263, -0.26808151602745056, -2.242201566696167, -3.160989284515381, -2.207571268081665, -1.5305627584457397, -2.514042615890503, -2.628908157348633, -1.2046979665756226, -0.84701007604599, -1.5457223653793335, -1.3801499605178833, -0.6091121435165405, -0.6936721801757812, -0.7524978518486023, 0.6023381352424622, 1.3277519941329956, 0.5637787580490112, -0.08345134556293488, 0.8006070256233215, 1.7442103624343872, 1.0803248882293701, 0.7454721927642822, 1.5260827541351318, 2.5062668323516846, 2.28255295753479, 1.820048213005066, 2.0269486904144287, 2.3053557872772217, 2.082120418548584, 0.9719452857971191, 0.3242533206939697, 0.4820479452610016, 1.4172801971435547, 1.636767864227295, 0.46022534370422363, -0.4535587728023529, -0.868366539478302, -1.2174696922302246, -1.473587989807129, -0.9959983229637146, 0.10656718909740448, -0.9120320677757263, -2.8109872341156006, -2.7260794639587402, -1.5570322275161743, -1.3850157260894775, -2.39591646194458, -1.850771427154541, -1.021145224571228, -1.4345874786376953, -1.5063482522964478, -0.6875888109207153, -0.32269370555877686, -0.8532363176345825, -0.34958893060684204, 1.0933303833007812, 0.8762255907058716, -0.14081166684627533, -0.24368193745613098, 0.9105560779571533, 1.2684837579727173, 0.8346131443977356, 1.0099399089813232, 1.5572435855865479, 1.821542739868164, 1.6371842622756958, 1.790191650390625, 2.183901786804199, 2.0091776847839355, 2.1405575275421143, 1.3636709451675415, 0.4182642698287964, 0.11236581951379776, 1.0726886987686157, 1.9911465644836426, 0.5991808772087097, -0.5594605803489685, -0.6437699198722839, -0.594186544418335, -1.0553187131881714, -1.0100970268249512, 0.04939692094922066, -0.5789916515350342, -2.5483105182647705, -2.5678200721740723, -1.3851113319396973, -1.0254337787628174, -2.1688132286071777, -1.8330715894699097, -1.0805121660232544, -1.4411182403564453, -1.6692776679992676, -0.9819875955581665, -0.42515262961387634, -0.8367606401443481, -0.45433309674263, 0.7908024191856384, 0.5441020131111145, -0.5454185009002686, -0.7326146364212036, 0.5073906183242798, 1.1962978839874268, 0.6728957295417786, 0.5593825578689575, 0.9327950477600098, 1.4362704753875732, 1.522984266281128, 1.7640327215194702, 2.055598020553589, 1.6745407581329346, 1.4869651794433594, 2.0953052043914795, 1.577848196029663, 0.43110141158103943, -0.14599712193012238, 1.2941484451293945, 2.0235886573791504, 0.597985029220581, -0.3636835217475891, -0.5799559354782104, -0.6804875731468201, -1.2524833679199219, -0.5756036639213562, 0.4290275275707245, -0.6691820621490479, -2.5061941146850586, -2.5392704010009766, -1.2301162481307983, -1.0124984979629517, -1.9065886735916138, -1.8258978128433228, -1.442507266998291, -1.4455071687698364, -1.4091609716415405, -0.7622347474098206, -0.5203933119773865, -0.9946357011795044, -0.6516865491867065, 0.40075188875198364, 0.30196985602378845, -0.7052660584449768, -0.8114967346191406, 0.3924853503704071, 1.0149117708206177, 0.6171286106109619, 0.6402415037155151, 1.0629702806472778, 1.248464822769165, 1.3148162364959717, 1.9914700984954834, 2.173353910446167, 1.623798131942749, 1.4160085916519165, 2.3353023529052734, 2.0233616828918457, 0.39728468656539917, -0.04274948313832283, 1.3254865407943726, 2.1688151359558105, 0.8419617414474487, -0.13586263358592987, -0.08123786747455597, -0.4004998505115509, -1.0731250047683716, -0.41779300570487976, 0.6159627437591553, -0.220839262008667, -2.3731203079223633, -2.648602247238159, -1.52654230594635, -1.0731827020645142, -1.5944080352783203, -1.6384339332580566, -1.5472737550735474, -2.0670053958892822, -2.027998447418213, -1.0180208683013916, -0.5169948935508728, -1.024627447128296, -1.0319726467132568, -0.07671754062175751, -0.14586521685123444, -1.08214271068573, -0.9410091042518616, 0.3473898470401764, 1.113411784172058, 0.5551236867904663, 0.47423624992370605, 0.856883704662323, 0.9824724793434143, 1.1421257257461548, 1.7094825506210327, 2.2653610706329346, 1.8305176496505737, 1.374205231666565, 1.8797870874404907, 2.4894464015960693, 2.165606737136841, 0.717657208442688, 0.199880912899971, 0.8752844929695129, 1.8877414464950562, 1.6458345651626587, 0.31067124009132385, -0.6035522222518921, -0.9466996788978577, -0.5929399728775024, -0.2211867719888687, -0.026006391271948814, -0.506205141544342, -1.9336706399917603, -2.720339775085449, -2.200782537460327, -1.165990948677063, -0.9400960206985474, -1.7844420671463013, -2.266228199005127, -2.196532726287842, -1.701173186302185, -1.139421820640564, -0.7896144986152649, -0.8348884582519531, -0.9858731627464294, -0.716463029384613, -0.20073509216308594, -0.05906300991773605, -0.17427028715610504, 0.13127349317073822, 0.7581275105476379, 0.922881543636322, 0.7320380806922913, 0.70802241563797, 1.0226237773895264, 1.4332362413406372, 1.700445294380188, 2.096575975418091, 2.084007501602173, 1.7301701307296753, 1.4936485290527344, 1.647493600845337, 2.334401845932007, 1.9662525653839111, 0.6405123472213745, 0.07550065964460373, 0.7955322861671448, 1.9167383909225464, 0.9266233444213867, -0.4878883957862854, -0.7762005925178528, -0.5809373259544373, -0.5633633136749268, -0.7075528502464294, -0.2605505883693695, -0.7548236846923828, -2.415422201156616, -2.761024236679077, -1.6637017726898193, -0.7223068475723267, -1.408707618713379, -2.2294514179229736, -2.143458843231201, -1.9842838048934937, -1.4860025644302368, -0.8044900298118591, -0.3371545672416687, -0.8012778162956238, -1.045685887336731, -0.2466239333152771, 0.2806966304779053, -0.019354302436113358, -0.23386839032173157, 0.42652779817581177, 1.1776756048202515, 0.9773398041725159, 0.7069156169891357, 0.7107307314872742, 1.0583243370056152, 1.4041748046875, 1.7349092960357666, 1.9718180894851685, 1.7085635662078857, 1.2858954668045044, 1.259657621383667, 1.5521823167800903, 2.0334653854370117, 1.873772382736206, 0.6413998603820801, -0.4153658449649811, -0.20424982905387878, 1.2048462629318237, 1.352205514907837, -0.07993331551551819, -1.0914089679718018, -1.0413686037063599, -0.7065458297729492, -0.7496375441551208, -0.38590410351753235, -0.373976469039917, -1.7671639919281006, -2.8138365745544434, -1.9283185005187988, -0.5192036032676697, -0.7064605355262756, -1.6718944311141968, -1.676005482673645, -1.3981964588165283, -1.3122150897979736, -0.7626129984855652, -0.004523585084825754, -0.10890404134988785, -0.7601426243782043, -0.3994799852371216, 0.422232985496521, 0.4041071832180023, 0.06476829200983047, 0.3502649664878845, 0.8807406425476074, 0.7527710199356079, 0.4481793940067291, 0.6151101589202881, 0.7867794632911682, 0.7259576916694641, 0.8123277425765991, 1.1451385021209717, 1.0863693952560425, 0.7317420244216919, 0.6930102109909058, 0.9033273458480835, 1.0485458374023438, 0.9631603956222534, 1.0427989959716797, 0.49566271901130676, -0.39744827151298523, -0.44747859239578247, 0.5516101717948914, 1.0893815755844116, 0.24999912083148956, -0.7670125961303711, -0.8545255064964294, -0.6265532970428467, -0.36747878789901733, 0.04690515249967575, 0.15135681629180908, -0.47249698638916016, -1.3452465534210205, -1.215872049331665, -0.5251946449279785, -0.32462644577026367, -0.5482527613639832, -0.7659158110618591, -0.9127199053764343, -0.9701803922653198, -0.5740857720375061, 0.0026770103722810745, -0.046692147850990295, -0.41229555010795593, -0.480673223733902, -0.19722914695739746, -0.22213591635227203, -0.293837308883667, -0.04527642950415611, 0.20327728986740112, 0.15976636111736298, -0.11623656004667282, -0.20525333285331726, -0.0901460126042366, 0.07113170623779297, 0.260646253824234, 0.25678786635398865, 0.1755293756723404, 0.16813212633132935, 0.41903001070022583, 0.8682413101196289, 0.8705111742019653, 0.6827288269996643, 0.6434630155563354, 0.8655644059181213, 0.5836217999458313, 0.07461267709732056, 0.20268169045448303, 1.042028546333313, 1.2714347839355469, 0.571390688419342, 0.0003842690493911505, 0.03848009184002876, 0.3197516202926636, 0.46732649207115173, 0.7738033533096313, 0.6907021999359131, -0.1727123111486435, -0.8450617790222168, -0.3511282205581665, 0.4081580936908722, 0.09597422927618027, -0.8572655916213989, -1.1248027086257935, -0.9768297672271729, -0.8660641312599182, -0.7283064126968384, -0.3763411343097687, -0.6876817345619202, -1.3085505962371826, -1.190669059753418, -0.5224178433418274, -0.38300806283950806, -0.9323301315307617, -0.994479238986969, -0.6016523838043213, -0.5743169188499451, -0.7042117118835449, -0.469672292470932, -0.11442945152521133, -0.12311152368783951, -0.27945294976234436, -0.06328906863927841, 0.1839512437582016, 0.29862838983535767, 0.5447660684585571, 0.9362878799438477, 0.9989011883735657, 0.7091790437698364, 0.7730231285095215, 1.369659423828125, 1.7536357641220093, 1.001283884048462, 0.3288314640522003, 0.609425961971283, 1.6975353956222534, 1.9557844400405884, 1.0209152698516846, 0.35727185010910034, 0.3558019697666168, 0.7144331336021423, 0.9058892726898193, 1.0050774812698364, 0.7115938067436218, -0.3250581622123718, -1.0711212158203125, -0.4562217891216278, 0.32507580518722534, -0.005109171383082867, -1.3223025798797607, -1.8172543048858643, -1.4232796430587769, -1.028032660484314, -0.835895836353302, -0.9354575276374817, -1.3342978954315186, -1.8118997812271118, -1.491358995437622, -0.7648425698280334, -0.7709282040596008, -1.2123907804489136, -1.2038968801498413, -0.6783522367477417, -0.4345931112766266, -0.5530308485031128, -0.35074856877326965, -0.13514994084835052, 0.02868003398180008, 0.1684262454509735, 0.3737110197544098, 0.45323696732521057, 0.3753628432750702, 0.6292741298675537, 1.0382906198501587, 1.2613224983215332, 1.2699991464614868, 1.1958004236221313, 1.2466373443603516, 1.5346115827560425, 1.5414891242980957, 0.9935040473937988, 0.5926685333251953, 1.1276291608810425, 1.9665578603744507, 1.4866608381271362, 0.3501010835170746, 0.13412371277809143, 0.620175838470459, 0.7183480858802795, 0.4169323146343231, 0.46127763390541077, 0.18961171805858612, -0.8397544026374817, -1.2264418601989746, -0.4080618619918823, 0.04860652610659599, -0.789448082447052, -1.8018927574157715, -1.7569235563278198, -1.382680892944336, -1.2187803983688354, -1.0387697219848633, -1.0852564573287964, -1.5322208404541016, -1.7919707298278809, -1.1486469507217407, -0.626957356929779, -0.8991107940673828, -1.1253559589385986, -0.726256251335144, -0.30350807309150696, -0.4362438917160034, -0.4140019714832306, 0.030333787202835083, 0.23311710357666016, 0.16740669310092926, 0.23179787397384644, 0.5274451971054077, 0.6150736808776855, 0.5302523374557495, 0.7843785881996155, 1.0841424465179443, 1.1735551357269287, 1.1924246549606323, 1.259185552597046, 1.2951195240020752, 1.3809212446212769, 1.3587446212768555, 0.9288347959518433, 0.5448692440986633, 0.910832405090332, 1.774199366569519, 1.324525237083435, 0.07709404826164246, -0.17200994491577148, 0.6181768774986267, 0.8829814195632935, 0.2470267117023468, 0.024805445224046707, 0.058164577931165695, -0.5748013854026794, -1.0140838623046875, -0.49324068427085876, -0.07407207787036896, -0.8563947677612305, -1.714345097541809, -1.5125401020050049, -1.0589687824249268, -1.1423704624176025, -1.2295923233032227, -1.0358139276504517, -1.2057464122772217, -1.3934694528579712, -1.0782853364944458, -0.6380724906921387, -0.7761935591697693, -0.9898892045021057, -0.6283769011497498, -0.16194218397140503, -0.23885220289230347, -0.31877797842025757, -0.033381104469299316, 0.27836889028549194, 0.28771933913230896, 0.29366669058799744, 0.47106409072875977, 0.5246711373329163, 0.4795834422111511, 0.6799877882003784, 1.0735993385314941, 1.1056054830551147, 0.8482844233512878, 0.7491265535354614, 1.0144562721252441, 1.2653688192367554, 1.2704979181289673, 1.1703686714172363, 0.5643081665039062, 0.254587858915329, 0.5953046083450317, 1.4787886142730713, 1.3091542720794678, 0.15872949361801147, -0.33155497908592224, 0.11065713316202164, 0.5755906105041504, 0.3008384108543396, 0.12192288786172867, 0.0011425504926592112, -0.5179336667060852, -0.9099081754684448, -0.5083217024803162, -0.17034006118774414, -0.6331617832183838, -1.3848564624786377, -1.2252707481384277, -0.8437231779098511, -0.9276577830314636, -1.0736424922943115, -0.9444819688796997, -0.9029187560081482, -1.1995394229888916, -1.0869168043136597, -0.5655818581581116, -0.45982062816619873, -0.7078502178192139, -0.7030717730522156, -0.29323849081993103, -0.10339312255382538, -0.1432691514492035, 0.0630536675453186, 0.24952362477779388, 0.1888342797756195, 0.0265140850096941, 0.27063676714897156, 0.6705480813980103, 0.7320307493209839, 0.5683700442314148, 0.41144922375679016, 0.3907703459262848, 0.583016037940979, 0.8903811573982239, 1.135781168937683, 0.9016185998916626, 0.5344976186752319, 0.7371364831924438, 0.8577732443809509, 0.519827127456665, 0.23265105485916138, 0.7176263332366943, 1.2874327898025513, 0.585193395614624, -0.21358320116996765, 0.018328504636883736, 0.6893677115440369, 0.6302601099014282, 0.09626182913780212, 0.0645335391163826, 0.0068067461252212524, -0.42658138275146484, -0.383760541677475, 0.07076115161180496, -0.04728109762072563, -0.9421080350875854, -1.3068331480026245, -0.7194991111755371, -0.5021288394927979, -0.768407940864563, -0.9527285099029541, -0.9202110171318054, -1.1250029802322388, -1.176566243171692, -0.5615166425704956, -0.27583763003349304, -0.7408285140991211, -1.0444132089614868, -0.6067729592323303, -0.16913598775863647, -0.3434878885746002, -0.3576856553554535, -0.07422704994678497, -0.052916042506694794, -0.1468222588300705, 0.02939181961119175, 0.32731708884239197, 0.1640912890434265, -0.007000942714512348, 0.2523057162761688, 0.42058703303337097, 0.3467008173465729, 0.3285472095012665, 0.5896999835968018, 0.7269436717033386, 0.6149808168411255, 0.6604487299919128, 0.8473480343818665, 0.974137544631958, 0.7352062463760376, 0.3708953857421875, 0.5175510048866272, 1.0929324626922607, 1.4712982177734375, 0.640835165977478, -0.03828286752104759, 0.2847525477409363, 1.0491819381713867, 0.9611645936965942, 0.30178043246269226, 0.1304054856300354, 0.02841617353260517, -0.2174692004919052, -0.13218073546886444, 0.19223158061504364, -0.1456512212753296, -1.0151777267456055, -1.169900894165039, -0.5981870889663696, -0.6200249791145325, -0.9850814342498779, -1.0463166236877441, -0.9193252921104431, -1.1620880365371704, -1.192124843597412, -0.7332410216331482, -0.6968921422958374, -1.0622624158859253, -1.0628416538238525, -0.5914698243141174, -0.4147358536720276, -0.5818977952003479, -0.43948060274124146, -0.19131121039390564, -0.13809314370155334, -0.0865611582994461, 0.024293551221489906, 0.15831002593040466, 0.23025265336036682, 0.41143283247947693, 0.4270397424697876, 0.2665621340274811, 0.38109979033470154, 0.7222556471824646, 0.8925268054008484, 0.8135789036750793, 0.849964439868927, 0.9071404933929443, 0.8870841860771179, 1.0486118793487549, 1.2346935272216797, 0.815811276435852, 0.33649614453315735, 0.6596083045005798, 1.515749216079712, 1.1704297065734863, 0.1867779791355133, -0.0006300493259914219, 0.5531846880912781, 0.6853442192077637, 0.2407083660364151, 0.2435089498758316, 0.10246183723211288, -0.4467880427837372, -0.6640010476112366, -0.21524454653263092, -0.13975410163402557, -0.7871261835098267, -1.1217923164367676, -0.8855581283569336, -1.0344399213790894, -1.3264281749725342, -1.0538736581802368, -0.729505181312561, -1.0723133087158203, -1.4224773645401, -0.9727836847305298, -0.6730139255523682, -0.9281612634658813, -0.8931035995483398, -0.3868742883205414, -0.2629546821117401, -0.5951354503631592, -0.4015761911869049, 0.1717076301574707, 0.28112584352493286, 0.10053257644176483, 0.11476553231477737, 0.2967924475669861, 0.36151066422462463, 0.49477681517601013, 0.6872601509094238, 0.5266439914703369, 0.3913320004940033, 0.5778517723083496, 0.8192756772041321, 0.7366885542869568, 0.5817813873291016, 0.6907755732536316, 0.7392185926437378, 0.6453923583030701, 0.771534264087677, 0.9853829741477966, 0.4950002431869507, -0.04970826581120491, 0.21495139598846436, 1.1528671979904175, 1.0921825170516968, 0.024529121816158295, -0.30837851762771606, 0.12054531276226044, 0.5271962881088257, 0.19890345633029938, 0.05949203670024872, -0.032195091247558594, -0.43477073311805725, -0.5953863859176636, -0.21730710566043854, -0.03283923119306564, -0.5756404995918274, -1.06729257106781, -0.8486366271972656, -0.6083405613899231, -0.7709249258041382, -0.8288063406944275, -0.7683565616607666, -0.805677056312561, -0.9969559907913208, -0.7261552214622498, -0.41898226737976074, -0.5665088295936584, -0.6778762340545654, -0.4576709568500519, -0.09297146648168564, -0.16406841576099396, -0.26318880915641785, -0.10010067373514175, 0.047480180859565735, 0.1262866109609604, 0.14557680487632751, 0.25137224793434143, 0.25271597504615784, 0.22162920236587524, 0.28081920742988586, 0.3208259344100952, 0.38852769136428833, 0.46951448917388916, 0.5384315252304077, 0.479015976190567, 0.37459078431129456, 0.4461982846260071, 0.5606942176818848, 0.6528823971748352, 0.7275093793869019, 0.7673298120498657, 0.4803159236907959, -0.024713102728128433, 0.07315286993980408, 0.7423138618469238, 1.2312557697296143, 0.5392190217971802, -0.2325591892004013, -0.19549623131752014, 0.3806999921798706, 0.6315388083457947, 0.36555665731430054, 0.11851634830236435, -0.18540067970752716, -0.38909804821014404, -0.2053324431180954, 0.11428249627351761, 0.02831737883388996, -0.4888799488544464, -0.7868449687957764, -0.5868709683418274, -0.5491496324539185, -0.5920230150222778, -0.579033374786377, -0.48945820331573486, -0.5603398680686951, -0.749763548374176, -0.6271023750305176, -0.5812860131263733, -0.5155321955680847, -0.3290121853351593, -0.14652717113494873, -0.24187617003917694, -0.5046455264091492, -0.29858359694480896, 0.10886503010988235, 0.20687131583690643, 0.06105838716030121, -0.02013036422431469, 0.05291632190346718, 0.1287129670381546, 0.25050297379493713, 0.3973720967769623, 0.3177525997161865, 0.1254487931728363, 0.1151348128914833, 0.3119410574436188, 0.3972183167934418, 0.2650117874145508, 0.10590942949056625, 0.1494324505329132, 0.28966009616851807, 0.41185957193374634, 0.38834160566329956, 0.35608190298080444, 0.1374288648366928, -0.06814957410097122, 0.07317569106817245, 0.4164261817932129, 0.6975888013839722, 0.2916278839111328, -0.004714675713330507, 0.04329938814043999, 0.27494585514068604, 0.3263612985610962, 0.2177804708480835, 0.2581988573074341, 0.14008642733097076, -0.031554993242025375, 0.007374420762062073, 0.1618141382932663, 0.1265631467103958, -0.08837638795375824, -0.13702426850795746, -0.06821025162935257, -0.26344165205955505, -0.35862037539482117, -0.22277329862117767, -0.05364380031824112, -0.16126422584056854, -0.332642525434494, -0.2871537506580353, -0.32570186257362366, -0.3508382737636566, -0.1928214132785797, 1.2618967957678251e-05, -0.050578679889440536, -0.2955399453639984, -0.29369524121284485, -0.09700194001197815, 0.044567424803972244, 0.12128303200006485, 0.0520033985376358, -0.11740349978208542, -0.25833937525749207, -0.11266376078128815, 0.08005145937204361, -0.022182585671544075, -0.21118585765361786, -0.2671913504600525, -0.23975861072540283, -0.3223092555999756, -0.3515736162662506, -0.24696023762226105, -0.2828626334667206, -0.34909167885780334, -0.3470986783504486, -0.2064160257577896, -0.15277549624443054, -0.16544832289218903, 0.006189889740198851, 0.138876274228096, -0.1106657087802887, -0.21167637407779694, 0.020231375470757484, 0.5459818243980408, 0.6817496418952942, 0.4498383700847626, 0.377638041973114, 0.40543270111083984, 0.6261990666389465, 0.783312976360321, 0.915686845779419, 0.8687188625335693, 0.5877588987350464, 0.49595022201538086, 0.6243430972099304, 0.796480119228363, 0.7144142985343933, 0.40471166372299194, 0.21569480001926422, 0.17587429285049438, 0.21027596294879913, 0.21791726350784302, 0.062372174113988876, -0.11813249439001083, -0.2738211154937744, -0.2087881714105606, -0.15187981724739075, -0.32017427682876587, -0.49780166149139404, -0.5686121582984924, -0.4921799898147583, -0.47978395223617554, -0.4525352120399475, -0.4200088381767273, -0.5083549618721008, -0.6194522976875305, -0.582291841506958, -0.4386299252510071, -0.4434259235858917, -0.5588659644126892, -0.6341183185577393, -0.6446854472160339, -0.5726022720336914, -0.5782003998756409, -0.41713693737983704, -0.4269466996192932, -0.6103215217590332, -0.5552263855934143, -0.47291332483291626, -0.41928285360336304, -0.2690473198890686, -0.21637524664402008, -0.07844404131174088, -0.17627820372581482, -0.18276473879814148, 0.10686644166707993, 0.22982467710971832, 0.2800021171569824, 0.2916306257247925, 0.505294919013977, 0.5506532192230225, 0.4765438139438629, 0.5400339961051941, 0.753460705280304, 0.9160581827163696, 0.8646597266197205, 0.8173434734344482, 0.8556246161460876, 0.7784157991409302, 0.7571736574172974, 0.8058245778083801, 0.8735783100128174, 0.7487705945968628, 0.5442953705787659, 0.4999641180038452, 0.4621564447879791, 0.36000505089759827, 0.3291099965572357, 0.2738795876502991, 0.16374999284744263, -0.0007690463098697364, -0.05262334272265434, -0.043925367295742035, -0.15699198842048645, -0.26593753695487976, -0.20590122044086456, -0.16981488466262817, -0.295613169670105, -0.435352623462677, -0.41606059670448303, -0.3378506302833557, -0.37041786313056946, -0.42545804381370544, -0.3728881776332855, -0.406675785779953, -0.5336905717849731, -0.523817241191864, -0.4980011582374573, -0.5382834076881409, -0.6484418511390686, -0.654504656791687, -0.5729482769966125, -0.5937904119491577, -0.6620244383811951, -0.6062923073768616, -0.5712906122207642, -0.5487213730812073, -0.4443405568599701, -0.42391830682754517, -0.40336814522743225, -0.4453108012676239, -0.34958359599113464, -0.147963285446167, -0.10243280231952667, -0.10329049825668335, -0.046095382422208786, 0.01789083145558834, 0.12638723850250244, 0.17036859691143036, 0.2781907320022583, 0.36921530961990356, 0.3968062698841095, 0.460698664188385, 0.5312683582305908, 0.5718452334403992, 0.5852577686309814, 0.6030918955802917, 0.6459748148918152, 0.6883456110954285, 0.7099185585975647, 0.7077213525772095, 0.7070677280426025, 0.6909887790679932, 0.6477771997451782, 0.5875622034072876, 0.5427140593528748, 0.546051561832428, 0.5476857423782349, 0.47774583101272583, 0.37981054186820984, 0.2956254482269287, 0.2108084112405777, 0.16381263732910156, 0.14481543004512787, 0.13558506965637207, 0.06268151104450226, -0.050506383180618286, -0.11057643592357635, -0.138126403093338, -0.1944795846939087, -0.20516496896743774, -0.20594501495361328, -0.25238096714019775, -0.34614256024360657, -0.3927691876888275, -0.32131463289260864, -0.2931824028491974, -0.34196120500564575, -0.3711082935333252, -0.3634691536426544, -0.37670961022377014, -0.41197943687438965, -0.40950942039489746, -0.4099814295768738, -0.48066890239715576, -0.5099405646324158, -0.47038814425468445, -0.4240466356277466, -0.4364354610443115, -0.48120027780532837, -0.49768325686454773, -0.4778442084789276, -0.43352654576301575, -0.37591683864593506, -0.3172890245914459, -0.3062734007835388, -0.35582250356674194, -0.35837581753730774, -0.26243144273757935, -0.126837819814682, -0.10272712260484695, -0.13980142772197723, -0.11657503247261047, -0.04919641464948654, 0.007629213854670525, 0.05287429317831993, 0.09594997018575668, 0.10426101833581924, 0.08018745481967926, 0.13458888232707977, 0.26094308495521545, 0.31747308373451233, 0.2760372757911682, 0.24585863947868347, 0.31905701756477356, 0.44369131326675415, 0.5040156841278076, 0.5203194618225098, 0.5148314833641052, 0.5410208702087402, 0.5802367925643921, 0.6187594532966614, 0.635394811630249, 0.6287527084350586, 0.6251052021980286, 0.6125830411911011, 0.5899878740310669, 0.5571874380111694, 0.5123940706253052, 0.44683510065078735, 0.4091501533985138, 0.4067326784133911, 0.3656659722328186, 0.26965415477752686, 0.19543488323688507, 0.16526101529598236, 0.1512889266014099, 0.12122900784015656, 0.06772678345441818, -0.003500955644994974, -0.08127124607563019, -0.13688860833644867, -0.13840661942958832, -0.1539342999458313, -0.23863722383975983, -0.3341214954853058, -0.39797908067703247, -0.4190817177295685, -0.41866162419319153, -0.43802350759506226, -0.49136602878570557, -0.5670331716537476, -0.6332584023475647, -0.6401880979537964, -0.6124369502067566, -0.599797785282135, -0.6248247027397156, -0.6726531386375427, -0.7010197043418884, -0.668468713760376, -0.6144782304763794, -0.5794903039932251, -0.5680782794952393, -0.5467821955680847, -0.48129013180732727, -0.40843212604522705, -0.3593083918094635, -0.30426090955734253, -0.24365442991256714, -0.18102101981639862, -0.11735963076353073, -0.03851859271526337, 0.04325895011425018, 0.08903250098228455, 0.11370288580656052, 0.1836671531200409, 0.29052218794822693, 0.35210761427879333, 0.4178997278213501, 0.42111626267433167, 0.5032736659049988, 0.5191662311553955, 0.5652036070823669, 0.6519915461540222, 0.7045666575431824, 0.7203853726387024, 0.7485390305519104, 0.8018300533294678, 0.8213256597518921, 0.8013368248939514, 0.789225697517395, 0.776034951210022, 0.752189576625824, 0.7229825258255005, 0.716286301612854, 0.6816061735153198, 0.5898964405059814, 0.5203705430030823, 0.4402051866054535, 0.34728389978408813, 0.26161259412765503, 0.21928377449512482, 0.15773284435272217, 0.04175127297639847, -0.060638412833213806, -0.10678840428590775, -0.16874894499778748, -0.22802668809890747, -0.2879070043563843, -0.3374065160751343, -0.41108447313308716, -0.48577648401260376, -0.49930235743522644, -0.48526573181152344, -0.5329774022102356, -0.588573157787323, -0.5734818577766418, -0.5744712948799133, -0.6223933100700378, -0.652350902557373, -0.6184380650520325, -0.6023592352867126, -0.6476870179176331, -0.6546791791915894, -0.5999631285667419, -0.5788158774375916, -0.5914848446846008, -0.5704010128974915, -0.516318678855896, -0.47368764877319336, -0.46590983867645264, -0.41902315616607666, -0.34880250692367554, -0.3038249909877777, -0.271228164434433, -0.19526347517967224, -0.11652731150388718, -0.07834677398204803, -0.03974699229001999, 0.014607395976781845, 0.0750480368733406, 0.12018343806266785, 0.16925357282161713, 0.21467366814613342, 0.22364309430122375, 0.24426542222499847, 0.30939623713493347, 0.37027570605278015, 0.3816799819469452, 0.3857610821723938, 0.43141308426856995, 0.45931342244148254, 0.4665502607822418, 0.4922570288181305, 0.5278329253196716, 0.5317510366439819, 0.5189536213874817, 0.5416386127471924, 0.5732485055923462, 0.5642623901367188, 0.5386569499969482, 0.5390198826789856, 0.5431782603263855, 0.5158973336219788, 0.48803290724754333, 0.4961484968662262, 0.4819941222667694, 0.4268442988395691, 0.3670750856399536, 0.3223051428794861, 0.27323734760284424, 0.2077491283416748, 0.1749771386384964, 0.14821019768714905, 0.08445651084184647, 0.004329575691372156, -0.05034065991640091, -0.07697661221027374, -0.11194178462028503, -0.16327273845672607, -0.20824092626571655, -0.26875048875808716, -0.33410942554473877, -0.37182214856147766, -0.3919391334056854, -0.42592090368270874, -0.4792729914188385, -0.5112063884735107, -0.5343828797340393, -0.5564054250717163, -0.585498034954071, -0.6101891398429871, -0.6333577036857605, -0.6325636506080627, -0.6058516502380371, -0.5774757862091064, -0.5909806489944458, -0.6039723753929138, -0.5842971801757812, -0.5150737762451172, -0.45635518431663513, -0.41492098569869995, -0.38337984681129456, -0.3577396869659424, -0.3092595934867859, -0.24123336374759674, -0.16936536133289337, -0.11342015862464905, -0.06487412750720978, -0.016028527170419693, 0.03437871113419533, 0.10299663990736008, 0.1831594705581665, 0.2496606707572937, 0.26736411452293396, 0.29396095871925354, 0.3593860864639282, 0.431967556476593, 0.46607428789138794, 0.49189943075180054, 0.5349687337875366, 0.553445041179657, 0.5506579279899597, 0.585483968257904, 0.6271211504936218, 0.6189326643943787, 0.6077174544334412, 0.627795398235321, 0.6545643210411072, 0.6231909990310669, 0.5888088941574097, 0.5936323404312134, 0.5914404988288879, 0.5512409210205078, 0.520902693271637, 0.490568071603775, 0.43665069341659546, 0.365048348903656, 0.32630085945129395, 0.3069865107536316, 0.258028507232666, 0.19173139333724976, 0.12337559461593628, 0.04799921438097954, -0.03143163025379181, -0.08753044903278351, -0.11841797828674316, -0.17175476253032684, -0.24792195856571198, -0.3296421766281128, -0.395238995552063, -0.4450189471244812, -0.47038426995277405, -0.49309197068214417, -0.5507985353469849, -0.617889940738678, -0.6355104446411133, -0.6332524418830872, -0.6343231201171875, -0.6326236128807068, -0.624858558177948, -0.6289718151092529, -0.6411744356155396, -0.6097872853279114, -0.5559067130088806, -0.5254852175712585, -0.5125901103019714, -0.47367721796035767, -0.41003385186195374, -0.3626728057861328, -0.32262447476387024, -0.26338979601860046, -0.20302972197532654, -0.14913636445999146, -0.09097424894571304, -0.01771276630461216, 0.019070561975240707, 0.062316782772541046, 0.12982815504074097, 0.1974046677350998, 0.24365602433681488, 0.27594897150993347, 0.3211095333099365, 0.36011990904808044, 0.3833000063896179, 0.4169769585132599, 0.4594649374485016, 0.4700937867164612, 0.4559183418750763, 0.4622218906879425, 0.4875616133213043, 0.49344173073768616, 0.47787949442863464, 0.46354174613952637, 0.4643363654613495, 0.4603351652622223, 0.4344608187675476, 0.40863120555877686, 0.37930983304977417, 0.35995882749557495, 0.35554513335227966, 0.3412972390651703, 0.29346463084220886, 0.23739950358867645, 0.21379363536834717, 0.21768870949745178, 0.1952963024377823, 0.13867880403995514, 0.08804485946893692, 0.04522478207945824, 0.008688782341778278, -0.0005907983868382871, -0.0032246781047433615, -0.041705645620822906, -0.11699303984642029, -0.1762067675590515, -0.18920834362506866, -0.19568993151187897, -0.23441939055919647, -0.27061375975608826, -0.3027387857437134, -0.3320518732070923, -0.3472442924976349, -0.35490182042121887, -0.3539387285709381, -0.3766252100467682, -0.39522650837898254, -0.3893568515777588, -0.37890538573265076, -0.37796327471733093, -0.361284464597702, -0.3364306390285492, -0.32055774331092834, -0.32093873620033264, -0.30203506350517273, -0.271614134311676, -0.2560974955558777, -0.23473137617111206, -0.2102387249469757, -0.18316587805747986, -0.17118415236473083, -0.16008271276950836, -0.12707678973674774, -0.08505367487668991, -0.06318780034780502, -0.04675567150115967, -0.028909768909215927, 0.0016174324555322528, 0.031410377472639084, 0.05670187249779701, 0.08588560670614243, 0.12346012890338898, 0.15357643365859985, 0.1697547733783722, 0.19343630969524384, 0.2111320197582245, 0.23444582521915436, 0.2568269968032837, 0.2913292646408081, 0.3123350739479065, 0.311898410320282, 0.30002734065055847, 0.29590433835983276, 0.30355104804039, 0.31499141454696655, 0.3268790543079376, 0.3206504285335541, 0.283983051776886, 0.2522643208503723, 0.24701093137264252, 0.24798798561096191, 0.23834222555160522, 0.20324644446372986, 0.18413951992988586, 0.16945253312587738, 0.14861825108528137, 0.12516677379608154, 0.0959034189581871, 0.06784632056951523, 0.03944235295057297, 0.01586562767624855, -0.0013334992108866572, -0.020122559741139412, -0.04409538209438324, -0.06500194221735, -0.0819273293018341, -0.09810154139995575, -0.12438055127859116, -0.15800531208515167, -0.17521144449710846, -0.1805238276720047, -0.18482065200805664, -0.2061004638671875, -0.24043668806552887, -0.2634671926498413, -0.2640620768070221, -0.2716175317764282, -0.263051301240921, -0.26761606335639954, -0.2733742296695709, -0.27970293164253235, -0.2750960886478424, -0.2577775716781616, -0.23554974794387817, -0.22693946957588196, -0.21690301597118378, -0.2000337839126587, -0.1770348846912384, -0.1538144052028656, -0.12368746101856232, -0.09295515716075897, -0.07104608416557312, -0.05548795312643051, -0.032456789165735245, -0.007009726949036121, 0.020380189642310143, 0.03791837766766548, 0.055632300674915314, 0.0672408863902092, 0.08647007495164871, 0.10982554405927658, 0.1326953023672104, 0.15384046733379364, 0.15737059712409973, 0.15602092444896698, 0.16312475502490997, 0.1749674379825592, 0.1902233362197876, 0.19881939888000488, 0.19256925582885742, 0.18656165897846222, 0.1816263496875763, 0.180568128824234, 0.1732834130525589, 0.16315406560897827, 0.15628522634506226, 0.149751678109169, 0.13349388539791107, 0.12237954884767532, 0.10950998216867447, 0.08793029189109802, 0.06095047667622566, 0.049477286636829376, 0.0499240942299366, 0.043468739837408066, 0.01670183055102825, -0.002457367954775691, -0.015100532211363316, -0.024059215560555458, -0.01617256924510002, -0.02611963078379631, -0.048440590500831604, -0.07958653569221497, -0.09441698342561722, -0.08206924051046371, -0.0678081214427948, -0.07229211181402206, -0.09318912774324417, -0.10807041823863983, -0.10443923622369766, -0.09063781797885895, -0.07753224670886993, -0.07642277330160141, -0.08259361237287521, -0.08256413787603378, -0.07284946739673615, -0.05822734534740448, -0.049628663808107376, -0.04186846688389778, -0.034357789903879166, -0.026876799762248993, -0.02204325422644615, -0.011909250169992447, -0.003841110970824957, 0.0008049975149333477, 0.0002377508644713089, 0.008922805078327656, 0.02118876948952675, 0.026262007653713226, 0.031959712505340576, 0.0379675067961216, 0.0495130829513073, 0.061227377504110336, 0.06712387502193451, 0.06577406078577042, 0.06936702877283096, 0.0822838544845581, 0.08543282002210617, 0.07295369356870651, 0.06652156263589859, 0.07832563668489456, 0.07765442878007889, 0.06585460156202316, 0.06815971434116364, 0.07214057445526123, 0.05720220133662224, 0.031316421926021576, 0.02846348099410534, 0.03513543680310249, 0.024807076901197433, 0.010641331784427166, 0.008642018772661686, 0.006252608727663755, -0.009500657208263874, -0.015546686016023159, -0.002667073393240571, -0.002177566522732377, -0.02843424119055271, -0.04534701257944107, -0.04023553803563118, -0.04149111732840538, -0.05141758546233177, -0.06021653115749359, -0.06723490357398987, -0.07508362829685211, -0.08222994208335876, -0.07841021567583084, -0.08589553087949753, -0.09770967066287994, -0.09854725003242493, -0.08973191678524017, -0.09521262347698212, -0.09825649857521057, -0.08986762911081314, -0.09014542400836945, -0.08999409526586533, -0.08992510288953781, -0.07875235378742218, -0.07339039444923401, -0.06263861805200577, -0.04558248072862625, -0.04006706550717354, -0.05553029105067253, -0.05089259892702103, -0.014149540103971958, 0.001536038937047124, -0.00010419034515507519, 0.0021102274768054485, 0.01040637493133545, 0.016566136851906776, 0.023804008960723877, 0.05418366938829422, 0.07364540547132492, 0.06243688240647316, 0.058944426476955414, 0.07894722372293472, 0.103474460542202, 0.11421313136816025, 0.11623552441596985, 0.12321685999631882, 0.12405888736248016, 0.12456439435482025, 0.13456225395202637, 0.1543242633342743, 0.15330423414707184, 0.13990166783332825, 0.13225454092025757, 0.1318819224834442, 0.13211365044116974, 0.12530596554279327, 0.12347158789634705, 0.10942451655864716, 0.09130696952342987, 0.07597307860851288, 0.07130183279514313, 0.06053394079208374, 0.044818680733442307, 0.020265430212020874, 0.0026505442801862955, -0.0068994504399597645, -0.02390510030090809, -0.036470089107751846, -0.05097881704568863, -0.07352332025766373, -0.08904358744621277, -0.10322275757789612, -0.11361104995012283, -0.11535042524337769, -0.12434970587491989, -0.13329638540744781, -0.14556045830249786, -0.15398384630680084, -0.15734796226024628, -0.15908333659172058, -0.15578103065490723, -0.1611729860305786, -0.17044660449028015, -0.1789303421974182, -0.17160384356975555, -0.16480553150177002, -0.16468222439289093, -0.15682479739189148, -0.15624892711639404, -0.15080469846725464, -0.13274423778057098, -0.11675560474395752, -0.09630405902862549, -0.08665413409471512, -0.07691619545221329, -0.06026716157793999, -0.03713827207684517, -0.015020106919109821, -0.001854252303019166, 0.009128622710704803, 0.020253051072359085, 0.03465559706091881, 0.058047063648700714, 0.07655000686645508, 0.08946619182825089, 0.09763011336326599, 0.11280374974012375, 0.1274927705526352, 0.13693863153457642, 0.1464092880487442, 0.15146638453006744, 0.1569730043411255, 0.15690745413303375, 0.15636344254016876, 0.1624620258808136, 0.165531188249588, 0.15828081965446472, 0.14994123578071594, 0.14903172850608826, 0.14342206716537476, 0.1330978274345398, 0.12867136299610138, 0.11802148073911667, 0.10044513642787933, 0.08136911690235138, 0.0731072872877121, 0.06628835201263428, 0.05319537967443466, 0.03837361931800842, 0.02184317260980606, 0.001749711693264544, -0.009383905678987503, -0.01766190491616726, -0.028581172227859497, -0.049949631094932556, -0.07424906641244888, -0.08246549963951111, -0.08938219398260117, -0.10128093510866165, -0.1146358996629715, -0.12835164368152618, -0.1423434168100357, -0.15487788617610931, -0.156577467918396, -0.15601453185081482, -0.1569388508796692, -0.16764554381370544, -0.1739823818206787, -0.16824980080127716, -0.16018977761268616, -0.1490924060344696, -0.14783728122711182, -0.14778567850589752, -0.1486481875181198, -0.13886982202529907, -0.11936674267053604, -0.10168259590864182, -0.09071729332208633, -0.09024678170681, -0.08551737666130066, -0.0665850043296814, -0.048576634377241135, -0.03148812800645828, -0.020815545693039894, -0.014314292930066586, -0.003677626606076956, 0.004543783143162727, 0.0257559921592474, 0.04732886329293251, 0.049820005893707275, 0.05023393779993057, 0.06328942626714706, 0.08159378170967102, 0.10355459898710251, 0.10835372656583786, 0.10658582299947739, 0.11289116740226746, 0.12365403026342392, 0.13033078610897064, 0.13498511910438538, 0.1436007171869278, 0.1467951536178589, 0.14001072943210602, 0.14053991436958313, 0.1401941031217575, 0.14066240191459656, 0.1328570693731308, 0.12016541510820389, 0.11501451581716537, 0.10828346759080887, 0.10076195001602173, 0.09565726667642593, 0.09001436084508896, 0.08276734501123428, 0.06130758672952652, 0.048195455223321915, 0.04189112409949303, 0.04211125150322914, 0.02951648458838463, 0.008058051578700542, 0.000504662690218538, 0.00017629282956477255, 0.00021446362370625138, -0.005653544794768095, -0.014076310209929943, -0.029132701456546783, -0.042164452373981476, -0.049899522215127945, -0.047783974558115005, -0.05675237253308296, -0.07526811212301254, -0.08871009945869446, -0.09078429639339447, -0.09020043909549713, -0.09802686423063278, -0.09812052547931671, -0.10166579484939575, -0.10741326212882996, -0.11436691880226135, -0.11173897981643677, -0.0998050794005394, -0.09826849400997162, -0.09898066520690918, -0.09695315361022949, -0.09061607718467712, -0.08964613825082779, -0.08358468860387802, -0.07045317441225052, -0.05255565047264099, -0.04934384673833847, -0.04742858558893204, -0.039505183696746826, -0.029619701206684113, -0.021275710314512253, -0.014525298029184341, -0.0032040774822235107, 0.0008496709051541984, 0.005012997891753912, 0.016122205182909966, 0.029782023280858994, 0.04085652157664299, 0.05086785554885864, 0.05684519186615944, 0.062266092747449875, 0.0735156238079071, 0.08884122967720032, 0.08917462825775146, 0.08157707750797272, 0.08596005290746689, 0.09490377455949783, 0.1076236143708229, 0.10677234083414078, 0.11453386396169662, 0.11316732317209244, 0.10226660221815109, 0.0939573422074318, 0.09692033380270004, 0.09948884695768356, 0.08894658833742142, 0.07767437398433685, 0.0666981190443039, 0.0717381089925766, 0.06543068587779999, 0.052619971334934235, 0.041735436767339706, 0.02930350974202156, 0.01403037179261446, 0.007931500673294067, 0.0023151657078415155, -0.0035952103789895773, -0.019127365201711655, -0.02464941516518593, -0.0319809764623642, -0.0452769473195076, -0.06364654004573822, -0.07393335551023483, -0.07398132979869843, -0.07940460741519928, -0.0855536237359047, -0.09028996527194977, -0.0915447473526001, -0.09851178526878357, -0.09840132296085358, -0.09827065467834473, -0.09983499348163605, -0.107173852622509, -0.10579122602939606, -0.09977634996175766, -0.09354526549577713, -0.0903312936425209, -0.08762294799089432, -0.08102215826511383, -0.08248741179704666, -0.07448575645685196, -0.0627511665225029, -0.054647207260131836, -0.048720598220825195, -0.04319523647427559, -0.03345209360122681, -0.02509382739663124, -0.01264882180839777, -0.00026137795066460967, 0.00045751602738164365, -0.00014390196884050965, 0.004701550584286451, 0.017431071028113365, 0.024706676602363586, 0.03001544065773487, 0.03569641709327698, 0.04297349601984024, 0.049899663776159286, 0.049121588468551636, 0.05446863919496536, 0.06529834121465683, 0.066416434943676, 0.06643867492675781, 0.06620235741138458, 0.06630147248506546, 0.06619193404912949, 0.06591212749481201, 0.06643372029066086, 0.06440754234790802, 0.058133963495492935, 0.05775415897369385, 0.05827901139855385, 0.0538228414952755, 0.047993067651987076, 0.04250084608793259, 0.03925923630595207, 0.031296178698539734, 0.024975931271910667, 0.025472940877079964, 0.02329283207654953, 0.011933891102671623, 0.0013036144664511085, 0.00041702986345626414, 0.00011568691115826368, 0.001064063049852848, -0.004089561756700277, -0.008319339714944363, -0.013222342357039452, -0.016952315345406532, -0.015179568901658058, -0.013402312994003296, -0.016732217743992805, -0.023884564638137817, -0.030328406020998955, -0.024790145456790924, -0.02422270178794861, -0.02444041520357132, -0.03130315989255905, -0.03282110393047333, -0.03235457465052605, -0.03297682851552963, -0.032438866794109344, -0.0323975570499897, -0.02348891645669937, -0.03579169511795044, -0.08379235863685608, -0.0360821858048439, 0.04832405224442482, -0.0016019521281123161, -0.03361472859978676, -0.035300113260746, -0.029856976121664047, -0.010455707088112831, -0.01528601348400116, -0.006864582654088736, -0.014403101988136768, -0.0039388020522892475, 0.0017955099465325475, -0.0041893357411026955, -0.008366584777832031, -0.0067457049153745174, 0.006865299306809902, 0.01702255569398403, 0.0016116922488436103, 0.005058865994215012, 0.0032324560452252626, 0.011925926432013512, 0.018359128385782242, 0.010691571049392223, 0.00837602186948061, 0.00818631611764431, 0.014699662104249, 0.017169971019029617, 0.017852578312158585, 0.03385607525706291, 0.022690171375870705, 0.00781111977994442, 0.008781921118497849, 0.01590840332210064, 0.02656731940805912, 0.017137698829174042, 0.0024058488197624683, -5.211387178860605e-05, 0.005902562290430069, 0.012399408966302872, 0.012239980511367321, 0.0007262982544489205, 0.0002478432434145361, 0.00036466153687797487, 0.0001361987233394757, 0.0005128646153025329, -0.000863582594320178, -0.007172750774770975, -0.013189681805670261, -0.024818507954478264, -0.020776668563485146, -0.01564250886440277, -0.028945136815309525, -0.03485861420631409, -0.04072774201631546, -0.04110534489154816, -0.04035131260752678, -0.045660365372896194, -0.049728576093912125, -0.04890475794672966, -0.04916902631521225, -0.04903768375515938, -0.04912798851728439, -0.04855556786060333, -0.04069330915808678, -0.04260995239019394, -0.04936634376645088, -0.043243542313575745, -0.03808240219950676, -0.0323527455329895, -0.03292204067111015, -0.031550001353025436, -0.025165650993585587, -0.019883232191205025, -0.011168875731527805, -0.007540571037679911, -0.00782409030944109, -0.00022424336930271238, -0.0001957262575160712, 0.00689502852037549, 0.008409073576331139, 0.010778287425637245, 0.01706152781844139, 0.017369067296385765, 0.024774029850959778, 0.025002814829349518, 0.025526488199830055, 0.024144671857357025, 0.028100425377488136, 0.033997904509305954, 0.040531594306230545, 0.03879372775554657, 0.029159676283597946, 0.024578839540481567, 0.03254012018442154, 0.03313489258289337, 0.033984214067459106, 0.027868587523698807, 0.01732626184821129, 0.016492823138833046, 0.017433805391192436, 0.013528984040021896, 0.011343155056238174, 0.0078836465254426, -0.00021224995725788176, 0.00046943433699198067, 0.0002393474569544196, 0.0004931423463858664, -0.00031305442098528147, -0.007437540218234062, -0.0005358768976293504, 0.0005339969065971673, 0.0002226921496912837, -5.240564132691361e-05, 0.0009009882342070341, -0.004049393814057112, -0.008526910096406937, -0.007741405162960291, -0.008244536817073822, -0.014861281961202621, -0.01719953492283821, -0.013289660215377808, -0.007086988538503647, -0.008320491760969162, -0.006641007028520107, -8.420723315794021e-05, 0.000515692459885031, -0.007128231693059206, -0.007332652807235718, 0.0002046324807452038, 0.00060526083689183, -0.00024322258832398802, 0.003950921818614006, 0.009133238345384598, 0.008398753590881824, 0.008235144428908825, 0.011888614855706692, 0.020090308040380478, 0.017255457118153572, 0.01852988265454769, 0.0252569317817688, 0.025522587820887566, 0.022568965330719948, 0.016345659270882607, 0.01670558750629425, 0.01723683625459671, 0.015931477770209312, 0.019399499520659447, 0.021504683420062065, 0.016024088487029076, 0.017386624589562416, 0.016538899391889572, 0.016960345208644867, 0.016632819548249245, 0.016967855393886566, 0.02503274753689766, 0.021389668807387352, 0.012527421116828918, 0.007859788835048676, 0.009095665998756886, 0.006873236037790775, 0.0004011603014077991, 0.0002809444849845022, 0.00023484528355766088, 0.0006766197038814425, -0.00013332100934349, 0.0008086918387562037, -0.002693955786526203, -0.006688410881906748, 0.0008939894614741206, 0.000173150488990359, 0.00033705151872709394, 0.00011151329090353101, 0.00011196845298400149, 0.0004241601563990116, 0.0003298824012745172, 0.00016081192006822675, 0.0004428843385539949, 0.0004288926429580897, 0.0006277387728914618, 0.00014637330605182797, 0.000990204862318933, -0.0027617397718131542, -0.00871135015040636, -0.00774985458701849, -0.008405854925513268, -0.007683019153773785, -0.00802100170403719, -0.0071955188177526, -0.012071498669683933, -0.016654275357723236, -0.015569731593132019, -0.008691429160535336, -0.0075712078250944614, -0.00818775687366724, -0.007907478138804436, -0.00784479919821024, -0.008179934695363045, -0.0077250744216144085, -0.00870322622358799, -0.0029248488135635853, 0.0010205250000581145, -8.689484093338251e-05, 0.0003069839731324464, 0.00027424824656918645, 0.0004783019539900124, 0.00034733288339339197, 0.0002659504534676671, 0.0002440331008983776, 0.0006611281423829496, -0.0006048966897651553, 0.0034743892028927803, 0.008869845420122147, 0.0027443179860711098, 0.008435413241386414, 0.008701787330210209, 0.008507582359015942, 0.008660368621349335, 0.008657769300043583, 0.008297758176922798, 0.008625879883766174, 0.00852686632424593, 0.008242297917604446, 0.009265885688364506, 0.0030723949894309044, -0.000282223685644567, 0.00044006583630107343, 0.00017455534543842077, 0.00031447914079762995, 0.0012050687801092863, -0.003931799903512001, -0.008521863259375095, -0.007386465091258287, -0.007912828586995602, -0.007743276190012693, -0.007458490785211325, -0.008491680957376957, -0.01248581800609827, -0.016017179936170578, -0.016350654885172844, -0.015342342667281628, -0.021467745304107666, -0.025286171585321426, -0.023767057806253433, -0.02496858313679695, -0.023325540125370026, -0.029574625194072723, -0.029040459543466568, -0.025808408856391907, -0.021144093945622444, -0.05195750296115875, -0.08389279991388321, 0.08273977041244507, -0.08984243124723434, 0.009808779694139957, -0.038825325667858124, -0.03623011335730553, -0.002851513447239995, -0.04635103791952133, 0.001468817936256528, -0.03352556750178337, -0.01524630282074213, -0.005911366548389196, -0.01633247174322605, -0.0017232451355084777, -0.0060513517819345, 0.006434258539229631, 0.004488535691052675, -0.0030526439659297466, 0.01190793514251709, 0.00020479880913626403, 0.004507585894316435, 0.0031071528792381287, -0.0010351885575801134, 0.0018268804997205734, 0.003930752631276846, 0.006998832803219557, 0.006665853317826986, 0.006161519326269627, 0.035087112337350845, 0.0008406824199482799, 0.023030903190374374, 0.012333221733570099, 0.009213780052959919, 0.0196701530367136, 0.012750341556966305, 0.008032262325286865, 0.009465436451137066, 0.006747093517333269, 0.004206380806863308, 0.004122259560972452, -0.0005232584662735462, 0.0019705784507095814, 0.007597549352794886, 0.0010792650282382965, -0.00035478785866871476, -0.0024697077460587025, 0.00047257618280127645, 0.0005041424883529544, -0.00037255251663737, 0.004312026314437389, -0.0029945001006126404, -0.0032005333341658115, -0.017119957134127617, -0.012829895131289959, -0.00954053457826376, -0.018359413370490074, -0.011116907931864262, -0.021968865767121315, -0.014604092575609684, -0.027945850044488907, -0.04625212773680687, 0.009924114681780338, 0.013388549908995628, -0.007844184525310993, 0.016802996397018433, -0.006113842595368624, 0.008990298956632614, 0.0008407594868913293, -0.0026091081090271473, -0.00011021534010069445, -0.0032516124192625284, 0.008163867518305779, 0.001984508242458105, 0.006707233842462301, 0.006002487614750862, -0.003745931899175048, 0.01863245852291584, 0.010611767880618572, 0.007637897506356239, 0.02911471761763096, 0.018615733832120895, 0.027943255379796028, 0.008771345019340515, 0.020788421854376793, 0.010972168296575546, 0.006180081516504288, 0.017200376838445663, 0.007633868604898453, 0.01768241822719574, 0.027764447033405304, 0.010217210277915001, 0.026168817654252052, 0.004414387512952089, 0.024910954758524895, 0.024764832109212875, 0.015351624228060246, 0.0224081352353096, 0.020962439477443695, 0.006271024234592915, 0.025419237092137337, -0.0009038100251927972, 0.010789776220917702, 0.0027307725977152586, 0.009136289358139038, 0.0028570720460265875, 0.0027119237929582596, 0.013255520723760128, 0.005121320951730013, 0.003306777449324727, 0.015547255054116249, 0.01613319292664528, 0.0005553425289690495, 0.0033524383325129747, 0.0057667638175189495, 0.013580149039626122, -0.00456947972998023, 0.011224636808037758, -0.005339139141142368, 0.01396811380982399, -0.015305271372199059, 0.0006435313844121993, -0.012718763202428818, -0.0021987506188452244, -0.013380113057792187, -0.0007127143326215446, -0.006263379473239183, -0.015694959089159966, 0.00021630930132232606, -0.011322436854243279, -0.011425836943089962, -0.013473556376993656, -0.003022734308615327, -0.02153584733605385, -0.003593648551031947, 0.0007530709845013916, -0.0035107654985040426, 0.012154749594628811, 0.0010486815590411425, 0.013957850635051727, -0.012701252475380898, -0.0012195751769468188, 0.008999590761959553, 0.0021759429946541786, -0.0033305624965578318, 0.0022586402483284473, -0.00013753284292761236, 0.009849412366747856, 0.010333898477256298, -0.006935522425919771, 0.02638077177107334, -0.01929016225039959, 0.03037220612168312, -0.007214491721242666, 0.010613004676997662, 0.021656490862369537, -0.0031113820150494576, 0.01667458936572075, 0.011241767555475235, 0.018691634759306908, 0.003113966668024659, 0.016467198729515076, 0.03351794183254242, -0.003969631157815456, 0.020040370523929596, 0.026981757953763008, 0.018614349886775017, -0.016854213550686836, 0.0334668792784214, 0.01714349538087845, -0.019679967314004898, 0.04736296087503433, -0.009659909643232822, 0.03197399899363518, -0.0023648864589631557, -0.018039226531982422, 0.08522891253232956, -0.04605158045887947, -0.009929112158715725, 0.06742516160011292, -0.03440447896718979, -0.02355911396443844, 0.06057490035891533, -0.059570904821157455, 0.015637096017599106, 0.02284926548600197, -0.04387487843632698, 0.0348866805434227, -0.05395050346851349, 0.04977521672844887, -0.044971268624067307, 0.026415901258587837, -0.022103725001215935, -0.004716663155704737, 0.015589380636811256, -0.014212657697498798, 0.0036328353453427553, -0.0004250549536664039, 0.03333067148923874, -0.058447036892175674, 0.035687897354364395, -0.0097810672596097, -0.02163475751876831, 0.06112481653690338, -0.04899632930755615, 0.031971193850040436, -0.015755319967865944, 0.036954063922166824, 0.006877633277326822, -0.013434113934636116, 0.006853812839835882, 0.001076604938134551, 0.021027477458119392, -0.026355542242527008, 0.03321508690714836, -0.0038192810025066137, -0.007519862148910761, 0.022424757480621338, -0.013832904398441315, 0.026612043380737305, -0.027750475332140923, 0.03561633080244064, -0.014075924642384052, -0.050534434616565704, -0.0892375186085701, 0.024829700589179993, 0.15162299573421478, -0.08083577454090118, 0.16632992029190063, -0.06994625180959702, 0.07082393020391464, 0.04878757521510124, -0.04937006160616875, 0.06319860368967056, -0.04262892156839371, 0.09467190504074097, -0.0017728887032717466, 0.008835411630570889, 0.09368111193180084, -0.09522479772567749, 0.09969890117645264, 0.014676988124847412, -0.029618006199598312, 0.07410360872745514, -0.08246689289808273, 0.07631286978721619, -0.038864534348249435, -0.040805160999298096, 0.0669526755809784, -0.1160302460193634, 0.02815902605652809, -0.030862223356962204, -0.04463867470622063, 0.011950903572142124, -0.07361924648284912, 0.007725335657596588, -0.03525481000542641, -0.04728906974196434, -0.005488152615725994, -0.03227350115776062, -0.0791357159614563, 0.0065527791157364845, -0.06998740136623383, -0.043912339955568314, 0.025282863527536392, -0.0741933286190033, -0.01313281711190939, -0.014558115042746067, -0.059337884187698364, 0.030501756817102432, -0.08867742121219635, 0.020807480439543724, -0.005768510513007641, -0.06277499347925186, 0.08414078503847122, -0.09911275655031204, 0.05807092785835266, 0.044810909777879715, -0.12795667350292206, 0.139133483171463, -0.08357582241296768, 0.01766890473663807, 0.030910106375813484, -0.026324491947889328, 0.11463071405887604, -0.06958965957164764, 0.05336819216609001, -0.011276409029960632, 0.08060266077518463, -0.029829328879714012, 0.027345571666955948, 0.10715851187705994, -0.08280757814645767, 0.10585348308086395, 0.01791728474199772, -0.03796009719371796, 0.11458475887775421, -0.08610759675502777, 0.12102539092302322, -0.00256755156442523, -0.04766813665628433, 0.13475261628627777, -0.0652797669172287, 0.046593599021434784, 0.05860310047864914, -0.06956417858600616, 0.05531599372625351, 0.05835793539881706, -0.10186614096164703, 0.18104703724384308, -0.15191972255706787, 0.09098288416862488, 0.08857627213001251, -0.196979358792305, 0.2646688222885132, -0.19244703650474548, 0.12458829581737518, 0.0089186392724514, -0.0686085969209671, 0.09829416871070862, -0.09828188270330429, 0.07533001154661179, -0.03879852592945099, -0.03653033450245857, 0.05977562069892883, -0.07806585729122162, 0.045073144137859344, -0.035885509103536606, -0.02902928926050663, 0.026142215356230736, -0.06388849020004272, 0.05443698167800903, -0.06477555632591248, -0.030973685905337334, 0.0772169902920723, -0.13761956989765167, 0.11104172468185425, -0.07512872666120529, -0.04935397952795029, 0.10784189403057098, -0.17593427002429962, 0.1801086664199829, -0.1571618616580963, 0.07200397551059723, 0.006174493581056595, -0.09737459570169449, 0.09155505150556564, -0.07862965017557144, 0.0684521272778511, -0.03618079796433449, 0.019435705617070198, -0.011599983088672161, 0.026819750666618347, 0.02630552649497986, -0.05611260235309601, 0.13415414094924927, -0.11313516646623611, 0.101020947098732, 0.030023587867617607, -0.0794200673699379, 0.13526736199855804, -0.0395384319126606, 0.02989978902041912, 0.025976642966270447, 0.052623946219682693, 0.006542930845171213, 0.02455379255115986, -0.007194250822067261, 0.1013103500008583, -0.050407636910676956, 0.030862614512443542, 0.1635810285806656, -0.1718950867652893, 0.15608683228492737, -0.01579144597053528, 0.05971727892756462, 0.016569584608078003, 0.019424989819526672, 0.026930779218673706, 0.11923565715551376, -0.0936441496014595, 0.14738605916500092, -0.047728050500154495, 0.015272113494575024, 0.1123715192079544, -0.05704578757286072, 0.06747298687696457, -0.022185610607266426, 0.055552225559949875, 0.0611569918692112, -0.05078170821070671, 0.051149509847164154, 0.03236549347639084, 0.05521880090236664, -0.04248947277665138, 0.11111557483673096, -0.017216822132468224, 0.014666633680462837, 0.07928059995174408, -0.1425771564245224, 0.11770041286945343, -0.030944272875785828, 0.01485611405223608, 0.030258212238550186, -0.06142289936542511, 0.02469557709991932, 0.11800434440374374, -0.1417137235403061, 0.05735461786389351, -0.00983433611690998, 0.014488477259874344, 0.013059847056865692, 0.05534369498491287, -0.020143330097198486, -0.03084832988679409, 0.17993634939193726, -0.1502060741186142, 0.17408901453018188, -0.195602148771286, 0.1956425905227661, -0.10524051636457443, 0.12967243790626526, -0.11646566540002823, 0.1151600256562233, -0.13875532150268555, 0.1477639079093933, -0.05263933539390564, -0.08978205919265747, 0.21712914109230042, -0.22664138674736023, 0.2318115383386612, -0.2129366248846054, 0.17462237179279327, -0.14680823683738708, 0.10958315432071686, -0.0712519958615303, 0.043803367763757706, 0.006929508410394192, -0.08218181133270264, 0.10885665565729141, -0.11044580489397049, 0.032199110835790634, 0.07937063276767731, -0.12412186712026596, 0.10318116843700409, -0.13917140662670135, 0.19180671870708466, -0.17119382321834564, 0.01785138063132763, 0.11129932850599289, -0.1471826583147049, 0.018146684393286705, 0.045716557651758194, 0.07930613309144974, -0.21851950883865356, 0.19557058811187744, -0.0737018808722496, -0.15059509873390198, 0.1352781504392624, -0.052659083157777786, -0.09874077886343002, 0.1510636806488037, -0.11184855550527573, -0.03476770594716072, 0.03393298387527466, -0.04257131367921829, 0.0357893630862236, -0.049931518733501434, -0.04266680032014847, 0.07915109395980835, 0.011621125042438507, -0.261222243309021, 0.23725003004074097, -0.09385734796524048, -0.21505361795425415, 0.2997259497642517, -0.29393258690834045, 0.15744730830192566, -0.1503840684890747, 0.03732031211256981, 0.09543734043836594, -0.32726138830184937, 0.3259236514568329, -0.20538316667079926, 0.016509003937244415, 0.05731910467147827, -0.19387556612491608, 0.1720888316631317, -0.1116127222776413, -0.08566602319478989, 0.18034592270851135, -0.208999365568161, 0.09600122272968292, -0.08755616098642349, 0.16860158741474152, -0.25333741307258606, 0.1512027084827423, 0.10985268652439117, -0.4254603981971741, 0.5175302028656006, -0.40965768694877625, 0.15605615079402924, 0.07600389420986176, -0.38198322057724, 0.248910591006279, -0.5609683394432068, 0.38832542300224304, 0.036083921790122986, -0.3388577699661255, 0.6297576427459717, -0.4972999393939972, 0.28055059909820557, 0.11784081161022186, -0.35063785314559937, 0.6433238387107849, -0.5702334046363831, 0.400458425283432, -0.03239801153540611, -0.21139755845069885, 0.20551778376102448, -0.05261702835559845, -0.16321592032909393, 0.3905165493488312, -0.37144967913627625, 0.2690204083919525, -0.16563780605793, 0.006553216837346554, 0.033919498324394226, -0.06061895564198494, 0.0022939075715839863, -0.015827395021915436, -0.09334954619407654, -0.07556061446666718, 0.1144380122423172, -0.152337446808815, -0.01637634076178074, 0.06276724487543106, -0.07445821911096573, -0.13181430101394653, 0.2829729914665222, -0.3573159873485565, 0.2867569029331207, -0.24197354912757874, 0.07108212262392044, 0.07267393171787262, -0.18938757479190826, 0.2323976308107376, -0.23159250617027283, 0.188844233751297, -0.05097968131303787, -0.15650583803653717, 0.30323055386543274, -0.4323633909225464, 0.3324636220932007, -0.18712349236011505, 0.18834173679351807, -0.07154855877161026, -0.10908013582229614, 0.2801201045513153, -0.3972231447696686, 0.35049164295196533, -0.2599984407424927, 0.14247578382492065, -0.029643934220075607, -0.09923552721738815, 0.2414044588804245, -0.2596788704395294, -0.003222879720851779, 0.21060322225093842, -0.3328961730003357, 0.21365612745285034, -0.20371906459331512, 0.12594172358512878, -0.1264924257993698, -0.01650216616690159, 0.2081807404756546, -0.2644155025482178, 0.1638505607843399, -0.013520215637981892, -0.11113878339529037, 0.20995309948921204, -0.38811156153678894, 0.5341149568557739, -0.5323526859283447, 0.2709053158760071, 0.06479346752166748, -0.25332409143447876, 0.342446506023407, -0.1929980367422104, -0.027456726878881454, 0.2647973299026489, -0.3389045298099518, 0.2678075134754181, -0.05748140439391136, -0.2404879331588745, 0.3975490629673004, -0.41238921880722046, 0.17912694811820984, -0.06203794851899147, 0.000273171259323135, -0.1584637612104416, 0.14961794018745422, 0.003904141252860427, -0.300471693277359, 0.27064621448516846, -0.1921907216310501, 0.08197899907827377, 0.019844990223646164, -0.11308994144201279, 0.17723223567008972, -0.12696348130702972, -0.04927670583128929, 0.20086883008480072, -0.14457546174526215, 0.020222721621394157, 0.17675529420375824, -0.0601336695253849, -0.05933987721800804, 0.33836156129837036, -0.6538212895393372, 0.860673725605011, -0.6445798277854919, 0.3718910813331604, 0.25026172399520874, -0.6198676824569702, 0.5527227520942688, -0.19066013395786285, -0.07534625381231308, 0.0567297637462616, 0.04989749565720558, -0.0336393378674984, 0.040183525532484055, -0.03887053206562996, -0.03419879451394081, 0.013144252821803093, 0.13363482058048248, -0.342273473739624, 0.29335731267929077, 0.026083674281835556, -0.44236621260643005, 0.4989508390426636, -0.40425291657447815, 0.13854403793811798, 0.07502543181180954, -0.26312851905822754, 0.39117980003356934, -0.4694235622882843, 0.30507680773735046, -0.0038010175339877605, -0.23425953090190887, 0.3050077557563782, -0.2230575829744339, -0.043295808136463165, 0.3057185709476471, -0.4699605107307434, 0.31155267357826233, -0.22027088701725006, 0.023212937638163567, 0.06183458864688873, -0.12517011165618896, 0.050722893327474594, -0.1527365744113922, 0.24853356182575226, -0.303024023771286, 0.16181302070617676, 0.12606771290302277, -0.4693050980567932, 0.45998045802116394, -0.263942152261734, -0.035494614392519, 0.15202461183071136, -0.1459084153175354, 0.10013454407453537, -0.2258652299642563, 0.3260518014431, -0.31586334109306335, 0.28625160455703735, -0.29603898525238037, 0.22812549769878387, -0.185516819357872, -0.023235682398080826, 0.2630588710308075, -0.3596043288707733, 0.3197023272514343, -0.14435447752475739, -0.08331947028636932, 0.2853468656539917, -0.3196086287498474, 0.152113676071167, -0.022583790123462677, 0.0040220641531050205, 0.05132107064127922, -0.06365517526865005, 0.1399240344762802, -0.24284745752811432, 0.3389475643634796, -0.24040500819683075, 0.18680709600448608, -0.08616640418767929, 0.08030172437429428, -0.003249496454373002, 0.007288436871021986, -0.07616180926561356, 0.3527069687843323, -0.4543507695198059, 0.3850923776626587, -0.149812713265419, 0.23903198540210724, -0.2172997146844864, 0.16193608939647675, -0.021679481491446495, 0.06948944181203842, -0.04008246585726738, -0.008466657251119614, 0.19645348191261292, -0.2408263385295868, 0.19412462413311005, 0.004425584338605404, 0.026938585564494133, -0.09327434003353119, 0.12876474857330322, 0.12513568997383118, -0.2168581187725067, 0.19431161880493164, 0.048314183950424194, -0.16375230252742767, 0.3056130111217499, -0.3536178767681122, 0.30675217509269714, -0.2118792086839676, 0.17919833958148956, 0.007796434219926596, -0.23396341502666473, 0.5115143060684204, -0.5195232033729553, 0.38092121481895447, -0.2737591564655304, 0.10159753262996674, 0.08807984739542007, -0.19266895949840546, 0.06952082365751266, 0.18091639876365662, -0.5011199712753296, 0.5492528676986694, -0.4898433983325958, 0.21048018336296082, 0.08282840251922607, -0.39531928300857544, 0.711564302444458, -0.9065210819244385, 0.6477711200714111, -0.11249959468841553, -0.4714348316192627, 0.7106874585151672, -0.6832329630851746, 0.2692767083644867, 0.14745141565799713, -0.38539716601371765, 0.351113885641098, -0.28781282901763916, 0.13101589679718018, -0.04376354441046715, -0.03989920765161514, 0.014470496214926243, -0.096074178814888, 0.059514373540878296, 0.07705934345722198, -0.2964905798435211, 0.37235593795776367, -0.3167842924594879, 0.11483141779899597, -0.023775659501552582, -0.13428425788879395, 0.37405601143836975, -0.6471377015113831, 0.5167579650878906, -0.21773558855056763, -0.1583774983882904, 0.2887698709964752, -0.3944791555404663, 0.3110544979572296, -0.25455033779144287, 0.02931101806461811, 0.15531836450099945, -0.28284314274787903, 0.04438826069235802, 0.2450290024280548, -0.5676209330558777, 0.5749849081039429, -0.2967231273651123, -0.1394740492105484, 0.35344892740249634, -0.515198290348053, 0.3878899812698364, -0.12165719270706177, -0.16112156212329865, 0.17900550365447998, -0.19924034178256989, 0.09200849384069443, -0.003918865229934454, -0.043807610869407654, -0.1301233172416687, 0.15807664394378662, -0.13775423169136047, -0.11619364470243454, 0.3854357600212097, -0.6307961344718933, 0.5258484482765198, -0.42775410413742065, 0.3542404770851135, -0.21462257206439972, 0.18875885009765625, 0.09354955703020096, -0.17539283633232117, 0.24463851749897003, -0.548111617565155, 0.2756285071372986, -0.0763581246137619, 0.06874211132526398, 0.014453103765845299, -0.17151384055614471, 0.4634331166744232, -0.8912752270698547, 0.8927714228630066, -0.45519667863845825, -0.044858306646347046, 0.37929460406303406, -0.42520156502723694, 0.4896780848503113, -0.36262139678001404, -0.12767502665519714, 0.38705021142959595, -0.1843915730714798, -0.17149944603443146, 0.5256960391998291, -0.4409112334251404, 0.1480863392353058, 0.10582306981086731, -0.12700147926807404, 0.054128505289554596, 0.16349291801452637, -0.3045302629470825, 0.28741705417633057, -0.009353019297122955, -0.16830524802207947, 0.28861677646636963, -0.23303063213825226, 0.1750791370868683, 0.02373204007744789, -0.17105209827423096, 0.3819732367992401, -0.27741101384162903, 0.08506166189908981, 0.18825283646583557, -0.42691630125045776, 0.6020569801330566, -0.7082229256629944, 0.6254082918167114, -0.19469299912452698, -0.2731626331806183, 0.7141801714897156, -0.6676090359687805, 0.29916539788246155, 0.07211752980947495, -0.35885730385780334, 0.47644007205963135, -0.3952009975910187, 0.2606235444545746, 0.10993580520153046, -0.324524849653244, 0.2852020263671875, -0.002126031555235386, -0.06695292890071869, -0.033964626491069794, 0.12222138792276382, -0.012675978243350983, 0.015164908953011036, 0.17104896903038025, -0.3421363830566406, 0.21347877383232117, 0.11509464681148529, -0.3630468547344208, 0.424245148897171, -0.373821496963501, 0.2340794950723648, 0.137135311961174, -0.2414177656173706, 0.14146655797958374, -0.04660320654511452, -0.09047074615955353, 0.1840551197528839, -0.22070364654064178, 0.1634439080953598, -0.08524632453918457, 0.06954886764287949, -0.046848054975271225, -0.07045356184244156, -0.03935324773192406, 0.2607860267162323, -0.47839298844337463, 0.4945791959762573, -0.3433915376663208, -0.12399996072053909, 0.49538764357566833, -0.7578072547912598, 0.6518054604530334, -0.433270126581192, -0.031011877581477165, 0.39277416467666626, -0.570344090461731, 0.44348928332328796, -0.24945200979709625, -0.02775830775499344, 0.10561541467905045, -0.15794029831886292, 0.07829485833644867, -0.024703362956643105, -0.09751328080892563, 0.19863541424274445, -0.3375930190086365, 0.37045347690582275, -0.41292887926101685, 0.2856431007385254, -0.04053330421447754, -0.37228405475616455, 0.6624159216880798, -0.7556620836257935, 0.3954123854637146, -0.04762475565075874, -0.13082586228847504, 0.11206699162721634, -0.02806910127401352, -0.0708947703242302, 0.10100497305393219, -0.19561710953712463, 0.21770064532756805, -0.1754433810710907, 0.06911517679691315, 0.2042803019285202, -0.4888569414615631, 0.5992435216903687, -0.3859865367412567, -0.1613638997077942, 0.6029250621795654, -0.714673638343811, 0.5011566281318665, -0.15985916554927826, 0.004489605315029621, -0.08332304656505585, 0.23253297805786133, -0.3448490798473358, 0.3941846191883087, -0.26626983284950256, -0.016641078516840935, 0.3668418824672699, -0.5132433176040649, 0.5194407105445862, -0.37523287534713745, 0.15521666407585144, 0.0683291107416153, -0.1875472515821457, 0.33296605944633484, -0.3043249249458313, 0.18865545094013214, 0.03577803820371628, -0.2201748937368393, 0.19336651265621185, -0.12236929684877396, 0.07512853294610977, -0.14640720188617706, 0.09424026310443878, -0.004623570945113897, -0.17449535429477692, 0.4166795611381531, -0.5889207124710083, 0.2626460790634155, 0.0037339350674301386, -0.15604497492313385, 0.2171318084001541, -0.3800770938396454, 0.4017517566680908, -0.3636772632598877, 0.0893818810582161, 0.14992864429950714, -0.3575395345687866, 0.2620682418346405, -0.1742391586303711, 0.11363373696804047, -0.13191381096839905, 0.2034594714641571, -0.28831392526626587, 0.11407187581062317, 0.12594418227672577, -0.4366947114467621, 0.6924982666969299, -0.7462654709815979, 0.5397743582725525, -0.2323608547449112, -0.014331098645925522, 0.007018546108156443, 0.11082051694393158, -0.24418047070503235, 0.217196524143219, -0.08075758814811707, -0.06482717394828796, 0.13856634497642517, -0.18518611788749695, 0.05604841560125351, -0.06948914378881454, 0.07936219871044159, -0.05626868084073067, 0.0846283808350563, 0.03836445137858391, -0.04756200686097145, -0.08016522228717804, 0.2148083746433258, -0.24051299691200256, 0.16734756529331207, -0.18079563975334167, 0.201151043176651, -0.1201527863740921, 0.08190903812646866, -0.12498825043439865, 0.366150438785553, -0.4992193579673767, 0.42780572175979614, -0.09067928791046143, -0.14782410860061646, 0.3065798580646515, -0.21299205720424652, 0.1613275408744812, -0.29102224111557007, 0.46916016936302185, -0.5026286244392395, 0.35487911105155945, -0.18733181059360504, -0.057763129472732544, 0.3931797742843628, -0.3984360992908478, 0.15186886489391327, 0.13396252691745758, -0.5480769276618958, 0.7141239047050476, -0.6033353209495544, 0.3012970983982086, 0.19246409833431244, -0.5265469551086426, 0.5334131717681885, -0.46152251958847046, 0.059780191630125046, 0.2704784870147705, -0.3044198453426361, 0.28300032019615173, -0.1715717762708664, -0.0728616937994957, 0.2262580841779709, -0.26312658190727234, 0.08026855438947678, 0.0739939957857132, 0.021442608907818794, -0.17914143204689026, 0.3109801411628723, -0.40426066517829895, 0.19109484553337097, 0.12724892795085907, -0.3948221206665039, 0.5402839183807373, -0.5507125854492188, 0.22788535058498383, 0.0733102336525917, -0.23805029690265656, 0.19040919840335846, -0.08766725659370422, -0.05873805657029152, 0.3324456512928009, -0.4020858108997345, 0.3280407190322876, -0.14998315274715424, -0.05253031477332115, 0.18959037959575653, -0.24885205924510956, 0.19196145236492157, 0.08305306732654572, -0.23677700757980347, 0.3673189580440521, -0.43060314655303955, 0.4112822711467743, -0.27316147089004517, 0.15780705213546753, 0.01836581341922283, -0.03765705227851868, 0.047258712351322174, -0.0540749654173851, -0.027476398274302483, 0.14086519181728363, -0.2235337793827057, 0.14388783276081085, 0.03326110541820526, -0.010577533394098282, -0.045659925788640976, 0.013059101067483425, 0.15300039947032928, -0.3394743800163269, 0.4142446517944336, -0.34380674362182617, 0.2869424521923065, -0.16862249374389648, 0.022101478651165962, 0.1241503655910492, -0.18774667382240295, 0.05485839396715164, 0.29642438888549805, -0.6312568187713623, 0.616145133972168, -0.46046680212020874, 0.34302639961242676, -0.25886058807373047, -0.044654302299022675, 0.37627658247947693, -0.4636392593383789, 0.1926383078098297, 0.0797339528799057, -0.08345788717269897, -0.06111450493335724, 0.12623876333236694, -0.12486553937196732, -0.03452048823237419, -0.10905071347951889, 0.3348073363304138, -0.3979155123233795, 0.20536115765571594, 0.19058415293693542, -0.5027221441268921, 0.6228802800178528, -0.643613338470459, 0.5066829323768616, -0.2599135935306549, -0.040302567183971405, 0.2814388871192932, -0.20331789553165436, 0.0850118026137352, 0.012306388467550278, -0.060850050300359726, 0.13766062259674072, -0.21751199662685394, 0.14158909022808075, 0.12680268287658691, -0.1692351996898651, 0.24557888507843018, -0.2272595465183258, 0.26227083802223206, -0.15349918603897095, 0.08282709866762161, 0.08839309215545654, -0.22619326412677765, 0.17477641999721527, 0.08122274279594421, -0.06347210705280304, 0.01154311839491129, 0.13368897140026093, -0.07065675407648087, -0.12323234975337982, 0.3569997251033783, -0.29160943627357483, 0.14957168698310852, 0.0014568761689588428, -0.09524811059236526, 0.3952733874320984, -0.5878970623016357, 0.5174375772476196, -0.17044679820537567, -0.2848733365535736, 0.6051440834999084, -0.531837522983551, 0.22056393325328827, 0.31434279680252075, -0.6166577339172363, 0.6427562236785889, -0.46207600831985474, 0.2373265027999878, 0.19332124292850494, -0.6167105436325073, 0.792677640914917, -0.6892439126968384, 0.3190045654773712, 0.12457818537950516, -0.41213110089302063, 0.29243266582489014, -0.2230948954820633, 0.260960191488266, -0.04092856124043465, -0.2556379437446594, 0.3906579911708832, -0.45629310607910156, 0.3571297824382782, -0.14946213364601135, 0.15739122033119202, -0.30832481384277344, 0.23885755240917206, -0.17074593901634216, 0.16228988766670227, -0.042550455778837204, -0.2876683175563812, 0.4490090310573578, -0.3243100047111511, -0.05405097454786301, 0.2780006229877472, -0.1279658079147339, -0.06248847767710686, -0.008449004963040352, 0.02512839436531067, -0.08361421525478363, 0.18266630172729492, -0.34996023774147034, 0.2494608461856842, -0.30660274624824524, 0.31806230545043945, -0.4168969690799713, 0.5655663013458252, -0.6031149625778198, 0.2623443603515625, 0.3621481955051422, -0.7868128418922424, 0.8747618198394775, -0.7909659743309021, 0.2966773509979248, 0.16908249258995056, -0.280425101518631, 0.35400426387786865, -0.31946226954460144, 0.07524646073579788, 0.05330272391438484, -0.039769917726516724, -0.2041260302066803, 0.38796401023864746, -0.4427550733089447, 0.4557090699672699, -0.2629261910915375, 0.08624939620494843, 0.015756241977214813, -0.279287725687027, 0.5003157258033752, -0.6166390776634216, 0.5604812502861023, -0.33527296781539917, 0.1533437818288803, -0.12990447878837585, -0.05731299892067909, 0.3133837580680847, -0.29652097821235657, -0.046222034841775894, 0.46681928634643555, -0.5475846529006958, 0.1945393830537796, 0.4388622045516968, -0.8901708722114563, 0.9492344260215759, -0.7295567393302917, 0.5387101769447327, -0.27487465739250183, -0.023541918024420738, 0.3257584273815155, -0.5267663598060608, 0.4943031966686249, -0.27236536145210266, 0.17107808589935303, 0.007128092925995588, -0.09106431156396866, 0.2891901135444641, -0.4442320168018341, 0.35049498081207275, -0.08979307115077972, -0.19316603243350983, 0.3125578463077545, -0.21627995371818542, 0.18619903922080994, -0.04535060375928879, -0.16291992366313934, 0.36026060581207275, -0.5315867066383362, 0.46765968203544617, 0.04350927844643593, -0.5038933753967285, 0.8986492156982422, -0.964867115020752, 0.5263980031013489, 0.11393605917692184, -0.5256404876708984, 0.5125826001167297, -0.21869613230228424, -0.06253159046173096, 0.4338553249835968, -0.7598257064819336, 0.7759832143783569, -0.22650405764579773, -0.369863897562027, 0.6035438776016235, -0.5690770149230957, 0.4317159056663513, -0.28490495681762695, 0.08615873008966446, 0.1841200888156891, -0.3640042841434479, 0.37944743037223816, -0.3973805010318756, 0.2549745440483093, -0.30022186040878296, 0.08179495483636856, 0.25099676847457886, -0.3236984610557556, 0.2083677053451538, -0.31192219257354736, 0.11753259599208832, 0.16319867968559265, -0.5037767887115479, 0.4735698401927948, -0.08052186667919159, -0.6517321467399597, 1.0114972591400146, -0.7815157175064087, 0.011852051131427288, 0.4932979345321655, -0.6880481839179993, 0.406728059053421, 0.1215440034866333, -0.5949184894561768, 0.662714958190918, -0.2520911395549774, -0.42091429233551025, 0.7839421033859253, -0.7190086245536804, 0.4588563144207001, -0.2786109745502472, 0.2816632091999054, -0.2548834979534149, 0.08467888832092285, 0.13427487015724182, -0.3552655875682831, 0.5120529532432556, -0.48015308380126953, 0.3828068971633911, -0.17714495956897736, 0.002242808463051915, 0.26200565695762634, -0.3364112973213196, 0.33377641439437866, -0.04999096319079399, -0.24674975872039795, 0.46376144886016846, -0.4270336627960205, 0.32096564769744873, 0.10743939131498337, -0.4135415852069855, 0.520281970500946, -0.2800127863883972, 0.0199823509901762, 0.20817671716213226, -0.09108199924230576, 0.09065456688404083, 0.006062543485313654, 0.0671946331858635, -0.1394978165626526, 0.18671979010105133, -0.18197597563266754, 0.01395645085722208, 0.4604094922542572, -0.5818493962287903, 0.3027919828891754, 0.0455351285636425, -0.2670726776123047, 0.4073811173439026, -0.22305062413215637, -0.11279157549142838, 0.3883574306964874, -0.3324219882488251, 0.03457394614815712, 0.22923310101032257, -0.033815089613199234, -0.1844530552625656, 0.323576956987381, -0.2763601541519165, 0.15716570615768433, 0.016460446640849113, -0.1856107860803604, 0.42583608627319336, -0.4753541052341461, 0.4430661201477051, -0.17289651930332184, -0.20708833634853363, 0.5126289129257202, -0.6789069771766663, 0.667839765548706, -0.45049968361854553, 0.19767341017723083, 0.15764430165290833, -0.3992476165294647, 0.3390277028083801, -0.08343129605054855, -0.10914810001850128, 0.048318129032850266, 0.03423452377319336, -0.03820372000336647, -0.1277616173028946, 0.19510836899280548, -0.09950150549411774, -0.13840830326080322, 0.2298872470855713, -0.006697511300444603, -0.21771518886089325, 0.3529966473579407, -0.1799744814634323, -0.11779006570577621, 0.3014189898967743, -0.2060408741235733, -0.046896595507860184, 0.2047179639339447, -0.09618909657001495, -0.16835416853427887, 0.3892768621444702, -0.4759077727794647, 0.3467918038368225, -0.12307900935411453, -0.015589151531457901, -0.018844328820705414, 0.11879386007785797, -0.12641499936580658, 0.017031630501151085, 0.21895357966423035, -0.264930784702301, 0.0953972116112709, 0.20190592110157013, -0.45458561182022095, 0.40848907828330994, -0.24819134175777435, 0.18316105008125305, -0.09229757636785507, -0.10495474934577942, 0.19452793896198273, 0.04306107759475708, -0.47258976101875305, 0.5083897113800049, -0.32123708724975586, 0.22412313520908356, -0.1621846854686737, -0.06381504982709885, 0.17762510478496552, -0.09444078058004379, -0.043533697724342346, 0.04125064238905907, 0.008070083335042, -0.2366122454404831, 0.3926891088485718, -0.3353174328804016, -0.12813612818717957, 0.6018306016921997, -0.6287710070610046, 0.34793856739997864, 0.05389028787612915, -0.4918355941772461, 0.702280580997467, -0.49895745515823364, 0.24117232859134674, -0.06564673781394958, -0.051868390291929245, 0.134679913520813, -0.15375418961048126, 0.08888399600982666, -0.04934507608413696, 0.13116398453712463, -0.32771220803260803, 0.5007866024971008, -0.6731230020523071, 0.5776428580284119, -0.05317195877432823, -0.39265066385269165, 0.3678215742111206, -0.17032977938652039, -0.026360200718045235, 0.23302748799324036, -0.19893920421600342, 0.11481224745512009, -0.0031000503804534674, -0.155259370803833, 0.41751629114151, -0.47771215438842773, 0.210868239402771, 0.1287265121936798, -0.17433896660804749, 0.3506392240524292, -0.3629005551338196, 0.1112528145313263, 0.28198686242103577, -0.284385085105896, 0.001257845782674849, 0.2923230826854706, -0.2772948145866394, 0.004686618223786354, 0.27909842133522034, -0.2639269232749939, 0.1463823914527893, 0.06114742159843445, -0.20308950543403625, 0.31035012006759644, -0.1598760336637497, -0.023611903190612793, 0.20883899927139282, -0.08252284675836563, -0.10611863434314728, 0.3898017406463623, -0.4864564538002014, 0.4498332142829895, -0.4558103382587433, 0.4367002248764038, -0.1583453267812729, -0.13190986216068268, 0.21399617195129395, -0.004646895918995142, -0.3111686110496521, 0.20550508797168732, 0.15126578509807587, -0.4149226248264313, 0.45387861132621765, -0.29664289951324463, -0.03186175972223282, 0.20366598665714264, -0.2640683054924011, 0.25304150581359863, -0.196880504488945, 0.002977994969114661, 0.2745055556297302, -0.5237067937850952, 0.6120011806488037, -0.5088642239570618, 0.19967857003211975, -0.05452752113342285, 0.09564032405614853, -0.3316660225391388, 0.249595507979393, 0.0242888443171978, -0.18692971765995026, 0.17193256318569183, -0.1923518031835556, 0.034556567668914795, 0.4449179172515869, -0.8734952211380005, 0.6786075234413147, 0.0703645795583725, -0.7535621523857117, 0.9086495637893677, -0.7201979756355286, 0.31092268228530884, 0.2610870897769928, -0.8681454658508301, 0.9686899781227112, -0.5169077515602112, -0.17029879987239838, 0.24343815445899963, -0.4647654891014099, -0.002568892203271389, 0.03934681415557861, 0.037640661001205444, 0.27029192447662354, -0.34354326128959656, 0.05823076516389847, 0.46491217613220215, -0.45604410767555237, 0.13493308424949646, 0.21107998490333557, 0.0023838025517761707, -0.08487169444561005, 0.16066615283489227, -0.05561251938343048, 0.022797781974077225, -0.09778659045696259, 0.09692223370075226, 0.08892133831977844, -0.09515324980020523, 0.043548718094825745, 0.15924455225467682, -0.0027606156654655933, -0.16251562535762787, 0.006447329185903072, 0.05722256004810333, -0.17558658123016357, 0.1760655790567398, -0.3872002959251404, 0.33882206678390503, -0.24398718774318695, 0.05293192341923714, 0.19177153706550598, -0.48823052644729614, 0.4601539075374603, -0.3561355173587799, 0.20450358092784882, 0.04351142421364784, -0.015112482942640781, -0.133952334523201, 0.014498271979391575, -0.022502243518829346, 0.010707197710871696, -0.10645367205142975, 0.03845297172665596, 0.07785646617412567, -0.0543089359998703, -0.025332240387797356, 0.015816515311598778, -0.1948755383491516, 0.31961604952812195, -0.3969316780567169, 0.30931052565574646, -0.13512955605983734, -0.011427461169660091, 0.0858892947435379, -0.1308598816394806, 0.03978759050369263, -0.16342253983020782, 0.06426745653152466, 0.1744500994682312, -0.23147228360176086, -0.12892816960811615, 0.5115119218826294, -0.7739632725715637, 0.535286009311676, -0.14210627973079681, -0.22056248784065247, 0.20146630704402924, 0.0505744107067585, -0.2812879979610443, 0.2703856825828552, -0.18871043622493744, -0.028442606329917908, -0.053093839436769485, 0.23565135896205902, -0.3146955072879791, 0.2663308382034302, -0.18184001743793488, -0.12099110335111618, 0.4787308871746063, -0.6189621090888977, 0.5297730565071106, -0.4105698764324188, 0.14474353194236755, 0.014612109400331974, -0.35949134826660156, 0.5219061374664307, -0.2459527552127838, -0.25072672963142395, 0.6479713320732117, -0.6527144312858582, 0.29016539454460144, 0.2658872902393341, -0.5777652263641357, 0.6016063690185547, -0.088078074157238, -0.4436643421649933, 0.8990479707717896, -0.8523662686347961, 0.25798389315605164, 0.2481224536895752, -0.2649766802787781, -0.01908673532307148, 0.275387167930603, -0.15064847469329834, -0.3689013421535492, 0.7419367432594299, -0.7807291746139526, 0.5057732462882996, -0.03237605467438698, -0.4467691481113434, 0.6712914109230042, -0.48676401376724243, -0.10023864358663559, 0.5705900192260742, -0.44604820013046265, 0.035343002527952194, 0.5598139762878418, -0.6773962378501892, 0.5028022527694702, -0.04933835566043854, -0.36629223823547363, 0.5042722225189209, -0.29517629742622375, 0.28906553983688354, -0.01394741702824831, -0.42880481481552124, 0.6044747233390808, -0.2039184272289276, -0.4316142797470093, 0.8282849192619324, -0.8783804774284363, 0.5133521556854248, 0.2122216522693634, -0.7200998663902283, 0.7011384963989258, -0.15503185987472534, -0.3947584331035614, 0.3728690445423126, -0.11755438148975372, -0.13837333023548126, 0.14679458737373352, 0.12263315916061401, -0.24523277580738068, 0.33170679211616516, -0.44821158051490784, 0.24173268675804138, 0.17132394015789032, -0.4640772342681885, 0.31006500124931335, 0.12753808498382568, -0.21741923689842224, 0.001044695032760501, 0.23229950666427612, -0.39254269003868103, 0.5450668334960938, -0.6204488277435303, 0.48955968022346497, -0.07050351053476334, -0.30357474088668823, 0.366710901260376, 0.06244637817144394, -0.6562825441360474, 0.927596390247345, -0.6201211810112, 0.041361790150403976, 0.47746190428733826, -0.7616129517555237, 0.6182334423065186, -0.2972859740257263, 0.008637691847980022, 0.35373973846435547, -0.7451673746109009, 0.7304282784461975, -0.29956451058387756, -0.33794745802879333, 0.6270893216133118, -0.5959161520004272, 0.43541768193244934, -0.12300703674554825, 0.0006570343975909054, -0.15400755405426025, 0.2446221262216568, -0.22307606041431427, 0.11477348208427429, 0.044976454228162766, 0.029266107827425003, -0.13683708012104034, 0.21414990723133087, -0.12308617681264877, -0.08695049583911896, 0.16556277871131897, -0.24322232604026794, 0.36755746603012085, -0.3957429826259613, 0.3964969515800476, -0.40372434258461, 0.21875368058681488, 0.010198044590651989, -0.27232930064201355, 0.3596108853816986, -0.17363610863685608, -0.13896581530570984, 0.364070862531662, -0.32871121168136597, 0.16458545625209808, 0.022944772616028786, -0.19830511510372162, 0.18143898248672485, 0.010923086665570736, -0.13661755621433258, 0.19194713234901428, -0.06880108267068863, -0.06212640926241875, -0.0783095434308052, 0.2828434407711029, -0.3607032895088196, 0.07899737358093262, 0.27254441380500793, -0.4746866226196289, 0.39474424719810486, -0.2771267294883728, 0.21484805643558502, -0.21361377835273743, 0.07850920408964157, 0.09929867833852768, -0.12700320780277252, 0.2029281109571457, -0.29401496052742004, 0.1081525981426239, 0.1778423935174942, -0.2737913727760315, 0.12249493598937988, 0.07019712775945663, -0.3209288418292999, 0.39464959502220154, -0.21438759565353394, -0.10127909481525421, 0.3169833719730377, -0.22932037711143494, 0.031458742916584015, 0.04655010253190994, 0.08689610660076141, -0.09672721475362778, 0.1356935203075409, -0.21842631697654724, 0.430757611989975, -0.3180733323097229, 0.023589465767145157, 0.2950752377510071, -0.31558236479759216, 0.2455366551876068, -0.16255497932434082, 0.07685702294111252, 0.25388380885124207, -0.439464807510376, 0.42033496499061584, 0.014966844581067562, -0.15524941682815552, 0.1342129111289978, 0.13478511571884155, -0.17527775466442108, -0.04152631759643555, 0.3305237293243408, -0.2229693979024887, -0.07132171094417572, 0.28124183416366577, -0.15280261635780334, -0.17692796885967255, 0.5319855809211731, -0.3830982744693756, -0.08447223901748657, 0.4399351477622986, -0.3149019777774811, 0.04599108174443245, 0.1359274983406067, 0.05396481603384018, -0.32077664136886597, 0.09722217172384262, 0.5932272672653198, -0.8933206796646118, 0.5427659749984741, 0.08107760548591614, -0.4952504634857178, 0.5570180416107178, -0.3465712070465088, 0.07843190431594849, -0.05570998787879944, -0.010343926958739758, 0.021013900637626648, 0.025271717458963394, -0.0773932933807373, -0.019933806732296944, 0.05538368970155716, 0.026412716135382652, -0.28667542338371277, 0.29518505930900574, -0.01303126011043787, -0.2839551270008087, 0.2391303926706314, 0.02790301851928234, 0.01063215360045433, -0.126181498169899, 0.013020878657698631, 0.1367880403995514, -0.49435004591941833, 0.5704264044761658, -0.31543755531311035, -0.005251025781035423, 0.17916585505008698, -0.23965610563755035, 0.164835125207901, -0.026530856266617775, -0.02704404480755329, -0.12110839039087296, 0.2742520868778229, -0.30590444803237915, 0.1551063358783722, 0.08350929617881775, -0.23996499180793762, 0.10111033916473389, -0.10458561778068542, 0.12909401953220367, -0.31934213638305664, 0.19623759388923645, 0.028686033561825752, -0.17581374943256378, 0.2259986847639084, 0.032649241387844086, -0.5038917660713196, 0.6011233329772949, -0.2790569067001343, -0.30201324820518494, 0.6178050637245178, -0.4940553605556488, 0.17651796340942383, 0.007158409338444471, -0.05086353421211243, -0.13557331264019012, 0.15261144936084747, -0.022097934037446976, -0.23561038076877594, 0.3786827623844147, -0.47572779655456543, 0.2821927070617676, 0.00868867989629507, -0.37619051337242126, 0.4179418981075287, -0.39150115847587585, 0.20457959175109863, 0.017165537923574448, -0.18852293491363525, 0.20997852087020874, -0.2757505178451538, 0.07434254884719849, 0.19910983741283417, -0.4332858920097351, 0.27670565247535706, 0.11462550610303879, -0.5409679412841797, 0.6827067136764526, -0.4312039613723755, 0.02804678864777088, 0.13676953315734863, -0.07470981776714325, -0.24880698323249817, 0.3181387484073639, -0.0707482248544693, -0.3974667191505432, 0.6434763073921204, -0.5111612677574158, 0.06757844984531403, 0.18350636959075928, -0.2558838427066803, 0.00628056563436985, 0.17765480279922485, -0.25306540727615356, 0.16745682060718536, -0.11170694231987, -0.044035617262125015, 0.2512112557888031, -0.5320258140563965, 0.5728757381439209, -0.515484094619751, 0.26675939559936523, 0.20302356779575348, -0.5620055198669434, 0.5645355582237244, -0.1367114633321762, -0.29575759172439575, 0.43851110339164734, -0.23916667699813843, -0.16455601155757904, 0.30684107542037964, -0.08479250967502594, -0.3314831852912903, 0.634580135345459, -0.5265596508979797, 0.03371565788984299, 0.30437472462654114, -0.15340760350227356, -0.013772568665444851, 0.011927477084100246, 0.27780774235725403, -0.40142014622688293, 0.30293047428131104, -0.02307029999792576, -0.08350437134504318, 0.011848031543195248, 0.19121047854423523, -0.20075057446956635, 0.21729348599910736, 0.12890812754631042, -0.3105382025241852, 0.40766289830207825, -0.1897597312927246, -0.09465097635984421, 0.4498448371887207, -0.49598678946495056, 0.24523770809173584, 0.1552967131137848, -0.13380461931228638, -0.06118423491716385, 0.16734789311885834, 0.01467109378427267, -0.3068597614765167, 0.5281263589859009, -0.338009238243103, 0.019924664869904518, 0.28609710931777954, -0.4413149058818817, 0.3335617482662201, 0.020546874031424522, -0.24328941106796265, 0.0831647738814354, 0.2779853045940399, -0.3967001140117645, 0.33130231499671936, 0.018479730933904648, -0.24055269360542297, 0.16866150498390198, 0.030212711542844772, -0.13519951701164246, 0.06246098503470421, 0.2980702817440033, -0.46577224135398865, 0.37434643507003784, -0.00808291882276535, -0.4191247522830963, 0.45670849084854126, -0.0551522932946682, -0.509328305721283, 0.7887778282165527, -0.39131152629852295, -0.22439730167388916, 0.47155824303627014, -0.21159440279006958, -0.304787278175354, 0.5457967519760132, -0.34132665395736694, -0.12679129838943481, 0.49598032236099243, -0.43450942635536194, 0.15288898348808289, -0.07516328245401382, 0.19576169550418854, -0.4176236093044281, 0.28382083773612976, 0.14820750057697296, -0.4023602306842804, 0.22919464111328125, 0.2779235541820526, -0.7002819776535034, 0.6329683661460876, -0.42549625039100647, 0.08760786056518555, 0.22462056577205658, -0.43437328934669495, 0.2760477364063263, 0.11699619144201279, -0.5034740567207336, 0.35680294036865234, 0.013632255606353283, -0.33025121688842773, 0.35896918177604675, -0.1289290338754654, -0.04460636153817177, 0.021698862314224243, 0.045816048979759216, -0.17816989123821259, -0.017907965928316116, 0.2157628983259201, -0.33190616965293884, 0.23406021296977997, -0.11526080965995789, -0.0789111852645874, 0.20659597218036652, -0.4102627635002136, 0.3544975817203522, -0.22094213962554932, -0.09147530049085617, 0.30939972400665283, -0.3152608275413513, 0.033642254769802094, 0.037457823753356934, -0.05060356482863426, 0.04404064640402794, -0.26059260964393616, 0.3141564130783081, -0.0736602172255516, -0.3104971647262573, 0.4917098581790924, -0.41520771384239197, 0.10588426887989044, 0.10887874662876129, -0.3344704806804657, 0.4350191056728363, -0.18379713594913483, -0.2964475154876709, 0.48742803931236267, -0.3575438857078552, -0.08096760511398315, 0.3675912618637085, -0.3270806670188904, 0.056619178503751755, 0.18256747722625732, -0.2123481035232544, 0.016432030126452446, 0.21713201701641083, -0.29929929971694946, -0.0020404632668942213, 0.3463011085987091, -0.33032792806625366, 0.04246065020561218, 0.24242307245731354, -0.23004263639450073, 0.027068350464105606, 0.1396946758031845, -0.1965988129377365, 0.04065924510359764, 0.2723127007484436, -0.29626116156578064, -0.02214762009680271, 0.4147505760192871, -0.4081808030605316, 0.17359130084514618, 0.0398087315261364, -0.1590738445520401, 0.0213167741894722, 0.17840710282325745, -0.10590625554323196, -0.03808567672967911, 0.16693320870399475, -0.06899087131023407, -0.12456034868955612, 0.2005957067012787, -0.0955202504992485, -0.0644858330488205, 0.12465690821409225, -0.0679953545331955, -0.11882951110601425, 0.20514370501041412, -0.11700364947319031, -0.13864031434059143, 0.43094080686569214, -0.5635627508163452, 0.31859278678894043, 0.2067769318819046, -0.5295636057853699, 0.3825564980506897, 0.005462193861603737, -0.2494174987077713, 0.22485756874084473, -0.01774761639535427, -0.19251351058483124, 0.2594727575778961, 0.05300161615014076, -0.44764602184295654, 0.5947060585021973, -0.25113680958747864, -0.26989734172821045, 0.6915541291236877, -0.6023125052452087, 0.1620355099439621, 0.3173067569732666, -0.4433375298976898, 0.1369047909975052, 0.41264045238494873, -0.5737021565437317, 0.21372736990451813, 0.3545399308204651, -0.38277339935302734, 0.057448990643024445, 0.3350989520549774, -0.30824917554855347, 0.0028752663638442755, 0.46603673696517944, -0.5348188281059265, 0.05843838304281235, 0.48481443524360657, -0.5282334089279175, 0.09262914210557938, 0.40201815962791443, -0.4383489787578583, 0.13703839480876923, 0.11916898190975189, -0.18025362491607666, 0.06755253672599792, 0.08689891546964645, -0.25468823313713074, 0.13371765613555908, 0.35293424129486084, -0.7437403202056885, 0.5751281380653381, 0.05742860957980156, -0.5475233197212219, 0.28348469734191895, 0.236026331782341, -0.4515344202518463, 0.16265177726745605, 0.3271707594394684, -0.6795693039894104, 0.5614492297172546, -0.1715153157711029, -0.28732144832611084, 0.5425652861595154, -0.3328927457332611, -0.06943775713443756, 0.21704678237438202, -0.042405981570482254, -0.3117842376232147, 0.35389646887779236, -0.22275088727474213, -0.03727341815829277, 0.3314129412174225, -0.33980804681777954, 0.016081253066658974, 0.3952846825122833, -0.49075043201446533, 0.16326791048049927, 0.03279072791337967, 0.10729603469371796, -0.38301610946655273, 0.4195335805416107, -0.009171702899038792, -0.3443378210067749, 0.24685271084308624, 0.15194585919380188, -0.49500709772109985, 0.44803234934806824, -0.14100630581378937, -0.10809586197137833, 0.13425776362419128, 0.06649866700172424, -0.20018550753593445, 0.15340791642665863, 0.05378866195678711, -0.2965673804283142, 0.29346296191215515, -0.04405634105205536, -0.19116118550300598, 0.2220529168844223, -0.108015276491642, -0.0016150650335475802, -0.02380724810063839, -0.14412613213062286, 0.33474138379096985, -0.4599241018295288, 0.34563690423965454, -0.1136007010936737, -0.24691863358020782, 0.36842262744903564, -0.16486147046089172, -0.20730863511562347, 0.37069171667099, -0.37796053290367126, 0.2236621379852295, -0.13437964022159576, 0.11961333453655243, -0.18770276010036469, 0.22594347596168518, -0.18868887424468994, -0.13111910223960876, 0.40248292684555054, -0.42607319355010986, 0.08778837323188782, 0.2171402871608734, -0.23762881755828857, -0.022719118744134903, 0.19192396104335785, -0.16729724407196045, -0.13813868165016174, 0.16342724859714508, 0.08245183527469635, -0.3143966495990753, 0.21000008285045624, 0.21356183290481567, -0.5912764668464661, 0.588824450969696, -0.17503565549850464, -0.2876724898815155, 0.4986187815666199, -0.44947531819343567, 0.2969440221786499, -0.16106021404266357, 0.09549859166145325, 0.052814897149801254, -0.2111510932445526, 0.3695611357688904, -0.35657453536987305, 0.15381887555122375, 0.07420425117015839, -0.15441319346427917, 0.184159517288208, -0.031075451523065567, -0.06250683218240738, 0.11105827242136002, -0.03839719295501709, -0.04481075331568718, 0.051660340279340744, 0.22793267667293549, -0.1970180869102478, 0.07931104302406311, 0.10373319685459137, -0.16542690992355347, 0.38946548104286194, -0.49080371856689453, 0.28218525648117065, 0.13003818690776825, -0.24334372580051422, 0.19329950213432312, 0.02335871011018753, -0.034111715853214264, -0.023198576644062996, 0.12502267956733704, -0.17403343319892883, 0.2543799579143524, -0.2202017456293106, 0.13259351253509521, 0.02970273420214653, -0.14656178653240204, 0.19097818434238434, 0.010616614483296871, -0.03412080183625221, -0.21167874336242676, 0.431362122297287, -0.2627498209476471, -0.15907379984855652, 0.6146091818809509, -0.5046691298484802, 0.0651317834854126, 0.368518590927124, -0.24586538970470428, -0.17290687561035156, 0.41585272550582886, -0.1824209988117218, -0.09777521342039108, 0.2008151262998581, -0.08688809722661972, -0.014359261840581894, 0.06204787641763687, -0.034588150680065155, -0.008386091329157352, 0.17106416821479797, -0.08817020058631897, 0.06969307363033295, -0.07936251908540726, 0.02949470654129982, 0.17248108983039856, -0.18200983107089996, 0.03653087839484215, 0.07625961303710938, -0.0198939498513937, -0.004126931075006723, -0.01765001006424427, 0.04281220957636833, 0.039717357605695724, -0.11433886736631393, 0.25121697783470154, -0.1690194308757782, 0.04915400221943855, 0.20333698391914368, -0.21165956556797028, 0.17037749290466309, 0.013569783419370651, -0.25252437591552734, 0.4515950381755829, -0.34075793623924255, 0.0742042288184166, 0.2219087928533554, -0.20909979939460754, 0.03270035237073898, 0.05167553201317787, -0.021901533007621765, -0.0266012791544199, -0.002747005084529519, 0.1804940402507782, -0.3383520245552063, 0.33745697140693665, -0.17029184103012085, -0.1283593475818634, 0.384443998336792, -0.5295013785362244, 0.43000248074531555, -0.16713491082191467, -0.09123142063617706, 0.2825033366680145, -0.32498449087142944, 0.23782877624034882, -0.06883054971694946, -0.13165800273418427, 0.16714724898338318, 0.031775567680597305, -0.15514492988586426, 0.0413837805390358, 0.18388229608535767, -0.23562423884868622, 0.058075662702322006, 0.12178143113851547, -0.24386955797672272, 0.2418346405029297, -0.13056255877017975, 0.04537715017795563, -0.01097949966788292, -0.03990517556667328, 0.046775493770837784, -0.10034500807523727, 0.1029154434800148, -0.06662013381719589, -0.05174916610121727, 0.07864751666784286, -0.09134541451931, -0.041189949959516525, 0.1887417584657669, -0.18353350460529327, 0.03227277845144272, -0.015591445378959179, -0.0067756287753582, 0.0031934864819049835, 0.0025658952072262764, -0.08360207825899124, 0.12180576473474503, -0.08853865414857864, -0.14030779898166656, 0.3434489071369171, -0.35148507356643677, 0.07454442977905273, -0.03339538350701332, 0.0392979197204113, -0.03538758307695389, -0.059783414006233215, -0.011224912479519844, 0.06767909228801727, -0.16627611219882965, 0.007173394318670034, 0.14944976568222046, -0.20202994346618652, -0.06797268986701965, 0.31691479682922363, -0.35950028896331787, 0.06492353975772858, 0.21417325735092163, -0.3608746826648712, 0.26969245076179504, -0.18462197482585907, 0.05089789628982544, 0.03896978870034218, -0.1270497590303421, 0.18376843631267548, -0.21868669986724854, 0.08484695851802826, 0.015386451035737991, -0.04379061609506607, 0.005571398418396711, 0.06496551632881165, -0.17062823474407196, 0.1731245517730713, -0.03393172472715378, -0.14670222997665405, 0.1762196123600006, -0.046057604253292084, -0.11878631263971329, 0.09139665216207504, -0.10382316261529922, -0.10117822140455246, 0.18235085904598236, -0.1814756840467453, -0.09463408589363098, 0.1765703558921814, -0.04800039529800415, -0.2134803980588913, 0.09713677316904068, 0.061328690499067307, -0.1494385004043579, -0.058664485812187195, 0.1128491535782814, -0.03274039179086685, -0.2309706211090088, 0.15496931970119476, 0.005415686406195164, -0.2846166789531708, 0.1317468136548996, -0.06791682541370392, -0.09740907698869705, 0.16122937202453613, -0.2056342363357544, 0.05570906028151512, 0.057931605726480484, -0.18247567117214203, 0.050346095114946365, 0.11992339044809341, -0.2533615231513977, 0.1288074404001236, 0.069959856569767, -0.24216513335704803, 0.2645142376422882, -0.10993769019842148, 0.01996021345257759, 0.06831832230091095, -0.03670141473412514, 0.20197419822216034, -0.17666095495224, 0.13160431385040283, 0.13073556125164032, -0.11443915963172913, 0.08203572779893875, 0.11024578660726547, -0.10385274887084961, 0.15347397327423096, -0.11262167245149612, 0.048739176243543625, 0.2540711462497711, -0.2843749225139618, 0.22617769241333008, 0.19581671059131622, -0.3683600127696991, 0.30360710620880127, 0.3301394581794739, -0.5895666480064392, 0.39805495738983154, 0.3163125216960907, -0.4012153446674347, 0.12231209129095078, 0.40789657831192017, -0.3227747082710266, 0.11673788726329803, 0.09246105700731277, 0.004340207204222679, -0.03307795524597168, 0.15223689377307892, -0.08313056826591492, 0.054642681032419205, 0.09435475617647171, -0.16201558709144592, 0.1654871702194214, -0.06950288265943527, -0.09160099923610687, 0.005745232570916414, 0.19225195050239563, -0.40272319316864014, 0.23160982131958008, 0.09151319414377213, -0.345068097114563, 0.24817080795764923, -0.006760627496987581, -0.3205225169658661, 0.15591348707675934, 0.19189436733722687, -0.3803441822528839, 0.09313050657510757, 0.14920510351657867, -0.29216352105140686, 0.08165640383958817, -0.09451055526733398, -0.0676974505186081, 0.03246448189020157, 0.014253762550652027, -0.2543511688709259, 0.17342035472393036, -0.007185738068073988, -0.1865183711051941, -0.02101723849773407, 0.1266373097896576, -0.3080707788467407, 0.09260948747396469, 0.14337272942066193, -0.28185391426086426, 0.10413428395986557, 0.05386574938893318, -0.20740613341331482, 0.1930065155029297, -0.08462655544281006, -0.20550481975078583, 0.3437511920928955, -0.3225518465042114, 0.0831742137670517, 0.18189038336277008, -0.2272203266620636, 0.08537496626377106, 0.07834206521511078, -0.08459310233592987, -0.008594883605837822, 0.07987955957651138, 0.06343667954206467, -0.11715832352638245, 0.15580333769321442, -0.02062257193028927, -0.12529399991035461, 0.1824200600385666, -0.0012463226448744535, -0.158399298787117, 0.12313749641180038, 0.029938021674752235, -0.03366827592253685, -0.07798583060503006, 0.16677039861679077, -0.19284527003765106, 0.08518347889184952, 0.09350010007619858, -0.24039332568645477, 0.14813287556171417, -0.0015417990507557988, -0.19580213725566864, 0.21004240214824677, -0.07937797904014587, -0.18184827268123627, 0.15495650470256805, -0.12313294410705566, 0.011766914278268814, -0.07927744090557098, 0.0027438318356871605, 0.006531129591166973, 0.0042772744782269, -0.08862776309251785, 0.04095940664410591, 0.05028733238577843, -0.14391370117664337, 0.1225137859582901, -0.11765962839126587, -0.02908805012702942, 0.11850085854530334, -0.06891480833292007, -0.07533089071512222, 0.08623122423887253, 0.05473100394010544, -0.11657058447599411, 0.03080085851252079, 0.0939595028758049, -6.279715307755396e-05, 0.05530669540166855, -0.0115879587829113, 0.11979735642671585, -0.056374918669462204, 0.07839145511388779, 0.03501952439546585, 0.047759030014276505, 0.042193055152893066, -0.020161230117082596, 0.21013163030147552, -0.07403627038002014, 0.024005360901355743, 0.20279787480831146, -0.1180499792098999, 0.05063358694314957, 0.14344576001167297, -0.15573829412460327, 0.17113207280635834, 0.09863728284835815, -0.16343474388122559, 0.14279332756996155, 0.01807396486401558, -0.034846458584070206, -0.034427955746650696, 0.05506907030940056, 0.08427648991346359, -0.08750651776790619, 0.13070888817310333, -0.02139425091445446, -0.025789881125092506, 0.008395122364163399, 0.03599192574620247, -0.06782429665327072, 0.026616757735610008, 0.08980230987071991, -0.15462948381900787, 0.1628299057483673, -0.1376393437385559, -0.05547868832945824, 0.050528090447187424, -0.05320289358496666, -0.04673348739743233, -0.03343131020665169, -0.0009724986157380044, 0.06836595386266708, -0.21433943510055542, 0.05728292837738991, 0.08767414838075638, -0.2512774169445038, 0.11763416230678558, 0.015604137443006039, -0.13665921986103058, 0.11060710996389389, -0.060473401099443436, -0.0638820230960846, 0.025949541479349136, 0.011968635022640228, -0.0915188118815422, 0.06775355339050293, -0.016123034060001373, 0.015585320070385933, 0.020854592323303223, -0.0831751897931099, 0.15890073776245117, -0.10033142566680908, -0.015480907633900642, 0.14698749780654907, -0.13324712216854095, 0.021734638139605522, 0.21622905135154724, -0.19916178286075592, 0.08365882933139801, 0.07452392578125, -0.03773701563477516, 0.023099660873413086, 0.045040324330329895, 0.09278447926044464, -0.03600331395864487, 0.004443583078682423, 0.1726367324590683, -0.016076115891337395, -0.0875839963555336, 0.22293759882450104, -0.00641726003959775, -0.09180343896150589, 0.1873234659433365, 0.03484980762004852, -0.04880021512508392, 0.09949125349521637, 0.015305896289646626, -0.08294378221035004, 0.10373483598232269, 0.10731112211942673, -0.11637413501739502, 0.042273975908756256, 0.07379698008298874, 0.024564631283283234, -0.06472603231668472, 0.08384456485509872, -0.008607390336692333, -0.050218239426612854, 0.04580182954668999, -0.05131998285651207, 0.044874053448438644, 0.005353718996047974, -0.034995269030332565, -0.01670604571700096, 0.019811486825346947, -0.06495960056781769, -0.051662810146808624, 0.04344099387526512, -0.07997286319732666, 0.09217102080583572, -0.04860387369990349, 0.0071462239138782024, 0.00511702848598361, -0.12084975093603134, 0.020315401256084442, 0.006819338537752628, -0.091293565928936, -0.015760090202093124, 0.08911623060703278, -0.09333351254463196, -0.012044254690408707, 0.01816045492887497, -0.0632893294095993, -0.08631433546543121, 0.04860454425215721, -0.030574221163988113, -0.09397450089454651, 0.12294932454824448, -0.0325850173830986, -0.15401345491409302, 0.10660768300294876, -0.03352849930524826, -0.12971125543117523, 0.05593457072973251, 0.02299497462809086, -0.042414549738168716, 0.0682569071650505, -0.010023592039942741, -0.024429285898804665, 0.049994420260190964, -0.08184108883142471, -0.0023569802287966013, 0.04376993328332901, 0.03683668375015259, -0.0636732205748558, 0.05167977139353752, 0.030250128358602524, 0.02808985486626625, -0.11372397840023041, 0.09024956077337265, -0.06080680713057518, -0.04278334230184555, 0.06572306156158447, -0.07380059361457825, 0.029890205711126328, 0.032171688973903656, -0.06923109292984009, 0.011205436661839485, 0.020282592624425888, -0.10293246805667877, 0.06423871219158173, -0.02983270026743412, 0.06806477904319763, -0.03168550133705139, -0.021366778761148453, 0.026666240766644478, -0.05573732778429985, 0.008489130064845085, 0.019930623471736908, -0.02199881710112095, -0.010616051033139229, 0.04254133999347687, -0.024240627884864807, -0.028564902022480965, 0.02282733842730522, -0.05727124214172363, 0.008916866965591908, 0.002923489548265934, -0.07023593783378601, 0.030473848804831505, 0.0009819051483646035, 0.01548817753791809, -0.02412012778222561, -0.01698416844010353, 0.005852231755852699, -0.02543559856712818, -0.028713351115584373, 0.012965249828994274, 0.004671766888350248, 0.019588066264986992, 0.02149120159447193, -0.03151319548487663, 0.003450607880949974, 0.04879109933972359, -0.08519162982702255, 0.07266990840435028, 0.02402220293879509, 0.01490859780460596, 0.01323128491640091, 0.03315604850649834, -0.011241314932703972, 0.06077415123581886, -0.007275901734828949, -0.019236641004681587, 0.0010849699610844254, 0.05661551281809807, -0.023199671879410744, 0.03264753520488739, 0.04713775962591171, 0.009410670958459377, -0.009267181158065796, 0.04310610145330429, -0.018129698932170868, 0.01476309634745121, 0.017811626195907593, -0.03312937170267105, 0.15617133677005768, -0.04890677332878113, -0.033333323895931244, 0.1314561367034912, -0.019934384152293205, -0.07811059057712555, 0.07223013043403625, 0.031219514086842537, -0.0005724195507355034, 0.016951972618699074, -0.003304582554847002, -0.006580969784408808, 0.1044829785823822, -0.0879310593008995, -0.021361730992794037, 0.0450437106192112, 0.017871808260679245, -0.030778061598539352, -0.0041335937567055225, 0.10515347868204117, -0.08126132935285568, 0.05995960533618927, 0.043013107031583786, -0.05428038910031319, 0.040132246911525726, 0.0340222492814064, -0.041933637112379074, 0.044293809682130814, 0.00916342157870531, -0.03134828433394432, -0.0015133096603676677, 0.011254486627876759, -0.044450122863054276, -0.042433962225914, 0.060748789459466934, -0.06161244958639145, -0.0056152562610805035, 0.004593957681208849, -0.025423910468816757, 0.004034122452139854, -0.056023575365543365, 0.031948622316122055, -0.05335168167948723, -0.01621468923985958, 0.03799666464328766, -0.04325084015727043, -0.0014280013274401426, 0.01850910484790802, -0.009385314770042896, -0.07445143908262253, 0.029647553339600563, -0.00522968964651227, -0.055863723158836365, 0.05203060805797577, -0.048985112458467484, 0.055951692163944244, 0.0028917440213263035, -0.06773677468299866, 0.05599887669086456, -0.028619403019547462, -0.0012729897862300277, 0.059389714151620865, -0.03718956559896469, 0.04789767786860466, 0.04790627956390381, -0.05579742044210434, 0.028738921508193016, 0.010748036205768585, -0.03491339832544327, 0.003889225423336029, 0.04098496586084366, -0.02752693183720112, 0.020241839811205864, 0.055462341755628586, -0.04853334277868271, 0.016209730878472328, -0.0030654212459921837, -0.02337932027876377, 0.021435411646962166, 0.006035472732037306, -0.007734529208391905, -0.001861713593825698, 0.00489903474226594, 0.0062619587406516075, -0.009373391978442669, -0.003645380726084113, -0.0012749021407216787, 0.006552310660481453, 0.03364361822605133, -0.04183986783027649, 0.04704505577683449, 0.014341895468533039, -0.040866438299417496, 0.05168933421373367, -0.026285463944077492, -0.040444545447826385, 0.05728452280163765, -0.00825380440801382, -0.031946275383234024, 0.08207154273986816, -0.026480508968234062, 0.022412123158574104, 0.02023443393409252, -0.037376027554273605, 0.010901909321546555, 0.015199537388980389, -0.014721905812621117, 0.0156867653131485, 0.02331344597041607, -0.03180607780814171, 0.03562057390809059, -0.009148591198027134, -0.0420055165886879, 0.024625210091471672, 0.005937224719673395, 0.0009847721084952354, 0.019224928691983223, 0.0504162423312664, -0.014043767936527729, 0.0025925887748599052, 0.07559007406234741, -0.0729997307062149, 0.0021755918860435486, 0.0701395645737648, -0.04608763009309769, 0.017460787668824196, 0.06295240670442581, -0.057699646800756454, 0.037318672984838486, 0.021362241357564926, -0.04199008643627167, 0.0069788065738976, 0.027045205235481262, -0.008476144634187222, -0.01306241936981678, 0.08049727231264114, -0.04480141028761864, -3.0501410037686583e-06, 0.03719582408666611, -0.04982810094952583, -0.019629498943686485, 0.04773089289665222, -0.004162911791354418, -0.03402082994580269, 0.047227561473846436, -0.011493848636746407, -0.043641503900289536, 0.07238036394119263, -0.013185790739953518, -0.0579584501683712, 0.06038788706064224, 0.018782634288072586, -0.05555570498108864, 0.03356889262795448, 0.002761787734925747, -0.04388776421546936, 0.015680458396673203, -0.02656814642250538, -0.023697035387158394, 0.00306313275359571, -0.01716718263924122, -0.003422721289098263, 4.2319647036492825e-05, -0.017027320340275764, 0.002858957275748253, -0.006684680934995413, 0.003486871486529708, -0.0165068618953228, -0.005723206792026758, -0.000723845383618027, -0.03417126461863518, 0.014828248880803585, -0.03774220123887062, -0.005192246753722429, 0.0011511994525790215, -0.019434701651334763, -0.022091440856456757, 0.030663127079606056, -0.03546901419758797, -0.027813326567411423, 0.07769618928432465, -0.04365019500255585, -0.0291692316532135, 0.09125504642724991, -0.03786109760403633, -0.0598529577255249, 0.07463399320840836, -0.022592205554246902, -0.056168824434280396, 0.05296648293733597, 0.014068442396819592, -0.0495452955365181, 0.020377838984131813, 0.02931544929742813, -0.053878236562013626, -0.031645722687244415, 0.049523960798978806, -0.034217718988657, -0.027982603758573532, 0.03646313026547432, -0.0024585360661149025, -0.027765396982431412, -0.0002956917160190642, -0.0043928311206400394, -0.03279276192188263, -0.01698227785527706, -0.014682228676974773, 0.008933959528803825, -0.01899409294128418, -0.01693044789135456, 0.021148862317204475, -0.03116484172642231, -0.031153779476881027, 0.021166380494832993, -0.007681813556700945, -0.032156214118003845, 0.02921438403427601, 0.023560550063848495, -0.03658226132392883, 0.008655539713799953, 0.025094233453273773, -0.02858416922390461, -0.011213329620659351, 0.02211642451584339, 0.005828309338539839, -0.016461385414004326, 0.0060715745203197, 0.008132445625960827, -0.002603858942165971, -0.009037724696099758, -0.005674494430422783, -0.0008717834716662765, -0.002832607366144657, 0.0028086318634450436, 0.00032970032771117985, -0.01810682751238346, 0.01647733710706234, -0.007493212819099426, -0.028053540736436844, 0.022233128547668457, -0.008448837324976921, -0.02598193846642971, 0.03549948334693909, 0.0011492399498820305, -0.007909007370471954, 0.023480191826820374, -0.010956116020679474, -0.015654869377613068, 0.0027502451557666063, -0.0009683589451014996, -0.006598318461328745, -0.00010797049617394805, 0.016563883051276207, 0.005277013871818781, -0.017638301476836205, 0.022200388833880424, 0.0035503103863447905, -0.0410994254052639, 0.020500246435403824, 0.01068540383130312, -0.00641941512003541, 0.01642726920545101, 0.02575717493891716, 0.0012262847740203142, -0.009644019417464733, 0.03263011947274208, -0.00038492324529215693, -0.027831440791487694, 0.008334461599588394, 0.024248996749520302, -0.0018816790543496609, -9.921402670443058e-05, 0.04362041503190994, -0.0017225365154445171, -0.023962339386343956, 0.03178415447473526, 0.006594373844563961, -0.011105732060968876, 0.02955068275332451, 0.026639586314558983, 0.019767912104725838, 0.001660686917603016, 0.025290098041296005, 0.01691681146621704, -0.00926210917532444, 0.003698857268318534, 0.03289148211479187, 0.0011980290291830897, 0.00032852450385689735, 0.020269131287932396, 0.015226590447127819, -0.006748851388692856, -0.004941500723361969, 0.018770763650536537, 0.002472823718562722, -0.012427057139575481, 0.03488064184784889, 0.0201950091868639, -0.012792639434337616, 0.02415822446346283, 0.030952850356698036, -0.01753942109644413, 0.021295204758644104, 0.03400165215134621, -0.007033835630863905, 0.007638419512659311, 0.02693640999495983, 0.006591322366148233, -0.003336770925670862, 0.024716483429074287, 0.01929573155939579, -0.0159006305038929, 0.021425651386380196, 0.02131119929254055, -0.0019264541333541274, 0.006313460413366556, 0.022187264636158943, 0.020763447508215904, 0.004718768410384655, -0.0038417347241193056, 0.025327956303954124, 0.0025519535411149263, -0.016879355534911156, 0.01808645762503147, 0.017307836562395096, -0.008645552210509777, 0.012816846370697021, 0.022908026352524757, 0.0031007430516183376, -0.0005043955170549452, 0.0076044960878789425, 0.0030336682684719563, -0.000418640993302688, 0.007866696454584599, 0.008554172702133656, 0.009096628986299038, 0.006354996003210545, -0.00010964212560793385, 0.0001260624558199197, 0.004479787312448025, -0.0069480049423873425, 0.006708261091262102, 0.011079180054366589, -0.00532937329262495, 0.021466674283146858, 0.009700659662485123, -0.0050229262560606, 0.014315403997898102, 0.00044461016659624875, -0.013981141149997711, 0.004925932735204697, -0.0007709054625593126, -0.014060253277420998, 0.005946815013885498, -0.00044079875806346536, -0.01467693131417036, 0.00034920067992061377, -0.014991402626037598, -0.007361023221164942, -0.000485148309962824, -0.01573352701961994, -0.006223790813237429, -0.00025046890368685126, -0.015258891507983208, -0.010263076052069664, -0.0068940636701881886, -0.0094499122351408, -0.016953177750110626, -0.013507146388292313, -0.006845156196504831, -0.016675500199198723, -0.005565079394727945, -0.00026699816226027906, -0.014856926165521145, -0.0050256517715752125, 0.0018343861447647214, -0.018085571005940437, -0.010309393517673016, 0.002430299064144492, -0.009583547711372375, -0.00948492344468832, -0.004257617052644491, -0.005070473998785019, -0.018484171479940414, -0.006547513417899609, 0.001615022192709148, -0.00045188431977294385, 0.0012291069142520428, -0.0035620781127363443, -0.005981533322483301, 0.0017475468339398503, -0.003636566223576665, -0.015060664154589176, -0.014213773421943188, 0.0020272221881896257, -0.01327238604426384, -0.015223521739244461, 0.005551627837121487, -0.0026547422166913748, -0.007245522458106279, 0.0014322237111628056, -0.006235428620129824, -0.0037397644482553005, 0.0014758979668840766, -0.0018099129665642977, -0.0016110532451421022, 0.008884042501449585, 0.004435840528458357, -0.0011163748567923903, 0.006472369190305471, -0.0007003882201388478, -0.0015684656100347638, 0.0012024440802633762, 0.00025643614935688674, 0.0006744723068550229, 5.7817705965135247e-05, 0.006360385566949844, -0.00036270165583118796, -0.002103216480463743, 0.0007726048352196813, 0.0003364754084032029, -0.0006126652588136494, 0.006455965340137482, -0.0007876614108681679, -0.00026514087221585214, 0.006620623171329498, -0.0019012920092791319, 0.00702050281688571, 0.002820705994963646, -0.004739703610539436, 0.012028885073959827, 0.0013756705448031425, -0.0011558537371456623, 0.0044310614466667175, 0.00613448629155755, 0.0010208847234025598, 0.010412256233394146, 0.0007329682703129947, 0.00869072787463665, 0.016268761828541756, 0.0006878339918330312, 0.0003278923104517162, 0.014811179600656033, 0.0038666354957967997, 0.004003255162388086, 0.0064684743992984295, -0.0018984455382451415, 0.00344687607139349, 0.004463857971131802, -0.0016785678453743458, 0.003943781368434429, 0.004039251711219549, -0.0012362201232463121, 0.00470334617421031, 0.004008159041404724, -0.005532151088118553, -0.001118989079259336, 0.001798219163902104, -0.0039046918973326683, -0.0031094590667635202, 0.0010998416692018509, 9.493989637121558e-05, 6.545082578668371e-05, -0.007249128073453903, -0.0012046275660395622, 0.0013897418975830078, -0.006901478860527277, -0.0025050260592252016, -0.003451647935435176, -0.00967329926788807, -0.0006040117586962879, -0.004596145823597908, -0.017500950023531914, -0.006148552522063255, -0.010341549292206764, -0.022737527266144753, -0.004694323055446148, -0.009294955059885979]\n",
"Training labels: 3 - happiness\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "HcrEgJO9Hmx7"
},
"source": [
"Great, now we've successfully read all the audio files, resampled the audio files to 16kHz, and mapped each audio to the corresponding label."
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "QL7q6DfcH0Fs"
},
"source": [
"## Model\n",
"\n",
"Before diving into the training part, we need to build our classification model based on the merge strategy. "
]
},
{
"cell_type": "code",
"metadata": {
"id": "uJZoC4T5HpuP"
},
"source": [
"from dataclasses import dataclass\n",
"from typing import Optional, Tuple\n",
"import torch\n",
"from transformers.file_utils import ModelOutput\n",
"\n",
"\n",
"@dataclass\n",
"class SpeechClassifierOutput(ModelOutput):\n",
" loss: Optional[torch.FloatTensor] = None\n",
" logits: torch.FloatTensor = None\n",
" hidden_states: Optional[Tuple[torch.FloatTensor]] = None\n",
" attentions: Optional[Tuple[torch.FloatTensor]] = None\n"
],
"execution_count": 25,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"id": "Fv62ShDsH5DZ"
},
"source": [
"import torch\n",
"import torch.nn as nn\n",
"from torch.nn import BCEWithLogitsLoss, CrossEntropyLoss, MSELoss\n",
"\n",
"# from transformers.models.wav2vec2.modeling_wav2vec2 import (\n",
"# Wav2Vec2PreTrainedModel,\n",
"# Wav2Vec2Model\n",
"# )\n",
"from transformers.models.hubert.modeling_hubert import (\n",
" HubertPreTrainedModel,\n",
" HubertModel\n",
")\n",
"\n",
"\n",
"class HubertClassificationHead(nn.Module):\n",
" \"\"\"Head for hubert classification task.\"\"\"\n",
"\n",
" def __init__(self, config):\n",
" super().__init__()\n",
" self.dense = nn.Linear(config.hidden_size, config.hidden_size)\n",
" self.dropout = nn.Dropout(config.final_dropout)\n",
" self.out_proj = nn.Linear(config.hidden_size, config.num_labels)\n",
"\n",
" def forward(self, features, **kwargs):\n",
" x = features\n",
" x = self.dropout(x)\n",
" x = self.dense(x)\n",
" x = torch.tanh(x)\n",
" x = self.dropout(x)\n",
" x = self.out_proj(x)\n",
" return x\n",
"\n",
"\n",
"class HubertForSpeechClassification(HubertPreTrainedModel):\n",
" def __init__(self, config):\n",
" super().__init__(config)\n",
" self.num_labels = config.num_labels\n",
" self.pooling_mode = config.pooling_mode\n",
" self.config = config\n",
"\n",
" self.hubert = HubertModel(config)\n",
" self.classifier = HubertClassificationHead(config)\n",
"\n",
" self.init_weights()\n",
"\n",
" def freeze_feature_extractor(self):\n",
" self.hubert.feature_extractor._freeze_parameters()\n",
"\n",
" def merged_strategy(\n",
" self,\n",
" hidden_states,\n",
" mode=\"mean\"\n",
" ):\n",
" if mode == \"mean\":\n",
" outputs = torch.mean(hidden_states, dim=1)\n",
" elif mode == \"sum\":\n",
" outputs = torch.sum(hidden_states, dim=1)\n",
" elif mode == \"max\":\n",
" outputs = torch.max(hidden_states, dim=1)[0]\n",
" else:\n",
" raise Exception(\n",
" \"The pooling method hasn't been defined! Your pooling mode must be one of these ['mean', 'sum', 'max']\")\n",
"\n",
" return outputs\n",
"\n",
" def forward(\n",
" self,\n",
" input_values,\n",
" attention_mask=None,\n",
" output_attentions=None,\n",
" output_hidden_states=None,\n",
" return_dict=None,\n",
" labels=None,\n",
" ):\n",
" return_dict = return_dict if return_dict is not None else self.config.use_return_dict\n",
" outputs = self.hubert(\n",
" input_values,\n",
" attention_mask=attention_mask,\n",
" output_attentions=output_attentions,\n",
" output_hidden_states=output_hidden_states,\n",
" return_dict=return_dict,\n",
" )\n",
" hidden_states = outputs[0]\n",
" hidden_states = self.merged_strategy(hidden_states, mode=self.pooling_mode)\n",
" logits = self.classifier(hidden_states)\n",
"\n",
" loss = None\n",
" if labels is not None:\n",
" if self.config.problem_type is None:\n",
" if self.num_labels == 1:\n",
" self.config.problem_type = \"regression\"\n",
" elif self.num_labels > 1 and (labels.dtype == torch.long or labels.dtype == torch.int):\n",
" self.config.problem_type = \"single_label_classification\"\n",
" else:\n",
" self.config.problem_type = \"multi_label_classification\"\n",
"\n",
" if self.config.problem_type == \"regression\":\n",
" loss_fct = MSELoss()\n",
" loss = loss_fct(logits.view(-1, self.num_labels), labels)\n",
" elif self.config.problem_type == \"single_label_classification\":\n",
" loss_fct = CrossEntropyLoss()\n",
" loss = loss_fct(logits.view(-1, self.num_labels), labels.view(-1))\n",
" elif self.config.problem_type == \"multi_label_classification\":\n",
" loss_fct = BCEWithLogitsLoss()\n",
" loss = loss_fct(logits, labels)\n",
"\n",
" if not return_dict:\n",
" output = (logits,) + outputs[2:]\n",
" return ((loss,) + output) if loss is not None else output\n",
"\n",
" return SpeechClassifierOutput(\n",
" loss=loss,\n",
" logits=logits,\n",
" hidden_states=outputs.hidden_states,\n",
" attentions=outputs.attentions,\n",
" )\n"
],
"execution_count": 26,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
"id": "OrBrR1b7zvUL"
},
"source": [
"## Training\n",
"\n",
"The data is processed so that we are ready to start setting up the training pipeline. We will make use of 🤗's [Trainer](https://huggingface.co/transformers/master/main_classes/trainer.html?highlight=trainer) for which we essentially need to do the following:\n",
"\n",
"- Define a data collator. In contrast to most NLP models, XLSR-Wav2Vec2 has a much larger input length than output length. *E.g.*, a sample of input length 50000 has an output length of no more than 100. Given the large input sizes, it is much more efficient to pad the training batches dynamically meaning that all training samples should only be padded to the longest sample in their batch and not the overall longest sample. Therefore, fine-tuning XLSR-Wav2Vec2 requires a special padding data collator, which we will define below\n",
"\n",
"- Evaluation metric. During training, the model should be evaluated on the word error rate. We should define a `compute_metrics` function accordingly\n",
"\n",
"- Load a pretrained checkpoint. We need to load a pretrained checkpoint and configure it correctly for training.\n",
"\n",
"- Define the training configuration.\n",
"\n",
"After having fine-tuned the model, we will correctly evaluate it on the test data and verify that it has indeed learned to correctly transcribe speech."
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "Ji9-n1eUIKZc"
},
"source": [
"### Set-up Trainer\n",
"\n",
"Let's start by defining the data collator. The code for the data collator was copied from [this example](https://github.com/huggingface/transformers/blob/9a06b6b11bdfc42eea08fa91d0c737d1863c99e3/examples/research_projects/wav2vec2/run_asr.py#L81).\n",
"\n",
"Without going into too many details, in contrast to the common data collators, this data collator treats the `input_values` and `labels` differently and thus applies to separate padding functions on them (again making use of XLSR-Wav2Vec2's context manager). This is necessary because in speech input and output are of different modalities meaning that they should not be treated by the same padding function.\n",
"Analogous to the common data collators, the padding tokens in the labels with `-100` so that those tokens are **not** taken into account when computing the loss."
]
},
{
"cell_type": "code",
"metadata": {
"id": "rkM0VLIwy903"
},
"source": [
"from dataclasses import dataclass\n",
"from typing import Dict, List, Optional, Union\n",
"import torch\n",
"\n",
"import transformers\n",
"from transformers import Wav2Vec2FeatureExtractor\n",
"\n",
"\n",
"@dataclass\n",
"class DataCollatorCTCWithPadding:\n",
" \"\"\"\n",
" Data collator that will dynamically pad the inputs received.\n",
" Args:\n",
" feature_extractor (:class:`~transformers.Wav2Vec2FeatureExtractor`)\n",
" The feature_extractor used for proccessing the data.\n",
" padding (:obj:`bool`, :obj:`str` or :class:`~transformers.tokenization_utils_base.PaddingStrategy`, `optional`, defaults to :obj:`True`):\n",
" Select a strategy to pad the returned sequences (according to the model's padding side and padding index)\n",
" among:\n",
" * :obj:`True` or :obj:`'longest'`: Pad to the longest sequence in the batch (or no padding if only a single\n",
" sequence if provided).\n",
" * :obj:`'max_length'`: Pad to a maximum length specified with the argument :obj:`max_length` or to the\n",
" maximum acceptable input length for the model if that argument is not provided.\n",
" * :obj:`False` or :obj:`'do_not_pad'` (default): No padding (i.e., can output a batch with sequences of\n",
" different lengths).\n",
" max_length (:obj:`int`, `optional`):\n",
" Maximum length of the ``input_values`` of the returned list and optionally padding length (see above).\n",
" max_length_labels (:obj:`int`, `optional`):\n",
" Maximum length of the ``labels`` returned list and optionally padding length (see above).\n",
" pad_to_multiple_of (:obj:`int`, `optional`):\n",
" If set will pad the sequence to a multiple of the provided value.\n",
" This is especially useful to enable the use of Tensor Cores on NVIDIA hardware with compute capability >=\n",
" 7.5 (Volta).\n",
" \"\"\"\n",
"\n",
" feature_extractor: Wav2Vec2FeatureExtractor\n",
" padding: Union[bool, str] = True\n",
" max_length: Optional[int] = None\n",
" max_length_labels: Optional[int] = None\n",
" pad_to_multiple_of: Optional[int] = None\n",
" pad_to_multiple_of_labels: Optional[int] = None\n",
"\n",
" def __call__(self, features: List[Dict[str, Union[List[int], torch.Tensor]]]) -> Dict[str, torch.Tensor]:\n",
" input_features = [{\"input_values\": feature[\"input_values\"]} for feature in features]\n",
" label_features = [feature[\"labels\"] for feature in features]\n",
"\n",
" d_type = torch.long if isinstance(label_features[0], int) else torch.float\n",
"\n",
" batch = self.feature_extractor.pad(\n",
" input_features,\n",
" padding=self.padding,\n",
" max_length=self.max_length,\n",
" pad_to_multiple_of=self.pad_to_multiple_of,\n",
" return_tensors=\"pt\",\n",
" )\n",
"\n",
" batch[\"labels\"] = torch.tensor(label_features, dtype=d_type)\n",
"\n",
" return batch"
],
"execution_count": 27,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"id": "-YhJ0OA4RxQe"
},
"source": [
"data_collator = DataCollatorCTCWithPadding(feature_extractor=feature_extractor, padding=True)"
],
"execution_count": 28,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
"id": "mYxy2IR-KcU2"
},
"source": [
"Next, the evaluation metric is defined. There are many pre-defined metrics for classification/regression problems, but in this case, we would continue with just **Accuracy** for classification and **MSE** for regression. You can define other metrics on your own."
]
},
{
"cell_type": "code",
"metadata": {
"id": "LL8I5MKvPnth"
},
"source": [
"is_regression = False"
],
"execution_count": 29,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"id": "XK26Z6IfR36K"
},
"source": [
"import numpy as np\n",
"from transformers import EvalPrediction\n",
"\n",
"\n",
"def compute_metrics(p: EvalPrediction):\n",
" preds = p.predictions[0] if isinstance(p.predictions, tuple) else p.predictions\n",
" preds = np.squeeze(preds) if is_regression else np.argmax(preds, axis=1)\n",
"\n",
" if is_regression:\n",
" return {\"mse\": ((preds - p.label_ids) ** 2).mean().item()}\n",
" else:\n",
" return {\"accuracy\": (preds == p.label_ids).astype(np.float32).mean().item()}"
],
"execution_count": 30,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
"id": "ZsH_nKJdK28o"
},
"source": [
"Now, we can load the pretrained checkpoint into our classification model with a pooling strategy."
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "qOsSrY2ujmMI",
"outputId": "f3cdfc65-a61b-4510-bea1-b470b568fe88"
},
"source": [
"drive_dir = \"/content\"\n",
"!ls {drive_dir}\n",
"output_dir = os.path.join(drive_dir, \"ckpts\", \"hubert-base-greek-ser\")\n",
"!ls {output_dir}"
],
"execution_count": 31,
"outputs": [
{
"output_type": "stream",
"text": [
"aesdd.zip cache data\tsample_data\n",
"ls: cannot access '/content/ckpts/hubert-base-greek-ser': No such file or directory\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"id": "RDuk0PjmjeZC"
},
"source": [
"import os\n",
"import shutil\n",
"\n",
"last_checkpoint = None\n",
"checkpoints = []\n",
"if os.path.exists(output_dir):\n",
" for subdir in os.scandir(output_dir):\n",
" if subdir.is_dir():\n",
" checkpoints.append(subdir.path)\n",
" \n",
" \n",
"if len(checkpoints) > 0:\n",
" checkpoints = list(sorted(checkpoints, key=lambda ckpt: ckpt.split('/')[-1].split('-')[-1], reverse=True))\n",
" model_name_or_path = os.path.join(\"/content\", checkpoints[0].split(\"/\")[-1])\n",
" last_checkpoint = model_name_or_path\n",
" shutil.copytree(checkpoints[0], model_name_or_path)"
],
"execution_count": 32,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "sGES8XwDjv55",
"outputId": "6c6a846a-92b4-4416-f7d4-41cd8cac2510"
},
"source": [
"print(f\"model_name_or_path: {model_name_or_path}\")\n",
"print(f\"last_checkpoint: {last_checkpoint}\")"
],
"execution_count": 33,
"outputs": [
{
"output_type": "stream",
"text": [
"model_name_or_path: facebook/hubert-base-ls960\n",
"last_checkpoint: None\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"id": "0Tl6iKAUR4EL",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 120,
"referenced_widgets": [
"4e444cf9dea24335b6d627b09d79d55c",
"959be65e7a074e00a4ac7c426f1767c1",
"0f661004203c42a0bcd8f4cf4b7da9b2",
"ab449bed23eb428eb430af60ac1f63b0",
"55fafb88a302427ab40db3ced046a12a",
"25f5e6bb91214a92827ad926e453efb4",
"32312709917d4f1d9ba106dab4997552",
"03d357f3273f4e88ba3b14f3f8a3f866"
]
},
"outputId": "8651c9da-4af5-462e-9912-4d23417bd5f8"
},
"source": [
"model = HubertForSpeechClassification.from_pretrained(\n",
" model_name_or_path,\n",
" config=config,\n",
")"
],
"execution_count": 34,
"outputs": [
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "4e444cf9dea24335b6d627b09d79d55c",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description='Downloading', max=377569754.0, style=ProgressStyle(descri…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"\n"
],
"name": "stdout"
},
{
"output_type": "stream",
"text": [
"Some weights of HubertForSpeechClassification were not initialized from the model checkpoint at facebook/hubert-base-ls960 and are newly initialized: ['classifier.out_proj.weight', 'classifier.out_proj.bias', 'classifier.dense.weight', 'classifier.dense.bias']\n",
"You should probably TRAIN this model on a down-stream task to be able to use it for predictions and inference.\n"
],
"name": "stderr"
}
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "bqF4rNMzI1M5"
},
"source": [
"The first component of XLSR-Wav2Vec2 consists of a stack of CNN layers that are used to extract acoustically meaningful - but contextually independent - features from the raw speech signal. This part of the model has already been sufficiently trained during pretraining and as stated in the [paper](https://arxiv.org/pdf/2006.13979.pdf) does not need to be fine-tuned anymore. \n",
"Thus, we can set the `requires_grad` to `False` for all parameters of the *feature extraction* part."
]
},
{
"cell_type": "code",
"metadata": {
"id": "KHMhxFGoR4Hb"
},
"source": [
"model.freeze_feature_extractor()"
],
"execution_count": 35,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
"id": "n0HzBneBK84G"
},
"source": [
"In a final step, we define all parameters related to training. \n",
"To give more explanation on some of the parameters:\n",
"- `learning_rate` and `weight_decay` were heuristically tuned until fine-tuning has become stable. Note that those parameters strongly depend on the Common Voice dataset and might be suboptimal for other speech datasets.\n",
"\n",
"For more explanations on other parameters, one can take a look at the [docs](https://huggingface.co/transformers/master/main_classes/trainer.html?highlight=trainer#trainingarguments).\n",
"\n",
"**Note**: If one wants to save the trained models in his/her google drive the commented-out `output_dir` can be used instead."
]
},
{
"cell_type": "code",
"metadata": {
"id": "vUtWjldAI9-H"
},
"source": [
"from transformers import TrainingArguments\n",
"\n",
"training_args = TrainingArguments(\n",
" output_dir=output_dir,\n",
" per_device_train_batch_size=4,\n",
" per_device_eval_batch_size=4,\n",
" gradient_accumulation_steps=2,\n",
" evaluation_strategy=\"steps\",\n",
" num_train_epochs=1.0,\n",
" fp16=True,\n",
" save_steps=10,\n",
" eval_steps=10,\n",
" logging_steps=10,\n",
" learning_rate=1e-4,\n",
" save_total_limit=2,\n",
" do_train=True,\n",
" do_eval=True,\n",
" do_predict=True\n",
")"
],
"execution_count": 36,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
"id": "XAtuL0APLZSs"
},
"source": [
"For future use we can create our training script, we do it in a simple way. You can add more on you own."
]
},
{
"cell_type": "code",
"metadata": {
"id": "KfW6uDolJYZv"
},
"source": [
"from typing import Any, Dict, Union\n",
"\n",
"import torch\n",
"from packaging import version\n",
"from torch import nn\n",
"\n",
"from transformers import (\n",
" Trainer,\n",
" is_apex_available,\n",
")\n",
"\n",
"if is_apex_available():\n",
" from apex import amp\n",
"\n",
"if version.parse(torch.__version__) >= version.parse(\"1.6\"):\n",
" _is_native_amp_available = True\n",
" from torch.cuda.amp import autocast\n",
"\n",
"\n",
"class CTCTrainer(Trainer):\n",
" def training_step(self, model: nn.Module, inputs: Dict[str, Union[torch.Tensor, Any]]) -> torch.Tensor:\n",
" \"\"\"\n",
" Perform a training step on a batch of inputs.\n",
"\n",
" Subclass and override to inject custom behavior.\n",
"\n",
" Args:\n",
" model (:obj:`nn.Module`):\n",
" The model to train.\n",
" inputs (:obj:`Dict[str, Union[torch.Tensor, Any]]`):\n",
" The inputs and targets of the model.\n",
"\n",
" The dictionary will be unpacked before being fed to the model. Most models expect the targets under the\n",
" argument :obj:`labels`. Check your model's documentation for all accepted arguments.\n",
"\n",
" Return:\n",
" :obj:`torch.Tensor`: The tensor with training loss on this batch.\n",
" \"\"\"\n",
"\n",
" model.train()\n",
" inputs = self._prepare_inputs(inputs)\n",
"\n",
" if self.use_amp:\n",
" with autocast():\n",
" loss = self.compute_loss(model, inputs)\n",
" else:\n",
" loss = self.compute_loss(model, inputs)\n",
"\n",
" if self.args.gradient_accumulation_steps > 1:\n",
" loss = loss / self.args.gradient_accumulation_steps\n",
"\n",
" if self.use_amp:\n",
" self.scaler.scale(loss).backward()\n",
" elif self.use_apex:\n",
" with amp.scale_loss(loss, self.optimizer) as scaled_loss:\n",
" scaled_loss.backward()\n",
" elif self.deepspeed:\n",
" self.deepspeed.backward(loss)\n",
" else:\n",
" loss.backward()\n",
"\n",
" return loss.detach()\n"
],
"execution_count": 37,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
"id": "Qv7Ju3qYJeJn"
},
"source": [
"Now, all instances can be passed to Trainer and we are ready to start training!"
]
},
{
"cell_type": "code",
"metadata": {
"id": "nEFkfK45JYiZ"
},
"source": [
"trainer = CTCTrainer(\n",
" model=model,\n",
" data_collator=data_collator,\n",
" args=training_args,\n",
" compute_metrics=compute_metrics,\n",
" train_dataset=train_dataset,\n",
" eval_dataset=eval_dataset,\n",
" tokenizer=feature_extractor,\n",
")"
],
"execution_count": 38,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
"id": "0gGLwJAOLtDg"
},
"source": [
"### Training"
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "UpN6xlWCLxJ7"
},
"source": [
"Training will take between 10 and 60 minutes depending on the GPU allocated to this notebook. \n",
"\n",
"In case you want to use this google colab to fine-tune your model, you should make sure that your training doesn't stop due to inactivity. A simple hack to prevent this is to paste the following code into the console of this tab (right mouse click -> inspect -> Console tab and insert code)."
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "zyYZH7YZL8a9"
},
"source": [
"```javascript\n",
"function ConnectButton(){\n",
" console.log(\"Connect pushed\"); \n",
" document.querySelector(\"#top-toolbar > colab-connect-button\").shadowRoot.querySelector(\"#connect\").click() \n",
"}\n",
"setInterval(ConnectButton,60000);\n",
"```"
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 278
},
"id": "6M8bNvLLJnG1",
"outputId": "19b29abd-0305-47d3-c12e-910d57cc7399"
},
"source": [
"if training_args.do_train:\n",
" print(f\"last_checkpoint: {last_checkpoint}\")\n",
" train_result = trainer.train(resume_from_checkpoint=last_checkpoint)\n",
" trainer.save_model()\n",
" feature_extractor.save_pretrained(training_args.output_dir)\n",
" metrics = train_result.metrics\n",
" metrics[\"train_samples\"] = len(train_dataset)\n",
"\n",
" trainer.log_metrics(\"train\", metrics)\n",
" trainer.save_metrics(\"train\", metrics)\n",
" trainer.save_state()"
],
"execution_count": 39,
"outputs": [
{
"output_type": "stream",
"text": [
"last_checkpoint: None\n"
],
"name": "stdout"
},
{
"output_type": "display_data",
"data": {
"text/html": [
"\n",
" \n",
" \n",
"
\n",
" [60/60 02:30, Epoch 0/1]\n",
"
\n",
" \n",
" \n",
" \n",
" Step \n",
" Training Loss \n",
" Validation Loss \n",
" Accuracy \n",
" \n",
" \n",
" \n",
" \n",
" 10 \n",
" 1.640200 \n",
" 1.593208 \n",
" 0.223140 \n",
" \n",
" \n",
" 20 \n",
" 1.565500 \n",
" 1.487835 \n",
" 0.380165 \n",
" \n",
" \n",
" 30 \n",
" 1.451700 \n",
" 1.311041 \n",
" 0.404959 \n",
" \n",
" \n",
" 40 \n",
" 1.335400 \n",
" 1.469661 \n",
" 0.429752 \n",
" \n",
" \n",
" 50 \n",
" 1.373700 \n",
" 1.197774 \n",
" 0.454545 \n",
" \n",
" \n",
" 60 \n",
" 1.214400 \n",
" 1.171175 \n",
" 0.487603 \n",
" \n",
" \n",
"
"
],
"text/plain": [
""
]
},
"metadata": {
"tags": []
}
}
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "3prIN9eiMBHo"
},
"source": [
"The training loss goes down and we can see that the Acurracy on the test set also improves nicely. Because this notebook is just for demonstration purposes, we can stop here.\n",
"\n",
"The resulting model of this notebook has been saved to [m3hrdadfi/hubert-base-greek-speech-emotion-recognition](https://huggingface.co/m3hrdadfi/hubert-base-greek-speech-emotion-recognition)\n",
"\n",
"As a final check, let's load the model and verify that it indeed has learned to recognize the emotion in the speech.\n",
"\n",
"Let's first load the pretrained checkpoint."
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "bw6Sv7R2qASn"
},
"source": [
"## Evaluation"
]
},
{
"cell_type": "code",
"metadata": {
"id": "GKzaYkJ7qASo"
},
"source": [
"import librosa\n",
"from datasets import load_dataset, load_metric\n",
"from sklearn.metrics import classification_report\n",
"from transformers import AutoConfig, Wav2Vec2Processor, Wav2Vec2FeatureExtractor"
],
"execution_count": 40,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 156,
"referenced_widgets": [
"5a57a6a4204e45f2aca5c166a893911b",
"388febc688f041cca057b361ed2ddbe8",
"d4025daadd75496cafe9d5a55a22aef5",
"0bb4070be76245988251d8c54f68acbf",
"6dede346f4d84f03a731de2f7c162d4c",
"5f22bc5c4fd04c66ad02ded97fa8534f",
"96cd3fc4e6cd4423b51ec2e9c5b2ef23",
"20af16772e7b4284a80cac396445d2cd"
]
},
"id": "Cmt9qo1YqASp",
"outputId": "ba2b3790-d4c2-4b72-c1cf-17c51428ede6"
},
"source": [
"test_dataset = load_dataset(\"csv\", data_files={\"test\": \"/content/data/test.csv\"}, delimiter=\"\\t\")[\"test\"]\n",
"test_dataset"
],
"execution_count": 41,
"outputs": [
{
"output_type": "stream",
"text": [
"Using custom data configuration default-c0949ad448731ab8\n"
],
"name": "stderr"
},
{
"output_type": "stream",
"text": [
"Downloading and preparing dataset csv/default (download: Unknown size, generated: Unknown size, post-processed: Unknown size, total: Unknown size) to /content/cache/csv/default-c0949ad448731ab8/0.0.0/2dc6629a9ff6b5697d82c25b73731dd440507a69cbce8b425db50b751e8fcfd0...\n"
],
"name": "stdout"
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "5a57a6a4204e45f2aca5c166a893911b",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=1.0, bar_style='info', max=1.0), HTML(value='')))"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"\rDataset csv downloaded and prepared to /content/cache/csv/default-c0949ad448731ab8/0.0.0/2dc6629a9ff6b5697d82c25b73731dd440507a69cbce8b425db50b751e8fcfd0. Subsequent calls will reuse this data.\n"
],
"name": "stdout"
},
{
"output_type": "execute_result",
"data": {
"text/plain": [
"Dataset({\n",
" features: ['name', 'path', 'emotion'],\n",
" num_rows: 121\n",
"})"
]
},
"metadata": {
"tags": []
},
"execution_count": 41
}
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "Tce7k6XCqASr",
"outputId": "f67ab2b6-d2ab-4568-8a88-4e1994775b6b"
},
"source": [
"device = torch.device(\"cuda\" if torch.cuda.is_available() else \"cpu\")\n",
"print(f\"Device: {device}\")"
],
"execution_count": 42,
"outputs": [
{
"output_type": "stream",
"text": [
"Device: cuda\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"id": "CD-OVFfOqASs",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 164,
"referenced_widgets": [
"1d9225ce04cc4aa49576cbf38d4ed9d1",
"01822370fbc34a11aeee06b38ac8414c",
"fcf24adbec544854bfef5cc1864d9b73",
"b4bc0613ff334e868d7125f9f9be1256",
"4c248590dadc4c2e96112640c79e86b6",
"f3a309dcc6f94259b03682ba97fa47ca",
"9b273af69f704ac695e226ae847e2f66",
"9072ea0038444dc1b53014ca761c71f8",
"5f2a6a93760d4e0cba08eacfd92236c2",
"87d8a2b23a34459faf647080f2b3146b",
"f361babc67cc4d3ca3fcdbd58f5f8748",
"6e46942596a5426ab69aaefe0476e4bd",
"e823c515ad66421dbec2b73c75dfbdc7",
"db85385bd3954e7e91864c8dce7b2e09",
"9e45c94b836e456d82faddfc46488b6f",
"0176005366bf4363947319e5e8ac0854",
"3b82795606904318bd6cb47c07c11aea",
"8cfed54f7a71441db85f40dddb6a0290",
"10fa0b164b0546a5bb5d6a1ddf549c84",
"cd3199d548ba464aa5af2caa270928f3",
"8baa3e2190f94a288a5a12d7c3ce0c02",
"9a9154607c764a57b76592f5db2dc06e",
"6e601b969fdc4387a8ec9666f54b3808",
"83fddd0627e24fb380ddf58a77bffe06"
]
},
"outputId": "3301c511-4044-487a-c9b4-f54c5fb4fdc1"
},
"source": [
"model_name_or_path = \"m3hrdadfi/hubert-base-greek-speech-emotion-recognition\"\n",
"config = AutoConfig.from_pretrained(model_name_or_path)\n",
"feature_extractor = Wav2Vec2FeatureExtractor.from_pretrained(model_name_or_path)\n",
"model = HubertForSpeechClassification.from_pretrained(model_name_or_path).to(device)"
],
"execution_count": 43,
"outputs": [
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "1d9225ce04cc4aa49576cbf38d4ed9d1",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description='Downloading', max=1693.0, style=ProgressStyle(description…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"\n"
],
"name": "stdout"
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "5f2a6a93760d4e0cba08eacfd92236c2",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description='Downloading', max=213.0, style=ProgressStyle(description_…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"\n"
],
"name": "stdout"
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "3b82795606904318bd6cb47c07c11aea",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description='Downloading', max=379949267.0, style=ProgressStyle(descri…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"id": "xFqSnJS2qASt"
},
"source": [
"def speech_file_to_array_fn(batch):\n",
" speech_array, sampling_rate = torchaudio.load(batch[\"path\"])\n",
" speech_array = speech_array.squeeze().numpy()\n",
" speech_array = librosa.resample(np.asarray(speech_array), sampling_rate, feature_extractor.sampling_rate)\n",
"\n",
" batch[\"speech\"] = speech_array\n",
" return batch\n",
"\n",
"\n",
"def predict(batch):\n",
" features = feature_extractor(batch[\"speech\"], sampling_rate=feature_extractor.sampling_rate, return_tensors=\"pt\", padding=True)\n",
"\n",
" input_values = features.input_values.to(device)\n",
"\n",
" with torch.no_grad():\n",
" logits = model(input_values).logits \n",
"\n",
" pred_ids = torch.argmax(logits, dim=-1).detach().cpu().numpy()\n",
" batch[\"predicted\"] = pred_ids\n",
" return batch"
],
"execution_count": 44,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 66,
"referenced_widgets": [
"19d129fceaf147fc876b192ccb3c82c1",
"eb532ff6a91d42b0a457badf26f114d8",
"76bf15dfbca440b7b86c883949baf1cf",
"19447b997cef4917aff0928d54fb6c87",
"9fecd0186d5747f0831da783bd76dfd4",
"7f23afdea65f446d9c0acf2d73448579",
"5cd44a2f821b4e3aae46796d5c169df7",
"327a70c980e342d88dad7a0e23524ba5"
]
},
"id": "O8BPF2CbqASt",
"outputId": "9da996a6-6515-4349-fd52-ddfd3e5a0923"
},
"source": [
"test_dataset = test_dataset.map(speech_file_to_array_fn)"
],
"execution_count": 45,
"outputs": [
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "19d129fceaf147fc876b192ccb3c82c1",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, max=121.0), HTML(value='')))"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 66,
"referenced_widgets": [
"b788cc15aca2473193507ce298df1e79",
"b489484843fb4858bd1e87f6d64d654b",
"039ff1e800af4ad0b1aed45a5dc8916f",
"a39ffe587bbd4cb399c041bd88977763",
"b89948691b4a48a9b7001bc6e1ded073",
"45fb2ce2d1dd42f5985549cfa14ff889",
"307d60713eef4111b5d3aa8720cdef66",
"2301d2d93d064db6869e68161ae2c3b8"
]
},
"id": "_eT8k5JxqASu",
"outputId": "3f782abd-3f88-4c93-e58a-ff67de7e7ddf"
},
"source": [
"result = test_dataset.map(predict, batched=True, batch_size=2)"
],
"execution_count": 46,
"outputs": [
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "b788cc15aca2473193507ce298df1e79",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, max=61.0), HTML(value='')))"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "6ogvOEnfqASu",
"outputId": "c9a19153-d1b0-41bd-ff38-aaba0d6879ff"
},
"source": [
"label_names = [config.id2label[i] for i in range(config.num_labels)]\n",
"label_names"
],
"execution_count": 47,
"outputs": [
{
"output_type": "execute_result",
"data": {
"text/plain": [
"['anger', 'disgust', 'fear', 'happiness', 'sadness']"
]
},
"metadata": {
"tags": []
},
"execution_count": 47
}
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "NYjUGDssqASv",
"outputId": "4c438d3f-6a15-457c-9d0f-dadf00778445"
},
"source": [
"y_true = [config.label2id[name] for name in result[\"emotion\"]]\n",
"y_pred = result[\"predicted\"]\n",
"\n",
"print(y_true[:5])\n",
"print(y_pred[:5])"
],
"execution_count": 48,
"outputs": [
{
"output_type": "stream",
"text": [
"[1, 4, 0, 4, 3]\n",
"[1, 4, 0, 4, 3]\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "4jSDoRQcqASv",
"outputId": "0fedee43-88cd-44cc-b75d-2ee30239dc98"
},
"source": [
"print(classification_report(y_true, y_pred, target_names=label_names))"
],
"execution_count": 49,
"outputs": [
{
"output_type": "stream",
"text": [
" precision recall f1-score support\n",
"\n",
" anger 1.00 0.96 0.98 24\n",
" disgust 0.89 1.00 0.94 24\n",
" fear 1.00 1.00 1.00 24\n",
" happiness 0.95 0.88 0.91 24\n",
" sadness 1.00 1.00 1.00 25\n",
"\n",
" accuracy 0.97 121\n",
" macro avg 0.97 0.97 0.97 121\n",
"weighted avg 0.97 0.97 0.97 121\n",
"\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "Ylb2Z6Xke2ro"
},
"source": [
"# Prediction"
]
},
{
"cell_type": "code",
"metadata": {
"id": "EQzCioPhWIiX"
},
"source": [
"import torch\n",
"import torch.nn as nn\n",
"import torch.nn.functional as F\n",
"import torchaudio\n",
"from transformers import AutoConfig, Wav2Vec2Processor\n",
"\n",
"import librosa\n",
"import IPython.display as ipd\n",
"import numpy as np\n",
"import pandas as pd"
],
"execution_count": 52,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"id": "DocavTvQWIr_"
},
"source": [
"device = torch.device(\"cuda\" if torch.cuda.is_available() else \"cpu\")\n",
"model_name_or_path = \"m3hrdadfi/hubert-base-greek-speech-emotion-recognition\"\n",
"config = AutoConfig.from_pretrained(model_name_or_path)\n",
"feature_extractor = Wav2Vec2FeatureExtractor.from_pretrained(model_name_or_path)\n",
"sampling_rate = feature_extractor.sampling_rate\n",
"model = HubertForSpeechClassification.from_pretrained(model_name_or_path).to(device)"
],
"execution_count": 53,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"id": "1SSs95o9WIvK"
},
"source": [
"def speech_file_to_array_fn(path, sampling_rate):\n",
" speech_array, _sampling_rate = torchaudio.load(path)\n",
" resampler = torchaudio.transforms.Resample(_sampling_rate)\n",
" speech = resampler(speech_array).squeeze().numpy()\n",
" return speech\n",
"\n",
"\n",
"def predict(path, sampling_rate):\n",
" speech = speech_file_to_array_fn(path, sampling_rate)\n",
" features = feature_extractor(speech, sampling_rate=sampling_rate, return_tensors=\"pt\", padding=True)\n",
"\n",
" input_values = features.input_values.to(device)\n",
"\n",
" with torch.no_grad():\n",
" logits = model(input_values).logits\n",
"\n",
" scores = F.softmax(logits, dim=1).detach().cpu().numpy()[0]\n",
" outputs = [{\"Label\": config.id2label[i], \"Score\": f\"{round(score * 100, 3):.1f}%\"} for i, score in enumerate(scores)]\n",
" return outputs\n",
"\n",
"\n",
"STYLES = \"\"\"\n",
"\n",
"\"\"\".strip()\n",
"\n",
"def prediction(df_row):\n",
" path, label = df_row[\"path\"], df_row[\"emotion\"]\n",
" df = pd.DataFrame([{\"Emotion\": label, \"Sentence\": \" \"}])\n",
" setup = {\n",
" 'border': 2,\n",
" 'show_dimensions': True,\n",
" 'justify': 'center',\n",
" 'classes': 'xxx',\n",
" 'escape': False,\n",
" }\n",
" ipd.display(ipd.HTML(STYLES + df.to_html(**setup) + \" \"))\n",
" speech, sr = torchaudio.load(path)\n",
" speech = speech[0].numpy().squeeze()\n",
" speech = librosa.resample(np.asarray(speech), sr, sampling_rate)\n",
" ipd.display(ipd.Audio(data=np.asarray(speech), autoplay=True, rate=sampling_rate))\n",
"\n",
" outputs = predict(path, sampling_rate)\n",
" r = pd.DataFrame(outputs)\n",
" ipd.display(ipd.HTML(STYLES + r.to_html(**setup) + \" \"))"
],
"execution_count": 54,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 204
},
"id": "UD7oUP20YwYT",
"outputId": "01171817-ce32-4fdf-9216-ff586a77b55e"
},
"source": [
"test = pd.read_csv(\"/content/data/test.csv\", sep=\"\\t\")\n",
"test.head()"
],
"execution_count": 55,
"outputs": [
{
"output_type": "execute_result",
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" \n",
" name \n",
" path \n",
" emotion \n",
" \n",
" \n",
" \n",
" \n",
" 0 \n",
" d11 (4) \n",
" /content/data/aesdd/disgust/d11 (4).wav \n",
" disgust \n",
" \n",
" \n",
" 1 \n",
" s10 (4) \n",
" /content/data/aesdd/sadness/s10 (4).wav \n",
" sadness \n",
" \n",
" \n",
" 2 \n",
" a13 (5) \n",
" /content/data/aesdd/anger/a13 (5).wav \n",
" anger \n",
" \n",
" \n",
" 3 \n",
" s05 (2) \n",
" /content/data/aesdd/sadness/s05 (2).wav \n",
" sadness \n",
" \n",
" \n",
" 4 \n",
" h03 (4) \n",
" /content/data/aesdd/happiness/h03 (4).wav \n",
" happiness \n",
" \n",
" \n",
"
\n",
"
"
],
"text/plain": [
" name path emotion\n",
"0 d11 (4) /content/data/aesdd/disgust/d11 (4).wav disgust\n",
"1 s10 (4) /content/data/aesdd/sadness/s10 (4).wav sadness\n",
"2 a13 (5) /content/data/aesdd/anger/a13 (5).wav anger\n",
"3 s05 (2) /content/data/aesdd/sadness/s05 (2).wav sadness\n",
"4 h03 (4) /content/data/aesdd/happiness/h03 (4).wav happiness"
]
},
"metadata": {
"tags": []
},
"execution_count": 55
}
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 617
},
"id": "FlJO2LfVWIyT",
"outputId": "8b66a4b4-afe2-411f-c843-763928795675"
},
"source": [
"prediction(test.iloc[0])"
],
"execution_count": 56,
"outputs": [
{
"output_type": "display_data",
"data": {
"text/html": [
"\n",
" \n",
" \n",
" \n",
" Emotion \n",
" Sentence \n",
" \n",
" \n",
" \n",
" \n",
" 0 \n",
" disgust \n",
" \n",
" \n",
" \n",
"
\n",
"1 rows × 2 columns
"
],
"text/plain": [
""
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "display_data",
"data": {
"text/html": [
"\n",
" \n",
" \n",
" Your browser does not support the audio element.\n",
" \n",
" "
],
"text/plain": [
""
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "display_data",
"data": {
"text/html": [
"\n",
" \n",
" \n",
" \n",
" Label \n",
" Score \n",
" \n",
" \n",
" \n",
" \n",
" 0 \n",
" anger \n",
" 0.1% \n",
" \n",
" \n",
" 1 \n",
" disgust \n",
" 98.9% \n",
" \n",
" \n",
" 2 \n",
" fear \n",
" 0.2% \n",
" \n",
" \n",
" 3 \n",
" happiness \n",
" 0.5% \n",
" \n",
" \n",
" 4 \n",
" sadness \n",
" 0.3% \n",
" \n",
" \n",
"
\n",
"5 rows × 2 columns
"
],
"text/plain": [
""
]
},
"metadata": {
"tags": []
}
}
]
},
{
"cell_type": "code",
"metadata": {
"id": "hzoKOgpoWI1K",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 617
},
"outputId": "daae8f76-78b5-40e8-cadd-3d2b571f8e0b"
},
"source": [
"prediction(test.iloc[1])"
],
"execution_count": 57,
"outputs": [
{
"output_type": "display_data",
"data": {
"text/html": [
"\n",
" \n",
" \n",
" \n",
" Emotion \n",
" Sentence \n",
" \n",
" \n",
" \n",
" \n",
" 0 \n",
" sadness \n",
" \n",
" \n",
" \n",
"
\n",
"1 rows × 2 columns
"
],
"text/plain": [
""
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "display_data",
"data": {
"text/html": [
"\n",
" \n",
" \n",
" Your browser does not support the audio element.\n",
" \n",
" "
],
"text/plain": [
""
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "display_data",
"data": {
"text/html": [
"\n",
" \n",
" \n",
" \n",
" Label \n",
" Score \n",
" \n",
" \n",
" \n",
" \n",
" 0 \n",
" anger \n",
" 0.1% \n",
" \n",
" \n",
" 1 \n",
" disgust \n",
" 0.3% \n",
" \n",
" \n",
" 2 \n",
" fear \n",
" 0.3% \n",
" \n",
" \n",
" 3 \n",
" happiness \n",
" 0.0% \n",
" \n",
" \n",
" 4 \n",
" sadness \n",
" 99.3% \n",
" \n",
" \n",
"
\n",
"5 rows × 2 columns
"
],
"text/plain": [
""
]
},
"metadata": {
"tags": []
}
}
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 617
},
"id": "7nqwbTTXSfMO",
"outputId": "b1046381-bfe0-4a96-f9c6-77468c0ec6c2"
},
"source": [
"prediction(test.iloc[2])"
],
"execution_count": 58,
"outputs": [
{
"output_type": "display_data",
"data": {
"text/html": [
"\n",
" \n",
" \n",
" \n",
" Emotion \n",
" Sentence \n",
" \n",
" \n",
" \n",
" \n",
" 0 \n",
" anger \n",
" \n",
" \n",
" \n",
"
\n",
"1 rows × 2 columns
"
],
"text/plain": [
""
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "display_data",
"data": {
"text/html": [
"\n",
" \n",
" \n",
" Your browser does not support the audio element.\n",
" \n",
" "
],
"text/plain": [
""
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "display_data",
"data": {
"text/html": [
"\n",
" \n",
" \n",
" \n",
" Label \n",
" Score \n",
" \n",
" \n",
" \n",
" \n",
" 0 \n",
" anger \n",
" 98.4% \n",
" \n",
" \n",
" 1 \n",
" disgust \n",
" 0.1% \n",
" \n",
" \n",
" 2 \n",
" fear \n",
" 0.2% \n",
" \n",
" \n",
" 3 \n",
" happiness \n",
" 1.1% \n",
" \n",
" \n",
" 4 \n",
" sadness \n",
" 0.2% \n",
" \n",
" \n",
"
\n",
"5 rows × 2 columns
"
],
"text/plain": [
""
]
},
"metadata": {
"tags": []
}
}
]
}
]
}
================================================
FILE: notebooks/Emotion_recognition_in_Greek_speech_using_Wav2Vec2.ipynb
================================================
{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"name": "Emotion recognition in Greek speech using Wav2Vec2.ipynb",
"provenance": [],
"collapsed_sections": []
},
"kernelspec": {
"name": "python3",
"display_name": "Python 3"
},
"language_info": {
"name": "python"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
"d1ae7ec1a2dd4d028278527973c89163": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_09bfc3d75b104740a264fc44b054a06e",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_80763823702748ae9de2a8ef1acfb636",
"IPY_MODEL_111fff43f1b34a3eae32a7b40eed8e23"
]
}
},
"09bfc3d75b104740a264fc44b054a06e": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"80763823702748ae9de2a8ef1acfb636": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_992262ea2f2943d7bf1fa3ef12763cab",
"_dom_classes": [],
"description": "",
"_model_name": "FloatProgressModel",
"bar_style": "info",
"max": 1,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 1,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_38994cac02c54294a02e488a47134391"
}
},
"111fff43f1b34a3eae32a7b40eed8e23": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_641c87d13435440194be2be48c46dd14",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 1/? [00:00<00:00, 18.10 tables/s]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_48a65bdc0f554a53872e4586158ff894"
}
},
"992262ea2f2943d7bf1fa3ef12763cab": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"38994cac02c54294a02e488a47134391": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"641c87d13435440194be2be48c46dd14": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"48a65bdc0f554a53872e4586158ff894": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"270777ba713d47e1aa73965657310975": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_4132700b3c19413fad9e01dd28b4c56e",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_000e0546e7b945a8ab548c00475186c3",
"IPY_MODEL_d912a0a16c494349b81fe8dddcedb1f9"
]
}
},
"4132700b3c19413fad9e01dd28b4c56e": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"000e0546e7b945a8ab548c00475186c3": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_9bf8b5186a96425892c1fe5fa4fcabe3",
"_dom_classes": [],
"description": "",
"_model_name": "FloatProgressModel",
"bar_style": "info",
"max": 1,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 1,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_80c3a9d360a74d27b0c2a403c47460fa"
}
},
"d912a0a16c494349b81fe8dddcedb1f9": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_71a9af276402485c9739b0e9b1739ba6",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 1/? [00:00<00:00, 21.12 tables/s]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_025aacc6cd7a48df9888c16869d73722"
}
},
"9bf8b5186a96425892c1fe5fa4fcabe3": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"80c3a9d360a74d27b0c2a403c47460fa": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"71a9af276402485c9739b0e9b1739ba6": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"025aacc6cd7a48df9888c16869d73722": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"748b930dc33b476c95d534372061c518": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_0d5bcc52dd114f9b901061aafb9d4f9c",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_08c07035aac44299a3fccc1c99eb1906",
"IPY_MODEL_f90b647b426b4292904088f09499c97f"
]
}
},
"0d5bcc52dd114f9b901061aafb9d4f9c": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"08c07035aac44299a3fccc1c99eb1906": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_9705135eed794b888873b694991f3166",
"_dom_classes": [],
"description": "Downloading: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 1562,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 1562,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_5faa753f8ae947a0a941c2a7ceecb8e7"
}
},
"f90b647b426b4292904088f09499c97f": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_05aed6d4dbc1470ba6cbd8eb414a6a86",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 1.56k/1.56k [00:09<00:00, 167B/s]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_875e2fab8fb04b02a13b5d2fb0bbcb48"
}
},
"9705135eed794b888873b694991f3166": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"5faa753f8ae947a0a941c2a7ceecb8e7": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"05aed6d4dbc1470ba6cbd8eb414a6a86": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"875e2fab8fb04b02a13b5d2fb0bbcb48": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"cc160e510d894b698abe915f95f3735b": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_6acb22e35e0f40439196b895807cd257",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_628c6cee8aa043c6bfee18e9e66c57b5",
"IPY_MODEL_f049d2a5a7e141c9a8742aa49412ce12"
]
}
},
"6acb22e35e0f40439196b895807cd257": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"628c6cee8aa043c6bfee18e9e66c57b5": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_d715d62328b34acd8eb02e7a106aa893",
"_dom_classes": [],
"description": "Downloading: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 158,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 158,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_7c2b3ec1f64743f1874353e315359efd"
}
},
"f049d2a5a7e141c9a8742aa49412ce12": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_8721a34086c34ffdaaba6f903c872b75",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 158/158 [00:07<00:00, 21.8B/s]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_f97021bdd59c47bc80f83c279ba82df7"
}
},
"d715d62328b34acd8eb02e7a106aa893": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"7c2b3ec1f64743f1874353e315359efd": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"8721a34086c34ffdaaba6f903c872b75": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"f97021bdd59c47bc80f83c279ba82df7": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"3b6b84cb7c2e46c7ba2b2d4c771cc789": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_4445e73490dc4a6fa8251361eccfc19b",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_dcc16c6f27b84dc8afc5652ae5e309d1",
"IPY_MODEL_9e0cead5b00a49ad805689dc33e4094a"
]
}
},
"4445e73490dc4a6fa8251361eccfc19b": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"dcc16c6f27b84dc8afc5652ae5e309d1": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_d968b5c1925047ba997a12d6ddc0bb1e",
"_dom_classes": [],
"description": "Downloading: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 535,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 535,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_084556b66adb4a67ac4266dbeeb997fa"
}
},
"9e0cead5b00a49ad805689dc33e4094a": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_02c555956ae34692be86894f17a58c52",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 535/535 [00:00<00:00, 2.81kB/s]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_12281e1454f04d11a7301c47d0a46b01"
}
},
"d968b5c1925047ba997a12d6ddc0bb1e": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"084556b66adb4a67ac4266dbeeb997fa": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"02c555956ae34692be86894f17a58c52": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"12281e1454f04d11a7301c47d0a46b01": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"df2139a7dbc949e79111412f42df47ec": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_6d64273db90d4604b3f1c876b9dfd12a",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_ad24e1e355c5427d937e62200ec30e81",
"IPY_MODEL_5afeb1ddd50c424eae3ee1667bc0b6f4"
]
}
},
"6d64273db90d4604b3f1c876b9dfd12a": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"ad24e1e355c5427d937e62200ec30e81": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_0604a11469af42beb852ae1c7962b297",
"_dom_classes": [],
"description": "Downloading: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 138,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 138,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_60fe8902f400421e97c27d441e3ef5d2"
}
},
"5afeb1ddd50c424eae3ee1667bc0b6f4": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_9d12a66f797648dd909bac27b741600b",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 138/138 [00:00<00:00, 1.27kB/s]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_d56b6a2317c949acad2b522ed5ce7b7c"
}
},
"0604a11469af42beb852ae1c7962b297": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"60fe8902f400421e97c27d441e3ef5d2": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"9d12a66f797648dd909bac27b741600b": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"d56b6a2317c949acad2b522ed5ce7b7c": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"208850889b55497ab1444a61f9442d2d": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_93ad008d130a4a2cb86e84dd7ab331ff",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_02946b89515d4fc6be1e859e58125a91",
"IPY_MODEL_7611e869ae004623829778807d6f4106"
]
}
},
"93ad008d130a4a2cb86e84dd7ab331ff": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"02946b89515d4fc6be1e859e58125a91": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_cc2ba1e332474c7db9815acc73e426d6",
"_dom_classes": [],
"description": "Downloading: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 85,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 85,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_b6366a97347747a59d4e44813af826db"
}
},
"7611e869ae004623829778807d6f4106": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_96295eeb8adc49e18c19fed2dec94acc",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 85.0/85.0 [00:06<00:00, 12.2B/s]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_13cfcae804d148f4a0c744411625b0f5"
}
},
"cc2ba1e332474c7db9815acc73e426d6": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"b6366a97347747a59d4e44813af826db": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"96295eeb8adc49e18c19fed2dec94acc": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"13cfcae804d148f4a0c744411625b0f5": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"37a315c7c54c4b37861155ca7db9a8b5": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_1678c37b091348178cd7a4aa6126602a",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_75f133a36aec417fab304a4aaa90aeac",
"IPY_MODEL_cf9a9cd7a5b8453e9dc0cf7fe6dd8d04"
]
}
},
"1678c37b091348178cd7a4aa6126602a": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"75f133a36aec417fab304a4aaa90aeac": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_27b0f6ca0f494dfba86390b159fbe6e2",
"_dom_classes": [],
"description": "#0: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 2,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 2,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_1951e89ace4f4892ad2e68d6fefea2c9"
}
},
"cf9a9cd7a5b8453e9dc0cf7fe6dd8d04": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_8db3a13b00194724a078669cd0e26792",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 2/2 [00:10<00:00, 5.40s/ba]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_42e11721ccbc4e848dd3c3c5fcc7f156"
}
},
"27b0f6ca0f494dfba86390b159fbe6e2": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"1951e89ace4f4892ad2e68d6fefea2c9": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"8db3a13b00194724a078669cd0e26792": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"42e11721ccbc4e848dd3c3c5fcc7f156": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"541f62666e5a4ec08acd4feb1dc969b5": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_af9b1b54b39043e68fff35bdcb367932",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_8bd7b7f900d44ef0982ad1856e9ed6fc",
"IPY_MODEL_f587e931ace7474b93426b330893966e"
]
}
},
"af9b1b54b39043e68fff35bdcb367932": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"8bd7b7f900d44ef0982ad1856e9ed6fc": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_82fdf9106e294c39a14e929885046449",
"_dom_classes": [],
"description": "#2: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 2,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 2,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_2aff521466e847d5b339a3c7b91d9c2d"
}
},
"f587e931ace7474b93426b330893966e": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_a9e61a8c5e934075bde705e64a7d1936",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 2/2 [00:11<00:00, 5.79s/ba]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_639ed24b489b41b99ec3ceac2dc48052"
}
},
"82fdf9106e294c39a14e929885046449": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"2aff521466e847d5b339a3c7b91d9c2d": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"a9e61a8c5e934075bde705e64a7d1936": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"639ed24b489b41b99ec3ceac2dc48052": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"83d0fee7d70b4b78b1a9f793c85126b5": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_a0fb21abf3f04b5b90a982b449d2c188",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_d70bc84aad924816868bacd7f342e6d7",
"IPY_MODEL_5a51b22126b74a5db039825b590919e8"
]
}
},
"a0fb21abf3f04b5b90a982b449d2c188": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"d70bc84aad924816868bacd7f342e6d7": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_ce5f0896967e496589bbe58ad894afef",
"_dom_classes": [],
"description": "#1: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 2,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 2,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_1d2ce17f38714ec7a15e79fa9d05f8dc"
}
},
"5a51b22126b74a5db039825b590919e8": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_fdfd2a6ff5ad4e959613090b51c79246",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 2/2 [00:11<00:00, 5.71s/ba]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_15a72c70ffa64c0a8bd615bc893fc5fd"
}
},
"ce5f0896967e496589bbe58ad894afef": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"1d2ce17f38714ec7a15e79fa9d05f8dc": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"fdfd2a6ff5ad4e959613090b51c79246": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"15a72c70ffa64c0a8bd615bc893fc5fd": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"c91d2f3e026940169f0da6271e788562": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_8b4b18ef29194f5aa8c464388978b697",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_8859ced8ad964b2b9ed405525e404b26",
"IPY_MODEL_d1dfc450cabd4d24af963d9ad9136357"
]
}
},
"8b4b18ef29194f5aa8c464388978b697": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"8859ced8ad964b2b9ed405525e404b26": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_64382b966dd34101babd6fae88d344e9",
"_dom_classes": [],
"description": "#3: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 2,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 2,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_b0e08d97d37044d0af479021b314fb80"
}
},
"d1dfc450cabd4d24af963d9ad9136357": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_cda9dbf5c7344feb82b67bd9031b07ce",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 2/2 [00:11<00:00, 5.67s/ba]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_dd852dec99b1400a985f2a98d01850f8"
}
},
"64382b966dd34101babd6fae88d344e9": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"b0e08d97d37044d0af479021b314fb80": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"cda9dbf5c7344feb82b67bd9031b07ce": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"dd852dec99b1400a985f2a98d01850f8": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"01a2a2d862a64bbbb6ee1f58d7cb7302": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_bfb59a4f43b34423b82b0cf329f44642",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_2af5ba493ebd4add8541e4910cf0a8b5",
"IPY_MODEL_67f70b72893149b59bb1418f8ad35f2f"
]
}
},
"bfb59a4f43b34423b82b0cf329f44642": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"2af5ba493ebd4add8541e4910cf0a8b5": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_e7311f2bd69f408887a3aeab7ca7253d",
"_dom_classes": [],
"description": "#0: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 1,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 1,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_6189ed0a2b7b4c80b699a6eb84658da0"
}
},
"67f70b72893149b59bb1418f8ad35f2f": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_f0d34fa6aa0e48469c406cc2f14c8cd2",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 1/1 [00:03<00:00, 3.14s/ba]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_00cc4246cd184ae7b315abcadd29c91c"
}
},
"e7311f2bd69f408887a3aeab7ca7253d": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"6189ed0a2b7b4c80b699a6eb84658da0": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"f0d34fa6aa0e48469c406cc2f14c8cd2": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"00cc4246cd184ae7b315abcadd29c91c": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"82640fdfc9ee49249812dbcdcf05e2c1": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_0c4aa3f9308145aeb62c436f08927424",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_d70fe147d90c459c8dbe6a5e547d0b73",
"IPY_MODEL_d2142d58dd0547739d49775720121374"
]
}
},
"0c4aa3f9308145aeb62c436f08927424": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"d70fe147d90c459c8dbe6a5e547d0b73": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_dcb51df3999f488a875159ee05576efe",
"_dom_classes": [],
"description": "#1: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 1,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 1,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_182b9e3f096646088127fba3460acf99"
}
},
"d2142d58dd0547739d49775720121374": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_ddc4ba4bb6fc4969a29d6afade214336",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 1/1 [00:02<00:00, 2.98s/ba]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_1350989f88e14c2caa53f4c5d31a85b1"
}
},
"dcb51df3999f488a875159ee05576efe": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"182b9e3f096646088127fba3460acf99": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"ddc4ba4bb6fc4969a29d6afade214336": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"1350989f88e14c2caa53f4c5d31a85b1": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"c0d2415cddaa48b8880b827237adabf6": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_8ce338ee1b1d4d6cbed25e438ec95c54",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_64841aaf6e2041d3bdead5831b66fe1e",
"IPY_MODEL_acca56d9032d4c31a427a64552a83d32"
]
}
},
"8ce338ee1b1d4d6cbed25e438ec95c54": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"64841aaf6e2041d3bdead5831b66fe1e": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_11f43eab45354ce7b62e8c901630cfda",
"_dom_classes": [],
"description": "#2: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 1,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 1,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_6d7b8535285547a59963d8086956dd31"
}
},
"acca56d9032d4c31a427a64552a83d32": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_7a07abaa4cee42a29a78b215d85e9b47",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 1/1 [00:03<00:00, 3.08s/ba]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_493605c8bdd444f3b21aaddc6033be7b"
}
},
"11f43eab45354ce7b62e8c901630cfda": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"6d7b8535285547a59963d8086956dd31": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"7a07abaa4cee42a29a78b215d85e9b47": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"493605c8bdd444f3b21aaddc6033be7b": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"40b5f7de561b4f5b86a2d4b04decedd4": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_3b916167e7fa4f9685b612fd6fbdb05d",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_29c344ed67a540849f994f8b4291abdc",
"IPY_MODEL_253b8bf90b4a4dd485974404f42a3b0c"
]
}
},
"3b916167e7fa4f9685b612fd6fbdb05d": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"29c344ed67a540849f994f8b4291abdc": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_23f094872eed40d6acf5d733f3654ff1",
"_dom_classes": [],
"description": "#3: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 1,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 1,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_50902e79dc774af6b26fa776a24d279b"
}
},
"253b8bf90b4a4dd485974404f42a3b0c": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_83e784b3bae148b4973c2173e5456d6a",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 1/1 [00:03<00:00, 3.10s/ba]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_3677ee476d4b43919a55e73e7c17b2b0"
}
},
"23f094872eed40d6acf5d733f3654ff1": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"50902e79dc774af6b26fa776a24d279b": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"83e784b3bae148b4973c2173e5456d6a": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"3677ee476d4b43919a55e73e7c17b2b0": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"0561dae888b24853bf6bd12b36b9f58c": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_147983c81ea54adf9a9fcc94be46e53c",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_149ebd49f5b047c0869941fda06c1136",
"IPY_MODEL_1e356a9dd0c6482ca56e83cb600a49ab"
]
}
},
"147983c81ea54adf9a9fcc94be46e53c": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"149ebd49f5b047c0869941fda06c1136": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_0eb6c74ddd614b0284cc8fcb7e9749b9",
"_dom_classes": [],
"description": "Downloading: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 1262159319,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 1262159319,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_d5e84bc6021746ac834f95b6850e397e"
}
},
"1e356a9dd0c6482ca56e83cb600a49ab": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_a68fdcd0b0ef4349a2fd46d5d10ad4fb",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 1.26G/1.26G [00:25<00:00, 49.8MB/s]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_32863857edff47a6894d619eef3aa72a"
}
},
"0eb6c74ddd614b0284cc8fcb7e9749b9": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"d5e84bc6021746ac834f95b6850e397e": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"a68fdcd0b0ef4349a2fd46d5d10ad4fb": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"32863857edff47a6894d619eef3aa72a": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"8a5be3ab74704643a36dd219fa3eb5a3": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_0094521e8cf64ac098cfe122cf7021c4",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_969ace95cb9742258efb81f517fccbe9",
"IPY_MODEL_ae3d53de5af147e98ee12966054cf41c"
]
}
},
"0094521e8cf64ac098cfe122cf7021c4": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"969ace95cb9742258efb81f517fccbe9": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_5a4c57e5833840e19700a650781a95db",
"_dom_classes": [],
"description": "",
"_model_name": "FloatProgressModel",
"bar_style": "info",
"max": 1,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 1,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_ee8702b9d94c4b869e0601d42df0519c"
}
},
"ae3d53de5af147e98ee12966054cf41c": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_5c8945a46d2748c9b50c939e178c9d97",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 1/? [00:00<00:00, 12.16 tables/s]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_654a83f92aec429a823f89cfadd618cb"
}
},
"5a4c57e5833840e19700a650781a95db": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"ee8702b9d94c4b869e0601d42df0519c": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"5c8945a46d2748c9b50c939e178c9d97": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"654a83f92aec429a823f89cfadd618cb": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"735b283d128b417d93ee1060f4863aad": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_b5c6c623c0114078bcabec93f8e2603a",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_9229f1dfcd1b49b29e24101b9669f98c",
"IPY_MODEL_d29034b7bb8944e68cf5cd60687656eb"
]
}
},
"b5c6c623c0114078bcabec93f8e2603a": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"9229f1dfcd1b49b29e24101b9669f98c": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_482acb885cfc409ab154abceeb15a436",
"_dom_classes": [],
"description": "Downloading: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 1925,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 1925,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_6ba7834558484368a9cb78f03d1afc25"
}
},
"d29034b7bb8944e68cf5cd60687656eb": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_863249661fb9464eb5c1396bf52cad68",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 1.93k/1.93k [00:28<00:00, 68.2B/s]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_a6d0ca3153884127ae8d26fa01ffd0da"
}
},
"482acb885cfc409ab154abceeb15a436": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"6ba7834558484368a9cb78f03d1afc25": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"863249661fb9464eb5c1396bf52cad68": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"a6d0ca3153884127ae8d26fa01ffd0da": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"bca57f08a63a47b8897dbc4cf7eccae8": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_ba879b3bdd0b44329aec961c5d62a4c5",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_1c8cd3635c674ba1a893a5d9a9846410",
"IPY_MODEL_0e971f449c674f3a9bf3695799d77300"
]
}
},
"ba879b3bdd0b44329aec961c5d62a4c5": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"1c8cd3635c674ba1a893a5d9a9846410": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_3d584f500a2d45108b8795fd34a114c6",
"_dom_classes": [],
"description": "Downloading: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 214,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 214,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_337acef1f7324919913748461d4f6379"
}
},
"0e971f449c674f3a9bf3695799d77300": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_4b3b5fee89234437b6a6199baba7105f",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 214/214 [00:00<00:00, 1.13kB/s]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_a9c7d9dd865041a0bf83c0a9abd134c7"
}
},
"3d584f500a2d45108b8795fd34a114c6": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"337acef1f7324919913748461d4f6379": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"4b3b5fee89234437b6a6199baba7105f": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"a9c7d9dd865041a0bf83c0a9abd134c7": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"a6508c4c275547669f0f3646e9d6e599": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_c6c6aaf73a45402f89cce228bbbbcda1",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_0dff4d876a8d4f879f977312dff1b358",
"IPY_MODEL_b891b8a8b07b4b88b6d0dda55ccab66b"
]
}
},
"c6c6aaf73a45402f89cce228bbbbcda1": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"0dff4d876a8d4f879f977312dff1b358": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_d604cbae5d454c7d95a1526da7061756",
"_dom_classes": [],
"description": "Downloading: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 535,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 535,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_f4f5ab54359f4038b835a05ce42d33f3"
}
},
"b891b8a8b07b4b88b6d0dda55ccab66b": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_947766db621a4ff0869f6d44e23b68af",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 535/535 [00:00<00:00, 5.04kB/s]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_8e7f210188f44d7b8f6a65b930abe563"
}
},
"d604cbae5d454c7d95a1526da7061756": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"f4f5ab54359f4038b835a05ce42d33f3": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"947766db621a4ff0869f6d44e23b68af": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"8e7f210188f44d7b8f6a65b930abe563": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"821ee8ae573a4e7092c810dfa5317802": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_599f611af5d54d1ebf48d2357e25f189",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_9431932a569c4bd3a8c46e99ff07aefd",
"IPY_MODEL_25942482b41141088bd3628b1e47d57a"
]
}
},
"599f611af5d54d1ebf48d2357e25f189": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"9431932a569c4bd3a8c46e99ff07aefd": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_49880831258d43f59096117a8c2c02eb",
"_dom_classes": [],
"description": "Downloading: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 398,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 398,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_b7af7737c23248309a362885e9b9fe0b"
}
},
"25942482b41141088bd3628b1e47d57a": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_8d908d01e07d4452a67852f8d03bc1e7",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 398/398 [00:27<00:00, 14.2B/s]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_cac3d72d95d049a1a5267bcc3fac83c7"
}
},
"49880831258d43f59096117a8c2c02eb": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"b7af7737c23248309a362885e9b9fe0b": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"8d908d01e07d4452a67852f8d03bc1e7": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"cac3d72d95d049a1a5267bcc3fac83c7": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"86b895aedb3446bdb5f7380a7677b03b": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_2a30879c7e3240c08f6c63e857317958",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_ce1cf206122446888c04e38323860dbc",
"IPY_MODEL_3dddc5e034a84aa5ba12052c3262c372"
]
}
},
"2a30879c7e3240c08f6c63e857317958": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"ce1cf206122446888c04e38323860dbc": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_1824dace1db2480189f2fb64ce2d3d74",
"_dom_classes": [],
"description": "Downloading: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 23,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 23,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_1343c8850129492b9f65386320479dcf"
}
},
"3dddc5e034a84aa5ba12052c3262c372": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_2b737940965f4fa5806eb217e09aceb0",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 23.0/23.0 [00:00<00:00, 116B/s]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_c7cba6ab31094e20824306840f79303f"
}
},
"1824dace1db2480189f2fb64ce2d3d74": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"1343c8850129492b9f65386320479dcf": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"2b737940965f4fa5806eb217e09aceb0": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"c7cba6ab31094e20824306840f79303f": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"c4e0188a78504385b5e3849f621a2660": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_1662eecc294843c9b267116e6a9c239f",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_5a0c1ba72f7443858c65d0a7c4e27fa3",
"IPY_MODEL_e0a34bb58a214bc1b954639600532319"
]
}
},
"1662eecc294843c9b267116e6a9c239f": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"5a0c1ba72f7443858c65d0a7c4e27fa3": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_6081ce6d643d46e19b854d6b975066ec",
"_dom_classes": [],
"description": "Downloading: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 309,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 309,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_b34af14010c34fc19db828708389a196"
}
},
"e0a34bb58a214bc1b954639600532319": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_9c93948f6db741abb93847a7df55d800",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 309/309 [00:00<00:00, 2.99kB/s]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_0fd3649215604be3ae625b375b42a200"
}
},
"6081ce6d643d46e19b854d6b975066ec": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"b34af14010c34fc19db828708389a196": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"9c93948f6db741abb93847a7df55d800": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"0fd3649215604be3ae625b375b42a200": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"9d76f30b2da34f95adc14d65a5db42be": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_df988cc1226d411e9b45c00430508207",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_dae4b191c7a24f1296a72be45254ed17",
"IPY_MODEL_ef2247cf25584486b3e6f7fd5bd8c754"
]
}
},
"df988cc1226d411e9b45c00430508207": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"dae4b191c7a24f1296a72be45254ed17": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_1b3d7294af164cb9bf623532b0c57430",
"_dom_classes": [],
"description": "Downloading: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 1266153513,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 1266153513,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_4a87c1f5f89247a08d7c3a905068c6d3"
}
},
"ef2247cf25584486b3e6f7fd5bd8c754": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_3bf30dcb727a45f496f3ecce705a93b2",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 1.27G/1.27G [00:25<00:00, 49.8MB/s]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_f333b755188f4c5db4a013eb3d925229"
}
},
"1b3d7294af164cb9bf623532b0c57430": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"4a87c1f5f89247a08d7c3a905068c6d3": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"3bf30dcb727a45f496f3ecce705a93b2": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"f333b755188f4c5db4a013eb3d925229": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"c3d1935d11764b65aa03c1b8abd431cc": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_56318e1f4b4a41f5bfcd9239ba2442b9",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_fc3498912378423b856ae47d79a37cc3",
"IPY_MODEL_7438096ce4f34d1e97d217a9ef53f375"
]
}
},
"56318e1f4b4a41f5bfcd9239ba2442b9": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"fc3498912378423b856ae47d79a37cc3": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_66120bcdfe194074b51c204be44a6bf5",
"_dom_classes": [],
"description": "100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 121,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 121,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_92636f7a713147e19a5a7af33a654db0"
}
},
"7438096ce4f34d1e97d217a9ef53f375": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_f06d687a08cc4b9ba7aa738ff475e928",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 121/121 [00:19<00:00, 6.13ex/s]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_21a3955a06b44d6bbf9b0676a999aa8e"
}
},
"66120bcdfe194074b51c204be44a6bf5": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"92636f7a713147e19a5a7af33a654db0": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"f06d687a08cc4b9ba7aa738ff475e928": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"21a3955a06b44d6bbf9b0676a999aa8e": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"7bcc8e538ff34d4196055461811097ac": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_8f144001036e4ffb845cb2d5575bb86e",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_9da77be834fa48e2a416844aae7ee58a",
"IPY_MODEL_101d52fef40d426fa713c385304499bf"
]
}
},
"8f144001036e4ffb845cb2d5575bb86e": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"9da77be834fa48e2a416844aae7ee58a": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_b280d16336ce4cca95c8577025fd4764",
"_dom_classes": [],
"description": "100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 16,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 16,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_2f21becfde73488ea26aeb8d338fa332"
}
},
"101d52fef40d426fa713c385304499bf": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_3abc327d585e4840b51a12e5efb2281f",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 16/16 [00:16<00:00, 1.01s/ba]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_992a468bf6d54c2d98837e10a562cfab"
}
},
"b280d16336ce4cca95c8577025fd4764": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"2f21becfde73488ea26aeb8d338fa332": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"3abc327d585e4840b51a12e5efb2281f": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"992a468bf6d54c2d98837e10a562cfab": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
}
}
},
"accelerator": "GPU"
},
"cells": [
{
"cell_type": "markdown",
"metadata": {
"id": "5fbCls1d2yBs"
},
"source": [
"# Emotion Recognition in Greek Speech Using Wav2Vec 2.0"
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "sp37lZOV2042"
},
"source": [
"**Wav2Vec 2.0** is a pretrained model for Automatic Speech Recognition (ASR) and was released in [September 2020](https://ai.facebook.com/blog/wav2vec-20-learning-the-structure-of-speech-from-raw-audio/) by Alexei Baevski, Michael Auli, and Alex Conneau. Soon after the superior performance of Wav2Vec2 was demonstrated on the English ASR dataset LibriSpeech, *Facebook AI* presented XLSR-Wav2Vec2 (click [here](https://arxiv.org/abs/2006.13979)). XLSR stands for *cross-lingual speech representations* and refers to XLSR-Wav2Vec2`s ability to learn speech representations that are useful across multiple languages.\n",
"\n",
"Similar to Wav2Vec2, XLSR-Wav2Vec2 learns powerful speech representations from hundreds of thousands of hours of speech in more than 50 languages of unlabeled speech. Similar, to [BERT's masked language modeling](http://jalammar.github.io/illustrated-bert/), the model learns contextualized speech representations by randomly masking feature vectors before passing them to a transformer network.\n",
"\n",
"\n",
"\n",
"The authors show for the first time that massively pretraining an ASR model on cross-lingual unlabeled speech data, followed by language-specific fine-tuning on very little labeled data achieves state-of-the-art results. See Table 1-5 of the official [paper](https://arxiv.org/pdf/2006.13979.pdf)."
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "y0xJwDkA3QQR"
},
"source": [
"During fine-tuning week hosted by HuggingFace, more than 300 people participated in tuning XLSR-Wav2Vec2's pretrained on low-resources ASR dataset for more than 50 languages. This model is fine-tuned using [Connectionist Temporal Classification](https://distill.pub/2017/ctc/) (CTC), an algorithm used to train neural networks for sequence-to-sequence problems and mainly in Automatic Speech Recognition and handwriting recognition. Follow this [notebook](https://colab.research.google.com/github/patrickvonplaten/notebooks/blob/master/Fine_Tune_XLSR_Wav2Vec2_on_Turkish_ASR_with_%F0%9F%A4%97_Transformers.ipynb#scrollTo=Gx9OdDYrCtQ1) for more information about XLSR-Wav2Vec2 fine-tuning.\n",
"\n",
"This model was shown significant results in many low-resources languages. You can see the [competition board](https://paperswithcode.com/dataset/common-voice) or even testing the models from the [HuggingFace hub](https://huggingface.co/models?filter=xlsr-fine-tuning-week). \n",
"\n",
"\n",
"In this notebook, we will go through how to use this model to recognize the emotional aspects of speech in a language (or even as a general view using for every classification problem). Before going any further, we need to install some handy packages and define some enviroment values."
]
},
{
"cell_type": "code",
"metadata": {
"id": "TYsw43ULuXC_"
},
"source": [
"%%capture\n",
"\n",
"!pip install git+https://github.com/huggingface/datasets.git\n",
"!pip install git+https://github.com/huggingface/transformers.git\n",
"!pip install jiwer\n",
"!pip install torchaudio\n",
"!pip install librosa\n",
"\n",
"# Monitor the training process\n",
"# !pip install wandb"
],
"execution_count": 1,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "cp4-LTa2uphv",
"outputId": "ddd8d0a1-7513-4b5a-c4ca-5627e1f6aa14"
},
"source": [
"%env LC_ALL=C.UTF-8\n",
"%env LANG=C.UTF-8\n",
"%env TRANSFORMERS_CACHE=/content/cache\n",
"%env HF_DATASETS_CACHE=/content/cache\n",
"%env CUDA_LAUNCH_BLOCKING=1"
],
"execution_count": 2,
"outputs": [
{
"output_type": "stream",
"text": [
"env: LC_ALL=C.UTF-8\n",
"env: LANG=C.UTF-8\n",
"env: TRANSFORMERS_CACHE=/content/cache\n",
"env: HF_DATASETS_CACHE=/content/cache\n",
"env: CUDA_LAUNCH_BLOCKING=1\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"id": "A0B06FRmusKF"
},
"source": [
"# # Uncomment this part if you want to setup your wandb project\n",
"\n",
"# %env WANDB_WATCH=all\n",
"# %env WANDB_LOG_MODEL=1\n",
"# %env WANDB_PROJECT=YOUR_PROJECT_NAME\n",
"# !wandb login YOUR_API_KEY --relogin"
],
"execution_count": 3,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
"id": "krC50MmmvBWJ"
},
"source": [
"## Prepare Data\n",
"\n",
"For this particular example, we use [Acted Emotional Speech Dynamic Database – AESDD](http://m3c.web.auth.gr/research/aesdd-speech-emotion-recognition/) provided by Multidisciplinary Media & Mediated Communication Research Group ([M3C](http://m3c.web.auth.gr/)). \n",
"\n",
"The Acted Emotional Speech Dynamic Database (AESDD) is a publically available speech emotion recognition dataset that contains utterances of acted emotional speech in the Greek language for five different emotions `sadness`, `disgust`, `happiness`, `anger`, and `fear`.\n",
"\n",
"The dataset consists of directories of emotions; each folder includes specific emotions. We need to loop over directories and save the paths related to each class based on the directory name.\n",
"\n",
"```bash\n",
".\n",
"├── Tools\\ and\\ Documentation\n",
"│ ├── ESTrainer.mlapp\n",
"│ ├── Speech\\ Emotion\\ Recognition\\ Adapted\\ to\\ Multimodal\\ Semantic\\ Repositories_documentation.pdf\n",
"│ ├── Speech\\ Emotion\\ Recognition\\ for\\ Performance\\ Interaction.pdf\n",
"│ └── readme.txt\n",
"├── anger\n",
"│ ├── a01\\ (1).wav\n",
"│ ├── a01\\ (2).wav\n",
"│ ├── ...\n",
"├── disgust\n",
"│ ├── d01\\ (1).wav\n",
"│ ├── d01\\ (2).wav\n",
"│ ├── ...\n",
"├── fear\n",
"│ ├── f01\\ (1).wav\n",
"│ ├── f01\\ (2).wav\n",
"│ ├── ...\n",
"├── happiness\n",
"│ ├── h01\\ (1).wav\n",
"│ ├── h01\\ (2).wav\n",
"│ ├── ...\n",
"└── sadness\n",
" ├── s01\\ (1).wav\n",
" ├── s01\\ (2).wav\n",
" ├── ...\n",
"\n",
"6 directories, 609 files\n",
"```"
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "4UVGPPOVCl-Y"
},
"source": [
"Since the dataset is hosted on [Mega](https://mega.nz/#F!0ShVXY7C!-73kVoK05OjTPEA95UUvMw) and unable to access it directly, we upload the dataset on the G-drive to make this tutorial accessible."
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "nEKDAy2bCGFM",
"outputId": "6d658021-9f4d-458e-8e3b-53d961a03caf"
},
"source": [
"# Download the dataset from \n",
"\n",
"!mkdir -p /content/data\n",
"!gdown https://drive.google.com/uc?id=1_IAWexEWpH-ly_JaA5EGfZDp-_3flkN1\n",
"!unzip -q aesdd.zip -d /content/data/\n",
"!mv \"/content/data/Acted Emotional Speech Dynamic Database/\" /content/data/aesdd/"
],
"execution_count": 3,
"outputs": [
{
"output_type": "stream",
"text": [
"Downloading...\n",
"From: https://drive.google.com/uc?id=1_IAWexEWpH-ly_JaA5EGfZDp-_3flkN1\n",
"To: /content/aesdd.zip\n",
"410MB [00:04, 87.4MB/s]\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"id": "pFSqZ0jwCMSv"
},
"source": [
"import numpy as np\n",
"import pandas as pd\n",
"\n",
"from pathlib import Path\n",
"from tqdm import tqdm\n",
"\n",
"import torchaudio\n",
"from sklearn.model_selection import train_test_split\n",
"\n",
"import os\n",
"import sys"
],
"execution_count": 4,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "7MXAESg_Dqr6",
"outputId": "93cd9a9a-a47d-4c7b-c3dd-79b3016e2976"
},
"source": [
"data = []\n",
"\n",
"for path in tqdm(Path(\"/content/data/aesdd\").glob(\"**/*.wav\")):\n",
" name = str(path).split('/')[-1].split('.')[0]\n",
" label = str(path).split('/')[-2]\n",
" \n",
" try:\n",
" # There are some broken files\n",
" s = torchaudio.load(path)\n",
" data.append({\n",
" \"name\": name,\n",
" \"path\": path,\n",
" \"emotion\": label\n",
" })\n",
" except Exception as e:\n",
" # print(str(path), e)\n",
" pass\n",
"\n",
" # break"
],
"execution_count": 5,
"outputs": [
{
"output_type": "stream",
"text": [
"605it [00:01, 563.84it/s]\n"
],
"name": "stderr"
}
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 204
},
"id": "10b89ZpLDqx9",
"outputId": "4228d11b-e1cb-4f91-b8e0-1994167c0b22"
},
"source": [
"df = pd.DataFrame(data)\n",
"df.head()"
],
"execution_count": 6,
"outputs": [
{
"output_type": "execute_result",
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" \n",
" name \n",
" path \n",
" emotion \n",
" \n",
" \n",
" \n",
" \n",
" 0 \n",
" f03 (5) \n",
" /content/data/aesdd/fear/f03 (5).wav \n",
" fear \n",
" \n",
" \n",
" 1 \n",
" f13 (4) \n",
" /content/data/aesdd/fear/f13 (4).wav \n",
" fear \n",
" \n",
" \n",
" 2 \n",
" f12 (3) \n",
" /content/data/aesdd/fear/f12 (3).wav \n",
" fear \n",
" \n",
" \n",
" 3 \n",
" f01 (5) \n",
" /content/data/aesdd/fear/f01 (5).wav \n",
" fear \n",
" \n",
" \n",
" 4 \n",
" f11 (5) \n",
" /content/data/aesdd/fear/f11 (5).wav \n",
" fear \n",
" \n",
" \n",
"
\n",
"
"
],
"text/plain": [
" name path emotion\n",
"0 f03 (5) /content/data/aesdd/fear/f03 (5).wav fear\n",
"1 f13 (4) /content/data/aesdd/fear/f13 (4).wav fear\n",
"2 f12 (3) /content/data/aesdd/fear/f12 (3).wav fear\n",
"3 f01 (5) /content/data/aesdd/fear/f01 (5).wav fear\n",
"4 f11 (5) /content/data/aesdd/fear/f11 (5).wav fear"
]
},
"metadata": {
"tags": []
},
"execution_count": 6
}
]
},
{
"cell_type": "code",
"metadata": {
"id": "iMhTHur8voOp",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 238
},
"outputId": "06eab027-7912-4bf5-e781-2aa7bc220c43"
},
"source": [
"# Filter broken and non-existed paths\n",
"\n",
"print(f\"Step 0: {len(df)}\")\n",
"\n",
"df[\"status\"] = df[\"path\"].apply(lambda path: True if os.path.exists(path) else None)\n",
"df = df.dropna(subset=[\"path\"])\n",
"df = df.drop(\"status\", 1)\n",
"print(f\"Step 1: {len(df)}\")\n",
"\n",
"df = df.sample(frac=1)\n",
"df = df.reset_index(drop=True)\n",
"df.head()"
],
"execution_count": 7,
"outputs": [
{
"output_type": "stream",
"text": [
"Step 0: 604\n",
"Step 1: 604\n"
],
"name": "stdout"
},
{
"output_type": "execute_result",
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" \n",
" name \n",
" path \n",
" emotion \n",
" \n",
" \n",
" \n",
" \n",
" 0 \n",
" h12 (2) \n",
" /content/data/aesdd/happiness/h12 (2).wav \n",
" happiness \n",
" \n",
" \n",
" 1 \n",
" d16 (2) \n",
" /content/data/aesdd/disgust/d16 (2).wav \n",
" disgust \n",
" \n",
" \n",
" 2 \n",
" f07 (2) \n",
" /content/data/aesdd/fear/f07 (2).wav \n",
" fear \n",
" \n",
" \n",
" 3 \n",
" a13 (1) \n",
" /content/data/aesdd/anger/a13 (1).wav \n",
" anger \n",
" \n",
" \n",
" 4 \n",
" h14 (6) \n",
" /content/data/aesdd/happiness/h14 (6).wav \n",
" happiness \n",
" \n",
" \n",
"
\n",
"
"
],
"text/plain": [
" name path emotion\n",
"0 h12 (2) /content/data/aesdd/happiness/h12 (2).wav happiness\n",
"1 d16 (2) /content/data/aesdd/disgust/d16 (2).wav disgust\n",
"2 f07 (2) /content/data/aesdd/fear/f07 (2).wav fear\n",
"3 a13 (1) /content/data/aesdd/anger/a13 (1).wav anger\n",
"4 h14 (6) /content/data/aesdd/happiness/h14 (6).wav happiness"
]
},
"metadata": {
"tags": []
},
"execution_count": 7
}
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "TWku4ra3Bp52"
},
"source": [
"Let's explore how many labels (emotions) are in the dataset with what distribution."
]
},
{
"cell_type": "code",
"metadata": {
"id": "beNpKMh5xXmX",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 269
},
"outputId": "171d276b-8be2-45fc-943c-3610a5c4e1b4"
},
"source": [
"print(\"Labels: \", df[\"emotion\"].unique())\n",
"print()\n",
"df.groupby(\"emotion\").count()[[\"path\"]]"
],
"execution_count": 8,
"outputs": [
{
"output_type": "stream",
"text": [
"Labels: ['happiness' 'disgust' 'fear' 'anger' 'sadness']\n",
"\n"
],
"name": "stdout"
},
{
"output_type": "execute_result",
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" \n",
" path \n",
" \n",
" \n",
" emotion \n",
" \n",
" \n",
" \n",
" \n",
" \n",
" anger \n",
" 121 \n",
" \n",
" \n",
" disgust \n",
" 122 \n",
" \n",
" \n",
" fear \n",
" 120 \n",
" \n",
" \n",
" happiness \n",
" 119 \n",
" \n",
" \n",
" sadness \n",
" 122 \n",
" \n",
" \n",
"
\n",
"
"
],
"text/plain": [
" path\n",
"emotion \n",
"anger 121\n",
"disgust 122\n",
"fear 120\n",
"happiness 119\n",
"sadness 122"
]
},
"metadata": {
"tags": []
},
"execution_count": 8
}
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "i2hwRai7BNrx"
},
"source": [
"Let's display some random sample of the dataset and run it a couple of times to get a feeling for the audio and the emotional label."
]
},
{
"cell_type": "code",
"metadata": {
"id": "DZaQ_sP5xkIX",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 126
},
"outputId": "aa27d8ae-d95e-475f-eee7-e9e05f4cbe1b"
},
"source": [
"import torchaudio\n",
"import librosa\n",
"import IPython.display as ipd\n",
"import numpy as np\n",
"\n",
"idx = np.random.randint(0, len(df))\n",
"sample = df.iloc[idx]\n",
"path = sample[\"path\"]\n",
"label = sample[\"emotion\"]\n",
"\n",
"\n",
"print(f\"ID Location: {idx}\")\n",
"print(f\" Label: {label}\")\n",
"print()\n",
"\n",
"speech, sr = torchaudio.load(path)\n",
"speech = speech[0].numpy().squeeze()\n",
"speech = librosa.resample(np.asarray(speech), sr, 16_000)\n",
"ipd.Audio(data=np.asarray(speech), autoplay=True, rate=16000)"
],
"execution_count": 9,
"outputs": [
{
"output_type": "stream",
"text": [
"ID Location: 286\n",
" Label: sadness\n",
"\n"
],
"name": "stdout"
},
{
"output_type": "execute_result",
"data": {
"text/html": [
"\n",
" \n",
" \n",
" Your browser does not support the audio element.\n",
" \n",
" "
],
"text/plain": [
""
]
},
"metadata": {
"tags": []
},
"execution_count": 9
}
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "7WNjWoWRCmPk"
},
"source": [
"For training purposes, we need to split data into train test sets; in this specific example, we break with a `20%` rate for the test set."
]
},
{
"cell_type": "code",
"metadata": {
"id": "mlim-044xtJN",
"colab": {
"base_uri": "https://localhost:8080/"
},
"outputId": "c8b2530e-91bd-40e1-e60c-086f1ff8431e"
},
"source": [
"save_path = \"/content/data\"\n",
"\n",
"train_df, test_df = train_test_split(df, test_size=0.2, random_state=101, stratify=df[\"emotion\"])\n",
"\n",
"train_df = train_df.reset_index(drop=True)\n",
"test_df = test_df.reset_index(drop=True)\n",
"\n",
"train_df.to_csv(f\"{save_path}/train.csv\", sep=\"\\t\", encoding=\"utf-8\", index=False)\n",
"test_df.to_csv(f\"{save_path}/test.csv\", sep=\"\\t\", encoding=\"utf-8\", index=False)\n",
"\n",
"\n",
"print(train_df.shape)\n",
"print(test_df.shape)"
],
"execution_count": 11,
"outputs": [
{
"output_type": "stream",
"text": [
"(483, 3)\n",
"(121, 3)\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "kcnD-d_rDElt"
},
"source": [
"## Prepare Data for Training"
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 224,
"referenced_widgets": [
"d1ae7ec1a2dd4d028278527973c89163",
"09bfc3d75b104740a264fc44b054a06e",
"80763823702748ae9de2a8ef1acfb636",
"111fff43f1b34a3eae32a7b40eed8e23",
"992262ea2f2943d7bf1fa3ef12763cab",
"38994cac02c54294a02e488a47134391",
"641c87d13435440194be2be48c46dd14",
"48a65bdc0f554a53872e4586158ff894",
"270777ba713d47e1aa73965657310975",
"4132700b3c19413fad9e01dd28b4c56e",
"000e0546e7b945a8ab548c00475186c3",
"d912a0a16c494349b81fe8dddcedb1f9",
"9bf8b5186a96425892c1fe5fa4fcabe3",
"80c3a9d360a74d27b0c2a403c47460fa",
"71a9af276402485c9739b0e9b1739ba6",
"025aacc6cd7a48df9888c16869d73722"
]
},
"id": "nnVfxQYDDIc6",
"outputId": "813a7f17-b823-4d2a-e298-734646242912"
},
"source": [
"# Loading the created dataset using datasets\n",
"from datasets import load_dataset, load_metric\n",
"\n",
"\n",
"data_files = {\n",
" \"train\": \"/content/data/train.csv\", \n",
" \"validation\": \"/content/data/test.csv\",\n",
"}\n",
"\n",
"dataset = load_dataset(\"csv\", data_files=data_files, delimiter=\"\\t\", )\n",
"train_dataset = dataset[\"train\"]\n",
"eval_dataset = dataset[\"validation\"]\n",
"\n",
"print(train_dataset)\n",
"print(eval_dataset)"
],
"execution_count": 12,
"outputs": [
{
"output_type": "stream",
"text": [
"Using custom data configuration default-5c24106fd6acf37d\n"
],
"name": "stderr"
},
{
"output_type": "stream",
"text": [
"Downloading and preparing dataset csv/default (download: Unknown size, generated: Unknown size, post-processed: Unknown size, total: Unknown size) to /content/cache/csv/default-5c24106fd6acf37d/0.0.0/2dc6629a9ff6b5697d82c25b73731dd440507a69cbce8b425db50b751e8fcfd0...\n"
],
"name": "stdout"
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "d1ae7ec1a2dd4d028278527973c89163",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=1.0, bar_style='info', max=1.0), HTML(value='')))"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"\r"
],
"name": "stdout"
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "270777ba713d47e1aa73965657310975",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=1.0, bar_style='info', max=1.0), HTML(value='')))"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"\rDataset csv downloaded and prepared to /content/cache/csv/default-5c24106fd6acf37d/0.0.0/2dc6629a9ff6b5697d82c25b73731dd440507a69cbce8b425db50b751e8fcfd0. Subsequent calls will reuse this data.\n",
"Dataset({\n",
" features: ['name', 'path', 'emotion'],\n",
" num_rows: 483\n",
"})\n",
"Dataset({\n",
" features: ['name', 'path', 'emotion'],\n",
" num_rows: 121\n",
"})\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"id": "rsOrQPBOEVOy"
},
"source": [
"# We need to specify the input and output column\n",
"input_column = \"path\"\n",
"output_column = \"emotion\""
],
"execution_count": 13,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "-gh7fQ1XEpC7",
"outputId": "354be843-a3ed-4dbf-af47-df935c90e9d2"
},
"source": [
"# we need to distinguish the unique labels in our SER dataset\n",
"label_list = train_dataset.unique(output_column)\n",
"label_list.sort() # Let's sort it for determinism\n",
"num_labels = len(label_list)\n",
"print(f\"A classification problem with {num_labels} classes: {label_list}\")"
],
"execution_count": 14,
"outputs": [
{
"output_type": "stream",
"text": [
"A classification problem with 5 classes: ['anger', 'disgust', 'fear', 'happiness', 'sadness']\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "4TkGYrVTFR6Y"
},
"source": [
"In order to preprocess the audio into our classification model, we need to set up the relevant Wav2Vec2 assets regarding our language in this case `lighteternal/wav2vec2-large-xlsr-53-greek` fine-tuned by [Dimitris Papadopoulos](https://huggingface.co/lighteternal/wav2vec2-large-xlsr-53-greek). To handle the context representations in any audio length we use a merge strategy plan (pooling mode) to concatenate that 3D representations into 2D representations.\n",
"\n",
"There are three merge strategies `mean`, `sum`, and `max`. In this example, we achieved better results on the mean approach. In the following, we need to initiate the config and the feature extractor from the Dimitris model."
]
},
{
"cell_type": "code",
"metadata": {
"id": "rQrGaFohGzVo"
},
"source": [
"from transformers import AutoConfig, Wav2Vec2Processor"
],
"execution_count": 15,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"id": "9Y1adr7vFrq7"
},
"source": [
"model_name_or_path = \"lighteternal/wav2vec2-large-xlsr-53-greek\"\n",
"pooling_mode = \"mean\""
],
"execution_count": 16,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 66,
"referenced_widgets": [
"748b930dc33b476c95d534372061c518",
"0d5bcc52dd114f9b901061aafb9d4f9c",
"08c07035aac44299a3fccc1c99eb1906",
"f90b647b426b4292904088f09499c97f",
"9705135eed794b888873b694991f3166",
"5faa753f8ae947a0a941c2a7ceecb8e7",
"05aed6d4dbc1470ba6cbd8eb414a6a86",
"875e2fab8fb04b02a13b5d2fb0bbcb48"
]
},
"id": "AZjDSmBRGqr6",
"outputId": "2286c25e-6d93-4355-8f69-e592fe15d5d4"
},
"source": [
"# config\n",
"config = AutoConfig.from_pretrained(\n",
" model_name_or_path,\n",
" num_labels=num_labels,\n",
" label2id={label: i for i, label in enumerate(label_list)},\n",
" id2label={i: label for i, label in enumerate(label_list)},\n",
" finetuning_task=\"wav2vec2_clf\",\n",
")\n",
"setattr(config, 'pooling_mode', pooling_mode)"
],
"execution_count": 17,
"outputs": [
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "748b930dc33b476c95d534372061c518",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description='Downloading', max=1562.0, style=ProgressStyle(description…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 247,
"referenced_widgets": [
"cc160e510d894b698abe915f95f3735b",
"6acb22e35e0f40439196b895807cd257",
"628c6cee8aa043c6bfee18e9e66c57b5",
"f049d2a5a7e141c9a8742aa49412ce12",
"d715d62328b34acd8eb02e7a106aa893",
"7c2b3ec1f64743f1874353e315359efd",
"8721a34086c34ffdaaba6f903c872b75",
"f97021bdd59c47bc80f83c279ba82df7",
"3b6b84cb7c2e46c7ba2b2d4c771cc789",
"4445e73490dc4a6fa8251361eccfc19b",
"dcc16c6f27b84dc8afc5652ae5e309d1",
"9e0cead5b00a49ad805689dc33e4094a",
"d968b5c1925047ba997a12d6ddc0bb1e",
"084556b66adb4a67ac4266dbeeb997fa",
"02c555956ae34692be86894f17a58c52",
"12281e1454f04d11a7301c47d0a46b01",
"df2139a7dbc949e79111412f42df47ec",
"6d64273db90d4604b3f1c876b9dfd12a",
"ad24e1e355c5427d937e62200ec30e81",
"5afeb1ddd50c424eae3ee1667bc0b6f4",
"0604a11469af42beb852ae1c7962b297",
"60fe8902f400421e97c27d441e3ef5d2",
"9d12a66f797648dd909bac27b741600b",
"d56b6a2317c949acad2b522ed5ce7b7c",
"208850889b55497ab1444a61f9442d2d",
"93ad008d130a4a2cb86e84dd7ab331ff",
"02946b89515d4fc6be1e859e58125a91",
"7611e869ae004623829778807d6f4106",
"cc2ba1e332474c7db9815acc73e426d6",
"b6366a97347747a59d4e44813af826db",
"96295eeb8adc49e18c19fed2dec94acc",
"13cfcae804d148f4a0c744411625b0f5"
]
},
"id": "ZXVl9qW1Gw_-",
"outputId": "9dd51ab8-e5ef-4911-9a82-a0fa413ec33c"
},
"source": [
"processor = Wav2Vec2Processor.from_pretrained(model_name_or_path,)\n",
"target_sampling_rate = processor.feature_extractor.sampling_rate\n",
"print(f\"The target sampling rate: {target_sampling_rate}\")"
],
"execution_count": 18,
"outputs": [
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "cc160e510d894b698abe915f95f3735b",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description='Downloading', max=158.0, style=ProgressStyle(description_…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"\n"
],
"name": "stdout"
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "3b6b84cb7c2e46c7ba2b2d4c771cc789",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description='Downloading', max=535.0, style=ProgressStyle(description_…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"\n"
],
"name": "stdout"
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "df2139a7dbc949e79111412f42df47ec",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description='Downloading', max=138.0, style=ProgressStyle(description_…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"\n"
],
"name": "stdout"
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "208850889b55497ab1444a61f9442d2d",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description='Downloading', max=85.0, style=ProgressStyle(description_w…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"\n"
],
"name": "stdout"
},
{
"output_type": "stream",
"text": [
"Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.\n"
],
"name": "stderr"
},
{
"output_type": "stream",
"text": [
"The target sampling rate: 16000\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "CbGuYgLqHXZg"
},
"source": [
"# Preprocess Data"
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "qLk-eM1DFjtE"
},
"source": [
"So far, we downloaded, loaded, and split the SER dataset into train and test sets. The instantiated our strategy configuration for using context representations in our classification problem SER. Now, we need to extract features from the audio path in context representation tensors and feed them into our classification model to determine the emotion in the speech.\n",
"\n",
"Since the audio file is saved in the `.wav` format, it is easy to use **[Librosa](https://librosa.org/doc/latest/index.html)** or others, but we suppose that the format may be in the `.mp3` format in case of generality. We found that the **[Torchaudio](https://pytorch.org/audio/stable/index.html)** library works best for reading in `.mp3` data.\n",
"\n",
"An audio file usually stores both its values and the sampling rate with which the speech signal was digitalized. We want to store both in the dataset and write a **map(...)** function accordingly. Also, we need to handle the string labels into integers for our specific classification task in this case, the **single-label classification** you may want to use for your **regression** or even **multi-label classification**."
]
},
{
"cell_type": "code",
"metadata": {
"id": "6UqlIV3uGxDA"
},
"source": [
"def speech_file_to_array_fn(path):\n",
" speech_array, sampling_rate = torchaudio.load(path)\n",
" resampler = torchaudio.transforms.Resample(sampling_rate, target_sampling_rate)\n",
" speech = resampler(speech_array).squeeze().numpy()\n",
" return speech\n",
"\n",
"def label_to_id(label, label_list):\n",
"\n",
" if len(label_list) > 0:\n",
" return label_list.index(label) if label in label_list else -1\n",
"\n",
" return label\n",
"\n",
"def preprocess_function(examples):\n",
" speech_list = [speech_file_to_array_fn(path) for path in examples[input_column]]\n",
" target_list = [label_to_id(label, label_list) for label in examples[output_column]]\n",
"\n",
" result = processor(speech_list, sampling_rate=target_sampling_rate)\n",
" result[\"labels\"] = list(target_list)\n",
"\n",
" return result"
],
"execution_count": 19,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 752,
"referenced_widgets": [
"37a315c7c54c4b37861155ca7db9a8b5",
"1678c37b091348178cd7a4aa6126602a",
"75f133a36aec417fab304a4aaa90aeac",
"cf9a9cd7a5b8453e9dc0cf7fe6dd8d04",
"27b0f6ca0f494dfba86390b159fbe6e2",
"1951e89ace4f4892ad2e68d6fefea2c9",
"8db3a13b00194724a078669cd0e26792",
"42e11721ccbc4e848dd3c3c5fcc7f156",
"541f62666e5a4ec08acd4feb1dc969b5",
"af9b1b54b39043e68fff35bdcb367932",
"8bd7b7f900d44ef0982ad1856e9ed6fc",
"f587e931ace7474b93426b330893966e",
"82fdf9106e294c39a14e929885046449",
"2aff521466e847d5b339a3c7b91d9c2d",
"a9e61a8c5e934075bde705e64a7d1936",
"639ed24b489b41b99ec3ceac2dc48052",
"83d0fee7d70b4b78b1a9f793c85126b5",
"a0fb21abf3f04b5b90a982b449d2c188",
"d70bc84aad924816868bacd7f342e6d7",
"5a51b22126b74a5db039825b590919e8",
"ce5f0896967e496589bbe58ad894afef",
"1d2ce17f38714ec7a15e79fa9d05f8dc",
"fdfd2a6ff5ad4e959613090b51c79246",
"15a72c70ffa64c0a8bd615bc893fc5fd",
"c91d2f3e026940169f0da6271e788562",
"8b4b18ef29194f5aa8c464388978b697",
"8859ced8ad964b2b9ed405525e404b26",
"d1dfc450cabd4d24af963d9ad9136357",
"64382b966dd34101babd6fae88d344e9",
"b0e08d97d37044d0af479021b314fb80",
"cda9dbf5c7344feb82b67bd9031b07ce",
"dd852dec99b1400a985f2a98d01850f8",
"01a2a2d862a64bbbb6ee1f58d7cb7302",
"bfb59a4f43b34423b82b0cf329f44642",
"2af5ba493ebd4add8541e4910cf0a8b5",
"67f70b72893149b59bb1418f8ad35f2f",
"e7311f2bd69f408887a3aeab7ca7253d",
"6189ed0a2b7b4c80b699a6eb84658da0",
"f0d34fa6aa0e48469c406cc2f14c8cd2",
"00cc4246cd184ae7b315abcadd29c91c",
"82640fdfc9ee49249812dbcdcf05e2c1",
"0c4aa3f9308145aeb62c436f08927424",
"d70fe147d90c459c8dbe6a5e547d0b73",
"d2142d58dd0547739d49775720121374",
"dcb51df3999f488a875159ee05576efe",
"182b9e3f096646088127fba3460acf99",
"ddc4ba4bb6fc4969a29d6afade214336",
"1350989f88e14c2caa53f4c5d31a85b1",
"c0d2415cddaa48b8880b827237adabf6",
"8ce338ee1b1d4d6cbed25e438ec95c54",
"64841aaf6e2041d3bdead5831b66fe1e",
"acca56d9032d4c31a427a64552a83d32",
"11f43eab45354ce7b62e8c901630cfda",
"6d7b8535285547a59963d8086956dd31",
"7a07abaa4cee42a29a78b215d85e9b47",
"493605c8bdd444f3b21aaddc6033be7b",
"40b5f7de561b4f5b86a2d4b04decedd4",
"3b916167e7fa4f9685b612fd6fbdb05d",
"29c344ed67a540849f994f8b4291abdc",
"253b8bf90b4a4dd485974404f42a3b0c",
"23f094872eed40d6acf5d733f3654ff1",
"50902e79dc774af6b26fa776a24d279b",
"83e784b3bae148b4973c2173e5456d6a",
"3677ee476d4b43919a55e73e7c17b2b0"
]
},
"id": "ioP8FfR2GxHi",
"outputId": "2bea4ed0-33d6-4183-9e6c-cbdf14072453"
},
"source": [
"train_dataset = train_dataset.map(\n",
" preprocess_function,\n",
" batch_size=100,\n",
" batched=True,\n",
" num_proc=4\n",
")\n",
"eval_dataset = eval_dataset.map(\n",
" preprocess_function,\n",
" batch_size=100,\n",
" batched=True,\n",
" num_proc=4\n",
")"
],
"execution_count": 20,
"outputs": [
{
"output_type": "stream",
"text": [
" "
],
"name": "stdout"
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "37a315c7c54c4b37861155ca7db9a8b5",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description='#0', max=2.0, style=ProgressStyle(description_width='init…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "541f62666e5a4ec08acd4feb1dc969b5",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description='#2', max=2.0, style=ProgressStyle(description_width='init…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "83d0fee7d70b4b78b1a9f793c85126b5",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description='#1', max=2.0, style=ProgressStyle(description_width='init…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "c91d2f3e026940169f0da6271e788562",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description='#3', max=2.0, style=ProgressStyle(description_width='init…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"/usr/local/lib/python3.7/dist-packages/numpy/core/_asarray.py:83: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray\n",
" return array(a, dtype, copy=False, order=order)\n",
"/usr/local/lib/python3.7/dist-packages/numpy/core/_asarray.py:83: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray\n",
" return array(a, dtype, copy=False, order=order)\n",
"/usr/local/lib/python3.7/dist-packages/numpy/core/_asarray.py:83: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray\n",
" return array(a, dtype, copy=False, order=order)\n",
"/usr/local/lib/python3.7/dist-packages/numpy/core/_asarray.py:83: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray\n",
" return array(a, dtype, copy=False, order=order)\n"
],
"name": "stderr"
},
{
"output_type": "stream",
"text": [
"\n",
"\n",
"\n",
"\n",
" "
],
"name": "stdout"
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "01a2a2d862a64bbbb6ee1f58d7cb7302",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description='#0', max=1.0, style=ProgressStyle(description_width='init…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
" "
],
"name": "stdout"
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "82640fdfc9ee49249812dbcdcf05e2c1",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description='#1', max=1.0, style=ProgressStyle(description_width='init…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "c0d2415cddaa48b8880b827237adabf6",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description='#2', max=1.0, style=ProgressStyle(description_width='init…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "40b5f7de561b4f5b86a2d4b04decedd4",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description='#3', max=1.0, style=ProgressStyle(description_width='init…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"/usr/local/lib/python3.7/dist-packages/numpy/core/_asarray.py:83: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray\n",
" return array(a, dtype, copy=False, order=order)\n",
"/usr/local/lib/python3.7/dist-packages/numpy/core/_asarray.py:83: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray\n",
" return array(a, dtype, copy=False, order=order)\n",
"/usr/local/lib/python3.7/dist-packages/numpy/core/_asarray.py:83: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray\n",
" return array(a, dtype, copy=False, order=order)\n",
"/usr/local/lib/python3.7/dist-packages/numpy/core/_asarray.py:83: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray\n",
" return array(a, dtype, copy=False, order=order)\n"
],
"name": "stderr"
},
{
"output_type": "stream",
"text": [
"\n",
"\n",
"\n",
"\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "eu1qcRucHk6d",
"outputId": "b3007ace-f4f3-443a-f31e-0afa09e5eacb"
},
"source": [
"idx = 0\n",
"print(f\"Training input_values: {train_dataset[idx]['input_values']}\")\n",
"print(f\"Training attention_mask: {train_dataset[idx]['attention_mask']}\")\n",
"print(f\"Training labels: {train_dataset[idx]['labels']} - {train_dataset[idx]['emotion']}\")"
],
"execution_count": 21,
"outputs": [
{
"output_type": "stream",
"text": [
"Training input_values: [-0.0007524748798459768, 0.004419753327965736, -0.012662916444242, 0.0016497393371537328, 0.01925051212310791, -0.013010337948799133, -0.018743593245744705, 0.030535006895661354, -0.007420312147587538, -0.008200610987842083, -0.005278450902551413, 0.01008838415145874, 0.01753123104572296, -0.03521161153912544, 0.008765327744185925, 0.021295689046382904, -0.001567490748129785, -0.040061283856630325, 0.030490050092339516, 0.031789425760507584, -0.056860245764255524, -0.004201843868941069, 0.06782747805118561, -0.03282438963651657, -0.05081942677497864, 0.052758101373910904, 0.024646123871207237, -0.051771849393844604, -0.005826461128890514, 0.04431638494133949, -0.014967367053031921, -0.006660561077296734, -0.01957547478377819, 0.03018687479197979, 0.01206017192453146, -0.042734295129776, 0.00607768539339304, 0.052774202078580856, -0.05650204420089722, 0.007801816798746586, 0.0277846846729517, -0.022254042327404022, 0.008400841616094112, -0.002555625047534704, -0.013554442673921585, 0.029690250754356384, -0.008850671350955963, -0.03130451962351799, 0.033590614795684814, 0.0005682751652784646, -0.015682805329561234, 0.0027140348684042692, 0.0012641542125493288, 0.0046027591452002525, 0.013391510583460331, -0.045770905911922455, 0.0430164560675621, 0.004652440082281828, -0.04303276166319847, 0.030585534870624542, 0.004818427376449108, -0.014448546804487705, 0.0064300838857889175, -0.014154198579490185, 0.02075132727622986, 0.01000305823981762, -0.05038173124194145, 0.0468866303563118, -0.010276680812239647, -0.008066438138484955, 0.0016631375765427947, 0.001583161181770265, 0.002950261114165187, 0.0025983238592743874, -0.019144253805279732, 0.021549087017774582, 0.011800084263086319, -0.05120545253157616, 0.036447033286094666, 0.025988325476646423, -0.05170661211013794, 0.01626265048980713, 0.00540755083784461, 0.01325986348092556, -0.003676710417494178, -0.043692465871572495, 0.04874361306428909, -0.001823193277232349, -0.01267413329333067, -0.019690033048391342, 0.0233211200684309, 0.017408275976777077, -0.03135381266474724, -0.007937220856547356, 0.041814323514699936, -0.024208543822169304, -0.011983707547187805, 0.0148418378084898, 0.0073543875478208065, -0.009634369984269142, -0.00457805348560214, -0.003360321279615164, 0.02041797898709774, 0.001610742649063468, -0.043613482266664505, 0.04203704744577408, 0.0023834265302866697, -0.03074832260608673, 0.015373262576758862, 0.028036678209900856, -0.06341409683227539, 0.04467516764998436, 0.025814102962613106, -0.06094041466712952, 0.011654729023575783, 0.03698794171214104, -0.0006333627970889211, -0.0568244494497776, 0.03800712525844574, 0.02083822339773178, -0.02045227214694023, -0.027759797871112823, 0.027174552902579308, 0.035175587981939316, -0.05401239171624184, -0.02202026918530464, 0.08697623759508133, -0.037691760808229446, -0.04616387188434601, 0.03058035485446453, 0.045922890305519104, -0.044614583253860474, -0.03185559809207916, 0.06055213883519173, -0.010943890549242496, -0.028129013255238533, 0.010569279082119465, 0.014582767151296139, -0.0063950358889997005, 0.0004977885982953012, -0.034860022366046906, 0.06445594877004623, -0.024536902084946632, -0.03923455625772476, 0.029062043875455856, 0.031554728746414185, -0.038613513112068176, 0.0016784316394478083, -0.0031203841790556908, 0.02183997817337513, 0.004951484967023134, -0.026256486773490906, -0.017114801332354546, 0.05183425173163414, -0.005139444023370743, -0.05304500088095665, 0.03730824217200279, 0.017759082838892937, -0.029900148510932922, -0.012986776418983936, 0.05081258341670036, -0.030176183208823204, -0.017752546817064285, 0.021507684141397476, 0.004328428767621517, 0.01124874409288168, -0.039345625787973404, 0.008662538602948189, 0.026824116706848145, 0.009281590580940247, -0.040963806211948395, -0.006985463201999664, 0.04677118360996246, -0.009706992655992508, -0.023879842832684517, 0.014354018494486809, -0.01834847405552864, 0.015588444657623768, 0.04544387385249138, -0.07744371145963669, 0.0023926482535898685, 0.06979459524154663, -0.037813879549503326, -0.011720353737473488, 9.838325786404312e-05, 0.010822450742125511, 0.012567589990794659, -0.007513638585805893, -0.028590483590960503, 0.020434372127056122, 0.037789035588502884, -0.061240263283252716, 0.004984330851584673, 0.06880536675453186, -0.06242261454463005, -0.021257318556308746, 0.06567221134901047, -0.012150042690336704, -0.04752418026328087, 0.03809405490756035, -0.012569338083267212, 0.011894491501152515, 0.00857023149728775, -0.03559760004281998, -0.003773053875193, 0.06783889979124069, -0.041379354894161224, -0.04713386669754982, 0.06734851002693176, -0.012982080690562725, -0.005715163424611092, -0.03481406718492508, 0.05076225474476814, -0.0060455286875367165, -0.037579841911792755, 0.027117032557725906, 0.012693027965724468, -0.02887597866356373, 0.010712341405451298, 0.01633518747985363, -0.02569243684411049, 0.007844770327210426, 0.01859147660434246, -0.0200312752276659, 0.0030557154677808285, -0.002688874024897814, -0.0010651660850271583, 0.049896419048309326, -0.08655411750078201, 0.0374804250895977, 0.025440925732254982, -0.005105812102556229, -0.030201386660337448, -0.002032351912930608, 0.02285522222518921, 0.024286305531859398, -0.03775295615196228, -0.020468350499868393, 0.04714558273553848, -0.023774389177560806, 0.027441611513495445, -0.031162913888692856, -0.014841413125395775, 0.030062003061175346, 0.02645556814968586, -0.04828998073935509, 0.01051514782011509, -0.00835376512259245, 0.016226867213845253, 0.053258638828992844, -0.09766051918268204, -0.005092414561659098, 0.11096988618373871, -0.038556624203920364, -0.09553212672472, 0.08255793899297714, 0.030770419165492058, -0.05243226885795593, -0.03583873063325882, 0.07760769128799438, -0.005070284940302372, -0.054519910365343094, -0.0034047162625938654, 0.07296464592218399, -0.024231374263763428, -0.04792160913348198, 0.010186615400016308, 0.036358289420604706, 0.036735355854034424, -0.10300231724977493, 0.02030766010284424, 0.0833524540066719, -0.045584678649902344, -0.051585011184215546, 0.06879941374063492, -0.027488404884934425, -0.0007756634731777012, 0.014512166380882263, -0.024245137348771095, 0.02391425520181656, -0.014442411251366138, -0.006133191287517548, 0.03128444403409958, -0.029797423630952835, 0.005311920307576656, 0.0027547325007617474, 0.0010885009542107582, 0.0047066048718988895, 0.007149660959839821, -0.02923789992928505, -0.0032617489341646433, 0.06104171276092529, -0.039752498269081116, -0.016996968537569046, -0.01840350404381752, 0.08289134502410889, -0.01699260249733925, -0.1169596016407013, 0.11762569844722748, 0.029069580137729645, -0.14167475700378418, 0.09769639372825623, 0.04079129546880722, -0.09956370294094086, -0.0073138209991157055, 0.12739288806915283, -0.057118553668260574, -0.11693084985017776, 0.12518127262592316, 0.04249955713748932, -0.11805152148008347, 0.003511748043820262, 0.09495630860328674, -0.03285229206085205, -0.05731268227100372, 0.016298916190862656, 0.08314601331949234, -0.0676102414727211, -0.046624477952718735, 0.08432494848966599, -0.0049508404918015, -0.0443844236433506, -0.003565340070053935, 0.046737782657146454, -0.023465555161237717, -0.01325665321201086, 0.03913106396794319, -0.05792258307337761, 0.02011159248650074, 0.0675072893500328, -0.07094503939151764, -0.04569084942340851, 0.10173025727272034, 0.01065791491419077, -0.11847861856222153, 0.05073140561580658, 0.07366154342889786, -0.05034475401043892, -0.0680510625243187, 0.07318221032619476, 0.04492359235882759, -0.09679701924324036, 0.028755465522408485, 0.011223522946238518, 0.03273683041334152, -0.04392223432660103, 0.000525559124071151, -0.009839622303843498, 0.04664557799696922, 0.006989761721342802, -0.08088378608226776, 0.042523544281721115, 0.004619434010237455, 0.06491512060165405, -0.08491434901952744, -0.07334461808204651, 0.1605997532606125, 0.01606067083775997, -0.17206253111362457, 0.017304087057709694, 0.2165837436914444, -0.16173584759235382, -0.08356775343418121, 0.1585092693567276, -0.017202751711010933, -0.06857909262180328, -0.009736606851220131, 0.05486559867858887, 0.05455406382679939, -0.13786254823207855, 0.038762837648391724, 0.08731340616941452, -0.04527526721358299, -0.06523343175649643, 0.05873498693108559, 0.006325721275061369, 0.02811301313340664, -0.11689076572656631, 0.09324226528406143, 0.0530228428542614, -0.1546940952539444, 0.11013836413621902, -0.01045349519699812, -0.025143466889858246, 0.019606376066803932, -0.017208119854331017, -0.03775804489850998, 0.1172139048576355, -0.04669326916337013, -0.14807568490505219, 0.1829378306865692, -0.004484457429498434, -0.10083136707544327, 0.037800051271915436, -0.006767795421183109, 0.021593235433101654, 0.07935410737991333, -0.19014136493206024, 0.12125611305236816, -0.02550010196864605, 0.08332172781229019, -0.11362385749816895, -0.015135236084461212, 0.08498406410217285, -0.002921809209510684, -0.017042605206370354, -0.052163705229759216, 0.02622406743466854, 0.03571759909391403, 0.013353139162063599, -0.020538201555609703, -0.11162148416042328, 0.11618199944496155, 0.10079161822795868, -0.19775302708148956, 0.04608861729502678, 0.03216439485549927, 0.09307900816202164, -0.1365669071674347, -0.03406475484371185, 0.16581691801548004, -0.05762544274330139, -0.1305285096168518, 0.11647486686706543, 0.08345641940832138, -0.13251443207263947, -0.09189829230308533, 0.21691106259822845, 0.018858298659324646, -0.2601824402809143, 0.16162152588367462, -0.010261742398142815, 0.10975230485200882, -0.15987056493759155, -0.0819738358259201, 0.22925104200839996, -0.006424260791391134, -0.17347872257232666, -0.01829659938812256, 0.2195557951927185, -0.0908118411898613, -0.08553711324930191, 0.01775866188108921, 0.06846696138381958, 0.0473666675388813, -0.1314641833305359, -0.031171578913927078, 0.2122645080089569, -0.12717992067337036, -0.10629851371049881, 0.16319620609283447, 0.029371697455644608, -0.20143677294254303, 0.10808470100164413, 0.11122108995914459, -0.11959032714366913, -0.0778433233499527, 0.12661245465278625, 0.07537667453289032, -0.2144099920988083, 0.11929628998041153, 0.013083292171359062, -0.044036466628313065, 0.05860130861401558, -0.05926079675555229, -0.03672666475176811, 0.12446688860654831, -0.05184663459658623, -0.07010885328054428, 0.05324113741517067, 0.049327217042446136, -0.07214713096618652, -0.00862941425293684, 0.11272034794092178, -0.15271608531475067, 0.0711122676730156, 0.058114103972911835, -0.0707857757806778, -0.030177058652043343, 0.08415023982524872, -0.05006900057196617, -0.0030708995182067156, 0.08210886269807816, -0.15735341608524323, 0.09905817359685898, 0.05406519025564194, -0.09931458532810211, 0.03765604645013809, -0.018523477017879486, 0.017540931701660156, 0.008914107456803322, 0.06712367385625839, -0.2044835090637207, 0.126344233751297, 0.1359117031097412, -0.20190608501434326, -0.004758205730468035, 0.15625275671482086, -0.07567736506462097, -0.09412403404712677, 0.17060506343841553, -0.07795752584934235, -0.09433954954147339, 0.1331765204668045, -0.016144724562764168, -0.023495061323046684, -0.05905825272202492, 0.05893984064459801, 0.0075773876160383224, 0.026924243196845055, -0.0159294530749321, -0.18022273480892181, 0.21199259161949158, 0.13458821177482605, -0.3471696972846985, 0.05608920007944107, 0.2221202403306961, -0.022013988345861435, -0.23737630248069763, 0.11444787681102753, 0.08380492031574249, -0.029156384989619255, -0.045006897300481796, -0.03673122078180313, 0.054328639060258865, 0.05593148618936539, -0.05002832040190697, -0.12801781296730042, 0.2590371072292328, -0.1954651027917862, -0.013354357331991196, 0.17440862953662872, -0.08933544903993607, -0.12672238051891327, 0.11383095383644104, 0.13105368614196777, -0.2198292762041092, 0.09608662128448486, -0.0807381197810173, 0.14850261807441711, -0.005180133506655693, -0.1801932007074356, 0.05481234937906265, 0.119268499314785, 0.08980518579483032, -0.35608118772506714, 0.10956943780183792, 0.38045451045036316, -0.40369394421577454, -0.017072061076760292, 0.23804603517055511, -0.044431544840335846, -0.16196341812610626, 0.11009426414966583, 0.020496787503361702, -0.04565741494297981, 0.07964666932821274, -0.20860636234283447, 0.21244089305400848, 0.035234205424785614, -0.168357253074646, -0.10518819093704224, 0.3341253101825714, -0.01814737729728222, -0.3761083781719208, 0.15318986773490906, 0.29563412070274353, -0.18457956612110138, -0.1870146244764328, 0.0813450887799263, 0.1851111501455307, 0.09011808782815933, -0.5038356781005859, 0.2546159327030182, 0.3036917448043823, -0.251264750957489, -0.29436764121055603, 0.4454655647277832, -0.018708236515522003, -0.3199191987514496, 0.18736527860164642, 0.08508825302124023, -0.13804401457309723, 0.0690351277589798, -0.0678519755601883, 0.045143961906433105, 0.08235754072666168, -0.1074938029050827, -0.061643991619348526, 0.0816999152302742, 0.23607571423053741, -0.4323505759239197, 0.142348974943161, 0.17211423814296722, -0.013846801593899727, -0.20981906354427338, -0.03796572983264923, 0.37551233172416687, -0.23095889389514923, -0.08946459740400314, 0.07156480848789215, 0.03180349990725517, 0.16762197017669678, -0.3605365455150604, 0.15689797699451447, 0.1991405189037323, -0.3245243728160858, 0.24669024348258972, -0.11351780593395233, -0.038550037890672684, 0.09217312932014465, 0.06325682252645493, -0.2322932928800583, 0.1055782213807106, 0.25371167063713074, -0.3837415277957916, 0.008295138366520405, 0.458925724029541, -0.3343464434146881, -0.2826264500617981, 0.47581762075424194, 0.09285993874073029, -0.561305046081543, 0.25784748792648315, 0.23769721388816833, -0.20992283523082733, -0.003824066836386919, -0.15900278091430664, 0.38896751403808594, -0.1369042992591858, -0.3564046323299408, 0.43915030360221863, -0.029242537915706635, -0.3059556782245636, 0.12440316379070282, 0.30095404386520386, -0.34474894404411316, -0.031191185116767883, 0.21584364771842957, -0.014018729329109192, -0.03962138667702675, -0.2321453094482422, 0.29968735575675964, -0.014495390467345715, -0.12925051152706146, 0.05396833270788193, -0.15951834619045258, 0.3198343515396118, -0.10099160671234131, -0.22924716770648956, 0.14413096010684967, 0.12118282169103622, -0.0845581442117691, -0.05085255205631256, -0.07008196413516998, 0.19425244629383087, -0.011334788985550404, -0.2196265459060669, 0.18332037329673767, -0.017758464440703392, -0.051378216594457626, 0.03809325024485588, 0.018693817779421806, -0.11498986184597015, 0.1301145702600479, -0.016437428072094917, -0.014412091113626957, -0.1423460841178894, 0.23214007914066315, -0.08531054109334946, -0.06342588365077972, 0.014991287142038345, 0.05110376700758934, 0.05107300728559494, -0.16671942174434662, 0.0670383870601654, 0.18380124866962433, -0.278156042098999, 0.031709421426057816, 0.33173948526382446, -0.38884469866752625, 0.10062097012996674, 0.11511601507663727, -0.051973335444927216, 0.010598580352962017, -0.1945192962884903, 0.3235795199871063, -0.11653905361890793, -0.25631439685821533, 0.4066063165664673, -0.16483338177204132, -0.22487744688987732, 0.28779661655426025, 0.08918388932943344, -0.36549434065818787, 0.11011900752782822, 0.24341903626918793, -0.10693132877349854, -0.20546665787696838, 0.04701932892203331, 0.3680783212184906, -0.34855443239212036, -0.06903614848852158, 0.2644757628440857, -0.08048859238624573, -0.06643718481063843, -0.07400544732809067, 0.27399301528930664, -0.175344780087471, -0.23362763226032257, 0.5032323002815247, -0.24721579253673553, -0.24991557002067566, 0.3700863718986511, -0.05237928777933121, -0.17767584323883057, 0.015454820357263088, 0.28951817750930786, -0.35640066862106323, 0.11200442910194397, 0.15449851751327515, -0.12909753620624542, -0.07021550089120865, 0.045333683490753174, 0.17476941645145416, -0.11906182020902634, -0.25140321254730225, 0.36889490485191345, -0.02034490369260311, -0.25519993901252747, 0.06745430082082748, 0.21917033195495605, -0.1676677167415619, -0.026679174974560738, -0.018331769853830338, 0.17361074686050415, -0.07576266676187515, -0.18341857194900513, 0.20863546431064606, 0.016513248905539513, -0.12896712124347687, -0.0017988299950957298, 0.1420920491218567, -0.13579188287258148, 0.07104868441820145, -0.015547159127891064, -0.059543997049331665, 0.09111923724412918, 0.02806904911994934, -0.17737308144569397, 0.10806901752948761, 0.10964157432317734, -0.10830626636743546, -0.14638970792293549, 0.21134448051452637, 0.07877600193023682, -0.2553996443748474, 0.025314388796687126, 0.17184410989284515, 0.04277721792459488, -0.24262796342372894, -0.06624383479356766, 0.49352186918258667, -0.3388805687427521, -0.2328016608953476, 0.4173624813556671, -0.03108656220138073, -0.2402721792459488, -0.0410124734044075, 0.39608684182167053, -0.23109830915927887, -0.20607724785804749, 0.2349873036146164, 0.17026349902153015, -0.36694395542144775, 0.08664935827255249, 0.18916337192058563, -0.06161728873848915, -0.17801611125469208, 0.08476664870977402, 0.253501832485199, -0.4221097528934479, 0.30054137110710144, -0.13985545933246613, 0.1305675059556961, -0.16025879979133606, 0.051957596093416214, 0.13383632898330688, -0.17860297858715057, 0.014496405608952045, 0.20894555747509003, -0.3228679895401001, 0.28162214159965515, -0.15430563688278198, 0.058276884257793427, -0.03999457508325577, 0.022897446528077126, 0.05539645999670029, -0.1308683604001999, 0.13298945128917694, -0.08770310133695602, 0.02660965360701084, 0.06818187981843948, -0.17261476814746857, 0.19572286307811737, -0.08711134642362595, -0.06758609414100647, 0.10439112037420273, 0.0046983808279037476, -0.04780583083629608, -0.13532859086990356, 0.3396925926208496, -0.2435871958732605, -0.1058916226029396, 0.3518359065055847, -0.2880988121032715, 0.04069878160953522, 0.12218489497900009, -0.051176998764276505, -0.12495467811822891, 0.1613447517156601, -0.0749015063047409, 0.100936159491539, -0.2064109891653061, 0.09676942229270935, 0.19286763668060303, -0.2615710198879242, 0.04465791583061218, 0.03638442978262901, 0.18905211985111237, -0.32034578919410706, 0.07437272369861603, 0.1999363750219345, -0.06835799664258957, -0.2622753977775574, 0.23431864380836487, 0.18148522078990936, -0.39093470573425293, 0.04313691332936287, 0.4508903920650482, -0.4871092438697815, 0.04764433950185776, 0.36432385444641113, -0.39678460359573364, 0.20162692666053772, -0.10979808866977692, 0.1473592072725296, -0.0731215849518776, -0.13174505531787872, 0.1688055843114853, 0.042363960295915604, -0.15560421347618103, -0.00391193013638258, 0.10326216369867325, 0.0949411541223526, -0.27222761511802673, 0.11001245677471161, 0.13837188482284546, -0.07685745507478714, -0.15829837322235107, 0.12195226550102234, 0.20149952173233032, -0.3329702317714691, 0.03434309363365173, 0.3035617172718048, -0.26293808221817017, 0.02478325366973877, 0.021402420476078987, 0.05919172987341881, 0.004296221304684877, -0.10095024108886719, -0.015972735360264778, 0.19215789437294006, -0.13165879249572754, -0.06454597413539886, 0.09145588427782059, 0.056384533643722534, -0.13113488256931305, 0.018769672140479088, 0.1674303412437439, -0.27471309900283813, 0.24709582328796387, -0.11568240821361542, -0.03965095058083534, 0.114893838763237, -0.07123906910419464, 0.03347872942686081, -0.12797829508781433, 0.20327076315879822, -0.00454585999250412, -0.3296901285648346, 0.3637378513813019, -0.03736520931124687, -0.2158404141664505, 0.13853460550308228, 0.01441879477351904, 0.05388491973280907, -0.23607048392295837, 0.23144108057022095, -0.027091525495052338, -0.031964730471372604, -0.26203128695487976, 0.5790958404541016, -0.44862857460975647, -0.02557087317109108, 0.2956515848636627, -0.18738102912902832, 0.08516229689121246, -0.25829747319221497, 0.4737681448459625, -0.38767725229263306, 0.03203611075878143, 0.2078256756067276, -0.03417351096868515, -0.3800607919692993, 0.559863269329071, -0.3106238842010498, -0.06115645542740822, 0.17958681285381317, -0.025962483137845993, -0.12834420800209045, 0.061556775122880936, 0.1556406319141388, -0.23439136147499084, 0.0684744194149971, 0.07810740172863007, 0.004009218420833349, -0.09971983730792999, -0.03630442172288895, 0.20878256857395172, -0.1115715354681015, -0.12081337720155716, 0.11340939253568649, 0.14371973276138306, -0.2292630672454834, -0.1388644576072693, 0.6517789363861084, -0.7090373039245605, 0.20028316974639893, 0.2936134934425354, -0.2788752615451813, 0.015784114599227905, -0.05284411087632179, 0.3836211562156677, -0.5287607312202454, 0.3130738139152527, -0.06097717210650444, -0.015776125714182854, 0.14850552380084991, -0.46901288628578186, 0.5868311524391174, -0.20536157488822937, -0.21735075116157532, 0.13227011263370514, 0.11529817432165146, 0.15110261738300323, -0.6766350269317627, 0.6247891783714294, -0.0003488781803753227, -0.36501750349998474, 0.1809629648923874, -0.005824172403663397, 0.14776846766471863, -0.19852054119110107, -0.12178442627191544, 0.40599650144577026, -0.20741184055805206, -0.2393278181552887, 0.3898925185203552, -0.1923818141222, 0.03774517774581909, -0.07053621113300323, 0.07252847403287888, 0.05814363434910774, -0.19168859720230103, 0.2430821657180786, -0.18021517992019653, -0.02725571021437645, 0.1918061077594757, -0.02855530008673668, -0.28219398856163025, 0.21427369117736816, 0.2321925312280655, -0.44148045778274536, 0.17138418555259705, 0.0857875645160675, 0.010882235132157803, -0.07810845971107483, -0.283697247505188, 0.7317681908607483, -0.6384249925613403, 0.03830372542142868, 0.43468335270881653, -0.46720755100250244, 0.3561895787715912, -0.3473045527935028, 0.2916432023048401, -0.07260831445455551, -0.1701507717370987, 0.3286217451095581, -0.38008177280426025, 0.24704882502555847, -0.004969645757228136, -0.04767600819468498, -0.09625338762998581, 0.02605515532195568, 0.34959539771080017, -0.51162189245224, 0.16974548995494843, 0.18843626976013184, -0.031083153560757637, -0.37433335185050964, 0.373083233833313, 0.036019984632730484, -0.17799527943134308, -0.15696851909160614, 0.2603800594806671, 0.29454535245895386, -0.7442879676818848, 0.32880884408950806, 0.3274303078651428, -0.20465019345283508, -0.3798094689846039, 0.369951993227005, 0.2283935546875, -0.4973718822002411, 0.19272811710834503, 0.051603764295578, 0.10390812903642654, -0.3039570450782776, 0.21306179463863373, 0.03522922843694687, -0.1238400787115097, -0.046470172703266144, 0.26731565594673157, -0.2309470772743225, -0.11812477558851242, 0.4458897113800049, -0.3706892132759094, -0.0331350713968277, 0.269571989774704, -0.0746450275182724, -0.19291552901268005, 0.0914825052022934, 0.20623226463794708, -0.1880803257226944, -0.16947437822818756, 0.3757835328578949, -0.19665123522281647, -0.05261163040995598, 0.07478302717208862, -0.013460425660014153, 0.1066063940525055, -0.2174847424030304, 0.04810761287808418, 0.2907102406024933, -0.32196444272994995, -0.09692401438951492, 0.5154576897621155, -0.5094563364982605, 0.19866453111171722, 0.05308330059051514, -0.11158877611160278, 0.07491780072450638, -0.05698051676154137, 0.06951332092285156, -0.0013273288495838642, -0.20287159085273743, 0.34056463837623596, -0.1923469752073288, -0.07085075229406357, 0.10610971599817276, 0.06256565451622009, -0.1310918778181076, 0.018030185252428055, 0.10089980065822601, -0.09712722897529602, -0.045611485838890076, 0.27654528617858887, -0.4124033749103546, 0.26654037833213806, 0.05055813118815422, -0.18409614264965057, -0.01947464980185032, 0.29479506611824036, -0.28099071979522705, -0.010023880749940872, 0.20400065183639526, -0.07907267659902573, -0.1362304538488388, 0.15289941430091858, -0.053358156234025955, 0.05633468180894852, -0.09144565463066101, -0.040597379207611084, 0.2639315128326416, -0.2993869185447693, 0.0638732761144638, 0.21644240617752075, -0.2810700237751007, 0.13374367356300354, -0.011231745593249798, 0.05463389679789543, -0.12325120717287064, 0.035830624401569366, 0.14272800087928772, -0.18754900991916656, -0.00124370155390352, 0.27181312441825867, -0.33239373564720154, 0.06263341754674911, 0.2680986523628235, -0.2927999198436737, 0.06816230714321136, 0.03034048341214657, 0.06550875306129456, -0.02852427214384079, -0.2585473656654358, 0.4538452625274658, -0.2570488750934601, -0.14643056690692902, 0.32277950644493103, -0.13439512252807617, -0.10880552232265472, 0.08240973204374313, 0.10902803391218185, -0.11023517698049545, -0.14185091853141785, 0.340899795293808, -0.2545820474624634, -0.013890296220779419, 0.2184104174375534, -0.2357456386089325, 0.1408301442861557, -0.08406340330839157, 0.0803418904542923, 0.005387307144701481, -0.17950992286205292, 0.2247684746980667, -0.04262647405266762, -0.1274307817220688, 0.047289155423641205, 0.15388557314872742, -0.17099376022815704, -0.03472933545708656, 0.19576618075370789, -0.12354648113250732, -0.039905086159706116, 0.06094727665185928, 0.03385605290532112, -0.049511078745126724, -0.02312597446143627, 0.027310186997056007, 0.04279865324497223, -0.04383396357297897, -0.031368255615234375, 0.0506560280919075, 0.019796796143054962, -0.08868194371461868, 0.09529324620962143, -0.04328088089823723, -0.037777405232191086, 0.08809855580329895, -0.05790044739842415, -0.015816790983080864, 0.04904401674866676, -0.012862795032560825, -0.04624073952436447, 0.068864606320858, -0.043520838022232056, 0.009287807159125805, 0.01303880661725998, -0.038483839482069016, 0.03630129620432854, 0.05571125075221062, -0.16807763278484344, 0.1263969987630844, 0.07491113990545273, -0.2184782475233078, 0.16772444546222687, -0.024366015568375587, -0.06736123561859131, 0.08797227591276169, -0.07200615853071213, 0.031279850751161575, 0.02611926756799221, -0.07874676585197449, 0.0977715402841568, -0.05524435266852379, -0.03046686388552189, 0.08582039922475815, -0.06328416615724564, 0.00206354889087379, 0.026530776172876358, 0.0043586185202002525, -0.05526859685778618, 0.05474440008401871, 0.02130059152841568, -0.09782262146472931, 0.09079147130250931, -0.02869928441941738, 0.00798180140554905, -0.046761512756347656, 0.07097644358873367, -0.02851240709424019, -0.04305814579129219, 0.06838425248861313, -0.03118002600967884, 0.007664304226636887, -0.06306631118059158, 0.13608922064304352, -0.10801870375871658, -0.015974996611475945, 0.10806727409362793, -0.09984513372182846, 0.0537516251206398, -0.03675514832139015, 0.03207425773143768, -3.605293750297278e-05, -0.04478388652205467, 0.058238837867975235, -0.03174420818686485, 0.002999743213877082, 0.0015128420200198889, 0.0005869724554941058, 0.010850279591977596, -0.014389469288289547, -0.010784006677567959, 0.034432776272296906, -0.012277660891413689, -0.0456366129219532, 0.0877130925655365, -0.08048233389854431, 0.03528518229722977, 0.013527138158679008, -0.04164336994290352, 0.05606488138437271, -0.07247831672430038, 0.08069805055856705, -0.05777626112103462, 0.011857488192617893, 0.026931850239634514, -0.043916624039411545, 0.03931523859500885, -0.010892486199736595, -0.023520786315202713, 0.02564362622797489, 0.007752825040370226, -0.025364473462104797, -0.003322609467431903, 0.03852107375860214, -0.029278235509991646, -0.009916200302541256, 0.026355726644396782, -0.006286418065428734, -0.015186074189841747, 0.017347166314721107, -0.01880563050508499, 0.030851084738969803, -0.027171701192855835, -0.005548350978642702, 0.0307853315025568, -0.015559885650873184, -0.00815238244831562, -0.009329760447144508, 0.05323387309908867, -0.05991992726922035, 0.008113551884889603, 0.05395045131444931, -0.06847436726093292, 0.03228868171572685, 0.010986286215484142, -0.027669193223118782, 0.02715562842786312, -0.028760679066181183, 0.025366246700286865, -0.002693885238841176, -0.024052748456597328, 0.027411453425884247, -0.003515161806717515, -0.02391507849097252, 0.02673075906932354, 0.0015090808738023043, -0.028803344815969467, 0.020988257601857185, 0.005438938271254301, -0.00752649549394846, -0.010352887213230133, 0.014479119330644608, -0.009362432174384594, 0.016532141715288162, -0.01416513230651617, -0.020171014592051506, 0.05164242908358574, -0.03967311233282089, 0.006489100866019726, 0.005599746946245432, 0.00406688591465354, -0.010478489100933075, 0.006294412538409233, -0.0004408670647535473, -0.001580432872287929, 0.008352718316018581, -0.026567848399281502, 0.03707278519868851, -0.011107341386377811, -0.03312842175364494, 0.041935235261917114, -0.006893755402415991, -0.020994264632463455, 0.016801267862319946, -0.010726015083491802, 0.022118020802736282, -0.026242878288030624, 0.006513735745102167, 0.01639857143163681, -0.017535774037241936, 0.0034374629613012075, 0.0023255718406289816, 0.003824175801128149, 0.002208783058449626, -0.025893675163388252, 0.030570456758141518, 0.007369110826402903, -0.04386284202337265, 0.025064535439014435, 0.029527397826313972, -0.05389314144849777, 0.026410721242427826, 0.015748657286167145, -0.0312669612467289, 0.017088530585169792, 0.001494390657171607, -0.008187709376215935, 0.01603483222424984, -0.03114398568868637, 0.026731984689831734, 0.00951173435896635, -0.035062581300735474, 0.01680457778275013, 0.0125350346788764, -0.011232959106564522, -0.003758704522624612, -0.0020419154316186905, 0.02286004275083542, -0.029574066400527954, 0.011354884132742882, 0.02031630277633667, -0.03907628357410431, 0.02305770106613636, 0.017747553065419197, -0.043457429856061935, 0.031171701848506927, -0.0010804207995533943, -0.011817464604973793, 0.003819757141172886, -0.001036000088788569, 0.016626602038741112, -0.027349229902029037, 0.01255112886428833, 0.011158647015690804, -0.0170583613216877, 0.009510086849331856, -0.005665136966854334, 0.00645055528730154, -0.005777196027338505, 0.006327313371002674, -0.007709060795605183, 0.007053213659673929, -0.007978478446602821, 0.012164901942014694, -0.009709291160106659, -0.0005274940049275756, 0.004960525780916214, 0.0024678080808371305, -0.01031914446502924, 0.01103293802589178, -0.007360902614891529, 0.00385182979516685, -0.0023215364199131727, 0.0025293806102126837, 0.0011152476072311401, -0.008287380449473858, 0.00642038881778717, 0.010897025465965271, -0.02561979368329048, 0.017438743263483047, 0.00981203280389309, -0.03431658446788788, 0.04295918345451355, -0.03662382811307907, 0.019504506140947342, 0.007587708067148924, -0.03550971299409866, 0.043727580457925797, -0.02311379462480545, -0.002469775266945362, 0.007795002311468124, -0.003233242081478238, 0.009788155555725098, -0.01615934632718563, 0.005409898702055216, 0.00494181364774704, 0.009756388142704964, -0.03370610252022743, 0.03347180783748627, -0.006637310143560171, -0.01582784205675125, 0.01064242608845234, 0.009630436077713966, -0.012269983999431133, -0.005984240211546421, 0.01316186971962452, 0.0029208497144281864, -0.010708912275731564, -0.0060658929869532585, 0.0204909760504961, -0.015946341678500175, 0.012437042780220509, -0.01692403107881546, 0.010517365299165249, 0.009114570915699005, -0.021012848243117332, 0.018751030787825584, -0.009938351809978485, -0.0027907874900847673, 0.013166695833206177, -0.007911295630037785, -0.0054030162282288074, 0.0067341141402721405, -3.943605406675488e-05, 0.005300551652908325, -0.015034175477921963, 0.006467674858868122, 0.013421165756881237, -0.015228944830596447, -0.0030866609886288643, 0.014833283610641956, -0.005946096032857895, -0.006174322217702866, 0.002373786410316825, 0.009557893499732018, -0.00559812830761075, -0.013368519023060799, 0.017298290506005287, 0.005646565929055214, -0.022641107439994812, 0.010215012356638908, 0.006545993033796549, -0.0014982018619775772, -0.004481682553887367, -0.009732224978506565, 0.021665578708052635, -0.008033237420022488, -0.010406814515590668, 0.010254581458866596, -0.002081376500427723, 0.0003515297139529139, 0.0030997616704553366, -0.01145311538130045, 0.011711557395756245, 7.757043204037473e-05, -0.008959030732512474, 0.0052842674776911736, 0.005048101767897606, -0.009849644266068935, 0.00401210505515337, 0.005104243289679289, -0.004868052434176207, -0.00011146970064146444, -0.004910762421786785, 0.01327451691031456, -0.002292417921125889, -0.019016515463590622, 0.016591636463999748, 0.009031441994011402, -0.0183815136551857, 0.0008363958913832903, 0.012113994918763638, -0.004149874206632376, -0.003777528880164027, -0.0026293762493878603, 0.011027652770280838, -0.006663698237389326, -0.00737339910119772, 0.018965203315019608, -0.018232334405183792, 0.0076487245969474316, 0.0016324443276971579, -0.0037658934015780687, 0.004322878085076809, -0.0066888052970170975, 0.00872195977717638, -0.008164600469172001, 0.003906535916030407, 0.006839475594460964, -0.01871677115559578, 0.019702782854437828, -0.008027127012610435, -0.003493925556540489, 0.009367690421640873, -0.013863977044820786, 0.012741525657474995, 0.004866424482315779, -0.02651977352797985, 0.02519366890192032, -0.0033225971274077892, -0.007608909159898758, 0.0025874613784253597, -0.005382830742746592, 0.0160153079777956, -0.009021974168717861, -0.00966108962893486, 0.01046763639897108, 0.0023712441325187683, 0.00011758583423215896, -0.01226002536714077, 0.007463138550519943, 0.010129800997674465, -0.013570914044976234, 0.00023689585214015096, 0.009751364588737488, -0.0036707220133394003, -0.01209238637238741, 0.023099564015865326, -0.01845976524055004, 0.0031467711087316275, 0.008510492742061615, -0.00821833685040474, 0.0001549211301608011, 0.007105398923158646, -0.006870096083730459, 0.003137225518003106, -0.0037179170176386833, 0.0035849676933139563, 0.010068511590361595, -0.024820609018206596, 0.01477888971567154, 0.00994869228452444, -0.009428778663277626, -0.017195262014865875, 0.02716726064682007, -0.002023504115641117, -0.026395639404654503, 0.027666883543133736, -0.006249047815799713, -0.012882974930107594, 0.0121197160333395, 0.002701019635424018, -0.006555968429893255, -0.0053801219910383224, 0.007439586333930492, 0.010383027605712414, -0.019020458683371544, 0.003095651976764202, 0.011787638068199158, -0.004434195812791586, -0.00915436539798975, 0.009989162907004356, -0.0001024233060888946, -0.00912605319172144, 0.009450268931686878, 0.001819862867705524, -0.01391504891216755, 0.01314692385494709, -0.00022991948935668916, -0.01115927193313837, 0.012457303702831268, -0.004471210762858391, -0.0038394678849726915, 0.0040182690136134624, 0.0010502036893740296, -0.0010005722288042307, -0.0016382603207603097, -0.0006790394545532763, 0.002441518707200885, 0.004429224878549576, -0.009734992869198322, 0.0023906268179416656, 0.009620409458875656, -0.01084482204169035, 0.0006518903537653387, 0.010113244876265526, -0.010366683825850487, 0.0005693036364391446, 0.008152224123477936, -0.007359313312917948, 0.0010692756623029709, 0.007095775101333857, -0.01535758376121521, 0.015084288083016872, 0.0009509702795185149, -0.017327995970845222, 0.013544520363211632, 0.0042440015822649, -0.011593036353588104, 0.004510295577347279, 0.00044021345092915, 0.00379904150031507, -0.004396213684231043, -0.005548499058932066, 0.013439386151731014, -0.005731647368520498, -0.007602914236485958, 0.007291125133633614, 0.004890064243227243, -0.007323463447391987, -0.005087999626994133, 0.015360215678811073, -0.012687189504504204, 0.003497470635920763, 0.005830134265124798, -0.009678508155047894, 0.0037025127094238997, 0.00463898153975606, -0.0034403465688228607, 0.0008716278243809938, -0.0067107114009559155, 0.006960934493690729, 0.008204449899494648, -0.0151933953166008, 0.0004337334830779582, 0.010829572565853596, -0.00015973206609487534, -0.010619542561471462, 0.003755055833607912, 0.0059051779098808765, -0.004206513520330191, 0.0005969616468064487, -0.0010880022309720516, -0.001303521217778325, 0.00636650063097477, -0.003100275294855237, -0.007994609884917736, 0.012464827857911587, -0.002010110765695572, -0.010403857566416264, 0.006538457237184048, 0.011340925469994545, -0.02052428387105465, 0.012064369395375252, -0.002028224989771843, 0.0035959898959845304, -0.007695149164646864, 0.0028293451759964228, 0.010265219956636429, -0.020696504041552544, 0.017403235659003258, -0.0006002902518957853, -0.011515513993799686, 0.00484873354434967, 0.009423886425793171, -0.007948013022542, -0.010723006911575794, 0.02316146343946457, -0.0116783007979393, -0.009084369987249374, 0.014657020568847656, -0.007308881264179945, 0.004846915602684021, -0.0032165434677153826, -0.007589275483042002, 0.014738735742866993, -0.006769780535250902, -0.00015103396435733885, -0.002209870144724846, -0.0022788713686168194, 0.008802934549748898, 0.016073888167738914, -0.06362628191709518, 0.07436329871416092, -0.029245639219880104, -0.015114863403141499, 0.01669737696647644, -0.0028099347837269306, 0.00844762846827507, -0.02092953398823738, 0.01785874366760254, -0.005040144547820091, -0.0008948066388256848, -0.0009361648699268699, 0.00034039421007037163, 0.007810326758772135, -0.013060989789664745, 0.005312958266586065, 0.005666358862072229, -0.0035034227184951305, -0.005017514806240797, 0.0033225533552467823, 0.005111423786729574, -0.004709093365818262, -0.002552047139033675, 0.0035316513385623693, 0.0038219941779971123, -0.010118411853909492, 0.012211082503199577, -0.010654916986823082, 0.0008884277194738388, 0.017784712836146355, -0.029121337458491325, 0.019923776388168335, -0.0004667153407353908, -0.007310349494218826, -0.002103748731315136, 0.015303118154406548, -0.015161674469709396, -0.0015893320087343454, 0.0222251508384943, -0.0292200930416584, 0.01924513280391693, -0.004094352014362812, -0.00323331612162292, 0.003475610166788101, -0.0038601343985646963, 0.004440761171281338, -0.00013210040924604982, -0.003536897711455822, -0.0007657250971533358, 0.010135073214769363, -0.01570882648229599, 0.012570402584969997, -0.0009717842913232744, -0.007206607609987259, 0.0028252422343939543, 0.0012234949972480536, 0.01014898344874382, -0.018673352897167206, 0.003183929016813636, 0.017877060920000076, -0.01593865640461445, 0.0017882409738376737, 0.00011970964260399342, 0.007337978575378656, -0.007126619573682547, 0.00011806609109044075, 0.004328257869929075, -0.004752790089696646, 0.0031545015517622232, 0.0008752348949201405, -0.001725114998407662, -0.003713372629135847, 0.006913954857736826, 7.451458077412099e-05, -0.009672935120761395, 0.012509227730333805, -0.00719112204387784, -0.0036245917435735464, 0.013259072788059711, -0.011297324672341347, 0.002213178901001811, 0.0005433401092886925, 0.0030360205564647913, -0.003081411821767688, 0.0003217617340851575, 0.0007452290738001466, -0.0006642153603024781, 0.00038216618122532964, 0.0018464254681020975, -0.004032397177070379, 0.004959471058100462, -0.006157075986266136, 0.007158294320106506, -0.004068993031978607, -0.0019000344909727573, 0.0053139724768698215, -0.002528565935790539, -0.0028664341662079096, 0.005183439236134291, -0.002727113664150238, -0.0010250521590933204, 0.0017419656505808234, 0.002834597835317254, -0.006773015018552542, 0.0035372397396713495, 0.0024714884348213673, -0.0018778834491968155, -0.0019337754929438233, 0.0002751795982476324, 0.005074090324342251, -0.005085339304059744, -0.0015342491678893566, 0.007921821437776089, -0.005573634058237076, -0.0037271976470947266, 0.008649523369967937, -0.005381545051932335, 0.0034248786978423595, -0.0037999663036316633, -0.0020409603603184223, 0.01226346381008625, -0.013819141313433647, 0.0055021741427481174, 0.0013419660972431302, -0.0026214285753667355, 0.006374400109052658, -0.012199927121400833, 0.009156949818134308, 0.004033131990581751, -0.011770594865083694, 0.006343534216284752, 0.0020247309003025293, -0.00441352091729641, 0.005434621125459671, -0.009127950295805931, 0.01204481441527605, -0.0067750755697488785, -0.007222751155495644, 0.01768331602215767, -0.010434320196509361, -0.007329218089580536, 0.013586862944066525, -0.0008575852261856198, -0.012037231586873531, 0.0066785309463739395, 0.009267005138099194, -0.011910091154277325, -0.0012109184172004461, 0.007483877241611481, 0.0031196922063827515, -0.011630642227828503, 0.006514342036098242, 0.0009180184570141137, -0.0012024850584566593, 0.0006692988681606948, -0.003771588671952486, 0.006069239228963852, -0.00389614375308156, 0.0004963694955222309, 0.0037810595240443945, -0.010235565714538097, 0.013259599916636944, -0.004917192738503218, -0.005550704896450043, 0.002030664822086692, 0.009420722723007202, -0.007452767342329025, -0.006827067118138075, 0.013057192787528038, -0.005307135637849569, -0.0013972019078209996, -0.0009683378739282489, 0.0037162622902542353, 0.0007529676076956093, -0.0038587418384850025, -0.002074695657938719, 0.007780087646096945, -0.0022422175388783216, -0.007212210446596146, 0.009981704875826836, -0.00782877765595913, 0.00543384300544858, 0.00035848486004397273, -0.007633802946656942, 0.007961888797581196, 2.788628808048088e-05, -0.004485036246478558, -0.0015802598791196942, 0.008654151111841202, -0.005425305105745792, -0.0016116781625896692, 0.0030778711661696434, -0.0025679278187453747, 0.004999934229999781, -0.003850018372759223, -0.0022498362231999636, 0.004941669758409262, -0.0012362654088065028, -0.0028846559580415487, 0.004072889685630798, -0.001668364740908146, -0.0034553552977740765, 0.007528430316597223, -0.004705985076725483, -0.0028079028706997633, 0.0062922528013587, -0.002203779062256217, -0.0003409789642319083, -0.004729162901639938, 0.00960061326622963, -0.005499846301972866, -0.0017470383318141103, 0.0037037034053355455, -0.0006233238964341581, -0.0015195206506177783, 0.0001038654227158986, 0.003441065549850464, -0.0025951906573027372, -0.002340278821066022, 0.0018578805029392242, 0.005712917540222406, -0.009134463034570217, 0.0032936101779341698, 0.006990877445787191, -0.01429693028330803, 0.012195332907140255, 0.0013741813600063324, -0.011143933981657028, 0.0003545185609254986, 0.017603157088160515, -0.012348908931016922, -0.010731616988778114, 0.016308631747961044, 0.0007831116672605276, -0.007711910177022219, -0.002541533438488841, 0.0028200363740324974, 0.010487543419003487, -0.010921252891421318, -0.0003940218884963542, 0.0024152067489922047, 0.0017015599878504872, 0.0016586900455877185, -0.0033599406015127897, -0.005175483878701925, 0.011199090629816055, -0.0041903844103217125, -0.0037291483022272587, 0.003551774425432086, -0.002298833103850484, 0.005426348652690649, -0.006078599486500025, 0.0018089814111590385, 0.0011723184725269675, -0.0020249541848897934, 0.006342023145407438, -0.010249510407447815, 0.006370378192514181, 0.0036850550677627325, -0.010830029845237732, 0.009470063261687756, 0.00039785209810361266, -0.008585100062191486, 0.0044092233292758465, 0.006108681205660105, -0.007542910985648632, 0.000906232453417033, 0.0035054038744419813, -0.004141957499086857, 0.005370752885937691, -0.004501930437982082, 0.00010744326573330909, 0.004632693249732256, -0.0062705776654183865, 0.004781525116413832, -0.0010499858763068914, -0.0021901926957070827, 0.0021410384215414524, 0.0018434544326737523, -0.004693052731454372, 0.0026462303940206766, 0.0025800750590860844, -0.005409951787441969, 0.004083463456481695, 0.0006301922257989645, -0.004790999926626682, 0.003336566500365734, 0.0018152991542592645, -0.0027667139656841755, 0.0015740697272121906, -0.004132872447371483, 0.006331088952720165, -0.0006401800201274455, -0.006833305116742849, 0.007183211389929056, -0.00038832685095258057, -0.005572511814534664, 0.0036702293436974287, 0.003888114122673869, -0.00586762884631753, -7.505657413275912e-05, 0.004920462146401405, -0.002455964684486389, -0.0012845847522839904, 0.001996915088966489, -0.0018010771600529552, 0.0017255814746022224, 0.00043177863699384034, -0.001725172158330679, -0.0008392035379074514, 0.0024639307521283627, 0.002092753304168582, -0.004060789942741394, -0.0030628524255007505, 0.006258201319724321, 0.006656457204371691, -0.01698492094874382, 0.005486855749040842, 0.011054899543523788, -0.00937480479478836, -0.0023253015242516994, 0.008867167867720127, -0.0058196065947413445, 7.215717778308317e-05, 0.00488827982917428, -0.003673545317724347, -0.002458518138155341, 0.005030548200011253, -0.0020393826998770237, -0.00015326104767154902, -0.002524399431422353, 0.002844476141035557, 0.0031856258865445852, -0.009456041269004345, 0.007586718536913395, -0.0017073680646717548, -0.003853817004710436, 0.004583928734064102, -0.006964362692087889, 0.0014982169959694147, -0.0021557670552283525, 0.0037987541873008013, -0.0013769184006378055, -0.009602360427379608, 0.011826274916529655, -0.004496650770306587, -0.002798342378810048, 0.0026462478563189507, -0.005310914013534784, 0.002470057923346758, -0.0021056709811091423, -0.0015376200899481773, 0.0028494519647210836, 0.0005339635536074638, -0.005498313345015049, 0.004133062902837992, 0.0010779636213555932, -0.0007384591735899448, -0.000804319279268384, -0.0013888586545363069, 0.004656665027141571, -0.013581644743680954, 0.0032288276124745607, 0.010366889648139477, -0.006344171240925789, -0.0021594208665192127, 0.0008312466670759022, 0.0038796269800513983, 0.0009617901523597538, -0.00396647909656167, -0.0051081483252346516, 0.0021829805336892605, 0.009042871184647083, -0.009143277071416378, -0.007701816502958536, 0.005347323138266802, 0.011316541582345963, -0.007151387166231871, 0.0019270447082817554, 0.003371841972693801, 0.0007461881614290178, -0.011249602772295475, 0.0020013777539134026, 0.0008782175136730075, 0.0035738113801926374, 0.004967191256582737, -0.016976162791252136, 0.0007673890213482082, 0.015646008774638176, 3.922443647752516e-05, -0.008452252484858036, 0.0018055348191410303, 0.0044149914756417274, -0.00613268231973052, -0.006121320184320211, -0.0024904038291424513, -0.0011832048185169697, 0.011827191337943077, 0.0007294275565072894, -0.006295538041740656, 0.0011633773101493716, 0.004006754606962204, -0.004533847328275442, 0.002199724782258272, 0.0028422297909855843, 0.0011057669762521982, -0.010519599542021751, -0.013281814754009247, 0.01234985888004303, 0.004330009687691927, 0.0023223639000207186, -0.00038895156467333436, -0.00028610150911845267, -0.004445724654942751, -0.0014741735067218542, 0.009066044352948666, -0.004773893393576145, -0.005025179125368595, 0.0020109862089157104, 0.0010650523472577333, 0.005295185837894678, 0.006721255835145712, 0.00016472362040076405, 0.003135576145723462, 0.01455557718873024, 0.00468180188909173, 0.004340099636465311, 0.001421645749360323, 0.0035701121669262648, 0.001422539702616632, 0.011729342862963676, 0.012019602581858635, 0.004750985652208328, -0.0063109262846410275, 0.007639609277248383, 0.015448598191142082, 0.007178980391472578, -0.0021246394608169794, 0.0037394005339592695, 0.0014383324887603521, -0.0017222077585756779, -0.004274524748325348, 0.017514292150735855, -0.003610546002164483, -0.00951619166880846, 0.004593242425471544, -0.0005851275636814535, 0.01046682521700859, 0.008349188603460789, 0.0013811690732836723, -0.0027828065212816, 0.002514451276510954, 0.007392094470560551, 0.011453444138169289, 0.0037210644222795963, -0.006130877882242203, 0.005387893412262201, 0.005336795933544636, 0.013121003285050392, 0.010086441412568092, -0.0034836959093809128, 0.007424081675708294, 0.00782055500894785, 0.00778005039319396, -0.0037635359913110733, -0.007142789661884308, -0.004187679849565029, -0.004090903326869011, -0.0038221674039959908, 0.002308117225766182, -0.005017281975597143, -0.0033382095862179995, -0.0031092746648937464, -0.005624878220260143, 0.01228160597383976, 0.00892817135900259, -0.016423052176833153, -0.013938527554273605, -0.004687742795795202, 0.009067142382264137, 0.004977046977728605, 0.00977646466344595, -0.0027032236102968454, 0.008643139153718948, 0.01784544624388218, 0.019292034208774567, 0.00707099586725235, -0.0031451049726456404, 0.0021561370231211185, 0.0036321517545729876, 0.010943809524178505, -0.005466063506901264, -0.008509323000907898, -0.004684739746153355, -0.0016331529477611184, 0.02155473828315735, 0.009477810002863407, -0.011768976226449013, -0.030646322295069695, -0.024218160659074783, -0.0027966327033936977, 0.001857064780779183, -0.014830972999334335, -0.03253735229372978, -0.020319746807217598, -0.006600681226700544, 0.01201656274497509, 0.011334472335875034, -0.013743165880441666, -0.0176981370896101, -0.002260487759485841, 0.011405534110963345, 0.000569743977393955, -0.019044816493988037, -0.026623599231243134, 0.00658766832202673, 0.029308419674634933, 0.02334597148001194, -0.005969807505607605, -0.024050720036029816, -0.014415569603443146, 0.010178476572036743, 0.020735982805490494, -0.015447597950696945, -0.03626353293657303, -0.03234606608748436, -0.02799643576145172, -0.004262658767402172, -0.0001645562588237226, -0.00777999684214592, -0.019311267882585526, -0.03118356689810753, -0.03621836379170418, -0.011308331042528152, -0.00642321165651083, -0.01945449225604534, -0.034605346620082855, -0.0248214453458786, 0.015117242932319641, -0.0013427387457340956, -0.012643160298466682, -0.0016420696629211307, 0.0038901008665561676, 0.010940652340650558, 0.025749744847416878, 0.004080632701516151, -0.02685713954269886, -0.02181229740381241, 0.01241893321275711, 0.031820982694625854, 0.01721595786511898, 0.00020910614694003016, -0.010174643248319626, -0.01070295087993145, -0.004111401736736298, -0.041451893746852875, 0.0027986762579530478, 0.10776548087596893, -0.04943334683775902, -0.2027864158153534, -0.017599165439605713, 0.18977703154087067, -0.017721401527523994, -0.16559098660945892, 0.015904543921351433, 0.05232968181371689, -0.026787690818309784, -0.056383151561021805, 0.010794569738209248, 0.005832030903548002, -0.017142700031399727, 0.011549387127161026, 0.0023431405425071716, -0.018141524866223335, 0.034707751125097275, 0.023215627297759056, -0.041537947952747345, -0.0032366940286010504, 0.15441319346427917, 0.0006528312806040049, -0.16949546337127686, -0.0125742107629776, 0.12293276190757751, 0.07844159752130508, -0.012163929641246796, -0.07277975231409073, -0.05686423182487488, 0.007149592041969299, 0.12194327265024185, 0.024450378492474556, -0.12667648494243622, -0.0006948895170353353, 0.034288693219423294, -0.023235632106661797, -0.025044361129403114, 0.028231337666511536, 0.022586097940802574, -0.0013383330078795552, -0.0462968647480011, 0.008062287233769894, 0.05524842068552971, 0.0112961046397686, -0.007920712232589722, -0.04046887159347534, 0.07016226649284363, 0.04178078472614288, 0.02053896337747574, -0.021420910954475403, -0.03470321744680405, 0.08698970824480057, 0.08881380409002304, -0.0033698261249810457, -0.012781224213540554, -0.01609099470078945, 0.03508303686976433, 0.09043862670660019, -0.03918394073843956, 0.03563743829727173, 0.04405590146780014, -0.010440267622470856, -0.047648835927248, 0.03161057457327843, 0.10647240281105042, 0.007927599363029003, -0.05644365772604942, 0.023225193843245506, -0.04327499866485596, 0.12216766923666, -0.012683805078268051, -0.04671858996152878, 0.035733286291360855, -0.027493584901094437, 0.0365675613284111, 0.06330130994319916, -0.04432588070631027, -0.003320155432447791, 0.06118300184607506, -0.041554879397153854, 0.04409613832831383, 0.09536705166101456, -0.1182250902056694, 0.06717601418495178, -0.05930228903889656, 0.10798099637031555, 0.004846967291086912, 0.0023154779337346554, 0.09977735579013824, -0.18682192265987396, 0.21925657987594604, -0.04199482873082161, 0.0838276743888855, -0.03199417144060135, -0.03555631637573242, 0.06104642152786255, 0.0175098218023777, 0.06077171489596367, -0.05592610687017441, 0.0872034877538681, -0.047443222254514694, 0.05484822764992714, -0.01525911595672369, 0.11168483644723892, -0.11477284133434296, -0.010464508086442947, 0.043676815927028656, -0.03011898323893547, 0.013073612004518509, -0.028079437091946602, -0.022191358730196953, 0.07099657505750656, -0.10551371425390244, 0.07583237439393997, 0.0037912249099463224, 0.011049767956137657, -0.1199970692396164, 0.09811980277299881, -0.04356878623366356, 0.026963699609041214, 0.010706504806876183, -0.028648996725678444, 0.06545810401439667, -0.004061174113303423, 0.08232896029949188, -0.04300955682992935, 0.06608493626117706, 0.0062354388646781445, -0.052765585482120514, 0.06327224522829056, -0.00941703375428915, 0.009357666596770287, -0.027936970815062523, -0.0015461898874491453, 0.009320604614913464, -0.00377709255553782, -0.006920353975147009, -0.028747843578457832, -0.041081033647060394, -0.09683112800121307, 0.009397728368639946, -0.024865880608558655, -0.11509700864553452, 0.004895378835499287, -0.0803302749991417, -0.0009605828090570867, -0.03069230355322361, -0.008390535600483418, -0.040033064782619476, -0.03666124492883682, -0.0008444493869319558, -0.01118746679276228, -0.030101889744400978, -0.0014997330727055669, 0.00331318867392838, 0.017030280083417892, 0.003900116542354226, 0.03580237552523613, 0.036161620169878006, 0.0016689799958840013, 0.016849607229232788, -0.005856358911842108, 0.0035919754300266504, 0.00012628459080588073, -0.025351008400321007, -0.014299570582807064, -0.024773482233285904, -0.025810524821281433, -0.025338899344205856, -0.024774247780442238, -0.04241510480642319, -0.07814925909042358, -0.012917311862111092, -0.06518243998289108, -0.08538743853569031, -0.09064062684774399, -0.023156097158789635, -0.046287644654512405, -0.0678493082523346, -0.005583110265433788, -0.05044718459248543, -0.030990110710263252, -0.017002122476696968, 0.00984202977269888, -0.00994089711457491, -0.029792193323373795, 0.023526133969426155, -0.008427153341472149, 0.005082736723124981, 0.035765573382377625, 0.0032546273432672024, 0.03663457930088043, 0.03448513522744179, -0.00026773702120408416, 0.007844057865440845, -0.01787765696644783, 0.011126735247671604, -0.014104350470006466, -0.033515602350234985, -0.011387282982468605, -0.02704063430428505, -0.062362514436244965, -0.04383276030421257, -0.022323373705148697, -0.027969324961304665, -0.06319387257099152, -0.048316217958927155, -0.056857623159885406, -0.08454179763793945, -0.013514600694179535, -0.0255541130900383, -0.04494728520512581, -0.024110890924930573, -0.01678568497300148, -0.013228245079517365, 0.0020454286132007837, 0.015348405577242374, 0.006422263570129871, 0.023497629910707474, 0.003667050041258335, 0.04781097173690796, 0.02318209782242775, 0.03900406137108803, 0.0491609163582325, 0.05507717654109001, 0.057285454124212265, 0.04762827605009079, 0.062005069106817245, 0.02219202369451523, 0.025650713592767715, 0.06466507911682129, 0.05976640805602074, 0.018065055832266808, 0.020704511553049088, 0.016429107636213303, 0.027242712676525116, 0.0152774378657341, 0.025062067434191704, 0.013072753325104713, -0.0036403900012373924, -0.023842617869377136, 0.004702665377408266, 0.013470943085849285, -0.010808054357767105, 0.0076506128534674644, -0.010324210859835148, -0.010284727439284325, 0.025559833273291588, 0.037132229655981064, 0.0066530718468129635, 0.03563137352466583, 0.053303640335798264, 0.07114164531230927, 0.07078789174556732, 0.06645333021879196, 0.08248606324195862, 0.07856307178735733, 0.08223132789134979, 0.10036574304103851, 0.10531387478113174, 0.09821894764900208, 0.10193081945180893, 0.12656083703041077, 0.12106771022081375, 0.08178435266017914, 0.10825933516025543, 0.0699995830655098, 0.04331033676862717, 0.05641878768801689, 0.027998143807053566, 0.02801200933754444, 0.0066956146620213985, 0.007466678041964769, 0.03628415986895561, 0.01608080416917801, 0.0014272754779085517, -0.0021737851202487946, -0.044174786657094955, -0.055236347019672394, -0.05355346202850342, -0.030231144279241562, -0.04813942685723305, -0.010472827591001987, -0.015975257381796837, 0.001392507110722363, 0.06983379274606705, 0.08446183055639267, 0.07440420985221863, 0.10122404992580414, 0.04303815960884094, 0.031438857316970825, 0.05241580680012703, 0.05104414373636246, 0.10604268312454224, 0.1077089011669159, 0.09061972051858902, 0.11596363037824631, 0.10840509831905365, 0.1124376431107521, 0.07388358563184738, 0.0160965658724308, -0.05859166756272316, -0.098183773458004, -0.13786965608596802, -0.17472103238105774, -0.162469744682312, -0.13627222180366516, -0.1338578313589096, -0.12816853821277618, -0.1422521322965622, -0.18311551213264465, -0.1923031061887741, -0.19803740084171295, -0.2111937701702118, -0.2264024168252945, -0.23454727232456207, -0.16763238608837128, -0.10380461812019348, -0.028132759034633636, 0.026026112958788872, 0.08262075483798981, 0.0901036411523819, 0.09159822762012482, 0.07460537552833557, 0.07285504043102264, 0.08032457530498505, 0.04998573660850525, 0.04769225791096687, 0.06021593138575554, 0.08506929874420166, 0.09348724782466888, 0.0821717232465744, 0.08184118568897247, 0.02190343476831913, -0.04413635656237602, -0.11619199812412262, -0.1744566261768341, -0.22667573392391205, -0.27157625555992126, -0.27681806683540344, -0.28776347637176514, -0.2762729823589325, -0.24107834696769714, -0.2352765053510666, -0.24234606325626373, -0.21129584312438965, -0.21326299011707306, -0.22870242595672607, -0.2050553262233734, -0.186964750289917, -0.13400880992412567, -0.0774654820561409, -0.018912767991423607, 0.06648118793964386, 0.11827831715345383, 0.2023157775402069, 0.2427392601966858, 0.24970221519470215, 0.2541170120239258, 0.26288244128227234, 0.2396528273820877, 0.20203225314617157, 0.19979029893875122, 0.17707869410514832, 0.1604328453540802, 0.12441489845514297, 0.09097910672426224, 0.053978484123945236, 0.027157360687851906, -0.012177969329059124, -0.11745083332061768, -0.16285017132759094, -0.22873663902282715, -0.30639904737472534, -0.3249109983444214, -0.363596647977829, -0.3764682412147522, -0.322346955537796, -0.30925774574279785, -0.2578975558280945, -0.19847655296325684, -0.14986036717891693, -0.11340492218732834, -0.06309663504362106, -0.03688656911253929, 0.005641937255859375, 0.0523415207862854, 0.08255698531866074, 0.1334458738565445, 0.21874569356441498, 0.26620450615882874, 0.3178993761539459, 0.3610726296901703, 0.33424994349479675, 0.3308835029602051, 0.3026160001754761, 0.24099154770374298, 0.194309800863266, 0.14388945698738098, 0.07702238857746124, 0.037380997091531754, 0.009421547874808311, 0.0011999434791505337, -0.01039676833897829, -0.04465585947036743, -0.08650755137205124, -0.12618061900138855, -0.13985058665275574, -0.1743858903646469, -0.19237305223941803, -0.18568041920661926, -0.16177207231521606, -0.11153902858495712, -0.06254225224256516, -0.009710620157420635, 0.03276743367314339, 0.0901094600558281, 0.15202638506889343, 0.12582120299339294, 0.1550954133272171, 0.15384340286254883, 0.16846883296966553, 0.1939222514629364, 0.23737648129463196, 0.26702234148979187, 0.2848679721355438, 0.30486732721328735, 0.28409311175346375, 0.2907566726207733, 0.23865549266338348, 0.20716507732868195, 0.15441197156906128, 0.11942040175199509, 0.10820987075567245, 0.13958820700645447, 0.1778494268655777, 0.1503908783197403, 0.16526949405670166, 0.1630137860774994, 0.14484553039073944, 0.11900057643651962, 0.06554918736219406, 0.015006216242909431, -0.021104024723172188, -0.05821780115365982, -0.0455755852162838, -0.0004973303293809295, 0.048263318836688995, 0.036980144679546356, 0.017020437866449356, -0.018549859523773193, -0.055978067219257355, -0.12172836810350418, -0.1711747646331787, -0.1919412463903427, -0.17603400349617004, -0.18494829535484314, -0.14041894674301147, -0.02338975854218006, 0.09576307237148285, 0.2505444884300232, 0.3068405091762543, 0.3094792664051056, 0.23606663942337036, 0.19476662576198578, 0.19767701625823975, 0.25580286979675293, 0.3469894826412201, 0.36212489008903503, 0.39608293771743774, 0.4577080309391022, 0.4791485071182251, 0.5392568707466125, 0.5928242206573486, 0.427116721868515, 0.11025801301002502, -0.26426398754119873, -0.468190997838974, -0.4307645857334137, -0.39830633997917175, -0.4369378685951233, -0.4925430417060852, -0.5283182263374329, -0.5270528197288513, -0.5097110271453857, -0.4847378730773926, -0.5289347171783447, -0.6833208203315735, -0.8909987807273865, -0.9234243631362915, -0.741084098815918, -0.44200724363327026, -0.07872419059276581, 0.16333092749118805, 0.29299232363700867, 0.402713418006897, 0.4803975224494934, 0.5353845953941345, 0.5631279349327087, 0.481664776802063, 0.3773968815803528, 0.2991608679294586, 0.25300902128219604, 0.3556021749973297, 0.5243093371391296, 0.5936501622200012, 0.5290166735649109, 0.29880812764167786, 0.022286780178546906, -0.22367464005947113, -0.4512752890586853, -0.6109562516212463, -0.7333280444145203, -0.8939002156257629, -0.9857147932052612, -0.9318621754646301, -0.7902629375457764, -0.58570796251297, -0.48464858531951904, -0.5073074698448181, -0.5838976502418518, -0.6396313905715942, -0.590168297290802, -0.46584150195121765, -0.2919420003890991, -0.13745981454849243, 0.0152605464681983, 0.20875972509384155, 0.4368952512741089, 0.6446880102157593, 0.767178475856781, 0.7703916430473328, 0.66110759973526, 0.5116041302680969, 0.40247511863708496, 0.35249054431915283, 0.31084194779396057, 0.26171600818634033, 0.20487385988235474, 0.13509491086006165, 0.07830876857042313, -0.006463233381509781, -0.11618728935718536, -0.25091639161109924, -0.43190300464630127, -0.616898238658905, -0.7609332203865051, -0.817487895488739, -0.7840731143951416, -0.6982702016830444, -0.5898482203483582, -0.49833405017852783, -0.4208040237426758, -0.3127689063549042, -0.18926258385181427, -0.062008582055568695, 0.018731260672211647, 0.04364297166466713, 0.09870819747447968, 0.20437653362751007, 0.3196348547935486, 0.46809977293014526, 0.5810583829879761, 0.6252568960189819, 0.6066966652870178, 0.5829161405563354, 0.5614808201789856, 0.4866980314254761, 0.40117648243904114, 0.2075319141149521, 0.10426460206508636, -0.02462105080485344, -0.0635097324848175, -0.14086639881134033, -0.22009384632110596, -0.26831698417663574, -0.3746335506439209, -0.396207720041275, -0.46434497833251953, -0.48336610198020935, -0.4762931764125824, -0.5175309777259827, -0.4560902714729309, -0.3509674370288849, -0.26974838972091675, -0.13678139448165894, -0.06304159015417099, 0.03551042079925537, 0.133133202791214, 0.21725469827651978, 0.2715325951576233, 0.29593387246131897, 0.3457038700580597, 0.37422922253608704, 0.42774826288223267, 0.43294501304626465, 0.4216519296169281, 0.46442949771881104, 0.42530155181884766, 0.3826182782649994, 0.3164076805114746, 0.19519281387329102, 0.1406601220369339, 0.05432962253689766, 0.00034072433481924236, -0.03167514130473137, -0.08155658841133118, -0.11589058488607407, -0.14301353693008423, -0.11273909360170364, -0.10771696269512177, -0.09340374171733856, -0.11635877192020416, -0.15737183392047882, -0.12002924084663391, -0.10303882509469986, -0.0032870080322027206, 0.06307309865951538, 0.10324098914861679, 0.19056014716625214, 0.2614697813987732, 0.3421384394168854, 0.38290682435035706, 0.39220258593559265, 0.37903711199760437, 0.3737805187702179, 0.37808018922805786, 0.34357893466949463, 0.35956871509552, 0.3105015754699707, 0.249170184135437, 0.24693702161312103, 0.17451539635658264, 0.1561507284641266, 0.077497698366642, -0.026294829323887825, -0.08221988379955292, -0.16929994523525238, -0.22852706909179688, -0.28202441334724426, -0.3135848045349121, -0.3392745852470398, -0.32796138525009155, -0.29347479343414307, -0.2583102881908417, -0.10786605626344681, 0.03981020301580429, 0.20807480812072754, 0.26740536093711853, 0.23403558135032654, 0.23834186792373657, 0.2590055465698242, 0.32893797755241394, 0.44512736797332764, 0.5011816620826721, 0.5448819398880005, 0.5733988285064697, 0.6232057213783264, 0.7032577395439148, 0.8091611266136169, 0.7311069965362549, 0.3588113784790039, -0.10547641664743423, -0.4831778407096863, -0.5078204274177551, -0.39355894923210144, -0.4031716287136078, -0.48165324330329895, -0.6014746427536011, -0.6691142916679382, -0.6156224012374878, -0.5778399109840393, -0.6194568872451782, -0.7884561419487, -1.0567800998687744, -1.1910101175308228, -1.0295695066452026, -0.6481895446777344, -0.17795275151729584, 0.16445133090019226, 0.2641716003417969, 0.3424879014492035, 0.4150330722332001, 0.49710342288017273, 0.5597051382064819, 0.5283809304237366, 0.4544559717178345, 0.3613140285015106, 0.2969444990158081, 0.40699058771133423, 0.6106029748916626, 0.7524697184562683, 0.6884104013442993, 0.4199792444705963, 0.06372004002332687, -0.24221199750900269, -0.45594608783721924, -0.5991933941841125, -0.6827023029327393, -0.8200788497924805, -0.9339595437049866, -0.9378477931022644, -0.8323240280151367, -0.6468621492385864, -0.49990034103393555, -0.5163218975067139, -0.6274493336677551, -0.7209880352020264, -0.684075653553009, -0.4783516824245453, -0.24366842210292816, -0.04686150327324867, 0.1273329108953476, 0.26971399784088135, 0.42803123593330383, 0.6056023240089417, 0.7514731884002686, 0.8016976118087769, 0.7079463601112366, 0.5570429563522339, 0.45451000332832336, 0.40839460492134094, 0.41608887910842896, 0.40503567457199097, 0.3390182554721832, 0.22476135194301605, 0.10400108247995377, -0.01943851448595524, -0.13445742428302765, -0.22925516963005066, -0.3659180998802185, -0.5162469744682312, -0.654151439666748, -0.7176271080970764, -0.6612804532051086, -0.561413586139679, -0.4740414619445801, -0.41900449991226196, -0.3914507031440735, -0.3530885875225067, -0.2743384540081024, -0.13959358632564545, 0.004394649527966976, 0.09211836010217667, 0.12985053658485413, 0.2015475332736969, 0.33747196197509766, 0.5126388072967529, 0.641599178314209, 0.6848344206809998, 0.6481626629829407, 0.5707470774650574, 0.521599531173706, 0.5022032260894775, 0.4728875756263733, 0.4093278646469116, 0.2967377007007599, 0.1808813065290451, 0.10398122668266296, 0.04382665827870369, -0.0028827572241425514, -0.052192166447639465, -0.22808223962783813, -0.4067913591861725, -0.5357652306556702, -0.5953065156936646, -0.5743862986564636, -0.5727784037590027, -0.5404883623123169, -0.4457893371582031, -0.4099699556827545, -0.34218358993530273, -0.27261099219322205, -0.225851908326149, -0.15713052451610565, -0.11086296290159225, -0.07227188348770142, 0.047727152705192566, 0.17022371292114258, 0.28220218420028687, 0.4039250314235687, 0.45440930128097534, 0.4538206458091736, 0.4327991306781769, 0.3911277949810028, 0.3632420599460602, 0.34841737151145935, 0.287028431892395, 0.22757966816425323, 0.19407519698143005, 0.16950437426567078, 0.1723233461380005, 0.13211585581302643, 0.02664496749639511, -0.08059792965650558, -0.16400153934955597, -0.18273547291755676, -0.17901921272277832, -0.14825010299682617, -0.12731163203716278, -0.10258182883262634, -0.055213164538145065, 0.016078662127256393, 0.07211076468229294, 0.103656105697155, 0.10295072197914124, 0.07691722363233566, 0.09281189739704132, 0.1436205357313156, 0.20874232053756714, 0.28874659538269043, 0.33509838581085205, 0.35984572768211365, 0.3842370808124542, 0.3305346369743347, 0.30522873997688293, 0.2811344563961029, 0.2517106533050537, 0.20027902722358704, 0.1642918884754181, 0.09969303756952286, 0.12975819408893585, 0.11944061517715454, 0.09067713469266891, 0.06465718895196915, -0.004136463161557913, -0.06626173853874207, -0.11103300750255585, -0.12931504845619202, -0.11544463038444519, -0.10617513954639435, -0.1375734806060791, -0.1331489384174347, -0.14771129190921783, -0.17991061508655548, -0.16398222744464874, -0.1643865555524826, -0.12458387762308121, 0.011180084198713303, 0.16191695630550385, 0.3029669225215912, 0.3359615206718445, 0.28300008177757263, 0.2666119933128357, 0.2711006999015808, 0.28567761182785034, 0.31060609221458435, 0.30907967686653137, 0.31578561663627625, 0.3830704092979431, 0.4686148464679718, 0.6623569130897522, 0.7834557890892029, 0.5422401428222656, 0.06447958946228027, -0.4895000755786896, -0.6753592491149902, -0.5297166109085083, -0.36137714982032776, -0.33031296730041504, -0.38840556144714355, -0.5016589164733887, -0.5009129047393799, -0.4712299704551697, -0.5101896524429321, -0.6287769675254822, -0.8926123976707458, -1.1558442115783691, -1.1307646036148071, -0.7763808369636536, -0.22552728652954102, 0.23245735466480255, 0.3768032193183899, 0.33108681440353394, 0.27892816066741943, 0.26152923703193665, 0.3097377121448517, 0.3612850308418274, 0.36550435423851013, 0.35280150175094604, 0.28569886088371277, 0.31352823972702026, 0.49407345056533813, 0.6994929909706116, 0.6841058135032654, 0.3969278931617737, -0.005824374035000801, -0.3657534718513489, -0.5759669542312622, -0.6501781940460205, -0.6071942448616028, -0.581548810005188, -0.6549205780029297, -0.734445333480835, -0.766627848148346, -0.6873522996902466, -0.537863552570343, -0.4995673596858978, -0.5792667269706726, -0.6661610007286072, -0.6330245733261108, -0.39450421929359436, -0.06001957878470421, 0.2167602777481079, 0.3939005434513092, 0.4219146966934204, 0.4060691297054291, 0.43456241488456726, 0.5168887972831726, 0.6139516234397888, 0.6446214914321899, 0.5551080703735352, 0.46270450949668884, 0.4437617361545563, 0.45436450839042664, 0.4295825660228729, 0.2963862419128418, 0.08522412180900574, -0.14248347282409668, -0.33342722058296204, -0.4277731478214264, -0.42940282821655273, -0.4133642911911011, -0.43334677815437317, -0.5273635983467102, -0.6289775371551514, -0.6481702327728271, -0.5950297713279724, -0.5144256353378296, -0.45090997219085693, -0.4354577958583832, -0.38656482100486755, -0.2560383975505829, -0.048806194216012955, 0.19130070507526398, 0.36369800567626953, 0.410106360912323, 0.38020583987236023, 0.3547974228858948, 0.4090130031108856, 0.5340985059738159, 0.6077849268913269, 0.5915374159812927, 0.5402655005455017, 0.49766668677330017, 0.5046917796134949, 0.5188400745391846, 0.4592760503292084, 0.2928599715232849, 0.06057523936033249, -0.13185769319534302, -0.24005767703056335, -0.2728084921836853, -0.2666715085506439, -0.2631740868091583, -0.3145314157009125, -0.49045583605766296, -0.5096566081047058, -0.5747326016426086, -0.48337605595588684, -0.47008439898490906, -0.6040446758270264, -0.4910895526409149, -0.46133995056152344, -0.33053290843963623, -0.14672552049160004, -0.0657549798488617, 0.04591773822903633, 0.05768398568034172, 0.025080183520913124, 0.06798171252012253, 0.17127929627895355, 0.2754743993282318, 0.3414844870567322, 0.34672749042510986, 0.2837158441543579, 0.3459217846393585, 0.3817668557167053, 0.36744651198387146, 0.3700769245624542, 0.2669004201889038, 0.16211512684822083, 0.07134443521499634, -0.029631366953253746, 0.004165841266512871, 0.010770672932267189, -0.026096386834979057, -0.10928972065448761, -0.12312613427639008, -0.07660883665084839, -0.04944135621190071, -0.053262580186128616, -0.13249236345291138, -0.174545019865036, -0.1822701394557953, -0.17808324098587036, -0.04789291322231293, 0.041095033288002014, 0.11869315803050995, 0.16756141185760498, 0.14457695186138153, 0.1861913800239563, 0.2097373753786087, 0.23476795852184296, 0.24543419480323792, 0.20543211698532104, 0.19139263033866882, 0.1948450207710266, 0.22856710851192474, 0.2957753539085388, 0.33372628688812256, 0.32795339822769165, 0.2376689314842224, 0.14827860891819, 0.11993298679590225, 0.1288696825504303, 0.14332643151283264, 0.12970702350139618, 0.06445981562137604, 0.03545262664556503, 0.0014868583530187607, 0.01589082181453705, 0.00300577818416059, -0.01664792373776436, -0.05443289503455162, -0.12306170910596848, -0.1551443487405777, -0.16497460007667542, -0.1316424459218979, -0.0860651358962059, -0.11559810489416122, -0.1559297889471054, -0.1828717291355133, -0.18612748384475708, -0.15872322022914886, -0.0830238088965416, 0.07343495637178421, 0.23528899252414703, 0.34278562664985657, 0.35505521297454834, 0.309892863035202, 0.29256710410118103, 0.2934839129447937, 0.31969985365867615, 0.36684250831604004, 0.36012002825737, 0.3976871073246002, 0.456103652715683, 0.5514628887176514, 0.6841862201690674, 0.7293655872344971, 0.4331064224243164, -0.09991731494665146, -0.6454805135726929, -0.8314419388771057, -0.6034702062606812, -0.3369322419166565, -0.22459940612316132, -0.2835144102573395, -0.5194295644760132, -0.6684759259223938, -0.7580322623252869, -0.821962296962738, -0.8379063010215759, -0.9551472663879395, -1.027457594871521, -0.859721839427948, -0.44617775082588196, 0.09361345320940018, 0.4800458252429962, 0.49218958616256714, 0.3066937327384949, 0.12555047869682312, 0.08601509779691696, 0.2516907751560211, 0.5143247842788696, 0.7169328331947327, 0.8211559653282166, 0.7492724061012268, 0.6300930976867676, 0.5794498324394226, 0.5089723467826843, 0.3525071144104004, 0.07512134313583374, -0.26720547676086426, -0.48444855213165283, -0.49436092376708984, -0.40507662296295166, -0.3215194344520569, -0.3569101095199585, -0.6042941808700562, -0.8968866467475891, -1.0873515605926514, -1.0654574632644653, -0.8200221061706543, -0.5615972280502319, -0.3844735324382782, -0.29225412011146545, -0.2053540050983429, -0.0554325096309185, 0.11178520321846008, 0.24149657785892487, 0.29055359959602356, 0.2840527296066284, 0.31590309739112854, 0.4804003834724426, 0.7362591624259949, 0.956824541091919, 1.0267783403396606, 0.9118966460227966, 0.687619686126709, 0.44790732860565186, 0.2664490044116974, 0.1396222561597824, 0.04556559771299362, -0.037659987807273865, -0.10790123045444489, -0.16051742434501648, -0.2145213931798935, -0.27552568912506104, -0.3749837279319763, -0.5488695502281189, -0.754181981086731, -0.9089710712432861, -0.9062430262565613, -0.7292420864105225, -0.4812011420726776, -0.26708081364631653, -0.15395140647888184, -0.11025405675172806, -0.07884469628334045, -0.010230164974927902, 0.13188162446022034, 0.27668777108192444, 0.3529740571975708, 0.41963839530944824, 0.5027384757995605, 0.6422860622406006, 0.8042789101600647, 0.8715652823448181, 0.8055669665336609, 0.6211622953414917, 0.4244062602519989, 0.2898813486099243, 0.23531953990459442, 0.2117214798927307, 0.16841718554496765, 0.07361049205064774, -0.05627688765525818, -0.1915213167667389, -0.3212457001209259, -0.42439109086990356, -0.5311205387115479, -0.5809274911880493, -0.7073695659637451, -0.7029753923416138, -0.6221668720245361, -0.6318966150283813, -0.43540406227111816, -0.4545232653617859, -0.36849287152290344, -0.2376040667295456, -0.28806641697883606, -0.148045614361763, -0.03203432261943817, 0.03308752179145813, 0.17314791679382324, 0.22128233313560486, 0.2453528195619583, 0.35685932636260986, 0.4204614460468292, 0.38445717096328735, 0.4423202574253082, 0.36081284284591675, 0.29661503434181213, 0.3361802101135254, 0.2516278028488159, 0.22346104681491852, 0.24269035458564758, 0.09819737821817398, 0.054416727274656296, -0.022712502628564835, -0.10243502259254456, -0.08022374659776688, -0.16217437386512756, -0.22047178447246552, -0.1976032853126526, -0.1459372639656067, -0.13651028275489807, -0.09102781116962433, -0.03634006530046463, -0.07483254373073578, -0.018723970279097557, -0.04677049070596695, -0.04699425399303436, 0.06585884094238281, 0.05709327757358551, 0.2003975659608841, 0.3000037372112274, 0.3214460015296936, 0.34172680974006653, 0.2948243319988251, 0.22126653790473938, 0.17039529979228973, 0.10611812770366669, 0.0780804380774498, 0.11581222712993622, 0.13516755402088165, 0.1695033460855484, 0.20748849213123322, 0.13621559739112854, 0.031093206256628036, -0.06111111864447594, -0.1595483273267746, -0.17903155088424683, -0.14377686381340027, -0.11239277571439743, -0.025443239137530327, 0.021803919225931168, 0.055585216730833054, 0.07180679589509964, 0.035128843039274216, -0.035403650254011154, -0.05457004904747009, -0.0735689252614975, -0.03637600317597389, 0.030319703742861748, 0.069075807929039, 0.10932344198226929, 0.10330820083618164, 0.049866314977407455, -0.004848311189562082, -0.06841931492090225, -0.09452353417873383, -0.09596513211727142, -0.05683661252260208, -0.020942408591508865, -0.02940574660897255, -0.040744535624980927, -0.04854452982544899, 0.030349547043442726, 0.11935895681381226, 0.18456412851810455, 0.19302786886692047, 0.18552199006080627, 0.1848359853029251, 0.20185577869415283, 0.23961317539215088, 0.24136269092559814, 0.2402888834476471, 0.262745201587677, 0.3292403817176819, 0.45571577548980713, 0.5485625267028809, 0.40195363759994507, 0.05781710892915726, -0.38316717743873596, -0.6034337282180786, -0.48044487833976746, -0.19317691028118134, 0.0007809186354279518, -0.00413603987544775, -0.23515261709690094, -0.5395095348358154, -0.7291054129600525, -0.7813189625740051, -0.707999587059021, -0.590694010257721, -0.538788378238678, -0.42055508494377136, -0.21505789458751678, 0.010562716983258724, 0.22482259571552277, 0.19574610888957977, 0.023463202640414238, -0.09640935063362122, -0.04846055805683136, 0.20881986618041992, 0.5490661263465881, 0.772428572177887, 0.8001418709754944, 0.5841315388679504, 0.2964843809604645, 0.1137864738702774, 0.06934798508882523, 0.10060581564903259, 0.09130533039569855, 0.0057884566485881805, -0.11254957318305969, -0.18978528678417206, -0.2589074373245239, -0.35699382424354553, -0.511059045791626, -0.7167941927909851, -0.8708658218383789, -0.8908185958862305, -0.7374283671379089, -0.4647759795188904, -0.23822979629039764, -0.1671343445777893, -0.23353153467178345, -0.33678749203681946, -0.32518377900123596, -0.20154641568660736, 0.0158010795712471, 0.2465057671070099, 0.4106469750404358, 0.5103642344474792, 0.5537228584289551, 0.5533955693244934, 0.5202656388282776, 0.4720712900161743, 0.4000607132911682, 0.3441503942012787, 0.32966095209121704, 0.3275637626647949, 0.3085431754589081, 0.22347673773765564, 0.04168176278471947, -0.1472713053226471, -0.3073936998844147, -0.3932633101940155, -0.39640355110168457, -0.3604550361633301, -0.3261469602584839, -0.34437012672424316, -0.4233340322971344, -0.482756644487381, -0.4759250283241272, -0.41980209946632385, -0.33824241161346436, -0.25080376863479614, -0.16341079771518707, -0.0351310633122921, 0.09711574018001556, 0.22339443862438202, 0.31335222721099854, 0.29648303985595703, 0.2556574046611786, 0.2246207445859909, 0.25019094347953796, 0.35450583696365356, 0.4242727756500244, 0.44368404150009155, 0.3863813579082489, 0.2772290110588074, 0.17932698130607605, 0.12182199954986572, 0.07046769559383392, 0.019234709441661835, -0.06541303545236588, -0.14629264175891876, -0.21475255489349365, -0.2538715600967407, -0.2941960096359253, -0.34128475189208984, -0.3691781163215637, -0.3755257725715637, -0.3201778829097748, -0.22901220619678497, -0.19335384666919708, -0.2525746822357178, -0.2752262353897095, -0.38922739028930664, -0.24070042371749878, -0.15993130207061768, 0.02865377813577652, 0.1664101481437683, 0.1405574530363083, 0.16537722945213318, 0.11140651255846024, 0.09419292211532593, 0.1336243897676468, 0.14604243636131287, 0.16586019098758698, 0.1608906388282776, 0.20094452798366547, 0.21705110371112823, 0.27771344780921936, 0.23149943351745605, 0.13517671823501587, 0.05362178012728691, -0.03921933472156525, -0.02619282715022564, 0.0437215194106102, 0.052768804132938385, 0.0637129470705986, 0.003740900196135044, -0.09799853712320328, -0.12178658694028854, -0.08599190413951874, -0.02072753570973873, 0.039240799844264984, 0.029122238978743553, 0.003572511486709118, -0.04258608818054199, -0.037504855543375015, -0.014121522195637226, 0.06913219392299652, 0.10469510406255722, 0.10667687654495239, 0.12622486054897308, 0.12371548265218735, 0.15957030653953552, 0.1629079431295395, 0.1697300672531128, 0.13799090683460236, 0.1064026951789856, 0.11156732589006424, 0.12917755544185638, 0.16583918035030365, 0.14961320161819458, 0.12512457370758057, 0.08505312353372574, 0.02751743420958519, 0.03139880672097206, 0.016980068758130074, 0.05963097885251045, 0.057157400995492935, 0.024623705074191093, 0.016248581930994987, -0.013322530314326286, -0.04529149457812309, -0.07612936943769455, -0.044947877526283264, 0.010999352671205997, 0.040048688650131226, 0.07252411544322968, 0.10125910490751266, 0.08511261641979218, 0.03736084699630737, -0.006644082255661488, -0.031115837395191193, 0.0012759410310536623, 0.055848199874162674, 0.08334001153707504, 0.10962065309286118, 0.11730504781007767, 0.06618508696556091, 0.06334070861339569, 0.04239971563220024, 0.022856755182147026, 0.006326128263026476, -0.0222513098269701, -0.02365294098854065, -0.022232631221413612, -0.014308986254036427, 0.02331761084496975, 0.017312506213784218, 0.023257611319422722, 0.0688718929886818, 0.12428652495145798, 0.1650383174419403, 0.13388025760650635, 0.09401009231805801, 0.06319835036993027, 0.0630306601524353, 0.0707673728466034, 0.1485544741153717, 0.19805602729320526, 0.22506831586360931, 0.2469060868024826, 0.23366403579711914, 0.23514598608016968, 0.15386532247066498, -0.04235508292913437, -0.2081490457057953, -0.31120049953460693, -0.22356146574020386, -0.052720874547958374, 0.04478584975004196, -0.004866693168878555, -0.18145808577537537, -0.39847221970558167, -0.5100387334823608, -0.4702254831790924, -0.3477795720100403, -0.20256468653678894, -0.1300366371870041, -0.15943069756031036, -0.16071295738220215, -0.12389729171991348, -0.091685451567173, -0.046300992369651794, -0.03190774843096733, 0.04173164814710617, 0.16487525403499603, 0.2786323130130768, 0.3762272596359253, 0.380832314491272, 0.2597930431365967, 0.0964856818318367, -0.03479471057653427, -0.056022949516773224, 0.060702938586473465, 0.1746954321861267, 0.1789606809616089, 0.07753918319940567, -0.1300167441368103, -0.33813759684562683, -0.4433705806732178, -0.46982529759407043, -0.41461193561553955, -0.3627852201461792, -0.366796612739563, -0.38251376152038574, -0.38642945885658264, -0.3705984652042389, -0.3060174286365509, -0.2671224772930145, -0.2229257971048355, -0.16706477105617523, -0.07953999191522598, 0.046770960092544556, 0.15684133768081665, 0.2130737602710724, 0.25047948956489563, 0.25707629323005676, 0.2658756673336029, 0.3226141333580017, 0.37833642959594727, 0.40576109290122986, 0.38960161805152893, 0.3311350643634796, 0.25861361622810364, 0.18245933949947357, 0.12480629235506058, 0.07019270956516266, 0.012299696914851665, -0.0452437587082386, -0.09319590777158737, -0.13259705901145935, -0.17720219492912292, -0.2205449342727661, -0.2630573511123657, -0.3035248816013336, -0.32431909441947937, -0.3118796646595001, -0.26831573247909546, -0.21641965210437775, -0.16173622012138367, -0.14663909375667572, -0.14275561273097992, -0.12517303228378296, -0.06537292897701263, 0.03790334239602089, 0.12227467447519302, 0.16468222439289093, 0.18277014791965485, 0.16650256514549255, 0.15752163529396057, 0.17446176707744598, 0.17845669388771057, 0.18577057123184204, 0.1694832295179367, 0.15105792880058289, 0.14238058030605316, 0.157134547829628, 0.13185036182403564, 0.07466543465852737, -0.027004579082131386, -0.1094253659248352, -0.11606170982122421, -0.10847295820713043, -0.12038014829158783, -0.1381242424249649, -0.19036945700645447, -0.19153344631195068, -0.17431892454624176, -0.14033035933971405, -0.08492255210876465, -0.14124445617198944, -0.1447746455669403, -0.2763649523258209, -0.21525420248508453, -0.09005183726549149, -0.009684785269200802, 0.1425996571779251, 0.038863714784383774, 0.016982369124889374, 0.02404623292386532, -0.020139042288064957, 0.08926735073328018, 0.11725471913814545, 0.11013637483119965, 0.10546047985553741, 0.08483458310365677, 0.08746980875730515, 0.131363645195961, 0.15110117197036743, 0.08584793657064438, 0.054327674210071564, -0.005032060667872429, 0.006776288151741028, 0.09654086083173752, 0.08735552430152893, 0.05656132847070694, 0.033638209104537964, -0.07029354572296143, -0.03504718840122223, 0.018013376742601395, 0.09528294950723648, 0.14029332995414734, 0.10949205607175827, 0.038507796823978424, 0.008389808237552643, 0.05630432441830635, 0.08331750333309174, 0.16644695401191711, 0.15324681997299194, 0.08728833496570587, 0.11430889368057251, 0.05619310215115547, 0.11275710165500641, 0.1348131000995636, 0.07894206792116165, 0.08866427838802338, -0.002914533717557788, -0.029406875371932983, 0.0010821575997397304, 8.396769408136606e-05, 0.033843085169792175, -0.011234953068196774, -0.048094943165779114, -0.054686568677425385, -0.030368121340870857, -0.01732911914587021, -0.007383998483419418, -0.013318044133484364, -0.04029932618141174, 0.005579433403909206, 0.06792829930782318, 0.12504544854164124, 0.13802668452262878, 0.10400454699993134, 0.07281937450170517, 0.051735345274209976, 0.09406772255897522, 0.16522866487503052, 0.19335642457008362, 0.14716435968875885, 0.10458821803331375, 0.05875767394900322, 0.045635804533958435, 0.01579153910279274, 0.014106226153671741, -0.020605197176337242, -0.08753287047147751, -0.14801383018493652, -0.15534454584121704, -0.13186481595039368, -0.1067434549331665, -0.1395224779844284, -0.1650841236114502, -0.20242105424404144, -0.2201697826385498, -0.16048011183738708, -0.10195102542638779, -0.07292749732732773, -0.051565565168857574, -0.06993255019187927, 0.007795261684805155, 0.11646729707717896, 0.233567476272583, 0.34186041355133057, 0.3110418915748596, 0.2686014771461487, 0.2213667631149292, 0.2747253179550171, 0.33924400806427, 0.37688344717025757, 0.35451874136924744, 0.32884296774864197, 0.30974581837654114, 0.26988673210144043, 0.26021257042884827, 0.24764622747898102, 0.07509035617113113, -0.13533535599708557, -0.3208669126033783, -0.3480139970779419, -0.20332343876361847, -0.11685296148061752, -0.17283369600772858, -0.34720009565353394, -0.5507969260215759, -0.6267617344856262, -0.5656436085700989, -0.43383970856666565, -0.315522164106369, -0.24950452148914337, -0.27886396646499634, -0.31458035111427307, -0.26743680238723755, -0.16525255143642426, -0.02077857404947281, 0.05421055853366852, 0.09308778494596481, 0.18166570365428925, 0.2513933777809143, 0.31480827927589417, 0.33729618787765503, 0.29330331087112427, 0.24011291563510895, 0.17837277054786682, 0.1579916626214981, 0.2139158397912979, 0.2285098433494568, 0.17576903104782104, 0.055185992270708084, -0.13305892050266266, -0.2626647353172302, -0.2933894395828247, -0.2519504129886627, -0.2503199279308319, -0.28937262296676636, -0.3768147826194763, -0.4670952260494232, -0.5099488496780396, -0.48293018341064453, -0.39625248312950134, -0.2927476465702057, -0.23947389423847198, -0.20899826288223267, -0.15923887491226196, -0.09621638804674149, -0.01660274900496006, 0.06766841560602188, 0.12331528961658478, 0.17738470435142517, 0.24320895969867706, 0.29683491587638855, 0.3404070734977722, 0.3568890690803528, 0.35473552346229553, 0.3509962856769562, 0.3359294533729553, 0.3234347105026245, 0.2974661886692047, 0.21707214415073395, 0.12556935846805573, 0.028162484988570213, -0.025477271527051926, -0.05362362042069435, -0.07856074720621109, -0.11861634999513626, -0.17480570077896118, -0.2467528134584427, -0.2975428104400635, -0.3361227214336395, -0.32274189591407776, -0.31586167216300964, -0.3039061427116394, -0.27538591623306274, -0.24390561878681183, -0.21623100340366364, -0.1868571639060974, -0.11660808324813843, -0.07926935702562332, -0.014610028825700283, 0.03999563679099083, 0.0802837684750557, 0.13297297060489655, 0.13121885061264038, 0.14686916768550873, 0.15997885167598724, 0.18717782199382782, 0.21965110301971436, 0.2470281422138214, 0.22776249051094055, 0.17700187861919403, 0.13472723960876465, 0.07354984432458878, 0.05570337176322937, 0.02534390054643154, 0.0010516546899452806, -0.009523152373731136, -0.04924380034208298, -0.07377487421035767, -0.11145399510860443, -0.12324658781290054, -0.20098930597305298, -0.23729804158210754, -0.22343383729457855, -0.22630631923675537, -0.13372686505317688, -0.17433667182922363, -0.15868137776851654, -0.15614254772663116, -0.20336861908435822, -0.13369886577129364, -0.061801452189683914, -0.0498703271150589, 0.017092248424887657, -0.022419268265366554, -0.03995867073535919, -0.020378563553094864, 0.04575385898351669, 0.08368413150310516, 0.12349242717027664, 0.15071797370910645, 0.10347017645835876, 0.1448907107114792, 0.11600041389465332, 0.09706679731607437, 0.1492212414741516, 0.12721417844295502, 0.12360460311174393, 0.12828685343265533, 0.09345444291830063, 0.10419504344463348, 0.07925914227962494, 0.06270661950111389, 0.04040079936385155, 0.0895058736205101, 0.05846745893359184, 0.05558818206191063, 0.06101573258638382, -0.015529610216617584, -0.0049242596141994, -0.025517471134662628, -0.01987822912633419, 0.01213467214256525, 0.021680783480405807, 0.05007544532418251, 0.03945114091038704, 0.006152394227683544, 0.012020102702081203, 0.059620629996061325, 0.05834919214248657, 0.06533271819353104, 0.04343381151556969, 0.016985761001706123, 0.0160689577460289, 0.052719634026288986, 0.12147368490695953, 0.13798823952674866, 0.12486439198255539, 0.07747991383075714, 0.04023023322224617, 0.009988587349653244, 0.019115759059786797, 0.028328318148851395, 0.03434767201542854, 0.03209725022315979, 0.03057030215859413, 0.013003774918615818, -0.0390104204416275, -0.07566900551319122, -0.078330397605896, -0.06609131395816803, -0.03832124173641205, -0.009464407339692116, -0.023819109424948692, -0.0364580973982811, -0.08684231340885162, -0.06709300726652145, -0.04456936568021774, -0.023916415870189667, 1.2940373380843084e-05, 0.057001613080501556, 0.07984078675508499, 0.0948358029127121, 0.04903300851583481, 0.07552437484264374, 0.06937544792890549, 0.07289942353963852, 0.09586654603481293, 0.12720733880996704, 0.15581299364566803, 0.1458028107881546, 0.08033820241689682, 0.05885739251971245, 0.026487451046705246, 0.033374108374118805, 0.06748899072408676, 0.08566208928823471, 0.09427741914987564, 0.08278759568929672, 0.060162149369716644, 0.014993238262832165, -0.028703633695840836, -0.0017535258084535599, 0.05489494651556015, 0.11469501256942749, 0.11454508453607559, 0.10737062245607376, 0.09140060842037201, 0.08101628720760345, 0.13026967644691467, 0.1842232644557953, 0.21334396302700043, 0.10829805582761765, -0.022388776764273643, -0.06937390565872192, 0.0379902683198452, 0.16896936297416687, 0.17909115552902222, 0.044862691313028336, -0.13100877404212952, -0.2315863072872162, -0.22771483659744263, -0.16102531552314758, -0.08539272099733353, -0.11180220544338226, -0.2202547937631607, -0.31645113229751587, -0.327207088470459, -0.2609163522720337, -0.15943101048469543, -0.11493587493896484, -0.14702095091342926, -0.17776928842067719, -0.16827237606048584, -0.09474509954452515, -0.013392012566328049, 0.04868246614933014, 0.07381026446819305, 0.06706860661506653, 0.05687194690108299, 0.09042663127183914, 0.13200461864471436, 0.17500804364681244, 0.16959534585475922, 0.10117226094007492, 0.055737607181072235, 0.06438247114419937, 0.08043967932462692, 0.05534946545958519, 0.007296115625649691, -0.060938701033592224, -0.12893840670585632, -0.1600988209247589, -0.15555328130722046, -0.13777166604995728, -0.1379137933254242, -0.1950616091489792, -0.2606349289417267, -0.2794668972492218, -0.21185433864593506, -0.1904611587524414, -0.15010295808315277, -0.14296948909759521, -0.14596767723560333, -0.12579117715358734, -0.10099102556705475, -0.015106399543583393, 0.03999868407845497, 0.05646326020359993, 0.08233964443206787, 0.1003938764333725, 0.14051713049411774, 0.17146064341068268, 0.18033839762210846, 0.18560795485973358, 0.1683466136455536, 0.19787658751010895, 0.21082280576229095, 0.19500058889389038, 0.16111619770526886, 0.11431066691875458, 0.08542075753211975, 0.06783629953861237, 0.018318958580493927, -0.003038490656763315, -0.013218585401773453, -0.06646134704351425, -0.07202975451946259, -0.19237418472766876, -0.17592838406562805, -0.1913115680217743, -0.22753040492534637, -0.15768314898014069, -0.18017660081386566, -0.19849559664726257, -0.22088167071342468, -0.23127718269824982, -0.20137324929237366, -0.12466636300086975, -0.08746941387653351, -0.014999023638665676, -0.030410317704081535, -0.058120906352996826, 0.006027187220752239, 0.033550944179296494, 0.07996425032615662, 0.1550329029560089, 0.15116412937641144, 0.14057917892932892, 0.12419980019330978, 0.14714251458644867, 0.12965799868106842, 0.18223485350608826, 0.14107131958007812, 0.1230807676911354, 0.04282204806804657, 0.017608927562832832, -0.03428306803107262, 0.004017053637653589, -0.02211088128387928, -0.09395910054445267, -0.08663289994001389, -0.19896632432937622, -0.24340228736400604, -0.18152137100696564, -0.2622687816619873, -0.17744624614715576, -0.20838160812854767, -0.24367950856685638, -0.22075282037258148, -0.1905684620141983, -0.18538197875022888, -0.10801167786121368, -0.06653283536434174, -0.08096019923686981, 0.0024504889734089375, 0.040139589458703995, 0.06844045221805573, 0.1522659957408905, 0.1827891618013382, 0.19915591180324554, 0.26652929186820984, 0.2705419361591339, 0.2850376069545746, 0.3391651511192322, 0.29504409432411194, 0.2941826581954956, 0.32179275155067444, 0.28040456771850586, 0.2939072549343109, 0.25491636991500854, 0.2007647454738617, 0.1768285036087036, 0.11341172456741333, 0.08561894297599792, 0.04814639687538147, 0.043641336262226105, -0.024187132716178894, -0.02210325375199318, -0.09062062203884125, -0.13576571643352509, -0.10734710097312927, -0.1295269876718521, -0.10306626558303833, -0.10451716184616089, -0.14350509643554688, -0.13095623254776, -0.12718304991722107, -0.07025701552629471, -0.014610938727855682, -0.005011840723454952, -0.014241950586438179, -0.025638071820139885, -0.005311398766934872, 0.041637491434812546, 0.0922815352678299, 0.12997432053089142, 0.1219145879149437, 0.0867401510477066, 0.07855003327131271, 0.055851634591817856, 0.09836898744106293, 0.10985375940799713, 0.07624369859695435, 0.06884025037288666, 0.018349703401327133, 0.034294407814741135, 0.003835459938272834, 0.03588080778717995, -0.0034397325944155455, -0.043442968279123306, -0.05181657895445824, -0.09354017674922943, -0.04410215839743614, -0.04690792039036751, -0.046003613620996475, -0.03804369643330574, -0.10216983407735825, -0.08728115260601044, -0.04949427396059036, -0.04693342000246048, 0.003595698392018676, 0.03978327289223671, 0.01738004945218563, 0.034615520387887955, 0.021767141297459602, 0.020583530887961388, 0.042834945023059845, 0.0908530130982399, 0.1249585747718811, 0.18954923748970032, 0.20269152522087097, 0.16199800372123718, 0.1720990687608719, 0.16317030787467957, 0.1790705919265747, 0.23086616396903992, 0.24577239155769348, 0.20344676077365875, 0.16547682881355286, 0.09450854361057281, 0.14590784907341003, 0.20212921500205994, 0.2012057602405548, 0.18835726380348206, 0.09494303166866302, -0.06127491220831871, -0.1747751533985138, -0.13791482150554657, -0.016465185210108757, 0.026615526527166367, -0.04862203449010849, -0.19833378493785858, -0.3429858088493347, -0.3671955466270447, -0.2979848384857178, -0.19521330296993256, -0.14978688955307007, -0.2208860069513321, -0.31336459517478943, -0.38926827907562256, -0.3558270037174225, -0.22071166336536407, -0.08810752630233765, -0.057876721024513245, -0.12118314206600189, -0.1759263575077057, -0.14337928593158722, -0.05593390762805939, 0.035688940435647964, 0.09710392355918884, 0.09400547295808792, 0.03071209229528904, -0.0058513483963906765, 0.024557093158364296, 0.1017218828201294, 0.14023740589618683, 0.11835666745901108, 0.0472317710518837, -0.01850852370262146, -0.04779808595776558, -0.03123493865132332, -0.00883518811315298, -0.017055103555321693, -0.07811258733272552, -0.11985594779253006, -0.15374572575092316, -0.16913527250289917, -0.14135153591632843, -0.12603096663951874, -0.13737273216247559, -0.14728260040283203, -0.17193761467933655, -0.15141138434410095, -0.11075916141271591, -0.07861700654029846, -0.07050012052059174, -0.05593877285718918, -0.05333791300654411, -0.026967929676175117, 0.005652916617691517, 0.024719584733247757, 0.039401620626449585, 0.07197454571723938, 0.08227066695690155, 0.08374481648206711, 0.09895656257867813, 0.08362377434968948, 0.07822216302156448, 0.07768184691667557, 0.08609849214553833, 0.11265598237514496, 0.10920754820108414, 0.07780928164720535, 0.055838171392679214, 0.03500725328922272, 0.019873470067977905, 0.03166801109910011, 0.02134052850306034, 0.00452663516625762, -0.007733334321528673, -0.043435238301754, -0.04939714074134827, -0.0497649610042572, -0.07032186537981033, -0.07252448797225952, -0.08044872432947159, -0.10720150172710419, -0.10869605094194412, -0.10341086238622665, -0.12221682071685791, -0.12277425080537796, -0.09416741132736206, -0.136111781001091, -0.10601041465997696, -0.06396440416574478, -0.11861291527748108, -0.029821839183568954, -0.0684504359960556, -0.09311423450708389, 0.007188247982412577, -0.040774013847112656, 0.012854842469096184, 0.04737985134124756, -0.00011077820818172768, 0.026557179167866707, 0.027989190071821213, 0.042930737137794495, 0.0794319212436676, 0.12550003826618195, 0.09667237102985382, 0.03979230672121048, 0.01530941016972065, -0.028163496404886246, 0.03370809555053711, 0.04985985532402992, 0.05324554443359375, 0.03983447700738907, -0.00379635626450181, -0.07062080502510071, -0.06347562372684479, -0.03989749401807785, -0.031775396317243576, -0.021258654072880745, -0.03396471589803696, -0.05255669355392456, -0.05995222181081772, -0.051780715584754944, -0.02633572183549404, 0.018487581983208656, 0.045261479914188385, 0.05329060181975365, 0.06538842618465424, 0.027627257630228996, 0.06555713713169098, 0.08366192877292633, 0.12473224103450775, 0.18995970487594604, 0.1715318262577057, 0.16269105672836304, 0.1271641105413437, 0.10779125243425369, 0.14382927119731903, 0.17314212024211884, 0.19553989171981812, 0.18096637725830078, 0.12965770065784454, 0.06234198063611984, 0.028877105563879013, 0.051279645413160324, 0.06596193462610245, 0.09790442883968353, 0.05068656802177429, -0.0082725640386343, -0.04826745763421059, -0.09395695477724075, -0.04686760902404785, -0.0033203400671482086, 0.012516545131802559, -0.01734832674264908, -0.11524851620197296, -0.10454226285219193, -0.10882160812616348, -0.02237093448638916, 0.03813627362251282, 0.042166925966739655, -0.007011444307863712, -0.07700099796056747, -0.09437786787748337, -0.009047891944646835, 0.05428522080183029, 0.10898999869823456, 0.08590638637542725, 0.010657853446900845, -0.06812049448490143, -0.03983333334326744, 0.03012571670114994, 0.09873215109109879, 0.10518032312393188, 0.03888803720474243, -0.02035418339073658, -0.058637361973524094, -0.053323082625865936, 0.024127911776304245, 0.0772966518998146, 0.06708227097988129, 0.01056340429931879, -0.04450633004307747, -0.06277988106012344, 0.006781207863241434, 0.0628809854388237, 0.09160633385181427, 0.06651192903518677, 0.012827292084693909, -0.018993942067027092, 0.003036301117390394, 0.08852404356002808, 0.1338128298521042, 0.12215103209018707, 0.08331459015607834, 0.003270279848948121, 0.03006337769329548, 0.048718225210905075, 0.08933702856302261, 0.09654587507247925, 0.060918617993593216, -0.004536041524261236, -0.006126954220235348, 0.01711905375123024, 0.019988512620329857, 0.03717542439699173, -0.0016290727071464062, -0.06094381585717201, -0.0541076697409153, -0.06138397008180618, -0.038780950009822845, 0.024501461535692215, -0.00724438764154911, -0.04259929060935974, -0.04557326063513756, -0.09597428888082504, -0.01908053644001484, -0.002048893366008997, 0.017986172810196877, 0.05067073926329613, 0.0015549781965091825, -0.057998623698949814, -0.027098657563328743, -0.010691252537071705, 0.045956555753946304, 0.07326982170343399, 0.015610283240675926, -0.04712056741118431, -0.05710358917713165, -0.07062335312366486, -0.017004380002617836, 0.035275816917419434, -0.017029713839292526, -0.05059337243437767, -0.13339179754257202, -0.16511967778205872, -0.10294495522975922, -0.06013195589184761, -0.06321100890636444, -0.0924072414636612, -0.16833634674549103, -0.20620474219322205, -0.152998149394989, -0.1004410833120346, -0.06399811804294586, -0.05852280184626579, -0.12063564360141754, -0.15706266462802887, -0.1541733294725418, -0.09260409325361252, -0.007220357656478882, 0.022239884361624718, 0.0030571864917874336, -0.03746028244495392, -0.06028712913393974, -0.02469274215400219, 0.05738439783453941, 0.1136339008808136, 0.10205656290054321, 0.06560258567333221, 0.03191034123301506, 0.01336278859525919, 0.06775522977113724, 0.129648357629776, 0.1418972760438919, 0.09989994019269943, 0.02444903366267681, -0.011657817289233208, 0.012467789463698864, 0.057466764003038406, 0.07009241729974747, 0.04632304608821869, -0.012240022420883179, -0.05980788916349411, -0.0820680633187294, -0.06941506266593933, -0.04200271517038345, -0.020739153027534485, -0.04366271570324898, -0.0657164603471756, -0.07088672369718552, -0.07699038833379745, -0.06327461451292038, -0.04115896299481392, -0.02923141047358513, -0.014361022971570492, -0.010103117674589157, -0.010348934680223465, 0.002632168587297201, 0.016524696722626686, 0.02828179858624935, 0.04978455603122711, 0.048967599868774414, 0.045467570424079895, 0.04656648635864258, 0.04049128666520119, 0.04033730924129486, 0.03451984003186226, 0.01900724694132805, 0.02131383679807186, 0.008177442476153374, -0.01309155486524105, -0.010642440989613533, -0.0183560773730278, -0.02986270748078823, -0.03340166434645653, -0.04983293265104294, -0.07151999324560165, -0.062297847121953964, -0.072056844830513, -0.06916560977697372, -0.0386679507791996, -0.028154632076621056, -0.028949711471796036, -0.01894020475447178, -0.02822822332382202, -0.02337297797203064, -0.003944949246942997, 0.0005684845382347703, 0.02591048553586006, 0.05512882396578789, 0.055434610694646835, 0.051137495785951614, 0.058585043996572495, 0.08107675611972809, 0.08682239055633545, 0.08195526897907257, 0.06625120341777802, 0.06303096562623978, 0.06723945587873459, 0.04948389530181885, 0.07076240330934525, 0.10088731348514557, 0.08080262690782547, 0.04613959416747093, 0.02983977273106575, 0.01698226109147072, 0.016378331929445267, 0.01296004094183445, 0.031222619116306305, 0.03518592193722725, 0.002817997708916664, -0.019637122750282288, -0.014112991280853748, -0.0013846782967448235, -0.007847319357097149, -0.0011300136102363467, -0.012994103133678436, -0.020153816789388657, -0.015890954062342644, -0.00490775378420949, 0.006761944852769375, 0.013496522791683674, 0.012296097353100777, 0.002141640754416585, 0.011226948350667953, 0.006651498377323151, 0.01695309765636921, 0.036267004907131195, 0.04091446474194527, 0.040926381945610046, 0.03250487893819809, 0.02935510128736496, 0.02955528534948826, 0.035084690898656845, 0.032141927629709244, 0.03350553661584854, 0.024411357939243317, 0.011676826514303684, 0.006546259857714176, 0.010893208906054497, 0.011878407560288906, 0.017223063856363297, 0.004821400158107281, -0.0056241643615067005, -0.014356163330376148, -0.01753339171409607, -0.010792986489832401, -0.004938350059092045, -0.013157959096133709, -0.00984143279492855, -0.009121942333877087, -0.004685608670115471, 0.00141298642847687, 0.01031496562063694, 0.006919557694345713, 0.0055273836478590965, -0.0008080466068349779, -0.0050115338526666164, 0.012499109841883183, 0.017434103414416313, 0.02135801687836647, 0.022455452010035515, 0.01290698442608118, 0.005705429241061211, 0.004689629655331373, 0.012983125634491444, 0.019041670486330986, 0.013919813558459282, 0.006820045877248049, -0.004439901560544968, -0.006331118289381266, 0.0007637238595634699, 0.005310846958309412, 0.009441840462386608, 0.004331943113356829, 0.0010906707029789686, -0.0032392938155680895, -0.01101871207356453, -0.0006812690990045667, 0.0030696014873683453, -0.00890046264976263, -0.0027805697172880173, 0.002841559238731861, -2.179802322643809e-05, 0.0034925416111946106, 0.001628342317417264, -0.003349993145093322, -0.0078648142516613, -0.01194764394313097, -0.010404950007796288, -0.004053076729178429, -0.005725675728172064, -0.012366502545773983, -0.008646711707115173, -0.016075195744633675, -0.016870398074388504, -0.015511821024119854, -0.01659271866083145, -0.024155164137482643, -0.029509631916880608, -0.03767074644565582, -0.035890232771635056, -0.031645987182855606, -0.032193373888731, -0.022083163261413574, -0.026381000876426697, -0.04034469649195671, -0.04378734901547432, -0.045930445194244385, -0.04135768860578537, -0.03855423629283905, -0.035767726600170135, -0.03807564824819565, -0.031683240085840225, -0.019732778891921043, -0.010278343223035336, -0.010689141228795052, -0.018231306225061417, -0.020835204049944878, -0.030005795881152153, -0.02267719991505146, 0.005367605481296778, 0.015093705616891384, 0.02040679380297661, 0.010916754603385925, -0.00035765537177212536, -0.0006995974108576775, 0.004439812619239092, 0.005820014514029026, 0.008164769038558006, 0.00282003334723413, -0.004753117449581623, 0.0021332192700356245, -0.0038137673400342464, -0.008036469109356403, -0.008709012530744076, -0.014539435505867004, -0.0174897201359272, -0.013227950781583786, -0.017674850299954414, -0.019245633855462074, -0.026537170633673668, -0.030105814337730408, -0.02497895434498787, -0.015593905933201313, -0.011243815533816814, -0.008844771422445774, -0.013703706674277782, -0.017044583335518837, -0.015584166161715984, -0.009638321585953236, -0.004889132454991341, 0.004977639298886061, -0.0012848906917497516, -0.008470230735838413, -0.013417743146419525, -0.008100032806396484, -0.0013198270462453365, 0.0008031738107092679, -0.0055153388530015945, -0.011497541330754757, -0.018201502040028572, -0.016321424394845963, -0.023702546954154968, -0.021175922825932503, -0.020068859681487083, -0.02206967957317829, -0.028547093272209167, -0.03332824259996414, -0.029797328636050224, -0.022102953866124153, -0.017354967072606087, -0.015319019556045532, -0.01550422701984644, -0.018535403534770012, -0.01745261810719967, -0.011988193728029728, 0.002107381820678711, 0.010002100840210915, 0.00560418888926506, 0.009869339875876904, 0.015099803917109966, 0.01903199777007103, 0.02594129368662834, 0.03532316908240318, 0.0312538743019104, 0.02918127179145813, 0.029172204434871674, 0.02720223367214203, 0.029387785121798515, 0.024671144783496857, 0.030865740031003952, 0.02912021242082119, 0.030798673629760742, 0.03177080675959587, 0.02358270063996315, 0.013894589617848396, 0.006233141291886568, 0.00833421852439642, 0.006102659273892641, 0.00817966926842928, 0.005315909627825022, 0.0007257259567268193, -0.009329448454082012, -0.013979032635688782, -0.0002487946185283363, -0.007078268565237522, -0.0038000554777681828, -0.015927646309137344, 0.01911093294620514, -0.059169117361307144, 0.006780508905649185, -0.025394024327397346, 0.011179107241332531, 0.010329297743737698, -0.02046271599829197, 0.020254431292414665, -0.0033709497656673193, 0.0045323302038013935, 0.01597762294113636, 0.013691679574549198, 0.031518835574388504, 0.024421608075499535, 0.03010917827486992, 0.02691974863409996, 0.010923665016889572, 0.029579149559140205, 0.01711397059261799, 0.03163072466850281, 0.029345393180847168, 0.018252037465572357, 0.010197854600846767, 0.007333411369472742, -0.0015031466027721763, -0.0018968753283843398, -0.00951434951275587, -0.006314988248050213, -0.022661032155156136, -0.021362371742725372, -0.022023340687155724, -0.028193406760692596, -0.02904837392270565, -0.02878754213452339, -0.015725180506706238, -0.017020942643284798, -0.013096741400659084, -0.005084593314677477, -0.006907889153808355, -0.005569051951169968, 0.007274341769516468, 0.017628144472837448, 0.01302795484662056, 0.008445085026323795, 0.026645036414265633, 0.032447315752506256, 0.03680352494120598, 0.039094265550374985, 0.046080395579338074, 0.03923052176833153, 0.020532485097646713, 0.01698250137269497, 0.0072513967752456665, 0.01637788861989975, 0.021754009649157524, 0.015633028000593185, 0.009467380121350288, -0.005934775806963444, -0.011216886341571808, -0.011708647944033146, -0.0059785619378089905, -0.003955590073019266, -0.00637444294989109, -0.013401137664914131, -0.016423938795924187, -0.016453031450510025, -0.006341732572764158, -0.0020377268083393574, -0.001027403399348259, -1.452743435947923e-05, -0.006178932264447212, -0.0014372188597917557, 0.014718511141836643, 0.025148561224341393, 0.03752196580171585, 0.025977913290262222, 0.010155681520700455, 0.0033701667562127113, -0.0032377031166106462, -0.002981229219585657, 0.004419775679707527, 0.018928058445453644, 0.020495623350143433, 0.007983734831213951, 0.0014630736550316215, -0.001348935067653656, -0.012664509005844593, -0.01464467216283083, -0.022920377552509308, -0.02513638325035572, -0.027687126770615578, -0.03577442839741707, -0.0380161888897419, -0.037735313177108765, -0.022493554279208183, -0.02649693749845028, -0.019830135628581047, -0.0185087900608778, -0.037578873336315155, -0.035471636801958084, -0.03612968325614929, -0.026714591309428215, -0.027645785361528397, -0.024344349279999733, -0.011965468525886536, -0.008108620531857014, -0.004401003010571003, -0.0005095649976283312, 0.012262318283319473, 0.011983286589384079, 0.003517304779961705, 0.003615730907768011, 0.010373115539550781, 0.014618362300097942, 0.013670472428202629, 0.020504623651504517, 0.023689156398177147, 0.025022238492965698, 0.014627734199166298, 0.011827467940747738, 0.024778466671705246, 0.02745850756764412, 0.016908476129174232, 0.018330348655581474, 0.015188866294920444, 0.01513395830988884, 0.01231267862021923, 0.008041310124099255, -0.001926521072164178, 0.0004153558111283928, -0.005143569316715002, 0.0008598023559898138, 0.01510164886713028, 0.006689105182886124, 0.005469528958201408, -0.00996940117329359, -0.011284204199910164, -0.009439507499337196, -0.010217228904366493, 0.0004989986191503704, -0.007888827472925186, -0.02461705543100834, -0.023187244310975075, -0.013499248772859573, -0.010097645223140717, -0.008199285715818405, -0.01040556188672781, -0.01377510093152523, -0.016721300780773163, -0.0193309523165226, -0.014392328448593616, -0.00919744186103344, -0.017836159095168114, -0.024518359452486038, -0.023193763568997383, -0.020350394770503044, -0.010906611569225788, 0.006278560031205416, -0.006555146537721157, -0.004989125300198793, 0.0002687697415240109, -0.0012904691975563765, -0.002748155267909169, -0.0035531430039554834, 0.004948846064507961, 0.0007252757204696536, -0.008127707988023758, 0.002027996350079775, 0.01754254661500454, 0.02248038910329342, 0.019177716225385666, 0.016529979184269905, 0.011888154782354832, 0.008495197631418705, 0.01065576821565628, 0.018466291949152946, 0.018659748136997223, 0.019404472783207893, 0.008167172782123089, 0.0012105172500014305, 0.0013644305290654302, 0.00502646341919899, 0.014230423606932163, 0.029591798782348633, 0.022431448101997375, 0.0130410585552454, 0.010907789692282677, 0.0027164111379534006, -0.0007550992886535823, 0.004486739635467529, 0.0025053846184164286, 0.00979460310190916, 0.01949458010494709, 0.013865557499229908, 0.022979695349931717, 0.025207102298736572, 0.0206313394010067, 0.013708507642149925, 0.012669014744460583, 0.006574241444468498, 0.004539911635220051, 0.007251010276377201, 0.011094457469880581, 0.014509834349155426, 0.014931922778487206, 0.008612627163529396, 0.006744404323399067, 0.000548388110473752, -0.0068329377099871635, -0.0067377844825387, -0.011404338292777538, -0.010001856833696365, -0.008304912596940994, -0.00813453271985054, -0.006431111600250006, -0.00043036360875703394, -0.0036077825352549553, -0.0035620389971882105, -0.010033375583589077, -0.010468095541000366, -0.006670831236988306, 0.001308053731918335, 0.011783601716160774, 0.0201178677380085, 0.02034701220691204, 0.0190277099609375, 0.010363902896642685, 0.008827193640172482, 0.013743032701313496, 0.00572558306157589, 0.00929904542863369, 0.009853971190750599, 0.008577135391533375, 0.0044512334279716015, 0.008075120858848095, 0.009995940141379833, -0.009626362472772598, -0.015712162479758263, -0.026011893525719643, -0.034792687743902206, -0.031362246721982956, -0.0318329855799675, -0.03143278881907463, -0.028908783569931984, -0.02843267284333706, -0.026219990104436874, -0.030513083562254906, -0.026801498606801033, -0.02455349825322628, -0.019054347649216652, -0.01849023625254631, -0.013235380873084068, -0.006286474876105785, -0.001420066342689097, 0.005022902507334948, 0.01152272243052721, 0.015500273555517197, 0.02153349667787552, 0.018117092549800873, 0.017629168927669525, 0.012951899319887161, 0.010836809873580933, 0.005594552494585514, 0.001682124799117446, 0.013972762040793896, -0.006476293317973614, -0.012906378135085106, -0.018257660791277885, -0.02763168141245842, -0.02481338195502758, -0.026963965967297554, -0.029604144394397736, -0.022216426208615303, -0.026905817911028862, -0.030909061431884766, -0.02969912625849247, -0.027476802468299866, -0.024233566597104073, -0.020718177780508995, -0.015724679455161095, 0.005866449326276779, 0.01768525503575802, 0.0215039923787117, 0.02827613241970539, 0.031900983303785324, 0.028894644230604172, 0.02833946980535984, 0.027019241824746132, 0.02588687278330326, 0.020897718146443367, 0.019003454595804214, 0.019332466647028923, 0.019014278426766396, 0.018019886687397957, 0.006349022500216961, -0.009927773848176003, -0.020293256267905235, -0.028242239728569984, -0.031122306361794472, -0.04082062467932701, -0.04720575362443924, -0.04701496288180351, -0.04441296309232712, -0.039126116782426834, -0.024730259552598, -0.014889126643538475, -0.020638659596443176, -0.01594185270369053, -0.012184171006083488, -0.003944001160562038, 0.010281668975949287, 0.019763033837080002, 0.027309507131576538, 0.01844203658401966, 0.028885915875434875, 0.055900994688272476, 0.05898406356573105, 0.05720303952693939, 0.05367730185389519, 0.038305532187223434, 0.024662481620907784, 0.01760808192193508, 0.01765478029847145, 0.024653689935803413, 0.02589348889887333, 0.01356741413474083, 0.0017278519226238132, -0.001323179923929274, -0.01403805147856474, -0.016867512837052345, -0.018790028989315033, -0.024500863626599312, -0.022778354585170746, -0.02223508432507515, -0.01990658789873123, -0.016325179487466812, -0.0075500886887311935, -0.00672255689278245, -0.010767016559839249, -0.007695194333791733, -0.004660784266889095, 0.0012671753065660596, 0.0033375893253833055, 0.007400074973702431, 0.008045146241784096, 0.005859255790710449, 0.009719319641590118, 0.008921961300075054, 0.012021969072520733, 0.00695731770247221, 0.006037130020558834, 0.006647242233157158, -0.013939549215137959, 0.013305000960826874, -0.0038172954227775335, 0.0021574990823864937, 0.0009613670408725739, -0.005761842709034681, 0.007029446307569742, -0.0026238365098834038, -0.00015909847570583224, 0.004217068199068308, -0.00025055534206330776, 0.004447087645530701, 0.006264744326472282, 0.009646190330386162, 0.007199008483439684, 0.007880163379013538, 0.009686782024800777, 0.006149757653474808, 0.007143526338040829, 0.01311065535992384, 0.006972682662308216, 0.008102335035800934, 0.009471055120229721, 0.008350756019353867, 0.005764842964708805, 0.005413147620856762, -0.0006853898521512747, -0.006289976183325052, 0.0037720566615462303, 0.004695340059697628, 0.005992391146719456, 0.008260881528258324, 0.009849036112427711, 0.012366710230708122, 0.013168898411095142, 0.012310193851590157, 0.00849632453173399, 0.007917413488030434, 0.005538235884159803, 0.007967278361320496, 0.024527153000235558, 0.02483784407377243, 0.03149207681417465, 0.024114081636071205, 0.014550507068634033, 0.013016187585890293, 0.005703197326511145, 0.003271718043833971, 0.005275555420666933, 0.003967695403844118, 0.0058932434767484665, 0.005429481156170368, 0.004763785284012556, -6.446463885367848e-06, -0.00621916726231575, -0.012611688114702702, -0.013251136057078838, -0.016823528334498405, -0.013667883351445198, -0.011301740072667599, -0.00619965186342597, -0.007229234091937542, -0.008967042900621891, -0.007695148233324289, -0.001606048084795475, -0.0024867344181984663, -0.0034441363532096148, 0.00041887222323566675, 0.002426768885925412, 0.002053307369351387, 0.003237696597352624, 0.010010987520217896, 0.011770186945796013, 0.009068547748029232, 0.0073463330045342445, 0.004253622144460678, 0.005143596790730953, 0.004905348643660545, 0.0037851929664611816, 0.003396739950403571, -0.0008421206148341298, -0.00500071793794632, -0.004862630274146795, -0.002285052789375186, -0.008422009646892548, -0.0034188185818493366, -0.00923985056579113, -0.01095329038798809, -0.01071066502481699, -0.00837729312479496, -0.01183051336556673, -0.01571812853217125, -0.01444469764828682, -0.012750260531902313, -0.009543332271277905, -0.002330714138224721, -0.005203520879149437, -0.006085342727601528, -0.009367944672703743, -0.01153668761253357, -0.008189214393496513, -0.008026598952710629, -0.006679899524897337, -0.005437000188976526, -0.00783856213092804, -0.007302416488528252, -0.006117117591202259, -0.0035584350116550922, -0.00435264129191637, -0.004973084665834904, -0.005090960767120123, -0.00585753470659256, -0.0032115953508764505, -0.006800143979489803, -0.007907368242740631, -0.006742075085639954, -0.006341037806123495, -8.22047222754918e-05, -0.009858463890850544, 0.0002964872110169381, 0.0051410505548119545, -0.0006983962375670671, -0.0024689475540071726, -0.0027482484001666307, -0.005483288783580065, -0.009458973072469234, -0.005955676082521677, -0.0050445967353880405, -0.0074501256458461285, -0.0039774589240550995, -0.003611742053180933, -0.005146106239408255, -0.004754425026476383, -0.004769768565893173, -0.007692336570471525, -0.011825785972177982, -0.012985526584088802, -0.007816566154360771, -0.007438157219439745, -0.011658333241939545, -0.007181289605796337, -0.0040883333422243595, -0.005294360686093569, 1.5389814507216215e-05, 0.003441561944782734, -0.0008439980447292328, -0.004662877414375544, -0.00289840716868639, -0.0007285849424079061, 0.004933682736009359, 0.005009560380131006, 0.010450154542922974, 0.010780035518109798, 0.0025322451256215572, 0.007174731232225895, 0.005732324905693531, 0.009020390920341015, 0.006712963804602623, 0.004848630167543888, 0.00548459030687809, 0.013729042373597622, 0.0148710822686553, 0.0018184824148193002, 0.002740604802966118, 0.0023246107157319784, 0.0011955254012718797, 0.0009630649001337588, 0.001089482451789081, 0.009750492870807648, 0.003574966685846448, 0.007707685232162476, 0.004479755647480488, 0.003915987443178892, -0.004034568555653095, -0.0032564729917794466, -0.004176359623670578, -0.0022053304128348827, 0.0070962426252663136, 0.0058671762235462666, -0.0008069633040577173, -0.00836128182709217, -0.008047866635024548, -0.01438610628247261, -0.01494060643017292, 0.0020975745283067226, -0.006623477209359407, -0.004984087310731411, -0.007606375962495804, -0.008554274216294289, -0.015776505693793297, -0.015538932755589485, -0.016032658517360687, -0.012824623845517635, -0.0008027628064155579, 0.0024831851478666067, -0.0007368451915681362, -0.0029440976213663816, -0.001392640988342464, -0.007080648094415665, -0.007992108352482319, 0.004156144801527262, 0.006984783336520195, 0.004245827440172434, 0.0030936063267290592, 0.0028775508981198072, -0.00572252506390214, -0.007462295237928629, -0.00562584912404418, -0.010457763448357582, -0.018567996099591255, -0.019469141960144043, -0.007343206088989973, -0.0009282307582907379, 0.0014461473328992724, 0.001172769465483725, -0.012337462976574898, -0.02126026526093483, -0.02601608820259571, -0.02870808355510235, -0.017499301582574844, 0.009007183834910393, 0.026916084811091423, 0.025027304887771606, 0.03473682329058647, 0.0334315225481987, 0.019972989335656166, 0.020387576892971992, 0.017982330173254013, 0.006356097292155027, 0.023378269746899605, 0.0351138599216938, 0.04041287675499916, 0.0383281335234642, 0.04001903161406517, 0.03799998015165329, 0.02198828011751175, 0.01271335780620575, 0.003876197850331664, -0.001431692042388022, -0.011588468216359615, -0.02645018696784973, -0.002161788521334529, -0.001587925013154745, -0.016723500564694405, -0.016473425552248955, -0.006887082010507584, -0.009557303972542286, -0.019196392968297005, -0.013459160923957825, -0.017647644504904747, -0.015442261472344398, -0.012580156326293945, -0.023111876100301743, -0.011042577214539051, -0.0012745213462039828, 0.012400098145008087, 0.015814058482646942, 0.01028991024941206, 0.00705012958496809, -8.739777695154771e-05, 0.004942720755934715, 0.0069191367365419865, 0.013598443008959293, 0.006514065433293581, -0.0015524447662755847, -0.009015554562211037, -0.008659077808260918, 0.0011239905143156648, 0.012633237987756729, 0.013502396643161774, -0.001747019705362618, -0.010938270948827267, -0.008795280940830708, -0.004623973276466131, -0.01410108245909214, -0.012623991817235947, -0.0010387783404439688, -0.010662290267646313, -0.008971905335783958, 0.0005749867996200919, -0.0012164547806605697, 0.001215772470459342, 0.007050350774079561, 0.0003760402323678136, -0.003217772115021944, -0.0027795007918030024, 0.005662592127919197, 0.009410044178366661, 0.0086259376257658, 0.008750956505537033, 0.0009804294677451253, -0.0070800757966935635, 0.0030387251172214746, 0.026831883937120438, 0.017197227105498314, 0.008829806931316853, 0.005763690453022718, 0.0017747922101989388, 0.002969481283798814, 0.00174009520560503, 0.004592606332153082, 0.013815264217555523, 0.0037523324135690928, 0.004212608095258474, 0.009728561155498028, 0.0030520509462803602, 0.00014105615264270455, -0.0025829030200839043, 0.008725835010409355, 0.013562607578933239, 0.012900255620479584, 0.013739819638431072, 0.011456799693405628, 0.0058906543999910355, 0.0023162602446973324, 0.004756429232656956, 0.004235228523612022, 0.005494688171893358, 0.005716206505894661, 0.008859265595674515, 0.010587544180452824, 0.01149450521916151, 0.0031819548457860947, 0.0007931593572720885, -0.0007726482581347227, -0.0012551795225590467, -0.004761900752782822, -0.005931698717176914, -0.006713866256177425, -0.00957275927066803, -0.008345337584614754, -0.009152700193226337, 0.001032537198625505, 0.007891323417425156, 0.008317889645695686, 0.016751611605286598, 0.018358297646045685, 0.004608395975083113, -0.004811468999832869, 0.00039279190241359174, 0.0032437616027891636, 0.013527060858905315, 0.01958533748984337, 0.015437580645084381, 0.026403745636343956, 0.029109889641404152, 0.020893752574920654, 0.019483761861920357, 0.004467995371669531, -0.002579927444458008, -0.006852061487734318, -0.005839398596435785, -4.983588223694824e-05, -0.0017677030991762877, -0.0108560249209404, -0.01146320253610611, -0.005840999539941549, -0.011038224212825298, -0.011154422536492348, -0.010599732398986816, -0.012038721702992916, -0.013731585815548897, -0.00946879107505083, -0.004564936272799969, -0.013496431522071362, -0.022530291229486465, -0.00856631901115179, 0.004266028758138418, 0.012717797420918941, 0.0224346611648798, 0.030919186770915985, 0.018499255180358887, 0.0009582543279975653, 0.008183278143405914, 0.012086269445717335, 0.010403115302324295, 0.004698601551353931, 0.00567608093842864, 0.01713726669549942, 0.0071898335590958595, 0.0034205440897494555, 0.004103810526430607, 0.004100906662642956, 0.004198597744107246, -0.0036568082869052887, -0.01984839141368866, -0.03495495766401291, -0.03151429817080498, -0.021428251639008522, -0.016618885099887848, -0.016969777643680573, -0.023712599650025368, -0.025901852175593376, -0.02102462388575077, -0.01625397801399231, -0.02081104926764965, -0.02798004075884819, -0.02725008688867092, -0.022640954703092575, -0.01799115538597107, -0.014673097059130669, -0.008040816523134708, -0.008287141099572182, -0.009445189498364925, -0.003886886639520526, -0.0025546278338879347, -0.01457614079117775, -0.016609996557235718, -0.0015020747669041157, -0.00453746085986495, -0.0031840961892157793, -0.005180309526622295, -0.01037738099694252, -0.013375421985983849, -0.00933127012103796, -0.008360547944903374, -0.007445209659636021, -0.008533705025911331, -0.011508118361234665, -0.01462622545659542, -0.012113534845411777, -0.00946411769837141, -0.007779114414006472, -0.006600428372621536, -0.013541634194552898, -0.01827853173017502, -0.013490200974047184, -0.0033633883576840162, 0.0032889205031096935, 0.0024755147751420736, -0.004566773772239685, -0.007937226444482803, -0.006550657097250223, -0.00812084972858429, -0.007678561378270388, -0.006755785085260868, -0.0030178481247276068, 0.0015577985905110836, 0.006697340402752161, 0.001648060162551701, -0.006282264366745949, -0.009558054618537426, -0.00949631817638874, -0.0024150956887751818, -0.008764776401221752, -0.010176355950534344, -0.001831282745115459, -0.003469499060884118, -0.004407945089042187, -0.011283648200333118, -0.02145504765212536, -0.01942458003759384, -0.0035191792994737625, 0.006036720704287291, 0.008455183357000351, 0.004914727061986923, -0.011608988977968693, -0.014673937112092972, -0.010869012214243412, -0.010461751371622086, -0.008958606980741024, -0.008200650103390217, 0.009112811647355556, 0.02202592045068741, 0.014663905836641788, 0.00043777356040664017, -0.015260826796293259, -0.01891249604523182, -0.004557284526526928, 0.0013261487474665046, -0.0017208699136972427, -0.010295777581632137, -0.019785331562161446, -0.017345234751701355, -0.009573789313435555, -0.013179831206798553, -0.02340378426015377, -0.02546621672809124, -0.01347363367676735, -0.005914097186177969, 0.005703479517251253, 0.0005718584288842976, -0.017926625907421112, -0.019916927441954613, -0.010305237025022507, -0.0013135425979271531, 0.009718797169625759, 0.028780724853277206, 0.04542481526732445, 0.04415660351514816, 0.04139751195907593, 0.026523040607571602, 0.0033137714490294456, 0.019233407452702522, 0.05509950593113899, 0.05895806476473808, 0.050514984875917435, 0.03904687240719795, 0.014428128488361835, -0.011778301559388638, -0.014779426157474518, -0.0038532759062945843, 0.013427702710032463, 0.014864737167954445, 0.0015158476307988167, 0.0010344096226617694, 0.011799557134509087, 0.000965554965659976, -0.013455379754304886, -0.01530166994780302, -0.1784696877002716, -0.10041768848896027, 0.008140305988490582, 0.08613976836204529, 0.11077732592821121, 0.11346419155597687, -0.0036583165638148785, -0.08636408299207687, -0.11240676045417786, -0.03670256584882736, 0.04090177267789841, 0.12374569475650787, 0.13486874103546143, 0.09537938237190247, 0.016577444970607758, -0.03668002039194107, -0.04200192540884018, -0.024921877309679985, 0.01952343061566353, 0.0800781399011612, 0.0919778123497963, 0.06980600208044052, 0.04521524906158447, -0.007388913072645664, -0.02878114953637123, -0.14269191026687622, -0.09608732908964157, -0.03437638282775879, 0.061806127429008484, 0.1090017706155777, 0.08751008659601212, -0.011881803162395954, -0.10155262053012848, -0.12813681364059448, -0.06443111598491669, 0.016370130702853203, 0.0641971156001091, 0.06791669875383377, 0.021565333008766174, -0.02742406539618969, -0.06644213944673538, -0.06695831567049026, -0.013955831527709961, 0.05436249077320099, 0.1183590516448021, 0.13116572797298431, 0.1296812742948532, 0.05430815368890762, -0.07708239555358887, -0.06761832535266876, -0.008305842988193035, -0.012979548424482346, 0.05322777479887009, 0.14530107378959656, 0.1340997815132141, 0.08101683109998703, 0.025045141577720642, -0.05166948586702347, -0.064776211977005, -0.02723710797727108, 0.016433674842119217, 0.0015849854098632932, 0.017689477652311325, -0.056286875158548355, -0.08757011592388153, -0.11565625667572021, -0.09478311240673065, -0.028295712545514107, 0.027590462937951088, 0.04291727766394615, 0.07295804470777512, 0.03391554579138756, -0.041509345173835754, -0.1356065273284912, -0.20796386897563934, -0.12897351384162903, 0.017266875132918358, 0.148711159825325, 0.20466448366641998, 0.20322157442569733, 0.11184875667095184, -0.0178056713193655, -0.08479200303554535, -0.0829145759344101, -0.02427837997674942, 0.06120888888835907, 0.11042722314596176, 0.08364332467317581, 0.04424837604165077, -0.039468854665756226, -0.07870134711265564, -0.06674029678106308, -0.11235281080007553, 0.005895730573683977, 0.03446837142109871, 0.037421032786369324, -0.04294344782829285, -0.12731613218784332, -0.19081392884254456, -0.20117796957492828, -0.10690197348594666, -0.029428038746118546, 0.046039462089538574, 0.09402348101139069, 0.07241825014352798, 0.03245753422379494, 0.030160294845700264, -0.09772714972496033, -0.1361059844493866, -0.1541721224784851, 0.17155417799949646, 0.34071335196495056, 0.21550942957401276, -0.11303950846195221, -0.27051493525505066, -0.04911493882536888, 0.2544335722923279, 0.34001198410987854, 0.044360239058732986, -0.2608189880847931, -0.1996011883020401, 0.10483502596616745, 0.16335603594779968, 0.017675573006272316, -0.1828242689371109, -0.2948395907878876, -0.11042411625385284, 0.14544323086738586, 0.1817483901977539, 0.005209601949900389, -0.17236337065696716, -0.18882504105567932, -0.09794997423887253, 0.046374909579753876, 0.02062731795012951, -0.0015556691214442253, -0.03359232470393181, 0.017493220046162605, 0.07170981913805008, 0.05228326469659805, -0.0015184390358626842, -0.00609027873724699, 0.013221955858170986, 0.06585797667503357, 0.0402790829539299, -0.011015966534614563, -0.004491623491048813, 0.07533752918243408, 0.12164867669343948, -0.003772731637582183, -0.07523099333047867, -0.14065782725811005, -0.09145908802747726, 0.017616940662264824, 0.11027058959007263, 0.07821549475193024, -0.002870722906664014, -0.038824811577796936, -0.10422934591770172, -0.12300901859998703, -0.05172988027334213, 0.012110448442399502, 0.03481973335146904, 0.017185330390930176, -0.002008119598031044, 0.04615281894803047, 0.030394501984119415, 0.013350079767405987, -0.037694212049245834, -0.11788813769817352, -0.04031327739357948, 0.05359606444835663, 0.15053880214691162, 0.1702977418899536, 0.007439459674060345, -0.07944650202989578, -0.1730470210313797, -0.03120417706668377, 0.046879157423973083, 0.12362421303987503, 0.060539696365594864, 0.0030517324339598417, -0.01438883226364851, 0.003536369651556015, 0.014352052472531796, -0.025252610445022583, -0.0665261372923851, 0.018539508804678917, 0.030402788892388344, 0.05893952026963234, 0.02951871231198311, -0.01367887482047081, -0.05751226097345352, -0.009064492769539356, 0.02362872287631035, 0.038404081016778946, 0.006148067768663168, 0.04264446720480919, 0.03146085888147354, -0.0065802945755422115, -0.04853873327374458, -0.06549941748380661, -0.02414075657725334, 0.02177903987467289, 0.0386052206158638, 0.08321098983287811, 0.010400419123470783, -0.029664592817425728, -0.03896382823586464, -0.027486570179462433, -0.010413529351353645, -0.004757404327392578, -0.025296306237578392, 0.044859230518341064, 0.0015837941318750381, 0.012906025163829327, -0.01527952216565609, -0.042622778564691544, -0.03201820328831673, 0.03424283489584923, 0.055914755910634995, 0.08626804500818253, 0.010845327749848366, -0.02946493960916996, -0.06187139451503754, -0.014104578644037247, 0.004268702119588852, 0.07010487467050552, 0.023835429921746254, 0.018130337819457054, -0.007183592300862074, 0.04133428633213043, 0.0429748073220253, -0.03387702256441116, -0.030402489006519318, -0.024402214214205742, -0.08723782747983932, -0.0014408861752599478, 0.006619364954531193, 0.01874561421573162, 0.01845542900264263, -0.0561964251101017, -0.10217873752117157, -0.028858663514256477, -0.05038069933652878, 0.005227474495768547, 0.06940881162881851, 0.017461184412240982, -0.03737262636423111, -0.014186827465891838, -0.03126626834273338, -0.021826012060046196, -0.02512187510728836, 0.07793396711349487, 0.05482906475663185, 0.02527552656829357, 0.11133035272359848, 0.06661732494831085, 0.09550070762634277, 0.0014723853673785925, -0.016999104991555214, -0.017688805237412453, -0.039095137268304825, 0.03334038332104683, 0.1486147791147232, 0.08062247186899185, -0.008535828441381454, 0.06876993924379349, -0.03814049810171127, -0.05154348164796829, -0.008040531538426876, -0.016630087047815323, -0.009687603451311588, -0.06317417323589325, 0.01355066429823637, 0.009549373760819435, -0.018869081512093544, -0.02081356756389141, -0.036044053733348846, 0.05060184746980667, -0.11552232503890991, -0.0301193930208683, 0.06673718243837357, 0.023362690582871437, -0.03161253035068512, 0.0736229345202446, -0.051190897822380066, -0.10116183012723923, 0.02569236233830452, -0.06423532217741013, 0.15509386360645294, 0.06561208516359329, -0.05326927825808525, 0.13910022377967834, -0.11490365117788315, -0.04949380084872246, 0.04296092316508293, -0.1182977631688118, 0.05925283208489418, 0.029475988820195198, -0.03187445551156998, 0.017237909138202667, -0.001140311360359192, 0.031246818602085114, -0.18401996791362762, 0.09041786193847656, 0.036511171609163284, -0.10954976081848145, -0.03165486454963684, 0.12567460536956787, -0.08662483096122742, -0.10765989124774933, 0.00848081149160862, 0.011234846897423267, -0.0784374475479126, 0.30176982283592224, 0.050152044743299484, -0.09491152316331863, -0.011529079638421535, -0.18382370471954346, -0.01799856126308441, 0.04533756524324417, 0.05852167680859566, 0.22507113218307495, 0.05126315727829933, 0.012346893548965454, 0.08662422746419907, -0.18292655050754547, -0.1893489956855774, 0.08213909715414047, -0.08735790848731995, 0.21692517399787903, 0.13058270514011383, 0.1064625158905983, 0.1158403679728508, -0.28537872433662415, -0.06251314282417297, -0.05435022711753845, -0.23980721831321716, 0.3219943940639496, 0.06902623176574707, 0.12723731994628906, 0.10930180549621582, -0.3479067385196686, 0.11430919170379639, -0.21910735964775085, 0.006199016701430082, 0.13941627740859985, -0.08106958121061325, 0.08042078465223312, 0.07495252043008804, -0.11920879036188126, 0.07300005108118057, -0.11681315302848816, -0.3519518971443176, 0.3614596128463745, -0.10504113137722015, 0.08143283426761627, 0.1384108066558838, -0.20332008600234985, 0.05590243265032768, -0.07649678736925125, -0.14313530921936035, 0.1457871049642563, -0.10420751571655273, 0.17957957088947296, 0.13999158143997192, -0.24786736071109772, 0.18397749960422516, -0.023998714983463287, -0.27969449758529663, 0.2427746057510376, 0.025523781776428223, -0.06987874209880829, 0.06611589342355728, -0.005116931162774563, -0.040896881371736526, -0.18068727850914001, 0.39170533418655396, -0.18712352216243744, -0.10691653192043304, 0.1599653661251068, -0.25891292095184326, 0.00846322812139988, 0.1642228066921234, -0.1578269898891449, 0.07420125603675842, 0.15747857093811035, -0.39660361409187317, 0.16140615940093994, 0.14640867710113525, -0.5665441751480103, 0.45820748805999756, -0.15716861188411713, 0.019371453672647476, 0.3153504431247711, -0.25683656334877014, 0.04519296810030937, -0.1139642521739006, -0.1980660855770111, 0.05602642521262169, 0.25854992866516113, 0.08191443234682083, 0.045465048402547836, -0.15739989280700684, 0.15389160811901093, -0.2999235689640045, 0.20374727249145508, -0.10639044642448425, -0.07019734382629395, 0.2138471156358719, 0.01778523437678814, -0.26104506850242615, 0.6701260805130005, -0.8423132300376892, 0.06449410319328308, 0.5083085298538208, -0.7291182279586792, 0.5117536187171936, 0.23801709711551666, -0.4618084132671356, -0.1020599752664566, 0.2514824867248535, -0.4491599500179291, 0.2546936869621277, 0.1006786972284317, -0.03342272341251373, 0.029475929215550423, 0.14617124199867249, -0.5517603754997253, 0.23372869193553925, 0.21590718626976013, -0.7023265957832336, 0.7138538360595703, 0.24932140111923218, -0.7314853072166443, 0.5868045687675476, -0.42970412969589233, -0.3667585253715515, 0.6799752116203308, -0.42533519864082336, 0.35569146275520325, 0.06919008493423462, -0.4372876286506653, 0.23185859620571136, -0.03895428404211998, -0.3440842926502228, 0.17572471499443054, 0.0450473390519619, -0.03619469329714775, 0.10284189134836197, 0.09652922302484512, -0.07590127736330032, -0.19039712846279144, 0.09380636364221573, -0.3023169934749603, 0.30124858021736145, 0.06199214980006218, 0.055866822600364685, -0.0529145784676075, 0.07154669612646103, -0.010694518685340881, -0.3181930482387543, 0.18281376361846924, 0.2708808183670044, -0.1559409350156784, -0.09835325181484222, 0.6962619423866272, -0.6023426651954651, -0.17610374093055725, 0.23168203234672546, -0.1683894544839859, 0.3182543218135834, -0.33766719698905945, 0.6277333498001099, -0.2175918072462082, -0.3195004463195801, 0.1279299557209015, 0.18731988966464996, -0.6688311696052551, 0.4932651221752167, 0.22872097790241241, -0.4731951653957367, 0.45176568627357483, -0.042527589946985245, 0.03572686389088631, -0.32439205050468445, -0.1868687868118286, 0.6421956419944763, -0.4494192898273468, 0.1149759292602539, 0.40508538484573364, -0.4510037302970886, 0.24480827152729034, -0.09647592902183533, -0.18155047297477722, 0.3564222753047943, -0.38875812292099, 0.2776148021221161, -0.05202845484018326, 0.0798034816980362, -0.31466928124427795, 0.2701970934867859, -0.18842197954654694, -0.2767075002193451, 0.506477415561676, -0.1900601089000702, -0.11832863837480545, 0.559266984462738, -0.7267164587974548, 0.17350493371486664, 0.12788818776607513, -0.432070255279541, 0.5863713622093201, -0.0016371601959690452, 0.011899042874574661, 0.48403578996658325, -0.7719193696975708, 0.3012922406196594, 0.09970740228891373, -0.6399542093276978, 0.9293441772460938, -0.2027805894613266, -0.12947991490364075, 0.7990025877952576, -0.8754847645759583, 0.3903437554836273, -0.12004710733890533, -0.7488887310028076, 0.8021364808082581, -0.3787158131599426, 0.14234766364097595, 0.48114919662475586, -0.2114330232143402, -0.1799352765083313, -0.17911364138126373, -0.37680721282958984, 0.02249942719936371, 0.22895671427249908, 0.1613929122686386, 0.37434443831443787, 0.12032658606767654, -0.6185957193374634, 0.27068454027175903, -0.2571650743484497, -0.11397439986467361, 0.044460855424404144, 0.7920916080474854, -0.5425777435302734, 0.692958652973175, -0.1608121544122696, -0.5943118929862976, 0.5627282857894897, -0.8010061383247375, 0.5024908781051636, 0.11710210144519806, 0.07528791576623917, 0.1695091426372528, -0.00779628474265337, -0.38212716579437256, -0.11311579495668411, -0.2778840661048889, 0.09544550627470016, 0.3379589915275574, -0.10924426466226578, 0.2899569272994995, 0.05158497765660286, -0.0537809282541275, -0.8930649757385254, 0.3982250988483429, 0.26573437452316284, -0.7322543859481812, 1.0782840251922607, 0.21257685124874115, -0.5388520359992981, 0.4558223783969879, -0.609260082244873, 0.05731261521577835, -0.2007073312997818, 0.19482657313346863, 0.8186342716217041, -0.7332788109779358, 0.6612899899482727, -0.1321987807750702, -0.9533595442771912, 0.6922176480293274, -0.5901209115982056, 0.01020320225507021, 1.0327155590057373, -0.9420725703239441, 0.7509527802467346, -0.26339131593704224, -1.0811234712600708, 1.163745403289795, -1.0510973930358887, 0.16560836136341095, 1.071549654006958, -0.9003865122795105, 0.4084379971027374, 0.4508551359176636, -1.128086805343628, 0.36249127984046936, -0.1114271953701973, 0.10801805555820465, 0.15629030764102936, 0.07245898991823196, 0.8132045269012451, -0.9781969785690308, 0.2450627237558365, -0.19284303486347198, -0.5731536149978638, 1.0554026365280151, -0.9221789836883545, 1.098201870918274, 0.0615168958902359, -0.8063153624534607, 0.551771879196167, -0.7171295285224915, -0.190774604678154, 0.568244993686676, -0.21210052073001862, 0.4531649351119995, -0.006617847830057144, -0.39505961537361145, 0.4707253873348236, -0.8287270665168762, -0.2919088304042816, 1.0885639190673828, -1.1417189836502075, 1.0384044647216797, 0.2138209491968155, -0.7463976740837097, 0.6417115330696106, -0.8181472420692444, -0.15171703696250916, 0.5285863876342773, -0.5844377875328064, 0.5856010913848877, 0.6206911206245422, -0.9546800851821899, 0.5743715167045593, -0.18820267915725708, -0.8795150518417358, 0.6830598711967468, -0.07465310394763947, -0.334151029586792, 1.4145054817199707, -1.4013272523880005, 0.6852847337722778, -0.2741290032863617, -0.857600212097168, 1.2416067123413086, -0.954437792301178, 0.5724021196365356, 0.3492772877216339, -0.693580687046051, 0.7823179364204407, -0.9121919870376587, 0.19935370981693268, -0.012205795384943485, -0.005353533662855625, -0.10523264855146408, 0.537015974521637, 0.015631914138793945, -0.7155607342720032, 0.8513503670692444, -0.5463271141052246, -0.4526195228099823, 0.8322572708129883, -0.5583978891372681, 0.33524009585380554, -0.03205174580216408, 0.027241922914981842, 0.0550767257809639, -0.159467875957489, 0.09523388743400574, -0.06751491129398346, 0.02735515870153904, 0.027876082807779312, 0.3728204667568207, -0.6324185132980347, 0.39908459782600403, 0.13218866288661957, -0.5107528567314148, 0.20571254193782806, 0.8406847715377808, -1.3758516311645508, 1.144073724746704, -0.511208176612854, -0.3195040225982666, 0.645060122013092, -0.5135389566421509, 0.37584802508354187, 0.09996236860752106, -0.512952446937561, 0.4190932810306549, -0.2109304815530777, -0.4513776898384094, 0.7592065334320068, -0.28450173139572144, -0.4280528426170349, 1.1293963193893433, -1.0649713277816772, 0.43180379271507263, -0.15826727449893951, -0.08507174998521805, 0.019387261942029, 0.05947880819439888, 0.32222113013267517, -0.2886197566986084, 0.45359480381011963, -0.4743501842021942, 0.25092118978500366, -0.2143312394618988, 0.016426285728812218, 0.3736169934272766, -0.6180999279022217, 0.9291166067123413, -0.13523195683956146, -0.4183494746685028, 0.37403374910354614, -0.5911985635757446, 0.1549241542816162, 0.458109974861145, -0.3886657953262329, 0.2865438163280487, 0.2772054374217987, -0.7472243309020996, 0.5125375986099243, -0.09302039444446564, -0.6317459940910339, 0.4862017035484314, 0.007974231615662575, -0.2761903703212738, 0.7832270860671997, -0.5944480299949646, 0.2856712341308594, -0.28570741415023804, -0.518252968788147, 0.768750786781311, -0.5568974614143372, 0.43267861008644104, 0.2406075894832611, -0.0650278702378273, -0.1770125925540924, -0.07363647222518921, 0.13826504349708557, -0.45675012469291687, 0.3927125036716461, 0.07590089738368988, 0.07020390778779984, 0.15800200402736664, -0.26748090982437134, 0.20604456961154938, -0.2652994692325592, -0.12710250914096832, 0.45136305689811707, -0.40540507435798645, 0.09762407839298248, 0.5074518918991089, -0.4821051359176636, 0.2843948304653168, -0.12682166695594788, -0.32366111874580383, 0.09376922249794006, 0.09380818158388138, 0.14578795433044434, 0.1712639331817627, -0.2908594608306885, 0.244660422205925, -0.26625192165374756, -0.4188745319843292, 0.8134667873382568, -0.5267921090126038, -0.015327182598412037, 0.5294776558876038, -0.43674859404563904, 0.19956377148628235, -0.21014246344566345, 0.22790393233299255, -0.2849627137184143, 0.1652204990386963, 0.07540883123874664, 0.03330908343195915, 0.05922408401966095, -0.22504225373268127, 0.23204222321510315, 0.22877642512321472, -0.7519783973693848, 0.6672388911247253, 0.0782337635755539, -0.6376195549964905, 1.044175148010254, -0.5782163143157959, -0.3372936546802521, 0.607543408870697, -0.26146575808525085, -0.3451034426689148, 0.7000799775123596, -0.4225410223007202, -0.15428778529167175, 0.45753392577171326, -0.39330044388771057, -0.03833239525556564, 0.30733948945999146, -0.3460730016231537, 0.3904605805873871, -0.4296996295452118, 0.06726061552762985, 0.31174132227897644, -0.7337110638618469, 0.8046311736106873, -0.07083579897880554, -0.2250203937292099, 0.08978362381458282, 0.09839515388011932, -0.22584891319274902, 0.10240455716848373, 0.1744181513786316, -0.17418766021728516, 0.42561161518096924, -0.39958715438842773, 0.36289164423942566, -0.21321576833724976, -0.3646980822086334, 0.5004501938819885, -0.11933573335409164, -0.2971819043159485, 0.8286330103874207, -0.8210158348083496, 0.18857602775096893, 0.1294323205947876, -0.5315699577331543, 0.4231731593608856, -0.27102458477020264, -0.14610247313976288, 0.5235714912414551, -0.3282024562358856, 0.10443736612796783, -0.1130896732211113, -0.39733099937438965, 0.2664484977722168, 0.006593420635908842, -0.4388347566127777, 0.9315692186355591, -0.36141613125801086, -0.36053982377052307, 0.6226698756217957, -0.7313390374183655, 0.014223948121070862, 0.4918011724948883, -0.4853123128414154, 0.5669227242469788, 0.06583961099386215, -0.24887250363826752, 0.11183822900056839, -0.23422937095165253, -0.2867574393749237, 0.3089073598384857, 0.13812880218029022, -0.025209365412592888, 0.028178686276078224, 0.4660678505897522, -0.7252551913261414, 0.2897256910800934, -0.055062755942344666, -0.4050699472427368, 0.49184978008270264, -0.17007747292518616, 0.19865351915359497, 0.20606231689453125, -0.37871870398521423, 0.21194444596767426, -0.16894464194774628, -0.4486187994480133, 0.572562038898468, -0.06858186423778534, -0.15887795388698578, 0.7403954863548279, -0.7089853882789612, -0.019572874531149864, 0.33385246992111206, -0.8252922892570496, 0.4991743266582489, 0.1219952180981636, -0.06796921044588089, 0.42816266417503357, -0.3315047323703766, -0.14354386925697327, 0.020541362464427948, -0.3489138185977936, 0.13363385200500488, 0.23256246745586395, -0.20178727805614471, 0.42257246375083923, 0.10429928451776505, -0.6208038926124573, 0.5018462538719177, -0.5001322627067566, -0.27949923276901245, 0.5906046032905579, -0.05591239780187607, -0.05004800856113434, 0.4685991704463959, -0.28139039874076843, -0.19154374301433563, -0.26742303371429443, 0.35555174946784973, -0.3653687536716461, 0.22651167213916779, 0.3113987147808075, 0.015647489577531815, -0.07936538755893707, 0.04717879369854927, -0.286316454410553, -0.27522826194763184, 0.09830795228481293, 0.37500858306884766, -0.20213817059993744, 0.4480210244655609, -0.28143996000289917, -0.189639151096344, 0.36650970578193665, -0.8289422392845154, 0.5692152380943298, -0.002836500992998481, -0.1988602727651596, 0.5601064562797546, -0.14201273024082184, -0.3259228467941284, 0.2566852271556854, -0.30144309997558594, -0.15160302817821503, 0.3843942880630493, -0.1420729160308838, 0.4838980436325073, -0.1470452845096588, -0.20510967075824738, 0.0015259538777172565, -0.023936482146382332, -0.32312363386154175, 0.15863919258117676, 0.32930314540863037, -0.139705091714859, 0.2577197551727295, -0.15048980712890625, -0.4215759336948395, 0.3957626223564148, -0.6194388270378113, 0.17393240332603455, 0.6713627576828003, -0.5917574763298035, 0.24546459317207336, 0.30031678080558777, -0.6855995059013367, 0.1673296093940735, 0.009736238978803158, -0.23607252538204193, 0.531753659248352, -0.3348376750946045, 0.6382830739021301, -0.4251193106174469, -0.13570448756217957, 0.21939322352409363, -0.4744704067707062, 0.3841593861579895, -0.16367240250110626, 0.5111098885536194, -0.3130226135253906, 0.10943955928087234, 0.10192198306322098, -0.5422521233558655, 0.09893535822629929, 0.11492586880922318, 0.21000128984451294, -0.3066852390766144, 0.5128398537635803, -0.3147423267364502, -0.13134536147117615, -0.08906041085720062, 0.11915592849254608, -0.24937699735164642, 0.10816042870283127, 0.305763304233551, 0.027290010824799538, -0.19889438152313232, 0.1764037162065506, -0.292852520942688, 0.135655477643013, -0.15733541548252106, 0.2078489512205124, 0.2952074408531189, -0.39770445227622986, 0.22398285567760468, 0.1658845990896225, -0.5638546347618103, 0.4654648005962372, -0.012937239371240139, -0.31369784474372864, 0.4701825976371765, -0.30356302857398987, 0.182758167386055, -0.33281630277633667, 0.20597951114177704, 0.02198663353919983, -0.2939690351486206, 0.10819800198078156, 0.38302716612815857, -0.6029974818229675, 0.3751572370529175, -0.03446338698267937, -0.33645743131637573, 0.41075390577316284, -0.3771378695964813, 0.3221869170665741, 0.048451606184244156, -0.2798730432987213, 0.29741615056991577, -0.2362583726644516, 0.05314965546131134, 0.25372371077537537, -0.19026324152946472, 0.17325882613658905, 0.020135661587119102, -0.18936261534690857, 0.24094219505786896, -0.1485346108675003, -0.0008992113289423287, -0.01984892413020134, 0.13121528923511505, -0.19524072110652924, 0.18289081752300262, -0.4318402409553528, 0.3294599652290344, -0.1027277410030365, -0.3083558976650238, 0.4202982783317566, -0.4101298153400421, -0.060310620814561844, 0.43777957558631897, -0.45318475365638733, 0.07186311483383179, 0.09748025983572006, -0.32636556029319763, 0.25465336441993713, 0.07506109774112701, -0.11582010984420776, 0.32466211915016174, -0.1155126616358757, -0.13932448625564575, 0.2065839171409607, -0.138238325715065, 0.20973579585552216, 0.08012634515762329, 0.00711792940273881, -0.002839985303580761, -0.10409338772296906, 0.28690141439437866, -0.3179031312465668, 0.08531773835420609, 0.35647469758987427, -0.616554319858551, 0.5222959518432617, -0.4986976087093353, 0.3455854058265686, -0.19116517901420593, -0.0382256843149662, 0.036178719252347946, -0.3787252902984619, 0.47686412930488586, -0.45088982582092285, 0.09576132893562317, 0.4977898895740509, -0.5382828116416931, 0.07963639497756958, 0.26622048020362854, -0.36937740445137024, 0.24509957432746887, -0.060645684599876404, 0.2212628722190857, -0.2947276830673218, 0.4942000210285187, -0.21800754964351654, -0.07532153278589249, 0.002386490348726511, 0.13024994730949402, -0.07918681204319, -0.003319784766063094, 0.2651386260986328, -0.3285175859928131, 0.10493616759777069, 0.19864623248577118, -0.5927323698997498, 0.45733341574668884, -0.08963347226381302, -0.5148358941078186, 0.6978007555007935, -0.2966141402721405, -0.2181876301765442, 0.600644052028656, -0.7040877938270569, 0.5639534592628479, -0.2316582053899765, -0.22225600481033325, 0.4694647192955017, -0.48659366369247437, 0.4098900556564331, 0.17708534002304077, -0.375520795583725, 0.5062016844749451, -0.47848111391067505, 0.22167006134986877, 0.11317017674446106, -0.04888450354337692, 0.07450272142887115, -0.16526637971401215, 0.19914835691452026, -0.13024216890335083, -0.10629136115312576, 0.32226425409317017, -0.5752493143081665, 0.4147355854511261, -0.10931827127933502, -0.13357749581336975, 0.48475223779678345, -0.5622454881668091, 0.27507179975509644, -0.2293478101491928, -0.27390310168266296, 0.621924638748169, -0.7326998710632324, 0.7050602436065674, -0.16640454530715942, 0.08816224336624146, -0.09522175043821335, -0.06117904558777809, 0.16637663543224335, -0.4549839496612549, 0.6865028142929077, -0.35750898718833923, 0.08177853375673294, 0.35490283370018005, -0.4107055366039276, 0.0742761641740799, 0.08736933767795563, -0.03187737241387367, -0.07963007688522339, 0.13260290026664734, 0.10518236458301544, -0.25427985191345215, 0.11395585536956787, 0.0846855416893959, -0.4591014087200165, 0.194949209690094, 0.12213440984487534, -0.2031492292881012, 0.20304273068904877, 0.16064272820949554, -0.4591558873653412, 0.2764413058757782, -0.08845581859350204, -0.40422698855400085, 0.8878738284111023, -0.7697638869285583, 0.38970816135406494, 0.20378801226615906, -0.4729909598827362, 0.4052344858646393, -0.1742207258939743, 0.015038719400763512, -0.06101318821310997, 0.16753830015659332, 0.025615813210606575, 0.0341813787817955, -0.08941050618886948, 0.17403703927993774, -0.2729417383670807, -0.03591851145029068, 0.0562872439622879, 0.11885493248701096, -0.01773013547062874, -0.04074063152074814, 0.11419221013784409, -0.19594299793243408, -0.11269930005073547, 0.06823228299617767, 0.19742746651172638, -0.3316199481487274, 0.29640090465545654, -0.03924299031496048, -0.11115185171365738, -0.08367212116718292, 0.21603447198867798, -0.22019585967063904, 0.05244995653629303, 0.3139131963253021, -0.531927227973938, 0.4423134922981262, -0.2084452211856842, -0.05165328457951546, 0.17913296818733215, -0.08658545464277267, -0.09596877545118332, 0.21725791692733765, -0.4031752943992615, 0.1288646012544632, 0.2277216762304306, -0.4277048408985138, 0.21537095308303833, 0.22077493369579315, -0.36389708518981934, 0.12285831570625305, 0.09132319688796997, -0.27536022663116455, 0.11827696114778519, 0.013439022935926914, 0.06798435002565384, -0.17638728022575378, 0.29085251688957214, -0.00570637034252286, -0.2374965399503708, 0.11983532458543777, -0.08110644668340683, 0.13486771285533905, -0.17721214890480042, 0.3583545982837677, -0.08900514990091324, -0.060676660388708115, -0.21749643981456757, 0.0914037674665451, -0.09267356246709824, -0.15491247177124023, 0.25082531571388245, 0.004373105708509684, -0.1053236722946167, 0.06473571062088013, 0.01649899035692215, -0.6343129873275757, 0.5226365923881531, -0.22694160044193268, -0.28281527757644653, 0.5717713832855225, -0.24584589898586273, 0.059685029089450836, -0.04723109304904938, -0.05802445486187935, -0.19185248017311096, 0.22514145076274872, 0.15851931273937225, -0.11175050586462021, 0.17158730328083038, 0.10881355404853821, -0.02254214696586132, -0.42107027769088745, 0.27240920066833496, 0.0650549829006195, -0.19541439414024353, 0.44478756189346313, -0.10510753840208054, -0.18856512010097504, 0.15788927674293518, -0.3587699830532074, 0.2237468957901001, -0.15436209738254547, -0.1682087779045105, 0.3658119738101959, -0.38406550884246826, -0.23861733078956604, 0.5483031272888184, -0.551651120185852, -0.03800898417830467, 0.25518056750297546, -0.3627159297466278, 0.30300819873809814, -0.10281118005514145, -0.03079252317547798, 0.08556535840034485, -0.5312454700469971, 0.504279613494873, -0.11785999685525894, -0.21362684667110443, 0.6547971367835999, -0.3940187990665436, 0.455547958612442, -0.27974703907966614, -0.19154709577560425, 0.46283334493637085, -0.18458519876003265, -0.05896078422665596, 0.5296885371208191, -0.560139536857605, 0.2919398248195648, 0.07260076701641083, -0.34265702962875366, 0.3136305809020996, 0.024320457130670547, -0.3636828660964966, 0.4099188446998596, -0.39005979895591736, 0.06648856401443481, -0.027153873816132545, -0.3342071771621704, 0.2591742277145386, -0.4183734059333801, 0.1529853790998459, 0.35559317469596863, -0.6023741960525513, 0.40493327379226685, 0.0002432538167340681, -0.3897734582424164, 0.047342099249362946, 0.06472649425268173, 0.33472636342048645, -0.20740221440792084, -0.0730835422873497, 0.8246480822563171, -0.7048345804214478, 0.07859476655721664, 0.6246135830879211, -0.634788990020752, 0.2844390571117401, 0.3599276840686798, -0.07327926158905029, 0.060947488993406296, -0.02188774384558201, 0.01097764354199171, 0.04699881002306938, -0.42588305473327637, 0.1812012791633606, 0.16990278661251068, -0.35215145349502563, 0.4527420699596405, -0.18938854336738586, -0.17169822752475739, 0.10584907233715057, -0.6307306289672852, 0.3760354220867157, -0.017704740166664124, -0.14263468980789185, 0.4316091239452362, -0.4384491443634033, 0.17725351452827454, -0.09390715509653091, 0.12005075812339783, -0.16968676447868347, 0.3307614028453827, 0.015148468315601349, -0.0923159122467041, 0.3951953053474426, -0.22345766425132751, -0.07107343524694443, 0.22199273109436035, 0.005739954765886068, -0.15487174689769745, 0.15490446984767914, 0.43025121092796326, -0.6352628469467163, 0.6714683175086975, -0.44881996512413025, -0.05819937214255333, 0.03873996436595917, -0.08400848507881165, 0.16434155404567719, 0.0016516675241291523, -0.16957004368305206, 0.58218914270401, -1.1153950691223145, 0.7596282958984375, -0.23405295610427856, -0.43655794858932495, 0.8468719720840454, -0.41442278027534485, 0.05942258611321449, 0.1847659945487976, -0.29407984018325806, 0.26845332980155945, -0.28229010105133057, 0.040307339280843735, 0.4294092059135437, -0.5113596320152283, 0.502450704574585, 0.20544224977493286, -0.5154371857643127, 0.2629406452178955, 0.10956365615129471, -0.38072922825813293, 0.39952245354652405, 0.20761850476264954, -0.41495266556739807, 0.43835294246673584, -0.17905279994010925, -0.05677207559347153, -0.08892732113599777, 0.1939426064491272, 0.0260053351521492, -0.24079039692878723, 0.6414127945899963, -0.49878227710723877, 0.0746973529458046, 0.274310439825058, -0.5864924192428589, 0.3113339841365814, -0.0422045961022377, -0.08596984297037125, 0.14587414264678955, -0.14293186366558075, 0.06923957914113998, 0.367492139339447, -0.6831781268119812, 0.17701970040798187, 0.14812082052230835, -0.28479668498039246, 0.07840118557214737, 0.3898433446884155, -0.49002617597579956, 0.23476642370224, 0.10350509732961655, -0.45320799946784973, 0.19720447063446045, 0.2534763514995575, -0.41901716589927673, 0.5550917387008667, -0.17086277902126312, -0.11113037168979645, -0.058984898030757904, 0.2196331024169922, -0.34691768884658813, 0.11594641208648682, 0.07631048560142517, 0.14591416716575623, -0.26199477910995483, 0.497311532497406, -0.37579742074012756, 0.011560769751667976, -0.213078111410141, 0.1809934824705124, -0.04505250230431557, -0.04234170913696289, 0.22486074268817902, -0.09737181663513184, -0.172537162899971, 0.01201225072145462, 0.3911232650279999, -0.953775942325592, 0.4660828411579132, 0.37505200505256653, -0.42695853114128113, 0.33033835887908936, 0.09749112278223038, -0.4741310179233551, -0.025629950687289238, 0.1157052293419838, -0.3171020448207855, 0.4310741424560547, 0.01947101019322872, -0.10114461183547974, 0.2732681930065155, -0.3425503671169281, 0.05530514195561409, -0.13751310110092163, -0.1478477269411087, 0.39320236444473267, -0.4325138330459595, 0.5667376518249512, -0.26595672965049744, -0.19635780155658722, 0.5425589680671692, -0.6274546384811401, 0.04138399660587311, 0.21472837030887604, -0.5263691544532776, 0.7321419715881348, -0.11379066109657288, -0.3281500041484833, 0.32130199670791626, -0.4659925103187561, 0.030438782647252083, -0.09297686070203781, 0.33117106556892395, -0.409995973110199, 0.4390890598297119, -0.051956143230199814, -0.21903569996356964, 0.04683535918593407, -0.2058827430009842, -0.20957255363464355, 0.5785551071166992, -0.5383265018463135, 0.3357331156730652, 0.37346798181533813, -0.8272203803062439, 0.5520275831222534, -0.055041756480932236, -0.2751867175102234, -0.0018593516433611512, 0.25403648614883423, -0.05162826180458069, 0.10810674726963043, -0.1578778177499771, 0.2954363226890564, -0.45820483565330505, 0.12447021901607513, -0.06995248794555664, -0.03520101308822632, 0.29202303290367126, -0.2769242227077484, 0.13055752217769623, 0.11599773168563843, -0.5217728018760681, 0.2657005488872528, 0.04665655642747879, -0.4564909338951111, 0.5466910004615784, -0.3040916621685028, 0.08155105262994766, 0.10874100029468536, -0.20830580592155457, 0.16269893944263458, -0.171370729804039, 0.09268911927938461, 0.06562744826078415, -0.05547114089131355, 0.4093085825443268, -0.24547822773456573, 0.2245117723941803, -0.23336444795131683, -0.026534171774983406, 0.26665374636650085, -0.14327971637248993, 0.09791672229766846, 0.07044254243373871, 0.2981037497520447, -0.43366411328315735, 0.599162220954895, -0.7834802269935608, 0.3703868091106415, 0.0389585979282856, -0.5399221777915955, 0.6701061725616455, -0.20803223550319672, -0.35124650597572327, 0.5906953811645508, -0.3177170157432556, -0.3308679163455963, 0.560474693775177, -0.7814897298812866, 0.5761941075325012, -0.10472699254751205, -0.03173474967479706, 0.11244876682758331, 0.13374720513820648, -0.34265291690826416, 0.056288622319698334, 0.20618368685245514, 0.12852752208709717, -0.2925105392932892, 0.30668771266937256, 0.2843182682991028, -0.2759394645690918, 0.08136927336454391, -0.12755484879016876, -0.23007334768772125, 0.471734881401062, -0.46790558099746704, 0.7523241639137268, -0.30946803092956543, -0.3424740731716156, 0.4494818449020386, -0.466358482837677, -0.03381559997797012, 0.08122806251049042, -0.12922462821006775, 0.3246954083442688, -0.21315047144889832, 0.3651176393032074, -0.4337828755378723, -0.275138258934021, 0.5020883679389954, -0.47153088450431824, 0.1420011669397354, 0.8242329359054565, -0.8247263431549072, 0.6561124324798584, -0.00024527538334950805, -0.3150904178619385, -0.009163622744381428, 0.14226022362709045, -0.13265864551067352, 0.5000801682472229, -0.17649999260902405, 0.4412119388580322, -0.016586361452937126, -0.5114274621009827, 0.3632720410823822, -0.16024567186832428, -0.32098716497421265, 0.420693039894104, 0.239841490983963, -0.35817795991897583, 0.28094586730003357, -0.09292756021022797, -0.5156887173652649, 0.008718790486454964, 0.18941140174865723, 0.10039072483778, 0.022555191069841385, 0.042906273156404495, 0.1293797343969345, -0.22531814873218536, -0.24693457782268524, 0.13510243594646454, -0.432974249124527, 0.345844566822052, 0.6336206793785095, -0.5882788300514221, 0.5841413140296936, -0.041948676109313965, -0.6308218240737915, 0.046399835497140884, 0.3621561527252197, -0.40035614371299744, 0.2768503725528717, 0.3993936777114868, -0.3074767589569092, 0.02299947291612625, 0.2021583765745163, -0.6163977980613708, 0.1361694484949112, 0.1771765947341919, -0.29735538363456726, 0.6840941309928894, -0.3312421143054962, 0.03141188621520996, -0.24776557087898254, -0.005941612180322409, -0.0114761246368289, -0.3181802034378052, 0.6018412113189697, -0.3283272385597229, 0.4195948839187622, -0.05494265258312225, -0.2523951828479767, -0.12049007415771484, 0.024195389822125435, -0.11429363489151001, 0.010649904608726501, 0.4583592414855957, -0.08077563345432281, -0.050172578543424606, -0.12559978663921356, -0.013105061836540699, -0.15679822862148285, 0.08420606702566147, 0.04725789651274681, -0.041153594851493835, 0.29037562012672424, -0.2543708086013794, 0.19640280306339264, -0.15204745531082153, -0.33825454115867615, 0.2698860168457031, -0.05291605368256569, -0.18505501747131348, 0.6436261534690857, -0.4649757444858551, 0.09625361114740372, 0.2310989499092102, -0.5174646377563477, -0.028524024412035942, 0.2528091371059418, -0.045570008456707, -0.04902752488851547, 0.40462884306907654, -0.31568408012390137, -0.13383103907108307, 0.13997553288936615, -0.17888964712619781, 0.09127092361450195, -0.06129060685634613, 0.07353674620389938, 0.08564126491546631, -0.03910190239548683, 0.045895688235759735, -0.12218528985977173, -0.24861308932304382, 0.31471413373947144, -0.25671765208244324, 0.18434114754199982, 0.1128511056303978, -0.10758251696825027, -0.04168148338794708, 0.14060860872268677, -0.33504730463027954, 0.17545394599437714, -0.17789465188980103, -0.09787637740373611, 0.6738210916519165, -0.6688970327377319, 0.5876675844192505, -0.30539605021476746, -0.5643195509910583, 0.5439836978912354, -0.06583990156650543, -0.2928818166255951, 0.42590469121932983, -0.24982748925685883, 0.1331316977739334, -0.08605127036571503, -0.14746281504631042, 0.14516066014766693, -0.0819096714258194, -0.3238234221935272, 0.6519076824188232, -0.45233356952667236, -0.015185967087745667, 0.5890562534332275, -0.8615115284919739, 0.5285065174102783, 0.11358143389225006, -0.7969899773597717, 0.9168463945388794, -0.28982818126678467, -0.14181095361709595, 0.22801826894283295, 0.0580177940428257, -0.33825942873954773, -0.15836729109287262, 0.7265578508377075, -0.5622445344924927, 0.24464626610279083, 0.04948614165186882, 0.04101480171084404, -0.29341021180152893, 0.15340697765350342, 0.056638460606336594, 0.06222459673881531, -0.5316829681396484, 0.7865902781486511, -0.2530423700809479, -0.4975804388523102, 0.5995557904243469, -0.06081292778253555, -0.19573526084423065, 0.0038088352885097265, 0.07202878594398499, 0.16271257400512695, -0.44398394227027893, 0.4371291995048523, -0.026301506906747818, -0.26608791947364807, 0.20454372465610504, 0.003150037955492735, -0.075236976146698, 0.12052398175001144, -0.04113944247364998, 0.03638869524002075, -0.23919148743152618, 0.43290776014328003, -0.5180067420005798, 0.469251424074173, -0.2118370682001114, -0.1064705103635788, 0.1715603619813919, -0.05762393772602081, -0.024879058822989464, 0.0734446719288826, -0.2706163823604584, 0.509103536605835, -0.5316667556762695, 0.16217724978923798, -0.08877062797546387, 0.253491073846817, -0.24688301980495453, 0.2145206481218338, -0.21538057923316956, 0.14592784643173218, -0.1806054711341858, 0.13300804793834686, 0.14130732417106628, -0.2950487732887268, 0.16567786037921906, -0.006580718327313662, -0.006386556662619114, 0.09106341749429703, 0.02485734038054943, 0.19408772885799408, -0.46442997455596924, 0.16845624148845673, 0.30149510502815247, -0.23696385324001312, 0.06268782168626785, 0.2753366529941559, -0.43337875604629517, 0.46645933389663696, -0.42193537950515747, 0.40309640765190125, -0.12439526617527008, -0.21495366096496582, 0.3190557062625885, -0.20900318026542664, -0.17736048996448517, 0.6304014921188354, -0.6851456761360168, 0.34914082288742065, 0.036978576332330704, -0.4033059775829315, 0.20141495764255524, 0.12949053943157196, -0.20330120623111725, 0.10746663063764572, 0.02824690006673336, -0.16358041763305664, -0.11919286847114563, 0.19905950129032135, 0.12915050983428955, -0.2038583755493164, 0.0277542807161808, 0.1460871696472168, -0.2892386317253113, 0.4368773102760315, -0.12129531055688858, -0.1181805208325386, 0.16976389288902283, -0.08727024495601654, 0.017440443858504295, 0.17748717963695526, -0.10484454035758972, 0.13546516001224518, -0.233154758810997, 0.3087335526943207, -0.12335872650146484, -0.20904189348220825, 0.08690988272428513, 0.08253464102745056, 0.04019533470273018, -0.2602576017379761, 0.3247263431549072, -0.4243711233139038, -0.005512802395969629, 0.043490346521139145, 0.15978462994098663, -0.17882466316223145, -0.11875104159116745, 0.018488379195332527, 0.03228004649281502, -0.039686962962150574, 0.09954521059989929, -0.001391905010677874, -0.17056097090244293, 0.041189100593328476, 0.09162186831235886, -0.033253829926252365, 0.1595701277256012, -0.08216164261102676, 0.09191381186246872, -0.026970796287059784, -0.00444065872579813, 0.04963984712958336, -0.09923286736011505, 0.36217421293258667, -0.26821327209472656, 0.024029405787587166, 0.1815803200006485, -0.10910557210445404, -0.22749830782413483, 0.28116822242736816, -0.15477168560028076, 0.05686778575181961, -0.0917637050151825, 0.057481009513139725, 0.21455955505371094, -0.2910256087779999, -0.12207560241222382, 0.2968461215496063, -0.35758137702941895, -0.06320787221193314, 0.5589725375175476, -0.35071542859077454, 0.11217526346445084, -0.10456622391939163, 0.05149737745523453, -0.04199659451842308, -0.14433330297470093, 0.33107277750968933, -0.02418673038482666, -0.23826299607753754, 0.21310460567474365, 0.17124728858470917, -0.4367021322250366, 0.24559062719345093, 0.16243085265159607, -0.42731422185897827, 0.4346678555011749, -0.10038639605045319, -0.05175504833459854, 0.1164274588227272, -0.3474375605583191, 0.34616756439208984, -0.2246192842721939, -0.19796617329120636, 0.8540395498275757, -0.950244665145874, 0.30500665307044983, 0.3949611783027649, -0.6286792159080505, 0.06870048493146896, 0.24374507367610931, -0.1172385886311531, -0.1604567915201187, 0.2549835443496704, -0.0051199872978031635, -0.20694755017757416, 0.030129430815577507, 0.12212217599153519, -0.301636666059494, 0.2698141932487488, 0.10086074471473694, -0.34916555881500244, 0.4499961733818054, -0.42689332365989685, 0.3435535132884979, -0.14236675202846527, -0.014284614473581314, 0.03471779823303223, 0.16498321294784546, -0.21207036077976227, 0.35318419337272644, -0.20161215960979462, -0.09903036057949066, 0.273983895778656, -0.33348220586776733, 0.020051728934049606, 0.49690160155296326, -0.33466804027557373, -0.05332443118095398, 0.1900496929883957, 0.0220856461673975, -0.38786765933036804, 0.39642906188964844, -0.12863565981388092, -0.05731787160038948, -0.10770665854215622, 0.3521935045719147, -0.23482641577720642, -0.07306651026010513, 0.4177602529525757, -0.6815298795700073, 0.3434235751628876, 0.28346264362335205, -0.5754690766334534, 0.5947821736335754, -0.0905425101518631, -0.35999393463134766, 0.23851066827774048, -0.24742604792118073, 0.21404238045215607, 0.028228694573044777, -0.23274938762187958, 0.500766396522522, -0.38127601146698, -0.09102321416139603, 0.41766366362571716, -0.41715800762176514, -0.11464729905128479, 0.2925715148448944, -0.23184321820735931, 0.17673040926456451, 0.024968784302473068, -0.1160263791680336, 0.14095909893512726, -0.22895723581314087, 0.03144673630595207, -0.018788641318678856, -0.06302561610937119, 0.39629754424095154, -0.298553466796875, 0.0052373092621564865, 0.31515589356422424, -0.4261743128299713, -0.03216547146439552, 0.2850586771965027, -0.07683298736810684, 0.10854887217283249, 0.00539673725143075, 0.05658303201198578, -0.1508847028017044, -0.05450519919395447, 0.20723283290863037, -0.2428712397813797, 0.04767182841897011, 0.18704693019390106, -0.10890032351016998, 0.05467460677027702, 0.041391707956790924, -0.16622477769851685, -0.005175067577511072, -0.09290620684623718, 0.15094192326068878, -0.019396791234612465, -0.0532538928091526, 0.15995019674301147, -0.06040866672992706, -0.294643759727478, 0.17220114171504974, 0.06140235438942909, -0.1897912621498108, 0.3453281819820404, -0.25973689556121826, 0.16356076300144196, 0.07424852252006531, -0.40010371804237366, 0.36978352069854736, -0.18610231578350067, 0.031102869659662247, 0.039163973182439804, 0.1994115263223648, -0.0969318300485611, -0.11543913185596466, 0.0677666887640953, -0.011103488504886627, -0.20830707252025604, 0.14769798517227173, 0.23069477081298828, -0.2240506410598755, 0.181172177195549, -0.2317497581243515, 0.08399695158004761, -0.047984108328819275, -0.27773693203926086, 0.44200173020362854, -0.19813674688339233, -0.05295729637145996, 0.2651045024394989, -0.33412158489227295, 0.11200720816850662, -0.018418461084365845, -0.2094336450099945, 0.23463264107704163, 0.04674351587891579, -0.0370442159473896, -0.16328859329223633, 0.3404737412929535, -0.3663310110569, -0.03985774889588356, 0.26494425535202026, -0.15639165043830872, -0.08959590643644333, 0.4188971519470215, -0.1848755180835724, -0.1155925914645195, 0.10450376570224762, -0.009862326085567474, -0.3198796212673187, 0.29329660534858704, 0.025803156197071075, -0.047206126153469086, 0.25995078682899475, -0.24388423562049866, -0.07295352220535278, 0.21420808136463165, -0.20391029119491577, -0.03144965320825577, 0.1625116914510727, 0.02268999069929123, 0.14315202832221985, -0.22329971194267273, 0.016306284815073013, 0.13322214782238007, -0.16758841276168823, -0.12968304753303528, 0.2558389902114868, 0.03203190490603447, -0.1762201488018036, 0.339484840631485, -0.24909214675426483, -0.20262093842029572, 0.23558256030082703, -0.28368401527404785, 0.18954020738601685, 0.0022650740575045347, 0.0415547713637352, -0.07000957429409027, 0.04041506350040436, -0.08380548655986786, -0.132576584815979, 0.3044712245464325, -0.16264130175113678, -0.14214441180229187, 0.331739604473114, -0.16743455827236176, 0.0396546944975853, 0.036300383508205414, -0.13718821108341217, 0.1133391335606575, 0.11304985731840134, -0.13153205811977386, 0.1440134048461914, 0.12243998795747757, -0.1256798505783081, -0.09527648240327835, 0.019964080303907394, -0.13253813982009888, 0.1994369924068451, -0.04474234580993652, 0.03325166553258896, -0.008484704419970512, 0.0381670817732811, -0.2751839756965637, 0.10556961596012115, -0.11179831624031067, -0.039867103099823, 0.0766909196972847, -0.01375848799943924, 0.12761959433555603, -0.262095183134079, 0.08178678154945374, 0.08383864909410477, -0.3282395005226135, 0.2737337052822113, 0.14290951192378998, -0.2288835197687149, 0.15758664906024933, 0.12417959421873093, -0.18349264562129974, 0.08493803441524506, 0.09337300807237625, 0.034742213785648346, -0.06074138730764389, 0.14691564440727234, 0.14728018641471863, -0.31840968132019043, 0.15744878351688385, 0.1557718962430954, -0.19303835928440094, 0.008862140588462353, 0.2284640222787857, -0.24094383418560028, -0.010826218873262405, 0.0771852657198906, -0.09774810075759888, -0.1708921492099762, 0.11171618849039078, -0.02362246997654438, 0.011607019230723381, -0.10876961797475815, -0.006201272830367088, -0.009202647022902966, -0.19503314793109894, 0.14618101716041565, -0.02380545809864998, -0.010270488448441029, 0.152736097574234, -0.1275956630706787, -0.004396666307002306, -0.016465825960040092, 0.0956105887889862, -0.06292016804218292, 0.10505302995443344, 0.17083914577960968, -0.07289963960647583, -0.013844968751072884, 0.09859446436166763, -0.13836325705051422, 0.16515059769153595, -0.028846941888332367, -0.08942339569330215, 0.20587387681007385, -0.14417098462581635, 0.021371731534600258, -0.017391961067914963, -0.1057511642575264, 0.07410896569490433, -0.042536359280347824, -0.0762990340590477, 0.10482395440340042, -0.14574933052062988, -0.012485448271036148, 0.03973938152194023, -0.2859969735145569, 0.20030848681926727, -0.015318126417696476, -0.11674799770116806, 0.19295983016490936, 0.002879640320315957, -0.09494282305240631, -0.16539844870567322, 0.2955198585987091, -0.16707341372966766, -0.05238925665616989, 0.3133571445941925, -0.0482509508728981, -0.18579019606113434, 0.258121132850647, -0.0014418789651244879, -0.2369048148393631, 0.18817730247974396, 0.12337617576122284, -0.09403376281261444, 0.05107421427965164, 0.09505447000265121, -0.12427075207233429, -0.02675095945596695, -0.03231188282370567, 0.07890936732292175, -0.00920829363167286, -0.13761641085147858, 0.3020097613334656, -0.21517051756381989, -0.08500626683235168, 0.12175186723470688, -0.11161627620458603, -0.11933503299951553, 0.1656537503004074, -0.06031820923089981, -0.04597536101937294, -0.03842490166425705, 0.05510513857007027, -0.10162494331598282, -0.017830947414040565, 0.1314534693956375, -0.17588205635547638, 0.12096705287694931, 0.03802891820669174, -0.09216395765542984, 0.12894830107688904, -0.09039104729890823, -0.15235285460948944, 0.2601412832736969, -0.08172979950904846, -0.03259812295436859, 0.254167765378952, -0.1627354919910431, 0.028717244043946266, 0.09555018693208694, -0.08796272426843643, 0.008715747855603695, 0.04580477625131607, 0.08362171053886414, -0.11287832260131836, 0.049219850450754166, 0.02359730750322342, -0.09114684164524078, 0.04304889589548111, 0.04005450755357742, -0.02351268194615841, -0.026398461312055588, -0.049285586923360825, 0.03909745067358017, -0.0515572614967823, 0.02550804801285267, 0.018792789429426193, -0.10006922483444214, 0.006395690608769655, -0.009267190471291542, 0.10497287660837173, -0.09207523614168167, 0.08403275907039642, 0.014027005061507225, -0.07257402688264847, 0.11527667939662933, -0.00773197878152132, -0.05480698123574257, 0.05904218554496765, -0.0195908322930336, -0.017519306391477585, 0.10880368202924728, -0.04496719315648079, 0.06760966777801514, 0.028008567169308662, -0.08242636919021606, 0.0482027642428875, -0.030192535370588303, 0.04095249995589256, -0.029236620292067528, -0.02830030396580696, 0.029031846672296524, -0.11195001006126404, 0.02091771923005581, 0.06378772854804993, -0.001731923664920032, -0.014975987374782562, -0.03984556719660759, 0.016605878248810768, -0.017123380675911903, -0.04657777398824692, 0.10315107554197311, -0.05167192593216896, -0.04109865054488182, 0.04383076727390289, -0.0835670605301857, 0.05206918716430664, 0.10554341226816177, -0.07403986901044846, 0.04536403343081474, 0.07936964184045792, -0.014417672529816628, -0.1031450405716896, -0.007871797308325768, 0.10912380367517471, -0.1554897427558899, 0.04887291416525841, 0.14053213596343994, -0.13090091943740845, 0.09369466453790665, 0.11479209363460541, -0.1119813472032547, -0.06795918941497803, -0.031257208436727524, 0.09654707461595535, -0.06583999842405319, 0.04759182408452034, 0.13525651395320892, -0.0948580801486969, -0.08400767296552658, 0.07207395136356354, 0.02803819254040718, -0.03936825320124626, 0.1264878362417221, 0.012390767224133015, -0.13207297027111053, 0.14545542001724243, -0.057633813470602036, -0.09774812310934067, 0.10073839128017426, 0.01680113933980465, -0.05016321316361427, 0.07580604404211044, 0.03969699144363403, -0.06779840588569641, -0.05045938864350319, 0.0611959844827652, -0.10144274681806564, -0.049061983823776245, 0.14569130539894104, 0.009561794809997082, -0.11452008038759232, 0.07931015640497208, -0.14449486136436462, -0.053322650492191315, 0.04767473787069321, 0.019367946311831474, 0.0621219202876091, -0.018801230937242508, -0.012112888507544994, -0.0668478012084961, -0.04459313303232193, 0.05945214629173279, -0.022419096902012825, 0.027463175356388092, 0.07548000663518906, -0.0621391236782074, -0.006554544437676668, 0.06951668858528137, -0.028694698587059975, -0.04431156441569328, 0.04530451446771622, 0.02136462740600109, -0.0347217358648777, 0.03878389671444893, 0.02125406451523304, -0.09009134769439697, -0.06272256374359131, -0.02921326272189617, -0.022541409358382225, 0.04797694832086563, -0.01760493777692318, -0.061666108667850494, -0.02016502432525158, -0.1135471910238266, -0.09796378016471863, 0.06898561865091324, 0.0032639235723763704, -0.0551508404314518, 0.08496125787496567, -0.129842609167099, -0.051113054156303406, 0.0585491918027401, -0.08122029900550842, 0.11737868189811707, 0.12006568163633347, -0.10444047302007675, 0.12070462852716446, 0.0036680700723081827, -0.06068646162748337, 0.11741171777248383, 0.0074310521595180035, 0.009881657548248768, 0.021894827485084534, 0.02206721156835556, 0.088409423828125, 0.005906563252210617, -0.020675046369433403, -0.053391966968774796, -0.044631026685237885, -0.0034183284733444452, -0.007647321559488773, -0.014626335352659225, 0.006078789010643959, -0.09599419683218002, -0.09281197935342789, -0.05117572098970413, -0.06448433548212051, -0.031811922788619995, 0.013373454101383686, -0.04285351186990738, -0.014560511335730553, -0.014268927276134491, -0.028231263160705566, -0.058922179043293, -0.07642538845539093, -0.0018505663610994816, 0.015063717029988766, -0.029140381142497063, 0.1020367443561554, 0.08171383291482925, -0.039487555623054504, -0.021981386467814445, -0.025706332176923752, -0.0467010959982872, 0.03241204097867012, 0.06586834043264389, 0.04444006085395813, -0.011277468875050545, 0.004198185633867979, -0.0422930046916008, -0.050208304077386856, 0.04007743299007416, 0.07177657634019852, -0.004415811039507389, 0.011490237899124622, 0.00858332496136427, -0.04440111294388771, -0.004755518399178982, 0.01699497550725937, 0.021252969279885292, 0.017319882288575172, 0.050825681537389755, 0.05437375232577324, 0.003320986870676279, 0.04216250404715538, 0.00537871103733778, -0.008979817852377892, 0.042972978204488754, 0.026436764746904373, 0.034630417823791504, 0.06229359284043312, -0.01237540040165186, 0.018238428980112076, 0.022039195522665977, -0.027427125722169876, 0.025043684989213943, 0.0477624386548996, -0.004265046678483486, -0.0027878228574991226, -0.011527953669428825, -0.020471272990107536, -0.02858581580221653, 0.01956663839519024, 0.004484454169869423, 0.009106935933232307, -0.0070886979810893536, 0.006977581884711981, -0.006544489413499832, -0.013910108245909214, 0.04010782018303871, -0.02785041742026806, -0.006608997005969286, 0.05520053207874298, 0.023510437458753586, 0.011255498044192791, 0.06068601459264755, 0.004005248658359051, 0.0161475520581007, 0.020152511075139046, 0.04269081726670265, 0.09767218679189682, 0.016473131254315376, 0.025775738060474396, 0.0702952966094017, -0.007687064353376627, 0.05460942164063454, 0.0803067684173584, 0.00815577618777752, 0.07437735795974731, 0.039894457906484604, 0.05891041085124016, 0.051516093313694, 0.058486804366111755, 0.038451891392469406, -0.03858065977692604, 0.026458801701664925, 0.11700116097927094, 0.05839855596423149, 0.06149120256304741, 0.08594920486211777, -0.006773677188903093, -0.033480264246463776, 0.02649572491645813, 0.05973534658551216, 0.05388806015253067, 0.09163275361061096, 0.05854041129350662, -0.02214612439274788, 0.008079598657786846, -0.021593257784843445, 0.019037161022424698, 0.03534097224473953, 0.03167566657066345, 0.018452880904078484, -0.00605663750320673, -0.02087864838540554, 0.022017620503902435, -0.08417204767465591, -0.04132748022675514, 0.03437067195773125, -0.021516676992177963, -0.002867672825232148, 0.03487800061702728, -0.0511186346411705, -0.0637475997209549, 0.007797026075422764, -0.0024082877207547426, 0.04593255743384361, 0.09731683880090714, 0.02857765555381775, 0.0218260046094656, 0.07429030537605286, 0.06504761427640915, 0.09438223391771317, 0.11549055576324463, 0.1308194100856781, 0.07810652256011963, 0.10303591936826706, 0.1650560200214386, 0.2203086018562317, 0.22216156125068665, 0.20338842272758484, -0.03697315230965614, -0.13439276814460754, -0.020602623000741005, 0.17023740708827972, 0.35188451409339905, 0.2906048893928528, 0.01055116206407547, -0.309895396232605, -0.4231932461261749, -0.18756210803985596, 0.09594205021858215, 0.21024519205093384, 0.07777433842420578, -0.285112202167511, -0.5318416357040405, -0.46714872121810913, -0.22979193925857544, -0.038677629083395004, -0.018041830509901047, -0.1967853158712387, -0.39775243401527405, -0.4119897782802582, -0.30423054099082947, -0.20886676013469696, -0.14732280373573303, -0.16945607960224152, -0.23847337067127228, -0.21474282443523407, -0.12337074428796768, -0.05520243942737579, -0.06786559522151947, -0.17869137227535248, -0.19899557530879974, -0.15203113853931427, 0.0199436005204916, 0.14316418766975403, 0.1364322155714035, -0.007727224845439196, -0.14664864540100098, -0.133253276348114, -0.0025411418173462152, 0.15883766114711761, 0.23559898138046265, 0.1478767842054367, -0.03224113583564758, -0.11585794389247894, -0.031092384830117226, 0.11290886998176575, 0.20279423892498016, 0.17947976291179657, 0.05958707258105278, -0.044118862599134445, -0.04730641841888428, 0.03346015885472298, 0.12812742590904236, 0.14301389455795288, 0.06689996272325516, 0.029010601341724396, -0.01170636061578989, 0.015515748411417007, 0.06730116158723831, 0.03060934878885746, -0.005946958437561989, -0.009401291608810425, -0.012813230976462364, 0.03711731731891632, 0.027211695909500122, -0.010340914130210876, -0.09210279583930969, -0.11117663234472275, -0.06465859711170197, -0.053851790726184845, -0.012177621014416218, -0.04307086020708084, -0.13108406960964203, -0.15595556795597076, -0.1460641324520111, -0.11569928377866745, -0.09594796597957611, -0.08700693398714066, -0.10280410200357437, -0.15494240820407867, -0.1490473747253418, -0.13198350369930267, -0.1495286226272583, -0.10529317706823349, -0.0746200829744339, -0.1029200404882431, -0.05796639993786812, -0.07010401785373688, -0.10415765643119812, -0.06798534840345383, -0.052415985614061356, -0.024668024852871895, 0.011068223975598812, 0.031862400472164154, 0.041983697563409805, 0.010975255630910397, 0.01979009062051773, 0.03577706217765808, 0.05647160857915878, 0.10475753247737885, 0.12251663953065872, 0.0873233750462532, 0.10437478870153427, 0.06864406913518906, 0.09136444330215454, 0.14307479560375214, 0.12402691692113876, 0.13140583038330078, 0.0973091647028923, 0.07309343665838242, 0.1172313243150711, 0.11882232129573822, 0.08177386224269867, 0.11420127004384995, 0.07447251677513123, 0.06259579211473465, 0.13946539163589478, 0.10308430343866348, 0.0544738695025444, 0.08645939826965332, 0.026818275451660156, 0.05524696782231331, 0.13968168199062347, 0.10532522201538086, 0.0775548666715622, 0.06902308017015457, 0.017827553674578667, 0.04071163386106491, 0.07382005453109741, 0.13278020918369293, 0.10722208768129349, 0.07253827899694443, 0.025509554892778397, -0.0030408448074012995, 0.027572499588131905, 0.059316813945770264, 0.09583724290132523, 0.09220310300588608, 0.03662298619747162, 0.012727038003504276, -0.01232142373919487, 0.004752172622829676, 0.10575298964977264, 0.11080849170684814, 0.09474940598011017, 0.08605961501598358, 0.04804442822933197, 0.0501624159514904, 0.13913053274154663, 0.14633803069591522, 0.11560666561126709, 0.12581484019756317, 0.1040026992559433, 0.18964140117168427, 0.38114821910858154, 0.3959251344203949, 0.2036142647266388, -0.06636887043714523, -0.28988343477249146, -0.039916109293699265, 0.48287883400917053, 0.7042527198791504, 0.5176671147346497, -0.08131454885005951, -0.6461012363433838, -0.5800751447677612, -0.02144489996135235, 0.5206312537193298, 0.6078284382820129, 0.06165008619427681, -0.6352077722549438, -0.887428879737854, -0.5179250240325928, 0.04766944423317909, 0.3046534061431885, 0.06476680934429169, -0.4198305010795593, -0.6976855993270874, -0.6218032240867615, -0.2590281069278717, 0.014292676001787186, -0.0448572039604187, -0.22879968583583832, -0.40255337953567505, -0.3729787766933441, -0.17026177048683167, -0.03322913497686386, -0.04789825528860092, -0.12119168788194656, -0.16997426748275757, -0.12126043438911438, 0.013447090983390808, 0.08556641638278961, 0.038396626710891724, -0.08622541278600693, -0.111036017537117, -0.0216508898884058, 0.11386912316083908, 0.22370707988739014, 0.13683249056339264, -0.046294622123241425, -0.134699285030365, -0.0967521145939827, 0.06039503961801529, 0.22757866978645325, 0.19657492637634277, 0.01795714907348156, -0.1535138636827469, -0.18269790709018707, -0.012642190791666508, 0.14351338148117065, 0.18044336140155792, 0.05288403481245041, -0.12070135027170181, -0.1822335571050644, -0.0820905789732933, 0.04658661037683487, 0.08983182907104492, 0.028043491765856743, -0.09094125777482986, -0.14613290131092072, -0.07267264276742935, -0.017562828958034515, 0.02048150636255741, -0.035202257335186005, -0.12228351831436157, -0.11525674909353256, -0.06752775609493256, -0.018556341528892517, -0.03187796473503113, -0.08422940224409103, -0.1145004853606224, -0.09644786268472672, -0.03922920301556587, -0.012638778425753117, -0.016768086701631546, -0.0724370926618576, -0.0719277560710907, -0.04187946766614914, -0.019597839564085007, 0.03485773876309395, 0.02422839030623436, -0.015488318167626858, 0.003234653966501355, 0.03522282838821411, 0.06518935412168503, 0.09193377941846848, 0.06488928198814392, 0.036131300032138824, 0.033329762518405914, 0.07404100894927979, 0.1050206795334816, 0.11332613229751587, 0.11136093735694885, 0.08308839797973633, 0.04453033581376076, 0.0471021942794323, 0.021605251356959343, 0.012151037342846394, 0.07356458157300949, 0.019955722615122795, 0.05822521075606346, -0.021664300933480263, -0.07155238837003708, -0.0680960863828659, -0.09406109899282455, -0.07033101469278336, -0.025123590603470802, -0.07328265905380249, -0.09804293513298035, -0.16213278472423553, -0.18553446233272552, -0.16595102846622467, -0.08415565639734268, -0.029172342270612717, -0.030293436720967293, -0.07538611441850662, -0.1649613380432129, -0.20402109622955322, -0.11948282271623611, 0.007539774756878614, 0.07713140547275543, 0.10912901908159256, 0.012526196427643299, -0.04021749645471573, -0.014695713296532631, 0.019369032233953476, 0.13917112350463867, 0.18666963279247284, 0.1912720650434494, 0.18805986642837524, 0.12473641335964203, 0.11337536573410034, 0.1472434550523758, 0.17524361610412598, 0.2702692449092865, 0.2940218150615692, 0.2707422077655792, 0.20840023458003998, 0.11306171864271164, 0.13436950743198395, 0.1980745494365692, 0.2490239292383194, 0.30560481548309326, 0.19990043342113495, 0.1236317828297615, 0.05977686867117882, 0.04388166218996048, 0.12944091856479645, 0.16169829666614532, 0.1435667872428894, 0.10520749539136887, -0.01630050130188465, -0.02939348667860031, -0.055455517023801804, -0.01894638128578663, 0.020522816106677055, 0.0044859847985208035, 0.02216631919145584, -0.03940418362617493, -0.07329890877008438, -0.09056871384382248, -0.07044589519500732, 0.017134444788098335, 0.07551392167806625, 0.06538403034210205, 0.04918190464377403, 0.00630884850397706, 0.0035857511684298515, 0.05630359798669815, 0.11134199798107147, 0.15046676993370056, 0.18792247772216797, 0.23212872445583344, 0.31334811449050903, 0.340253621339798, 0.16175805032253265, -0.03344911336898804, -0.16621790826320648, 0.10725477337837219, 0.567166805267334, 0.7186771631240845, 0.41221970319747925, -0.1576918661594391, -0.5868507027626038, -0.3690311908721924, 0.23473306000232697, 0.6998274326324463, 0.5809494256973267, -0.10294774919748306, -0.7765036821365356, -0.8135943412780762, -0.2542490065097809, 0.3717096447944641, 0.4432106018066406, -0.0386362187564373, -0.6414932608604431, -0.8357744812965393, -0.5327780246734619, -0.03812596946954727, 0.15738677978515625, -0.04272755980491638, -0.3989417254924774, -0.5987803936004639, -0.4896768033504486, -0.20254144072532654, -0.04459118843078613, -0.06971891224384308, -0.20380890369415283, -0.29393845796585083, -0.23079513013362885, -0.15727341175079346, -0.1234617754817009, -0.12028737366199493, -0.1496107131242752, -0.09628850966691971, -0.010859526693820953, 0.01648849993944168, 0.003436981001868844, -0.0940355733036995, -0.13050280511379242, -0.03445328399538994, 0.10648519545793533, 0.1890934705734253, 0.1428678333759308, -0.011290636844933033, -0.13199619948863983, -0.07982084900140762, 0.10330872982740402, 0.26642531156539917, 0.2781464159488678, 0.09216979891061783, -0.08289735019207001, -0.1211739033460617, 0.03427794575691223, 0.20039589703083038, 0.23239515721797943, 0.09132535010576248, -0.10661471635103226, -0.18158206343650818, -0.09861922264099121, 0.062080543488264084, 0.1371014267206192, 0.07071761041879654, -0.07195904850959778, -0.20386455953121185, -0.19738620519638062, -0.12019488215446472, -0.06566417217254639, -0.09178454428911209, -0.11245176941156387, -0.10383933782577515, -0.1096891462802887, -0.14036084711551666, -0.16281253099441528, -0.18571506440639496, -0.16063985228538513, -0.0602775439620018, 0.0258842371404171, -0.008109579794108868, -0.14316341280937195, -0.25412291288375854, -0.19376660883426666, -0.01719040796160698, 0.14471134543418884, 0.17493806779384613, 0.0381186418235302, -0.1449737548828125, -0.1580384075641632, -0.021148495376110077, 0.15873640775680542, 0.24369816482067108, 0.16255927085876465, 0.028960932046175003, -0.04597734659910202, 0.0035256072878837585, 0.13186383247375488, 0.20968343317508698, 0.20443123579025269, 0.13280576467514038, 0.043482426553964615, 0.027585916221141815, 0.05994070693850517, 0.11190494149923325, 0.07882110029459, -0.018653303384780884, 0.005576040595769882, -0.03087388351559639, 0.03260127827525139, 0.052195098251104355, -0.1212826818227768, -0.13779321312904358, -0.1789504885673523, -0.21111874282360077, -0.04035673290491104, -0.06561750173568726, -0.16654609143733978, -0.24699567258358002, -0.3392268121242523, -0.2537030577659607, -0.07890588790178299, -0.03151138126850128, -0.11023353785276413, -0.21735620498657227, -0.28531700372695923, -0.21411199867725372, -0.048992760479450226, 0.03498954325914383, 0.0676080510020256, -0.019069425761699677, -0.11055660247802734, -0.05237485468387604, 0.05535651370882988, 0.1641973853111267, 0.23313985764980316, 0.17376983165740967, 0.1340848207473755, 0.13842514157295227, 0.1403963416814804, 0.19502253830432892, 0.24213485419750214, 0.29237696528434753, 0.29896923899650574, 0.2718656361103058, 0.2619777321815491, 0.17702406644821167, 0.2156040221452713, 0.23815777897834778, 0.27083447575569153, 0.2707342207431793, 0.22738264501094818, 0.15343940258026123, 0.10638725757598877, 0.09788703918457031, 0.16885708272457123, 0.1598338931798935, 0.17801260948181152, 0.0831572562456131, -0.008978113532066345, -0.04366254806518555, -0.06035954877734184, -0.01812746934592724, 0.02308584377169609, 0.022480905055999756, -0.02084287442266941, -0.09971106052398682, -0.16355489194393158, -0.1331157237291336, -0.07654866576194763, 0.016538027673959732, 0.04818778857588768, -0.007105241995304823, -0.10677894204854965, -0.10396149754524231, -0.036419324576854706, 0.07729955017566681, 0.13112789392471313, 0.09922457486391068, 0.056686822324991226, 0.09170590341091156, 0.19615083932876587, 0.3880123198032379, 0.3307904601097107, 0.06051943451166153, -0.14729730784893036, -0.12596972286701202, 0.3401840627193451, 0.7251920700073242, 0.6656002402305603, 0.1758153736591339, -0.40261611342430115, -0.5022068619728088, 0.024589024484157562, 0.5905972123146057, 0.766118049621582, 0.23441633582115173, -0.48525726795196533, -0.7988671064376831, -0.40217089653015137, 0.25973764061927795, 0.5550429224967957, 0.18654240667819977, -0.42727503180503845, -0.7853097319602966, -0.5725488662719727, -0.12723635137081146, 0.18883800506591797, 0.05724930018186569, -0.3188524842262268, -0.5709057450294495, -0.5243058204650879, -0.2732508182525635, -0.04418167844414711, -0.06415996700525284, -0.18425966799259186, -0.30475693941116333, -0.29682230949401855, -0.23530082404613495, -0.20029090344905853, -0.17675207555294037, -0.14939577877521515, -0.09109571576118469, -0.02647222764790058, -0.031090864911675453, -0.1046895831823349, -0.18611010909080505, -0.16724567115306854, -0.02812977321445942, 0.14790301024913788, 0.1987972855567932, 0.08410964906215668, -0.06198680400848389, -0.13817627727985382, -0.03403688967227936, 0.1865910142660141, 0.3272736072540283, 0.2733667194843292, 0.097688227891922, -0.0636802613735199, -0.046801332384347916, 0.11976620554924011, 0.26597893238067627, 0.3063093423843384, 0.1756094992160797, -0.008871213532984257, -0.09125777333974838, -0.04030697047710419, 0.09757053107023239, 0.16971786320209503, 0.12589742243289948, 0.01952965557575226, -0.1018231213092804, -0.1523156315088272, -0.11800805479288101, -0.05642031878232956, -0.019997112452983856, -0.02386707253754139, -0.08331603556871414, -0.1405167281627655, -0.18460293114185333, -0.20725122094154358, -0.17369532585144043, -0.08582396060228348, -0.02773171290755272, -0.023852238431572914, -0.10993257910013199, -0.21956220269203186, -0.22575116157531738, -0.147894486784935, 0.012123080901801586, 0.09520244598388672, 0.04632251337170601, -0.07334993779659271, -0.15000903606414795, -0.11426999419927597, 0.017015770077705383, 0.15386468172073364, 0.17799624800682068, 0.09639707952737808, 0.008624551817774773, -0.00823219958692789, 0.061617542058229446, 0.15306076407432556, 0.20750468969345093, 0.21634961664676666, 0.1585867553949356, 0.09677079319953918, 0.08270315080881119, 0.08660304546356201, 0.13297870755195618, 0.1964232325553894, 0.18784910440444946, 0.15739120543003082, 0.09066860377788544, -0.07132013142108917, -0.0534077063202858, -0.0048167286440730095, 0.05612117052078247, 0.1634143888950348, -0.052656810730695724, -0.1681673377752304, -0.25174370408058167, -0.2639397978782654, -0.09273508936166763, -0.019721509888768196, -0.09240525215864182, -0.19053658843040466, -0.3628138601779938, -0.33841919898986816, -0.23330792784690857, -0.11250453442335129, -0.09402217715978622, -0.13919779658317566, -0.24721524119377136, -0.1915551722049713, -0.1448119580745697, -0.06055397540330887, -0.004521701484918594, 0.02676810696721077, -0.015876708552241325, 0.008047620765864849, 0.020128514617681503, 0.08285713940858841, 0.13978293538093567, 0.18449939787387848, 0.1979738473892212, 0.20162273943424225, 0.18693678081035614, 0.19347144663333893, 0.2203909307718277, 0.244872584939003, 0.2811283469200134, 0.265124648809433, 0.2141614705324173, 0.1929096132516861, 0.1742832064628601, 0.21638880670070648, 0.25597789883613586, 0.24419453740119934, 0.20667779445648193, 0.16308839619159698, 0.09726127237081528, 0.07285783439874649, 0.11469275504350662, 0.11995265632867813, 0.14435534179210663, 0.11093896627426147, 0.016569701954722404, -0.03083857335150242, -0.023903843015432358, -0.029650120064616203, 0.0866369903087616, 0.03635184094309807, -0.010269338265061378, -0.1389780044555664, -0.1893310844898224, -0.15986274182796478, -0.04154573380947113, -0.005146792624145746, 0.0029644991736859083, -0.13056893646717072, -0.211039736866951, -0.2108372002840042, -0.1022135391831398, 0.01348824892193079, 0.07706604897975922, -0.0033112324308604, -0.05885091796517372, -0.11048617213964462, -0.06977290660142899, 0.03495892882347107, 0.12287667393684387, 0.1733776032924652, 0.20036418735980988, 0.21378281712532043, 0.2636100947856903, 0.17949900031089783, 0.04357658326625824, 0.0057056741788983345, 0.11958683282136917, 0.4470498561859131, 0.5836987495422363, 0.42412060499191284, 0.03748897463083267, -0.24610650539398193, -0.17190299928188324, 0.25336775183677673, 0.5457338690757751, 0.4858986437320709, -0.007084207143634558, -0.43408358097076416, -0.5106604099273682, -0.1223195418715477, 0.26277637481689453, 0.2988089621067047, -0.09324072301387787, -0.4933466613292694, -0.6237305998802185, -0.3666941821575165, -0.07640337198972702, 0.022694645449519157, -0.1718854159116745, -0.42337024211883545, -0.536504328250885, -0.43231913447380066, -0.2657654285430908, -0.1421935260295868, -0.18407276272773743, -0.24221524596214294, -0.29095953702926636, -0.2976450026035309, -0.2892923653125763, -0.26307982206344604, -0.1750742793083191, -0.07692518085241318, -0.015908734872937202, -0.06300310790538788, -0.18166592717170715, -0.23581670224666595, -0.14866918325424194, 0.031210994347929955, 0.1803540140390396, 0.15336042642593384, 0.018121061846613884, -0.1158565804362297, -0.09076943248510361, 0.07694718986749649, 0.24398279190063477, 0.279940664768219, 0.19365741312503815, 0.04876520484685898, 0.01253085769712925, 0.06954331696033478, 0.18862852454185486, 0.26301294565200806, 0.2422594577074051, 0.15864340960979462, 0.07648861408233643, 0.01924934796988964, 0.03347005322575569, 0.08368799835443497, 0.12276703119277954, 0.1187223419547081, 0.08427983522415161, -0.012646886520087719, -0.10464668273925781, -0.13942280411720276, -0.10038065165281296, -0.03406223654747009, -0.002509667305275798, -0.05451558902859688, -0.15980106592178345, -0.2543073296546936, -0.25586986541748047, -0.18295013904571533, -0.08532064408063889, -0.0650760754942894, -0.12227554619312286, -0.20939603447914124, -0.2607745826244354, -0.21871525049209595, -0.12057627737522125, -0.03785078227519989, -0.015649352222681046, -0.06640470027923584, -0.1226733922958374, -0.1243441253900528, -0.0674310177564621, 0.04074671491980553, 0.10615220665931702, 0.10930782556533813, 0.07232096046209335, 0.025982767343521118, 0.027788035571575165, 0.09182749688625336, 0.17612312734127045, 0.22615493834018707, 0.2151627242565155, 0.1716577559709549, 0.13090135157108307, 0.10563221573829651, 0.10812731832265854, 0.16910040378570557, 0.21530573070049286, 0.21946392953395844, 0.16213358938694, 0.05165863037109375, -0.062189891934394836, -0.048709843307733536, 0.04417656734585762, 0.09898846596479416, 0.12940803170204163, -0.09382203966379166, -0.23409709334373474, -0.2565555274486542, -0.2116989642381668, -0.05436566099524498, -0.04581423103809357, -0.21122044324874878, -0.3036598563194275, -0.3896586298942566, -0.3022620379924774, -0.14138464629650116, -0.12645860016345978, -0.18693038821220398, -0.2641138434410095, -0.3305654525756836, -0.2234494984149933, -0.1307058036327362, -0.05058746784925461, -0.011300244368612766, -0.060212038457393646, -0.0768391340970993, -0.04865502566099167, -0.015092638321220875, 0.10779723525047302, 0.15563619136810303, 0.198322132229805, 0.1730201691389084, 0.13269735872745514, 0.12398158013820648, 0.18257497251033783, 0.2742495834827423, 0.3389681279659271, 0.32718661427497864, 0.24906064569950104, 0.17992372810840607, 0.1831042617559433, 0.23396915197372437, 0.3042736351490021, 0.31113848090171814, 0.23627468943595886, 0.1790422946214676, 0.13873893022537231, 0.12908926606178284, 0.17260056734085083, 0.1819104105234146, 0.1424015611410141, 0.12844200432300568, 0.05352785438299179, 0.017783038318157196, -0.02188960835337639, -0.00792583916336298, -0.006673105992376804, 0.020287472754716873, 0.00717085599899292, -0.057637136429548264, -0.1484428346157074, -0.1673239767551422, -0.18771229684352875, -0.08840474486351013, -0.08870355784893036, -0.09736514091491699, -0.16760846972465515, -0.2526756227016449, -0.227928027510643, -0.1643354445695877, -0.10407041758298874, -0.04085748270153999, -0.08645658940076828, -0.10625012218952179, -0.12723229825496674, -0.06332634389400482, 0.02003314346075058, 0.0790768712759018, 0.1152401939034462, 0.08855258673429489, 0.07548321783542633, 0.12239792943000793, 0.21024830639362335, 0.32737135887145996, 0.450547993183136, 0.3739916682243347, 0.1952800750732422, 0.10121609270572662, 0.12025006860494614, 0.4126417338848114, 0.6301723122596741, 0.5690709352493286, 0.27406570315361023, -0.06654834002256393, -0.12139963358640671, 0.17712882161140442, 0.44373488426208496, 0.48738130927085876, 0.13662806153297424, -0.25099977850914, -0.42034515738487244, -0.2056657373905182, 0.09478916972875595, 0.18210482597351074, -0.06572891026735306, -0.39307722449302673, -0.5730882287025452, -0.4583486318588257, -0.2314532846212387, -0.0823819488286972, -0.1828979104757309, -0.37313857674598694, -0.5168512463569641, -0.5027966499328613, -0.38802245259284973, -0.23658990859985352, -0.1712939292192459, -0.19875513017177582, -0.28810760378837585, -0.329941064119339, -0.3111300468444824, -0.2150096744298935, -0.10428924858570099, -0.030961070209741592, -0.04478822275996208, -0.09360188990831375, -0.14142830669879913, -0.10177667438983917, 0.012418311089277267, 0.11550033092498779, 0.15777069330215454, 0.10231272131204605, 0.06516686081886292, 0.06147181615233421, 0.11164998263120651, 0.16906653344631195, 0.2154841423034668, 0.22823010385036469, 0.2058698832988739, 0.184442937374115, 0.15511253476142883, 0.13724800944328308, 0.16103534400463104, 0.20107601583003998, 0.24917346239089966, 0.23856304585933685, 0.1422424465417862, 0.019880954176187515, -0.020731307566165924, 0.017982495948672295, 0.11180738359689713, 0.1701706051826477, 0.09289127588272095, -0.07315201312303543, -0.19683988392353058, -0.18558375537395477, -0.08789478987455368, 0.014935661107301712, 0.002501474227756262, -0.11246395856142044, -0.23691228032112122, -0.2732502222061157, -0.2057260423898697, -0.13593992590904236, -0.09585615992546082, -0.11061187088489532, -0.15659178793430328, -0.1764824390411377, -0.16400790214538574, -0.13174442946910858, -0.09684457629919052, -0.06684668362140656, -0.03987849876284599, -0.018678778782486916, -0.024155281484127045, -0.044713351875543594, -0.0374288372695446, 0.021960021927952766, 0.10000453144311905, 0.14906127750873566, 0.14555032551288605, 0.08560050278902054, 0.056042641401290894, 0.11223825812339783, 0.1955007165670395, 0.23896321654319763, 0.21368737518787384, 0.15564794838428497, 0.1230226382613182, 0.1347222626209259, 0.1748056411743164, 0.21128711104393005, 0.19528362154960632, 0.1430874466896057, 0.0899515151977539, 0.05008585378527641, -0.0030965686310082674, 0.05102340877056122, -0.010154472663998604, 0.004148698877543211, -0.007175055332481861, -0.15944381058216095, -0.1354105919599533, -0.27485936880111694, -0.213673934340477, -0.14942783117294312, -0.2159406542778015, -0.2075931876897812, -0.30341586470603943, -0.38892218470573425, -0.2906317114830017, -0.308174192905426, -0.22261236608028412, -0.20677819848060608, -0.2713281810283661, -0.2806731164455414, -0.21668283641338348, -0.16870786249637604, -0.06233597174286842, -0.07332403212785721, -0.04281067103147507, -0.04318796098232269, -0.010828710161149502, 0.05456649139523506, 0.11445293575525284, 0.17912720143795013, 0.18404243886470795, 0.18443535268306732, 0.21166715025901794, 0.19619302451610565, 0.2544178068637848, 0.28089356422424316, 0.32792362570762634, 0.3352101743221283, 0.24764926731586456, 0.26278796792030334, 0.2023925930261612, 0.22757799923419952, 0.31815987825393677, 0.28318774700164795, 0.26512670516967773, 0.18560980260372162, 0.11732304096221924, 0.10078289359807968, 0.14995402097702026, 0.17542830109596252, 0.16976352035999298, 0.106382817029953, 0.01710672862827778, -0.01774423196911812, -0.039581626653671265, -0.005344730336219072, 0.025027425959706306, -0.027102548629045486, -0.044738370925188065, -0.14086531102657318, -0.14947468042373657, -0.13392037153244019, -0.14080975949764252, -0.10528074949979782, -0.1386864185333252, -0.19445934891700745, -0.23208272457122803, -0.23553115129470825, -0.1754213124513626, -0.13280785083770752, -0.11539817601442337, -0.13610295951366425, -0.16015148162841797, -0.15837426483631134, -0.07283158600330353, 0.008504492230713367, 0.025735067203640938, 0.04484478384256363, 0.034437015652656555, 0.04566206410527229, 0.11554954200983047, 0.1773999184370041, 0.2139217108488083, 0.26587557792663574, 0.305578351020813, 0.4041064381599426, 0.40349823236465454, 0.2552570402622223, 0.14709435403347015, 0.10831332206726074, 0.3560609817504883, 0.616016149520874, 0.6069260835647583, 0.3288593590259552, -0.06895621865987778, -0.22369113564491272, 0.0735166147351265, 0.39100927114486694, 0.5212710499763489, 0.20670495927333832, -0.2777160406112671, -0.5554879903793335, -0.37257611751556396, 0.019120125100016594, 0.21661822497844696, -0.010847747325897217, -0.4453478157520294, -0.7256785035133362, -0.6195290684700012, -0.31248733401298523, -0.07660281658172607, -0.17388036847114563, -0.42572230100631714, -0.6498813033103943, -0.6582962274551392, -0.44036945700645447, -0.198429673910141, -0.15309633314609528, -0.2509874403476715, -0.39614319801330566, -0.4432446360588074, -0.3462623357772827, -0.18901541829109192, -0.05762024596333504, -0.003586162580177188, -0.06219157949090004, -0.11124873161315918, -0.16316010057926178, -0.08958978950977325, 0.04550265520811081, 0.14958468079566956, 0.18982231616973877, 0.15165507793426514, 0.08633445203304291, 0.05908164381980896, 0.09426487237215042, 0.15811161696910858, 0.24546194076538086, 0.2831634283065796, 0.23750030994415283, 0.16024622321128845, 0.10567384958267212, 0.0949815958738327, 0.1441211849451065, 0.2252320498228073, 0.24837228655815125, 0.18810105323791504, 0.07576829940080643, -0.019364768639206886, -0.013097144663333893, 0.057038187980651855, 0.1452188938856125, 0.1309455782175064, 0.022514136508107185, -0.1110713854432106, -0.17654749751091003, -0.11901343613862991, -0.015582169406116009, 0.016363658010959625, -0.02053280547261238, -0.13086850941181183, -0.22140321135520935, -0.2109447717666626, -0.13872192800045013, -0.06804308295249939, -0.05520419403910637, -0.1139768660068512, -0.17517152428627014, -0.1851535141468048, -0.15348461270332336, -0.09355037659406662, -0.03406544029712677, -0.017396103590726852, -0.02979898452758789, -0.04146132245659828, -0.06478848308324814, -0.040648460388183594, 0.012138771824538708, 0.07186704874038696, 0.1180942952632904, 0.11144620180130005, 0.09045635908842087, 0.0766366571187973, 0.10331841558218002, 0.16990485787391663, 0.21897156536579132, 0.22616714239120483, 0.19220633804798126, 0.13676725327968597, 0.1366368532180786, 0.16580429673194885, 0.18698440492153168, 0.1968151181936264, 0.16808639466762543, 0.11652841418981552, 0.09042315930128098, 0.09752758592367172, 0.05189802125096321, -0.0409657321870327, 0.04232040047645569, -0.09815070033073425, -0.03066195733845234, -0.06777787953615189, -0.24453085660934448, -0.15094727277755737, -0.25104427337646484, -0.22879961133003235, -0.12391836941242218, -0.30782240629196167, -0.29046669602394104, -0.33536356687545776, -0.36564838886260986, -0.19637519121170044, -0.23376771807670593, -0.23396050930023193, -0.24253538250923157, -0.2965121269226074, -0.21386049687862396, -0.11020160466432571, -0.06701628118753433, -0.007251468952745199, -0.04876052960753441, -0.04076920822262764, 0.041784487664699554, 0.11428706347942352, 0.16058750450611115, 0.21121570467948914, 0.20880800485610962, 0.2075221985578537, 0.24537856876850128, 0.28231868147850037, 0.32263636589050293, 0.3513539731502533, 0.3107348382472992, 0.3068566918373108, 0.33050140738487244, 0.29548782110214233, 0.33612707257270813, 0.28333789110183716, 0.2589363753795624, 0.26004505157470703, 0.19893759489059448, 0.20948930084705353, 0.20926636457443237, 0.15418773889541626, 0.16381442546844482, 0.12462726980447769, 0.06277035921812057, 0.0689818412065506, 0.053522977977991104, 0.029610199853777885, 0.047957684844732285, -0.011587833054363728, -0.05354641377925873, -0.0365440733730793, -0.07024610787630081, -0.025361958891153336, -0.06441792100667953, -0.09550946950912476, -0.11203675717115402, -0.127120241522789, -0.10656800866127014, -0.13173191249370575, -0.12352656573057175, -0.16242656111717224, -0.15550804138183594, -0.14666280150413513, -0.12612946331501007, -0.10979264974594116, -0.13859312236309052, -0.14078177511692047, -0.0992804616689682, -0.08248071372509003, 0.013131308369338512, -0.015904132276773453, -0.031867194920778275, 0.014313345775008202, 0.039897844195365906, 0.1285107135772705, 0.18144351243972778, 0.15520067512989044, 0.15868937969207764, 0.1758309155702591, 0.26800456643104553, 0.3961152136325836, 0.4761393666267395, 0.30719101428985596, 0.14839871227741241, 0.05304493382573128, 0.21463839709758759, 0.547305703163147, 0.6012830138206482, 0.41776445508003235, 0.05524732545018196, -0.2287498116493225, -0.06515216082334518, 0.2484658658504486, 0.422699898481369, 0.3066689372062683, -0.1537269800901413, -0.4739118218421936, -0.45555949211120605, -0.16681742668151855, 0.11595436930656433, 0.03689376264810562, -0.3163074851036072, -0.5982596278190613, -0.6398439407348633, -0.4176482558250427, -0.17272576689720154, -0.14363983273506165, -0.31711339950561523, -0.5119001865386963, -0.5855143666267395, -0.45844072103500366, -0.25675633549690247, -0.15362975001335144, -0.16429780423641205, -0.25736314058303833, -0.3274598717689514, -0.2912311851978302, -0.2042374312877655, -0.09826112538576126, -0.0016828570514917374, 0.003718659048900008, -0.02206704020500183, -0.07419794052839279, -0.0997854471206665, -0.015133971348404884, 0.09804253280162811, 0.18596294522285461, 0.19286713004112244, 0.10511080920696259, 0.03093397431075573, 0.03895453363656998, 0.1178756058216095, 0.21927598118782043, 0.27025237679481506, 0.2083718329668045, 0.12049435824155807, 0.07566782832145691, 0.08910969644784927, 0.17187397181987762, 0.2089255303144455, 0.1914951205253601, 0.14623045921325684, 0.06974127888679504, 0.03496403992176056, 0.03716381639242172, 0.05727763473987579, 0.07918164879083633, 0.0644301176071167, 0.022641682997345924, -0.03853750228881836, -0.09975096583366394, -0.11600856482982635, -0.07860183715820312, -0.042381253093481064, -0.03741873800754547, -0.08162244409322739, -0.16118793189525604, -0.22209861874580383, -0.18893752992153168, -0.12707920372486115, -0.07046277076005936, -0.06502373516559601, -0.13752557337284088, -0.1773347407579422, -0.17474469542503357, -0.11734495311975479, -0.02980664372444153, 0.00028989999555051327, -0.014000343158841133, -0.05367066338658333, -0.07291620969772339, -0.03185705840587616, 0.026974549517035484, 0.08433154225349426, 0.09866893291473389, 0.08616535365581512, 0.07780543714761734, 0.08579433709383011, 0.10465050488710403, 0.12992990016937256, 0.15038153529167175, 0.15160802006721497, 0.14326199889183044, 0.12950964272022247, 0.12397995591163635, 0.11810977756977081, 0.10643426328897476, 0.10255026817321777, 0.10699177533388138, 0.09765646606683731, 0.07960489392280579, 0.010341637767851353, -0.008736025542020798, -0.08694150298833847, -0.05350358411669731, -0.009891768917441368, -0.10985033214092255, -0.02491152659058571, -0.25420528650283813, -0.21371282637119293, -0.2218756377696991, -0.22777287662029266, -0.12603071331977844, -0.22746580839157104, -0.30980002880096436, -0.2803192734718323, -0.35014426708221436, -0.18648476898670197, -0.18006959557533264, -0.19239425659179688, -0.21608228981494904, -0.26422134041786194, -0.21417701244354248, -0.10824523866176605, -0.010635549202561378, 0.004763214848935604, -0.016788547858595848, -0.02357235550880432, 0.007122458890080452, 0.08426792919635773, 0.1743985265493393, 0.22404475510120392, 0.23819944262504578, 0.23079006373882294, 0.21986721456050873, 0.23846927285194397, 0.2552148699760437, 0.3099207878112793, 0.36371201276779175, 0.36806929111480713, 0.36358627676963806, 0.2887003719806671, 0.24185608327388763, 0.2097141593694687, 0.2641965448856354, 0.30083051323890686, 0.3011808693408966, 0.24088525772094727, 0.1666940450668335, 0.07790372520685196, 0.10761309415102005, 0.1420900821685791, 0.1656525731086731, 0.11255525052547455, 0.05098535120487213, -0.027512360364198685, -0.04356802627444267, -0.029475273564457893, -0.010625426657497883, -0.005358775146305561, -0.04751492664217949, -0.09260113537311554, -0.12634554505348206, -0.14311422407627106, -0.12127391248941422, -0.10405311733484268, -0.11965600401163101, -0.13903585076332092, -0.19843563437461853, -0.20000578463077545, -0.19870522618293762, -0.162814199924469, -0.10417691618204117, -0.11317378282546997, -0.12242899090051651, -0.14538554847240448, -0.1729821413755417, -0.0862477645277977, -0.02995569258928299, 0.02380010485649109, 0.027942638844251633, 0.012859299778938293, 0.036061011254787445, 0.0968451052904129, 0.14998625218868256, 0.18325234949588776, 0.16139814257621765, 0.20781926810741425, 0.27750182151794434, 0.3894332945346832, 0.44383516907691956, 0.27321457862854004, 0.12108036875724792, 0.07140249013900757, 0.2232246696949005, 0.5665099024772644, 0.5826275944709778, 0.3610203266143799, -0.02008918859064579, -0.2314099818468094, -0.016033949330449104, 0.2991284132003784, 0.4472990036010742, 0.23077668249607086, -0.2563022971153259, -0.49698325991630554, -0.38751137256622314, -0.052907075732946396, 0.16046008467674255, 0.0014996342360973358, -0.3899853229522705, -0.658004641532898, -0.597708523273468, -0.30885210633277893, -0.08766975998878479, -0.13723327219486237, -0.3854306638240814, -0.6013672947883606, -0.5807039141654968, -0.39225614070892334, -0.189706951379776, -0.12002585083246231, -0.1912766993045807, -0.33746305108070374, -0.39179396629333496, -0.2974134683609009, -0.17957723140716553, -0.05665189400315285, -0.001556107308715582, -0.045024409890174866, -0.07034922391176224, -0.1182459220290184, -0.10364744812250137, -0.016376642510294914, 0.0935608297586441, 0.18199487030506134, 0.16885115206241608, 0.08440820872783661, 0.021667731925845146, 0.026676800101995468, 0.11891631036996841, 0.2177625447511673, 0.24644435942173004, 0.2032267451286316, 0.11011069267988205, 0.054533157497644424, 0.08806456625461578, 0.16855855286121368, 0.22046351432800293, 0.19769401848316193, 0.13775847852230072, 0.05562392622232437, -0.0001619439572095871, 0.031079452484846115, 0.07569324225187302, 0.10691584646701813, 0.07832742482423782, 0.009773703292012215, -0.06867744773626328, -0.1106233149766922, -0.08031526207923889, -0.025071876123547554, 0.00360545190051198, -0.02323412522673607, -0.11792400479316711, -0.1946243941783905, -0.19988670945167542, -0.13722848892211914, -0.06813620775938034, -0.038641396909952164, -0.07415607571601868, -0.15054120123386383, -0.1913863718509674, -0.1436118334531784, -0.08263619244098663, -0.010749251581728458, -0.008494994603097439, -0.04123363271355629, -0.06950347870588303, -0.07020825892686844, -0.015766141936182976, 0.02861928939819336, 0.0723397433757782, 0.07950606942176819, 0.0556790716946125, 0.06842020899057388, 0.08409110456705093, 0.0977277010679245, 0.12158627808094025, 0.13894572854042053, 0.13281626999378204, 0.11544022709131241, 0.10912983119487762, 0.10916676372289658, 0.12199856340885162, 0.12193427234888077, 0.10399342328310013, 0.07232155650854111, 0.06606001406908035, 0.053195662796497345, 0.03850708156824112, -0.011626151390373707, -0.05478806048631668, -0.04418396204710007, -0.11175922304391861, -0.03229982405900955, -0.11825545877218246, -0.19419288635253906, -0.17214521765708923, -0.23828920722007751, -0.1539473682641983, -0.1342402994632721, -0.23082923889160156, -0.26591911911964417, -0.32949742674827576, -0.2775954008102417, -0.1458609253168106, -0.13125786185264587, -0.15480220317840576, -0.2093426138162613, -0.24849556386470795, -0.14855779707431793, -0.05276701599359512, 0.015195062384009361, 0.018991772085428238, -0.017249802127480507, -0.02571881003677845, 0.05648785084486008, 0.11216099560260773, 0.17467962205410004, 0.19532832503318787, 0.20078201591968536, 0.18409445881843567, 0.2396996021270752, 0.23160885274410248, 0.27549389004707336, 0.2707885801792145, 0.270168662071228, 0.30070966482162476, 0.2577846944332123, 0.22905990481376648, 0.22208581864833832, 0.21881404519081116, 0.2625346779823303, 0.2404530942440033, 0.1886153519153595, 0.1490069478750229, 0.1019010990858078, 0.11594397574663162, 0.1452394276857376, 0.12545473873615265, 0.08040822297334671, 0.013381194323301315, 0.01454481203109026, -0.004125974141061306, 0.03218301385641098, 0.01333291083574295, -0.030577875673770905, -0.06273142993450165, -0.06012217700481415, -0.09196321666240692, -0.058481380343437195, -0.10896255075931549, -0.11508047580718994, -0.12650896608829498, -0.13350939750671387, -0.11337122321128845, -0.11405571550130844, -0.15569552779197693, -0.1320791393518448, -0.18536236882209778, -0.10759109258651733, -0.09945424646139145, -0.08713504672050476, -0.06957963109016418, -0.07772119343280792, -0.058418478816747665, -0.00940604880452156, 0.01856280118227005, 0.08333554863929749, 0.09611673653125763, 0.12999732792377472, 0.12605978548526764, 0.1255795955657959, 0.17443256080150604, 0.25959813594818115, 0.3577410578727722, 0.44591590762138367, 0.36188647150993347, 0.17494803667068481, 0.06694517284631729, 0.14160087704658508, 0.494096577167511, 0.6484081149101257, 0.5323384404182434, 0.14591802656650543, -0.2095690816640854, -0.1546398550271988, 0.2351878583431244, 0.5175690054893494, 0.4920641779899597, -0.012883611023426056, -0.4490605592727661, -0.5374038815498352, -0.18046914041042328, 0.21572858095169067, 0.2527102530002594, -0.12161361426115036, -0.5746445059776306, -0.7564493417739868, -0.4752821922302246, -0.11078153550624847, 0.048996057361364365, -0.14424864947795868, -0.46219462156295776, -0.6609794497489929, -0.5657987594604492, -0.2954033613204956, -0.04982883855700493, -0.04173886403441429, -0.2064647376537323, -0.39846205711364746, -0.4190099239349365, -0.26043814420700073, -0.04560663178563118, 0.06520269066095352, 0.03290492296218872, -0.08675412833690643, -0.16908471286296844, -0.16769766807556152, -0.022540666162967682, 0.1317969262599945, 0.20505878329277039, 0.16130979359149933, 0.06025201082229614, -0.005443323869258165, 0.02586415968835354, 0.12307103723287582, 0.21910879015922546, 0.25672250986099243, 0.2088623344898224, 0.12611302733421326, 0.07902482151985168, 0.07087775319814682, 0.1356581598520279, 0.2088327258825302, 0.24920234084129333, 0.20469221472740173, 0.10546422004699707, -0.007124397438019514, -0.035951241850852966, 0.028538739308714867, 0.13165581226348877, 0.16659197211265564, 0.0869535356760025, -0.05582989752292633, -0.16349567472934723, -0.1688472032546997, -0.05392861366271973, 0.04951951652765274, 0.03658515587449074, -0.07937821000814438, -0.19852249324321747, -0.25487861037254333, -0.18056458234786987, -0.06483834981918335, -0.015411242842674255, -0.04026634246110916, -0.1351577490568161, -0.18215468525886536, -0.14024792611598969, -0.0726441890001297, -0.009155052714049816, 0.014294035732746124, 0.007115967106074095, -0.028911717236042023, -0.04397653788328171, -0.011041109450161457, 0.052413344383239746, 0.091168113052845, 0.11878056824207306, 0.11170221865177155, 0.08395420014858246, 0.07413646578788757, 0.08878644555807114, 0.11794540286064148, 0.1616942137479782, 0.161241352558136, 0.13308188319206238, 0.09570852667093277, 0.05808573588728905, 0.06761258095502853, 0.09751308709383011, 0.10815411061048508, 0.09703134745359421, 0.037142589688301086, 0.023207126185297966, -0.10110287368297577, -0.08915862441062927, 0.005946178454905748, -0.09528371691703796, 0.008833265863358974, -0.15563824772834778, -0.27019447088241577, -0.2248043268918991, -0.2436903566122055, -0.18212677538394928, -0.08515669405460358, -0.2914797067642212, -0.25938931107521057, -0.373029887676239, -0.3635060489177704, -0.20586402714252472, -0.1613123118877411, -0.21144825220108032, -0.21209970116615295, -0.3350903391838074, -0.25273603200912476, -0.1293739676475525, -0.04809108003973961, -0.018427854403853416, -0.021513300016522408, -0.0955004170536995, -0.05214479938149452, 0.014263476245105267, 0.12700620293617249, 0.1998898983001709, 0.1914214789867401, 0.16328126192092896, 0.17082060873508453, 0.17987333238124847, 0.28121456503868103, 0.30902472138404846, 0.31008991599082947, 0.30004575848579407, 0.26083290576934814, 0.24141958355903625, 0.2802421450614929, 0.28932985663414, 0.30164834856987, 0.28367042541503906, 0.20588083565235138, 0.19252058863639832, 0.19013598561286926, 0.18060022592544556, 0.1923878788948059, 0.15555816888809204, 0.1052798256278038, 0.07443288713693619, 0.03936028108000755, 0.033966489136219025, 0.025654183700680733, 0.007051839493215084, -0.03123287297785282, -0.0493820495903492, -0.06199628859758377, -0.10608408600091934, -0.08459125459194183, -0.1432015597820282, -0.1341133415699005, -0.14438462257385254, -0.16024687886238098, -0.14908862113952637, -0.1751757562160492, -0.19232934713363647, -0.1562347263097763, -0.1495414525270462, -0.09629286080598831, -0.11924465745687485, -0.09708279371261597, -0.09735779464244843, -0.05986338108778, 0.023804403841495514, 0.062228474766016006, 0.07990814745426178, 0.0825357660651207, 0.052177660167217255, 0.09766238182783127, 0.1720028817653656, 0.316339373588562, 0.39594337344169617, 0.43992823362350464, 0.31457579135894775, 0.10044408589601517, 0.062129002064466476, 0.18389755487442017, 0.5412999987602234, 0.7319319248199463, 0.5370393991470337, 0.10395707190036774, -0.25580596923828125, -0.18442268669605255, 0.3021872937679291, 0.6206489205360413, 0.542202889919281, -0.013086467981338501, -0.5272204875946045, -0.5861050486564636, -0.166032075881958, 0.27124613523483276, 0.30523818731307983, -0.15111181139945984, -0.6480915546417236, -0.7986919283866882, -0.4907977879047394, -0.1000094786286354, 0.03922431543469429, -0.2096833437681198, -0.5557985305786133, -0.7314119338989258, -0.6010505557060242, -0.32839706540107727, -0.11030878871679306, -0.13304725289344788, -0.26840901374816895, -0.4437660574913025, -0.4672646224498749, -0.3583502769470215, -0.16912531852722168, -0.006336456164717674, 0.03854401409626007, -0.07242213189601898, -0.19040322303771973, -0.26901230216026306, -0.15030115842819214, 0.06839258223772049, 0.25711479783058167, 0.25482267141342163, 0.09718603640794754, -0.06943757086992264, -0.06975969672203064, 0.08076798170804977, 0.2889595627784729, 0.36429929733276367, 0.28278911113739014, 0.124561607837677, 0.03679327666759491, 0.0689120814204216, 0.1929783970117569, 0.2884550988674164, 0.2917441725730896, 0.2056281864643097, 0.10303696990013123, 0.015763690695166588, 0.023579377681016922, 0.06720542162656784, 0.12505365908145905, 0.1506779044866562, 0.08796339482069016, -0.02820216864347458, -0.12006944417953491, -0.15536841750144958, -0.07807331532239914, 0.007982383482158184, 0.026090066879987717, -0.05318530648946762, -0.18938769400119781, -0.2534380257129669, -0.20616573095321655, -0.1028326228260994, -0.00993433315306902, -0.021279288455843925, -0.11182155460119247, -0.19235754013061523, -0.19201211631298065, -0.09405230730772018, 0.008142894133925438, 0.05403408780694008, 0.018279923126101494, -0.048601750284433365, -0.06210216507315636, -0.011753310449421406, 0.07732998579740524, 0.1501571089029312, 0.16498644649982452, 0.11982566863298416, 0.0789121687412262, 0.06927376985549927, 0.09962433576583862, 0.166020467877388, 0.2068077027797699, 0.18349634110927582, 0.1529528945684433, 0.11811821907758713, 0.10204503685235977, 0.11325834691524506, 0.11787785589694977, 0.14935670793056488, 0.04307764396071434, -0.03528289124369621, 0.07022885978221893, -0.09540730714797974, 0.060839127749204636, -0.039101697504520416, -0.18198846280574799, -0.08174838870763779, -0.2066456824541092, -0.17154306173324585, -0.12558327615261078, -0.3218829333782196, -0.23509559035301208, -0.2829703390598297, -0.2995475232601166, -0.2152591198682785, -0.28983190655708313, -0.3461592495441437, -0.2868216335773468, -0.31535860896110535, -0.19628794491291046, -0.1767166703939438, -0.21524475514888763, -0.21678578853607178, -0.23267051577568054, -0.13080106675624847, -0.029365165159106255, 0.0009495985577814281, 0.061127547174692154, 0.008251067250967026, 0.052009571343660355, 0.09152822941541672, 0.15513911843299866, 0.2731377184391022, 0.26736533641815186, 0.2858877182006836, 0.2688194811344147, 0.2642507255077362, 0.3175404667854309, 0.34480029344558716, 0.45935773849487305, 0.4380955994129181, 0.3778328001499176, 0.34613311290740967, 0.2600780427455902, 0.3301725685596466, 0.3890528976917267, 0.4071385860443115, 0.35278084874153137, 0.24453169107437134, 0.14277587831020355, 0.155625119805336, 0.21642164885997772, 0.2442925125360489, 0.1781449317932129, 0.08347626775503159, -0.045178525149822235, -0.022121474146842957, -0.02410797029733658, 0.01987193338572979, 0.00930220540612936, -0.0982532873749733, -0.1586359739303589, -0.14401943981647491, -0.18766294419765472, -0.08822546154260635, -0.11337990313768387, -0.13348543643951416, -0.14398044347763062, -0.15534643828868866, -0.1087677851319313, -0.0850830003619194, -0.09391626715660095, -0.019811740145087242, -0.02955770678818226, 0.0669458732008934, 0.08227957040071487, 0.035831518471241, 0.025470098480582237, 0.060907792299985886, 0.22134342789649963, 0.38299834728240967, 0.4527914524078369, 0.24665436148643494, -0.06869771331548691, -0.10908229649066925, 0.13459822535514832, 0.6706684827804565, 0.8403428196907043, 0.4910834729671478, -0.12305620312690735, -0.5213991403579712, -0.20604008436203003, 0.5101425051689148, 0.8342983722686768, 0.5964835286140442, -0.20718444883823395, -0.7635583877563477, -0.6073101758956909, 0.04012490436434746, 0.5520122051239014, 0.4355120062828064, -0.23589582741260529, -0.8038763403892517, -0.8444614410400391, -0.3870234489440918, 0.11624614894390106, 0.18003782629966736, -0.19657999277114868, -0.6370884776115417, -0.8022585511207581, -0.5981169939041138, -0.24273154139518738, -0.017514321953058243, -0.08470255881547928, -0.3050481975078583, -0.5436397790908813, -0.5782527327537537, -0.3979884088039398, -0.14594528079032898, 0.03552427887916565, 0.014131897129118443, -0.1702844649553299, -0.33328777551651, -0.37341898679733276, -0.17726179957389832, 0.08979418873786926, 0.25031137466430664, 0.18004174530506134, -0.037774454802274704, -0.18621864914894104, -0.1258753091096878, 0.09080720692873001, 0.3020752966403961, 0.34053483605384827, 0.22852516174316406, 0.06564443558454514, 0.002815129002556205, 0.06253164261579514, 0.18727631866931915, 0.29456081986427307, 0.3164367079734802, 0.24375224113464355, 0.13736867904663086, 0.030187534168362617, 0.0030936524271965027, 0.06488993763923645, 0.17788758873939514, 0.251690536737442, 0.20596866309642792, 0.023248251527547836, -0.150152787566185, -0.20144964754581451, -0.0736747607588768, 0.101431705057621, 0.1631910502910614, 0.016872985288500786, -0.21688909828662872, -0.3591669499874115, -0.2878294587135315, -0.08104970306158066, 0.05425326153635979, 0.012838421389460564, -0.1671212911605835, -0.33445245027542114, -0.32581573724746704, -0.18256667256355286, -0.034705184400081635, 0.01338261179625988, -0.06592471897602081, -0.16010181605815887, -0.19403387606143951, -0.14230231940746307, -0.044669173657894135, 0.022138411179184914, 0.0475027970969677, 0.03557216003537178, 0.00993107259273529, -0.017505889758467674, -0.009976405650377274, 0.043761059641838074, 0.11467436701059341, 0.15788038074970245, 0.1516076773405075, 0.09407428652048111, -0.08854473382234573, 0.006879742257297039, 0.08469226956367493, 0.13445842266082764, 0.2587924599647522, 0.01763133518397808, -0.0960547998547554, -0.15500114858150482, -0.13807524740695953, 0.04576821252703667, 0.08427474647760391, -0.04222586005926132, -0.125336155295372, -0.3457958698272705, -0.30538225173950195, -0.20694005489349365, -0.0794021487236023, -0.0719451904296875, -0.15686580538749695, -0.3391241431236267, -0.4193355441093445, -0.3509443700313568, -0.2058458924293518, -0.06203821673989296, -0.067679762840271, -0.21354278922080994, -0.31559205055236816, -0.31692370772361755, -0.16137979924678802, 0.0556512176990509, 0.10988612473011017, 0.039441078901290894, -0.0765381008386612, -0.15587455034255981, -0.005522123072296381, 0.16575857996940613, 0.28907084465026855, 0.3123886287212372, 0.19306981563568115, 0.11376113444566727, 0.15147665143013, 0.23369763791561127, 0.4181828498840332, 0.44828131794929504, 0.3876308500766754, 0.3351795971393585, 0.20731371641159058, 0.22938038408756256, 0.3250519037246704, 0.42975911498069763, 0.4666803479194641, 0.37917616963386536, 0.225361630320549, 0.1250709742307663, 0.19579869508743286, 0.2755260467529297, 0.3520740568637848, 0.30057069659233093, 0.11158356815576553, 0.0350530743598938, -0.02547171153128147, 0.05954328179359436, 0.22196845710277557, 0.1508905589580536, 0.10063270479440689, -0.031098777428269386, -0.08838313072919846, -0.03308131918311119, 0.054479122161865234, 0.08052986115217209, 0.05368505418300629, 0.03063754178583622, -0.0007969911675900221, 0.002762309741228819, 0.02747022733092308, -0.006670893635600805, 0.07189300656318665, 0.15848879516124725, 0.2693946659564972, 0.3554569482803345, 0.10346943885087967, -0.2089809626340866, -0.2721345126628876, -0.07612185925245285, 0.5527096390724182, 0.8288553953170776, 0.477172315120697, -0.27205511927604675, -0.8027675151824951, -0.5181304812431335, 0.39596131443977356, 0.9623302221298218, 0.7689163684844971, -0.23919348418712616, -1.0375540256500244, -0.9458450675010681, -0.07347406446933746, 0.7494343519210815, 0.759695827960968, -0.07857268303632736, -0.9233431816101074, -1.0963823795318604, -0.45810699462890625, 0.2854577302932739, 0.5038861036300659, 0.0395219549536705, -0.5854797959327698, -0.8834009170532227, -0.6623879075050354, -0.144815132021904, 0.1917509287595749, 0.13130134344100952, -0.16139982640743256, -0.5274240970611572, -0.6202940344810486, -0.42025184631347656, -0.11380593478679657, 0.11761058866977692, 0.09772070497274399, -0.13763584196567535, -0.38794639706611633, -0.47672900557518005, -0.2819453775882721, -0.002226951066404581, 0.17141109704971313, 0.15083524584770203, -0.0743517354130745, -0.28049102425575256, -0.3058454394340515, -0.13207337260246277, 0.11267656087875366, 0.23799513280391693, 0.19534486532211304, 0.044421009719371796, -0.1024358794093132, -0.13913105428218842, -0.021869679912924767, 0.1796002835035324, 0.3241470158100128, 0.3273511528968811, 0.16438230872154236, -0.03616192936897278, -0.10681434720754623, -0.0023914985358715057, 0.2225058525800705, 0.4054742455482483, 0.3656958043575287, 0.13947628438472748, -0.10531424731016159, -0.17448201775550842, -0.02752891555428505, 0.2211165875196457, 0.3470833897590637, 0.2391362488269806, -0.025380976498126984, -0.2573601007461548, -0.25215134024620056, -0.05017559975385666, 0.15191681683063507, 0.19663077592849731, 0.030582448467612267, -0.19868594408035278, -0.3173568546772003, -0.26877331733703613, -0.0821269080042839, 0.0769101083278656, 0.062058620154857635, -0.07913851737976074, -0.23707517981529236, -0.30435439944267273, -0.2160707414150238, -0.08052728325128555, 0.022419225424528122, 0.029356246814131737, -0.05622630938887596, -0.17451165616512299, -0.20584015548229218, -0.1834794580936432, -0.057574257254600525, 0.05694074183702469, 0.10574891418218613, 0.017092028632760048, -0.12416218966245651, -0.21093659102916718, -0.17209264636039734, 0.015153283253312111, 0.13471126556396484, 0.15261824429035187, 0.031031955033540726, -0.17660050094127655, -0.21271516382694244, -0.1088525652885437, 0.03473049774765968, 0.17931318283081055, 0.07047004997730255, -0.10521981865167618, -0.22955259680747986, -0.21347776055335999, -0.06505393981933594, 0.10073383897542953, 0.11638189852237701, -0.017210179939866066, -0.19814176857471466, -0.2646571695804596, -0.18214167654514313, 0.046078260987997055, 0.1370513141155243, 0.10693897306919098, -0.07608477771282196, -0.2180139273405075, -0.1574152559041977, -0.005455339793115854, 0.19512879848480225, 0.2457704246044159, 0.12170296162366867, -0.0253287460654974, -0.04635428264737129, 0.04914313927292824, 0.2202945202589035, 0.2947138547897339, 0.2669597864151001, 0.1871180534362793, 0.12538844347000122, 0.15231944620609283, 0.20213256776332855, 0.2905901372432709, 0.3437875807285309, 0.33233267068862915, 0.27124837040901184, 0.17584894597530365, 0.17583587765693665, 0.22192254662513733, 0.29091742634773254, 0.3870254456996918, 0.303595632314682, 0.23780088126659393, 0.22795599699020386, 0.1892319768667221, 0.3010174334049225, 0.35984519124031067, 0.33683183789253235, 0.3172999918460846, 0.26246166229248047, 0.2695026993751526, 0.2942805588245392, 0.39231738448143005, 0.37038567662239075, 0.2704237699508667, 0.20287054777145386, 0.24668274819850922, 0.4670571982860565, 0.6554247736930847, 0.6335911750793457, 0.0587829127907753, -0.441805899143219, -0.3649740219116211, 0.21809670329093933, 1.1757242679595947, 1.0745445489883423, 0.09614881128072739, -1.0875108242034912, -1.4011789560317993, -0.3246329128742218, 1.0553494691848755, 1.2413456439971924, 0.29915106296539307, -1.351709246635437, -1.9467469453811646, -1.0739266872406006, 0.42880722880363464, 1.0764644145965576, 0.4224948287010193, -1.018271565437317, -1.8340318202972412, -1.4511743783950806, -0.2607400715351105, 0.5484925508499146, 0.47000619769096375, -0.41885319352149963, -1.2107335329055786, -1.3293510675430298, -0.7596224546432495, 0.019465966150164604, 0.43438902497291565, 0.16851180791854858, -0.40993738174438477, -0.9175114035606384, -0.8465982675552368, -0.33175548911094666, 0.23222841322422028, 0.40676766633987427, 0.08372628688812256, -0.38461989164352417, -0.559099555015564, -0.39007440209388733, 0.05764902010560036, 0.27961719036102295, 0.19683557748794556, -0.01306904200464487, -0.1586342751979828, -0.10938095301389694, 0.011693371459841728, 0.03213660791516304, -0.009362244047224522, 0.02523823268711567, 0.19395630061626434, 0.2847273051738739, 0.1966383457183838, -0.08216243982315063, -0.2767990827560425, -0.14008906483650208, 0.2531287968158722, 0.5876357555389404, 0.5097452998161316, -0.008289615623652935, -0.46273306012153625, -0.4584691822528839, 0.06561999768018723, 0.6520136594772339, 0.7580686807632446, 0.2277430146932602, -0.4495566785335541, -0.6820084452629089, -0.2484719306230545, 0.42499083280563354, 0.7421191334724426, 0.418366402387619, -0.2416982203722, -0.6672677993774414, -0.486942321062088, 0.04334164410829544, 0.44828519225120544, 0.417595237493515, 0.021619021892547607, -0.36872854828834534, -0.46585792303085327, -0.27514660358428955, 0.016208333894610405, 0.16410471498966217, 0.1016450896859169, -0.06587528437376022, -0.20617613196372986, -0.29295629262924194, -0.24185402691364288, -0.16178710758686066, -0.06703406572341919, 0.0730704814195633, 0.030929815024137497, -0.10968943685293198, -0.2402036488056183, -0.4025783836841583, -0.22834259271621704, -0.023777838796377182, 0.1444932073354721, 0.13170389831066132, -0.1512826681137085, -0.37950563430786133, -0.39041516184806824, -0.21350052952766418, 0.12078652530908585, 0.21726061403751373, 0.07127874344587326, -0.22896167635917664, -0.4225112795829773, -0.33406683802604675, -0.03468728065490723, 0.2159428894519806, 0.22952842712402344, -0.0384921096265316, -0.28421011567115784, -0.3518604338169098, -0.13296598196029663, 0.1991008222103119, 0.32589662075042725, 0.201433926820755, -0.07054321467876434, -0.2148919552564621, -0.07567325979471207, 0.17508603632450104, 0.3676438331604004, 0.36791789531707764, 0.15554776787757874, 0.05937769263982773, 0.0726071372628212, 0.21805334091186523, 0.3800656199455261, 0.3817864954471588, 0.33483168482780457, 0.26687440276145935, 0.26525506377220154, 0.3110261857509613, 0.3099295198917389, 0.3408358693122864, 0.34795376658439636, 0.3809429407119751, 0.3860917091369629, 0.35175448656082153, 0.3335959017276764, 0.31711405515670776, 0.35645899176597595, 0.42925480008125305, 0.3924570083618164, 0.4441356956958771, 0.3953099548816681, 0.34637290239334106, 0.4290153384208679, 0.4533542990684509, 0.5157052874565125, 0.5312932729721069, 0.37643977999687195, 0.3125051259994507, 0.3170822262763977, 0.5647354125976562, 0.8350008130073547, 0.9643938541412354, 0.3617365062236786, -0.3041592538356781, -0.39425763487815857, 0.07022280246019363, 1.2971190214157104, 1.5287662744522095, 0.5949516892433167, -0.7446461319923401, -1.525055170059204, -0.7849060893058777, 0.8614038825035095, 1.4576629400253296, 0.9147075414657593, -0.8171387910842896, -1.9173762798309326, -1.6088452339172363, -0.26942381262779236, 0.7986258268356323, 0.7455388307571411, -0.39655905961990356, -1.5440162420272827, -1.8789979219436646, -1.150209665298462, -0.20449747145175934, 0.3438413143157959, 0.05666947364807129, -0.8348681330680847, -1.5171352624893188, -1.5056296586990356, -0.7908433675765991, 0.08187786489725113, 0.28624701499938965, -0.2122315764427185, -0.9774906039237976, -1.2076984643936157, -0.7244549989700317, -0.07621157914400101, 0.2683292627334595, -0.004928760230541229, -0.44181105494499207, -0.54330974817276, -0.3252335786819458, 0.054198771715164185, 0.15613237023353577, -0.012070201337337494, -0.11643946915864944, -0.04454956576228142, 0.22563810646533966, 0.377475380897522, 0.24073480069637299, -0.04452342167496681, -0.14636819064617157, 0.12805739045143127, 0.5554131865501404, 0.8090309500694275, 0.5694451332092285, 0.03861595690250397, -0.2565116882324219, -0.04166010767221451, 0.5614205002784729, 0.9879329800605774, 0.7700236439704895, 0.15194939076900482, -0.35291534662246704, -0.2604026198387146, 0.2959936559200287, 0.761164665222168, 0.6996418237686157, 0.1909535676240921, -0.3253270089626312, -0.43485531210899353, -0.15487539768218994, 0.22693897783756256, 0.3491213023662567, 0.13729773461818695, -0.2397976666688919, -0.4960336685180664, -0.49893680214881897, -0.30190348625183105, -0.08637738972902298, -0.032320406287908554, -0.15583436191082, -0.3894232213497162, -0.5701240301132202, -0.6247693300247192, -0.4727306365966797, -0.2474617213010788, -0.12927548587322235, -0.17771677672863007, -0.3935706615447998, -0.589797854423523, -0.6286960244178772, -0.4547611176967621, -0.2074727863073349, -0.06761886924505234, -0.10025215893983841, -0.33510622382164, -0.5023038387298584, -0.46562981605529785, -0.3314601182937622, -0.07624472677707672, 0.02594742365181446, -0.04815720394253731, -0.16304385662078857, -0.2941487431526184, -0.3072728216648102, -0.15591014921665192, 0.010078883729875088, 0.16745822131633759, 0.14574933052062988, 0.01663135550916195, -0.12288957089185715, -0.13088352978229523, 0.010417100973427296, 0.20151551067829132, 0.32251131534576416, 0.28578951954841614, 0.1405678391456604, 0.07689251005649567, 0.08452369272708893, 0.21294274926185608, 0.3488226532936096, 0.3540398180484772, 0.34226247668266296, 0.30390727519989014, 0.2815067172050476, 0.30286455154418945, 0.30706068873405457, 0.3265768587589264, 0.3671850860118866, 0.4489847719669342, 0.4794875681400299, 0.45735546946525574, 0.43327173590660095, 0.35533246397972107, 0.395249605178833, 0.48389896750450134, 0.5401248335838318, 0.699273943901062, 0.6479111313819885, 0.5706838965415955, 0.5841641426086426, 0.5325003266334534, 0.626240074634552, 0.7928911447525024, 0.7645615935325623, 0.7161803841590881, 0.6781761646270752, 0.6449235677719116, 0.823880672454834, 1.062833547592163, 0.8210987448692322, 0.31331339478492737, 0.15844659507274628, 0.09904524683952332, 0.967628538608551, 1.408570647239685, 0.8937401175498962, 0.027713021263480186, -0.8450633883476257, -0.8368439078330994, 0.27635475993156433, 0.9709838032722473, 0.8974200487136841, -0.057947490364313126, -1.2722057104110718, -1.5823092460632324, -0.9528756737709045, 0.0018307953141629696, 0.3941640853881836, 0.00042497130925767124, -1.028505802154541, -1.726236343383789, -1.6560677289962769, -0.99293452501297, -0.2797291576862335, 0.0014873748878017068, -0.5758387446403503, -1.2926150560379028, -1.6346453428268433, -1.3116686344146729, -0.5501834750175476, -0.04425019025802612, -0.2809014916419983, -0.8085271120071411, -1.1155500411987305, -0.9245194792747498, -0.411106139421463, 0.0024025163147598505, -0.11757239699363708, -0.41280412673950195, -0.5348891019821167, -0.42656463384628296, -0.027550842612981796, 0.275991290807724, 0.1488952487707138, -0.08945406973361969, -0.2505963444709778, -0.10976379364728928, 0.33807945251464844, 0.6756095290184021, 0.5635911226272583, 0.1844938099384308, -0.10730557888746262, -0.037219490855932236, 0.45214030146598816, 0.8914126753807068, 0.8785501718521118, 0.4954214096069336, 0.03152180090546608, -0.068049855530262, 0.2905533015727997, 0.6859080791473389, 0.8010773062705994, 0.5847521424293518, 0.17043761909008026, -0.08712534606456757, -0.02687886729836464, 0.2158900946378708, 0.428504079580307, 0.4150669574737549, 0.10381531715393066, -0.2353033423423767, -0.375419944524765, -0.22318990528583527, 0.015333158895373344, 0.10241655260324478, -0.11215437203645706, -0.44089990854263306, -0.613656759262085, -0.5674660205841064, -0.3325706720352173, -0.10061647742986679, -0.3264547884464264, -0.5474985837936401, -0.8044454455375671, -0.7862557172775269, -0.4767284393310547, -0.29183143377304077, -0.33634495735168457, -0.559712827205658, -0.7832347750663757, -0.8035591244697571, -0.5581321716308594, -0.32732993364334106, -0.32294467091560364, -0.4089398682117462, -0.5883971452713013, -0.6327338218688965, -0.388051837682724, -0.282658189535141, -0.17203284800052643, -0.22222554683685303, -0.3215768337249756, -0.2313099205493927, -0.10330045968294144, -0.03735926374793053, 0.0222474355250597, 0.0015914365649223328, -0.006332085933536291, 0.07823529839515686, 0.19337816536426544, 0.23441685736179352, 0.29160892963409424, 0.27201542258262634, 0.17820823192596436, 0.24659906327724457, 0.34807702898979187, 0.42623957991600037, 0.5041428208351135, 0.4460632801055908, 0.33601969480514526, 0.352220743894577, 0.3819994330406189, 0.5017167925834656, 0.6149604320526123, 0.6697805523872375, 0.5603655576705933, 0.5009840130805969, 0.46882274746894836, 0.579537034034729, 0.7668265104293823, 0.8426790833473206, 0.8702666759490967, 0.7911673784255981, 0.7144953608512878, 0.8128997087478638, 0.8346692323684692, 0.9098080396652222, 0.9523087739944458, 0.973528265953064, 1.0718061923980713, 1.042712926864624, 1.044761300086975, 0.7010906338691711, 0.4346015751361847, 0.6149581670761108, 0.732008695602417, 1.224053978919983, 1.0870559215545654, 0.46607455611228943, -0.03916577622294426, -0.3508304953575134, -0.13130435347557068, 0.45407700538635254, 0.5188172459602356, 0.3207795023918152, -0.30793681740760803, -0.8871989846229553, -1.0007091760635376, -0.7686415910720825, -0.3388446271419525, -0.18337500095367432, -0.36620864272117615, -0.9149724841117859, -1.3312829732894897, -1.3219115734100342, -1.0578924417495728, -0.6620768904685974, -0.45062464475631714, -0.8163430094718933, -1.0619632005691528, -1.2031058073043823, -1.0731509923934937, -0.6907115578651428, -0.5413824319839478, -0.6224813461303711, -0.7319685816764832, -0.7800093293190002, -0.6382787227630615, -0.44354718923568726, -0.28301459550857544, -0.3567522466182709, -0.4205722212791443, -0.38855481147766113, -0.3139846920967102, -0.007277695927768946, 0.14320632815361023, 0.07008672505617142, -0.05517210066318512, -0.1947372555732727, -0.07644534856081009, 0.25398457050323486, 0.48621606826782227, 0.492461234331131, 0.2972160577774048, 0.1205601841211319, 0.11042087525129318, 0.33872032165527344, 0.5568812489509583, 0.5886401534080505, 0.5318121314048767, 0.37144383788108826, 0.2772233486175537, 0.3537611663341522, 0.4035170078277588, 0.4446476399898529, 0.43298593163490295, 0.30382150411605835, 0.24566853046417236, 0.2411884367465973, 0.25502943992614746, 0.22784994542598724, 0.09032745659351349, -0.024072112515568733, -0.16958430409431458, -0.06902160495519638, 0.022984879091382027, -0.021160010248422623, -0.1260656714439392, -0.3972879946231842, -0.5926042795181274, -0.5491934418678284, -0.4271557927131653, -0.26894712448120117, -0.28249451518058777, -0.5164614915847778, -0.7325880527496338, -0.8818241953849792, -0.7630473375320435, -0.5991853475570679, -0.41334182024002075, -0.4053505063056946, -0.5625860691070557, -0.7246214151382446, -0.7908111214637756, -0.6970359086990356, -0.4473785161972046, -0.287746399641037, -0.22050702571868896, -0.28834131360054016, -0.40057143568992615, -0.40977853536605835, -0.30597957968711853, -0.13080936670303345, 0.04290018230676651, 0.10258685052394867, 0.09723733365535736, 0.01350203063338995, 0.009013436734676361, 0.07406288385391235, 0.17780184745788574, 0.27829864621162415, 0.32921141386032104, 0.35173118114471436, 0.2557581961154938, 0.2512824535369873, 0.3305109441280365, 0.2792820334434509, 0.39026695489883423, 0.43138402700424194, 0.3622254729270935, 0.4635019302368164, 0.4383929967880249, 0.4416671693325043, 0.5438879132270813, 0.45275768637657166, 0.4950401186943054, 0.6136651039123535, 0.675525963306427, 0.7197836637496948, 0.7779533863067627, 0.7339940667152405, 0.748390793800354, 0.7250140905380249, 0.8810701966285706, 0.8731226325035095, 0.9621708989143372, 1.0473891496658325, 0.9635828137397766, 0.9206019639968872, 0.717396080493927, 0.6459870934486389, 0.7624655365943909, 0.8040384650230408, 1.0024986267089844, 0.8237842321395874, 0.5030571222305298, 0.2181614339351654, 0.03462382033467293, 0.11431656032800674, 0.3276028037071228, 0.28489524126052856, 0.19558162987232208, -0.15916340053081512, -0.4662735164165497, -0.6285068988800049, -0.5810918807983398, -0.4300345778465271, -0.3992607593536377, -0.4320165812969208, -0.6489002704620361, -0.8934872150421143, -0.9224215149879456, -0.8808050155639648, -0.8220852613449097, -0.7335911393165588, -0.7841100692749023, -0.7736778855323792, -0.7661650776863098, -0.7737147212028503, -0.7461196184158325, -0.7822180986404419, -0.7845005989074707, -0.6823206543922424, -0.5784321427345276, -0.4481702446937561, -0.4033464789390564, -0.43480396270751953, -0.5151671767234802, -0.5315357446670532, -0.4533517360687256, -0.279451847076416, -0.04092048481106758, 0.002829761942848563, -0.053278591483831406, -0.1430216133594513, -0.21608033776283264, -0.10721278935670853, 0.12565559148788452, 0.2909656763076782, 0.3295515477657318, 0.25684845447540283, 0.167976513504982, 0.1662328988313675, 0.282894104719162, 0.396411657333374, 0.4647187888622284, 0.4367508292198181, 0.345377653837204, 0.3146514892578125, 0.3759298324584961, 0.39606717228889465, 0.3248165249824524, 0.3013073801994324, 0.17830322682857513, 0.13774457573890686, 0.2502310276031494, 0.18692366778850555, 0.1783701479434967, -0.019703419879078865, -0.21722619235515594, -0.259365051984787, -0.21101947128772736, -0.16955417394638062, -0.09101960808038712, -0.2894386649131775, -0.43461379408836365, -0.5962836742401123, -0.595361053943634, -0.5261948108673096, -0.3991077244281769, -0.4023827612400055, -0.5052503943443298, -0.5870698094367981, -0.638650119304657, -0.6411276459693909, -0.4955308437347412, -0.42435571551322937, -0.41010183095932007, -0.37588003277778625, -0.36429309844970703, -0.36271655559539795, -0.2962557077407837, -0.2587711215019226, -0.23622168600559235, -0.14733117818832397, -0.06478194892406464, -0.04510361701250076, 0.04006132856011391, 0.10871575772762299, -0.07462692260742188, 0.07710596919059753, 0.1916869878768921, 0.0344289168715477, 0.3911632001399994, 0.3226507008075714, 0.17558234930038452, 0.3703401982784271, 0.10009660571813583, 0.25405004620552063, 0.4765550494194031, 0.3518722355365753, 0.4722837805747986, 0.6452044248580933, 0.22623620927333832, 0.4582599401473999, 0.5388359427452087, 0.4401874244213104, 0.7068072557449341, 0.7017462253570557, 0.6941733360290527, 0.6183156967163086, 0.591547429561615, 0.7822131514549255, 0.7187718152999878, 0.8145424723625183, 0.777903139591217, 0.8563934564590454, 0.7882676720619202, 0.7798699736595154, 0.8227024078369141, 0.6285876631736755, 0.5652248859405518, 0.6221885681152344, 0.6302099227905273, 0.635369598865509, 0.6469297409057617, 0.3477489948272705, 0.2171434611082077, 0.0824631080031395, 0.1280025988817215, 0.15047289431095123, 0.09417206048965454, -0.003322051139548421, -0.198472797870636, -0.33672070503234863, -0.29477131366729736, -0.4568655490875244, -0.39648231863975525, -0.3789900243282318, -0.5477176904678345, -0.5350398421287537, -0.5672071576118469, -0.6504753828048706, -0.5917769074440002, -0.6145625710487366, -0.596530020236969, -0.6570212841033936, -0.6548210382461548, -0.6207621693611145, -0.517805278301239, -0.4800225794315338, -0.509151041507721, -0.5033152103424072, -0.612038254737854, -0.563784122467041, -0.4194985330104828, -0.3281182646751404, -0.25268930196762085, -0.28982222080230713, -0.358212947845459, -0.4063837230205536, -0.34018585085868835, -0.2027108073234558, -0.1281348019838333, -0.05880099534988403, -0.04937203973531723, -0.14004836976528168, -0.10262148082256317, -0.05715756490826607, -0.03697242960333824, 0.08177760243415833, 0.08636754006147385, 0.07332194596529007, 0.23156419396400452, 0.11041372269392014, 0.14847390353679657, 0.22932253777980804, 0.0010072005679830909, 0.16424934566020966, 0.24589760601520538, 0.23351116478443146, 0.26809003949165344, 0.16831055283546448, 0.09809263795614243, -0.013430203311145306, 0.050752121955156326, 0.11347184330224991, 0.10746827721595764, 0.04734961315989494, -0.026588954031467438, -0.11654187738895416, -0.17696118354797363, -0.18187738955020905, -0.12632670998573303, -0.19878996908664703, -0.22528265416622162, -0.3081173300743103, -0.31733229756355286, -0.32327353954315186, -0.3086353838443756, -0.2903449237346649, -0.37088656425476074, -0.4502813518047333, -0.38839611411094666, -0.4013359546661377, -0.24602200090885162, -0.24335378408432007, -0.3368956744670868, -0.30206114053726196, -0.3664846420288086, -0.36418795585632324, -0.2624950706958771, 0.015916435047984123, -0.18982581794261932, -0.18625850975513458, -0.006276261992752552, -0.23055830597877502, -0.1316530853509903, 0.11657584458589554, -0.08324949443340302, 0.1537880003452301, 0.1436624974012375, 0.05359097570180893, 0.24520793557167053, 0.08214408159255981, 0.2541257441043854, 0.31404197216033936, 0.2714095413684845, 0.48285385966300964, 0.37519776821136475, 0.5550736784934998, 0.4214097261428833, 0.5125547647476196, 0.679292619228363, 0.48906800150871277, 0.8581870794296265, 0.6952449083328247, 0.7022311091423035, 0.9809504151344299, 0.49852338433265686, 0.9786943793296814, 0.9973528385162354, 0.5837816596031189, 1.1471221446990967, 0.7108955979347229, 0.7151909470558167, 0.9673001766204834, 0.662689745426178, 0.7684131264686584, 0.7309593558311462, 0.41050800681114197, 0.6591829061508179, 0.4324989914894104, 0.39085283875465393, 0.39978694915771484, 0.09927324205636978, 0.1400144249200821, -0.0482393242418766, -0.06424634158611298, 0.020480399951338768, -0.283784955739975, -0.2434365451335907, -0.37598785758018494, -0.5793591141700745, -0.5012567639350891, -0.5232394933700562, -0.4797127842903137, -0.6029391288757324, -0.6210952401161194, -0.6700755953788757, -0.8188352584838867, -0.6416922807693481, -0.6664304137229919, -0.589148223400116, -0.5776237845420837, -0.6742368340492249, -0.5744369626045227, -0.6272026300430298, -0.5274548530578613, -0.4327680766582489, -0.4792647957801819, -0.4168229103088379, -0.4039447009563446, -0.42120328545570374, -0.30086764693260193, -0.25934579968452454, -0.29946422576904297, -0.2674942910671234, -0.19838812947273254, -0.24890218675136566, -0.13070514798164368, 0.04023408144712448, -0.31292724609375, -0.02316710166633129, -0.08077134937047958, -0.285407692193985, 0.1354670375585556, 0.07001388072967529, -0.02298986352980137, 0.05422167107462883, -0.04540930688381195, -0.015129431150853634, 0.02510754205286503, 0.1443772166967392, 0.11824489384889603, 0.10773863643407822, 0.07750024646520615, 0.017594583332538605, 0.08665941655635834, 0.034895364195108414, 0.09599175304174423, 0.13754884898662567, -0.0015509766526520252, 0.024229202419519424, 0.05168412625789642, -0.0705876350402832, -0.08385837823152542, 0.051648419350385666, -0.12988059222698212, -0.07889850437641144, -0.1180357113480568, -0.12458673864603043, -0.24343381822109222, -0.10107498615980148, -0.19722186028957367, -0.2949817180633545, -0.1214551329612732, -0.2737978994846344, -0.2382660210132599, -0.0999879390001297, -0.37597784399986267, -0.1307959109544754, -0.26497089862823486, -0.3461497128009796, 0.11252747476100922, -0.4729212820529938, 0.012878121808171272, -0.08515606075525284, -0.3083723187446594, 0.027117587625980377, -0.1527530550956726, 0.0020038150250911713, -0.19570572674274445, 0.02182919718325138, 0.2005123347043991, -0.15498656034469604, 0.15728238224983215, 0.21376939117908478, -0.22270210087299347, 0.2396032065153122, 0.030103368684649467, 0.3825775384902954, 0.31063517928123474, 0.07991397380828857, 0.4814034104347229, 0.1081412211060524, 0.1731388419866562, 0.5343462228775024, 0.35411933064460754, 0.4750034809112549, 0.6098628640174866, 0.32667404413223267, 0.4771701693534851, 0.6234391927719116, 0.4665411412715912, 0.6346562504768372, 0.5384648442268372, 0.675694465637207, 0.6431792974472046, 0.5621117949485779, 0.7902864217758179, 0.46392810344696045, 0.5907754302024841, 0.6089760661125183, 0.5344106554985046, 0.5831732153892517, 0.6054138541221619, 0.5121821165084839, 0.40130454301834106, 0.3565841019153595, 0.3548471927642822, 0.282101571559906, 0.3165680170059204, 0.213395357131958, 0.22886838018894196, 0.10138016194105148, -0.03297579661011696, 0.06642940640449524, -0.09617100656032562, -0.02999687008559704, -0.06706656515598297, -0.2552153468132019, -0.2085740864276886, -0.29336267709732056, -0.31695321202278137, -0.19417165219783783, -0.34529533982276917, -0.40550675988197327, -0.3576991558074951, -0.5383151769638062, -0.3875763714313507, -0.38922935724258423, -0.4531916081905365, -0.3633095920085907, -0.46111834049224854, -0.5491353273391724, -0.4811905026435852, -0.4444372355937958, -0.4566049873828888, -0.3702326714992523, -0.39891114830970764, -0.5050448775291443, -0.38911840319633484, -0.4083946645259857, -0.4959058165550232, -0.2671244144439697, -0.3081408143043518, -0.4988849461078644, -0.18220208585262299, -0.28663909435272217, -0.45622244477272034, -0.056891851127147675, -0.29342854022979736, -0.3040517270565033, -0.11319345235824585, -0.2213759422302246, -0.11924277245998383, -0.05433884635567665, -0.14961634576320648, 0.030408434569835663, -0.07064464688301086, -0.1589868664741516, 0.031059706583619118, -0.001834541792050004, 0.027170278131961823, 0.09296949207782745, 0.07382738590240479, 0.1730709969997406, -0.19378653168678284, 0.21487931907176971, 0.060107626020908356, -0.07350510358810425, 0.4096378684043884, -0.1623305380344391, 0.1018514633178711, 0.23911644518375397, -0.14558492600917816, 0.13618335127830505, 0.16340261697769165, -0.16052043437957764, 0.06349010020494461, 0.13209976255893707, -0.2205599695444107, 0.32873305678367615, -0.21489408612251282, -0.019183101132512093, 0.020835908129811287, -0.19514673948287964, 0.02576424740254879, -0.04758250713348389, -0.016268178820610046, -0.3232000768184662, 0.25327345728874207, -0.1630840301513672, -0.1488180011510849, -0.07754167914390564, -0.017411967739462852, -0.22495123744010925, 0.015356369316577911, 0.07220529764890671, -0.04467341676354408, 0.04196344316005707, -0.28424760699272156, 0.2456619143486023, -0.11748960614204407, 0.016643671318888664, 0.25426384806632996, -0.011075871996581554, 0.16078686714172363, 0.12003622949123383, -0.05646310746669769, 0.42683252692222595, 0.022019855678081512, 0.25054675340652466, 0.32709693908691406, 0.1373007446527481, 0.22187301516532898, 0.4341190457344055, 0.12035807222127914, 0.5516865253448486, 0.13603177666664124, 0.24839653074741364, 0.6117208003997803, -0.0768066868185997, 0.7177839875221252, 0.31304216384887695, 0.20200656354427338, 0.45762044191360474, 0.29321107268333435, 0.32206040620803833, 0.28415676951408386, 0.3125174939632416, 0.48838889598846436, 0.03544621169567108, 0.4134170413017273, 0.3147103786468506, -0.039658382534980774, 0.4461907148361206, 0.17282497882843018, -0.04659217596054077, 0.3124971091747284, 0.08748431503772736, 0.04267904907464981, 0.05332851782441139, 0.30476945638656616, -0.24076078832149506, -0.15033651888370514, 0.21277937293052673, -0.1825518012046814, -0.07387135922908783, 0.1165844276547432, -0.15973836183547974, -0.2805778384208679, -0.07104430347681046, -0.23284779489040375, -0.0033785805571824312, -0.3286316990852356, -0.16468119621276855, 0.029554305598139763, -0.5695011615753174, 0.03646038845181465, -0.2363239973783493, -0.39047643542289734, -0.19672006368637085, -0.3135022521018982, -0.10658229142427444, -0.4142124354839325, -0.20285867154598236, -0.2176409363746643, -0.4938165545463562, -0.21115539968013763, -0.2808941602706909, -0.4512386918067932, -0.21892905235290527, -0.22903835773468018, -0.5453765988349915, -0.1870584487915039, -0.21335723996162415, -0.6153473258018494, 0.04244541749358177, -0.4520408511161804, -0.5067038536071777, 0.09586657583713531, -0.38903379440307617, -0.4425964057445526, 0.3590054214000702, -0.6382865905761719, -0.09512851387262344, 0.10088953375816345, -0.5286703705787659, 0.23292379081249237, 0.0487787090241909, -0.17807167768478394, 0.07844757288694382, 0.05968019366264343, -0.07317906618118286, 0.2220972776412964, -0.0656750425696373, 0.3938094973564148, 0.04571454972028732, 0.04319976642727852, 0.39241355657577515, -0.13220222294330597, 0.4495743215084076, 0.12438128143548965, 0.05118566006422043, 0.36766189336776733, -0.06896691769361496, 0.5700517892837524, -0.027863219380378723, 0.19584344327449799, 0.18492017686367035, 0.025444095954298973, 0.13058573007583618, 0.10471373051404953, 0.49890246987342834, -0.17682385444641113, 0.14433273673057556, 0.28339892625808716, -0.307207852602005, 0.22176779806613922, 0.3007889688014984, -0.22506779432296753, 0.20434173941612244, 0.28320762515068054, -0.4250960350036621, 0.46276038885116577, -0.19402647018432617, -0.06023804470896721, 0.3696810305118561, -0.3897556960582733, 0.419583797454834, -0.08708994835615158, -0.12531352043151855, 0.21882416307926178, -0.17555102705955505, 0.08731617778539658, 0.08813285082578659, -0.10630138963460922, 0.031200964003801346, 0.15168462693691254, -0.13051548600196838, 0.13918457925319672, -0.017538227140903473, 0.016097942367196083, -0.10983433574438095, 0.009953517466783524, 0.16072505712509155, 0.20623569190502167, -0.15788882970809937, 0.23858699202537537, -0.16718582808971405, 0.024056952446699142, 0.19284287095069885, -0.05781562626361847, 0.3182108700275421, -0.004014637321233749, 0.14423350989818573, 0.0717339813709259, -0.06723850220441818, 0.24907425045967102, 0.0818517729640007, 0.002774010179564357, 0.27444955706596375, 0.0857468843460083, -0.0717833936214447, 0.21367764472961426, 0.12988869845867157, -0.08237887173891068, 0.14567233622074127, 0.0917525589466095, -0.09489914029836655, 0.07403691112995148, 0.13689100742340088, -0.11395108699798584, 0.04002010077238083, -0.06869587302207947, 0.04308963194489479, -0.09147460013628006, -0.21155959367752075, 0.21404722332954407, -0.30144742131233215, 0.0708850547671318, -0.10593591630458832, -0.22418461740016937, 0.032333020120859146, -0.16347841918468475, -0.2928333878517151, 0.1864205002784729, -0.24442745745182037, -0.17587056756019592, 0.011462640948593616, -0.2812240719795227, 0.044698044657707214, -0.26932021975517273, -0.2223867028951645, -0.0023025034461170435, -0.1238403245806694, -0.1398119330406189, -0.16235151886940002, -0.020632391795516014, -0.382985919713974, -0.06133340299129486, 0.05244088172912598, -0.652222216129303, 0.29773104190826416, -0.19333021342754364, -0.32112371921539307, 0.11234674602746964, -0.2630453407764435, -0.25790756940841675, -0.010369166731834412, -0.25555419921875, -0.10095345973968506, 0.23173171281814575, -0.31673070788383484, 0.019530344754457474, -0.11725716292858124, -0.07743744552135468, -0.040373098105192184, -0.09313251078128815, 0.25970321893692017, -0.07455594837665558, 0.079864501953125, 0.1215970516204834, -0.09993363916873932, 0.21204866468906403, -0.11519315093755722, 0.30052411556243896, 0.16833598911762238, -0.12995652854442596, 0.4845189154148102, 0.009477606043219566, -0.005370391067117453, 0.2796196937561035, 0.14567780494689941, -0.003731353674083948, 0.17339861392974854, 0.12152016907930374, 0.24190962314605713, 0.10334364324808121, 0.15153995156288147, 0.08253542333841324, -0.02865021303296089, 0.100722536444664, -0.10490000247955322, 0.5172575116157532, -0.09389054030179977, 0.027409972622990608, 0.2173452228307724, -0.31134429574012756, 0.2689385712146759, 0.0621238648891449, -0.22466769814491272, 0.3456057906150818, -0.1417178064584732, -0.10867784917354584, 0.3361319303512573, -0.20933246612548828, -0.03975985199213028, 0.1444583237171173, -0.29012706875801086, 0.20013435184955597, -0.2057810127735138, 0.2503014802932739, -0.21727292239665985, -0.1369185447692871, 0.447173535823822, -0.5459306836128235, 0.11645868420600891, -0.05302226543426514, -0.20497988164424896, 0.27977287769317627, -0.14329706132411957, -0.07887471467256546, 0.1116197258234024, -0.2076326608657837, -0.13314270973205566, 0.13387708365917206, -0.14283402264118195, 0.11492875963449478, -0.035132307559251785, -0.06233881413936615, 0.19741874933242798, -0.2222050130367279, -0.05691898241639137, 0.15844351053237915, -0.36621472239494324, 0.4806368947029114, 0.04430752247571945, -0.30461448431015015, 0.3944259285926819, -0.21336576342582703, -0.04315101355314255, 0.14276473224163055, -0.02265201136469841, 0.20240052044391632, -0.20200353860855103, 0.4307720959186554, -0.3033106327056885, 0.2928927540779114, -0.12874525785446167, 0.13545699417591095, -0.14055918157100677, 0.11006591469049454, 0.2035014033317566, -0.19783304631710052, 0.31827086210250854, 0.09523442387580872, -0.39886707067489624, 0.2444014847278595, -0.0706079974770546, -0.22197997570037842, 0.3678413927555084, -0.07737917453050613, -0.04655615985393524, 0.08967575430870056, -0.24823994934558868, 0.10681752860546112, -0.32886457443237305, 0.049957275390625, 0.06709511578083038, -0.266642302274704, 0.12258818745613098, 0.2179865539073944, -0.5444115400314331, -0.05690518021583557, 0.05957429111003876, -0.34701845049858093, -0.04540129005908966, 0.15623247623443604, -0.06636586785316467, -0.27959731221199036, 0.20361602306365967, -0.175202414393425, -0.4293826222419739, 0.3049546778202057, -0.3826844394207001, 0.11143716424703598, 0.2517487108707428, -0.15975187718868256, 0.005728579591959715, 0.030849646776914597, -0.13502612709999084, -0.12512922286987305, 0.182413712143898, 0.015362098813056946, 0.128686785697937, -0.04602228105068207, 0.46968236565589905, -0.16731670498847961, -0.05569412186741829, 0.26751387119293213, -0.25835126638412476, 0.16785874962806702, 0.3056756258010864, -0.02050723508000374, 0.3263445794582367, 0.21472613513469696, -0.376460999250412, 0.39349430799484253, -0.21876266598701477, -0.11626844108104706, 0.5360532402992249, -0.237939715385437, 0.49503928422927856, -0.026221951469779015, -0.405362606048584, 0.3835974633693695, -0.39614829421043396, 0.09529928117990494, 0.23360562324523926, -0.2823891043663025, 0.31270748376846313, -0.013730070553719997, -0.30422091484069824, 0.34249961376190186, -0.40698114037513733, -0.1383822113275528, -0.006596880964934826, 0.032616157084703445, 0.1723308265209198, -0.1694953590631485, 0.2979220151901245, -0.34428033232688904, -0.35999971628189087, 0.31067436933517456, -0.4701566696166992, 0.2939511239528656, 0.10596637427806854, -0.16466987133026123, 0.3774642050266266, -0.6015257239341736, 0.18612343072891235, -0.08158455044031143, -0.5327449440956116, 0.6971009969711304, -0.2622840106487274, 0.008970778435468674, 0.2213941067457199, -0.08930286765098572, -0.3153219223022461, 0.09915491193532944, -0.15427283942699432, 0.08494649082422256, -0.2179054617881775, 0.5498083829879761, -0.10906577110290527, -0.250186562538147, 0.46521812677383423, -0.5758779048919678, -0.0639452189207077, 0.23626810312271118, -0.112625353038311, 0.27185413241386414, 0.07854486256837845, -0.07451117783784866, 0.220803901553154, -0.5207765698432922, 0.33854570984840393, -0.20902957022190094, -0.09628310799598694, 0.5413289666175842, -0.3204023540019989, 0.46021583676338196, -0.12928085029125214, -0.23725226521492004, 0.18330679833889008, -0.3956952393054962, 0.16731521487236023, 0.3756311535835266, -0.11141183227300644, 0.06339604407548904, 0.5082118511199951, -0.8068162202835083, 0.31623440980911255, 0.0036970796063542366, -0.20981165766716003, 0.18364165723323822, 0.14933174848556519, 0.15578171610832214, -0.002192872343584895, -0.14792375266551971, 0.20490874350070953, -0.33554044365882874, -0.23494215309619904, 0.42007747292518616, -0.14027175307273865, 0.27741876244544983, -0.08325149863958359, 0.1296910047531128, -0.353191077709198, -0.051679570227861404, 0.03855956345796585, -0.2798750102519989, 0.22948399186134338, 0.01765500381588936, 0.1063801497220993, -0.14234596490859985, 0.1486431062221527, -0.5619053840637207, 0.06692128628492355, -0.06757290661334991, -0.11937884986400604, 0.29396381974220276, -0.2264227569103241, 0.2695638835430145, -0.18314330279827118, -0.2825990617275238, 0.12751027941703796, -0.31670424342155457, -0.1362883299589157, 0.3805866241455078, -0.05054353177547455, 0.18331366777420044, -0.019824644550681114, -0.31275317072868347, 0.12679176032543182, -0.2134837955236435, 0.05207306891679764, 0.12216201424598694, 0.15765084326267242, -0.03809799253940582, 0.21081189811229706, 0.07842161506414413, -0.2658247649669647, 0.1947431117296219, -0.300161749124527, 0.183726504445076, 0.11843851208686829, 0.21799324452877045, 0.19764816761016846, -0.08087854832410812, -0.09365525841712952, 0.19688931107521057, -0.4845632016658783, 0.23338648676872253, 0.23883216083049774, -0.06700091063976288, 0.2849120795726776, 0.029155604541301727, -0.05481201037764549, -0.15144138038158417, 0.024473953992128372, -0.08761967718601227, -0.005408444441854954, 0.12685108184814453, 0.18459056317806244, 0.1342390924692154, -0.24393592774868011, 0.41014641523361206, -0.4025222361087799, -0.38137221336364746, 0.6248605251312256, -0.4565854072570801, 0.16067302227020264, 0.6107553839683533, -0.42995211482048035, 0.0586211271584034, 0.060449156910181046, -0.34967848658561707, 0.08619409799575806, -0.1819414645433426, 0.24160341918468475, 0.23134887218475342, -0.29112228751182556, 0.5125726461410522, -0.5395160913467407, -0.015457876957952976, -0.08999676257371902, -0.1486353874206543, 0.055471811443567276, 0.0712796226143837, 0.3714093267917633, -0.28417593240737915, 0.21240729093551636, -0.22096885740756989, -0.2772214114665985, -0.29120931029319763, 0.3475370705127716, 0.040297213941812515, 0.016789734363555908, 0.305682510137558, 0.09865259379148483, -0.5284846425056458, -0.05947444215416908, 0.3443566560745239, -0.7311945557594299, 0.49750322103500366, 0.36752039194107056, -0.2451137751340866, 0.31080928444862366, -0.007649315055459738, -0.4486795663833618, 0.1941859871149063, -0.37443113327026367, 0.3896365463733673, 0.004657848738133907, 0.045391976833343506, 0.3799135684967041, -0.19128528237342834, 0.05054584890604019, -0.26282477378845215, -0.16249488294124603, 0.06903445720672607, -0.1766793429851532, 0.5503075122833252, 0.1820230782032013, -0.3044445216655731, 0.20594383776187897, -0.37780511379241943, -0.2547648251056671, 0.17255674302577972, -0.16359713673591614, 0.18010839819908142, 0.26293522119522095, -0.17462486028671265, 0.04957602173089981, -0.18994714319705963, -0.11191541701555252, -0.4914087653160095, 0.34995996952056885, 0.0068646930158138275, -0.25374269485473633, 0.5020725131034851, -0.21383202075958252, -0.1762038916349411, -0.1018240749835968, -0.35301852226257324, 0.15694983303546906, -0.2696440815925598, 0.15110814571380615, 0.14414894580841064, 0.1445237696170807, -0.3364609479904175, -0.1361183375120163, 0.15434600412845612, -0.61213219165802, 0.13296125829219818, 0.18046505749225616, -0.15644200146198273, 0.2324807345867157, 0.15392032265663147, -0.46504926681518555, 0.1898287832736969, -0.2856487035751343, -0.2870291471481323, 0.43703627586364746, -0.18399953842163086, 0.13232800364494324, 0.41951465606689453, -0.22472356259822845, -0.05013907700777054, -0.06135241687297821, -0.26077932119369507, 0.16777437925338745, 0.2929707467556, 0.011633179150521755, 0.27853208780288696, 0.29770758748054504, -0.36381733417510986, -0.020947813987731934, 0.40771934390068054, -0.6034590601921082, 0.5296053290367126, 0.16151151061058044, 0.15933243930339813, 0.24470272660255432, 0.08067634701728821, -0.22348223626613617, 0.14065922796726227, -0.189344584941864, 0.10915564000606537, 0.3561260402202606, -0.12818413972854614, 0.3917883336544037, 0.10805702954530716, -0.16503582894802094, -0.06549736857414246, 0.030254919081926346, -0.26268714666366577, 0.30213916301727295, -0.020213300362229347, 0.37024375796318054, -0.21465086936950684, 0.16643206775188446, 0.09148942679166794, -0.7019426226615906, 0.3945361375808716, -0.1137901172041893, -0.28335168957710266, 0.6328665018081665, -0.0684242695569992, -0.2568010687828064, 0.2006540447473526, -0.3045775890350342, -0.29703080654144287, 0.3626512587070465, -0.5276060700416565, 0.5630027055740356, -0.22100868821144104, 0.004849852062761784, 0.3567265570163727, -0.5253893733024597, -0.0045525915920734406, -0.18104279041290283, 0.1078253835439682, -0.099612757563591, 0.3848259747028351, -0.062053777277469635, 0.06677880138158798, -0.09194527566432953, -0.04232025146484375, -0.03432720899581909, -0.12228497862815857, 0.1231556385755539, 0.15803855657577515, 0.12469883263111115, 0.17917948961257935, -0.010599569417536259, -0.17598068714141846, 0.14709244668483734, -0.19878390431404114, -0.013808964751660824, 0.37181708216667175, -0.010730037465691566, -0.1587950885295868, 0.5853841304779053, -0.47067975997924805, -0.011492575518786907, 0.12085103988647461, -0.282388299703598, 0.13239549100399017, 0.09281476587057114, 0.053103379905223846, 0.01816636137664318, -0.06581033766269684, 0.14058205485343933, -0.5709304213523865, 0.46168169379234314, -0.3655141294002533, -0.23268592357635498, 0.6119484901428223, -0.2795344293117523, -0.02277146466076374, 0.12508954107761383, -0.3278394639492035, 0.047034554183483124, -0.25938689708709717, 0.17363737523555756, 0.010579170659184456, -0.14491842687129974, 0.15700459480285645, 0.021713124588131905, -0.16365455090999603, -0.08907945454120636, -0.1047804057598114, -0.06816525757312775, -0.1207892969250679, 0.2939004600048065, -0.07513652741909027, -0.07632762938737869, 0.15662163496017456, -0.364529550075531, 0.02201232500374317, -0.025887150317430496, -0.06924416869878769, -0.030948765575885773, 0.12568579614162445, 0.0762367695569992, -0.004015348386019468, -0.16934606432914734, 0.13336464762687683, -0.4299854040145874, 0.21828532218933105, 0.038104452192783356, -0.003412027843296528, 0.13400466740131378, -0.04648655280470848, 0.0759236067533493, -0.15780910849571228, 0.026027236133813858, 0.027721842750906944, -0.3007218539714813, 0.47525742650032043, -0.08111915737390518, -0.08920763432979584, 0.4142148196697235, -0.46634262800216675, 0.12968051433563232, 0.08519820868968964, -0.24079827964305878, 0.453546404838562, -0.40531593561172485, 0.42717644572257996, -0.17461231350898743, 0.17237946391105652, -0.14711728692054749, 0.03945116326212883, -0.05770034343004227, 0.056279782205820084, -0.013949504122138023, 0.2196008861064911, -0.02723713405430317, -0.11951668560504913, 0.1933835744857788, -0.07729735970497131, -0.24278371036052704, 0.4097575843334198, -0.3777773678302765, 0.17217962443828583, 0.303090363740921, -0.3310073912143707, 0.1393057107925415, -0.0071996888145804405, -0.1373690962791443, -0.0968344509601593, 0.5125966668128967, -0.7593435049057007, 0.6557417511940002, -0.1393103152513504, -0.32072579860687256, 0.4235813617706299, -0.22931265830993652, -0.25211694836616516, 0.39307287335395813, -0.354275107383728, 0.2065296173095703, 0.03804164379835129, -0.11892874538898468, -0.020490815863013268, 0.11864529550075531, -0.2246871143579483, 0.008366281166672707, 0.1495407670736313, -0.23600240051746368, 0.04389561340212822, 0.3173617422580719, -0.3716368079185486, 0.1339287906885147, -0.08542493730783463, -0.13501794636249542, 0.3265748620033264, -0.41118359565734863, 0.2687498927116394, 0.06036058068275452, -0.2574731707572937, 0.21546246111392975, 0.04030824452638626, -0.36725807189941406, 0.4807180166244507, -0.4518308937549591, 0.24471579492092133, 0.2711368501186371, -0.4631428122520447, 0.44701385498046875, -0.17744037508964539, -0.12029647082090378, 0.2032165229320526, 0.01581166870892048, -0.19710588455200195, 0.3505813181400299, -0.03710247576236725, -0.2232801914215088, 0.4496045410633087, -0.34608927369117737, -0.14184828102588654, 0.4974319338798523, -0.307037889957428, 0.03965747728943825, 0.2713359296321869, -0.22152774035930634, 0.015506015159189701, 0.145393967628479, -0.39549702405929565, 0.502784252166748, -0.38262125849723816, 0.002004674170166254, 0.4138857424259186, -0.44600164890289307, 0.19115625321865082, -0.057441890239715576, -0.1622265875339508, 0.14269913733005524, -0.2185787409543991, 0.12002977728843689, 0.04175158590078354, -0.19948185980319977, 0.2507965564727783, -0.34307095408439636, 0.06824024021625519, -0.03361579030752182, -0.07725875079631805, 0.014943249523639679, 0.06706874072551727, -0.22468537092208862, 0.160622239112854, -0.025138551369309425, -0.18792866170406342, 0.107666015625, -0.027928611263632774, -0.21389131247997284, 0.06508130580186844, 0.2518022060394287, -0.0990590751171112, -0.2336185723543167, 0.47980839014053345, -0.5302752256393433, 0.14155183732509613, 0.2521601617336273, -0.3145192563533783, 0.34137287735939026, -0.03535675257444382, -0.024205578491091728, 0.11522798985242844, -0.0737830176949501, -0.016981657594442368, 0.053886525332927704, 0.26076558232307434, -0.21351826190948486, 0.2882571220397949, -0.047075144946575165, -0.07599952071905136, 0.23708780109882355, -0.0383206307888031, -0.037083566188812256, 0.12627941370010376, -0.013363112695515156, -0.09204139560461044, 0.3396818935871124, -0.02663208730518818, -0.25842738151550293, 0.5076907277107239, -0.4972293972969055, 0.23201771080493927, -0.019129861146211624, -0.05061769112944603, 0.12311222404241562, 0.005165088921785355, -0.036398619413375854, 0.008725724183022976, 0.034964725375175476, -0.3461417257785797, 0.2590029537677765, 0.02572101540863514, -0.11820346117019653, -0.03673391416668892, 0.22405342757701874, -0.29857099056243896, 0.025054510682821274, 0.08338145166635513, -0.15658949315547943, -0.024939723312854767, 0.17987775802612305, -0.2129950374364853, 0.12001992762088776, -0.0945625752210617, 0.04047340154647827, 0.00547051103785634, -0.04900050535798073, -0.055801697075366974, -0.005363677628338337, -0.009262948296964169, -0.09252531826496124, 0.3640289008617401, -0.2074757218360901, -0.14495866000652313, 0.2008676677942276, -0.2439163625240326, -0.03700355812907219, 0.3451789915561676, -0.22339780628681183, -0.07713259756565094, 0.30495452880859375, -0.3157385289669037, 0.075228251516819, 0.015085929073393345, -0.17425614595413208, 0.24814307689666748, -0.22968623042106628, 0.07276193052530289, 0.2170468270778656, -0.35274800658226013, 0.08562672138214111, 0.2593332529067993, -0.5152811408042908, 0.23780176043510437, 0.10597991198301315, -0.32275259494781494, 0.2541424334049225, 0.08408789336681366, -0.24258849024772644, 0.029265372082591057, 0.11747495085000992, -0.3266461491584778, 0.17841854691505432, 0.12570719420909882, -0.23738665878772736, 0.1726541668176651, 0.041045140475034714, -0.1998186558485031, -0.005199778359383345, 0.12863966822624207, -0.16795614361763, 0.15554751455783844, -0.12077425420284271, 0.09635311365127563, 0.054952070116996765, -0.15679232776165009, 0.1624900847673416, -0.09844336658716202, -0.2055896818637848, 0.33007046580314636, -0.18720518052577972, 0.021114857867360115, 0.3593035638332367, -0.42236167192459106, 0.06982352584600449, 0.08371276408433914, -0.03709491714835167, -0.08511137962341309, 0.11639495939016342, 0.2004411220550537, -0.3876238763332367, 0.2603776454925537, -0.009587041102349758, -0.15586963295936584, 0.0751727968454361, 0.048194486647844315, -0.021133607253432274, 0.06560778617858887, -0.041158873587846756, 0.04101916775107384, -0.0436842180788517, 0.06139318272471428, -0.010942150838673115, -0.03706292062997818, 0.17320162057876587, -0.14619532227516174, 0.05329081416130066, 0.1486487090587616, -0.19301919639110565, 0.2485778033733368, -0.08843899518251419, -0.07844100147485733, 0.32365962862968445, -0.3807332217693329, 0.17509867250919342, 0.2385716438293457, -0.28804895281791687, 0.1517738550901413, 0.24389208853244781, -0.4107776880264282, 0.2530156075954437, -0.0048936279490590096, -0.07943964749574661, 0.11043670773506165, 0.10231433063745499, -0.2119663953781128, 0.19985930621623993, 0.07100751996040344, -0.4064362347126007, 0.4068727493286133, -0.055205266922712326, -0.17678315937519073, 0.19218920171260834, 0.019740967079997063, -0.1414414644241333, 0.09645731747150421, 0.04627349227666855, -0.1096111461520195, 0.046610064804553986, -0.02206604927778244, -0.0041165524162352085, -0.012936950661242008, 0.1622966080904007, -0.12459365278482437, -0.16828520596027374, 0.3501671850681305, -0.41537490487098694, 0.14926765859127045, 0.1824244260787964, -0.32140496373176575, 0.18750625848770142, -0.02670895867049694, -0.06259547919034958, 0.07630623877048492, -0.2801460921764374, 0.18964944779872894, -0.00880977138876915, -0.09306219220161438, 0.040322281420230865, 0.016615761443972588, 0.04991992563009262, -0.30811649560928345, 0.26545998454093933, -0.0562751404941082, -0.1501999795436859, -0.009939062409102917, 0.22811727225780487, -0.23729358613491058, 0.14972127974033356, -0.023338865488767624, -0.24465961754322052, 0.2384832799434662, -0.13253512978553772, -0.046163760125637054, 0.17091776430606842, -0.17644590139389038, 0.08581610769033432, -0.11160161346197128, 0.11227482557296753, -0.08571908622980118, -0.08452492952346802, 0.07828139513731003, -0.07257851958274841, 0.09679862856864929, -0.178911492228508, 0.1595718264579773, -0.016666434705257416, -0.24868516623973846, 0.2504037022590637, -0.18018291890621185, 0.07036469876766205, -0.12399793416261673, 0.24139195680618286, -0.18536540865898132, -0.10780678689479828, 0.19353926181793213, -0.12644997239112854, 0.005685493815690279, -0.0246138796210289, 0.15700671076774597, -0.2719343602657318, 0.10461874306201935, 0.13823041319847107, -0.22311273217201233, -0.00269487826153636, 0.2777179777622223, -0.4739108383655548, 0.3298434317111969, 0.04395395889878273, -0.3789076507091522, 0.27918800711631775, 0.0598665289580822, -0.3688744008541107, 0.3430077135562897, -0.18004220724105835, -0.08566384762525558, 0.21010471880435944, -0.30752161145210266, 0.32259324193000793, -0.14699359238147736, -0.27178850769996643, 0.46152400970458984, -0.329633891582489, 0.059439767152071, 0.13935212790966034, -0.17606575787067413, 0.12285692989826202, -0.036869116127491, 0.0389627143740654, 0.02484581060707569, 0.032491736114025116, -0.14653068780899048, 0.29587721824645996, -0.05011599883437157, -0.20860891044139862, 0.4900694787502289, -0.35052379965782166, 0.1716686636209488, 0.15314528346061707, -0.19100676476955414, 0.20375612378120422, 0.057280033826828, -0.09758884459733963, 0.08059731125831604, 0.2213931679725647, -0.13650532066822052, 0.018685564398765564, 0.129866823554039, 0.020062321797013283, -0.08705934882164001, 0.05702242627739906, 0.20535631477832794, -0.18658004701137543, 0.1823817491531372, -0.06286924332380295, -0.10029872506856918, 0.21717359125614166, -0.13951721787452698, 0.026544295251369476, 0.2210140973329544, -0.26108941435813904, 0.1904904991388321, -0.09351681172847748, -0.02082555927336216, 0.05796946585178375, 0.011839384213089943, -0.08309637755155563, 0.06597791612148285, 0.08174146711826324, -0.24332170188426971, 0.2080174833536148, 0.038181569427251816, -0.40818360447883606, 0.3754565715789795, -0.038899850100278854, -0.38529568910598755, 0.39768821001052856, -0.1928943693637848, -0.14882215857505798, 0.23300699889659882, -0.22289516031742096, -0.024661751464009285, 0.24391159415245056, -0.4356374144554138, 0.11173796653747559, 0.21073640882968903, -0.34668880701065063, 0.20357093214988708, -0.02738032117486, -0.0618838332593441, 0.03446567803621292, -0.1244107261300087, 0.06260472536087036, 0.09907402843236923, -0.1045178696513176, 0.03193126618862152, 0.16169202327728271, -0.09986595064401627, 0.03246401622891426, -0.024978497996926308, 0.027965480461716652, 0.0595521405339241, -0.050184909254312515, 0.05318761244416237, 0.23200558125972748, -0.27552205324172974, 0.11275472491979599, 0.09415040165185928, -0.20631663501262665, 0.14702162146568298, -0.027760757133364677, 0.007801470346748829, 0.015492607839405537, -0.052411939948797226, 0.09139356762170792, -0.1656968891620636, 0.1341319978237152, -0.26534098386764526, 0.25843241810798645, -0.10642249137163162, -0.15831442177295685, 0.3273981213569641, -0.31443318724632263, 0.10206657648086548, -0.0006266376003623009, -0.1496393233537674, 0.17105641961097717, -0.08169475197792053, -0.06818486005067825, 0.17649482190608978, -0.1438244879245758, 0.055228814482688904, -0.02506254054605961, -0.012602105736732483, -0.0026497873477637768, -0.006446188781410456, 0.09756375849246979, -0.1812642365694046, 0.1692550629377365, 0.003283193800598383, -0.20057591795921326, 0.18427348136901855, -0.07936893403530121, -0.023486502468585968, 0.039038874208927155, -0.0605008490383625, 0.0224898848682642, 0.07927127927541733, -0.23695635795593262, 0.29593515396118164, -0.2543219029903412, 0.016953719779849052, 0.2778970003128052, -0.4461400806903839, 0.2702222466468811, 0.046953849494457245, -0.18330152332782745, 0.05907528102397919, 0.09228731691837311, -0.015784358605742455, -0.12394194304943085, 0.17342707514762878, -0.17521540820598602, 0.16390620172023773, -0.0674699917435646, 0.004123825579881668, 0.09683326631784439, -0.08190635591745377, -0.03873388469219208, 0.15043345093727112, -0.06104639545083046, -0.09555420279502869, 0.23753611743450165, -0.18291863799095154, -0.014263547956943512, 0.22659844160079956, -0.16396468877792358, -0.010145431384444237, 0.1487785130739212, -0.23747621476650238, 0.2071087807416916, -0.034670665860176086, 0.08241844177246094, -0.15276092290878296, 0.04014188423752785, 0.18090182542800903, -0.29134100675582886, 0.15422756969928741, 0.20048967003822327, -0.28853169083595276, 0.13911467790603638, -0.009749060496687889, -0.0535992756485939, 0.1729671061038971, -0.2755204141139984, 0.27883750200271606, -0.03505762666463852, -0.2456066608428955, 0.3685443699359894, -0.28321459889411926, 0.02821083553135395, 0.21391570568084717, -0.20120103657245636, -0.03994779661297798, 0.2523316442966461, -0.26811307668685913, 0.0725926086306572, 0.07624464482069016, -0.03471037745475769, -0.09734119474887848, 0.07740634679794312, 0.05484740436077118, -0.19702012836933136, 0.16640666127204895, -0.08320080488920212, -0.007961037568747997, 0.041732002049684525, -0.07324785739183426, 0.056302908807992935, 0.013821159489452839, -0.19197428226470947, 0.2661846876144409, -0.15859436988830566, -0.03656382113695145, 0.14793995022773743, -0.1560983657836914, 0.08985211700201035, -0.03232407197356224, -0.1329183429479599, 0.19794480502605438, -0.06501120328903198, -0.06686985492706299, 0.12166128307580948, -0.1540270447731018, 0.05546564608812332, 0.011871450580656528, -0.16124176979064941, 0.2215328961610794, -0.0037992452271282673, -0.372903048992157, 0.38779178261756897, -0.15908241271972656, -0.11835625022649765, 0.12214353680610657, -0.000496642489451915, -0.18342137336730957, 0.22334857285022736, -0.21516503393650055, 0.015055831521749496, 0.1591838151216507, -0.2924153208732605, 0.2826780080795288, -0.060928113758563995, -0.3221583068370819, 0.41548168659210205, -0.18376800417900085, -0.13344396650791168, 0.26367655396461487, -0.015180152840912342, -0.2785605788230896, 0.3184213936328888, -0.048098932951688766, -0.15063604712486267, 0.15722857415676117, 0.13035814464092255, -0.30456504225730896, 0.2583870589733124, 0.10773386061191559, -0.3236752152442932, 0.32060500979423523, 0.00884120911359787, -0.15327496826648712, 0.1476287543773651, -0.00804847851395607, -0.07654906064271927, 0.14591507613658905, -0.04616563767194748, 0.08129166066646576, -0.12140680104494095, 0.11391361802816391, -0.049588922411203384, 0.05654964596033096, -0.07181352376937866, 0.019479693844914436, 0.09390905499458313, -0.11103016138076782, -0.011153004132211208, 0.09694292396306992, -0.042578697204589844, -0.13746808469295502, 0.17927491664886475, -0.09754529595375061, -0.0641469806432724, 0.06221819669008255, -0.026362519711256027, 0.02669578418135643, -0.009381991811096668, -0.022233394905924797, -0.18329045176506042, 0.25651025772094727, -0.10690668225288391, -0.055115871131420135, 0.0735522210597992, 0.04912738874554634, -0.1925605684518814, 0.07214374840259552, 0.23154236376285553, -0.27325135469436646, 0.10770357400178909, 0.1082397997379303, -0.15225015580654144, 0.14455543458461761, -0.04183916375041008, -0.01000055018812418, 0.19064155220985413, -0.10167774558067322, 0.006068488582968712, 0.06874464452266693, 0.035936299711465836, -0.018847564235329628, -0.05078984797000885, 0.38479870557785034, -0.2387142777442932, -0.164899542927742, 0.4194674789905548, -0.27477341890335083, 0.06857538968324661, 0.15874150395393372, -0.20234397053718567, 0.15384560823440552, -0.04057295620441437, -0.048187464475631714, 0.041362471878528595, 0.0041609578765928745, -0.06523420661687851, -0.04751664772629738, 0.011135471053421497, 0.03969087451696396, -0.13648906350135803, 0.09390915185213089, -0.08166595548391342, -0.10871469974517822, 0.1535857766866684, -0.2942661643028259, 0.2315927892923355, 0.02496001496911049, -0.3838251233100891, 0.35018813610076904, -0.11392008513212204, -0.24670235812664032, 0.18220102787017822, 0.14858169853687286, -0.3052903711795807, 0.09998884052038193, 0.1334921419620514, -0.22505708038806915, 0.051340267062187195, 0.08105500787496567, -0.10962352901697159, 0.059397466480731964, -0.05870953947305679, 0.03797409310936928, 0.000792468199506402, -0.16869087517261505, 0.22319823503494263, -0.1572202742099762, -0.14630341529846191, 0.33860185742378235, -0.28831955790519714, -0.058016758412122726, 0.2980663478374481, -0.2688666880130768, -0.06850675493478775, 0.2485719472169876, -0.21738560497760773, -0.017386483028531075, 0.15989026427268982, -0.07238385826349258, 0.050772469490766525, -0.07046756148338318, 0.010018043220043182, 0.09712784737348557, -0.13707290589809418, 0.11497785151004791, 0.21510225534439087, -0.2973490059375763, 0.1351224035024643, 0.15963874757289886, -0.2354271411895752, 0.21419073641300201, -0.027236204594373703, -0.006848326418548822, 0.01809837482869625, 0.04482802748680115, 0.016390949487686157, -0.05380335822701454, 0.021620871499180794, 0.09272488206624985, -0.2098252773284912, 0.15898410975933075, 0.03812681883573532, -0.15073317289352417, 0.0025759777054190636, 0.16839925944805145, -0.18821094930171967, -0.01794065348803997, 0.07364559918642044, -0.0736631527543068, 0.010521592572331429, 0.04151036962866783, -0.11237157881259918, 0.09090446680784225, -0.026736341416835785, -0.12563827633857727, 0.1482897698879242, -0.07966191321611404, -0.08619214594364166, 0.23342537879943848, -0.18611471354961395, -0.03465403988957405, 0.22619467973709106, -0.33738988637924194, 0.09142959117889404, 0.2604999244213104, -0.2882390320301056, -0.006783175747841597, 0.27028462290763855, -0.3313811123371124, -0.004913558717817068, 0.31020596623420715, -0.3693384826183319, 0.07733415812253952, 0.19426260888576508, -0.25621649622917175, 0.12938278913497925, -0.06227604299783707, -0.0011301330523565412, -0.06599533557891846, 0.012885513715445995, 0.1450204700231552, -0.17776548862457275, 0.11043473333120346, 0.04614122956991196, -0.21258339285850525, 0.29284214973449707, -0.13718366622924805, 0.012885583564639091, 0.10660412907600403, -0.10141177475452423, 0.19331279397010803, -0.0443769209086895, -0.08784466981887817, 0.2503105401992798, -0.05514223501086235, -0.15933530032634735, 0.30803343653678894, -0.0595318078994751, -0.04886903241276741, 0.06741174310445786, 0.18717943131923676, -0.190812349319458, -0.04940237104892731, 0.43365827202796936, -0.3673163056373596, -0.03934388980269432, 0.5167942643165588, -0.5041902661323547, 0.20315755903720856, 0.13126671314239502, -0.2550145089626312, 0.23550419509410858, -0.13021166622638702, -0.01014605350792408, 0.1186009868979454, -0.11825418472290039, 0.1263641119003296, -0.12934210896492004, -0.041042227298021317, 0.19310782849788666, -0.19713754951953888, 0.000488173303892836, 0.20718039572238922, -0.22737179696559906, 0.02310984395444393, 0.07803896069526672, -0.11368406563997269, 0.08332536369562149, -0.039737630635499954, -0.10291887819766998, 0.2171182930469513, -0.2445264309644699, 0.08735334873199463, 0.009320867247879505, -0.02363068237900734, -0.10084498673677444, 0.15528146922588348, -0.052021224051713943, -0.07162478566169739, -0.02443346194922924, 0.060630183666944504, 0.022147100418806076, -0.1528910994529724, 0.16790421307086945, 0.011696509085595608, -0.21574704349040985, 0.16260357201099396, 0.021623091772198677, -0.08489923924207687, 0.06278935819864273, -0.05238378793001175, 0.03553472086787224, 0.023734506219625473, -0.07988248765468597, 0.11372507363557816, -0.05484313145279884, 0.002382352016866207, -0.005923778284341097, -0.019504856318235397, 0.0807076096534729, -0.09587362408638, 0.014241950586438179, 0.013854775577783585, -0.00812291819602251, 0.021005826070904732, -0.10686270147562027, 0.08394980430603027, -0.040559593588113785, -0.11474686115980148, 0.11652098596096039, -0.007995989173650742, -0.15700717270374298, 0.09592782706022263, -0.0013418897287920117, -0.1535954624414444, 0.1279648095369339, -0.05885322391986847, -0.1070251539349556, 0.11489921063184738, -0.08383909612894058, -0.018348149955272675, 0.10137176513671875, -0.21478773653507233, 0.09824009984731674, 0.08371695131063461, -0.1557708978652954, 0.05663998797535896, 0.04961368441581726, -0.18248331546783447, 0.1842668354511261, -0.0755579024553299, -0.06665569543838501, 0.14521567523479462, -0.07651770114898682, -0.153891921043396, 0.24149109423160553, -0.0547904409468174, -0.144076406955719, 0.10266271978616714, 0.0478515625, -0.12403352558612823, 0.07426177710294724, 0.03811374306678772, -0.0753314420580864, 0.07344578951597214, -0.03671678528189659, 0.046982474625110626, -0.04938068613409996, 0.03390244022011757, 0.041428208351135254, 0.022087011486291885, -0.05765116959810257, 0.03198571503162384, 0.11430763453245163, -0.11529774218797684, 0.07661066949367523, 0.09823831915855408, -0.12541212141513824, 0.0351705476641655, 0.12507034838199615, -0.11847086995840073, 0.13338761031627655, -0.035628028213977814, -0.03335416689515114, 0.09785199165344238, -0.10857909917831421, 0.13649609684944153, -0.08290546387434006, -0.028480537235736847, 0.11844639480113983, -0.07663527876138687, -0.017597168684005737, 0.01500012632459402, -0.003939425572752953, 0.007594558410346508, -0.040259893983602524, 0.029925091192126274, -0.022675558924674988, -0.1409934014081955, 0.09906139969825745, 0.07045350223779678, -0.10636867582798004, 0.02394927479326725, -0.011789622716605663, -0.11864026635885239, 0.0802198275923729, 0.03703261911869049, -0.033300597220659256, -0.04975024610757828, 0.04505543410778046, -0.03611982613801956, 0.02060912363231182, 0.07965321093797684, -0.004384146071970463, -0.14333663880825043, 0.13098599016666412, 0.03196165710687637, -0.05478036403656006, 0.07824421674013138, 0.0730741024017334, -0.066239133477211, -0.015938404947519302, 0.15848934650421143, -0.05051765963435173, -0.00957738421857357, 0.0706951841711998, 0.03067200630903244, -0.011439558118581772, 0.02554004080593586, 0.08214569091796875, -0.09488114714622498, 0.058130040764808655, 0.08511911332607269, -0.05708891898393631, -0.017128629609942436, 0.10332046449184418, -0.16240334510803223, 0.06879859417676926, 0.1288243979215622, -0.17531587183475494, 0.1099792867898941, -0.05131526663899422, -0.05228791385889053, 0.0016535937320441008, 0.002970197470858693, 0.03390146419405937, -0.0542680062353611, -0.00549053680151701, 0.033802349120378494, -0.13964030146598816, 0.10693018138408661, -0.05597814545035362, -0.03912903368473053, 0.07214582711458206, -0.05447007715702057, -0.00410417839884758, -0.06674063950777054, 0.06487364321947098, -0.02812969870865345, -0.07397284358739853, 0.12382031232118607, -0.0711282342672348, -0.12717673182487488, 0.15976697206497192, -0.043267250061035156, -0.08931101858615875, 0.06415379792451859, -0.028744321316480637, -0.02943912334740162, -0.011997194960713387, 0.014378848485648632, 0.024372844025492668, -0.022505728527903557, -0.051054999232292175, 0.0550038106739521, -0.0983797162771225, 0.09224563837051392, -0.01751970499753952, -0.056998658925294876, 0.09533059597015381, -0.10498124361038208, 0.07973728328943253, -0.02885119616985321, -0.006509009283035994, 0.024899069219827652, 0.0020619111601263285, -0.019360462203621864, -0.03469908982515335, 0.09725053608417511, -0.018140939995646477, -0.07451175898313522, 0.07787903398275375, -0.05135248228907585, 0.021702302619814873, 0.048156917095184326, -0.08493053168058395, 0.0650535598397255, -0.034144069999456406, -0.035799287259578705, 0.07055843621492386, 0.008433464914560318, -0.10978743433952332, 0.16562674939632416, -0.14397676289081573, 0.006350183859467506, 0.1630394011735916, -0.16113603115081787, 0.04582810774445534, 0.0009259696234948933, 0.03919290751218796, 0.01841629669070244, -0.06448689103126526, 0.12626339495182037, -0.16717007756233215, 0.10454467684030533, 0.03973524644970894, -0.06782561540603638, 0.07523846626281738, -0.027351880446076393, -0.026115380227565765, 0.023834513500332832, -0.003769465023651719, 0.06353256106376648, -0.09507215023040771, 0.06408648192882538, -0.021618468686938286, -0.022286923602223396, 0.015231067314743996, 0.007764751091599464, -0.0003005361068062484, -0.07333774119615555, 0.11981289833784103, -0.08102428168058395, -0.055120404809713364, 0.07679422199726105, -0.0012076812563464046, -0.03323076292872429, -0.038972798734903336, 0.05820019915699959, -0.0128163518384099, -0.09998719394207001, 0.14428909122943878, -0.034633930772542953, -0.0944066196680069, 0.0944279357790947, -0.051527753472328186, -0.019961703568696976, 0.09093914180994034, -0.07012781500816345, 0.02041596733033657, 0.010056660510599613, -0.07555848360061646, 0.10964016616344452, -0.02226327359676361, -0.09735321998596191, 0.16349449753761292, -0.06801733374595642, -0.07651552557945251, 0.10101716965436935, -0.017383208498358727, -0.07497436553239822, 0.05506237968802452, 0.09596723318099976, -0.12277372181415558, 0.015164733864367008, 0.06843795627355576, -0.11417677253484726, 0.10952054709196091, -0.04112565144896507, -0.024504536762833595, 0.026239311322569847, -0.05679430812597275, 0.0712260901927948, 0.026676971465349197, -0.11508609354496002, 0.07314051687717438, -0.024982348084449768, -0.06597676128149033, 0.09032296389341354, -0.008170275948941708, -0.06409505009651184, 0.04823576286435127, -0.025726469233632088, -0.021582486107945442, 0.030899444594979286, -0.02264874242246151, 0.03561936691403389, -0.11250929534435272, 0.15050165355205536, -0.07072732597589493, -0.12124089151620865, 0.16967634856700897, -0.019499357789754868, -0.08689539134502411, 0.02495887130498886, 0.047542836517095566, -0.07609347254037857, -0.03693436086177826, 0.13287313282489777, -0.07761415839195251, -0.06618865579366684, 0.0917673110961914, -0.03986172750592232, -0.04518264904618263, 0.015170697122812271, 0.030480103567242622, -0.07579471915960312, 0.030145373195409775, 0.028876326978206635, -0.07880645990371704, 0.016977529972791672, -0.006715236231684685, 0.028253229334950447, -0.02523162215948105, -0.034893207252025604, 0.047947194427251816, -0.08162146806716919, 0.017521841451525688, 0.1396094411611557, -0.1720912903547287, 0.012220176868140697, 0.1310618370771408, -0.1427147537469864, 0.04794863238930702, 0.06206265464425087, -0.06380009651184082, 0.037168003618717194, -0.0005636165733449161, 0.0007000296609476209, 0.04568931832909584, -0.10915664583444595, 0.0994047001004219, 0.024883495643734932, -0.04140780121088028, 0.10389982163906097, -0.07679995894432068, -0.00031870335806161165, 0.04270271211862564, 0.02813071943819523, -0.011512835510075092, 0.044216256588697433, 0.044420648366212845, -0.052876755595207214, 0.06332430243492126, 0.02970718964934349, 0.0008368593407794833, -0.008197453804314137, 0.10473627597093582, 0.02079024538397789, -0.06209602206945419, 0.08454591035842896, 0.0554601289331913, -0.014681096188724041, 0.02519238367676735, 0.11230378597974777, -0.03014652244746685, -0.046881724148988724, 0.11789825558662415, 0.04780792444944382, -0.03927537798881531, 0.06913451850414276, 0.05169961601495743, -0.08095212280750275, 0.08068861812353134, 0.03764640539884567, -0.040339771658182144, 0.09799171984195709, -0.03146083280444145, -0.04073838144540787, 0.03402981907129288, 0.014097501523792744, -0.009472108446061611, 0.011913628317415714, 0.016122736036777496, -0.040831390768289566, -0.01497320644557476, -0.033797651529312134, 0.022415170446038246, -0.0018859038827940822, -0.09327705204486847, 0.07752674072980881, -0.025968924164772034, -0.10327062755823135, 0.07482155412435532, -0.04862586036324501, -0.09360401332378387, 0.03945339098572731, 0.00613819994032383, -0.040268898010253906, -0.0373142808675766, 0.02322734333574772, -0.02953225187957287, -0.05513550341129303, 0.01887451857328415, -0.028821157291531563, 0.007056667935103178, -0.024006370455026627, -0.006909308955073357, -0.0026608891785144806, -0.009410873055458069, -0.020198777318000793, 0.0003700170782394707, -0.018056361004710197, -0.011207695119082928, -0.01618785969913006, 0.032215267419815063, 0.01340031623840332, -0.025973977521061897, -0.0019410817185416818, -0.028430981561541557, -0.022896574810147285, 0.052567627280950546, -0.021359672769904137, 0.01293577067553997, 0.01676284894347191, -0.028098758310079575, 0.01850607804954052, -0.009008820168673992, -0.01292387954890728, 0.021929658949375153, -0.004551752004772425, 0.029336508363485336, 0.014077353291213512, -0.03359505534172058, -0.0052467952482402325, 0.03682368993759155, -0.02533678337931633, 0.0047467416152358055, 0.07381109148263931, -0.08116805553436279, -0.02668791450560093, 0.10477674752473831, -0.07255423814058304, -0.01598810777068138, 0.05947874113917351, -0.07305120676755905, 0.00822166446596384, 0.01937258243560791, -0.03190743550658226, 0.004183611366897821, -0.013437307439744473, -0.03628392145037651, 0.0013024485670030117, -0.023508314043283463, -0.006270119920372963, 0.008919371291995049, -0.038012582808732986, -0.00860636681318283, -0.009540305472910404, -0.04356178268790245, -0.014235734939575195, 0.008524054661393166, -0.010658116079866886, -0.01658228226006031, 0.0017274566926062107, -0.015869515016674995, -0.048326730728149414, -0.00855056382715702, 0.007522448431700468, -0.02347865141928196, 0.00409861421212554, 0.008943326771259308, -0.041186705231666565, -0.009198385290801525, -0.00018439236737322062, -0.03621234744787216, 0.0018893707310780883, -0.013598568737506866, 0.0004570899181999266, -0.005350104533135891, -0.02320856787264347, -0.014573094435036182, -0.0049842968583106995, -0.03269446641206741, 6.248431600397453e-05, -0.007905367761850357, 0.0002825493866112083, -0.011846354231238365, -0.03490232676267624, 0.03254111856222153, -0.02951160818338394, -0.03907763957977295, 0.02935689687728882, -0.006489325314760208, -0.01406222302466631, 0.0159891489893198, -0.009971842169761658, -0.004157563205808401, 0.012166065163910389, 0.002344421111047268, 0.003327908692881465, 0.009614038281142712, -0.006253465544432402, 0.012561962939798832, 0.04747144877910614, -0.0040132938884198666, 0.013453951105475426, 0.018778188154101372, 0.006943781394511461, 0.024786273017525673, 0.02373070828616619, 0.031952887773513794, 0.011145394295454025, 0.009160107001662254, 0.0385243222117424, 0.021271541714668274, 0.016137266531586647, 0.03209332749247551, 0.014445587061345577, 0.02968481555581093, 0.017420873045921326, -0.0032331408001482487, 0.03305817022919655, 0.02734435722231865, -0.0013739669229835272, 0.02453400194644928, 0.030140066519379616, -0.024134106934070587, 0.006378209684044123, 0.03805319592356682, -0.005190778058022261, -0.007880110293626785, 0.014951094053685665, -0.004130449146032333, -0.001109144533984363, 0.008409464731812477, 0.0003258904907852411, -0.004788204096257687, -7.422617636620998e-05, -4.891884600510821e-05, -0.0020056506618857384, -0.003491512732580304, 0.015154551714658737, -0.014807067811489105, 0.01750759407877922, 0.03827271610498428, -0.016753122210502625, 0.0002331368305021897, 0.017130261287093163, -0.0004556534404400736, 0.015781376510858536, 0.05588463321328163, 0.022413469851017, 0.0038804563228040934, 0.03012688457965851, 0.010344319976866245, 0.015952957794070244, 0.028754552826285362, 0.029521280899643898, 0.028949519619345665, 0.02982289157807827, 0.01291748508810997, 0.024721600115299225, 0.011413507163524628, -0.0009356174850836396, 0.021336235105991364, 0.010320387780666351, 0.01442488469183445, 0.018716910853981972, 0.0013775916304439306, -0.02133471518754959, 0.0022710957564413548, -0.006840277463197708, -0.02377437986433506, 0.013374028727412224, -0.00663645938038826, -0.022886764258146286, -0.008917455561459064, -0.012796079739928246, -0.02703588828444481, -0.01384416501969099, -0.01586371846497059, -0.028794609010219574, -0.010238423943519592, -0.025543222203850746, -0.012199930846691132, -0.008445107378065586, -0.04095454141497612, -0.005455885082483292, -0.03103410080075264, -0.03875698894262314, 0.0017628306522965431, -0.02946166880428791, -0.02851697988808155, -0.014061287976801395, -0.04189610481262207, -0.03337886929512024, -0.016144730150699615, -0.03130585327744484, -0.02136366069316864, -0.02673039771616459, -0.025092875584959984, -0.03920760378241539, -0.02798512764275074, -0.0142433550208807, -0.03234613686800003, -0.015646887943148613, -0.0027476472314447165, -0.024923693388700485, -0.019747287034988403, -0.003164303256198764, -0.0020975160878151655, -0.010634873062372208, 0.004688245244324207, 0.004543126095086336, 0.01288935448974371, 0.007870486937463284, 0.016427870839834213, 0.013382306322455406, -0.004206241108477116, 0.012879530899226665, 0.029781268909573555, 0.02012193389236927, 0.015833014622330666, 0.022091658785939217, -0.006698178127408028, 0.011586912907660007, 0.014083683490753174, 0.005923408083617687, 0.001686199801042676, -0.0019220218528062105, 0.002676620613783598, -0.0033562066964805126, 0.0007473730947822332, -0.011034046299755573, -0.02350005693733692, -0.007069837301969528, -0.009571615606546402, -0.01436677761375904, 0.00016458373283967376, -0.008479774929583073, -0.021394386887550354, -0.004174157977104187, -0.015883298590779305, -0.028020285069942474, 0.0020533534698188305, -0.0012284733820706606, 0.011996699497103691, 0.012507555074989796, -0.01116842683404684, -0.015363232232630253, -0.009965498931705952, -0.012142574414610863, 0.024700554087758064, 0.008525174111127853, 0.0011515141231939197, 0.006159057375043631, -0.014169596135616302, -0.005456950515508652, -0.010097755119204521, -0.0030988308135420084, 0.0006611421704292297, -0.006487418431788683, -0.002067635767161846, 0.00040166443795897067, -0.005534248426556587, -0.017399324104189873, -0.008422870188951492, -0.013292931020259857, -0.0025382116436958313, 0.018190549686551094, 0.005146178416907787, 0.01142937783151865, 0.01882830075919628, 0.003561805933713913, 0.005267584230750799, 0.016336167231202126, 0.027089932933449745, 0.04406902566552162, 0.05315456539392471, 0.03356948122382164, 0.04829227924346924, 0.034474920481443405, 0.023797564208507538, 0.03985016047954559, 0.06185393035411835, 0.06729480624198914, 0.05308074876666069, 0.040809016674757004, 0.0398450642824173, 0.03329804539680481, 0.02055981568992138, 0.040110837668180466, 0.04948459565639496, 0.021673230454325676, 0.016407998278737068, 0.01743658259510994, 0.006017966661602259, 0.003417014144361019, 0.004432296846061945, 0.004572488367557526, -0.015216078609228134, -0.013378319330513477, -0.006436485797166824, -0.021825218573212624, -0.013215165585279465, -0.01779295690357685, -0.026589158922433853, -0.021620018407702446, -0.021500373259186745, -0.020767390727996826, -0.020755324512720108, -0.023821238428354263, -0.022686125710606575, -0.024105554446578026, -0.017348453402519226, -0.011519864201545715, -0.01754624769091606, -0.011990221217274666, -0.017065640538930893, -0.018823063001036644, -0.02248373255133629, -0.01355178002268076, -0.0034614030737429857, -0.004228393547236919, -0.011866466142237186, -0.012212298810482025, -0.01512199454009533, -0.020824948325753212, -0.010072978213429451, -0.0075943307019770145, -0.005098361521959305, -0.004927728325128555, -0.015360252931714058, -0.0009803608991205692, -0.010653368197381496, -0.021108506247401237, -0.006221454590559006, 0.0057745929807424545, -0.005846248473972082, -0.003874278860166669, 0.002803587820380926, -0.0034485363867133856, -0.0019495998276397586, 0.001157754915766418, 0.0029134154319763184, -0.0040056644938886166, 0.0030601066537201405, 0.002892093500122428, 0.010898725129663944, 0.01613236777484417, -0.0026860390789806843, 0.0012637012405321002, -0.005180231761187315, -0.003657157067209482, 0.00842422153800726, 0.005481986328959465, 0.0019227759912610054, 0.006648349575698376, -0.005437897983938456, -0.007713865488767624, -0.0013008405221626163, -0.010530798695981503, -0.0026153535582125187, 0.006193256471306086, -0.006073744967579842, -0.00495908223092556, -0.0020198554266244173, -0.012536310590803623, -0.006191643420606852, 0.004486279562115669, -0.008065716363489628, 0.00133296858984977, 0.004269173834472895, -0.0028925291262567043, -0.003308848710730672, -0.002795211039483547, 0.005309110041707754, -0.0006253566243685782, 0.0020023758988827467, 0.003686998039484024, -0.005311449524015188, 0.003841808997094631, 0.0025148659478873014, -0.0013977180933579803, 0.005919556599110365, -0.008096840232610703, -0.010219643823802471, -0.0033163060434162617, -0.00012959123705513775, -0.004222803749144077, -0.007856011390686035, -0.008538447320461273, -0.011352671310305595, -0.010706277564167976, -0.009264908730983734, -0.013941764831542969, -0.009291325695812702, -0.004223632160574198, -0.008794129826128483, -0.0021366376895457506, -0.0059372237883508205, -0.02217601239681244, -0.0031007821671664715, -0.0018694392638280988, -0.0002488186291884631, 0.01819309964776039, 0.0018578246235847473, -0.0011763818329200149, 0.008999587036669254, 0.0021738247014582157, 0.012332377955317497, 0.020627878606319427, 0.01122189499437809, 0.0271732397377491, 0.024138417094945908, 0.0026705218479037285, 0.023448064923286438, 0.02510421723127365, 0.015158905647695065, 0.033116135746240616, 0.022975923493504524, 0.01401577889919281, 0.026627888903021812, 0.01978430524468422, 0.019538583233952522, 0.030290156602859497, 0.011447861790657043, 0.005860146600753069, 0.021628106012940407, 0.013153097592294216, 0.016981426626443863, 0.020729267969727516, 0.009000771678984165, 0.004219107795506716, -0.0026440671645104885, 0.00431417440995574, 0.006978542543947697, 0.000782330462243408, 0.0029901631642132998, 0.0059188855811953545, -0.008810991421341896, -0.0088413180783391, -0.0037427456118166447, -0.012245806865394115, -0.008503825403749943, -0.001927985460497439, -0.011815731413662434, -0.00803548563271761, -0.00997366476804018, -0.01985587552189827, -0.012167350389063358, -0.011511487886309624, -0.012422355823218822, -0.00887544360011816, -0.015661295503377914, -0.01754399575293064, -0.011458330787718296, -0.00656719459220767, -0.010287348181009293, -0.016749076545238495, -0.02189207449555397, -0.01567750610411167, -0.014384889975190163, -0.00106555235106498, -7.937847112771124e-05, -0.022663649171590805, -0.025781678035855293, -0.015380173921585083, -0.014885755255818367, -0.004756550304591656, -0.0021408891770988703, -0.01545748207718134, -0.01683661714196205, -0.014552926644682884, -0.012454545125365257, -0.004929405637085438, -0.0015498510329052806, -0.008779960684478283, 0.002519358415156603, -0.003690434619784355, -0.01074347272515297, 0.007179003208875656, 0.005776421166956425, 0.009656356647610664, 0.018021827563643456, 0.011098399758338928, 0.011214894242584705, 0.007245030719786882, 0.0025782338343560696, 0.02871491014957428, 0.03075524792075157, 0.017605626955628395, 0.023472899571061134, 0.018000660464167595, 0.0046220701187849045, 0.007778991013765335, 0.015664972364902496, 0.022031694650650024, 0.0244484581053257, 0.0057287877425551414, -0.005285847000777721, -0.005879021715372801, -0.0023704601917415857, -0.0020952639169991016, 0.013590230606496334, 0.000547567440662533, -0.02054767496883869, -0.020852092653512955, -0.01850818283855915, -0.011079631745815277, -0.0015323626575991511, -0.0025422328617423773, -0.01090173702687025, -0.012628467753529549, -0.026772689074277878, -0.01669459417462349, 0.0003292977053206414, 5.5543583584949374e-05, 0.00555245578289032, 0.0027512109372764826, -0.013177251443266869, -0.007315865717828274, 0.0014644962502643466, 0.0012102242326363921, 0.01320535410195589, 0.008219245821237564, -0.002708195010200143, 0.0008028718875721097, -0.007957481779158115, 0.0036006635054945946, -0.001783474232070148, -0.0004684212035499513, 0.0015390567714348435, -0.009003577753901482, -0.010585898533463478, -0.009521775878965855, -0.013467734679579735, -0.015369967557489872, -0.010699228383600712, -0.014142381027340889, -0.012313204817473888, -0.01377964485436678, -0.009479139000177383, -0.008093017153441906, -0.016996392980217934, -0.008876455947756767, -0.01421862468123436, -0.006854106672108173, 0.007148134987801313, 0.0054174503311514854, 0.003259525401517749, 0.0059517319314181805, 0.0015494998078793287, 0.0042755682952702045, 0.007447235286235809, 0.019212109968066216, 0.020676331594586372, 0.015692371875047684, 0.014644204638898373, 0.008322390727698803, 0.01416179072111845, 0.019533636048436165, 0.013583200052380562, 0.015700247138738632, 0.004773061256855726, 0.009065426886081696, 0.010885974392294884, 0.005730381701141596, 0.011723935604095459, 0.0021945927292108536, -0.00514657748863101, 0.0006291912286542356, 0.0010479169432073832, -0.001425882801413536, 0.0020189639180898666, 0.0007525783148594201, -0.007052437402307987, -0.0024537888821214437, -0.009302068501710892, -0.003057976486161351, -0.0006088937516324222, -0.007230082992464304, 0.0020555860828608274, 0.005089852958917618, -0.0031721105333417654, -0.00014606304466724396, -0.004678285680711269, -0.01613612100481987, -0.0067773922346532345, 0.0040237330831587315, 0.0055982316844165325, 0.011059295386075974, 0.00893076416105032, -0.01847407966852188, -0.013957389630377293, -0.005518531892448664, -0.004446025006473064, 0.009634152054786682, 0.007781740743666887, 0.002771958941593766, -0.0033572856336832047, 0.005940410774201155, -0.011498525738716125, -0.00877199787646532, 0.011505316942930222, 0.012545337900519371, 0.014172653667628765, 0.007158630061894655, 0.006050278432667255, 0.002858905354514718, 0.008191686123609543, 0.015377047471702099, 0.01282267365604639, 0.014365201815962791, 0.015721596777439117, 0.007589522749185562, 0.013663471676409245, 0.023759759962558746, 0.012633994221687317, 0.006151353474706411, 0.0033018600661307573, 0.007437567692250013, 0.016089076176285744, 0.010548824444413185, 0.017359375953674316, 0.012240267358720303, -0.007817023433744907, -0.011010044254362583, -0.006914262194186449, 0.0058737946674227715, 0.018643852323293686, 0.013857778161764145, -0.004675815347582102, -0.0200661588460207, -0.012246673926711082, -0.013791662640869617, 0.003342929296195507, 0.00913903210312128, -0.0018278243951499462, -0.00028019584715366364, -0.010715655982494354, -0.010103982873260975, -0.014039919711649418, -0.012946449220180511, 0.0017889589071273804, -0.0009807125898078084, -0.0022042773198336363, 0.002188505372032523, -0.010319107212126255, -0.02057998813688755, -0.009131827391684055, -0.01039857417345047, -0.0003135809674859047, 0.002587179420515895, -0.0075249276123940945, -0.0071312906220555305, -0.011499005369842052, -0.006019821856170893, -0.01747225970029831, -0.0018137699225917459, 0.003011002205312252, -0.015718789771199226, 0.003011697670444846, -0.0011345433304086328, -0.0030621630139648914, -0.0033990424126386642, -0.009899389930069447, -0.01098561566323042, -0.00019966044055763632, 0.003429942997172475, 0.0036851612385362387, 0.005934813991189003, 0.0007588098524138331, -0.006277601700276136, -0.009918682277202606, -0.011086244136095047, 0.005178090650588274, 0.00628119520843029, -0.003497946308925748, 0.009246538393199444, -0.003540311474353075, -0.016616340726614, -0.007736810017377138, -0.010935762897133827, -0.0014737896854057908, 0.00498521514236927, -0.00508037069812417, -0.007891192100942135, -0.00769291864708066, -0.008640334010124207, -0.017532020807266235, -0.005111520178616047, -0.0039704241789877415, -0.01508362591266632, -0.0009269430302083492, -0.003098430810496211, -0.006553517188876867, -0.013716592453420162, -0.016202347353100777, -0.01272954884916544, -0.003911423496901989, -0.008479490876197815, -0.004394430201500654, -0.0059752073138952255, -0.011996688321232796, -0.011778974905610085, -0.01814434677362442, -0.009339784272015095, -0.006028403993695974, -0.01816880889236927, -0.005582959391176701, -0.006973146460950375, -0.007151650730520487, -0.015037938952445984, -0.014782506041228771, -0.015687068924307823, -0.010115808807313442, -0.0033434503711760044, -0.0040454198606312275, -0.00354920350946486, -0.006654012482613325, -0.0029359993059188128, -0.011333992704749107, -0.005993112921714783, 0.003420405788347125, 0.008007197640836239, 0.006378785241395235, 0.003039815230295062, 0.0046584103256464005, 0.0009163117501884699, 0.004930144641548395, 0.013045343570411205, 0.018684886395931244, 0.016826728358864784, 0.012737168930470943, 0.0015090847155079246, 0.008535868488252163, 0.015328984707593918, 0.020881054922938347, 0.019141560420393944, 0.01680360920727253, 0.01792049966752529, 0.008880088105797768, 0.015304059721529484, 0.01333907712250948, 0.015737198293209076, 0.020080849528312683, 0.02052788808941841, 0.01616680808365345, 0.018668394535779953, 0.01871098019182682, 0.023767797276377678, 0.014059544540941715, 0.013223301619291306, 0.019561249762773514, 0.02175777032971382, 0.022544613108038902, 0.03455369919538498, 0.03756124898791313, 0.012017658911645412, -0.003694229992106557, 0.014316516928374767, 0.02941974811255932, 0.03813738375902176, 0.03441893309354782, 0.02246204949915409, 0.007162420079112053, 0.007036709692329168, 0.008029574528336525, 0.02318197302520275, 0.02319062128663063, 0.009981564246118069, 0.01863355189561844, 0.01081896387040615, 0.003262317506596446, 0.00188164331484586, 0.00195569870993495, -0.0007164800190366805, 0.000888764567207545, 0.0046915775164961815, 0.0013158145593479276, -0.001451684394851327, -0.006012820638716221, -0.009877676144242287, -0.0046725086867809296, -0.012996813282370567, -0.01488345768302679, -0.009421858005225658, -0.0029922500252723694, -0.0073654912412166595, -0.011764329858124256, -0.014743075706064701, -0.012333527207374573, -0.011806146241724491, -0.022954095155000687, -0.015695149078965187, -0.008269215933978558, -0.011858724988996983, -0.0072380960918962955, -0.010543670505285263, -0.016661444678902626, -0.020469967275857925, -0.024279706180095673, -0.009475158527493477, -0.008320583030581474, -0.01311005000025034, -0.010234320536255836, -0.013864809647202492, -0.01427605003118515, -0.01308174803853035, -0.02130645513534546, -0.019937267526984215, -0.011809558607637882, -0.008302808739244938, -0.003294744063168764, -0.0070926169864833355, -0.0187626201659441, -0.022215586155653, -0.018120475113391876, -0.01772603578865528, -0.00028155624750070274, -0.0016275132074952126, -0.01331731490790844, -0.015084137208759785, -0.013109995052218437, -0.009031850844621658, -0.012144176289439201, -0.01081134844571352, -0.0025092302821576595, -0.011122649535536766, -0.0064008720219135284, -0.005515316501259804, -0.008722934871912003, -0.002717797178775072, -0.0027598149608820677, -0.0034303967840969563, -0.005244996398687363, -0.0075691803358495235, -0.0012689207214862108, -0.00869918055832386, 0.005190205294638872, 0.018134580925107002, -0.003084935713559389, -0.008207951672375202, -0.005370734259486198, -0.0026497538201510906, 0.008732878603041172, 0.00666402280330658, 0.005893735680729151, 0.0071740527637302876, 0.004680076148360968, -0.0006603223155252635, 0.00282991211861372, 0.002524178707972169, 0.007157325278967619, 0.008399655111134052, 0.0056288111954927444, 0.010949348099529743, 0.0119875967502594, 0.006368665024638176, 0.0052681840024888515, 0.0045204246416687965, 0.0024532736279070377, 0.005643247626721859, 0.01414639875292778, 0.01615442894399166, 0.011352895759046078, 0.007574400864541531, 0.0014507879968732595, -0.006969096139073372, 0.004172563087195158, 0.01859288662672043, 0.011733893305063248, 0.0041272519156336784, 5.847729335073382e-05, 0.0034237566869705915, 0.0010041677160188556, 0.0017992277862504125, 0.0052865478210151196, -0.0014749417314305902, 0.004380347207188606, 0.004496265202760696, -0.002516535110771656, 0.009719579480588436, 0.007929950952529907, -0.004706264939159155, 0.0039042204152792692, 0.0032904522959142923, 0.0015533468686044216, 0.009683609940111637, 0.012277556583285332, 0.011201346293091774, 0.00975616555660963, 0.006776296999305487, 0.007751823868602514, 0.009470140561461449, 0.010546836070716381, 0.015540147200226784, 0.011711310595273972, 0.014867020770907402, 0.010844996199011803, 0.010816519148647785, 0.011781372129917145, 0.00870678573846817, 0.004234446678310633, 0.007357636466622353, 0.01236648578196764, 0.010567625053226948, 0.00385291688144207, 0.004389822017401457, -0.0011009011650457978, -0.002417969983071089, 0.0010358812287449837, 0.004274915438145399, 0.00026380346389487386, 0.0011525608133524656, -0.0067009651102125645, -0.0024582790210843086, -0.0025705930311232805, -0.003036250825971365, -0.003839687444269657, -0.0014756856253370643, -0.002281877212226391, -0.007824817672371864, -0.005290638655424118, 0.0002736159658525139, -0.005490387789905071, 0.0020174658857285976, 0.0015588890528306365, -0.008360708132386208, -0.01363210380077362, -0.00803932175040245, 0.000517594744451344, 0.0052112708799541, -0.0013098149793222547, -0.009273691102862358, -0.01285109855234623, -0.009768224321305752, -0.012147585861384869, -0.0009209207491949201, 0.0005694838473573327, -0.00799766555428505, -0.00839865580201149, -0.012773425318300724, -0.006141942925751209, -0.012215102091431618, -0.008429483510553837, -0.005898761097341776, -0.00012929658987559378, -0.0073211840353906155, -0.004565512295812368, -0.005012483336031437, -0.009285002015531063, -0.0029582458082586527, -0.003784072818234563, -0.008865749463438988, 0.00614911038428545, 0.0017081067198887467, -0.0026197403203696012, -0.0036405741702765226, -0.005187569186091423, -0.002000202890485525, -0.005265683401376009, 0.004302210174500942, 0.0018519944278523326, -0.002816869178786874, -0.0017307363450527191, -0.0028511998243629932, 0.0029664039611816406, -0.004796995315700769, -0.007089374586939812, -0.006326897535473108, 0.0023064417764544487, -0.00012185513332951814, 0.003038745606318116, 0.0068553537130355835, -0.008286814205348492, -0.005856809206306934, 0.001951498561538756, -0.0070102945901453495, -0.0026593857910484076, 0.0022713923826813698, 0.009983512572944164, 0.0031206998974084854, -0.0017522695707157254, -0.0018965047784149647, -0.010459360666573048, -0.011855244636535645, 0.00010037383617600426, 0.0001798897428670898, 0.0034550451673567295, -0.0009125734795816243, -0.004398980177938938, -0.017732445150613785, -0.027881139889359474, -0.01590420864522457, -0.005533736199140549, -0.0029498504009097815, -0.004668877925723791, -0.01400939840823412, -0.02783091738820076, -0.02871476300060749, -0.019006304442882538, -0.009535418823361397, -0.01350321900099516, -0.010705587454140186, -0.013106387108564377, -0.01890554279088974, -0.012308564968407154, -0.005293921567499638, -0.012667820788919926, -0.009221603162586689, -0.004654841497540474, -0.0026175689417868853, 0.005055267363786697, 0.004888023715466261, 0.008702462539076805, 0.0042922114953398705, 0.014076919294893742, -0.0005401644157245755, 0.001475498196668923, 0.0213319044560194, 0.022973550483584404, 0.028179122135043144, 0.01809585466980934, 0.019991623237729073, 0.009976946748793125, 0.012234830297529697, 0.017019052058458328, 0.026517486199736595, 0.034075137227773666, 0.03288751468062401, 0.01785135455429554, 0.009641965851187706, 0.0130711505189538, 0.020648768171668053, 0.026001522317528725, 0.023799153044819832, 0.03231675177812576, 0.01519448310136795, -0.0014260347234085202, 0.017290307208895683, 0.03432300686836243, 0.014442977495491505, 0.009394700638949871, 0.008492167107760906, 0.006688279565423727, 0.01876022294163704, 0.026012318208813667, 0.009754611179232597, -0.006078166421502829, -0.0030813636258244514, 0.0071814716793596745, 0.002911654068157077, 0.017320822924375534, 0.014433777891099453, -0.0061652478761971, -0.018267080187797546, -0.005669372156262398, 0.0016983462264761329, 0.0008914581267163157, 0.0026354058645665646, -0.0020128947217017412, -0.007633049972355366, -0.013988662511110306, -0.013831080868840218, -0.009663153439760208, -0.0005024116253480315, 0.002975908573716879, -0.007936127483844757, -0.011495139449834824, -0.01631571166217327, -0.010977636091411114, -0.009352536872029305, -0.00991954654455185, 0.002763261552900076, -0.0015537720173597336, -0.011900964193046093, -0.008322491310536861, -0.012252645567059517, -0.01723155565559864, 0.0005730414413847029, -0.0011725189397111535, -0.003286319551989436, 0.003432691330090165, -0.00866064801812172, -0.012957367114722729, -0.0034568700939416885, -0.0020853921305388212, 0.0033361855894327164, 0.0006366089801304042, -0.00407696608453989, 0.003430729964748025, -0.0008052648627199233, -0.003913255408406258, -0.0003861872828565538, 0.004324703011661768, -0.0005024760030210018, 0.005741480737924576, -0.0032507835421711206, 0.0017794333398342133, 0.0008699068566784263, -0.0030408508609980345, -0.0011166277108713984, 0.001108003780245781, 0.003318722592666745, -0.004198616836220026, -0.004189636558294296, -0.0028615272603929043, -0.008561735041439533, -0.0019244273426011205, 0.002210697392001748, -0.004109137691557407, -0.0031888862140476704, -0.008306078612804413, -0.006620388012379408, -0.011498741805553436, 0.0010293436935171485, 0.003515931311994791, -0.012721673585474491, 0.0035979661624878645, -0.0036764689721167088, -0.0073798103258013725, -0.003557529067620635, -0.003844775026664138, -0.002888747723773122, -0.0020501629915088415, 0.0014748331159353256, 0.006460661068558693, -0.0033176483120769262, -0.00484552001580596, -0.010532157495617867, -0.0033179062884300947, 0.002171931089833379, 0.0009019716526381671, 0.0025114433374255896, -0.002380544785410166, -0.004251426551491022, -0.012725363485515118, -0.00480410922318697, -0.003545172279700637, -0.004697792697697878, -0.004267810378223658, -0.0014120409032329917, -0.008959208615124226, -0.00800396129488945, -0.0066505721770226955, -0.010323823429644108, -0.007026754319667816, -0.006590463221073151, -0.0058716051280498505, -0.006343812681734562, -0.006115621421486139, -0.00783523265272379, -0.011787181720137596, -0.00608937768265605, -0.005249422509223223, -0.009396534413099289, -0.0010245359735563397, -0.00013808667426928878, -0.008707474917173386, -0.007211386691778898, -0.00643891841173172, -0.00652921199798584, -2.1270097931846976e-05, -0.0006497924914583564, 0.004949658643454313, 0.0013535686302930117, -0.008851963095366955, 0.0007907444378361106, -0.002662886632606387, 0.0023145752493292093, 0.009559998288750648, 0.007335358764976263, 0.007834973745048046, 0.0019258740358054638, 0.0016622386174276471, 0.0038443102966994047, 0.007349567487835884, 0.009092172607779503, 0.016181176528334618, 0.01050100103020668, 0.011371834203600883, 0.0018539318116381764, 0.005121105816215277, 0.005848617758601904, 0.007639852352440357, 0.017477165907621384, 0.015597384423017502, 0.010182625614106655, -0.0005149723147042096, 0.0003302672121208161, 0.0032182459253817797, 0.007503091357648373, 0.014327806420624256, 0.007189876399934292, 0.007281413301825523, 0.0030595262069255114, 2.4345543351955712e-05, 0.0018938361899927258, 0.006313786841928959, 0.006907894276082516, 0.004075291566550732, 0.0032684446778148413, 0.01132918056100607, 0.005539610516279936, 0.0005077897221781313, 0.007146851159632206, 0.007274142932146788, 0.0077835614793002605, 0.0031103433575481176, 0.010024751536548138, 0.013746766373515129, 0.0033460853155702353, 0.01180474553257227, 0.004825097043067217, 0.0038589483592659235, 0.010805895552039146, 0.00792544987052679, 0.011372121050953865, 0.00849765446037054, 0.007758292835205793, 0.004131342750042677, 0.006326606031507254, 0.0036393338814377785, 0.003619280643761158, 0.00573491957038641, 0.007273269351571798, 0.0023903935216367245, 0.0066815754398703575, 0.0046560196205973625, -0.005609394982457161, -0.0016358784632757306, 0.0026865405961871147, -0.0007144816336221993, 0.001668567769229412, 0.004655484110116959, -0.0009283183608204126, -0.005050656385719776, -0.006074419245123863, -0.005313942674547434, -0.0015230318531394005, 0.0016368720680475235, 0.001412790734320879, -0.007748395204544067, -0.00597787369042635, -0.005662473849952221, -0.009340043179690838, 0.0038130709435790777, -0.0019900102633982897, -0.01074181403964758, -0.008027896285057068, -0.0012046585325151682, -0.0002057794335996732, -0.008197277784347534, -0.005264910403639078, -0.010370505042374134, -0.010021338239312172, -0.0031720551196485758, 0.005090764258056879, 0.0020210326183587313, -0.008610592223703861, -0.009365432895720005, -0.014772630296647549, -0.013683303259313107, -0.0030966654885560274, 0.012769018299877644, 0.0028706961311399937, -0.007436690386384726, -0.008020441047847271, -0.018875548616051674, -0.015623759478330612, -0.004242733120918274, 0.002263423055410385, 0.008421228267252445, -0.004954672418534756, -0.010690765455365181, -0.01515188068151474, -0.018257658928632736, -0.0115136057138443, -0.0011054627830162644, -0.003333651227876544, 0.0016748307971283793, -0.00840130914002657, -0.01550582330673933, -0.013243135064840317, -0.015842469409108162, -0.006504284683614969, -0.007017361465841532, 0.0009525081259198487, -0.0056371609680354595, -0.008751452900469303, -0.008827105164527893, -0.008915890008211136, -0.0032903195824474096, -0.0025711774360388517, 0.0009038154385052621, -0.006940376944839954, -0.0016772705130279064, 0.006193551700562239, 0.0033592565450817347, 0.012334193103015423, 0.006678338162600994, -0.011391593143343925, 0.00210581929422915, 0.009981985203921795, 0.016414307057857513, 0.021123167127370834, 0.008230823092162609, 0.005599540192633867, 0.007255172356963158, 0.00990869477391243, 0.010552268475294113, 0.02071136236190796, 0.006913124583661556, -0.0007792734540998936, 0.011474758386611938, 0.012487099505960941, 0.01685890555381775, 0.009919630363583565, -0.0003279552038293332, -0.009138882160186768, -0.0018438268452882767, 0.00767897441983223, 0.008799661882221699, 0.011582008562982082, -0.003022802295163274, -0.017764130607247353, -0.00729737663641572, -0.001904778415337205, 0.012394904159009457, 0.006016728468239307, -0.011583400890231133, -0.01854974590241909, -0.007015327922999859, 0.013471570797264576, 0.008459624834358692, -0.0015624992083758116, -0.004073434974998236, -0.010528391227126122, -0.007429912220686674, 0.005822981242090464, 0.017456892877817154, 0.005412122700363398, -0.005476766731590033, 0.0050800819881260395, 0.0033974640537053347, -0.0010800425661727786, -0.003329009748995304, -0.003116354113444686, 0.005101255141198635, 0.013562584295868874, 0.012605198659002781, -0.0035769769456237555, -0.014449246227741241, -0.01253117062151432, -0.005152486730366945, 0.008980163373053074, 0.004473724868148565, 0.005595800466835499, -0.007458360865712166, -0.009131164290010929, -0.01071783248335123, -0.002194270957261324, -0.004327127244323492, -0.003256703494116664, 0.0012998253805562854, 0.0019942258950322866, 0.0020704905036836863, -1.9297795006423257e-05, -0.0021407511085271835, -0.006705335807055235, -0.005061208736151457, 0.008106053806841373, 0.0037230912130326033, 0.004667162429541349, 0.008094150573015213, 0.0021439387928694487, -0.004133580718189478, -0.0029960009269416332, 0.00646006315946579, 0.0016900756163522601, 0.003678547916933894, 0.0011050475295633078, 0.003000532742589712, -0.0040677678771317005, -0.0027668552938848734, 0.0009468779899179935, -0.005796374753117561, -0.000725802790839225, -0.0009319129167124629, -0.003563954960554838, 0.0010703494772315025, -0.007425982505083084, -0.005405552219599485, -0.0029619333799928427, -0.0003033236425835639, 0.00029768681270070374, -0.0007796860300004482, 0.00034189774305559695, -0.005138767417520285, -0.00013815077545586973, -0.0034418581053614616, 0.005636630114167929, 0.00586677435785532, 0.0035477520432323217, 0.004255966283380985, -0.0021651163697242737, 0.0012346850708127022, -0.0055397870019078255, 0.004123329184949398, 0.014184689149260521, 0.011656168848276138, -0.009148509241640568, 0.007732681464403868, -0.01702800579369068, -0.0025571584701538086, 0.015558110550045967, 0.0032737948931753635, 0.005405334290117025, -0.01128052081912756, -0.003003507386893034, -0.0015375586226582527, -0.003047848353162408, 0.013519145548343658, 0.005011392757296562, -0.01744859106838703, 0.0009516801801510155, 0.001980253728106618, 0.0024544955231249332, 0.015336873009800911, 0.013083122670650482, -0.009279891848564148, 0.002181233838200569, -0.0020571995992213488, 0.011922221630811691, 0.014211124740540981, 0.017552537843585014, 0.012771333567798138, -0.0020831176079809666, 0.002968978602439165, 0.014218141324818134, 0.009387273341417313, 0.019258791580796242, 0.010403584688901901, 0.007266404572874308, 0.005645437631756067, 0.008651722222566605, 0.006868124008178711, 0.009571664966642857, 0.01395430602133274, 0.006305189337581396, 0.0011327102547511458, -0.0005588849307969213, 0.00478445366024971, 0.0015308195725083351, 0.009740570560097694, 0.009252261370420456, -0.004515363834798336, -0.007240248844027519, -0.005421648733317852, -0.0023501859977841377, 0.005988489370793104, 0.0030680561903864145, -0.0016709541669115424, -0.011137726716697216, -0.01132187619805336, -0.008821968920528889, 0.0015387858729809523, -0.007600579410791397, -0.0047318520955741405, -0.009550053626298904, -0.008740073069930077, -0.007439103443175554, -0.014681668020784855, -0.012940479442477226, -0.009465184062719345, -0.00805688090622425, -0.010837491601705551, -0.009137367829680443, -0.013033601455390453, -0.014745204709470272, -0.01567995734512806, -0.0047783381305634975, -0.0074104974046349525, -0.01044145692139864, -0.010778745636343956, -0.01389943715184927, -0.014013870619237423, -0.0005507273017428815, -0.0016082135261967778, -0.0012146808439865708, -0.006148336920887232, -0.009040665812790394, -0.006207392551004887, 0.00018251349683851004, 0.0025270399637520313, 0.002540519693866372, 0.002824847586452961, 0.004819387104362249, -5.932666681474075e-05, 0.007597561925649643, 0.0011057646479457617, -0.004708887543529272, 0.006924687884747982, 0.014745536260306835, 0.00923106912523508, 0.0023995465599000454, 0.006481406278908253, -0.00481812097132206, -0.001165597583167255, 0.0070098466239869595, 0.016600510105490685, -0.002604110399261117, -0.0029365525115281343, 0.0004656189412344247, -0.002931692637503147, -0.0015132800908759236, -9.761432011146098e-05, -0.008247734047472477, -0.0035351021215319633, 0.0012117805890738964, -0.019222978502511978, -0.014939549379050732, -0.012818536721169949, -0.0036897698882967234, -0.009930601343512535, -0.006539780646562576, -0.02339535765349865, -0.03548826649785042, -0.022976672276854515, -0.02632947824895382, -0.0015614929143339396, -0.007376337889581919, -0.012089409865438938, -0.036756958812475204, -0.048464056104421616, -0.03260444477200508, -0.016985159367322922, -0.007961251772940159, 0.017681673169136047, -0.012428274378180504, -0.05530364438891411, -0.021076031029224396, -0.040476709604263306, 0.020360978320240974, 0.024937760084867477, -0.005175644997507334, -0.01470436342060566, -0.01903679035604, 0.016830965876579285, 0.016721628606319427, 0.02529173530638218, 0.014594373293220997, 0.004672699607908726, 0.01624218560755253, 0.03875897079706192, 0.03650713339447975, 0.03163675591349602, 0.018628684803843498, 0.027073120698332787, 0.04957471787929535, 0.03646697476506233, 0.03631817176938057, 0.028925679624080658, 0.02862611413002014, 0.04989570751786232, 0.04317008703947067, 0.028948504477739334, 0.032052282243967056, 0.023349855095148087, 0.02627347595989704, 0.047041989862918854, 0.03823823854327202, 0.021785743534564972, 0.01277174986898899, 0.027406806126236916, 0.031697165220975876, 0.02762487903237343, 0.016039973124861717, 0.019886143505573273, 0.01434148196130991, 0.023408522829413414, 0.026238733902573586, 0.01293947920203209, 0.009996205568313599, 0.013146721757948399, 0.012557110749185085, 0.020836321637034416, 0.006393189541995525, 0.0034218595828861, 0.0061732130125164986, 0.010768409818410873, 0.0019504737574607134, -0.0015350584872066975, -0.0072840675711631775, -0.0012906253105029464, -0.005227826070040464, -0.004772810265421867, -0.005352547857910395, -0.020170249044895172, -0.02392932027578354, -0.021210143342614174, -0.005095398053526878, -0.015371076762676239, -0.030703933909535408, -0.026319455355405807, -0.021691815927624702, -0.026153014972805977, -0.020465459674596786, -0.02749684639275074, -0.0272742360830307, -0.023829303681850433, -0.027824724093079567, -0.011202286928892136, -0.017942791804671288, -0.02905677817761898, -0.015406259335577488, -0.017416121438145638, -0.02116714045405388, -0.01462195347994566, -0.010900665074586868, -0.002443600445985794, 0.0018869192572310567, -0.004679073113948107, -0.020572006702423096, -0.013391616754233837, -0.009070735424757004, -0.0008512110798619688, 0.012947214767336845, 0.0017468908336013556, -0.004245962016284466, -0.006679227575659752, -0.003967898432165384, -0.011995215900242329, -0.013361719436943531, 0.006958086974918842, -0.006912705022841692, 0.0006395258824340999, 0.0016433458076789975, -0.012548096477985382, -0.02661954239010811, -0.011352457106113434, -0.013728363439440727, -0.007664118427783251, -0.01130567118525505, -0.01857420615851879, -0.010557176545262337, -0.012207931838929653, -0.013297568075358868, -0.02936048060655594, -0.027045071125030518, -0.021504292264580727, -0.020095357671380043, 0.0005407505668699741, -0.007986008189618587, -0.02137703076004982, -0.030120961368083954, -0.023956123739480972, -0.022719906643033028, -0.012088678777217865, -0.02036914974451065, -0.0064322161488235, -0.00530578289180994, -0.004473203793168068, -0.027417844161391258, -0.031948622316122055, -0.01923982799053192, -0.0021862895227968693, -0.003779245540499687, 0.003493414493277669, -0.006262651644647121, -0.027821550145745277, -0.0115199638530612, 0.0013567559653893113, 0.0002415267372271046, -0.003936850465834141, -0.012941015884280205, -0.0019960112404078245, 0.011017790995538235, 0.015478207729756832, 0.007925073616206646, -0.002687128959223628, -0.0045084417797625065, 0.005867416970431805, 0.0171975065022707, 0.024781472980976105, 0.03125647455453873, 0.0205763578414917, 0.006963799707591534, 0.023447105661034584, 0.013259890489280224, 0.02008056640625, 0.03906875103712082, 0.039631765335798264, 0.029748933389782906, 0.02396421507000923, 0.029663344845175743, 0.022250985726714134, 0.0175466388463974, 0.03939630836248398, 0.045403435826301575, 0.012535978108644485, 0.026159051805734634, 0.027823738753795624, 0.029659291729331017, 0.018689438700675964, 0.010592027567327023, 0.02915356308221817, 0.011250445619225502, 0.01997033692896366, 0.022298825904726982, 0.0050948611460626125, 0.013954714871942997, 0.011859447695314884, 0.012934119440615177, 0.006554671563208103, 0.004268095828592777, 0.006842934526503086, 0.007853292860090733, 0.004880995023995638, 0.008826897479593754, 0.0007675024098716676, 0.005216056481003761, 0.006018190644681454, 0.0007873463910073042, 0.0019175935303792357, -0.006625012028962374, -0.004583518952131271, 0.006708139553666115, 0.0032884811516851187, -0.0011667124927043915, -0.0009322218829765916, -0.01970848999917507, -0.007746662478893995, -0.007571578957140446, -0.0007419867324642837, -0.014407765120267868, -0.012455388903617859, -0.0086015360429883, -0.01909475401043892, -0.009325863793492317, -0.013346276246011257, -0.032137081027030945, -0.00965904351323843, -0.017148738726973534, -0.008398651145398617, -0.020884757861495018, -0.01568766124546528, -0.0166538767516613, -0.014132948592305183, -0.0039880480617284775, -0.016614852473139763, -0.02133670635521412, -0.007057000417262316, -0.0032087070867419243, 0.004592301789671183, -0.0008638881263323128, -0.007249401416629553, -0.002020805375650525, -0.006585776340216398, 0.008332977071404457, 0.013604703359305859, -0.006797287613153458, 0.012569127604365349, 0.016588343307375908, 0.0021749455481767654, 0.01584446243941784, -0.0012974584242329001, 0.012195855379104614, 0.004281800240278244, 0.005003596190363169, 0.0168914794921875, 0.01895168609917164, 0.010289769619703293, -0.003208726644515991, -0.0054599265567958355, 0.0030094231478869915, 0.0028368302155286074, 0.011028822511434555, 0.006671889219433069, -0.0003495074633974582, -0.0007230963674373925, -0.012939265929162502, -0.008144584484398365, -0.0013866531662642956, -4.203333810437471e-05, -0.005388353019952774, -0.015233675949275494, -0.004839567933231592, -0.0006645370158366859, -0.01691565290093422, -0.014995481818914413, -0.01738843508064747, -0.018255937844514847, -0.004821231588721275, -0.0069265179336071014, -0.012527741491794586, -0.019913267344236374, -0.020933723077178, -0.025261733680963516, -0.021889103576540947, -0.011959546245634556, -0.0071440269239246845, -0.0208667553961277, -0.012554600834846497, -0.01801707223057747, -0.032547906041145325, -0.017465079203248024, -0.007801487576216459, -0.0015335602220147848, -0.012636851519346237, -0.023258455097675323, -0.0007146018324419856, -0.00038434556336142123, -0.004428714048117399, 0.009563574567437172, -0.0005355654866434634, -0.007076797541230917, 0.011648808605968952, 0.021234774962067604, 0.0229052621871233, 0.02524496242403984, 0.016770968213677406, 0.022556470707058907, 0.011959602124989033, 0.025276215746998787, 0.04009026288986206, 0.04042644053697586, 0.03604167699813843, 0.03086370788514614, 0.01724373735487461, 0.02592397853732109, 0.03504618629813194, 0.038431763648986816, 0.027817510068416595, 0.02358303777873516, 0.016490114852786064, 0.01350539829581976, 0.02516414225101471, 0.03016095608472824, 0.013240720145404339, -0.0023028827272355556, -0.0019559694919735193, 0.008179682306945324, 0.006937619298696518, 0.011164474301040173, 0.0012776842340826988, -0.013302535749971867, -0.004006087779998779, -0.008024169132113457, -0.006607540883123875, -0.014850293286144733, -0.011166324838995934, -0.011769450269639492, -0.0019902652129530907, -0.007311779074370861, -0.015488226898014545, -0.028696058318018913, -0.021361351013183594, -0.01344931498169899, -0.014956588856875896, -0.013850993476808071, -0.006033528130501509, -0.020685022696852684, -0.03105534240603447, -0.02171880565583706, -0.02255420573055744, -0.015126245096325874, -0.013515605591237545, -0.020122265443205833, -0.018067551776766777, -0.017085354775190353, -0.021992485970258713, -0.010216201655566692, -0.011389516294002533, -0.020297395065426826, -0.006144808139652014, -0.004813792183995247, -0.006943246349692345, 0.006818333175033331, -0.002904136199504137, -0.002721840515732765, -0.005612524226307869, 0.020523257553577423, 0.00915209949016571, 0.010537687689065933, 0.013666302897036076, 0.01022266037762165, 0.01772794872522354, 0.011254977434873581, 0.014034976251423359, 0.024827491492033005, 0.016826074570417404, 0.013652171939611435, 0.009176066145300865, 0.009624295867979527, 0.014380084350705147, 0.011054289527237415, 0.010916044004261494, 0.0065146093256771564, 0.009832939133048058, -0.0002844083064701408, -0.008091248571872711, 0.006501254625618458, 0.001688270247541368, -0.0020589171908795834, -0.008452681824564934, 0.005547432228922844, -0.0041925967670977116, 0.005076832138001919, -0.012373625300824642, -0.002991161774843931, -0.018298815935850143, 0.011407413519918919, 0.008964489214122295, -0.002129285829141736, 0.004894322715699673, 0.00043016293784603477, -0.0021394144278019667, -0.004081042483448982, 0.00911902915686369, -0.0005375255714170635, 0.012092097662389278, 0.017453942447900772, 0.008268935605883598, -0.00843170564621687, -0.0014198340941220522, 0.0014776967000216246, 0.0036702535580843687, 0.014787540771067142, 0.0013485403032973409, 0.0016100978245958686, -0.01325364038348198, 0.0024015626404434443, -0.0023482113610953093, 0.0031827944330871105, -0.003431636607274413, -0.010397914797067642, -0.021374966949224472, -0.0028845290653407574, 0.0022642340045422316, 0.010695689357817173, -0.010765127837657928, -0.01408672146499157, -0.024962332099676132, -0.00010384103370597586, -0.000584243331104517, 0.004365543834865093, -0.002034464618191123, 0.0010599525412544608, -0.010011352598667145, -0.0029860015492886305, 0.004397342447191477, -0.0009579113102518022, 0.0007746714982204139, 0.002784810960292816, -0.0045462301932275295, 0.009690436534583569, 0.013253518380224705, 0.009959493763744831, -0.009041590616106987, -0.0045880042016506195, -0.011176882311701775, 0.00751273799687624, 0.012187719345092773, 0.006021409295499325, -0.0015914174728095531, -0.0036379348021000624, 0.0012124202912673354, -0.020056098699569702, -0.015447488985955715, -0.004712600726634264, 0.009445694275200367, 0.009074949659407139, -0.005729735363274813, -0.009565681219100952, -0.026884008198976517, -0.009578922763466835, -0.010428410954773426, 0.010151730850338936, 0.006438166368752718, 0.0020789222326129675, -0.005900783464312553, -0.01711602695286274, 0.0017054404597729445, 0.009231851436197758, -0.005318361800163984, 0.010122290812432766, 0.0034964457154273987, 0.0020859341602772474, 0.02516247145831585, 0.005401754751801491, -0.010692834854125977, 0.0018026602920144796, 0.004068784881383181, 0.020297639071941376, 0.010788122192025185, 0.008282571099698544, 0.008088013157248497, -0.016135552898049355, 0.004394611343741417, 0.004051909316331148, 0.01509991753846407, -0.005945428740233183, -0.013648953288793564, 0.00035265873884782195, 0.011942815035581589, -0.000998298404738307, -0.001603775774128735, -0.007549273315817118, -0.024624858051538467, -0.0019063123036175966, 0.007065614219754934, 0.019825708121061325, -0.0050157951191067696, -0.002483031712472439, -0.021939609199762344, 0.0003505824424792081, 0.012619486078619957, 0.0014618182322010398, -0.002297429833561182, 0.011974047869443893, -0.0002822034293785691, 0.006720142439007759, -0.0011176123516634107, 0.006547363940626383, -0.014774905517697334, -0.003505899105221033, 0.016055891290307045, 0.006369261536747217, -6.709938315907493e-05, -0.0045768460258841515, -0.0066343373619019985, -0.01572543941438198, -0.0005384886753745377, -0.002100287703797221, -0.012985493056476116, -9.21917671803385e-06, -0.0038388629909604788, -0.005808613263070583, -0.01285361684858799, -0.0034891327377408743, -0.022989805787801743, -0.013789653778076172, 0.005525235552340746, 0.006909729912877083, -0.005170680116862059, -0.01188763789832592, -0.0039593856781721115, -0.009833382442593575, -0.00453763734549284, 0.00771861057728529, -0.0008033986669033766, -0.0008327027899213135, -0.010661846026778221, 0.0037492315750569105, 0.008110049180686474, -0.004791564773768187, -0.00802171602845192, 0.003208813024684787, -0.015750518068671227, -0.0011274825083091855, -0.003564296057447791, 0.0071366410702466965, 0.0031214335467666388, -0.018459944054484367, -0.014867511577904224, -0.00027172637055628, -0.010157078504562378, 0.005517932586371899, -0.004881103523075581, -0.006638339255005121, 0.0029440433718264103, 0.007679445669054985, -0.009486730210483074, 0.008883069269359112, -0.010748026892542839, 0.009705670177936554, 0.012097537517547607, 0.02375575341284275, 0.020923515781760216, 0.0023199778515845537, 0.004873424768447876, 0.007957879453897476, 0.01322321780025959, 0.03090374357998371, 0.03667723760008812, 0.011304193176329136, 0.0032787658274173737, 0.006532222032546997, 0.017028527334332466, 0.018548958003520966, 0.019200725480914116, 0.005932895001024008, 0.0036724822130054235, 0.0076927319169044495, 0.004662421066313982, 0.0022934875451028347, -0.004127784166485071, -0.008410549722611904, -0.011946524493396282, 0.000792113074567169, 0.009347320534288883, -0.018797459080815315, -0.023831861093640327, -0.011096639558672905, -0.024061979725956917, -0.013287950307130814, -0.0033788878936320543, -0.020287176594138145, -0.013827824965119362, -0.012918379157781601, -0.022740880027413368, -0.01875958777964115, -0.025903405621647835, -0.016429943963885307, -0.002156819449737668, -0.007897681556642056, 0.0032181343995034695, -0.022049477323889732, -0.0234083104878664, -0.019805792719125748, -0.0003359749971423298, 0.0057622636668384075, -0.0027522488962858915, 0.00511907646432519, -0.004681242164224386, -0.021344536915421486, 0.013793411664664745, 0.003444598987698555, -0.004586102906614542, 0.007525121793150902, 0.007189840544015169, 0.005797877442091703, 0.011573679745197296, 0.006281637586653233, 0.009225164540112019, 0.009694520384073257, -0.003356384579092264, 0.006503506563603878, 0.009034041315317154, 0.02739616297185421, 0.014268419705331326, 0.016477998346090317, -0.012255298905074596, 0.0027942706365138292, 0.011914467439055443, 0.016288969665765762, 0.024649573490023613, 0.00699392007663846, 0.006101525388658047, 0.006457754410803318, 0.008984774351119995, 0.012430869042873383, 0.008042172528803349, 0.017580775544047356, 0.011318420059978962, 0.007028228137642145, 0.009092179127037525, 0.020516375079751015, 0.00021647053654305637, 0.017232445999979973, 0.008294779807329178, 0.011184852570295334, 0.010677984915673733, -0.0008984723244793713, 0.010595121420919895, 0.016066668555140495, 0.021677209064364433, -0.010427569039165974, -0.008132444694638252, 0.006283762399107218, 0.01408229861408472, 0.015443683601915836, -0.009793376550078392, -0.005065650213509798, -0.003661243012174964, 0.001436028629541397, 0.016683561727404594, -0.0010131209855899215, -0.020212972536683083, -0.008851788006722927, 0.003845348721370101, 0.013157499954104424, 0.0059298244304955006, -0.007202090695500374, -0.018582984805107117, -0.005950248800218105, -0.0010672722710296512, 0.016017327085137367, 0.007716690190136433, -0.009741787798702717, -0.005653154104948044, -0.022631678730249405, 0.00838934350758791, 0.014945987612009048, -0.0012062389869242907, -0.011291055008769035, -0.01460495125502348, -0.004504800774157047, -0.003169837174937129, 0.005959978327155113, 0.0035534913185983896, -0.019520575180649757, -0.018477782607078552, -0.012162838131189346, 0.0072844200767576694, 0.006773368921130896, -0.0029851989820599556, -0.028712674975395203, -0.007966247387230396, -0.0020272843539714813, 0.009713824838399887, 0.012120180763304234, -0.01809142529964447, -0.007946782745420933, -0.010045420378446579, 0.020921850576996803, 0.012659015133976936, 0.005182903725653887, 0.007145825773477554, -0.014838471077382565, 0.006620760541409254, 0.013654247857630253, 0.012973152101039886, 0.012333341874182224, 0.013004236854612827, -0.0010180636309087276, 0.006958639714866877, -0.00045669882092624903, 0.009112431667745113, 0.005245272535830736, 0.006845806259661913, 0.0021680046338588, 0.009492246434092522, -0.008423641324043274, -0.004429840482771397, 0.01623394340276718, -0.015461697243154049, 0.0016889802645891905, -0.013573986478149891, -0.010560346767306328, 0.00552084855735302, 0.014486939646303654, -0.005249006673693657, -0.032618388533592224, -0.004087838809937239, -0.006779397372156382, -0.011341589502990246, 0.007949015125632286, -0.009195542894303799, -0.009471774101257324, 0.004488744307309389, -0.02879096008837223, -0.007806011475622654, -0.013671217486262321, -0.014540333300828934, -0.009791645221412182, 0.0018660969799384475, -0.015060055069625378, -0.015470714308321476, -0.016701819375157356, -0.021012376993894577, -0.014756852760910988, -0.016152774915099144, -0.01681426167488098, -0.0021797402296215296, -0.02331271767616272, 0.003621692070737481, -0.01287743728607893, -0.01462267804890871, -0.02422291599214077, -0.02566620334982872, -0.0009008909692056477, 0.022473882883787155, 0.0006631150026805699, -0.005484713241457939, -0.023689039051532745, -0.0037928204983472824, -0.02455039694905281, 0.017174432054162025, 0.009163990616798401, 0.010223454795777798, -0.010265659540891647, 0.01087384857237339, 0.012166754342615604, -0.027815770357847214, 0.010442283935844898, 0.01908041723072529, 0.015400359407067299, 0.0026467572897672653, 0.012227770872414112, 0.005942138377577066, 0.0073394631035625935, -0.0008718947065062821, 0.0068127759732306, 0.03898286446928978, -0.006890041287988424, 0.005638356786221266, 0.003485365305095911, 0.012484436854720116, 0.011253280565142632, 0.005346727091819048, 0.015762504190206528, 0.014156967401504517, -0.0069177355617284775, 0.011850457638502121, -0.010871446691453457, 0.016428427770733833, 0.020485656335949898, 0.01718307100236416, 0.005389329977333546, -0.020049098879098892, 0.01983570121228695, 0.015112755820155144, -0.0029568166937679052, -0.0018962102476507425, -0.02611101046204567, -0.0012078682193532586, 0.03972882777452469, 0.031084610149264336, -0.03261858597397804, -0.03447169065475464, -0.03162781894207001, -0.007199697196483612, 0.04372907057404518, 0.013958646915853024, -0.003378113964572549, -0.018160933628678322, -0.02588428556919098, 0.005672996863722801, -0.01580830104649067, 0.007456650957465172, -0.008524924516677856, 0.00585278170183301, 0.012774311937391758, 0.004695170093327761, 0.011694137938320637, -0.018526680767536163, -0.01392681896686554, 0.013834298588335514, -0.011278497986495495, 0.02556137926876545, -0.012201723642647266, -0.007912691682577133, 0.007028411142528057, 0.024050384759902954, 0.004498600028455257, -0.01768174208700657, 0.0008556629763916135, 0.008656593970954418, 0.05294591933488846, 0.016914276406168938, 0.01787586696445942, -0.00837552361190319, -0.0031278070528060198, 0.015253529883921146, 0.020021406933665276, 0.0441017672419548, 0.03352472931146622, 0.010910565964877605, 0.027835918590426445, 0.02139831706881523, 0.02729405276477337, 0.022623801603913307, 0.032370682805776596, 0.035725634545087814, 0.027886617928743362, 0.0351182222366333, 0.010946517810225487, 0.0004383748455438763, 0.016245462000370026, 0.02797619067132473, 0.013411776162683964, 0.0128607964143157, 0.005673527717590332, -0.009371684864163399, -0.014057397842407227, -0.0258078183978796, 0.0037797512486577034, -0.011056008748710155, -0.016959190368652344, -0.024516692385077477, -0.024253390729427338, -0.03366957604885101, -0.027705691754817963, -0.04356253147125244, -0.005825350526720285, -0.005778036545962095, -0.01150665432214737, -0.0033757942728698254, -0.019672080874443054, -0.024616625159978867, -0.025166114792227745, -0.012039527297019958, -0.0012135645374655724, 0.011882592923939228, 0.006015028338879347, -0.042154595255851746, -0.03688650578260422, -0.01691819727420807, -0.00392007315531373, -0.0005521248676814139, -0.006812254432588816, -0.04354504495859146, -0.02556568756699562, -0.012281498871743679, -0.00939120538532734, -0.03309601917862892, -0.045332007110118866, -0.036774974316358566, -0.0074151866137981415, -0.009867971763014793, 0.021057741716504097, -0.026490677148103714, -0.09678365290164948, 0.010997877456247807, -0.01803264580667019, 0.0029260432347655296, -0.011688387021422386, -0.004645553883165121, -0.01783953793346882, -0.01997232250869274, 0.013516443781554699, -0.011671828106045723, -0.023985285311937332, -0.030031057074666023, 0.017612546682357788, 0.012938285246491432, 0.03603828325867653, 0.009613889269530773, -0.005573358852416277, -0.003909642808139324, -0.010561457835137844, 0.04618726670742035, 0.010802095755934715, 0.015393410809338093, 0.03049294650554657, 0.008208644576370716, -0.005992614198476076, 0.011578664183616638, 0.004541958216577768, 0.04032457247376442, 0.030813077464699745, -0.0008938919054344296, 0.0010977571364492178, 0.005904186051338911, 0.01604694128036499, -0.003244386985898018, 0.017194388434290886, 0.00453311949968338, -0.004359442740678787, -0.004195294808596373, -0.0003608684928622097, 0.014177045784890652, -0.012268646620213985, 0.03496560826897621, -0.015010417439043522, 0.013082999736070633, 0.003287710715085268, -0.009212604723870754, 0.03807339817285538, -0.015125054866075516, 0.009715307503938675, 0.005150223150849342, -0.01075649168342352, 0.011137104593217373, 0.034402016550302505, 0.01982763037085533, 0.0037641318049281836, 0.007343531120568514, 0.024419201537966728, 0.030228620395064354, 0.0023441787343472242, -0.00248855073004961, -0.03329167142510414, -0.005073803476989269, 0.023438768461346626, 0.03602566570043564, -0.007638266775757074, -0.037565626204013824, -0.03844139352440834, -0.024681666865944862, 0.00965059269219637, 0.016096821054816246, -0.016315454617142677, 0.003758958075195551, -0.07624178379774094, -0.009246865287423134, -0.0238640233874321, -0.024617057293653488, -0.019138425588607788, 0.014227883890271187, -0.0019706645980477333, 0.005288480315357447, 0.004158466123044491, 0.008600780740380287, -0.013334577903151512, -0.009063158184289932, 0.020216766744852066, 0.012168514542281628, 0.029516473412513733, 0.018013499677181244, 0.019568296149373055, 0.02899928018450737, -0.020360790193080902, -0.023115215823054314, 0.04080257937312126, 0.007136055734008551, -0.002989757340401411, 0.0027245052624493837, -0.019306674599647522, 0.015193029306828976, -0.05278494954109192, -0.0364043153822422, 0.01825093850493431, -0.03999841958284378, -0.033760737627744675, -0.03127571940422058, -0.006194573361426592, -0.036210425198078156, -0.017753267660737038, -0.007871371693909168, -0.020161157473921776, -0.011449349112808704, 0.03134355694055557, 0.009995336644351482, 0.011723347008228302, 0.027752531692385674, 0.032949257642030716, 0.0007472723955288529, 0.0066045247949659824, 0.010151643306016922, 0.046279724687337875, 0.03795338049530983, -0.013184494338929653, 0.005392992403358221, 0.05316322669386864, 0.02192867547273636, 0.023552143946290016, 0.009344249963760376, -0.00834636390209198, -0.05264927074313164, -0.008978227153420448, -0.004729516804218292, -0.02452749013900757, -0.022433215752243996, -0.041346486657857895, 0.0013299341080710292, 0.014163405634462833, 0.007680353242903948, -0.01513884961605072, -0.03601764515042305, -0.049427151679992676, -0.03413843363523483, 0.031583528965711594, 0.0005626965430565178, -0.009892676956951618, -0.040575750172138214, -0.03707294538617134, 0.005185325630009174, 0.041125643998384476, 0.014956857077777386, -0.0032562909182161093, 0.015162051655352116, 0.008004022762179375, 0.00371055887080729, 0.018902720883488655, -0.008250115439295769, 0.03566405177116394, 0.012841514311730862, -0.01793927513062954, -0.023672087118029594, 0.010751654393970966, 0.042591944336891174, 0.003598189679905772, 0.005608588457107544, -0.018592089414596558, -0.0065398793667554855, 0.028142668306827545, 0.0014505620347335935, 0.015975503250956535, -0.010087406262755394, -0.04600564390420914, -0.014240553602576256, 0.03538108244538307, 0.025079086422920227, 0.024606037884950638, 0.00012048533244524151, 0.013201671652495861, 0.04451240599155426, 0.020123697817325592, 0.0005019773379899561, -0.015871824696660042, 0.02228890359401703, -0.004788317251950502, -0.03664829209446907, -0.033377356827259064, -0.018256353214383125, 0.002385379048064351, 0.007455307524651289, -0.014296017587184906, -0.02592468447983265, -0.0111558111384511, -0.008665058761835098, 0.008704142645001411, 0.011579729616641998, 0.02615264430642128, -0.009810812771320343, 0.0005355056491680443, 0.0297144316136837, 0.04927797242999077, 0.06676620244979858, 0.05011072754859924, 0.07065492868423462, 0.06806335598230362, 0.031012391671538353, 0.00386486086063087, 0.0206783264875412, 0.019859066233038902, -0.01135840080678463, -0.0025393522810190916, 0.011533261276781559, 0.007046795450150967, -0.004692309070378542, 0.016255151480436325, -0.002347871195524931, -0.01636417768895626, -0.044441159814596176, 0.031119508668780327, 0.05415596067905426, 0.01771203987300396, 0.00390925956889987, 0.009362745098769665, 0.03830305114388466, 0.046511515974998474, 0.03702518343925476, 0.027539093047380447, -0.004215413238853216, 0.005556744989007711, 0.027464093640446663, 0.01436356920748949, -0.0022745823953300714, 0.03654055669903755, -0.0005335953901521862, -0.07694623619318008, -0.07701350003480911, -0.09372282028198242, -0.05358307063579559, -0.034732885658741, -0.041733019053936005, -0.04985314980149269, -0.05224892869591713, 0.0008486411534249783, 0.010762694291770458, -0.015388068743050098, -0.051218245178461075, -0.058840543031692505, -0.04182348772883415, -0.0007940491195768118, 0.0005435492494143546, -0.00025857065338641405, -0.009923838078975677, -0.05191302299499512, -0.026732349768280983, 0.0213796216994524, -0.010782096534967422, -0.015902560204267502, -0.042603231966495514, -0.045528605580329895, 0.006723123136907816, -0.021472470834851265, 0.0057929158210754395, -0.016052618622779846, -0.03824322298169136, 0.014622610062360764, 0.01600743643939495, 0.03795532137155533, 0.04918249323964119, 0.0396469384431839, 0.026857849210500717, 0.034028902649879456, 0.03540579602122307, 0.06320309638977051, 0.07950639724731445, 0.07245698571205139, 0.04003942757844925, 0.009377662092447281, 0.04984964057803154, 0.05317278206348419, 0.0544813834130764, 0.05622224882245064, 0.047685038298368454, 0.04255209490656853, -0.009952964261174202, 0.014125744812190533, 0.018191512674093246, 0.040939487516880035, 0.006879905704408884, -0.037567175924777985, -0.052700597792863846, -0.06599368155002594, -0.03797765076160431, -0.03061099536716938, -0.026364879682660103, -0.06976989656686783, -0.0904088020324707, -0.04940706491470337, -0.017942583188414574, -0.01728690043091774, -0.060305871069431305, -0.07154329121112823, -0.07598971575498581, -0.02801576815545559, 0.009424258954823017, 0.05051301792263985, 0.057203322649002075, 0.06872722506523132, 0.06688891351222992, 0.046275775879621506, 0.07552896440029144, 0.023713961243629456, 0.004275464452803135, -0.0038407400716096163, 0.0026441975496709347, 0.042181387543678284, 0.022006738930940628, 0.01840907335281372, -0.002024188404902816, -0.01063964981585741, -0.05585921183228493, -0.0693594291806221, -0.0795060396194458, -0.15030471980571747, -0.15962937474250793, -0.15724241733551025, -0.15316122770309448, -0.10408399999141693, -0.08021216094493866, -0.06094156578183174, -0.09704818576574326, -0.07064153254032135, -0.05526117607951164, -0.058381807059049606, -0.07667094469070435, -0.09799625724554062, -0.029874162748456, -0.003751450451090932, 0.014554901048541069, 0.010831461288034916, 0.011314908042550087, 0.022617030888795853, -0.0325460247695446, -0.016287358477711678, -0.05775007978081703, -0.06109652668237686, -0.03135132044553757, 0.000373788527213037, 0.013703357428312302, -0.01076282374560833, -0.034589022397994995, -0.009849061258137226, -0.0073344651609659195, -0.031449124217033386, -0.01635323278605938, -0.02227579802274704, -0.03406647965312004, -0.03216589242219925, -0.01902923360466957, 0.02201334945857525, 0.03700554743409157, 0.027789413928985596, 0.0380978062748909, 0.03469259291887283, 0.030675066635012627, 0.012869896367192268, -0.03920362889766693, -0.0586731918156147, -0.06632344424724579, -0.04726852476596832, -0.009497685357928276, 0.0013124824035912752, 0.017573194578289986, 0.0673283189535141, 0.09086926281452179, 0.08377347141504288, 0.10651929676532745, 0.088954858481884, 0.12428182363510132, 0.09785224497318268, 0.14440645277500153, 0.15248243510723114, 0.17021508514881134, 0.17213386297225952, 0.09480524808168411, 0.1018454059958458, 0.04766825959086418, 0.0803091824054718, 0.03506588935852051, 0.06639952212572098, 0.044831257313489914, 0.06791827082633972, 0.05809175223112106, 0.10789685696363449, 0.09023590385913849, 0.117061085999012, 0.10140342265367508, 0.14801311492919922, 0.07379581779241562, 0.0763988345861435, 0.035729676485061646, 0.017037533223628998, 0.04407752677798271, -0.036025404930114746, -0.026476550847291946, -0.023344112560153008, 0.015198332257568836, 0.1458650529384613, 0.23793451488018036, 0.31998077034950256, 0.3364558219909668, 0.375680536031723, 0.46471330523490906, 0.45112118124961853, 0.4833202064037323, 0.39894983172416687, 0.47625431418418884, 0.4923875331878662, 0.6522247791290283, 0.7527076005935669, 0.8479094505310059, 0.9427721500396729, 0.9958420991897583, 1.0305646657943726, 1.0581371784210205, 0.5930768251419067, 0.009294264949858189, -0.4919232130050659, -1.1762824058532715, -1.1770814657211304, -1.147295594215393, -1.115754246711731, -0.9559444785118103, -0.9331238269805908, -0.8136746883392334, -0.6563963294029236, -0.5553897619247437, -0.5941485166549683, -0.8429200053215027, -0.9937934279441833, -1.0393452644348145, -0.7986327409744263, -0.34014949202537537, 0.1110827699303627, 0.3539639413356781, 0.602823793888092, 0.672696053981781, 0.6549479961395264, 0.7199777960777283, 0.5371562242507935, 0.29630306363105774, -0.03813596069812775, -0.34291189908981323, -0.5224270820617676, -0.47353804111480713, -0.4762870967388153, -0.4862839877605438, -0.59578937292099, -0.9059065580368042, -1.060468077659607, -1.0989186763763428, -1.163407802581787, -1.08159601688385, -1.1262812614440918, -1.0860648155212402, -0.946042001247406, -0.7003310918807983, -0.3866058886051178, -0.1901157796382904, -0.07541242241859436, -0.0810469314455986, -0.13277526199817657, -0.049202319234609604, 0.01430544164031744, 0.07043379545211792, 0.10371329635381699, 0.07169701159000397, 0.08560556173324585, 0.23241543769836426, 0.3711707293987274, 0.4293806850910187, 0.3840472102165222, 0.20839443802833557, 0.07785596698522568, 0.0008742520585656166, -0.00505374139174819, -0.01347198337316513, -0.09584929049015045, -0.14721424877643585, -0.19242626428604126, -0.12807558476924896, 0.005023341625928879, 0.08859831094741821, 0.15104776620864868, 0.14083905518054962, 0.14393629133701324, 0.27515265345573425, 0.37300893664360046, 0.48620811104774475, 0.5708051919937134, 0.572906494140625, 0.6062841415405273, 0.6874563694000244, 0.7114502191543579, 0.7185701131820679, 0.7071249485015869, 0.6132870316505432, 0.5561062097549438, 0.5400056838989258, 0.5291173458099365, 0.49103716015815735, 0.5464127063751221, 0.557162880897522, 0.6544569134712219, 0.7887798547744751, 0.9798176288604736, 1.015351414680481, 1.0520585775375366, 1.0216728448867798, 1.111378788948059, 1.0871120691299438, 1.1878042221069336, 1.306124210357666, 1.2657946348190308, 1.3840856552124023, 1.5148751735687256, 1.6715303659439087, 1.8482288122177124, 1.8104225397109985, 1.4824215173721313, 0.8533456325531006, 0.036510586738586426, -0.8357626795768738, -1.4546948671340942, -1.8445219993591309, -1.9406071901321411, -1.9687708616256714, -1.7744038105010986, -1.544390320777893, -1.3041704893112183, -1.012271523475647, -0.9277926087379456, -1.0017739534378052, -1.2196730375289917, -1.2547334432601929, -0.9699583649635315, -0.4243148863315582, 0.14634662866592407, 0.719895601272583, 1.18285071849823, 1.559211254119873, 1.8250765800476074, 1.9282927513122559, 1.7930214405059814, 1.4227263927459717, 0.8939074873924255, 0.3230704963207245, -0.22833555936813354, -0.6540539264678955, -0.9170510768890381, -1.13887357711792, -1.3570716381072998, -1.5883082151412964, -1.819846510887146, -1.9763562679290771, -2.0606637001037598, -2.1114280223846436, -2.084211587905884, -1.994816780090332, -1.7840986251831055, -1.3879661560058594, -0.8800526261329651, -0.32296764850616455, 0.15388773381710052, 0.4832521378993988, 0.6962998509407043, 0.8105255961418152, 0.8889027833938599, 0.8973748683929443, 0.8018118143081665, 0.6938429474830627, 0.6109561324119568, 0.5762790441513062, 0.5632115006446838, 0.5183046460151672, 0.035955317318439484, -0.4117845892906189, -0.876297652721405, -1.4146828651428223, -1.4131115674972534, -1.4846960306167603, -1.5467709302902222, -1.3804850578308105, -1.345813512802124, -1.1310328245162964, -0.8487658500671387, -0.6530492305755615, -0.5610349774360657, -0.5663654208183289, -0.4814545512199402, -0.34178707003593445, -0.10241582244634628, 0.18557046353816986, 0.3134854733943939, 0.33980992436408997, 0.3676767945289612, 0.28623372316360474, 0.25840699672698975, 0.21748396754264832, 0.060279473662376404, -0.04107682779431343, -0.126299187541008, -0.20058748126029968, -0.14921709895133972, -0.1677234172821045, -0.22287066280841827, -0.28155356645584106, -0.3503713309764862, -0.4097561538219452, -0.4009913206100464, -0.36250030994415283, -0.28258946537971497, -0.20187267661094666, -0.0077082072384655476, 0.11938343197107315, 0.3086121380329132, 0.46502476930618286, 0.5331741571426392, 0.5998687744140625, 0.5358995199203491, 0.5679638981819153, 0.569263219833374, 0.6221947073936462, 0.711552619934082, 0.737282931804657, 0.7458914518356323, 0.7662113904953003, 0.7824539542198181, 0.7481153607368469, 0.7784358859062195, 0.696699857711792, 0.6675320863723755, 0.6951389908790588, 0.6512337327003479, 0.6354759931564331, 0.5149869322776794, 0.3950261175632477, 0.34003010392189026, 0.27162453532218933, 0.3972195088863373, 0.46486717462539673, 0.5164965987205505, 0.6733731627464294, 0.7321733832359314, 0.9470476508140564, 1.15241277217865, 1.353293538093567, 1.5494455099105835, 1.6807845830917358, 1.7811949253082275, 1.6916989088058472, 1.701715350151062, 1.6453136205673218, 1.546021580696106, 1.6518687009811401, 1.5857633352279663, 1.461458683013916, 1.3620094060897827, 1.28359055519104, 1.0876368284225464, 0.6081485152244568, -0.098590187728405, -1.2303695678710938, -2.3202290534973145, -2.8970508575439453, -2.9709315299987793, -2.617358446121216, -2.02266001701355, -1.6274631023406982, -1.2495927810668945, -0.8226873278617859, -0.4258900582790375, -0.1432780623435974, -0.16230954229831696, -0.4951713979244232, -0.6988461017608643, -0.5478142499923706, 0.07837372273206711, 0.8593685626983643, 1.550887107849121, 1.8105871677398682, 1.7831350564956665, 1.6555603742599487, 1.2922779321670532, 0.8462090492248535, 0.18760500848293304, -0.8091211318969727, -1.4556052684783936, -2.026167154312134, -2.1594841480255127, -2.1850194931030273, -2.101349115371704, -2.002058267593384, -1.9866600036621094, -1.94062340259552, -1.8906539678573608, -1.7057690620422363, -1.4398653507232666, -1.1227784156799316, -0.7063306570053101, -0.29165348410606384, 0.18721941113471985, 0.7396410703659058, 1.1944457292556763, 1.4289613962173462, 1.4210249185562134, 1.2645273208618164, 0.9732717275619507, 0.7143930196762085, 0.5457278490066528, 0.29718291759490967, 0.033339835703372955, -0.2314055860042572, -0.5340431332588196, -0.7687014937400818, -0.9332796335220337, -1.1124361753463745, -1.3019254207611084, -1.4081836938858032, -1.4276894330978394, -1.2591578960418701, -0.9521197080612183, -0.6612957119941711, -0.49243035912513733, -0.452475905418396, -0.4410603642463684, -0.2770543694496155, -0.18399550020694733, 0.037746332585811615, 0.29428860545158386, 0.34711888432502747, 0.5204081535339355, 0.6752537488937378, 0.6769705414772034, 0.6325626373291016, 0.4233320951461792, 0.1349610984325409, -0.18265502154827118, -0.38294193148612976, -0.43813779950141907, -0.46417003870010376, -0.43561479449272156, -0.3456198573112488, -0.26592695713043213, -0.2416536509990692, -0.24955424666404724, -0.351126492023468, -0.48503580689430237, -0.6682177782058716, -0.6308947801589966, -0.5403614640235901, -0.3186797499656677, 0.019532611593604088, 0.2711390256881714, 0.4940752387046814, 0.6429219245910645, 0.6646185517311096, 0.5871253609657288, 0.5329740047454834, 0.45367592573165894, 0.31717947125434875, 0.3160823583602905, 0.33604103326797485, 0.3694881796836853, 0.4520151913166046, 0.46324995160102844, 0.40394455194473267, 0.30317559838294983, 0.22053556144237518, 0.20433615148067474, 0.2378258854150772, 0.159265398979187, 0.15770797431468964, 0.18377530574798584, 0.1770935356616974, 0.32715728878974915, 0.4930015504360199, 0.5278114080429077, 0.5699849128723145, 0.5743405222892761, 0.583857536315918, 0.6159539818763733, 0.647639274597168, 0.6952531933784485, 0.7029194831848145, 0.7616844177246094, 0.8352293968200684, 0.9028289318084717, 0.9961428642272949, 0.9829737544059753, 1.03221595287323, 1.1146495342254639, 1.0859111547470093, 1.1381497383117676, 1.1728990077972412, 1.2581688165664673, 1.2930887937545776, 1.36846125125885, 1.4691803455352783, 1.5001128911972046, 1.5968883037567139, 1.3986490964889526, 1.3954367637634277, 1.2817755937576294, 1.1790027618408203, 1.0365712642669678, 0.419754296541214, -0.9689924120903015, -2.2162907123565674, -3.0554633140563965, -3.199885606765747, -2.3487000465393066, -1.6560617685317993, -1.4315801858901978, -1.243517279624939, -0.9891483187675476, -0.5180785059928894, 0.02824973687529564, -0.043232858180999756, -0.5800215601921082, -0.9082468152046204, -0.6833379864692688, 0.194645494222641, 1.1707414388656616, 1.7551476955413818, 1.8237394094467163, 1.5750411748886108, 1.3073641061782837, 0.9678601026535034, 0.3798685669898987, -0.4015299081802368, -1.2523802518844604, -1.9328728914260864, -2.2553768157958984, -2.3762311935424805, -2.2906458377838135, -2.115471839904785, -1.9784742593765259, -1.7589997053146362, -1.5784229040145874, -1.4541257619857788, -1.1917706727981567, -0.8061636686325073, -0.33565443754196167, 0.17609742283821106, 0.5931459069252014, 0.892168402671814, 1.1775822639465332, 1.4513359069824219, 1.603629469871521, 1.5114142894744873, 1.1155362129211426, 0.592202365398407, 0.11097065359354019, -0.2680504620075226, -0.5978169441223145, -0.9508634805679321, -1.346712350845337, -1.6042675971984863, -1.617316484451294, -1.4589903354644775, -1.2516275644302368, -1.1033002138137817, -0.991508960723877, -0.7774965763092041, -0.40091973543167114, 0.07751604169607162, 0.4706548750400543, 0.6885421276092529, 0.7546303868293762, 0.8091451525688171, 0.9691601991653442, 1.1863596439361572, 1.1558486223220825, 0.8714709281921387, 0.5232049226760864, 0.07294697314500809, -0.1757652312517166, -0.3563070595264435, -0.6015000343322754, -1.0937471389770508, -1.463093638420105, -1.4705193042755127, -1.3682810068130493, -0.9979815483093262, -0.6122169494628906, -0.4292464852333069, -0.3016791045665741, -0.00721623282879591, 0.21424610912799835, 0.35492315888404846, 0.38119596242904663, 0.2627827227115631, 0.1918100118637085, 0.16323669254779816, 0.28814414143562317, 0.36439913511276245, 0.3803423345088959, 0.33810389041900635, 0.23390863835811615, 0.2145794779062271, 0.18768362700939178, 0.1364726573228836, 0.07625169306993484, 0.01917920634150505, -0.11877477914094925, -0.20913632214069366, -0.23723779618740082, -0.17571128904819489, -0.049509335309267044, 0.06569025665521622, 0.22881020605564117, 0.29082852602005005, 0.28215569257736206, 0.341139018535614, 0.36981987953186035, 0.32411989569664, 0.23019292950630188, 0.17693352699279785, 0.10786373913288116, 0.1370628923177719, 0.26452311873435974, 0.3509160876274109, 0.39283132553100586, 0.40971818566322327, 0.4219300150871277, 0.47056105732917786, 0.5674227476119995, 0.6184645295143127, 0.6821905374526978, 0.7157011032104492, 0.7111697196960449, 0.7160413861274719, 0.7540693283081055, 0.7115203142166138, 0.6122326850891113, 0.5328643918037415, 0.3831201195716858, 0.3316124677658081, 0.33258241415023804, 0.3908945620059967, 0.3588104844093323, 0.33116286993026733, 0.3835865259170532, 0.4419092535972595, 0.692631721496582, 0.9024695754051208, 1.01007878780365, 1.2557742595672607, 1.3969857692718506, 1.5866200923919678, 1.9567961692810059, 2.0451791286468506, 1.8761162757873535, 1.5733294486999512, 1.3882379531860352, 1.3448277711868286, 1.1905869245529175, 0.7483890056610107, -0.7818830609321594, -2.689263343811035, -3.9381728172302246, -4.166393280029297, -3.251974105834961, -2.037998676300049, -1.5006606578826904, -1.3920533657073975, -1.1488126516342163, -0.5500551462173462, 0.3477059304714203, 0.6268140077590942, 0.14278586208820343, -0.451141893863678, -0.49347710609436035, 0.39461854100227356, 1.713258981704712, 2.5744364261627197, 2.7167067527770996, 2.3254282474517822, 1.7113065719604492, 1.1392534971237183, 0.5065705180168152, -0.38983166217803955, -1.4109994173049927, -2.170456886291504, -2.579726219177246, -2.7254106998443604, -2.591897487640381, -2.372011661529541, -2.144761085510254, -1.8644295930862427, -1.6353819370269775, -1.5351269245147705, -1.371674656867981, -0.9543599486351013, -0.3151080012321472, 0.39956897497177124, 0.9908542633056641, 1.318107008934021, 1.5055592060089111, 1.7396351099014282, 1.8950426578521729, 1.7937824726104736, 1.362769365310669, 0.6802628636360168, -0.004927656147629023, -0.5052713751792908, -0.8322290778160095, -1.150177240371704, -1.4962421655654907, -1.7612696886062622, -1.8273191452026367, -1.6934295892715454, -1.4098842144012451, -1.152051329612732, -0.9628303050994873, -0.7024999856948853, -0.3003428876399994, 0.2314782291650772, 0.7578123211860657, 1.1030185222625732, 1.1961023807525635, 1.1677987575531006, 1.1608574390411377, 1.1925653219223022, 1.212390422821045, 1.1018908023834229, 0.8092873692512512, 0.44725868105888367, 0.08668345212936401, -0.3123834729194641, -0.7322340607643127, -1.312945008277893, -1.717260479927063, -1.7626746892929077, -1.700975775718689, -1.239189624786377, -0.8284984230995178, -0.5548506379127502, -0.1723591834306717, 0.04918989911675453, 0.24327322840690613, 0.42056000232696533, 0.3063526153564453, 0.2827490568161011, 0.33095741271972656, 0.2725665867328644, 0.47142186760902405, 0.622259795665741, 0.597905695438385, 0.553180456161499, 0.4319719076156616, 0.27732932567596436, 0.0767383873462677, -0.027868550270795822, -0.09911230206489563, -0.5279337167739868, -0.6430568695068359, -0.6491062045097351, -0.8470456600189209, -0.4656723141670227, -0.1274651437997818, -0.288752943277359, -0.04838014766573906, 0.02012094296514988, -0.24958468973636627, -0.02271270751953125, 0.08372709155082703, -0.04238279163837433, 0.026382585987448692, 0.011815007776021957, 0.02626359649002552, 0.23507648706436157, 0.3641558289527893, 0.4516938030719757, 0.42252317070961, 0.2763316333293915, 0.2472749650478363, 0.3961604833602905, 0.5145004391670227, 0.638113796710968, 0.6967477202415466, 0.6134408116340637, 0.6433805823326111, 0.7801885604858398, 0.8476098775863647, 0.8459795713424683, 0.749269962310791, 0.5153083205223083, 0.3449654281139374, 0.256891131401062, 0.18816719949245453, 0.06344471126794815, -0.025200556963682175, -0.11192846298217773, -0.20599906146526337, -0.14552141726016998, -0.039546772837638855, 0.012677852995693684, 0.22940877079963684, 0.5556018948554993, 0.7743473649024963, 1.1284617185592651, 1.41786527633667, 1.4893323183059692, 1.560062289237976, 1.6920753717422485, 1.6448657512664795, 1.6994969844818115, 1.8610944747924805, 1.6802853345870972, 1.5293720960617065, 1.4317569732666016, 1.2581039667129517, 1.0571168661117554, 0.5868661403656006, -1.028362512588501, -2.6952755451202393, -3.976203680038452, -4.274583339691162, -3.2637720108032227, -1.967777967453003, -1.2329673767089844, -0.9690829515457153, -0.7323609590530396, -0.21062839031219482, 0.5210281014442444, 0.7594971060752869, 0.40803372859954834, -0.24773024022579193, -0.36322495341300964, 0.38621389865875244, 1.594159722328186, 2.523766279220581, 2.7175674438476562, 2.331852674484253, 1.668670654296875, 0.9597509503364563, 0.26766568422317505, -0.5676463842391968, -1.4657493829727173, -2.1814637184143066, -2.6415252685546875, -2.759045124053955, -2.6167774200439453, -2.346893548965454, -2.0333445072174072, -1.7763868570327759, -1.6603556871414185, -1.6257085800170898, -1.3988652229309082, -0.823761522769928, -0.09791916608810425, 0.6456910967826843, 1.189112663269043, 1.3848191499710083, 1.5151818990707397, 1.703885555267334, 1.7949247360229492, 1.7329548597335815, 1.302639126777649, 0.6357184648513794, 0.03730626404285431, -0.35434797406196594, -0.5893933773040771, -0.8248539566993713, -1.1764763593673706, -1.5697453022003174, -1.7922265529632568, -1.738970160484314, -1.5269650220870972, -1.3215208053588867, -1.1428642272949219, -0.9183053374290466, -0.5411451458930969, -0.001749771530739963, 0.547042191028595, 0.9547505378723145, 1.1030616760253906, 1.1259912252426147, 1.1874680519104004, 1.2371731996536255, 1.318546175956726, 1.3589086532592773, 1.2325654029846191, 0.9929285049438477, 0.6784409284591675, 0.2158585637807846, -0.5094473361968994, -0.9537125825881958, -1.4964518547058105, -1.7261031866073608, -1.505916714668274, -1.5048165321350098, -1.3309223651885986, -0.93109130859375, -0.6547870635986328, -0.3104400634765625, 0.005040198564529419, -0.07354839146137238, -0.15614521503448486, -0.21770748496055603, -0.09162447601556778, 0.14633584022521973, 0.3360438346862793, 0.4308578073978424, 0.4002794623374939, 0.4121052026748657, 0.4106181859970093, 0.39004114270210266, 0.3430781066417694, 0.16506829857826233, -0.04289766773581505, -0.024433773010969162, -0.092685267329216, -0.15518227219581604, -0.17645402252674103, -0.35407692193984985, -0.5053945183753967, -0.5366122722625732, -0.4981291890144348, -0.39769095182418823, -0.24289733171463013, -0.07312016189098358, -0.011701877228915691, 0.08545896410942078, 0.0958268940448761, 0.0021223709918558598, 0.04146741330623627, 0.07058969885110855, 0.12715086340904236, 0.2548511028289795, 0.3475169241428375, 0.4433154761791229, 0.561367392539978, 0.6831781268119812, 0.7791861891746521, 0.7519975900650024, 0.7151374220848083, 0.6544440388679504, 0.6234496235847473, 0.6786757707595825, 0.7647547125816345, 0.808588981628418, 0.8053811192512512, 0.7171981334686279, 0.6317246556282043, 0.4365136921405792, 0.1965177059173584, 0.020216412842273712, -0.2698054015636444, -0.33074936270713806, -0.2198161482810974, -0.15914346277713776, 0.12629905343055725, 0.20734678208827972, 0.2668323218822479, 0.3299069404602051, 0.3544847369194031, 0.6415126919746399, 0.8686346411705017, 1.073565125465393, 1.455236792564392, 1.4972211122512817, 1.5467685461044312, 1.8717373609542847, 2.019510507583618, 2.1212613582611084, 1.9720455408096313, 1.6558444499969482, 1.290985107421875, 1.082196831703186, 1.2657421827316284, 1.074923038482666, 0.006924255285412073, -1.3774181604385376, -2.8352956771850586, -3.736809730529785, -3.170975685119629, -2.3270745277404785, -1.801156997680664, -1.5402741432189941, -1.5369035005569458, -1.3010427951812744, -0.5323644280433655, 0.12437691539525986, 0.1106865406036377, -0.22964483499526978, -0.5226396918296814, -0.3186730742454529, 0.524213969707489, 1.5750986337661743, 2.1609296798706055, 2.2607522010803223, 1.9221361875534058, 1.4669663906097412, 1.0621452331542969, 0.5941791534423828, 0.13622057437896729, -0.46267664432525635, -1.1575418710708618, -1.7309640645980835, -2.0905344486236572, -2.182042121887207, -2.084264039993286, -1.9339383840560913, -1.9475651979446411, -2.1282854080200195, -2.2071666717529297, -2.002546787261963, -1.4947338104248047, -0.7718755006790161, -0.1704709380865097, 0.2092200070619583, 0.471082478761673, 0.7312962412834167, 1.0280743837356567, 1.309937596321106, 1.3518626689910889, 1.1050238609313965, 0.757094144821167, 0.4684419333934784, 0.3625740706920624, 0.40424418449401855, 0.35867270827293396, 0.09143435209989548, -0.2604234218597412, -0.5894148349761963, -0.7816003561019897, -0.8119203448295593, -0.8924378156661987, -1.0163524150848389, -1.1180917024612427, -1.060241460800171, -0.8009962439537048, -0.4102631211280823, -0.09044602513313293, 0.056129928678274155, 0.0415060892701149, 0.05014985427260399, 0.14142675697803497, 0.30624040961265564, 0.4534836411476135, 0.43926292657852173, 0.28396880626678467, 0.11277839541435242, -0.1294885277748108, -0.2016320675611496, -0.16721111536026, -0.34929904341697693, -0.35908225178718567, -0.4192664623260498, -0.6426968574523926, -0.5312804579734802, -0.4349031150341034, -0.44592365622520447, -0.32134106755256653, -0.3859219253063202, -0.5271481275558472, -0.4664313793182373, -0.4322349727153778, -0.3269798755645752, -0.19571414589881897, -0.21266131103038788, -0.16594228148460388, -0.09487933665513992, 0.010004729963839054, 0.16683167219161987, 0.19743148982524872, 0.19352027773857117, 0.2105613350868225, 0.18229995667934418, 0.2293400764465332, 0.26112794876098633, 0.17198070883750916, 0.10449742525815964, 0.06616193801164627, 0.08197475969791412, 0.18255899846553802, 0.2123425006866455, 0.2471177875995636, 0.2282729595899582, 0.18489234149456024, 0.2050975263118744, 0.175757497549057, 0.1427070051431656, 0.07667470723390579, 0.088424451649189, 0.15245375037193298, 0.2209702581167221, 0.33785495162010193, 0.3769649267196655, 0.42421460151672363, 0.5248485207557678, 0.5716170072555542, 0.6781769394874573, 0.7419346570968628, 0.7271521687507629, 0.8117630481719971, 0.8791951537132263, 0.9191100001335144, 1.0254735946655273, 1.0275168418884277, 0.9110415577888489, 0.8046280145645142, 0.6740020513534546, 0.4950721859931946, 0.3475499153137207, 0.27090883255004883, 0.14307454228401184, 0.06950327754020691, 0.07405785471200943, 0.05687827616930008, 0.08689712733030319, 0.10679295659065247, 0.0795043483376503, 0.17277322709560394, 0.3079444468021393, 0.5055978894233704, 0.746245265007019, 1.0158659219741821, 1.109896183013916, 1.131424069404602, 1.3477516174316406, 1.391541838645935, 1.384004831314087, 1.638562560081482, 1.4641518592834473, 1.4167869091033936, 1.5751547813415527, 1.3636994361877441, 1.2448952198028564, 0.7565839290618896, -0.26119354367256165, -1.015560507774353, -1.7036324739456177, -2.0495338439941406, -1.814100742340088, -1.7216616868972778, -1.6194864511489868, -1.4390933513641357, -1.343471646308899, -1.084964394569397, -0.9209856986999512, -0.9333174824714661, -1.0654711723327637, -1.1971435546875, -1.0880067348480225, -0.649143636226654, -0.03562295064330101, 0.5950396656990051, 0.9954653978347778, 1.1566784381866455, 1.1660951375961304, 1.0233924388885498, 0.8989360332489014, 0.7304860949516296, 0.47609975934028625, 0.1245943009853363, -0.21408827602863312, -0.509088397026062, -0.6417742967605591, -0.6387344598770142, -0.6789354085922241, -0.8346273303031921, -1.1229051351547241, -1.4668691158294678, -1.6418384313583374, -1.6471089124679565, -1.535346269607544, -1.3141887187957764, -1.163879632949829, -1.0149619579315186, -0.7486760020256042, -0.46833232045173645, -0.16800032556056976, 0.056873008608818054, 0.07214872539043427, 0.043656229972839355, 0.008954538963735104, 0.03719838708639145, 0.21790803968906403, 0.3785339891910553, 0.5034291744232178, 0.5439561605453491, 0.4753437638282776, 0.44103506207466125, 0.40624263882637024, 0.36181971430778503, 0.3256281316280365, 0.1392609030008316, -0.06733385473489761, -0.20041105151176453, -0.31058424711227417, -0.32898595929145813, -0.31466054916381836, -0.4971163868904114, -0.8589837551116943, -1.1335155963897705, -1.28986656665802, -1.2716381549835205, -1.016668677330017, -0.8187655210494995, -0.6820914149284363, -0.618503749370575, -0.46928077936172485, -0.219546377658844, -0.042351629585027695, 0.06678498536348343, 0.032618939876556396, -0.10408366471529007, -0.10931257903575897, 0.03683851659297943, 0.23061954975128174, 0.37651070952415466, 0.3507150709629059, 0.25723132491111755, 0.10227668285369873, -0.07378054410219193, -0.08292204141616821, -0.14578863978385925, -0.23621393740177155, -0.25871607661247253, -0.33027294278144836, -0.3309982419013977, -0.22275297343730927, -0.1421196162700653, -0.055528007447719574, 0.019817892462015152, 0.02558363787829876, 0.06597405672073364, 0.13670149445533752, 0.238784521818161, 0.3213016092777252, 0.38732632994651794, 0.4313296377658844, 0.4480559527873993, 0.48598626255989075, 0.49152669310569763, 0.48917487263679504, 0.4706328213214874, 0.4487394094467163, 0.43125808238983154, 0.4185340106487274, 0.3500237464904785, 0.32819223403930664, 0.32391873002052307, 0.22302037477493286, 0.24685296416282654, 0.27462586760520935, 0.2329014390707016, 0.36348673701286316, 0.4987070560455322, 0.5315601825714111, 0.5971964597702026, 0.6223309636116028, 0.5881429314613342, 0.660341739654541, 0.6793103218078613, 0.6975734233856201, 0.7364872097969055, 0.7280842065811157, 0.7325462698936462, 0.7161234021186829, 0.7059089541435242, 0.6580238938331604, 0.514754056930542, 0.41214296221733093, 0.37540191411972046, 0.20924346148967743, 0.22335603833198547, 0.16411475837230682, 0.036080945283174515, 0.08306769281625748, 0.044288452714681625, -0.04597236216068268, 0.11446071416139603, 0.05616430565714836, 0.17317594587802887, 0.21070782840251923, 0.13090497255325317, 0.24573077261447906, 0.20232561230659485, 0.28712397813796997, 0.4911988377571106, 0.36257296800613403, 0.40832212567329407, 0.43229392170906067, 0.31915611028671265, 0.466055691242218, 0.6025772094726562, 0.6170116066932678, 0.7287933230400085, 0.8109360933303833, 0.7360392808914185, 0.6103683710098267, 0.5068392157554626, 0.2171372026205063, -0.1269524097442627, -0.264838308095932, -0.5980633497238159, -0.777211606502533, -0.7867738604545593, -0.906753659248352, -0.8030806183815002, -0.7767603397369385, -0.8107187151908875, -0.7689013481140137, -0.8136254549026489, -0.8377892971038818, -0.7649548053741455, -0.8325694799423218, -0.7812515497207642, -0.7262545228004456, -0.6651082634925842, -0.3926878869533539, -0.2774158716201782, -0.07193148136138916, 0.08397557586431503, 0.10318852961063385, 0.1628917008638382, 0.17577044665813446, 0.13524843752384186, 0.14332805573940277, 0.06643320620059967, -0.011880009435117245, -0.0663343220949173, -0.13538183271884918, -0.1449396014213562, -0.1819661408662796, -0.1943802833557129, -0.26973721385002136, -0.3778894245624542, -0.48253148794174194, -0.6034772992134094, -0.692916750907898, -0.7989591956138611, -0.8477132320404053, -0.8282279968261719, -0.7849825024604797, -0.677434504032135, -0.5255998373031616, -0.4637381136417389, -0.35717087984085083, -0.3256685137748718, -0.300045907497406, -0.2523995041847229, -0.2535262405872345, -0.19328777492046356, -0.13751693069934845, -0.05284560099244118, 0.07248783856630325, 0.15910182893276215, 0.2390005886554718, 0.2783142328262329, 0.2562970221042633, 0.18302731215953827, -0.04864342138171196, -0.05433424562215805, -0.2230975180864334, -0.3584623634815216, -0.20143020153045654, -0.3356010317802429, -0.3546253740787506, -0.2137695848941803, -0.36295315623283386, -0.3771762549877167, -0.32670333981513977, -0.5064139366149902, -0.48273810744285583, -0.44775357842445374, -0.43783703446388245, -0.3688032329082489, -0.24978546798229218, -0.19302749633789062, -0.10639581084251404, -0.005474933423101902, -0.011681422591209412, 0.052326224744319916, 0.08185624331235886, 0.09229667484760284, 0.17816977202892303, 0.1797693818807602, 0.17290537059307098, 0.18686601519584656, 0.16815675795078278, 0.21213766932487488, 0.23111778497695923, 0.2936957776546478, 0.30444997549057007, 0.27624958753585815, 0.21056869626045227, 0.1244223415851593, 0.14591819047927856, 0.007364182732999325, 0.08880973607301712, 0.23956871032714844, 0.09374253451824188, 0.1695016771554947, 0.10690085589885712, 0.2782936096191406, 0.22910819947719574, 0.29663705825805664, 0.44076696038246155, 0.21990571916103363, 0.24496597051620483, 0.373757541179657, 0.521604061126709, 0.37640029191970825, 0.5113365054130554, 0.665891706943512, 0.29641756415367126, 0.5110597014427185, 0.740711510181427, 0.231731578707695, 0.5828836560249329, 0.523888885974884, 0.3274122476577759, 0.4950578510761261, 0.3684964179992676, 0.48049837350845337, 0.27999404072761536, 0.4418466091156006, 0.43286415934562683, 0.06500853598117828, 0.1799982488155365, 0.4169177711009979, -0.05715025216341019, 0.3500036895275116, 0.5275403261184692, -0.04989983141422272, 0.10548797994852066, 0.3377169370651245, 0.14507165551185608, -0.01319792214781046, 0.18802359700202942, 0.21734081208705902, 0.18762391805648804, -0.11153413355350494, 0.5164196491241455, 0.3863568902015686, 0.007618986070156097, 0.3901519179344177, 0.3825737535953522, 0.025601301342248917, 0.26726579666137695, 0.08746800571680069, 0.11142109334468842, 0.2207276076078415, -0.0471319779753685, 0.033920831978321075, 0.34522169828414917, 0.016243821009993553, 0.048462629318237305, 0.3687058389186859, -0.2135598361492157, -0.0649060532450676, 0.14098672568798065, -0.3291240334510803, 0.22969549894332886, -0.01871897652745247, -0.3839048147201538, 0.41264522075653076, -0.12446720898151398, -0.04199722036719322, 0.3262787461280823, -0.06315190345048904, 0.06618161499500275, 0.057757385075092316, 0.17127026617527008, 0.12681999802589417, 0.04579314962029457, 0.1949092447757721, 0.05782347172498703, 0.022247016429901123, 0.05877700820565224, -0.21979425847530365, -0.22528082132339478, -0.26120999455451965, -0.3543713390827179, -0.3239307105541229, -0.33264002203941345, -0.48048004508018494, -0.49528059363365173, -0.36758676171302795, -0.5010446310043335, -0.4056530296802521, -0.3018004596233368, -0.5180917978286743, -0.35619428753852844, -0.37037530541419983, -0.41408658027648926, -0.31066539883613586, -0.3023259937763214, -0.32987329363822937, -0.26402413845062256, -0.3441700339317322, -0.30734026432037354, -0.18473747372627258, -0.21918387711048126, -0.13609099388122559, -0.13913054764270782, -0.24054725468158722, -0.11001545190811157, -0.25357306003570557, -0.2055874615907669, -0.04125566408038139, -0.21080873906612396, -0.2653103768825531, -0.11055108904838562, -0.22975945472717285, -0.1908665895462036, -0.06405652314424515, -0.12967917323112488, -0.21973353624343872, -0.19492217898368835, -0.2222180962562561, -0.25430288910865784, -0.17627815902233124, -0.2778676748275757, -0.18677498400211334, -0.25801992416381836, -0.2498871237039566, -0.20110765099525452, -0.16706599295139313, -0.15769144892692566, -0.261411190032959, -0.2606567144393921, -0.21683341264724731, -0.33371561765670776, -0.29203927516937256, -0.042303312569856644, -0.19014617800712585, -0.08216512948274612, 0.06037646159529686, -0.1359536051750183, -0.06694531440734863, -0.06156742200255394, -0.08314935863018036, -0.006266552489250898, -0.20727452635765076, -0.12828588485717773, 0.0485457219183445, -0.19492028653621674, -0.04108420014381409, 0.09278403222560883, -0.13086983561515808, -0.06052948907017708, -0.11843884736299515, -0.048856571316719055, -0.05393271520733833, -0.2400142103433609, -0.0013810299569740891, 0.06105879321694374, -0.24188359081745148, 0.19120343029499054, 0.25123077630996704, -0.4764802157878876, 0.632276177406311, -0.1788053661584854, -0.12071416527032852, 0.6710175275802612, -0.4992980659008026, 0.09817013889551163, 0.5671384334564209, -0.5284157991409302, 0.5414741635322571, 0.2627049386501312, -0.2698639929294586, 0.5486828088760376, -0.05175649747252464, 0.40555283427238464, -0.0031948199030011892, 0.3955287039279938, 0.16226422786712646, 0.0728580504655838, 0.5818796753883362, -0.060009267181158066, 0.38175830245018005, 0.27147430181503296, -0.06110796704888344, 0.710923433303833, -0.22208406031131744, 0.46041208505630493, 0.20150314271450043, 0.09057186543941498, 0.3329111933708191, 0.25665074586868286, 0.11420538276433945, 0.22296105325222015, -0.012821528129279613, 0.17994222044944763, 0.34183406829833984, -0.17461146414279938, 0.3780387043952942, 0.17572753131389618, -0.1446477174758911, 0.343280166387558, 0.0938849076628685, 0.04496273398399353, 0.13327087461948395, 0.2586595118045807, -0.04631556570529938, 0.042770866304636, 0.6572794914245605, -0.1853693127632141, -0.03252961114048958, 0.8691902160644531, -0.431514173746109, 0.08415192365646362, 0.691015899181366, -0.31710946559906006, 0.18980616331100464, 0.36503249406814575, -0.18344631791114807, 0.19400672614574432, 0.23306924104690552, -0.06496576219797134, -0.15247531235218048, 0.6587526202201843, -0.42061421275138855, -0.03888706490397453, 0.8320790529251099, -0.5271229147911072, 0.395523339509964, 0.22200627624988556, -0.23483167588710785, 0.572408139705658, -0.48312073945999146, 0.4250873625278473, -0.16705439984798431, 0.02256327122449875, 0.22978590428829193, -0.4922983944416046, 0.5382596850395203, -0.16926726698875427, -0.3251061737537384, 0.6714157462120056, -0.684018075466156, -0.05762963742017746, 0.2109680324792862, -0.2952520549297333, -0.06166279688477516, 0.12117698043584824, -0.09135265648365021, -0.1787479668855667, 0.290796160697937, -0.08209832012653351, -0.19816483557224274, 0.4024984836578369, -0.2855897843837738, -0.2271033674478531, 0.38248440623283386, 0.06651770323514938, -0.4897327721118927, 0.4202577471733093, -0.05603519082069397, -0.1111728623509407, 0.2781459093093872, -0.1397203654050827, 0.2165413349866867, -0.19977760314941406, -0.24876293540000916, 0.30824029445648193, -0.10293888300657272, -0.318878173828125, 0.2624965012073517, -0.10926154255867004, -0.21969769895076752, 0.12350154668092728, 0.016384471207857132, -0.02454015053808689, -0.2756896913051605, -0.0032562874257564545, -0.17309914529323578, -0.11416812986135483, -0.2788306176662445, -0.06082002446055412, -0.299577534198761, -0.08310101926326752, -0.09372915327548981, -0.26629510521888733, 0.17683883011341095, -0.4156060516834259, -0.09223463386297226, 0.1235899031162262, -0.25459107756614685, -0.22434405982494354, -0.13923265039920807, -0.25765302777290344, -0.0819237232208252, -0.06145033240318298, -0.08813957124948502, -0.057226091623306274, -0.12085453420877457, -0.3074646294116974, 0.00465316791087389, -0.030242769047617912, -0.22454442083835602, -0.29231366515159607, -0.14401966333389282, -0.25909268856048584, -0.17970000207424164, -0.08940225094556808, -0.001109479577280581, -0.4298039376735687, -0.10069037228822708, 0.05464882776141167, -0.338201642036438, -0.22854860126972198, -0.08480078727006912, -0.17131440341472626, -0.3679076135158539, -0.03587061166763306, 0.028638800606131554, -0.34319621324539185, -0.14005205035209656, -0.20006972551345825, -0.026832975447177887, -0.23434509336948395, -0.3493649959564209, 0.10831961035728455, -0.32381534576416016, -0.23820669949054718, 0.06371138244867325, 0.00428454065695405, -0.2915102541446686, 0.09105958044528961, 0.24109870195388794, -0.7291532158851624, 0.5149725675582886, 0.09888105094432831, -0.7412879467010498, 0.6972376108169556, 0.11092698574066162, -0.5998721122741699, 0.39098069071769714, 0.10006974637508392, 0.08102133870124817, -0.3067571222782135, 0.5194303393363953, 0.025503352284431458, -0.4013621211051941, 0.5014464259147644, 0.036379650235176086, -0.26993629336357117, 0.5213361382484436, -0.49914297461509705, 0.4751470386981964, 0.012835275381803513, -0.31771814823150635, 0.7451110482215881, -0.17206834256649017, -0.3537213206291199, 0.9263426661491394, -0.34501487016677856, -0.022079892456531525, 0.7014620900154114, -0.35470783710479736, 0.24409672617912292, 0.3817802965641022, -0.22959357500076294, 0.4238925576210022, 0.013268772512674332, 0.12460257112979889, 0.22814947366714478, 0.3440733551979065, -0.0921720638871193, 0.38835152983665466, 0.49845415353775024, -0.38324594497680664, 0.6374743580818176, 0.1111590713262558, -0.08917287737131119, 0.6252303123474121, -0.33223021030426025, 0.2879255712032318, 0.26779526472091675, -0.17106999456882477, 0.198489710688591, 0.27133703231811523, -0.019231954589486122, 0.32425180077552795, -0.2598547041416168, 0.6245183348655701, -0.09298208355903625, -0.164549320936203, 0.5946380496025085, -0.21896295249462128, 0.3983616828918457, 0.20349636673927307, -0.19962428510189056, 0.5279046297073364, 0.39565685391426086, -0.7627722024917603, 0.9770039916038513, 0.1775353103876114, -0.9599487781524658, 1.2939106225967407, -0.47376924753189087, 0.18912522494792938, 0.3921135365962982, -0.11129917204380035, 0.09770132601261139, 0.3138677477836609, 0.1039757952094078, -0.1305282711982727, 0.5100208520889282, -0.328664630651474, 0.3030388057231903, 0.009988964535295963, -0.012791155837476254, 0.3533855676651001, -0.3623822331428528, 0.12606550753116608, 0.388012558221817, -0.5916084051132202, 0.4166233539581299, 0.21424458920955658, -0.7837992906570435, 0.8029174208641052, -0.4669204354286194, 0.01619737781584263, 0.20893803238868713, -0.4121027886867523, 0.14456067979335785, 0.07588179409503937, -0.4011843204498291, 0.2007235586643219, 0.44590428471565247, -0.8578633666038513, 0.7070938348770142, -0.061701565980911255, -0.5314300656318665, 0.43675777316093445, -0.35251209139823914, -0.19768399000167847, 0.03224543482065201, -0.1810675859451294, -0.20249812304973602, 0.07322201132774353, -0.3389104902744293, 0.038780875504016876, -0.11162645369768143, -0.2367437779903412, -0.07773597538471222, -0.21078680455684662, -0.4559808075428009, -0.036014437675476074, -0.38760343194007874, 0.1442168951034546, -0.30155569314956665, -0.10908159613609314, 0.2083020955324173, -0.6580660343170166, 0.47266796231269836, -0.06527689844369888, -0.24149800837039948, 0.08884363621473312, -0.23552139103412628, 0.19725066423416138, -0.5289963483810425, 0.4533090591430664, -0.07676731050014496, -0.7820457816123962, 0.7816534042358398, -0.642524778842926, -0.22966690361499786, 0.7040864825248718, -1.0446239709854126, 0.6273323893547058, -0.48787569999694824, -0.26873666048049927, 0.43663278222084045, -0.9839707016944885, 0.3640151023864746, -0.07648993283510208, -0.7282286286354065, 0.5423215627670288, -0.6059851050376892, 0.14323118329048157, -0.36765119433403015, -0.16566550731658936, 0.31159329414367676, -0.4707287847995758, -0.14488250017166138, 0.383584201335907, -0.41431179642677307, -0.01648460142314434, 0.17682471871376038, -0.1056818813085556, -0.14295479655265808, 0.1895461231470108, -0.08692382276058197, -0.23249401152133942, 0.350765198469162, -0.137602299451828, -0.46370071172714233, 0.5521793365478516, -0.07279666513204575, -0.7330961227416992, 1.103581428527832, -0.7608746886253357, 0.08129402250051498, 0.34197068214416504, -0.5315753817558289, 0.19891482591629028, 0.050763703882694244, -0.2306176871061325, 0.07379847764968872, 0.1071908101439476, -0.14833055436611176, 0.19434446096420288, -0.09680521488189697, 0.02314615622162819, 0.012581730261445045, 0.0739586129784584, -0.2401755154132843, 0.17624148726463318, 0.04337076470255852, -0.06190581992268562, -0.045139096677303314, 0.35164305567741394, -0.26922085881233215, -0.04518943279981613, 0.32485488057136536, -0.33714476227760315, 0.04318641871213913, 0.43727990984916687, -0.5083159804344177, 0.31628137826919556, 0.20796312391757965, -0.3421883285045624, 0.18188755214214325, 0.09569131582975388, 0.11202964186668396, -0.5663509964942932, 0.9206823706626892, -0.6087947487831116, 0.022392498329281807, 0.5736262202262878, -0.6153659820556641, 0.6026093363761902, -0.23662959039211273, -0.32802391052246094, 0.9367520809173584, -1.0502794981002808, 0.6476700305938721, 0.22273403406143188, -0.6098437309265137, 0.7427579760551453, -0.4203775227069855, 0.23993447422981262, 0.08168389648199081, -0.15427283942699432, 0.4574122428894043, -0.3478372097015381, 0.3224366009235382, 0.06943665444850922, -0.215109720826149, 0.19646984338760376, 0.22142043709754944, -0.4669395983219147, 0.3984639644622803, 0.17486406862735748, -0.2575632631778717, 0.07733410596847534, 0.3708285689353943, -0.3871721625328064, 0.17285197973251343, 0.4447954595088959, -0.6939161419868469, 0.8045349717140198, -0.7223610877990723, 0.7455906271934509, -0.383370041847229, -0.0631825178861618, 0.7172377109527588, -0.8303041458129883, 0.4937184154987335, 0.048284996300935745, -0.17837534844875336, 0.23008643090724945, -0.14821331202983856, 0.17299695312976837, -0.2504865527153015, 0.4072381258010864, -0.6172844767570496, 0.5746461749076843, -0.14977209270000458, -0.25079527497291565, 0.4674284756183624, -0.11393412947654724, -0.17955633997917175, 0.25489816069602966, 0.002820445690304041, -0.12553508579730988, 0.286376029253006, -0.47112134099006653, 0.6359949707984924, -0.46981826424598694, 0.22483760118484497, 0.07735547423362732, -0.4820416569709778, 1.0129225254058838, -0.9823909997940063, 0.6444383263587952, 0.24008411169052124, -0.8934586048126221, 1.0402946472167969, -0.4739426374435425, -0.08259560912847519, 0.2698875665664673, -0.24348221719264984, 0.1964026391506195, -0.05359795317053795, 0.01884535886347294, -0.3212500512599945, 0.5170427560806274, -0.6011154055595398, 0.15410560369491577, 0.32906001806259155, -0.442089706659317, -0.07485245168209076, -0.019700411707162857, 0.5667614936828613, -1.0165411233901978, 0.8675498366355896, -0.32215452194213867, -0.23462209105491638, 0.1894683688879013, -0.28464072942733765, 0.6085081696510315, -0.792270302772522, 0.3904498219490051, 0.41106709837913513, -0.5512537360191345, 0.5309084057807922, -0.19329741597175598, 0.12555567920207977, -0.012808681465685368, -0.06743240356445312, 0.02024252898991108, -0.03972027078270912, 0.17338049411773682, -0.6295218467712402, 0.6567104458808899, -0.19267642498016357, -0.5232811570167542, 0.8399611711502075, -0.6578910946846008, -0.01680177077651024, 0.36510172486305237, -0.4827347993850708, 0.5338655114173889, -0.7122440934181213, 0.5844318270683289, -0.17129898071289062, -0.583959698677063, 1.317603588104248, -1.6390892267227173, 1.0802137851715088, -0.1937817633152008, -0.5725864768028259, 0.7707023620605469, -0.7360343337059021, 0.29520508646965027, -0.14957945048809052, 0.08185727894306183, -0.18155057728290558, 0.31003233790397644, -0.339942991733551, -0.20240701735019684, 0.7021298408508301, -0.872157096862793, 0.3481919467449188, 0.49601536989212036, -1.1618719100952148, 0.9207587838172913, 0.07600205391645432, -0.8014882802963257, 0.8463897705078125, -0.31234675645828247, -0.2641865909099579, 0.5695264935493469, -0.3139924108982086, 0.13712476193904877, -0.37619271874427795, 0.35136452317237854, -0.3137073218822479, 0.16859190165996552, -0.1305733025074005, 0.038939353078603745, 0.14003854990005493, -0.31362059712409973, 0.24904896318912506, 0.22924818098545074, -0.6088098287582397, 0.7299608588218689, -0.43590614199638367, 0.10158593207597733, 0.13426090776920319, -0.18357975780963898, 0.5725570917129517, -0.8412760496139526, 0.8302888870239258, -0.287092000246048, -0.24509374797344208, 0.5561086535453796, -0.5027610063552856, 0.05590924620628357, 0.17682020366191864, -0.19291535019874573, 0.22862015664577484, -0.2221858650445938, 0.4214160442352295, -0.6947420835494995, 0.4373874366283417, 0.13523642718791962, -0.7861910462379456, 0.9116305112838745, -0.6419318318367004, -0.27470463514328003, 0.776411235332489, -0.5893972516059875, -0.017851082608103752, 0.8208452463150024, -1.4531707763671875, 1.2571924924850464, -0.34924811124801636, -0.6792120337486267, 1.1386231184005737, -1.1799731254577637, 0.6906492710113525, -0.1924450397491455, 0.052719224244356155, 0.23936320841312408, -0.4614518880844116, 0.5126060247421265, -0.2059485763311386, 0.032889530062675476, 0.4348570704460144, -0.750593364238739, 0.7263330817222595, -0.37527310848236084, -0.3512985408306122, 0.8830225467681885, -0.4794933497905731, -0.14348089694976807, 0.3491832911968231, -0.07698162645101547, -0.16386930644512177, 0.18134169280529022, -0.165616974234581, -0.17825496196746826, 0.19362494349479675, 0.12330380082130432, -0.2992611825466156, 0.5648218393325806, -0.38344261050224304, -0.26052457094192505, 0.6731858849525452, -0.30566781759262085, -0.20801955461502075, 0.3879089653491974, -0.1986536681652069, -0.13530567288398743, 0.11029598861932755, 0.3137970268726349, -0.39014846086502075, 0.3827451765537262, -0.32221299409866333, 0.2903978228569031, 0.0643005222082138, -0.3079434931278229, 0.3557393252849579, -0.18775905668735504, -0.20212422311306, 0.20230482518672943, 0.22239333391189575, -0.34114065766334534, 0.022080404683947563, 0.47868436574935913, -0.6495023369789124, 0.4131811857223511, 0.07406628131866455, -0.342496782541275, -0.030040234327316284, 0.5988224148750305, -0.795939564704895, 0.4736345112323761, 0.11947093158960342, -0.32525476813316345, 0.3172420859336853, -0.22973090410232544, 0.22522486746311188, 0.08693084120750427, -0.06549527496099472, -0.26366758346557617, 0.6367692947387695, -0.4943605959415436, 0.012713728472590446, 0.5629306435585022, -0.5588196516036987, 0.10902784764766693, 0.054256655275821686, 0.1332857310771942, -0.5161239504814148, 0.7544859051704407, -0.5543192625045776, 0.0675026997923851, 0.14339135587215424, -0.15224891901016235, -0.06997255980968475, 0.3018353581428528, -0.3846375346183777, 0.07648473978042603, 0.06489934027194977, 0.3181462287902832, -0.3947213888168335, 0.10152578353881836, 0.41565170884132385, -0.5250329375267029, 0.0943928211927414, 0.48896554112434387, -0.5572348833084106, 0.5162708163261414, -0.6995243430137634, 0.6046230792999268, -0.09438084810972214, -0.6399045586585999, 1.24484121799469, -1.3937653303146362, 0.9011372923851013, -0.03915911540389061, -0.9284206032752991, 1.5885553359985352, -1.545493245124817, 0.7051885724067688, 0.183061882853508, -0.7888469099998474, 0.8195128440856934, -0.30945855379104614, -0.31185322999954224, 0.4087698459625244, -0.12161142379045486, -0.29928794503211975, 0.5677978992462158, -0.4310096800327301, -0.42878490686416626, 0.8302998542785645, -0.6254602670669556, -0.02017303556203842, 0.5786154866218567, -0.6297351121902466, 0.1729651838541031, 0.30463168025016785, -0.36535704135894775, 0.1452879160642624, 0.0723014548420906, -0.34491023421287537, 0.0741748958826065, 0.2869724929332733, -0.5388203263282776, 0.44125795364379883, 0.12682513892650604, -0.6598457098007202, 0.4261041283607483, 0.07839255034923553, -0.3508772850036621, -0.015113653615117073, 0.45495128631591797, -0.7932974100112915, 0.5683693289756775, -0.10448715090751648, -0.3513025939464569, 0.6055448651313782, -0.3837343752384186, -0.3500598073005676, 0.805182933807373, -0.2675745189189911, -0.11479521542787552, 0.17831221222877502, -0.1743542104959488, 0.1934262365102768, -0.6689869165420532, 0.919991135597229, -0.49906978011131287, -0.48470160365104675, 0.9595661163330078, -1.020804524421692, 0.8436521887779236, -0.20150819420814514, -0.45266464352607727, 0.9033146500587463, -1.0236867666244507, 0.29830142855644226, 0.3210097551345825, -0.438748836517334, 0.21203292906284332, 0.029662474989891052, 0.21258097887039185, 0.026402471587061882, 0.11141587793827057, 0.30520492792129517, -0.5991830229759216, 0.44397786259651184, 0.20191363990306854, -0.8144829273223877, 0.8211812973022461, -0.16214466094970703, -0.513079822063446, 0.6582886576652527, 0.1651483029127121, -0.7571194767951965, 0.9888704419136047, -0.6197295188903809, 0.2518855929374695, 0.23990468680858612, -0.7343041896820068, 0.838492751121521, -0.2029906064271927, -0.7750002145767212, 1.3509291410446167, -0.4218398332595825, -0.6626680493354797, 0.9533065557479858, -0.6792183518409729, 0.5872554779052734, -0.6650654673576355, 0.5480877161026001, -0.17626120150089264, -0.2273709923028946, 0.11968894302845001, 0.18868960440158844, -0.16930986940860748, 0.08817772567272186, -0.12389364838600159, 0.028979677706956863, 0.0613931342959404, -0.24821309745311737, 0.2998391091823578, -0.1955137848854065, 0.2849172055721283, -0.3250988721847534, 0.18132631480693817, 0.1980268806219101, -0.5451967716217041, 0.6643548011779785, -0.4440709948539734, -0.05701068788766861, 0.6450230479240417, -0.9421560168266296, 0.45128750801086426, 0.45348694920539856, -1.560945987701416, 1.2645431756973267, -0.08014404773712158, -1.1150301694869995, 1.301912546157837, -1.015970230102539, 0.14503030478954315, 0.35537439584732056, -0.5144979953765869, 0.10748706758022308, 0.48458385467529297, -1.1502436399459839, 0.7894934415817261, -0.12545868754386902, -0.26871687173843384, 0.39645180106163025, -0.5595493316650391, 0.6583650708198547, -0.5865446925163269, 0.3944084048271179, 0.03700994700193405, -0.2273317277431488, -0.010729668661952019, 0.08931289613246918, 0.17843472957611084, -0.4163702428340912, 0.2724691331386566, -0.2025466412305832, 0.3339473009109497, -0.5630285739898682, 0.5694948434829712, -0.17249780893325806, -0.42539918422698975, 0.32970380783081055, 0.0188943762332201, -0.27084216475486755, 0.10267726331949234, 0.05741620436310768, -0.49699294567108154, 0.44029489159584045, 0.025285962969064713, -0.6359706521034241, 0.8588194847106934, -0.334239661693573, -0.6338905692100525, 0.7039599418640137, 0.06537856161594391, -0.49115949869155884, -0.07827520370483398, 0.819060742855072, -0.7514994144439697, -0.003345225704833865, 0.5574329495429993, -0.27022016048431396, -0.23483659327030182, -0.06621840596199036, 0.4783322811126709, -0.4027828574180603, -0.07501322031021118, 0.4762473404407501, -0.23185329139232635, -0.3527556359767914, 0.5522871613502502, -0.15436971187591553, -0.16827960312366486, 0.19560927152633667, -0.4452787935733795, 0.7526063919067383, -0.6508090496063232, 0.17692378163337708, 0.4293206036090851, -0.5658219456672668, 0.3350506126880646, 0.2829493582248688, -0.4731881022453308, 0.4197770059108734, -0.04170946776866913, -0.09028823673725128, 0.14990977942943573, 0.29986855387687683, -0.34924641251564026, 0.09488771855831146, 0.8474172949790955, -1.1396586894989014, 0.758643627166748, 0.3293425738811493, -1.288747787475586, 1.279373288154602, -0.3477276563644409, -0.5338882207870483, 1.2035553455352783, -0.8510600924491882, -0.005328616127371788, 0.8434537053108215, -1.1079199314117432, 0.8715915083885193, -0.15711595118045807, -0.5461596846580505, 1.0504539012908936, -0.624788761138916, 0.07289738208055496, 0.8248729109764099, -1.1533268690109253, 0.5108018517494202, 0.4428647756576538, -1.0887795686721802, 1.4305826425552368, -0.9922136664390564, 0.2942129969596863, 0.7194746732711792, -1.3615561723709106, 1.2686383724212646, -0.2327880710363388, -0.6019869446754456, 0.6418545246124268, -0.1944919228553772, -0.44099000096321106, 0.5510393977165222, -0.22050629556179047, -0.0429091714322567, -0.0462762825191021, 0.30617278814315796, -0.27467724680900574, -0.038584183901548386, 0.5033987164497375, -0.6292763948440552, 0.6817753911018372, -0.3663453161716461, -0.30876806378364563, 0.9792928099632263, -0.7474164366722107, -0.03099297545850277, 0.890998363494873, -0.8550137281417847, 0.058899614959955215, 0.6974618434906006, -0.5416775345802307, -0.034230172634124756, 0.488402396440506, -0.33118438720703125, -0.13741883635520935, 0.5673072934150696, -0.5966237783432007, 0.43949219584465027, -0.24491021037101746, 0.1417468786239624, 0.009332682006061077, -0.45927977561950684, 0.9119064211845398, -0.827592670917511, 0.24038559198379517, 0.41825932264328003, -0.852394700050354, 1.0877180099487305, -0.7649940252304077, -0.10892587155103683, 1.0037990808486938, -1.1333134174346924, 0.26647937297821045, 0.8853464126586914, -1.1322790384292603, 0.5201850533485413, 0.3280685245990753, -0.8179687857627869, 0.16956128180027008, 0.6348157525062561, -0.8509131669998169, 0.14334385097026825, 0.8663362264633179, -1.353500247001648, 0.46230360865592957, 0.8279565572738647, -1.4638099670410156, 0.6408607363700867, 0.4348851144313812, -0.9930102825164795, 0.33180904388427734, 0.30262675881385803, -0.3649842441082001, -0.2917870283126831, 0.5776755213737488, -0.6114913821220398, 0.07279998809099197, 0.6454704999923706, -0.9035638570785522, 0.38364720344543457, 0.06569068878889084, -0.6247841119766235, 0.38730570673942566, 0.01932690106332302, -0.5978559255599976, 0.1351233720779419, 0.1830241084098816, -0.6683773398399353, 0.40190383791923523, -0.08109134435653687, -0.36209920048713684, 0.2942958176136017, -0.3064042031764984, -0.07913050055503845, 0.08414161205291748, -0.266805499792099, -0.38242343068122864, 0.46909692883491516, -0.40419062972068787, -0.20552784204483032, 0.5429044365882874, -0.4772546887397766, -0.10131893306970596, 0.3032892942428589, -0.13903720676898956, -0.5552819967269897, 0.7398113012313843, -0.7562978267669678, 0.05019919201731682, 0.685791015625, -1.0338706970214844, 0.33161696791648865, 0.3882845342159271, -0.8541774749755859, 0.5730599164962769, -0.09769732505083084, -0.3222067654132843, 0.4957047402858734, -0.6649616360664368, 0.3291245698928833, -0.21769778430461884, 0.07327531278133392, -0.12424485385417938, 0.2864908277988434, 0.031337931752204895, -0.13477139174938202, 0.35859450697898865, -0.1628812998533249, 0.16403913497924805, 0.019960472360253334, 0.026174969971179962, -0.04134954884648323, 0.061859969049692154, -0.0337434783577919, -0.02640341967344284, 0.27742207050323486, 0.0512564517557621, -0.21040932834148407, 0.26245370507240295, -0.09620478749275208, -0.40907010436058044, 0.43268242478370667, -0.24254772067070007, -0.2367737591266632, 0.4859083592891693, -0.24641460180282593, -0.3630514442920685, 0.48048052191734314, 0.1215706393122673, -0.3678957223892212, 0.4096223711967468, 0.2815634310245514, -0.4607430398464203, 0.5007352232933044, -0.04385918006300926, -0.048784561455249786, 0.3367680609226227, -0.22532257437705994, 0.10701638460159302, 0.20768514275550842, -0.09740468114614487, 0.20386071503162384, 0.2523181140422821, -0.16271984577178955, 0.09909317642450333, 0.06855879724025726, 0.014491549693048, 0.006025736220180988, 0.1130184605717659, -0.06007954478263855, 0.10990143567323685, 0.24590682983398438, -0.06757288426160812, 0.14328348636627197, 0.036002643406391144, 0.45356565713882446, -0.23055540025234222, 0.27415332198143005, 0.4997362196445465, -0.2149498015642166, 0.2975805103778839, 0.031829964369535446, 0.32996100187301636, -0.0755092203617096, 0.21224361658096313, 0.2676941752433777, -0.24753902852535248, 0.25699782371520996, 0.05983012169599533, -0.0801023542881012, 0.268095463514328, 0.08763501048088074, 0.015166044235229492, 0.08630651980638504, 0.21578781306743622, -0.1008102223277092, 0.48493149876594543, -0.20189478993415833, 0.0337982252240181, 0.5290064215660095, -0.6105137467384338, 0.6957193613052368, -0.04750810191035271, -0.2349414825439453, 0.41679510474205017, -0.13390637934207916, 0.05646688491106033, 0.18059472739696503, -0.04456619545817375, -0.008510282263159752, 0.18503357470035553, -0.004849136341363192, 0.10200586915016174, -0.04057726636528969, 0.17234095931053162, 0.008054698817431927, -0.15254579484462738, 0.4365217983722687, -0.12158329039812088, 0.11276306211948395, 0.2278497964143753, -0.02211434580385685, 0.19329096376895905, 0.1559610664844513, -0.13015151023864746, 0.05424250289797783, 0.017604248598217964, -0.24381119012832642, 0.01175300870090723, -0.10371550172567368, -0.24633856117725372, -0.04711054638028145, -0.29622209072113037, -0.17793631553649902, -0.18155504763126373, -0.2586735188961029, -0.34246736764907837, -0.10413307696580887, -0.34081119298934937, -0.4874224066734314, -0.08902216702699661, -0.3494144380092621, -0.3817044794559479, -0.06785561889410019, -0.2536031901836395, -0.2857891321182251, -0.09210425615310669, -0.18947109580039978, -0.3587954640388489, -0.029873833060264587, -0.1887146681547165, -0.2877897620201111, -0.011065486818552017, -0.15930743515491486, -0.13432727754116058, -0.15970492362976074, -0.03971582278609276, -0.10382044315338135, -0.16044776141643524, -0.02418181300163269, -0.1748991757631302, -0.1567203849554062, -0.1748933047056198, -0.11599849909543991, -0.12022149562835693, -0.2584993839263916, -0.1834808737039566, -0.1894707828760147, -0.2465289980173111, -0.19620142877101898, -0.2493525743484497, -0.3203587830066681, -0.3793305456638336, -0.3030434250831604, -0.39517873525619507, -0.34507352113723755, -0.19906678795814514, -0.4200647473335266, -0.10325510799884796, -0.04740874841809273, -0.20473270118236542, 0.08351542800664902, -0.08482386916875839, -0.1425134241580963, 0.06684032827615738, 0.01826055720448494, -0.12332983314990997, 0.05905203893780708, 0.042999714612960815, -0.10767418891191483, 0.26295796036720276, 0.08018758147954941, -0.1354365199804306, 0.2802141010761261, -0.07918039709329605, -0.04141896963119507, 0.09667765349149704, 0.022001057863235474, -0.09694569557905197, -0.052572257816791534, 0.01920328103005886, 0.13246335089206696, -0.16042473912239075, 0.16492359340190887, 0.22264622151851654, -0.22912462055683136, 0.37663689255714417, -0.05311145633459091, -0.018954727798700333, 0.5522138476371765, -0.20932598412036896, 0.04805615544319153, 0.6144824028015137, -0.3576449155807495, 0.21156099438667297, 0.5923838019371033, -0.1578431874513626, 0.14007942378520966, 0.40130415558815, -0.045909807085990906, 0.09787166118621826, 0.4362645745277405, 0.204097181558609, -0.10026316344738007, 0.7520706653594971, 0.05614108964800835, 0.07233036309480667, 0.643104076385498, 0.03966476768255234, 0.21160849928855896, 0.5778341889381409, -0.08488351106643677, 0.2645811140537262, 0.4007032513618469, -0.06230702996253967, 0.3787473738193512, 0.5815175771713257, -0.30844438076019287, 0.4373778998851776, 0.4992019534111023, -0.5209478139877319, 0.8000176548957825, 0.6171772480010986, -0.5364548563957214, 0.8462448716163635, 0.3327065110206604, -0.06637385487556458, 0.5300754308700562, 0.3723190724849701, -0.013413344509899616, 0.20204852521419525, 0.37603336572647095, -0.0147559130564332, 0.41243577003479004, 0.11034505814313889, 0.1427343338727951, 0.3225616216659546, 0.3248313069343567, 0.23826365172863007, 0.173358753323555, 0.6881692409515381, -0.055810485035181046, 0.3466043174266815, 0.6983726024627686, 0.0185188427567482, 0.5248084664344788, 0.5904658436775208, 0.029723845422267914, 0.8080374598503113, 0.6672682166099548, 0.2389543503522873, 0.836798906326294, 0.6522685885429382, 0.27572184801101685, 0.22865192592144012, 0.04486405849456787, -0.3723321259021759, -0.5181137323379517, -0.5910382866859436, -0.5203515291213989, -0.5670738816261292, -0.5449116230010986, -0.47904109954833984, -0.45033207535743713, -0.5833650231361389, -0.6161002516746521, -0.5639140009880066, -0.635725200176239, -0.8878445625305176, -0.5894982814788818, -0.5992916226387024, -0.7210335731506348, -0.20639127492904663, -0.23721769452095032, -0.12058719247579575, 0.27272894978523254, 0.1804402768611908, 0.1022733524441719, 0.23142124712467194, 0.11587560921907425, -0.10829322040081024, -0.08353020250797272, -0.128053218126297, -0.26071083545684814, -0.35960420966148376, -0.2193232923746109, -0.314758837223053, -0.3285607695579529, -0.1900785267353058, -0.4031541645526886, -0.3978826105594635, -0.4417998790740967, -0.6580669283866882, -0.6225996613502502, -0.6604974865913391, -0.7190658450126648, -0.5387598872184753, -0.5417019128799438, -0.4644935131072998, -0.24324406683444977, -0.24655365943908691, -0.2838926315307617, 0.017241498455405235, -0.09161234647035599, -0.15764625370502472, 0.05874714255332947, -0.026088353246450424, -0.039510175585746765, 0.07483457028865814, 0.08976694196462631, 0.05753574147820473, 0.21314047276973724, 0.1109984740614891, -0.025404302403330803, 0.10246360301971436, -0.1362592577934265, -0.31435853242874146, -0.19778336584568024, -0.30056941509246826, -0.4582512080669403, -0.25492754578590393, -0.3342445194721222, -0.3696949779987335, -0.23388701677322388, -0.281931608915329, -0.33385711908340454, -0.2526100277900696, -0.20353002846240997, -0.20631065964698792, -0.16865380108356476, -0.08221777528524399, -0.019575128331780434, -0.013014254160225391, 0.15201641619205475, 0.21415026485919952, 0.1317136138677597, 0.3261857330799103, 0.16064144670963287, 0.2170647233724594, 0.2577356696128845, 0.03558795526623726, 0.14260923862457275, 0.09483697265386581, 0.027234435081481934, 0.10712442547082901, 0.14923694729804993, 0.05188649520277977, 0.026219269260764122, 0.17733635008335114, -0.005770520772784948, 0.1288444995880127, 0.1305321604013443, 0.09817331284284592, 0.026497993618249893, 0.09978634864091873, 0.14949068427085876, 0.17831169068813324, 0.1665302962064743, 0.30067065358161926, 0.3794323205947876, 0.2627562880516052, 0.3141908347606659, 0.4992466866970062, 0.3370211124420166, 0.2277037799358368, 0.4412072002887726, 0.16408519446849823, 0.3556191921234131, 0.27155178785324097, 0.17757847905158997, 0.4265761077404022, 0.09026718884706497, 0.3855525255203247, 0.4295100271701813, 0.14568549394607544, 0.31973162293434143, 0.3232331871986389, 0.18729861080646515, 0.4568938612937927, -0.02322450466454029, 0.555598258972168, 0.2318863719701767, 0.15751558542251587, 0.8141948580741882, 0.24946093559265137, 0.34072065353393555, 0.5792549252510071, 0.10286566615104675, 0.39986205101013184, 0.4323688745498657, 0.2289092093706131, 0.17923472821712494, 0.11882419139146805, 0.16656427085399628, 0.44610053300857544, 0.1606050282716751, 0.20591853559017181, 0.47902897000312805, 0.330377995967865, 0.3301205039024353, 0.3483233153820038, 0.6110291481018066, 0.1829477846622467, 0.2292330116033554, 0.8669748902320862, 0.4022010266780853, 0.6674270629882812, 0.7951819896697998, 0.5169988870620728, 0.7361671328544617, 0.6028777956962585, 0.16411101818084717, -0.05227569490671158, -0.43472665548324585, -0.8546487092971802, -0.7038626670837402, -0.6418967843055725, -0.7058230042457581, -0.6690467000007629, -0.5860329270362854, -0.6797322630882263, -0.677962601184845, -0.7036920189857483, -0.8471845388412476, -0.8310180306434631, -0.8636849522590637, -0.8850703239440918, -0.687791645526886, -0.47260984778404236, -0.5107152462005615, -0.08151955157518387, 0.17163144052028656, 0.18940125405788422, 0.46211978793144226, 0.4292469024658203, 0.2893393635749817, 0.23924951255321503, 0.10489727556705475, 0.008242284879088402, -0.1153387501835823, -0.24764037132263184, -0.2892298400402069, -0.2766810655593872, -0.3183518052101135, -0.2941003739833832, -0.2908782660961151, -0.38198187947273254, -0.44511091709136963, -0.5479166507720947, -0.6347238421440125, -0.7588484287261963, -0.8200731873512268, -0.8206551671028137, -0.7861573100090027, -0.7124955058097839, -0.5740293860435486, -0.433711439371109, -0.36561664938926697, -0.2375711351633072, -0.08040200173854828, -0.07163216918706894, -0.011695526540279388, 0.008748723194003105, 0.031875140964984894, 0.07337593287229538, 0.14265693724155426, 0.23885858058929443, 0.29299819469451904, 0.3310530483722687, 0.35364264249801636, 0.3561428487300873, 0.38204094767570496, 0.2131882607936859, -0.03583349287509918, -0.10116388648748398, -0.4001294672489166, -0.5297160744667053, -0.46552157402038574, -0.5278503894805908, -0.46984434127807617, -0.4142037034034729, -0.3744213879108429, -0.3516424298286438, -0.36812615394592285, -0.37552690505981445, -0.49894440174102783, -0.45533594489097595, -0.3466533124446869, -0.3077397644519806, -0.20995181798934937, 0.0025058251339942217, 0.07695051282644272, 0.17462480068206787, 0.38454559445381165, 0.36801251769065857, 0.3907085955142975, 0.3108453154563904, 0.19232425093650818, 0.14298401772975922, 0.05073961988091469, 0.08609003573656082, 0.08288217335939407, 0.08401820063591003, 0.06260258704423904, 0.09928356111049652, 0.15135721862316132, 0.17797048389911652, 0.1136767640709877, 0.1531258523464203, 0.09921283274888992, -0.07555124163627625, 0.0007057577022351325, 0.008396078832447529, -0.0279657281935215, 0.05874728783965111, 0.22463458776474, 0.20647849142551422, 0.38831645250320435, 0.47292816638946533, 0.380837619304657, 0.3980198800563812, 0.44528326392173767, 0.24278147518634796, 0.34866875410079956, 0.2983638346195221, 0.12554197013378143, 0.3909427523612976, 0.47516125440597534, 0.10201972723007202, 0.5265185832977295, 0.6462912559509277, -0.2600109279155731, 0.7105785608291626, 0.4016612768173218, 0.05401919409632683, 0.40481871366500854, 0.38794222474098206, 0.09398064017295837, 0.25728967785835266, 0.6100530028343201, 0.2664549946784973, 0.491815447807312, 0.35655298829078674, 0.4356743395328522, 0.4068789482116699, 0.21447837352752686, 0.3190820515155792, 0.4198697507381439, -0.13119098544120789, 0.22359421849250793, 0.7388442158699036, -0.21475407481193542, 0.2969828248023987, 0.788087010383606, -0.3066953718662262, 0.3204699158668518, 0.6562176942825317, 0.07201120257377625, 0.18229267001152039, 0.38629183173179626, 0.5295001864433289, 0.19665122032165527, 0.6664255261421204, 0.7096721529960632, 0.5642740726470947, 0.9079208374023438, 0.775954008102417, 0.9473735094070435, 0.7761398553848267, 0.4118231534957886, 0.2746555507183075, -0.18678930401802063, -0.5641804933547974, -0.4783816635608673, -0.7401729226112366, -0.8174198865890503, -0.3870444893836975, -0.5854747891426086, -0.6436765193939209, -0.46019548177719116, -0.737481415271759, -0.9337328672409058, -0.8397763967514038, -0.9532740712165833, -1.0257482528686523, -0.9289109110832214, -0.7426489591598511, -0.567889392375946, -0.3188135325908661, -0.010026656091213226, 0.19018033146858215, 0.37079229950904846, 0.35256919264793396, 0.3750651776790619, 0.4104965031147003, 0.11735927313566208, 0.0372936949133873, 0.004869770724326372, -0.20061396062374115, -0.1729857474565506, -0.16974247992038727, -0.18934698402881622, -0.22852258384227753, -0.20109455287456512, -0.21935202181339264, -0.31578800082206726, -0.45634225010871887, -0.5390909910202026, -0.7041047811508179, -0.8694846034049988, -0.8209452629089355, -0.8355028629302979, -0.8453109860420227, -0.7045952081680298, -0.6256009340286255, -0.5481756925582886, -0.3968212604522705, -0.291757732629776, -0.27169960737228394, -0.17475266754627228, -0.14459897577762604, -0.10308609157800674, 0.04684465378522873, 0.07508955150842667, 0.16999931633472443, 0.27804920077323914, 0.3437570333480835, 0.4117200970649719, 0.4680081009864807, 0.45247283577919006, 0.402913361787796, 0.3303565979003906, 0.20121610164642334, 0.07207140326499939, -0.12865641713142395, -0.2664010524749756, -0.4363330900669098, -0.5467919111251831, -0.5415090918540955, -0.5965545177459717, -0.5231792330741882, -0.5740413069725037, -0.539268434047699, -0.4373096227645874, -0.5232500433921814, -0.50117427110672, -0.44033536314964294, -0.4824826121330261, -0.39732596278190613, -0.23269666731357574, -0.16552385687828064, 0.02031845413148403, 0.19285668432712555, 0.2292710244655609, 0.33920976519584656, 0.36238300800323486, 0.21682508289813995, 0.17785875499248505, 0.14034947752952576, 0.06084820255637169, 0.035294413566589355, 0.08767500519752502, 0.10432510823011398, 0.10728377848863602, 0.12495341151952744, 0.21386966109275818, 0.21889348328113556, 0.05720122158527374, 0.10774970799684525, 0.09920933842658997, -0.1459103524684906, -0.0008058648672886193, 0.0734366774559021, -0.09840715676546097, 0.017274348065257072, 0.15269555151462555, 0.18362170457839966, 0.13116876780986786, 0.4019852578639984, 0.3477100431919098, 0.14836861193180084, 0.36875322461128235, 0.32877832651138306, 0.10051679611206055, 0.30084753036499023, 0.44679737091064453, 0.015816252678632736, 0.38705974817276, 0.6854373812675476, 0.22998502850532532, 0.5219974517822266, 0.5223807692527771, 0.17030440270900726, 0.7706087827682495, 0.11696356534957886, 0.21996572613716125, 0.6762081384658813, 0.16141772270202637, 0.04698513448238373, 0.7836886048316956, 0.2814617156982422, 0.0693991407752037, 0.7115345597267151, 0.2044553905725479, 0.28077051043510437, 0.3361964225769043, 0.2820729613304138, 0.25425422191619873, -0.023652376607060432, 0.25718557834625244, 0.19522634148597717, 0.08402132242918015, 0.2131073921918869, 0.20929209887981415, 0.22158880531787872, 0.3785502016544342, 0.0603787899017334, 0.3922671675682068, 0.3997960090637207, 0.07935956865549088, 0.318040668964386, 0.3595810532569885, 0.2700886130332947, 0.35730230808258057, 0.3593049645423889, 0.6381604671478271, 0.5547621250152588, 0.7987512946128845, 0.8697768449783325, 0.7487648129463196, 0.8084822297096252, 0.5751873850822449, 0.2945299744606018, 0.07804913073778152, -0.3647087812423706, -0.623853862285614, -0.6000834703445435, -0.6256029009819031, -0.661117672920227, -0.557898223400116, -0.6005427837371826, -0.6328012347221375, -0.6952979564666748, -0.6999794244766235, -0.8699779510498047, -0.8668637275695801, -1.0259928703308105, -0.9402055144309998, -0.7799298763275146, -0.7531975507736206, -0.445665180683136, -0.1557784229516983, -0.12137002497911453, 0.19585871696472168, 0.4411972761154175, 0.33061063289642334, 0.3648221492767334, 0.3546614348888397, 0.1874115914106369, 0.052857737988233566, 0.039426010102033615, -0.08043071627616882, -0.13150693476200104, -0.1076270118355751, -0.16531895101070404, -0.20055511593818665, -0.18655484914779663, -0.2366083562374115, -0.32984471321105957, -0.4233463704586029, -0.562329113483429, -0.6488290429115295, -0.8057633638381958, -0.8273541331291199, -0.7982879281044006, -0.8091257810592651, -0.6451839208602905, -0.49897459149360657, -0.45773279666900635, -0.32088547945022583, -0.21473446488380432, -0.19038060307502747, -0.07870425283908844, -0.01773291453719139, -0.01049070991575718, 0.08563446998596191, 0.15574248135089874, 0.26761865615844727, 0.41392645239830017, 0.4605320692062378, 0.4845781624317169, 0.5496153235435486, 0.5055214166641235, 0.37182697653770447, 0.3283749222755432, 0.19084909558296204, -0.03368394449353218, -0.13582903146743774, -0.2737181484699249, -0.39382416009902954, -0.5182429552078247, -0.5971744060516357, -0.5710151195526123, -0.5491542220115662, -0.552225649356842, -0.6043103933334351, -0.5442018508911133, -0.5580426454544067, -0.5481709241867065, -0.5322540402412415, -0.470979243516922, -0.34662747383117676, -0.24023206532001495, -0.10209192335605621, 0.08774136751890182, 0.20178325474262238, 0.2819129228591919, 0.30965656042099, 0.25100192427635193, 0.3033788204193115, 0.1973343789577484, 0.16258323192596436, 0.20907184481620789, 0.13872456550598145, 0.15768130123615265, 0.2969071865081787, 0.15191569924354553, 0.061422113329172134, 0.3929274082183838, 0.04414927214384079, -0.09928550571203232, 0.24924100935459137, -0.027086026966571808, -0.24853503704071045, 0.1936439424753189, -0.03469265624880791, -0.13016393780708313, 0.2817780077457428, 0.12704387307167053, 0.07348044961690903, 0.4608989357948303, 0.16226059198379517, 0.2176046371459961, 0.4591449499130249, 0.2553394138813019, 0.1036413386464119, 0.472840279340744, 0.43604737520217896, -0.04561923071742058, 0.48807263374328613, 0.7708732485771179, -0.38685253262519836, 0.8071831464767456, 0.8313025236129761, -0.3025754392147064, 0.7411773204803467, 0.47496238350868225, 0.20329821109771729, 0.1730063259601593, 0.5407769083976746, 0.43738439679145813, -0.1163172721862793, 0.15636089444160461, 0.7625386118888855, -0.4069863259792328, 0.5201071500778198, 0.5663727521896362, -0.619796872138977, 0.6435911059379578, 0.233336940407753, -0.3938961625099182, 0.437746524810791, 0.32957297563552856, -0.3194507360458374, 0.3806011974811554, 0.11977429687976837, 0.1464197337627411, 0.20929837226867676, 0.12704496085643768, 0.312500536441803, -0.016552383080124855, 0.29008808732032776, 0.08066600561141968, 0.07007736712694168, 0.5883127450942993, -0.12677325308322906, 0.37385082244873047, 0.6634296774864197, -0.1316622495651245, 0.8331499099731445, 0.3240557610988617, 0.10597296804189682, 0.8283016681671143, 0.3531970679759979, 0.36225026845932007, 0.7685758471488953, 0.41675710678100586, 0.24021589756011963, 0.6256268620491028, 0.07710128277540207, -0.24296024441719055, -0.17750082910060883, -0.6123207211494446, -0.7347924113273621, -0.39250344038009644, -0.6050003170967102, -0.752277135848999, -0.4763029217720032, -0.6379081010818481, -0.7867677807807922, -0.4657343327999115, -0.6672292351722717, -0.9446418881416321, -0.5893566608428955, -0.632658839225769, -0.658756673336029, -0.32169607281684875, -0.2053184062242508, -0.23390553891658783, 0.11661332845687866, 0.2645640969276428, 0.21396438777446747, 0.3734133839607239, 0.31944239139556885, 0.11843670159578323, 0.1972111612558365, 0.07939464598894119, -0.08838435262441635, -0.13333214819431305, -0.21328459680080414, -0.17608073353767395, -0.2876783013343811, -0.25958967208862305, -0.26172202825546265, -0.3716301918029785, -0.43639063835144043, -0.4427490830421448, -0.6216580867767334, -0.6161370277404785, -0.6873171329498291, -0.747538149356842, -0.5891582369804382, -0.46044376492500305, -0.5036478042602539, -0.34157124161720276, -0.1809041053056717, -0.2031947374343872, -0.14689931273460388, -0.046043362468481064, 0.001081214053556323, -0.08735988289117813, 0.04757890850305557, 0.0680336132645607, 0.046287473291158676, 0.23561830818653107, 0.21101881563663483, 0.225825697183609, 0.3392379879951477, 0.26607808470726013, 0.21487072110176086, 0.1833232194185257, 0.12802736461162567, -0.036598969250917435, -0.12571600079536438, -0.1345779299736023, -0.3210395574569702, -0.4161406457424164, -0.360593318939209, -0.46916013956069946, -0.496026873588562, -0.3785327970981598, -0.47453415393829346, -0.49960577487945557, -0.41769659519195557, -0.43813005089759827, -0.46923550963401794, -0.39967551827430725, -0.27533528208732605, -0.28956007957458496, -0.12678304314613342, 0.00489814905449748, 0.040434423834085464, 0.19482241570949554, 0.23916785418987274, 0.1673128753900528, 0.2740088105201721, 0.27062147855758667, 0.13460105657577515, 0.13625216484069824, 0.21808399260044098, 0.06813681125640869, 0.08618331700563431, 0.16549967229366302, 0.09980035573244095, 0.1352679580450058, 0.10770053416490555, 0.3159037232398987, -0.21396389603614807, 0.29540249705314636, 0.15578904747962952, -0.1956968754529953, 0.28903740644454956, 0.13384084403514862, -0.057678885757923126, 0.2741893231868744, 0.18395204842090607, 0.36379796266555786, 0.12826988101005554, 0.47057658433914185, 0.20804980397224426, 0.2367401421070099, 0.5382594466209412, 0.15991348028182983, 0.10071295499801636, 0.5091325044631958, 0.14296048879623413, 0.007170018274337053, 0.7105345129966736, 0.21000789105892181, -0.04083504527807236, 0.7616003155708313, 0.2271714210510254, 0.013943539001047611, 0.8003391623497009, -0.06075982376933098, 0.1901601105928421, 0.40404337644577026, 0.06564532220363617, 0.5572105050086975, -0.1909513771533966, 0.4588114023208618, 0.14543743431568146, 0.2553098499774933, -0.07579683512449265, 0.34760797023773193, 0.35977715253829956, -0.5302388668060303, 0.6433578729629517, 0.12523820996284485, -0.29334789514541626, 0.6895531415939331, 0.06008230522274971, -0.11715533584356308, 0.733810305595398, -0.06315378844738007, 0.3350962698459625, 0.34958043694496155, -0.12054595351219177, 0.9069356918334961, -0.8285195827484131, 0.8947867155075073, 0.22663433849811554, -0.7122765779495239, 1.3394370079040527, -0.6925131678581238, 0.31106117367744446, 0.6502601504325867, -0.28682011365890503, 0.6032974720001221, 0.024991974234580994, -0.05259242281317711, 0.6267676949501038, -0.25169575214385986, 0.2982710003852844, 0.7463290691375732, -0.5020541548728943, 0.6747007966041565, 0.3615691363811493, 0.2341756671667099, 0.5869189500808716, 0.01682719588279724, 0.5986844897270203, -0.15419374406337738, -0.09647958725690842, 0.28536343574523926, -0.5651696920394897, -0.26646390557289124, -0.11169662326574326, -0.5671798586845398, -0.14875367283821106, -0.28577399253845215, -0.5108069181442261, -0.19919085502624512, -0.5454897284507751, -0.32709500193595886, -0.3718041181564331, -0.6884936094284058, -0.35502639412879944, -0.4567302465438843, -0.4253394603729248, -0.23610161244869232, -0.19918040931224823, -0.17442560195922852, -0.09298397600650787, 0.07453140616416931, 0.008370064198970795, -0.06996577233076096, 0.05208969488739967, -0.0707697793841362, -0.3794857859611511, 0.052072275429964066, -0.1585450917482376, -0.4411826431751251, -0.06551465392112732, -0.22349311411380768, -0.3000285029411316, -0.24316975474357605, -0.14287185668945312, -0.36254164576530457, -0.39955568313598633, -0.2643573582172394, -0.5067529082298279, -0.34377235174179077, -0.4063218832015991, -0.45952507853507996, -0.3928173780441284, -0.36724764108657837, -0.25046902894973755, -0.2838621437549591, -0.18646323680877686, -0.13797792792320251, -0.206598699092865, -0.15820074081420898, 0.019285300746560097, -0.15313953161239624, -0.0676022469997406, 0.05410357937216759, -0.09640172868967056, 0.08466622978448868, 0.14974349737167358, 0.007445148658007383, 0.10273393243551254, 0.07119967043399811, -0.06020712852478027, 0.08499336242675781, -0.17528070509433746, -0.20337390899658203, -0.20833000540733337, -0.4093371629714966, -0.295098215341568, -0.35063961148262024, -0.3723561763763428, -0.279428631067276, -0.29848185181617737, -0.2694016098976135, -0.3325616121292114, -0.12814752757549286, -0.2233406901359558, -0.3976878523826599, -0.08778492361307144, -0.1794281005859375, -0.207725390791893, 0.04072092846035957, -0.1240246444940567, 0.0939026027917862, 0.1042974665760994, -0.006975510623306036, 0.3397822678089142, -0.09556883573532104, 0.24749648571014404, 0.08686381578445435, -0.11884548515081406, 0.2586848735809326, 0.10364113003015518, -0.005305766593664885, 0.08529956638813019, 0.20462509989738464, 0.05264987796545029, 0.11675814539194107, 0.4043707847595215, -0.14104877412319183, 0.12668463587760925, 0.27195313572883606, -0.11009334772825241, 0.36059290170669556, 0.2483752816915512, -0.1551598310470581, 0.4237753748893738, 0.3312860429286957, -0.14404961466789246, 0.838595449924469, -0.04650856927037239, 0.05629268288612366, 0.6212923526763916, -0.2331743985414505, 0.4496634006500244, 0.4925031065940857, -0.5137427449226379, 0.5036262273788452, 0.7033678889274597, -0.6785265803337097, 0.9927027225494385, 0.4662304222583771, -0.8146896958351135, 1.2947170734405518, -0.11093109846115112, -0.03662371262907982, 0.5394278168678284, 0.22444677352905273, -0.3550196886062622, 0.4990306794643402, 0.6146560311317444, -0.48693153262138367, 0.4194502830505371, 0.4336145222187042, -0.37569254636764526, 0.37844833731651306, 0.48345914483070374, -0.3537726104259491, 0.5541706681251526, -0.10066614300012589, -0.052144721150398254, 0.8580560684204102, -0.4375143349170685, -0.03085087239742279, 0.9297619462013245, -0.5114118456840515, -0.010399209335446358, 1.0826523303985596, -0.6917750239372253, 0.04015854746103287, 0.8279443979263306, -0.4939662218093872, 0.33739596605300903, 0.27729785442352295, -0.2309286892414093, 0.32776662707328796, 0.025214187800884247, -0.024288153275847435, 0.3455977439880371, 0.16407550871372223, -0.27306756377220154, 0.4605652689933777, 0.2771833837032318, -0.3300851583480835, 0.32432928681373596, 0.4290027618408203, -0.6183066964149475, 0.38376080989837646, 0.3281693756580353, -0.6590907573699951, 0.5695847868919373, -0.1942044049501419, -0.06163843721151352, 0.21348609030246735, -0.18944388628005981, 0.10580700635910034, -0.004809393547475338, 0.041981663554906845, -0.1851610243320465, 0.06969154626131058, 0.1689903289079666, -0.3352547585964203, 0.19697435200214386, 0.18278402090072632, -0.2034415453672409, 0.43164846301078796, -0.09784643352031708, -0.02710730768740177, 0.27846193313598633, -0.3812398612499237, 0.05062064155936241, -0.09127745777368546, -0.2650183141231537, -0.25041311979293823, -0.2686084508895874, -0.19606034457683563, -0.3068068027496338, -0.30804866552352905, -0.1823161095380783, -0.4214344024658203, -0.27037513256073, -0.2662651836872101, -0.5475960373878479, -0.27108827233314514, -0.3956760764122009, -0.588566780090332, -0.14328229427337646, -0.329514741897583, -0.2903924882411957, -0.15460944175720215, -0.4103832244873047, 0.09554969519376755, -0.3578295409679413, -0.2631075978279114, 0.05621766299009323, -0.5030043721199036, -0.0725194588303566, -0.15889611840248108, -0.3287656903266907, 0.020621981471776962, -0.059438783675432205, -0.44692808389663696, 0.2599479556083679, -0.16647456586360931, -0.2684040069580078, 0.03180026635527611, -0.2199757993221283, -0.1368938386440277, -0.3057040572166443, -0.2198980152606964, 0.022623592987656593, -0.34113386273384094, -0.1482148915529251, -0.07218555361032486, -0.03201911225914955, -0.2846965193748474, -0.06642967462539673, -0.0772673487663269, -0.2973100244998932, -0.0703405886888504, -0.23067520558834076, -0.16462968289852142, -0.01259256899356842, -0.2974078357219696, -0.049763962626457214, 0.1921059936285019, -0.4457958936691284, 0.1820429414510727, 0.10942285507917404, -0.09262200444936752, 0.010740517638623714, 0.0739632248878479, 0.11109969764947891, -0.0795319676399231, 0.06946935504674911, 0.18323688209056854, 0.1207207590341568, -0.18163219094276428, 0.2448345124721527, 0.014556369744241238, 0.09734871238470078, 0.019102027639746666, -0.07591601461172104, 0.1808006912469864, 0.11630576848983765, -0.4871107041835785, 0.8715662360191345, -0.5974811911582947, 0.05519872531294823, 0.4456993639469147, -0.3797668516635895, 0.2977680265903473, 0.06621019542217255, 0.08676974475383759, -0.09558514505624771, 0.275638610124588, 0.0965396985411644, -0.17009569704532623, 0.23817364871501923, 0.26267364621162415, -0.21611981093883514, 0.11541824787855148, 0.8409678936004639, -0.5915395617485046, 0.40806540846824646, 0.7109473347663879, -0.45231208205223083, 0.4185200333595276, 0.5518245100975037, -0.4019943177700043, 0.5479263663291931, -0.06401815265417099, 0.3232809603214264, 0.0007484086090698838, 0.29310059547424316, 0.37465915083885193, -0.38300538063049316, 0.9157834649085999, 0.0026691576931625605, -0.5242778658866882, 1.5468502044677734, -1.0939147472381592, 0.1792570799589157, 1.2012133598327637, -1.4003676176071167, 1.0821399688720703, 0.12897054851055145, -0.7248228788375854, 1.2223680019378662, -0.5276952981948853, 0.13601702451705933, 0.7691016793251038, -0.5356673002243042, 0.5359031558036804, 0.16707853972911835, 0.004281896166503429, 0.40552833676338196, -0.27952882647514343, 0.7087358832359314, -0.23735973238945007, 0.3634898364543915, 0.4793151319026947, -0.5471070408821106, 0.8362909555435181, -0.18697422742843628, -0.31158116459846497, 1.154873013496399, -0.9406468868255615, 0.3850642442703247, 0.429531067609787, -0.36529505252838135, 0.1338219940662384, 0.42886343598365784, -0.5515472292900085, 0.46215367317199707, 0.01775047555565834, -0.35339030623435974, 0.43786710500717163, -0.19782522320747375, -0.006769015919417143, -0.139433354139328, 0.3545081615447998, -0.2255428433418274, -0.1723194271326065, -0.05558038130402565, 0.12297269701957703, -0.33095884323120117, 0.30113598704338074, -0.43365153670310974, 0.23287653923034668, -0.0952252671122551, -0.38912996649742126, 0.6563125848770142, -0.3825683891773224, -0.27295663952827454, 0.3817800283432007, -0.22748133540153503, -0.2152789831161499, 0.35761451721191406, -0.3005147874355316, 0.0648799017071724, -0.03163682296872139, -0.16977977752685547, 0.0791945531964302, 0.03754771128296852, -0.3131641149520874, -0.023531047627329826, 0.1483423113822937, -0.38851094245910645, 0.06644023954868317, -0.3203611969947815, 0.3686169385910034, -0.49016016721725464, 0.048121269792318344, -0.16817672550678253, 0.09340371191501617, -0.3943702280521393, -0.16683095693588257, 0.5260644555091858, -0.8817880749702454, 0.37234774231910706, 0.04525444656610489, -0.34196120500564575, 0.23311255872249603, -0.23224982619285583, 0.2456117868423462, -0.3306923806667328, -0.05039193853735924, 0.5021419525146484, -0.5613210797309875, 0.06968939304351807, 0.18034790456295013, -0.3832283020019531, 0.2464667558670044, -0.08194539695978165, -0.4700065851211548, 0.4321182668209076, -0.34095752239227295, -0.2024649828672409, 0.36133643984794617, -0.4048393666744232, 0.12226536124944687, -0.0464203767478466, -0.5741556286811829, 0.4518125057220459, -0.3337988555431366, -0.6296050548553467, 0.661197304725647, -0.6761735677719116, 0.010328620672225952, -0.040865834802389145, -0.3017355501651764, 0.2055370956659317, -0.4987596273422241, 0.2113393396139145, 0.08773846924304962, -0.5675859451293945, 0.1799086183309555, 0.07864190638065338, -0.4818524420261383, 0.40129393339157104, -0.17820310592651367, -0.3278643786907196, 0.5799273252487183, -0.5948973298072815, 0.1859445720911026, 0.1466212272644043, -0.11952212452888489, -0.21719081699848175, -0.12677524983882904, 0.37338829040527344, -0.43316125869750977, -0.21246425807476044, 0.6979483962059021, -0.8535403609275818, 0.4341050386428833, 0.12948830425739288, -0.4457753896713257, 0.1462358981370926, 0.3189292252063751, -0.9716581106185913, 0.768751323223114, -0.2179429680109024, -0.6315557360649109, 1.0149619579315186, -0.866147518157959, 0.38696783781051636, 0.28807640075683594, -0.8089421987533569, 0.8668330907821655, -0.21211236715316772, -0.48605281114578247, 0.8215093016624451, -0.568530797958374, 0.11788193136453629, 0.29035523533821106, -0.4301479160785675, 0.7563616037368774, -0.9496230483055115, 0.6795840263366699, 0.06029966473579407, -0.7122011780738831, 0.9054714441299438, -0.4981851875782013, -0.23843349516391754, 0.8403828144073486, -0.9838970303535461, 0.9175068140029907, -0.703519880771637, 0.4856361448764801, 0.2606978118419647, -0.7393113970756531, 0.8780602216720581, -0.2877025008201599, -0.4172757863998413, 0.7016117572784424, -0.2563905417919159, 0.07491875439882278, -0.10615534335374832, 0.22313162684440613, 0.17006297409534454, -0.5919915437698364, 1.0808817148208618, -0.6720182299613953, -0.11018235236406326, 0.7245789766311646, -0.8048156499862671, 0.7275571823120117, -0.2796781361103058, 0.05875450745224953, 0.2661035656929016, -0.48867499828338623, 0.7110568284988403, -0.4497602880001068, -0.1095743402838707, 0.4982437789440155, 0.07367301732301712, -0.7641499042510986, 0.7038851380348206, 0.41972365975379944, -1.4269890785217285, 1.3444113731384277, -0.03659341484308243, -1.0194858312606812, 1.2295811176300049, -0.64625084400177, 0.06942873448133469, 0.6260985136032104, -0.8635033369064331, 0.6134258508682251, 0.22781997919082642, -0.7874157428741455, 0.6054690480232239, 0.227789044380188, -0.25293654203414917, -0.07252907007932663, 0.9944652318954468, -0.8079296946525574, 0.1818109005689621, 0.9340227842330933, -1.3209190368652344, 0.9516618847846985, 0.32116395235061646, -1.377562403678894, 1.5539213418960571, -0.5170449018478394, -0.5150038599967957, 0.7991969585418701, -0.4250720739364624, 0.18091723322868347, -0.1315605640411377, 0.5191527009010315, -0.4390011727809906, -0.0929056778550148, 0.9057136178016663, -1.245242714881897, 1.180017352104187, -0.13531260192394257, -0.9204562306404114, 1.158825397491455, -0.32226014137268066, -0.47941291332244873, 0.6012217998504639, -0.3666597604751587, 0.28642287850379944, -0.4322717785835266, 0.1052362248301506, 0.31938597559928894, -0.4309574365615845, -0.16529247164726257, 0.19912804663181305, 0.16330918669700623, -0.32209885120391846, -0.4393681287765503, 0.9897111654281616, -0.9078629612922668, 0.28447696566581726, 0.12654826045036316, -0.17528456449508667, 0.2259332835674286, -0.29223206639289856, 0.02203488163650036, 0.4031350016593933, -0.39747291803359985, -0.09545905888080597, 0.6178997159004211, -0.552217423915863, -0.004402458667755127, 0.3609565794467926, -0.2711726129055023, -0.006072728428989649, 0.22477447986602783, -0.36754319071769714, -0.17238298058509827, 0.7279320359230042, -0.8199267387390137, -0.17377415299415588, 1.168261170387268, -1.611476182937622, 0.5727640986442566, 0.49458417296409607, -0.8707341551780701, 0.3814104199409485, -0.0858922153711319, -0.23749320209026337, 0.2306297868490219, -0.327018678188324, 0.3744507133960724, -0.3553304672241211, 0.05719775706529617, -0.021037785336375237, -0.08302618563175201, 0.2770605981349945, -0.32409948110580444, -0.08489470183849335, 0.7270238399505615, -1.0329488515853882, 0.4562409222126007, 0.2343301922082901, -0.5592371821403503, 0.17183344066143036, 0.23005814850330353, -0.39994508028030396, 0.137002095580101, -0.023235933855175972, 0.059207625687122345, -0.06163536384701729, -0.31518393754959106, 0.585196852684021, -0.7284806966781616, 0.31416380405426025, 0.06881259381771088, -0.5475104451179504, 0.6014422178268433, -0.5891507267951965, 0.41817140579223633, -0.026938535273075104, -0.3737444579601288, 0.764407753944397, -0.7541171908378601, 0.516642689704895, -0.2866356670856476, 0.33286893367767334, -0.45896515250205994, -0.01028614491224289, 0.6422576904296875, -0.9357283115386963, 0.9287046790122986, -0.8667951822280884, 0.6091580390930176, -0.077908955514431, -0.6567301154136658, 1.158936858177185, -0.9561935067176819, 0.25832894444465637, 0.37854257225990295, -0.600955069065094, 0.6490556597709656, -0.31253471970558167, 0.036849409341812134, 0.14190362393856049, -0.0861605629324913, 0.2854732275009155, -0.3270423114299774, 0.3437865078449249, -0.08728298544883728, 0.09136859327554703, -0.1524922102689743, 0.23055505752563477, 0.24267950654029846, -0.43882206082344055, -0.02290741540491581, 0.8083387017250061, -1.0112528800964355, 0.5103647112846375, -0.0775274783372879, 0.030585598200559616, -0.1906374990940094, 0.004540215712040663, 0.6311248540878296, -0.8625457286834717, 0.3864426910877228, 0.588709831237793, -1.3501814603805542, 1.3786962032318115, -0.5075989961624146, -0.5284402370452881, 1.0711373090744019, -0.7033330798149109, -0.05888428911566734, 0.8306887745857239, -0.6235779523849487, 0.00676850276067853, 0.37104058265686035, -0.03282640501856804, -0.37492635846138, 0.315458208322525, 0.223166823387146, -1.069063425064087, 1.2827941179275513, -0.5089201927185059, -0.6423622369766235, 1.5825450420379639, -1.6900557279586792, 0.7167530655860901, 0.6888693571090698, -1.6602686643600464, 1.589032530784607, -0.8333098888397217, 0.04035837575793266, 0.018925003707408905, 0.17370375990867615, -0.13069844245910645, -0.4260120093822479, 0.8434789776802063, -0.576066255569458, -0.3593459129333496, 1.1972370147705078, -1.0241619348526, 0.17076288163661957, 0.606216549873352, -0.4318397343158722, -0.034505877643823624, 0.4058930575847626, -0.3155498206615448, -0.016435964033007622, 0.1352211982011795, 0.04129650071263313, -0.436606764793396, 0.47313281893730164, -0.3898899555206299, 0.061681535094976425, 0.08199376612901688, 0.04943002387881279, -0.39283058047294617, 0.5541828870773315, -0.27868735790252686, -0.33458927273750305, 0.727150559425354, -0.6477439403533936, -0.13021764159202576, 0.8478936553001404, -0.7781293392181396, 0.033027034252882004, 0.9382616281509399, -0.7932524085044861, -0.1479441523551941, 0.787907063961029, -0.2475389689207077, -0.7587479948997498, 1.0507363080978394, -0.31188535690307617, -0.717509388923645, 0.7936975955963135, -0.2097547948360443, -0.36815598607063293, 0.4910127520561218, -0.47634729743003845, 0.04559195041656494, 0.08050010353326797, -0.3900412917137146, 0.3692708909511566, -0.31754446029663086, 0.1764853149652481, -0.4419427216053009, 0.36177965998649597, -0.022717753425240517, -0.3559894263744354, 0.4038979411125183, -0.3102937936782837, -0.05539079010486603, 0.3969031572341919, -0.4836874008178711, -0.02894654870033264, 0.5957018136978149, -0.6774113774299622, -0.157088041305542, 0.9887319207191467, -1.013431429862976, -0.05313843861222267, 0.8483321666717529, -0.546968936920166, 0.032461538910865784, 0.2516978681087494, -0.05423203483223915, -0.2061779946088791, 0.20289477705955505, -0.05910971760749817, 0.01054740883409977, 0.3610967695713043, -0.6706423163414001, 0.5489093065261841, 0.30565109848976135, -0.8875086903572083, 1.0362027883529663, -0.4668976962566376, 0.08651188760995865, -0.18072019517421722, 0.49271225929260254, -0.2611119747161865, -0.2852785587310791, 0.8891415596008301, -0.9333004355430603, 0.615128219127655, -0.03522935137152672, -0.2615961730480194, 0.6847001910209656, -0.5827333331108093, 0.5781746506690979, -0.6636447906494141, 0.6877173185348511, -0.40315139293670654, 0.09840423613786697, 0.32902592420578003, -0.4942113757133484, 0.2988520860671997, 0.09811713546514511, -0.36901724338531494, 0.6968432664871216, -0.6884840130805969, 0.5273928046226501, -0.25625166296958923, 0.17415446043014526, 0.06035285443067551, -0.36807867884635925, 0.6531254649162292, -0.40468630194664, -0.18947410583496094, 0.7991868853569031, -0.5619863271713257, -0.1541057974100113, 0.6642080545425415, -0.5366172194480896, 0.12670975923538208, -0.10735373944044113, 0.26806962490081787, -0.2545924782752991, -0.018479183316230774, 0.42874234914779663, -0.30281269550323486, -0.3347261846065521, 0.6089310646057129, -0.5121991038322449, 0.06815395504236221, 0.5140131115913391, -1.113418698310852, 0.9994199872016907, -0.337059885263443, -0.4268658459186554, 0.8648022413253784, -0.5597609281539917, 0.06919145584106445, 0.04483708366751671, 0.14148108661174774, -0.33002012968063354, 0.25601673126220703, 0.13053381443023682, -0.798601508140564, 0.9771023392677307, -0.3962101936340332, -0.5309507846832275, 0.9111890196800232, -0.24907182157039642, -0.5395368337631226, 0.4895925521850586, 0.5275356769561768, -0.9875593185424805, 0.4468420147895813, 0.8085254430770874, -1.3447681665420532, 0.632764458656311, 0.6138879060745239, -1.1753487586975098, 0.5825181603431702, 0.3936103880405426, -0.6224803924560547, -0.004000129643827677, 0.6973482966423035, -0.6152441501617432, 0.045834608376026154, 0.3006986975669861, -0.21604730188846588, 0.0429203100502491, -0.12564991414546967, 0.21479898691177368, -0.3294845223426819, 0.30299633741378784, -0.2664024829864502, -0.016935862600803375, 0.5382760167121887, -1.2699363231658936, 1.289632797241211, -0.5533654689788818, -0.6401088833808899, 1.2137054204940796, -0.9967932105064392, 0.1497783660888672, 0.21237094700336456, -0.30513644218444824, 0.0832897275686264, -0.17089033126831055, 0.2553451955318451, -0.2733913064002991, -0.20175467431545258, 0.9657219648361206, -1.1484081745147705, 0.5608851909637451, 0.03843969851732254, -0.5457651615142822, 0.44733670353889465, -0.1873847097158432, 0.2173197865486145, -0.5128360390663147, 0.3450140058994293, 0.0913752019405365, -0.5943348407745361, 0.5683345794677734, 0.013944780454039574, -0.701373279094696, 0.4879288375377655, -0.02271837182343006, -0.030838634818792343, -0.2472337782382965, 0.48631539940834045, -0.08909817039966583, -0.6498170495033264, 0.960872232913971, -0.4918290674686432, -0.1695035994052887, 0.5453070998191833, -0.5678353309631348, 0.4766972064971924, -0.29595568776130676, 0.3965129554271698, 0.05287390947341919, -0.3476967513561249, 0.5335806608200073, -0.3738635778427124, 0.13492819666862488, 0.012497585266828537, -0.0141949113458395, 0.21077996492385864, -0.6286757588386536, 0.7755647897720337, -0.23436610400676727, -0.31793010234832764, 0.8310944437980652, -0.6636277437210083, 0.2849161922931671, 0.314522385597229, -0.5562136173248291, 0.5198273658752441, -0.02825215272605419, -0.5261791348457336, 0.6456249356269836, -0.15827953815460205, -0.4462573826313019, 0.7112448215484619, -0.2304311841726303, -0.2672049105167389, 0.73483806848526, -0.5736966133117676, 0.10385861247777939, -0.024053296074271202, 0.16206906735897064, -0.26410728693008423, -0.0525607094168663, 0.36745792627334595, -0.2126903235912323, -0.37552908062934875, 0.6489641070365906, -0.25006237626075745, 0.07791613787412643, -0.2529716193675995, 0.44212204217910767, -0.391337126493454, -0.0511779859662056, 0.18540550768375397, 0.05776047334074974, -0.21460485458374023, -0.12395817786455154, 0.38004186749458313, -0.12966881692409515, -0.25209832191467285, 0.4257901906967163, 0.039519138634204865, -0.5264263153076172, 0.41635310649871826, 0.21456871926784515, -0.6921284198760986, 0.35480621457099915, 0.19381053745746613, -0.6878781318664551, 0.5470165610313416, 0.12667325139045715, -0.4025523066520691, 0.3977877199649811, -0.47366762161254883, 0.434325635433197, -0.4677775502204895, 0.3799259066581726, -0.1115955039858818, -0.5185345411300659, 0.7292017340660095, -0.5147266983985901, 0.1497277319431305, -0.037628114223480225, 0.23403415083885193, -0.3635087013244629, 0.01828392781317234, 0.2526141107082367, -0.27725496888160706, 0.08601982146501541, -0.02143305540084839, -0.08900763839483261, 0.35963746905326843, -0.7461918592453003, 0.7008845210075378, -0.0815429538488388, -0.5336117744445801, 0.6209854483604431, -0.22971956431865692, -0.026171891018748283, 0.04270756244659424, -0.009315596893429756, 0.050253331661224365, 0.06835818290710449, -0.1601426750421524, 0.024564052000641823, 0.23412422835826874, -0.4214063882827759, 0.21424207091331482, 0.05131429061293602, -0.15566347539424896, 0.004655652679502964, -0.08752045035362244, -0.11146774888038635, 0.2370438277721405, -0.5664820671081543, 0.6269379258155823, -0.47974297404289246, 0.023835482075810432, 0.00952870398759842, 0.02170254848897457, 0.14449380338191986, -0.4694480299949646, 0.42488959431648254, -0.3140251040458679, 0.12435298413038254, -0.21458730101585388, 0.15321511030197144, -0.004899917170405388, -0.062325138598680496, 0.02444588951766491, -0.021374361589550972, 0.01569312810897827, 0.019521024078130722, -0.056611496955156326, 0.01365174725651741, 0.08976978063583374, -0.21671384572982788, 0.01855487935245037, 0.3796240985393524, -0.5225422382354736, 0.27045226097106934, 0.335889607667923, -0.7872509360313416, 0.5972473621368408, -0.06981910020112991, -0.04741640016436577, 0.2647184729576111, -0.044940244406461716, -0.2533668577671051, 0.6113849878311157, -0.2964951992034912, -0.3755847215652466, 0.7876181602478027, -0.3234626352787018, -0.2745920717716217, 0.40673330426216125, 0.04888678714632988, -0.33398982882499695, 0.2295282483100891, 0.141952246427536, -0.25587788224220276, 0.05817825347185135, 0.06811638176441193, 0.055053986608982086, 0.06481598317623138, -0.02457578480243683, 0.10752127319574356, 0.26337191462516785, -0.41571953892707825, 0.4758321940898895, -0.3056803047657013, 0.2078372836112976, -0.02410668507218361, -0.12540458142757416, 0.3399938941001892, -0.3047989308834076, 0.1677895188331604, 0.23062829673290253, -0.6466633081436157, 0.597922682762146, -0.16590702533721924, -0.6736770272254944, 0.8829119205474854, -0.5313478708267212, -0.232230544090271, 0.614015519618988, -0.433408260345459, 0.1665109246969223, -0.10784731060266495, 0.10753379762172699, 0.03273500129580498, -0.2926003932952881, 0.3251192271709442, -0.07756683975458145, 0.15893973410129547, -0.3614567816257477, 0.3932551145553589, -0.16582541167736053, -0.031096039339900017, 0.2509308159351349, -0.1555279791355133, -0.026818348094820976, 0.062107980251312256, -0.09452175348997116, 0.2777728736400604, -0.20377351343631744, 0.06536419689655304, 0.36272767186164856, -0.7815194129943848, 0.8795670866966248, -0.44978705048561096, -0.15496355295181274, 0.7137207984924316, -0.7042185068130493, 0.08633625507354736, 0.4079006612300873, -0.3862793743610382, -0.12540432810783386, 0.7291144132614136, -0.7432549595832825, 0.2185712456703186, 0.15431153774261475, -0.13986420631408691, 0.036587104201316833, -0.12089259177446365, 0.17645634710788727, -0.25957292318344116, -0.12297555804252625, 0.3337549865245819, -0.1304803341627121, 0.11704115569591522, -0.01024604681879282, 0.002125966129824519, 0.10272452235221863, -0.41709622740745544, 0.7003948092460632, -0.372165709733963, -0.36772215366363525, 0.6452478766441345, -0.4563642144203186, -0.2119089514017105, 0.6951981782913208, -0.5112734436988831, 0.020978981629014015, 0.301516592502594, -0.4071826934814453, 0.2592354118824005, -0.19659480452537537, 0.3099098205566406, -0.16932135820388794, -0.26936760544776917, 0.4044797122478485, -0.10885954648256302, -0.185431569814682, 0.40505099296569824, -0.183564692735672, -0.19181989133358002, 0.38872015476226807, -0.4691482484340668, 0.22322267293930054, 0.06258196383714676, -0.4712660312652588, 0.3214360475540161, -0.2428816705942154, -0.10244201868772507, 0.28339505195617676, -0.21679410338401794, 0.08380483090877533, 0.14135652780532837, -0.22290682792663574, 0.11673955619335175, 0.20529410243034363, -0.47773271799087524, 0.3316386044025421, -0.016291704028844833, -0.2846044600009918, 0.42865097522735596, -0.1956149786710739, -0.031071260571479797, 0.16925038397312164, -0.11021008342504501, -0.013025248423218727, 0.02960098721086979, -0.07643887400627136, 0.023964688181877136, -0.1473468393087387, 0.0050104157999157906, -0.020407048985362053, -0.12702494859695435, 0.08420035243034363, -0.08474051207304001, -0.03611983358860016, 0.11174162477254868, -0.03282676264643669, -0.15691493451595306, 0.14964385330677032, -0.001557153183966875, -0.03229716792702675, -0.045104652643203735, -0.08256260305643082, -0.06350443512201309, 0.021692266687750816, 0.04709799960255623, -0.037469420582056046, 0.08821689337491989, -0.22170987725257874, 0.197997584939003, -0.12489302456378937, -0.12940728664398193, 0.25313660502433777, -0.2333599179983139, -0.09463032335042953, 0.22708088159561157, -0.14344154298305511, 0.16917039453983307, 0.03978132829070091, -0.1343935877084732, 0.13746246695518494, -0.2066563069820404, -0.07259947806596756, 0.203949972987175, -0.0868530422449112, -0.1231076717376709, 0.16521453857421875, 0.10461229830980301, -0.28816455602645874, 0.2095351368188858, 0.08748510479927063, -0.1560552567243576, 0.10290028899908066, -0.15343451499938965, 0.09319011121988297, 0.09688414633274078, -0.16603845357894897, 0.17948263883590698, 0.007203038781881332, -0.01006980612874031, 0.10646501183509827, -0.03256663307547569, 0.1436530202627182, -0.11007761210203171, 0.09924551099538803, -0.0890473872423172, 0.01904538832604885, 0.03896768018603325, -0.11682192981243134, 0.10176446288824081, 0.10507034510374069, -0.18462535738945007, 0.16171158850193024, 0.18088091909885406, -0.1557401418685913, 0.022395078092813492, 0.0009336347575299442, 0.05003095045685768, -0.1763981133699417, 0.06860784441232681, 0.15980780124664307, -0.2375853955745697, 0.2902592420578003, -0.22567112743854523, 0.1609797179698944, 0.07587812840938568, -0.27604538202285767, 0.4477856755256653, -0.36221250891685486, 0.018421756103634834, 0.18581093847751617, -0.28789180517196655, 0.07519672065973282, 0.14074234664440155, -0.2002844661474228, 0.13190695643424988, -0.041572652757167816, -0.02008586749434471, -0.03349001705646515, -0.019381972029805183, 0.04999673739075661, -0.07355692237615585, -0.05185585469007492, -0.0722511038184166, 0.10394902527332306, -0.01950160413980484, -0.06248309463262558, 0.07992139458656311, 0.10908069461584091, -0.2206811159849167, 0.05199455842375755, 0.12594099342823029, -0.2521919012069702, 0.096704863011837, 0.11207541823387146, -0.2265598326921463, 0.10356488823890686, 0.03420428931713104, -0.08934833854436874, 0.10027339309453964, 0.04150612652301788, 0.02161622792482376, 0.058540038764476776, -0.1450979858636856, 0.0855100080370903, -0.035757020115852356, -0.05938245356082916, 0.05912015214562416, -0.042278952896595, -0.03745618462562561, -0.039117902517318726, 0.06386985629796982, 0.031966499984264374, -0.07379661500453949, 0.10447881370782852, 0.004458847921341658, -0.09848527610301971, 0.1473744511604309, -0.050047747790813446, -0.007128583267331123, 0.14851298928260803, 0.023335350677371025, -0.08094511181116104, 0.0983637347817421, -0.013945147395133972, -0.015848195180296898, -0.045844245702028275, 0.08431798964738846, 0.08345376700162888, -0.0917794480919838, -0.09536004811525345, 0.09181574732065201, -0.08878087997436523, -0.13630610704421997, 0.12602147459983826, -0.04687081649899483, -0.1977740079164505, -0.013369739055633545, 0.1022137776017189, -0.22395527362823486, 0.11119236052036285, -0.03754792734980583, -0.06278880685567856, -0.12963180243968964, 0.028405170887708664, 0.1128268614411354, -0.13441036641597748, 0.0977623239159584, 0.004714222624897957, -0.153826043009758, 0.12994150817394257, -0.06232040375471115, -0.047795142978429794, -0.0429556667804718, 0.03265523537993431, 0.017534499987959862, -0.19798368215560913, 0.15832118690013885, 0.09476934373378754, -0.1355878710746765, 0.1301090270280838, 0.028867341578006744, -0.12915489077568054, -0.0999385192990303, 0.05878271162509918, -0.025444185361266136, -0.030785413458943367, 0.09997305274009705, -0.028360093012452126, 0.055330079048871994, 0.1458246111869812, 0.05321560055017471, 0.0932111144065857, 0.06346674263477325, 0.0002688302774913609, 0.017755484208464622, 0.030121227726340294, 0.009688553400337696, 0.008186554536223412, -0.026163464412093163, 0.03949345275759697, 0.039087023586034775, 0.006635864265263081, 0.048661008477211, 0.05420643463730812, -0.00689848605543375, 0.038419079035520554, 0.08339456468820572, -0.025066448375582695, -0.00863904133439064, 0.07395408302545547, -0.04392243176698685, 0.016331171616911888, 0.04428195580840111, 0.033175259828567505, 0.026868602260947227, 0.013399132527410984, 0.04780661687254906, -0.02105788327753544, 0.036648377776145935, 0.030183319002389908, -0.06809632480144501, 0.04755702614784241, -0.02198672853410244, -0.015147301368415356, 0.036924198269844055, 0.014849983155727386, 0.06492090225219727, -0.01624419167637825, 0.038058795034885406, 0.043753575533628464, -0.04066454619169235, -0.04649024084210396, 0.09452086687088013, -0.02467299811542034, -0.053406693041324615, 0.09030532091856003, 0.0413239449262619, -0.0829266905784607, 0.0930081307888031, 0.01484548021107912, -0.08289776742458344, 0.0454745776951313, -0.05408010259270668, 0.0035580145195126534, 0.06688129156827927, -0.007634978741407394, 0.03731614723801613, -0.028751946985721588, -0.040743712335824966, 0.01774195209145546, -0.045403048396110535, 0.024201422929763794, -0.06799677759408951, 0.012546733021736145, 0.0178680382668972, -0.006557366345077753, 0.09054985642433167, 0.03576844558119774, 0.04220381751656532, 0.05627630278468132, -0.05468541011214256, 0.04140901938080788, 0.025106484070420265, -0.027598051354289055, 0.026700075715780258, -0.05835278704762459, -0.014575187116861343, 0.008090343326330185, 0.03648528829216957, 0.05771426483988762, 0.03769911080598831, -0.014453901909291744, 0.0489499568939209, -0.02642998658120632, -0.045794155448675156, 0.031838204711675644, -0.05618291348218918, -0.0673242136836052, -0.07267699390649796, 0.0017198547720909119, -0.04102702811360359, 0.0036462738644331694, 0.05031280592083931, 0.020646071061491966, -0.01898111030459404, -0.023714052513241768, 0.011739741079509258, -0.05383020266890526, -0.07059980183839798, -0.016406340524554253, -0.03581664338707924, -0.0843273177742958, -0.032578859478235245, 0.03651561588048935, -0.006400738842785358, 0.01992766372859478, 0.029619509354233742, 0.02755356766283512, -0.01644795946776867, -0.002508878707885742, -0.015006741508841515, -0.0768761858344078, -0.004922220483422279, -0.08117959648370743, -0.07803934812545776, 0.04080606997013092, -0.04439416900277138, -0.03081684373319149, -0.0013530285796150565, -0.022581802681088448, -0.04234553128480911, -0.10048526525497437, -0.11539266258478165, -0.07095901668071747, -0.12313264608383179, -0.12087665498256683, -0.030240768566727638, -0.0604446679353714, -0.047285180538892746, -0.04823871701955795, 0.04099725931882858, -0.02360931970179081, -0.0353892557322979, -0.04358653724193573, -0.08484036475419998, -0.07889135181903839, -0.07844366133213043, -0.012780440039932728, -0.01108398288488388, 0.009579631499946117, 0.021418210119009018, 0.034523509442806244, 0.007454267702996731, -0.012328251264989376, 0.007997392676770687, -0.06780463457107544, -0.09569144248962402, -0.0736733078956604, -0.11388969421386719, -0.10591872781515121, -0.02252371609210968, -0.0045926859602332115, -0.015501481480896473, 0.033689554780721664, 0.06142895668745041, 0.0025576071348041296, -0.009425832889974117, 0.00788023229688406, -0.01135164499282837, -0.10644266754388809, -0.05678495392203331, 0.002632171381264925, -0.06349041312932968, 0.018033217638731003, 0.06258995085954666, 0.05659274384379387, 0.045583341270685196, 0.03964528813958168, 0.053870782256126404, -0.0073738968931138515, -0.010181739926338196, -0.013362706638872623, 0.012279271148145199, -0.0110169667750597, -0.003074898850172758, 0.05324943736195564, 0.03197044879198074, 0.08586201816797256, 0.057864218950271606, -0.0032574355136603117, 0.02491922304034233, 0.02980770356953144, -0.08961822092533112, -0.011878584511578083, 0.06154809892177582, -0.0322885625064373, -0.012373684905469418, 0.12358643114566803, 0.08523380011320114, 0.06423723697662354, 0.14345501363277435, 0.12774163484573364, 0.06045917421579361, 0.07641589641571045, 0.05993270128965378, 0.030489206314086914, 0.03131557255983353, 0.03403128311038017, 0.10162267088890076, 0.08155854046344757, 0.07762933522462845, 0.16149502992630005, 0.05610944330692291, 0.05606703832745552, 0.08463648706674576, 0.024828016757965088, 0.03186330571770668, 0.02524835616350174, -0.011851193383336067, 0.0224989652633667, 0.0367947556078434, 0.03833440691232681, 0.10742177814245224, 0.17113202810287476, 0.036269091069698334, 0.07965218275785446, 0.11885207146406174, -0.013599859550595284, 0.01758633553981781, 0.031527046114206314, 0.01755315251648426, 0.005007533356547356, 0.0407637394964695, 0.13501551747322083, 0.1158299446105957, 0.1052561029791832, 0.18686443567276, 0.1433865875005722, 0.1069391742348671, 0.1440928876399994, 0.10697564482688904, 0.058732423931360245, 0.042996540665626526, 0.05201185867190361, 0.011132271960377693, 0.038556233048439026, 0.07563424855470657, 0.0952046811580658, 0.19399604201316833, 0.17470891773700714, 0.2069040685892105, 0.22351199388504028, 0.13879112899303436, 0.19709767401218414, 0.2040823996067047, 0.1929336041212082, 0.18913978338241577, 0.20139507949352264, 0.27623727917671204, 0.3315771222114563, 0.3601386547088623, 0.5879921913146973, 0.3772592842578888, 0.058601852506399155, 0.11247388273477554, -0.31675732135772705, -0.5688038468360901, -0.5193882584571838, -0.7111567854881287, -0.8599438071250916, -0.650918185710907, -0.6609899401664734, -0.5043512582778931, -0.2749921679496765, -0.2712545692920685, -0.1778908222913742, -0.2040475606918335, -0.23999877274036407, -0.21973758935928345, -0.23863603174686432, -0.2454427033662796, -0.15667405724525452, -0.14766862988471985, -0.011348691768944263, 0.23094885051250458, 0.2657167613506317, 0.3682374954223633, 0.4788134694099426, 0.3290621340274811, 0.13968056440353394, 0.10047081112861633, -0.1633976250886917, -0.3679520785808563, -0.46056804060935974, -0.5942937731742859, -0.592633843421936, -0.5824962854385376, -0.41096988320350647, -0.353281706571579, -0.27821648120880127, -0.1913927048444748, -0.2960719168186188, -0.3029080629348755, -0.31095999479293823, -0.5268184542655945, -0.5689805746078491, -0.5894995927810669, -0.7385116219520569, -0.580268144607544, -0.3961690664291382, -0.284201979637146, -0.02758585847914219, 0.1160188689827919, 0.16548503935337067, 0.24082857370376587, 0.2932914197444916, 0.15512916445732117, 0.07205365598201752, -0.031903352588415146, -0.13819320499897003, -0.18938763439655304, -0.14964964985847473, -0.02165864035487175, -0.019769910722970963, -5.440820677904412e-05, 0.11464628577232361, 0.09055307507514954, 0.028538215905427933, 0.036614906042814255, -0.06128619983792305, -0.18577775359153748, -0.23923054337501526, -0.23464524745941162, -0.20971240103244781, -0.15076844394207, -0.026094531640410423, 0.07903062552213669, 0.14881570637226105, 0.29976028203964233, 0.3059066832065582, 0.30516517162323, 0.3847093880176544, 0.3127559721469879, 0.2690354585647583, 0.36762481927871704, 0.3316928446292877, 0.3358677923679352, 0.4366615414619446, 0.4422609806060791, 0.4277997612953186, 0.4462461769580841, 0.41076651215553284, 0.32079795002937317, 0.26381146907806396, 0.1672825664281845, 0.1239982470870018, 0.11087438464164734, 0.12453601509332657, 0.2654258906841278, 0.39347630739212036, 0.5468330979347229, 0.6869669556617737, 0.8633151650428772, 0.967962384223938, 0.9012102484703064, 0.8501342535018921, 0.8978487253189087, 0.8459455370903015, 0.8529191017150879, 1.0737258195877075, 1.1978263854980469, 1.269276738166809, 1.565836787223816, 1.7190628051757812, 1.7460196018218994, 1.574804663658142, 0.5163437724113464, -0.18710501492023468, -0.727262556552887, -1.670876145362854, -1.8316166400909424, -1.6821120977401733, -2.0774009227752686, -2.0020294189453125, -1.2808167934417725, -0.8786419630050659, -0.43905147910118103, -0.06970420479774475, 0.004239238798618317, -0.05726764351129532, -0.22132419049739838, -0.21751202642917633, -0.0973874107003212, -0.13149122893810272, -0.1064753383398056, 0.22826112806797028, 0.5147143602371216, 0.9671531915664673, 1.3756630420684814, 1.5161700248718262, 1.4964559078216553, 1.1947640180587769, 0.6609273552894592, 0.15216150879859924, -0.43815919756889343, -1.1004823446273804, -1.5926233530044556, -1.8538482189178467, -1.90497624874115, -1.8337106704711914, -1.4237858057022095, -0.9214479923248291, -0.6372204422950745, -0.3941487669944763, -0.2256082147359848, -0.24863837659358978, -0.3374500870704651, -0.4010154604911804, -0.5423436164855957, -0.6569628119468689, -0.6487343311309814, -0.4807722866535187, -0.163918137550354, 0.17099091410636902, 0.4664665162563324, 0.6784704327583313, 0.7703486084938049, 0.7908657193183899, 0.7300218343734741, 0.5349448919296265, 0.269588440656662, -0.06744719296693802, -0.3271673321723938, -0.4457688331604004, -0.504745602607727, -0.44101831316947937, -0.36739274859428406, -0.3741863965988159, -0.2985382080078125, -0.22120770812034607, -0.2165633738040924, -0.2535364627838135, -0.31613755226135254, -0.40442490577697754, -0.4694204032421112, -0.4927663803100586, -0.3942331075668335, -0.2888420522212982, -0.1734333485364914, 0.02359284833073616, 0.2030729055404663, 0.34294676780700684, 0.4296914339065552, 0.3894774913787842, 0.3147304058074951, 0.26925361156463623, 0.12634092569351196, 0.0022731979843229055, -0.024639369919896126, -0.13692297041416168, -0.2118692249059677, -0.13905873894691467, -0.15559475123882294, -0.18344666063785553, -0.1517447680234909, -0.3877326548099518, -0.654491662979126, -0.6147266626358032, -0.7673963904380798, -0.8213828206062317, -0.5216756463050842, -0.3917178511619568, -0.35808730125427246, -0.016016321256756783, 0.21952193975448608, 0.21686354279518127, 0.35777488350868225, 0.3626943528652191, 0.24944771826267242, 0.19255512952804565, 0.11900050938129425, 0.09791364520788193, 0.11765201389789581, 0.09242690354585648, 0.14869970083236694, 0.2690204083919525, 0.3018648624420166, 0.29412147402763367, 0.26520293951034546, 0.13945388793945312, -0.025898350402712822, -0.195867657661438, -0.3152194023132324, -0.35010582208633423, -0.3503795266151428, -0.321774423122406, -0.15419486165046692, 0.09860774129629135, 0.26192471385002136, 0.49518343806266785, 0.7633188962936401, 0.7697082757949829, 0.7728250622749329, 0.7685115933418274, 0.6136667728424072, 0.47424471378326416, 0.32818034291267395, 0.18744482100009918, 0.13181167840957642, 0.0980677604675293, 0.13607943058013916, 0.23779414594173431, 0.28935325145721436, 0.3126787841320038, 0.39032062888145447, 0.3333670198917389, 0.29935917258262634, 0.3549504578113556, 0.2783862352371216, 0.3338424563407898, 0.5018318891525269, 0.5702012181282043, 0.7185774445533752, 1.044497013092041, 1.3514550924301147, 1.6617974042892456, 2.0122265815734863, 2.108858585357666, 2.0832250118255615, 2.033041477203369, 1.904322624206543, 1.7063679695129395, 1.2856475114822388, -0.14479687809944153, -1.2372615337371826, -1.7764649391174316, -2.4323623180389404, -2.3606996536254883, -1.9449741840362549, -2.1226041316986084, -2.11049485206604, -1.3506498336791992, -0.8371680974960327, -0.3613649904727936, -0.17819342017173767, -0.32630306482315063, -0.49303579330444336, -0.516838788986206, -0.279297411441803, 0.09367521107196808, 0.3690634071826935, 0.5186940431594849, 0.8975582718849182, 1.3710744380950928, 1.8383234739303589, 2.110323429107666, 2.041930675506592, 1.6320466995239258, 0.9379349946975708, 0.22056467831134796, -0.5755947828292847, -1.3399137258529663, -2.000060796737671, -2.470932960510254, -2.6576621532440186, -2.5165581703186035, -2.2154791355133057, -1.6598011255264282, -0.9769912958145142, -0.5609042048454285, -0.30246850848197937, -0.19380445778369904, -0.20573684573173523, -0.2125956267118454, -0.21109072864055634, -0.2674984037876129, -0.30805712938308716, -0.22829999029636383, 0.06101822853088379, 0.4963766038417816, 0.8251327276229858, 1.0902186632156372, 1.2203222513198853, 1.1417043209075928, 1.0111663341522217, 0.793601930141449, 0.4305676221847534, -0.022230954840779305, -0.5156694054603577, -0.8324483633041382, -0.9356094598770142, -0.940144419670105, -0.7994330525398254, -0.6627883911132812, -0.6066258549690247, -0.48712438344955444, -0.2713492512702942, -0.1588136851787567, -0.15921372175216675, -0.2035694271326065, -0.2946683466434479, -0.28660961985588074, -0.19413700699806213, -0.06012161821126938, 0.08513053506612778, 0.2520359456539154, 0.42332595586776733, 0.6388067603111267, 0.7766498923301697, 0.8163187503814697, 0.6933904886245728, 0.46580517292022705, 0.27720504999160767, 0.046454671770334244, -0.1639890819787979, -0.3393610715866089, -0.5404547452926636, -0.6706777215003967, -0.6756910085678101, -0.5942540168762207, -0.4607800245285034, -0.39613860845565796, -0.3455969989299774, -0.29238662123680115, -0.2283460795879364, -0.19684362411499023, -0.0968773365020752, -0.13368582725524902, -0.2623095214366913, -0.19825175404548645, -0.09660898894071579, -0.046387627720832825, 0.06356389820575714, 0.16140522062778473, 0.16151367127895355, 0.15694744884967804, 0.2409130334854126, 0.31847426295280457, 0.20178142189979553, 0.08141583949327469, 0.013206560164690018, -0.10856512933969498, -0.16688449680805206, -0.18024209141731262, -0.22907161712646484, -0.27693310379981995, -0.2900441884994507, -0.2583821713924408, -0.18598873913288116, -0.16319909691810608, -0.18627364933490753, -0.13664722442626953, -0.09585240483283997, -0.07185390591621399, 0.026189716532826424, 0.1494690328836441, 0.26755377650260925, 0.3838268518447876, 0.4976358711719513, 0.632481038570404, 0.7237570881843567, 0.7346149682998657, 0.7515913248062134, 0.657854437828064, 0.4934353828430176, 0.36664652824401855, 0.24362151324748993, 0.11017274856567383, -0.01986054517328739, -0.12566636502742767, -0.15894918143749237, -0.1847790628671646, -0.21394680440425873, -0.16260237991809845, -0.131031796336174, -0.1389617770910263, -0.011636166833341122, 0.14475898444652557, 0.2820932865142822, 0.5452671051025391, 0.8178000450134277, 0.9786821007728577, 1.1772809028625488, 1.3182657957077026, 1.4266048669815063, 1.6214243173599243, 1.790631890296936, 1.8533103466033936, 1.9628920555114746, 1.9503692388534546, 1.8754879236221313, 1.9310801029205322, 1.7703032493591309, 1.272137999534607, -0.10240911692380905, -1.4583593606948853, -2.348965644836426, -2.8982932567596436, -2.877807855606079, -2.605292320251465, -2.701809883117676, -2.549750804901123, -1.6369014978408813, -0.6470193266868591, 0.15553809702396393, 0.4154793322086334, 0.29308706521987915, 0.10879574716091156, 0.08347328752279282, 0.3188038468360901, 0.5294660329818726, 0.5174959301948547, 0.504378080368042, 0.7974461317062378, 1.3542888164520264, 1.952301263809204, 2.298231601715088, 2.2042438983917236, 1.7367371320724487, 1.0458157062530518, 0.2817051410675049, -0.6801615357398987, -1.658198595046997, -2.5433788299560547, -3.099591016769409, -3.2134664058685303, -2.966792106628418, -2.5765063762664795, -1.8817490339279175, -0.9848414063453674, -0.2685289978981018, 0.20999664068222046, 0.3812372088432312, 0.3162577748298645, 0.22839324176311493, 0.17082098126411438, 0.054683808237314224, -0.05932464078068733, -0.08494085818529129, 0.1388896405696869, 0.5899754166603088, 1.0286327600479126, 1.3414192199707031, 1.4518649578094482, 1.3264356851577759, 1.1014747619628906, 0.7815295457839966, 0.29404935240745544, -0.3046146631240845, -0.9712214469909668, -1.453108310699463, -1.5537984371185303, -1.3825569152832031, -1.0779322385787964, -0.7972702383995056, -0.6109204888343811, -0.3544797897338867, 0.02684665285050869, 0.28096088767051697, 0.34718725085258484, 0.23693333566188812, 0.026988476514816284, -0.03344405069947243, 0.050670552998781204, 0.2009200155735016, 0.3682064116001129, 0.4931798577308655, 0.6425126791000366, 0.833852231502533, 0.9548143148422241, 0.9502465128898621, 0.7262594699859619, 0.357021689414978, 0.0014655301347374916, -0.3222876191139221, -0.5952311158180237, -0.7938002943992615, -0.9987670183181763, -1.1157569885253906, -1.0365104675292969, -0.8340321779251099, -0.54427570104599, -0.3333277702331543, -0.19446700811386108, -0.11718244850635529, -0.046271294355392456, 0.041859883815050125, 0.09890621155500412, 0.13479480147361755, 0.09065242111682892, -0.032321467995643616, -0.031501371413469315, -0.05071090906858444, -0.06424932926893234, 0.03334356099367142, 0.024513211101293564, -0.0362032987177372, 0.004104482941329479, -0.011954719200730324, -0.034728989005088806, -0.051639124751091, -0.15780918300151825, -0.25691574811935425, -0.3976225256919861, -0.4876407980918884, -0.47393572330474854, -0.4525626003742218, -0.4221044182777405, -0.3321407437324524, -0.23271878063678741, -0.11750619113445282, 0.016109857708215714, 0.12004564702510834, 0.18860065937042236, 0.18874606490135193, 0.21263951063156128, 0.22837014496326447, 0.2813003659248352, 0.3621515929698944, 0.4330750107765198, 0.4856734573841095, 0.5663347840309143, 0.59235018491745, 0.5711497664451599, 0.5371526479721069, 0.4221680760383606, 0.3184216618537903, 0.21854610741138458, 0.06151937320828438, -0.05780788138508797, -0.19701240956783295, -0.3160986006259918, -0.3847024142742157, -0.40425869822502136, -0.35942062735557556, -0.2837364971637726, -0.19796478748321533, -0.018189793452620506, 0.18372759222984314, 0.39828428626060486, 0.6799450516700745, 0.8753212690353394, 1.05607271194458, 1.2877331972122192, 1.3797836303710938, 1.4333086013793945, 1.5901679992675781, 1.5456931591033936, 1.6718436479568481, 1.911571741104126, 1.8499797582626343, 1.8736728429794312, 1.7866541147232056, 1.6586660146713257, 1.652823567390442, 1.4245779514312744, 0.7512812614440918, -0.7769368290901184, -2.21539568901062, -2.9868698120117188, -3.268054246902466, -3.0251870155334473, -2.6539390087127686, -2.7787060737609863, -2.482553482055664, -1.4759418964385986, -0.3614386320114136, 0.5699928402900696, 0.8068088889122009, 0.5276737213134766, 0.2982800006866455, 0.2580091059207916, 0.46548697352409363, 0.686233639717102, 0.6802679300308228, 0.646094560623169, 0.9490589499473572, 1.5247184038162231, 2.1350228786468506, 2.386566162109375, 2.188486099243164, 1.6281673908233643, 0.8540056943893433, -0.0017211363883689046, -1.0436623096466064, -2.0752203464508057, -2.8562896251678467, -3.256983757019043, -3.280379295349121, -2.9442858695983887, -2.480776786804199, -1.6949976682662964, -0.7421463131904602, -0.017993398010730743, 0.3937055468559265, 0.46103736758232117, 0.3506740629673004, 0.2767639458179474, 0.17348547279834747, 0.002866341732442379, -0.10835175216197968, -0.032205693423748016, 0.28207212686538696, 0.7799152135848999, 1.2396012544631958, 1.527969241142273, 1.620585560798645, 1.516789197921753, 1.2790594100952148, 0.8942779898643494, 0.31381484866142273, -0.44037705659866333, -1.169586181640625, -1.5837652683258057, -1.6311956644058228, -1.4914861917495728, -1.2322750091552734, -1.0143705606460571, -0.7608147263526917, -0.3404831886291504, 0.06671561300754547, 0.22723717987537384, 0.17558999359607697, 0.009406237863004208, -0.13444416224956512, -0.10537999123334885, -0.018877815455198288, 0.039425045251846313, 0.1291113942861557, 0.3172394335269928, 0.5740916132926941, 0.8455493450164795, 0.9873987436294556, 0.9355595707893372, 0.6758049726486206, 0.3725571632385254, 0.08636652678251266, -0.1982010304927826, -0.4952859878540039, -0.8070954084396362, -1.0714102983474731, -1.1034561395645142, -0.9493128657341003, -0.7366074919700623, -0.5332525372505188, -0.4269718825817108, -0.306271493434906, -0.19108529388904572, -0.3406595289707184, -0.33319875597953796, -0.3485163450241089, -0.48399192094802856, -0.40030109882354736, -0.19805975258350372, -0.10244154185056686, 0.13105802237987518, 0.36181244254112244, 0.4933745861053467, 0.5704484581947327, 0.5272324085235596, 0.44834017753601074, 0.26992809772491455, 0.006471272092312574, -0.18818822503089905, -0.2916163504123688, -0.42207688093185425, -0.49454930424690247, -0.4410085380077362, -0.39181098341941833, -0.3356618881225586, -0.17701275646686554, -0.05388889089226723, -0.002690290566533804, -0.005717018153518438, -0.07771642506122589, -0.1392110288143158, -0.10325374454259872, -0.052528299391269684, 0.06938843429088593, 0.23452335596084595, 0.37735986709594727, 0.554810106754303, 0.7747454643249512, 0.8898889422416687, 0.8894003629684448, 0.8227347731590271, 0.6318188309669495, 0.4016030728816986, 0.19868971407413483, 0.013794108293950558, -0.13486476242542267, -0.221927210688591, -0.31905651092529297, -0.3526725471019745, -0.2688330411911011, -0.19779236614704132, -0.12282881140708923, -0.00875096395611763, 0.010908041149377823, 0.04679308831691742, 0.1553066223859787, 0.2704876661300659, 0.4357270896434784, 0.7277718782424927, 0.981343686580658, 1.2071820497512817, 1.468989372253418, 1.610556721687317, 1.6222056150436401, 1.6672815084457397, 1.727601408958435, 1.781280279159546, 1.839695692062378, 1.809386134147644, 1.6512997150421143, 1.532129168510437, 1.4980469942092896, 1.4639930725097656, 1.148468017578125, -0.023179804906249046, -1.4357517957687378, -2.4150161743164062, -3.0283043384552, -2.986562490463257, -2.7265937328338623, -2.831782817840576, -2.8477942943573, -2.1939823627471924, -1.160180926322937, -0.06563649326562881, 0.6203216910362244, 0.7069866061210632, 0.5244421362876892, 0.4170359671115875, 0.5880377888679504, 0.7968011498451233, 0.9696230292320251, 0.9732812643051147, 1.0083526372909546, 1.2796778678894043, 1.7179609537124634, 2.0697057247161865, 2.196660280227661, 1.9098660945892334, 1.2795462608337402, 0.4609302580356598, -0.579317569732666, -1.5679333209991455, -2.308943033218384, -2.850006341934204, -3.1418540477752686, -3.216559648513794, -3.0876481533050537, -2.5321977138519287, -1.5861064195632935, -0.6524285674095154, -0.0161026231944561, 0.26366057991981506, 0.2824159562587738, 0.2707288861274719, 0.3033739924430847, 0.327226847410202, 0.24487003684043884, 0.16027894616127014, 0.2025134265422821, 0.4233841001987457, 0.8422667980194092, 1.273564338684082, 1.5379546880722046, 1.5763680934906006, 1.3785392045974731, 1.0356335639953613, 0.6302244067192078, 0.060050178319215775, -0.6048287153244019, -1.1755337715148926, -1.5755324363708496, -1.751711130142212, -1.6981971263885498, -1.5176869630813599, -1.254685640335083, -0.8627196550369263, -0.4532119035720825, -0.1524229347705841, 0.018972741439938545, 0.07268208265304565, 0.06758856028318405, 0.08170019090175629, 0.11224465817213058, 0.10790220648050308, 0.1285884529352188, 0.22620204091072083, 0.39062565565109253, 0.6463329792022705, 0.862095057964325, 0.9072809815406799, 0.7736393213272095, 0.5858076214790344, 0.3899182379245758, 0.16793711483478546, -0.10154422372579575, -0.47697192430496216, -0.883840799331665, -1.112162709236145, -1.1151679754257202, -0.9901542663574219, -0.7989730834960938, -0.6502620577812195, -0.5194551348686218, -0.37746912240982056, -0.1637679487466812, -0.07422138005495071, -0.33439546823501587, -0.31368592381477356, -0.40490853786468506, -0.4638271629810333, -0.22578687965869904, -0.011735883541405201, 0.05064030736684799, 0.30445706844329834, 0.46141114830970764, 0.582291305065155, 0.7033320069313049, 0.6246635913848877, 0.4555647075176239, 0.1805240958929062, -0.14560727775096893, -0.29628074169158936, -0.3835267424583435, -0.5029602646827698, -0.5640987753868103, -0.5566482543945312, -0.4595050513744354, -0.2702592611312866, -0.04853340610861778, 0.06577283143997192, 0.070783331990242, 0.051646675914525986, -0.006055712234228849, -0.03408942371606827, 0.0437675304710865, 0.07205594331026077, 0.1833530068397522, 0.36690157651901245, 0.4809875190258026, 0.6742005348205566, 0.887988269329071, 0.9345476627349854, 0.8855286836624146, 0.728347897529602, 0.45914632081985474, 0.24902260303497314, 0.03794335573911667, -0.1353994756937027, -0.20468688011169434, -0.2911319136619568, -0.2957705855369568, -0.18807600438594818, -0.08588986843824387, 0.02882217802107334, 0.11143899708986282, 0.11203420907258987, 0.0986647754907608, 0.13351258635520935, 0.21081070601940155, 0.33587002754211426, 0.4651176333427429, 0.6032710671424866, 0.7766445875167847, 1.0411673784255981, 1.2440392971038818, 1.4135892391204834, 1.5142443180084229, 1.506414532661438, 1.4306281805038452, 1.4226354360580444, 1.398895263671875, 1.3992925882339478, 1.4035489559173584, 1.3488091230392456, 1.3128294944763184, 1.3115249872207642, 1.3369388580322266, 1.2722606658935547, 0.897408664226532, -0.23285341262817383, -1.3646420240402222, -2.1982498168945312, -2.6319994926452637, -2.5435800552368164, -2.4588725566864014, -2.6235899925231934, -2.53521466255188, -1.9073524475097656, -0.9977431297302246, -0.029860951006412506, 0.4773123562335968, 0.5273433327674866, 0.3709610104560852, 0.31358298659324646, 0.4361802637577057, 0.6109954118728638, 0.7345020174980164, 0.7162104249000549, 0.7672916650772095, 0.9746082425117493, 1.2902854681015015, 1.6150330305099487, 1.839052438735962, 1.6953307390213013, 1.2607108354568481, 0.502967119216919, -0.478134423494339, -1.2427489757537842, -1.790083646774292, -2.214210271835327, -2.5390238761901855, -2.7942299842834473, -2.8369288444519043, -2.3059732913970947, -1.4855918884277344, -0.7582544684410095, -0.3188513517379761, -0.17866216599941254, -0.16907650232315063, -0.04077088087797165, 0.12267320603132248, 0.19611938297748566, 0.1718391329050064, 0.08383767306804657, 0.0566994808614254, 0.2518422305583954, 0.6321734189987183, 1.046520709991455, 1.320768117904663, 1.346914291381836, 1.1590975522994995, 0.9501372575759888, 0.7553924322128296, 0.4378809928894043, 0.027421139180660248, -0.4479343891143799, -0.9131585359573364, -1.1706161499023438, -1.2008678913116455, -1.134398102760315, -1.0101391077041626, -0.901275098323822, -0.8130282163619995, -0.6443728804588318, -0.4222153425216675, -0.24340853095054626, -0.1269012987613678, -0.10700500756502151, -0.13899768888950348, -0.104950912296772, -0.016233820468187332, 0.08613985776901245, 0.20836441218852997, 0.3361758887767792, 0.4250010848045349, 0.5135833024978638, 0.535991907119751, 0.5292499661445618, 0.4904453456401825, 0.3869136869907379, 0.21684850752353668, 0.02371211163699627, -0.1896073818206787, -0.37109994888305664, -0.4966934025287628, -0.5931646227836609, -0.6502702832221985, -0.6779150366783142, -0.6233614683151245, -0.6999236941337585, -0.7525627613067627, -0.6769742369651794, -0.6918711066246033, -0.5852358937263489, -0.470071017742157, -0.3873216509819031, -0.2593458890914917, -0.055696405470371246, 0.06341038644313812, 0.26918670535087585, 0.3955833613872528, 0.4525701701641083, 0.4871956706047058, 0.43434110283851624, 0.3723277747631073, 0.3549361526966095, 0.3206758499145508, 0.2130233496427536, 0.12373464554548264, 0.02370605617761612, -0.10286641120910645, -0.15532921254634857, -0.13509944081306458, -0.19353751838207245, -0.2312844693660736, -0.2789360582828522, -0.3438585698604584, -0.2712149918079376, -0.19400738179683685, -0.13678541779518127, -0.021269628778100014, 0.06581386923789978, 0.1812688112258911, 0.405008465051651, 0.5408569574356079, 0.6054934859275818, 0.6668661236763, 0.6452036499977112, 0.5485992431640625, 0.4258626103401184, 0.26945748925209045, 0.14746902883052826, 0.076664038002491, 0.025511614978313446, 0.006794925779104233, 0.06761503219604492, 0.15354517102241516, 0.2398596704006195, 0.319184273481369, 0.35207876563072205, 0.3232274651527405, 0.2821407914161682, 0.17668096721172333, 0.08841262012720108, 0.047671396285295486, 0.06145593151450157, 0.11661604791879654, 0.2316659390926361, 0.3589698076248169, 0.5088478922843933, 0.6700824499130249, 0.7790738940238953, 0.8439387679100037, 0.8934780955314636, 0.8797783851623535, 0.8609011769294739, 0.9053279161453247, 0.7877416014671326, 0.796089768409729, 0.9273686408996582, 1.0699596405029297, 1.2614153623580933, 1.4215807914733887, 1.3816466331481934, 1.3666257858276367, 1.3469882011413574, 1.2209534645080566, 0.9106436967849731, 0.0587068609893322, -0.9301385879516602, -1.6772371530532837, -2.0807156562805176, -2.0912094116210938, -2.0289885997772217, -2.098259687423706, -1.977896809577942, -1.5328490734100342, -0.9006088972091675, -0.2721623480319977, 0.0594317726790905, 0.15579472482204437, 0.07546518743038177, 0.01502921711653471, 0.019655734300613403, 0.03325372189283371, 0.16218547523021698, 0.32446855306625366, 0.5063652992248535, 0.7124190926551819, 0.9425234198570251, 1.1825934648513794, 1.4574427604675293, 1.4961121082305908, 1.2739207744598389, 0.793641984462738, 0.11452477425336838, -0.49648183584213257, -0.918042004108429, -1.3137115240097046, -1.6873716115951538, -1.997758388519287, -2.1705844402313232, -1.97304105758667, -1.548078179359436, -1.1048306226730347, -0.7636898756027222, -0.5338324308395386, -0.4076485335826874, -0.27053847908973694, -0.18194787204265594, -0.12572693824768066, -0.13626591861248016, -0.17688722908496857, -0.21872155368328094, -0.2075144499540329, -0.05155022442340851, 0.19115570187568665, 0.4619694650173187, 0.6944385170936584, 0.8459610939025879, 0.9047901630401611, 0.8977563977241516, 0.8165779113769531, 0.6765889525413513, 0.4728599786758423, 0.1900782585144043, -0.1304311454296112, -0.41995900869369507, -0.6346373558044434, -0.7184029817581177, -0.70699143409729, -0.6956179141998291, -0.6672707796096802, -0.614432156085968, -0.5702086687088013, -0.47444385290145874, -0.37689903378486633, -0.3357020318508148, -0.35435423254966736, -0.3998965919017792, -0.4311222434043884, -0.3785817623138428, -0.2774359881877899, -0.16763223707675934, -0.09275176376104355, -0.012134295888245106, 0.11523906141519547, 0.28670576214790344, 0.4722383916378021, 0.5908552408218384, 0.5862427353858948, 0.5605520009994507, 0.47337231040000916, 0.31872522830963135, 0.13485132157802582, -0.03999710828065872, -0.2534472644329071, -0.5586809515953064, -0.6934894323348999, -0.7391814589500427, -0.740628182888031, -0.6015689969062805, -0.49283382296562195, -0.41372907161712646, -0.24556255340576172, -0.09294989705085754, 0.021854905411601067, 0.0888390764594078, 0.039833493530750275, -0.006026105489581823, -0.048547353595495224, -0.08275288343429565, -0.03658110648393631, 0.04702305048704147, 0.14598600566387177, 0.2864820659160614, 0.4345484972000122, 0.513957679271698, 0.5374957919120789, 0.522018551826477, 0.4259004592895508, 0.2871045768260956, 0.1380608230829239, -0.0670323520898819, -0.22516585886478424, -0.2849923074245453, -0.28616270422935486, -0.1990440934896469, -0.10424341261386871, -0.03082101233303547, 0.09105285257101059, 0.2469257414340973, 0.34292346239089966, 0.38079240918159485, 0.3562611937522888, 0.2560082972049713, 0.16235916316509247, 0.11578240990638733, 0.057319510728120804, 0.05600462853908539, 0.11301009356975555, 0.17576299607753754, 0.2592436969280243, 0.34977617859840393, 0.39289385080337524, 0.44662246108055115, 0.4754776060581207, 0.4208230972290039, 0.3547506332397461, 0.2714560627937317, 0.1810905933380127, 0.15155842900276184, 0.16205407679080963, 0.21552257239818573, 0.295541375875473, 0.34445518255233765, 0.39629408717155457, 0.44103026390075684, 0.46726754307746887, 0.50100177526474, 0.46133339405059814, 0.3673543930053711, 0.2772025465965271, 0.20697234570980072, 0.194403737783432, 0.21786460280418396, 0.2360846996307373, 0.22203901410102844, 0.2587970793247223, 0.2836317718029022, 0.315250039100647, 0.3599225580692291, 0.3324596583843231, 0.26577362418174744, 0.18860884010791779, 0.1401149481534958, 0.11978080123662949, 0.14287950098514557, 0.17422769963741302, 0.23973076045513153, 0.3045087158679962, 0.41170039772987366, 0.560464084148407, 0.7100659012794495, 0.8159418702125549, 0.834265947341919, 0.7321683168411255, 0.4642411172389984, 0.13186806440353394, -0.15473762154579163, -0.3908904194831848, -0.5572353005409241, -0.6984674334526062, -0.8286226987838745, -0.8872495293617249, -0.8128464818000793, -0.6791311502456665, -0.47961023449897766, -0.3519129753112793, -0.3197685182094574, -0.333543986082077, -0.3786381483078003, -0.4391690790653229, -0.4566863775253296, -0.44802308082580566, -0.4536234438419342, -0.4184255301952362, -0.35513821244239807, -0.2176801860332489, -0.0030856418889015913, 0.18663938343524933, 0.31207275390625, 0.35798394680023193, 0.3158996105194092, 0.21800021827220917, 0.09252803772687912, -0.045595571398735046, -0.1874484270811081, -0.3578863739967346, -0.5264515280723572, -0.5945309996604919, -0.5775442123413086, -0.5162058472633362, -0.4210934638977051, -0.3478875756263733, -0.2831152677536011, -0.2529226839542389, -0.2274002879858017, -0.18962204456329346, -0.20952372252941132, -0.24818724393844604, -0.3076774477958679, -0.3717428147792816, -0.38779425621032715, -0.35503867268562317, -0.29893121123313904, -0.22365182638168335, -0.1565590649843216, -0.08539006859064102, -0.003595353802666068, 0.061606571078300476, 0.10918677598237991, 0.12240443378686905, 0.09415116161108017, 0.051202207803726196, 0.012636075727641582, -0.038069188594818115, -0.1093086302280426, -0.1650901883840561, -0.20854952931404114, -0.24682974815368652, -0.2445136308670044, -0.22059577703475952, -0.2003152221441269, -0.18745380640029907, -0.18053944408893585, -0.15750296413898468, -0.12027638405561447, -0.08495500683784485, -0.0736190602183342, -0.10310474038124084, -0.12303025275468826, -0.14225313067436218, -0.13585393130779266, -0.1258796900510788, -0.11749517172574997, -0.12392037361860275, -0.1395893692970276, -0.12277013063430786, -0.07924529165029526, -0.051680125296115875, -0.020454466342926025, -0.04682750254869461, -0.09880439192056656, -0.13097305595874786, -0.17243219912052155, -0.2172364443540573, -0.23868094384670258, -0.25739559531211853, -0.2503393590450287, -0.20874764025211334, -0.15881024301052094, -0.08948145061731339, 0.006866080686450005, 0.08610951900482178, 0.14173810184001923, 0.1487616002559662, 0.14380185306072235, 0.12293904274702072, 0.12704819440841675, 0.15323197841644287, 0.1586858183145523, 0.1424047350883484, 0.14886440336704254, 0.16554602980613708, 0.206125870347023, 0.21935568749904633, 0.22939607501029968, 0.20573854446411133, 0.1409032791852951, 0.10247679799795151, 0.04438711330294609, 0.005752162542194128, -0.03073314018547535, -0.06008525192737579, -0.07921767234802246, -0.07745042443275452, -0.021449001505970955, 0.004212910309433937, 0.08777345716953278, 0.1419733464717865, 0.19266140460968018, 0.2126617431640625, 0.24506857991218567, 0.2831849455833435, 0.31857290863990784, 0.32260555028915405, 0.2886767089366913, 0.2534998655319214, 0.2424324005842209, 0.22468461096286774, 0.2620435953140259, 0.258231520652771, 0.28055959939956665, 0.26886263489723206, 0.294676274061203, 0.29370492696762085, 0.30768638849258423, 0.2964739203453064, 0.2645360827445984, 0.21980825066566467, 0.22431990504264832, 0.17497201263904572, 0.16197578608989716, 0.1381969004869461, 0.12545350193977356, 0.14804698526859283, 0.10432825982570648, 0.09563978016376495, 0.05341401696205139, 0.06121668219566345, 0.07572159916162491, 0.11607909202575684, 0.09960643947124481, 0.1199871078133583, 0.08255309611558914, 0.05931144207715988, 0.10103560984134674, 0.12905699014663696, 0.14413481950759888, 0.13378866016864777, 0.15068964660167694, 0.12615466117858887, 0.14420513808727264, 0.19881345331668854, 0.2112962156534195, 0.2190214991569519, 0.2188057154417038, 0.1588599532842636, 0.12384247034788132, 0.14612509310245514, 0.14225921034812927, 0.12316086888313293, 0.13635244965553284, 0.12679900228977203, 0.10242409259080887, 0.07613307237625122, 0.06664003431797028, 0.06997360289096832, 0.06722727417945862, 0.038388755172491074, 0.042554743587970734, 0.01570408046245575, -0.007468149531632662, 0.01847199536859989, 0.01376920472830534, 0.015531455166637897, 0.007630104199051857, 0.001549597131088376, 0.035391803830862045, 0.07993747293949127, 0.08383011072874069, 0.08349943906068802, 0.05346497520804405, -0.018151942640542984, -0.08853764086961746, -0.13964179158210754, -0.15379218757152557, -0.19455116987228394, -0.22529341280460358, -0.22023813426494598, -0.20629870891571045, -0.17937007546424866, -0.14877192676067352, -0.13930529356002808, -0.1126452311873436, -0.11502145975828171, -0.14006870985031128, -0.16340336203575134, -0.2104763239622116, -0.25815752148628235, -0.29982373118400574, -0.32060152292251587, -0.3139972388744354, -0.29567089676856995, -0.2950267195701599, -0.3012844920158386, -0.29528936743736267, -0.2760773003101349, -0.265256404876709, -0.2642403841018677, -0.26447129249572754, -0.2868397533893585, -0.301681786775589, -0.3074013888835907, -0.2873132526874542, -0.27843302488327026, -0.2686977982521057, -0.23281818628311157, -0.18377234041690826, -0.1497853696346283, -0.10374322533607483, -0.07870297878980637, -0.07605928182601929, -0.08318052440881729, -0.10381405800580978, -0.13408184051513672, -0.15587536990642548, -0.1936200112104416, -0.2375047504901886, -0.2493487149477005, -0.26042136549949646, -0.24404874444007874, -0.2077435553073883, -0.172591894865036, -0.11182478070259094, -0.05631912499666214, -0.03270849585533142, -0.0023166912142187357, 0.020546190440654755, 0.03895099088549614, 0.05303380265831947, 0.04502483457326889, 0.05703828111290932, 0.05180630087852478, 0.030607791617512703, 0.01600411720573902, 0.021297255530953407, 0.038889478892087936, 0.035132069140672684, 0.008757648058235645, -0.004941129125654697, -0.006902188062667847, -0.006932697258889675, 0.0034581664949655533, 0.013258012011647224, -0.0032735837157815695, -0.024685898795723915, -0.03213408589363098, -0.008907570503652096, -0.002376310061663389, 0.008866259828209877, 0.01251450926065445, -0.014278324320912361, -0.011742020025849342, -0.013765511102974415, -0.014984703622758389, -0.001748481998220086, -0.001328853890299797, -0.021150803193449974, -0.01171013992279768, 0.0012924682814627886, 0.011274906806647778, 0.00822820607572794, 0.03988054022192955, 0.0686197429895401, 0.043308887630701065, 0.10658172518014908, 0.12919816374778748, 0.1295311003923416, 0.1374204158782959, 0.1300588697195053, 0.10462789237499237, 0.09617384523153305, 0.06593698263168335, 0.07141800969839096, 0.012434861622750759, 0.06522617489099503, 0.017344625666737556, 0.033716484904289246, 0.027096765115857124, 0.06602343171834946, 0.1006532534956932, 0.07991010695695877, 0.14107723534107208, 0.13432393968105316, 0.16100864112377167, 0.18227991461753845, 0.17486073076725006, 0.17420712113380432, 0.20082785189151764, 0.19817180931568146, 0.20025041699409485, 0.21459518373012543, 0.1877301186323166, 0.22109702229499817, 0.19159887731075287, 0.23019976913928986, 0.2420038878917694, 0.22682912647724152, 0.24231024086475372, 0.23686520755290985, 0.21173642575740814, 0.19200214743614197, 0.1949552595615387, 0.11720984429121017, 0.1178969144821167, 0.1032261773943901, 0.12430490553379059, 0.08817771077156067, 0.07614150643348694, 0.09310995042324066, 0.0889529436826706, 0.11203597486019135, 0.12097658216953278, 0.12900812923908234, 0.14500819146633148, 0.1429436355829239, 0.1142737865447998, 0.14003871381282806, 0.12071885913610458, 0.12551438808441162, 0.12612859904766083, 0.10040910542011261, 0.06059872731566429, 0.08810868859291077, 0.09291022270917892, 0.13110442459583282, 0.13858845829963684, 0.1325530707836151, 0.05811537057161331, 0.06869715452194214, 0.06452693790197372, 0.0465516597032547, 0.0598502941429615, -0.017957281321287155, -0.03652787581086159, -0.07936736196279526, -0.06776449084281921, -0.07287005335092545, -0.13030290603637695, -0.14671948552131653, -0.20785322785377502, -0.1857919991016388, -0.19799762964248657, -0.15648213028907776, -0.16130311787128448, -0.1576201468706131, -0.15361464023590088, -0.13397063314914703, -0.10652362555265427, -0.10019516199827194, -0.06747511774301529, -0.06822474300861359, -0.029416734352707863, -0.0458337627351284, 0.002499988069757819, 0.008917653933167458, 0.03826647624373436, 0.026032187044620514, 0.01553948875516653, 0.033390555530786514, -0.03858582302927971, -0.07108905166387558, -0.06550450623035431, -0.10866566747426987, -0.12112779170274734, -0.11317643523216248, -0.16224758327007294, -0.1700417846441269, -0.15877114236354828, -0.183537095785141, -0.14664334058761597, -0.1534411758184433, -0.17696547508239746, -0.18850983679294586, -0.19053363800048828, -0.13794387876987457, -0.1339230239391327, -0.1110696941614151, -0.10719971358776093, -0.09072493761777878, -0.07873760163784027, -0.03154320642352104, -0.020600222051143646, 0.004729947075247765, 0.011333135887980461, 0.05560766160488129, 0.03380754217505455, -0.02072775922715664, -0.01662398874759674, -0.018462006002664566, -0.05739549174904823, -0.026630444452166557, -0.049366679042577744, -0.04993511736392975, -0.05359199270606041, -0.03397445008158684, -0.04801206290721893, -0.030810406431555748, -0.040219828486442566, -0.06865959614515305, -0.04258433356881142, -0.013316343538463116, -0.00827838759869337, -0.014299138449132442, -0.02069551683962345, -0.027127152308821678, -0.01610596477985382, -0.006304081063717604, 0.012307865545153618, 0.02100084349513054, -0.035246673971414566, 0.020630117505788803, -0.019366994500160217, -0.010191228240728378, -0.03286600857973099, -0.017811866477131844, -0.028904404491186142, -0.03287401795387268, -0.018952803686261177, -0.05606670305132866, -0.045370351523160934, -0.033429283648729324, -0.04897703602910042, -0.06481070816516876, -0.0818042978644371, -0.07133039832115173, -0.05302710831165314, -0.03917073458433151, -0.002139153191819787, 0.01166413351893425, -0.0326804481446743, -0.03553646057844162, 0.0021721282973885536, -0.029809847474098206, -0.005615377798676491, -0.04572184383869171, -0.04294911026954651, -0.05352369695901871, -0.078791543841362, -0.04953423887491226, -0.049202702939510345, -0.05242372304201126, -0.031168336048722267, -0.03337012976408005, -0.007012661080807447, -0.012545756064355373, 0.012230634689331055, 0.014113091863691807, 0.01904240809381008, 0.0009477533749304712, 0.002376256510615349, 0.01130942814052105, 0.027925902977585793, 0.034529924392700195, 0.0719810202717781, 0.061386480927467346, 0.05324198678135872, 0.05356745049357414, 0.080133356153965, 0.04072463512420654, 0.041370756924152374, 0.029500754550099373, 0.00592963257804513, 0.020856278017163277, 0.014869235455989838, 0.0034387593623250723, -0.014512678608298302, -0.020512528717517853, -0.04704068601131439, -0.046218983829021454, -0.030710631981492043, -0.005028193816542625, -0.011849497444927692, -0.019674206152558327, -0.016380060464143753, -0.023315399885177612, -0.02161892130970955, -0.000623829779215157, 0.008835878223180771, 0.009103329852223396, 0.014075740240514278, 0.026830004528164864, 0.035002704709768295, 0.0936104953289032, 0.07935866713523865, 0.11865938454866409, 0.07918933033943176, 0.11947450786828995, 0.05426492914557457, 0.08970673382282257, 0.10539501160383224, 0.078537717461586, 0.04845534637570381, 0.041899338364601135, 0.05282058194279671, 0.062326569110155106, 0.03616984561085701, 0.061409417539834976, 0.019138390198349953, 0.03752859681844711, 0.012455424293875694, 0.011546043679118156, -0.046638891100883484, -0.0312467310577631, -0.05411024019122124, -0.038487471640110016, -0.04540672153234482, -0.051211949437856674, -0.03948528692126274, -0.047508541494607925, -0.026612408459186554, 0.017949245870113373, -0.0032752056140452623, 0.019894566386938095, -0.033046893775463104, -0.03272280842065811, -0.01392046082764864, -0.01163431629538536, 0.0024140572641044855, 0.004552426747977734, -0.016649972647428513, 0.02232019603252411, 0.003613813780248165, 0.006437653210014105, 0.02348889410495758, 0.0008406519773416221, 0.03364827483892441, 0.013523327186703682, 0.005808420013636351, -0.012566003948450089, 0.01188871543854475, 0.06601299345493317, 0.09358391910791397, 0.06819112598896027, 0.07311125844717026, 0.04016474634408951, 0.06107281148433685, 0.019412104040384293, 0.00573613028973341, 0.015866627916693687, -0.0188083965331316, -0.0008343408699147403, -0.01359514333307743, 0.010666463524103165, 0.03558306396007538, 0.03251173347234726, 0.03366979584097862, 0.054270535707473755, 0.00045646572834812105, 0.032787494361400604, -0.005532996729016304, 0.027151720598340034, 0.04091981425881386, 0.019893815740942955, 0.04758182168006897, -0.008217834867537022, 0.019631465896964073, 0.008635085076093674, 0.03750792145729065, 0.047518353909254074, 0.045321814715862274, 0.01589706912636757, 0.004171743523329496, 0.02748757228255272, 0.0052883075550198555, 0.00041787876398302615, -0.019341863691806793, -0.023339277133345604, -0.01970832422375679, 0.021878955885767937, -0.012036607600748539, 0.046447522938251495, 0.02897138148546219, -0.030191710218787193, 0.03652578219771385, -0.017022814601659775, 0.014707883819937706, 0.0044505721889436245, 0.030958350747823715, -0.01002197153866291, 0.01961086131632328, -0.026787472888827324, 0.024403231218457222, -0.03658030927181244, -0.0033620395697653294, -0.02510860562324524, -0.04712808504700661, -0.07048024982213974, -0.09869427978992462, -0.08398360759019852, -0.04026168957352638, -0.04589935392141342, -0.04716929420828819, -0.047789812088012695, -0.08223779499530792, -0.05187743157148361, -0.09041536599397659, -0.035341713577508926, -0.0718722715973854, -0.05146273225545883, -0.007991881109774113, 0.013087114319205284, 0.006792444735765457, 0.014950466342270374, -0.013143778778612614, 0.03294884040951729, 0.007975338958203793, 0.047676023095846176, -0.049937594681978226, -0.0039422945119440556, -0.07084543257951736, -0.007396816276013851, -0.00799647532403469, 0.005717255175113678, -0.029258811846375465, -0.0556124709546566, -0.058558207005262375, -0.05313715711236, -0.0449468195438385, -0.05396287888288498, -0.02684859372675419, -0.11207081377506256, -0.052421920001506805, -0.0074190404266119, 0.05077527463436127, 0.057951509952545166, 0.04386918246746063, 0.02183416113257408, 0.038316551595926285, 0.05274002626538277, 0.031614046543836594, 0.025046030059456825, 0.03382353484630585, 0.030141962692141533, -0.000823364534880966, 0.010408345609903336, 0.03209017589688301, -0.0005408276920206845, 0.0012869485653936863, 0.013688473030924797, 0.039072435349226, 0.00427083158865571, 0.00019211965263821185, -0.009776808321475983, -0.05269017070531845, 0.007739365566521883, 0.0012370049953460693, 0.0167430117726326, -0.0022254379000514746, -0.021207503974437714, 0.01289849542081356, -0.010879695415496826, -0.02977992594242096, -0.0010378377046436071, -0.007095775101333857, 0.009612318128347397, 0.07305844128131866, 0.03132257238030434, 0.04370150342583656, 0.0389970988035202, 0.030422208830714226, 0.00793745182454586, 0.047914229333400726, 0.007734997663646936, 0.030907152220606804, -0.013019990175962448, -0.0053482200019061565, 0.007414091378450394, -0.011327621527016163, 0.022798830643296242, -0.0640314519405365, -0.03365977853536606, -0.01913515292108059, -0.010553914122283459, 0.027654027566313744, 0.00465221144258976, 0.00979427807033062, 0.006202014163136482, -0.03472035750746727, 0.04512394219636917, 0.06026492267847061, -0.011670825071632862, -0.0015681582735851407, 0.005494199227541685, 0.00556911900639534, -0.000702732359059155, 0.03166749328374863, 0.006256212014704943, 0.09179158508777618, 0.06133253127336502, 0.018150348216295242, 0.020428109914064407, 0.026960007846355438, -0.0038832586724311113, -0.02064540609717369, -0.009408211335539818, -0.003999057225883007, -0.05630827322602272, -0.0468495674431324, -0.03913803771138191, 0.015746377408504486, 0.04249752685427666, -0.011131105944514275, -0.013349398039281368, -0.020684542134404182, -0.01770494133234024, 0.03183231130242348, 0.05262412875890732, 0.012564404867589474, 0.027618596330285072, 0.016466250643134117, 0.038672562688589096, 0.009447026066482067, -0.013960656709969044, -0.018316863104701042, -0.011419643647968769, -0.037062373012304306, -0.024891939014196396, -0.03967311233282089, -0.03841220214962959, -0.00966665055602789, 0.01708310842514038, -0.009814057499170303, -0.0007657373207621276, -0.015188591554760933, -0.060194216668605804, -0.03825045004487038, -0.017223386093974113, -0.01238191593438387, -0.02470172941684723, -0.0004308236239012331, 0.025833336636424065, -0.0020908014848828316, 0.02958943508565426, 0.07388559728860855, 0.019568420946598053, 0.026499692350625992, 0.03975168243050575, 0.0439540259540081, 0.018224483355879784, 0.033151622861623764, 0.0019508748082444072, 0.02282235398888588, -0.016177736222743988, 0.021166954189538956, 0.025111474096775055, -0.015587430447340012, -0.016393639147281647, -0.048363298177719116, -0.06398710608482361, -0.03813311830163002, -0.060380272567272186, -0.022435659542679787, -0.050309959799051285, -0.0237130094319582, -0.017535056918859482, -0.0036194503773003817, -0.01693139038980007, -0.041791919618844986, -0.03633131459355354, -0.01159700658172369, 0.03461502492427826, -0.010310089215636253, 0.01720219850540161, 0.007490447722375393, -0.010382695123553276, -0.04023078456521034, 0.012247213162481785, -0.011401668190956116, 0.013130679726600647, -0.019628800451755524, -0.05720170959830284, -0.0469214990735054, -0.10015176236629486, -0.051344096660614014, -0.03831183910369873, -0.04949219897389412, -0.06944962590932846, -0.05406396836042404, -0.03502129390835762, 0.004521572031080723, -0.031660646200180054, 0.0031005199998617172, -0.03451389819383621, -0.0741235539317131, 0.06771139055490494, 0.0429501086473465, 0.11523880809545517, 0.0351729579269886, 0.039502594619989395, 0.06803791970014572, 0.05960704758763313, 0.10880041867494583, 0.05855150893330574, 0.0675131306052208, 0.020534200593829155, 0.016377625986933708, 0.03026415966451168, 0.0367957204580307, 0.03600741922855377, 0.01250353641808033, 0.01287323608994484, 0.012807494960725307, 0.03775564581155777, 0.03529144078493118, 0.022515587508678436, 0.023587768897414207, -0.03545711934566498, 0.012730032205581665, -0.04850192368030548, -0.01862793043255806, -0.013307000510394573, -0.02146577276289463, -0.030536850914359093, -0.05010940134525299, -0.03473546728491783, 0.010202406905591488, 0.0128040611743927, 0.045274518430233, -0.00541057949885726, 0.007147243712097406, 0.030540447682142258, -0.019449438899755478, 0.0675189271569252, 0.02918880246579647, 0.04699864983558655, -0.014917516149580479, -0.08017314970493317, -0.06860479712486267, -0.007994753308594227, -0.003058131318539381, 0.01210001390427351, -0.009351789020001888, -0.04524616152048111, 0.002045794390141964, 0.022379931062459946, 0.07059251517057419, -0.029414944350719452, -0.02798338048160076, -0.047875359654426575, -0.032520733773708344, 0.058782029896974564, -0.0018796862568706274, 0.04301896318793297, -0.008510677143931389, 0.02827518992125988, 0.015155994333326817, 0.04731175675988197, 0.0018540479941293597, 0.037884924560785294, 0.04055303335189819, 0.013962799683213234, 0.02588888816535473, -0.005105289164930582, 0.0418727770447731, -0.012772879563272, 0.053926873952150345, -0.010305593721568584, -0.00740662869066, -0.05364735424518585, -0.012666044756770134, 0.03225792199373245, 0.06748820096254349, 0.034722864627838135, 0.05760136991739273, 0.04326760768890381, 0.025503436103463173, 0.050918035209178925, 0.06416819244623184, 0.033128079026937485, 0.023990053683519363, -0.00839034654200077, 0.025405434891581535, -0.026059668511152267, 0.07338294386863708, 0.022084444761276245, 0.02770579792559147, 0.006629474926739931, -0.02162560075521469, 0.01210200134664774, -0.012672522105276585, -0.004553157836198807, -0.045409031212329865, -0.022996118292212486, 0.006025001872330904, -0.0023373905569314957, -0.0303750429302454, 0.08943098783493042, -0.048431526869535446, 0.038152892142534256, 0.011887305416166782, 0.0043608881533145905, -0.019358618184924126, 0.017197687178850174, 0.025561539456248283, 0.023358477279543877, -0.0062703946605324745, -0.023947911337018013, -0.01490053255110979, -0.02248190902173519, 0.0738808885216713, 0.046997103840112686, 0.04200546070933342, -0.04168461635708809, 0.015499761328101158, 0.025784658268094063, -0.06207785755395889, 0.0073130265809595585, -0.005600244738161564, -0.033097680658102036, -0.041857458651065826, 0.04971231147646904, -0.032473426312208176, 0.004393666051328182, 0.047915972769260406, -0.0623617023229599, -0.030673807486891747, -0.01889301836490631, -0.02939487434923649, 0.0048898737877607346, 0.014737356454133987, 0.02827705442905426, -0.01937505044043064, -0.024721093475818634, 0.03090026043355465, 0.004720764700323343, 0.03412845730781555, 0.03511346876621246, 0.03398192301392555, 0.009210492484271526, -0.026012826710939407, 0.01470294501632452, 0.006992892827838659, -0.04408721625804901, 0.006838759407401085, -0.029916029423475266, -0.009445933625102043, -0.08850641548633575, 0.02430746518075466, -0.04696520417928696, 0.011434406042098999, -0.0607256144285202, -0.030921218916773796, -0.0764593556523323, 0.022948527708649635, 0.015404845587909222, -0.00759710231795907, 0.016313105821609497, -0.020925287157297134, 0.007920276373624802, 0.022849148139357567, -0.016319895163178444, -0.03822096437215805, -0.04239916056394577, -0.01026937272399664, 0.027379252016544342, 0.010335909202694893, 0.014276460744440556, -0.03698350861668587, -0.004676947370171547, -0.018310479819774628, -0.04174770414829254, 0.03208870813250542, -0.04982811212539673, -0.03962133824825287, -0.036126717925071716, -0.033448077738285065, -0.013651409186422825, -0.046506062150001526, -0.028118647634983063, -0.010943124070763588, 0.013215825892984867, 0.020176155492663383, 0.011417936533689499, -0.0030317294877022505, -0.029387449845671654, -0.026761401444673538, -0.031614359468221664, -0.025848738849163055, -0.0518367737531662, -0.04378487914800644, -0.027968449518084526, 0.03190191090106964, 0.021375475451350212, 0.012197975069284439, -0.01149852853268385, -0.03711870312690735, -0.03894500806927681, -0.0008346968097612262, 0.013299372047185898, -0.011176001280546188, -0.023447303101420403, -0.023648351430892944, 0.05628998205065727, -0.003495213109999895, 0.04300660267472267, 0.012387389317154884, -0.02491835691034794, -0.04341014847159386, 0.0037387434858828783, -0.010354737751185894, 0.00989813357591629, -0.016604594886302948, -0.0004110935842618346, -0.02383269928395748, -0.031333234161138535, 0.019352532923221588, 0.009191938675940037, 0.03918616846203804, -0.000659570621792227, -0.03554606810212135, 0.023187559098005295, -0.09099122136831284, 0.06398004293441772, -0.01320396363735199, 0.011903547681868076, -0.015699297189712524, -0.038770418614149094, 0.00805751234292984, 0.02204909548163414, 0.02871984988451004, -0.01155111100524664, -0.023605424910783768, 0.012442976236343384, -0.057335130870342255, -0.009965316392481327, -0.00017716902948450297, -0.03161633014678955, -0.02020684815943241, -0.03171825781464577, -0.009391837753355503, 0.0037111223209649324, -0.010458400472998619, -0.03009401634335518, -0.05953514575958252, -0.01359331700950861, -0.026473335921764374, -0.016718532890081406, -0.007066063117235899, -0.014378700405359268, -0.00523447897285223, -0.010645226575434208, -0.025054235011339188, 0.041012343019247055, -0.004319984465837479, 0.022175902500748634, 0.01617022603750229, -0.021121837198734283, -0.02381555177271366, 7.428790559060872e-05, 0.03880499303340912, 0.02373712882399559, 0.06159404665231705, 0.032147351652383804, 0.005746996961534023, 0.01663106121122837, 0.01958424784243107, 0.012742840684950352, 0.05795210972428322, 0.017403164878487587, -0.004811495076864958, 0.05949465185403824, 0.08916782587766647, 0.08812697976827621, 0.14627447724342346, 0.0581200085580349, 0.017820976674556732, 0.036342255771160126, 0.02162766456604004, 0.04429668188095093, 0.06221840903162956, -0.023113518953323364, 0.01232771947979927, -0.03971251845359802, 0.022779108956456184, 0.016419775784015656, 0.00074996572220698, -0.023567838594317436, -0.03303369879722595, -0.01768660731613636, 0.05198900029063225, 0.08319764584302902, 0.06452535092830658, 0.10092122852802277, 0.11020653694868088, 0.10307574272155762, 0.0647699162364006, 0.04018974304199219, 0.045327115803956985, 0.012952218763530254, 0.01149255782365799, 0.05385659262537956, -0.0052340165711939335, -0.0536356121301651, -0.03056158870458603, -0.03891165927052498, -0.014744936488568783, -0.0342780165374279, -0.05529368668794632, -0.11239086091518402, -0.08661285042762756, -0.053079865872859955, -0.04194255918264389, -0.040455590933561325, -0.06875544786453247, -0.0566839724779129, 0.012896262109279633, -0.021025579422712326, 0.04197326675057411, -0.019084004685282707, -0.04293328523635864, -0.020900782197713852, -0.001248296000994742, 0.002687743166461587, 0.016858067363500595, 0.0041035539470613, -0.03589274734258652, -0.0054757846519351006, 0.032406602054834366, 0.0031814570538699627, -0.02505919523537159, -0.016772696748375893, -0.02835451252758503, -0.04747313633561134, 0.05252668261528015, -0.0076782894320786, -0.01750881038606167, -0.015365032479166985, 0.022385306656360626, 0.050227440893650055, -0.008302473463118076, 0.01498522236943245, 0.00861772708594799, 0.0031311672646552324, 0.0020288315135985613, 0.012863748706877232, -0.01207671407610178, -0.014640101231634617, -0.02078411728143692, 0.017071601003408432, 0.06953658163547516, 0.06862888485193253, -0.008865502662956715, -0.0008846514974720776, -0.012162008322775364, 0.0474664680659771, -0.00901077315211296, 0.0014187948545441031, -0.05472166836261749, -0.02789159305393696, 0.018867190927267075, 0.0396469421684742, 0.017517821863293648, 0.011265706270933151, 0.0081789530813694, -0.005149185191839933, 0.04276454448699951, 0.015435387380421162, -0.012098340317606926, 0.005253579933196306, -0.04783567041158676, -0.01421539019793272, -0.02984340488910675, -0.0026056449860334396, -0.034959957003593445, -0.03352314233779907, 0.0019896342419087887, 0.004686721134930849, 0.038077909499406815, -0.052375148981809616, -0.029095347970724106, -0.041209444403648376, 9.5785828307271e-05, -0.07723469287157059, -0.02409810572862625, -0.0693659856915474, -0.012521309778094292, 0.014731279574334621, 0.02003433369100094, 0.0327005535364151, -0.03924798220396042, 0.004672239534556866, -0.054188575595617294, -0.00013741278962697834, -0.0020220279693603516, 0.004178794100880623, 0.008674483746290207, -0.03482597693800926, -0.007849100045859814, 0.011748249642550945, 0.06463944911956787, 0.0030707402620464563, 0.003357803914695978, -0.034139204770326614, -0.01865312084555626, -0.07232538610696793, -0.07256323099136353, -0.05673696845769882, -0.026920266449451447, -0.01986401341855526, 0.007733022794127464, -0.0005263551720418036, 0.039819005876779556, 0.0496150366961956, 0.010218140669167042, 0.037827543914318085, -0.00436478853225708, -0.02969813160598278, -0.011473632417619228, 0.010834128595888615, -0.022931460291147232, -0.01919340342283249, -0.020635420456528664, -0.026896515861153603, -0.0053776223212480545, 0.0023016417399048805, 0.05187205225229263, 0.051424603909254074, -0.005182827822864056, 0.01866866648197174, 0.008989821188151836, 0.01138355489820242, -0.034477490931749344, 0.006751765497028828, -0.05411086231470108, -0.08888532966375351, -0.02811766229569912, -0.019739443436264992, -0.02426593005657196, -0.023707620799541473, -0.0030890703201293945, -0.02513863891363144, 0.0014918795786798, 0.012428068555891514, 0.026847058907151222, 0.025046104565262794, -0.03888801485300064, -0.042495328933000565, -0.02968064323067665, -0.01869051903486252, 0.025085104629397392, 0.014882916584610939, 0.006344764959067106, 0.05317721888422966, 0.03331753984093666, -0.0035713627003133297, 0.03087502531707287, 0.03339282423257828, 0.03223250061273575, 0.020021552219986916, 0.029639335349202156, -0.008993118070065975, -0.04356871545314789, 0.006152998190373182, 0.008593515492975712, 0.015992220491170883, -0.01722794957458973, -0.038221098482608795, -0.04633825272321701, 0.01928120292723179, 0.036631010472774506, 0.0564533956348896, 0.019876068457961082, -0.033047936856746674, -0.039317019283771515, -0.002973822643980384, 0.05391303822398186, 0.026294255629181862, 0.020893415436148643, -0.010055188089609146, -0.020478595048189163, 0.011564468033611774, 0.005559955257922411, 0.0480603463947773, 0.01315873023122549, -0.0007335544214583933, 0.012771337293088436, -0.008005620911717415, -0.003132242476567626, 0.0460193045437336, 0.010821894742548466, 0.025759637355804443, -0.025068163871765137, -0.0045481836423277855, -0.03803587704896927, -0.024802561849355698, 0.03707278147339821, -0.023394929245114326, 0.021888000890612602, -0.013178128749132156, -0.01083456166088581, 0.03184221684932709, 0.009459119290113449, 0.019436847418546677, -0.018118593841791153, -0.02187902107834816, 0.020643463358283043, -0.037665173411369324, 0.03456239029765129, -0.018832886591553688, -0.04315729811787605, -0.012916567735373974, -0.03188353776931763, -0.012344473041594028, -0.02586987614631653, 0.05144046992063522, -0.004585658200085163, 0.01407834142446518, 0.0013792702229693532, -0.02788674086332321, -0.008977487683296204, -0.023889632895588875, -0.01545343454927206, -0.04497075825929642, -0.04361753910779953, -0.016600847244262695, -0.031389057636260986, 0.016249515116214752, 0.0015874681994318962, 0.02391899563372135, 0.007403695024549961, -0.04227569326758385, -0.023346563801169395, -0.034537699073553085, -0.008642751723527908, 0.001745722838677466, -0.018738143146038055, 0.008652715012431145, -0.018966330215334892, 0.0110591696575284, -0.018951639533042908, -0.009817447513341904, 0.014088373631238937, -0.01546091865748167, 0.013255210593342781, -0.047005195170640945, 0.0448022298514843, 0.03398352488875389, 0.044848181307315826, 0.005126004107296467, 0.014478696510195732, -0.011988434940576553, 0.04149843379855156, 0.05109761655330658, 0.04871344566345215, 0.02508658915758133, 0.04080557823181152, 0.000905290711671114, 0.0161212757229805, 0.07710951566696167, 0.04984000325202942, 0.048052191734313965, -0.003917824011296034, 0.025546249002218246, 0.01675012893974781, 0.041261930018663406, 0.013659728690981865, -0.003848096588626504, 0.021337073296308517, -0.004490663297474384, 0.03249425068497658, 0.0130802346393466, -0.006558306515216827, 0.018028831109404564, 0.012439348734915257, 0.03911047801375389, 0.014457001350820065, 0.026651741936802864, 0.004177446942776442, 0.0041519044898450375, -0.008876988664269447, 0.039017658680677414, 0.048811815679073334, -0.00251021864823997, -0.03966105729341507, 0.0024399766698479652, -0.016796138137578964, 0.04372936487197876, 0.016836488619446754, 0.020292779430747032, 0.004176754970103502, -0.024220645427703857, 0.049665700644254684, 0.03165535256266594, 0.030866220593452454, 0.012330449186265469, 0.05910389497876167, -0.015796856954693794, 0.013257111422717571, 0.007006352301687002, 0.02937201038002968, 0.03553471714258194, -0.03945821896195412, 0.042450763285160065, -0.028970589861273766, 0.03753098100423813, -0.015381896868348122, -0.02619033493101597, -0.030075451359152794, -0.0025124079547822475, -0.0395045280456543, -0.02357293665409088, -0.02193794585764408, -0.04610608518123627, -0.01741287112236023, -0.06080612912774086, -0.023296887055039406, -0.04662078991532326, -0.03249407932162285, -0.027294650673866272, -0.024035541340708733, -0.004938352387398481, -0.04767153039574623, 0.006059819366782904, -0.059428635984659195, -0.020121585577726364, -0.019496016204357147, 0.029874224215745926, -0.011051427572965622, 0.006816918961703777, -0.02421450987458229, 0.0007623218116350472, -0.00043502607150003314, 0.030924322083592415, 0.024724680930376053, -0.027595536783337593, -0.024231093004345894, -0.055272988975048065, 0.0012494386173784733, -0.035699620842933655, -0.013188361190259457, -0.01686919666826725, -0.018320225179195404, -0.07094808667898178, -0.03476213291287422, 0.03762989491224289, -0.020229125395417213, -0.05426590517163277, 0.01149673480540514, -0.042757920920848846, -0.016490189358592033, 0.04619775339961052, 0.03776625916361809, 0.046236004680395126, 0.062474604696035385, 0.05923944711685181, 0.062276601791381836, 0.04815246909856796, 0.05987779423594475, 0.08353517949581146, 0.0243359487503767, 0.014530186541378498, -0.026432989165186882, 0.030422955751419067, 0.0249513927847147, 0.0185941644012928, 0.014829741790890694, 0.020365729928016663, 0.00750317657366395, -0.03708599507808685, -0.010552301071584225, -1.0961855878122151e-05, -0.02033126913011074, -0.029987283051013947, -0.007244808133691549, -0.032681655138731, 0.03151993826031685, -0.017144620418548584, 0.016030652448534966, -0.024785758927464485, 0.020114803686738014, 0.02293100208044052, -0.022191861644387245, -0.008133127354085445, -0.02640950307250023, 0.001591333420947194, -0.034444134682416916, -0.010177785530686378, -0.035460032522678375, 0.018569819629192352, -0.03665540739893913, 0.01719089411199093, 0.0008347050752490759, 0.0038368534296751022, -0.021426133811473846, -0.011245699599385262, -0.04969321936368942, -0.040538717061281204, -0.03208816424012184, -0.02183891460299492, 0.005332829896360636, -0.008109289221465588, -0.023594114929437637, -0.008357297629117966, -0.018721964210271835, -0.010089232586324215, 0.0013206253061071038, 0.04869905114173889, 0.022049274295568466, -0.040421903133392334, 0.010743017308413982, 0.049119580537080765, 0.002738896058872342, 0.016628414392471313, -0.0115763358771801, -0.025669902563095093, -0.031034203246235847, -0.0018550672102719545, 0.007874809205532074, -0.012239594012498856, 0.0027907071635127068, 0.10954730212688446, -0.02116878516972065, -0.008478337898850441, -0.0033779479563236237, 0.01660308428108692, 0.0039152405224740505, -0.04991546645760536, 0.009861384518444538, 0.028103230521082878, -0.02840277925133705, 0.013378915376961231, 0.005036788061261177, 0.045171067118644714, 0.029262103140354156, 0.02957405336201191, 0.007943549193441868, 0.04673145338892937, 0.00665329210460186, 0.01138830091804266, -0.03856724873185158, -0.050122231245040894, -0.013341770507395267, 0.044841669499874115, -0.03589761257171631, 0.06121331825852394, 0.03537236899137497, 0.03384634107351303, 0.014766882173717022, 0.0034014631528407335, 0.03154022619128227, -0.020640265196561813, -0.051123425364494324, -0.015305188484489918, -0.04573654383420944, 0.006079921033233404, -0.012889722362160683, 0.027579136192798615, -0.024552935734391212, -0.010330366902053356, -0.036909036338329315, 0.0035729084629565477, 0.027354566380381584, 0.012446385808289051, -0.02819587104022503, -0.006986446678638458, -0.013843759894371033, -0.05655495822429657, 0.028003230690956116, -0.00866006687283516, 0.018663499504327774, -0.03466019406914711, -0.035605039447546005, -0.005484862253069878, 0.0325712189078331, 0.051893193274736404, -0.002613699296489358, -0.009732520207762718, -0.03150232136249542, -0.054744016379117966, -0.017036253586411476, -0.010929659008979797, -0.01922426000237465, -0.07902564853429794, -0.03923103213310242, -0.04503876343369484, -0.04024265706539154, 0.017127929255366325, 0.042554378509521484, 0.040358949452638626, -0.02538413740694523, 0.0008762403740547597, -0.012216693721711636, -0.029161058366298676, 0.005138376262038946, -0.010750636458396912, -0.02764282561838627, -0.045581601560115814, 0.01821295917034149, 0.004416876472532749, 0.010269717313349247, 0.003229873487725854, -0.009460237808525562, -0.009526172652840614, -0.017883723601698875, -0.019569868221879005, -0.01924837939441204, 0.025207990780472755, -0.01701410301029682, -0.0007795069250278175, 0.008177461102604866, 0.0023740010801702738, -0.007420555222779512, -0.013782680965960026, 0.055852845311164856, 0.10518304258584976, 0.07524567097425461, 0.04604673758149147, 0.053943514823913574, 0.06028807535767555, 0.04905075579881668, 0.001498149475082755, 0.019931551069021225, -0.005574441980570555, -0.024548780173063278, 0.03675569221377373, 0.006329834461212158, 0.07314884662628174, 0.021583743393421173, 0.006429161410778761, -0.004228505305945873, 0.040158070623874664, 0.04164525866508484, 0.027736153453588486, 0.017222508788108826, 0.010557192377746105, 0.04334593936800957, 0.023179233074188232, 0.07329496741294861, 0.008299083448946476, 0.03796817734837532, 0.029141612350940704, -0.005445021204650402, 0.06799967586994171, 0.019018379971385002, 0.04012307524681091, 0.014184422791004181, -0.028430607169866562, -0.035212986171245575, -0.0009235543548129499, -0.03893894702196121, 0.003432490862905979, -0.03516531363129616, -0.011343920603394508, -0.06241685524582863, -0.02889822982251644, -0.019018836319446564, 0.012569980695843697, 0.04199030622839928, -0.00437565753236413, -0.015022991225123405, 0.011961715295910835, -0.05002888664603233, 0.04637647047638893, 0.05879512056708336, 0.04286233335733414, -0.012443426996469498, -0.008012793958187103, -0.02416483499109745, 0.02918928861618042, -0.023224087432026863, -0.04826914519071579, -0.05987873673439026, -0.05034955218434334, -0.0006546030635945499, -0.05177650973200798, 0.035908184945583344, 0.009498578496277332, 0.037750933319330215, -0.031912125647068024, -0.007524626795202494, -0.010879398323595524, -0.03898421302437782, -0.045571114867925644, 0.006574899889528751, -0.03019126132130623, -0.05795895308256149, -0.015210029669106007, -0.007917259819805622, -0.018918173387646675, 0.027846140787005424, 0.06525567919015884, 0.02361058071255684, 0.0006550021935254335, -0.01732414774596691, 0.022752294316887856, 0.02270263433456421, 0.0481007881462574, -0.019802803173661232, -0.029009303078055382, -0.011554626747965813, -0.035343293100595474, -0.01970505714416504, 0.04308856651186943, -0.005220180377364159, 0.00459438469260931, 0.0100772175937891, -0.0022511251736432314, 0.05539048835635185, 0.030344311147928238, 0.08950362354516983, -0.013650174252688885, 0.021180257201194763, 0.02233405038714409, -0.0036787805147469044, -0.021014824509620667, -0.025265522301197052, -0.05745284631848335, 0.003234829055145383, -0.011514514684677124, -0.022365285083651543, -0.007423714268952608, 0.014379403553903103, 0.004348074086010456, 0.04677310958504677, -0.003422571113333106, -0.01009447406977415, -0.02007231116294861, -0.03365076333284378, -0.014225350692868233, 0.011345427483320236, 0.005305758677423, 0.04830250144004822, 0.023157890886068344, 0.05581365525722504, 0.03806950896978378, 0.05088416859507561, 0.00011920440738322213, 0.021772945299744606, 0.027079971507191658, 0.0006380104459822178, 0.04699081927537918, -0.004802928306162357, 0.019512509927153587, 0.002114911563694477, -0.0267189908772707, -0.05953308939933777, -0.03104364685714245, -0.027189826592803, -0.05049445480108261, -0.02736513875424862, -0.02746729925274849, -0.03512008488178253, -0.0441177561879158, -0.0038650629576295614, 0.009084166958928108, -0.014318728819489479, -0.010608404874801636, -0.03862198814749718, 0.04411504417657852, -0.0119690066203475, 0.012609160505235195, 0.0006812054780311882, -0.006704065948724747, -0.05646985024213791, -0.0489482544362545, -0.003363358322530985, 0.004955863580107689, -0.015534106642007828, -0.006831123493611813, 0.015605263411998749, -0.01991942524909973, 0.012378275394439697, 0.0029744692146778107, 0.0174245648086071, -0.004605326801538467, -0.0017799646593630314, 0.00838447269052267, -0.02057044394314289, -0.013245191425085068, -0.040865931659936905, -0.03369243070483208, -0.053456567227840424, -0.059413377195596695, -0.02792222797870636, 0.008532611653208733, 0.021052641794085503, 0.025703003630042076, 0.037393346428871155, -0.02664310112595558, -0.00887281447649002, -0.049366991966962814, -0.03458647429943085, 0.008528739213943481, -0.02581634931266308, -0.026174752041697502, -0.019182395190000534, 0.010489342734217644, -0.03949004411697388, 0.009750155732035637, -0.006820385809987783, 0.003659759880974889, -0.04884061589837074, 0.008268536068499088, -0.022623542696237564, 0.017778947949409485, -0.05579392611980438, 0.008175098337233067, -0.02502158284187317, -0.03897957503795624, -0.000867541239131242, -0.004386644344776869, -0.06853874027729034, -0.015400368720293045, -0.09173782169818878, -0.07886474579572678, -0.027329105883836746, -0.009160643443465233, -0.027334239333868027, 0.005320576019585133, 0.012620372697710991, 0.014757469296455383, -0.02762787789106369, -0.006150761153548956, -0.042760130017995834, -0.07490231096744537, 0.017974484711885452, -0.03184649348258972, -0.04361756518483162, 0.03363789618015289, 0.010532256215810776, 0.011152188293635845, 0.012737968936562538, 0.006923560053110123, 0.008424311876296997, -0.03121219202876091, -0.02679804526269436, 7.344323239522055e-05, -0.05930914357304573, -0.046689633280038834, -0.01293177530169487, 0.0022816238924860954, 0.03971746936440468, 0.031877752393484116, -0.028432227671146393, -0.022481003776192665, -0.035241276025772095, 0.0017286360962316394, 0.030358396470546722, -0.02194301411509514, 0.019223380833864212, -0.055552028119564056, -0.002359723439440131, 0.021814757958054543, 0.03140343725681305, 0.0186126921325922, -0.043123163282871246, -0.004463134799152613, 0.01001647673547268, 0.08178669959306717, 0.06639759242534637, 0.09847059100866318, 0.05658397078514099, 0.03570841997861862, 0.05017661303281784, 0.007204530760645866, 0.002914265962317586, -0.00809864979237318, -0.0003672222374007106, -0.01501024141907692, 0.02415633760392666, 0.04195752739906311, 0.07560262084007263, 0.07318507134914398, 0.06823873519897461, 0.056814681738615036, 0.06905841082334518, 0.060401931405067444, 0.036717239767313004, 0.0740944966673851, 0.04166891798377037, 0.030448587611317635, -0.014808678068220615, 0.021255122497677803, -0.007012827787548304, -0.01014244370162487, 0.045426689088344574, 0.004920312203466892, 0.020889973267912865, 0.02109498158097267, 0.039651624858379364, 0.060115035623311996, 0.057992249727249146, 0.03108527697622776, 0.015088893473148346, -0.01697550155222416, -0.036533258855342865, 0.018908366560935974, 0.006563198287039995, 0.021256159991025925, 0.0206950381398201, 0.01108219102025032, 0.06497401744127274, 0.0567176416516304, 0.05806239694356918, -0.004197109956294298, 0.022164329886436462, -0.03916136920452118, -0.03359257057309151, -0.05856786668300629, -0.06683219969272614, -0.058159343898296356, -0.001671785837970674, -0.02007092721760273, 0.00996738113462925, -0.020998308435082436, -0.03643142431974411, -0.01214889157563448, -0.039682939648628235, 0.0931326150894165, -0.018623623996973038, -0.042533036321401596, 0.0013860095059499145, -0.0036748796701431274, 0.04314087703824043, -0.029612474143505096, -0.042042266577482224, -0.02975854091346264, -0.04109520465135574, -0.03891482204198837, 0.007995865307748318, 0.03397359699010849, 0.03897099196910858, 0.02763485163450241, 0.0661497414112091, 0.056420207023620605, 0.0521077997982502, 0.008385798893868923, 0.02726382575929165, 0.017693286761641502, -0.00557962991297245, -0.012767464853823185, -0.016517413780093193, -0.02124536782503128, 0.01714162528514862, 0.0003768739115912467, 0.037771452218294144, -0.022406047210097313, -0.06472770124673843, -0.0644301101565361, 0.005383591167628765, -0.015036881901323795, -0.024161338806152344, 0.014299927279353142, -0.06702303141355515, 0.021274492144584656, -0.0074555352330207825, 0.02690092846751213, -0.029313793405890465, -0.008645457215607166, -0.06718339771032333, -0.016714923083782196, -0.024439455941319466, -0.008783244527876377, 0.00459700683131814, 0.014308594167232513, 0.014115561731159687, -0.001057582558132708, -0.03495534881949425, -0.011719849891960621, -0.029231039807200432, 0.0029334472492337227, 0.010243488475680351, -0.061751578003168106, -0.0015572127886116505, -0.06472080200910568, 0.01655985601246357, 0.0286372359842062, 0.02326400764286518, -0.009667363949120045, 0.002111634938046336, -0.03204425424337387, 0.04114183038473129, -0.01420153770595789, -0.03747772052884102, -0.038072071969509125, -0.08675145357847214, -0.06508246809244156, -0.013736369088292122, -0.05405069887638092, 0.009139271453022957, -0.052325598895549774, 0.04446965456008911, -0.0016041144262999296, -0.015983406454324722, 0.07140357047319412, -0.03139477223157883, 0.016876796260476112, -0.01438866462558508, -0.04580552503466606, 0.0008663073531351984, -0.01874414272606373, -0.00607304135337472, -0.00611121067777276, -0.014321343973279, 0.04022711515426636, -0.029137160629034042, 0.03715644031763077, 0.0006757061928510666, 0.005112680606544018, -0.06188078969717026, -0.012617446482181549, -0.025687018409371376, -0.03860843554139137, -0.03181861340999603, -0.0708826556801796, 0.010972104966640472, -0.06275290250778198, 0.014422082342207432, 0.00567750446498394, 0.04879222437739372, 0.018730802461504936, 0.026415996253490448, 0.03199765831232071, 0.02735576033592224, -0.0624735988676548, 0.028331881389021873, -0.025709817185997963, 0.004450313281267881, -0.004346547182649374, 0.008570152334868908, -0.0003761498082894832, 0.0375981442630291, 0.012920726090669632, 0.027971237897872925, -0.016626229509711266, 0.011458317749202251, 0.006823533680289984, -0.009665895253419876, 0.029007183387875557, -0.03897664323449135, 0.03638904169201851, 0.015967905521392822, 0.013220313005149364, 0.0031056255102157593, 0.028417158871889114, -0.037773776799440384, -0.02952469512820244, 0.0016119069186970592, 0.00279877963475883, 0.02254374884068966, -0.027067046612501144, 0.03353025019168854, -0.008922865614295006, 0.03244530037045479, 0.014827052131295204, -0.019425686448812485, 0.028550047427415848, -0.010512064211070538, 0.03468907251954079, 0.017153367400169373, 0.0587666779756546, -0.012886586599051952, -0.019473444670438766, -0.012976408004760742, 0.007500923704355955, 0.0327921099960804, 0.028064358979463577, 0.03732313588261604, -0.0020882340613752604, 0.0034964135847985744, -0.017069527879357338, 0.030725810676813126, -0.03392624482512474, 0.007437625899910927, -0.04340142011642456, -0.03228316083550453, 0.026069743558764458, -0.03985165059566498, 0.03263344615697861, 0.005193795543164015, 0.00815777201205492, -0.0061442363075912, -0.000772637955378741, 0.012851101346313953, -0.012311172671616077, 0.011337577365338802, 0.018672771751880646, -0.019507285207509995, 0.039292413741350174, 0.0003567678795661777, 0.008072675205767155, 0.007818103767931461, 0.03752914071083069, -0.03435686230659485, 0.011319922283291817, -0.005735926330089569, -0.006701456382870674, -0.01971765235066414, -0.0030182856135070324, -0.026514019817113876, -0.01932688057422638, 0.0033659355249255896, 0.004536569118499756, 0.013817517086863518, 0.01954379677772522, 0.01624026708304882, 0.02300426922738552, -0.019862335175275803, -0.008549235761165619, -0.05111829191446304, -0.007709647994488478, -0.04242098703980446, -0.004908677656203508, -0.030470408499240875, 0.03338589146733284, -0.029193388298153877, 0.00206519803032279, -0.030480731278657913, 0.011312346905469894, -0.016738614067435265, 0.020280692726373672, 0.026688121259212494, -0.02084929123520851, -0.01486890483647585, 0.006728780455887318, 0.0010743883904069662, 0.037455588579177856, 0.047007787972688675, 0.06108924746513367, 0.06949470937252045, 0.05842773988842964, 0.013051304966211319, 0.03510544076561928, -0.0056119319051504135, -0.02199888974428177, -0.015205372124910355, -0.022316021844744682, -0.02289358153939247, -0.033874236047267914, -0.00032984145218506455, 0.0076735615730285645, -0.0021200086921453476, 0.10421550273895264, 0.04671936482191086, 0.052005816251039505, 0.06904521584510803, 0.045339345932006836, 0.061845988035202026, 0.05651602894067764, 0.0681752935051918, 0.060163188725709915, 0.029779696837067604, 0.0455772839486599, -0.013229898177087307, 0.022960947826504707, 0.057895902544260025, 0.04829394817352295, 0.022060072049498558, -0.026606841012835503, -0.004235896747559309, -0.041414882987737656, -0.02784116566181183, -0.000795496569480747, -0.046661268919706345, -0.02122477814555168, -0.09554412961006165, -0.045977480709552765, -0.056092988699674606, 0.006369027774780989, -0.0009075556881725788, -0.06031046807765961, -0.009543762542307377, -0.027734529227018356, 0.018915612250566483, 0.004265861120074987, 0.03126351535320282, 0.03306032344698906, -0.013250830583274364, -0.004509019199758768, 0.02016277424991131, 0.03012763522565365, -0.007670127786695957, 0.02005588449537754, -0.021286331117153168, -0.013826584443449974, 0.033363599330186844, -0.011541643179953098, 0.003387836739420891, 0.032809965312480927, 0.0120823560282588, 0.01349643711000681, -0.05800287798047066, 0.005257660057395697, -0.03723521530628204, 0.012663532979786396, -0.03079981729388237, -0.05380088463425636, -0.052580058574676514, -0.037575237452983856, 0.003884084289893508, 0.023865990340709686, 0.01575993001461029, 0.053600821644067764, 0.03773770481348038, 0.007819674909114838, 0.0659664124250412, 0.012431559152901173, -0.010268157348036766, -0.01618061400949955, 0.02845776453614235, 0.02591933123767376, -0.0036782673560082912, 0.012032815255224705, 0.015803368762135506, 0.0499710813164711, 0.040765516459941864, 0.016950437799096107, 0.0004695066891144961, -0.05509202182292938, 0.005504597444087267, 0.004578800871968269, 0.00046742541599087417, -0.013420737348496914, 0.015563486143946648, -0.0036847025621682405, -0.0018726473208516836, -0.01130074355751276, -0.02540172077715397, -0.06793195009231567, -0.029097238555550575, -0.02053431235253811, -0.02198120392858982, -0.0370396189391613, 0.02974008396267891, 0.02437855675816536, -0.0034798516426235437, 0.029760660603642464, -0.023383868858218193, 0.024075431749224663, -0.055940184742212296, -0.04050089418888092, 0.019788121804594994, -0.013561878353357315, 0.017289789393544197, 0.026294637471437454, -0.04469209909439087, -0.018528928980231285, -0.021214108914136887, -0.014655272476375103, -0.025680329650640488, 0.06700675934553146, 0.011599870398640633, -0.04171672835946083, -0.017006466165184975, -0.052254609763622284, 0.01853768713772297, 0.03414904698729515, -0.01000082679092884, -0.020430345088243484, -0.00017196543922182173, -0.04569213092327118, -0.044404856860637665, -0.06448699533939362, 0.0169821884483099, -0.011157012544572353, -0.015972323715686798, -0.017680073156952858, -0.004041746258735657, 0.022883715108036995, 0.02072093077003956, 0.017991431057453156, -0.011081022210419178, -0.031069688498973846, 0.020832229405641556, 0.004584459587931633, -0.00036962362355552614, -0.03148752823472023, -0.07395368814468384, -0.06994743645191193, -0.00297340820543468, -0.02456497773528099, -0.003645181655883789, 0.03513914346694946, -0.027160488069057465, -0.03025437332689762, -0.01108945906162262, -0.016640476882457733, -0.051208507269620895, -0.024754634127020836, 0.03812185674905777, 0.02491147071123123, 0.031226931139826775, 0.008400407619774342, 0.012540319003164768, 0.06476127356290817, 0.02886395901441574, 0.03051593154668808, 0.06382811814546585, 0.031828951090574265, -0.05208686366677284, 0.01795053668320179, 0.049793343991041183, -0.013881838880479336, -0.0011558564146980643, 0.010836200788617134, 0.017750104889273643, -0.014322874136269093, -0.007135963067412376, -0.016453811898827553, -0.07029610127210617, -0.06020449474453926, -0.031378719955682755, -0.014852193184196949, -0.02525833249092102, 0.019153539091348648, 0.04849812760949135, -0.04251701384782791, -0.05142904445528984, -0.014008836820721626, -0.012818935327231884, -0.021963346749544144, 0.02487906999886036, 0.02271057665348053, -0.0017745110671967268, 0.02024623565375805, 0.0038742877077311277, 0.020709922537207603, 0.019420860335230827, 0.03304257616400719, 0.03133620321750641, 0.029204754158854485, 0.00402936153113842, 0.024528389796614647, 0.015494479797780514, -0.03532402217388153, -0.02485152892768383, -0.01831059157848358, -0.055976271629333496, -0.01664741151034832, -0.03573604300618172, -0.016458705067634583, -0.018012281507253647, -0.022962238639593124, -0.08236377686262131, -0.03674228861927986, -0.00021739304065704346, -0.010409814305603504, -0.012589748948812485, -0.027748674154281616, 0.005193828139454126, -0.021971851587295532, -0.034013696014881134, -0.008908379822969437, -0.00865178368985653, -0.0362093485891819, 0.007520654704421759, -0.007934228517115116, -0.00958743691444397, 0.010413152165710926, -0.02114897407591343, -0.05080602318048477, 0.007502562832087278, 0.01831119880080223, -0.0031822994351387024, -0.034492332488298416, -0.034712519496679306, -0.018655095249414444, -0.040986765176057816, -0.011036774143576622, -0.037207022309303284, -0.011652722954750061, -0.0019761212170124054, 0.054488033056259155, 0.04222698509693146, 0.04158676043152809, 0.04128539189696312, 0.04269994795322418, 0.030988184735178947, -0.00701370183378458, -0.02747119590640068, -0.016894949600100517, -0.06205187737941742, -0.02280546724796295, -0.028224967420101166, 0.007127718068659306, 0.016514375805854797, 0.02790500968694687, -0.03533138334751129, -0.022762279957532883, -0.0599263533949852, -0.08409454673528671, -0.02018231339752674, -0.043461814522743225, -0.0315028540790081, -0.04887092858552933, -0.13006307184696198, -0.05079064890742302, -0.04131051525473595, 0.03881077095866203, 0.1358240693807602, 0.11374549567699432, 0.12064007669687271, 0.1186845600605011, 0.1396225243806839, 0.10575336962938309, 0.06472443044185638, 0.08061130344867706, 0.07471545785665512, 0.07995686680078506, 0.14841672778129578, 0.1580270677804947, 0.18308140337467194, 0.13246434926986694, 0.10161750018596649, 0.0909685268998146, 0.08085580170154572, 0.1020115539431572, 0.1279139518737793, 0.17723014950752258, 0.130875363945961, 0.08848008513450623, 0.038739752024412155, 0.02357659861445427, 0.05521821975708008, 0.06799832731485367, 0.05549386888742447, 0.07369361072778702, 0.0918031632900238, 0.06394726783037186, 0.09687380492687225, 0.12255929410457611, 0.11634217947721481, 0.14265404641628265, 0.17118704319000244, 0.18192622065544128, 0.178423210978508, 0.19182801246643066, 0.1875891089439392, 0.14641991257667542, 0.15090115368366241, 0.16234739124774933, 0.19158567488193512, 0.21367457509040833, 0.2537607252597809, 0.2354036271572113, 0.15895803272724152, 0.006032389122992754, -0.12389112263917923, -0.16900692880153656, -0.17085891962051392, -0.1422959566116333, -0.15714450180530548, -0.19601726531982422, -0.25194454193115234, -0.27188318967819214, -0.36922818422317505, -0.3994024991989136, -0.40599384903907776, -0.37041807174682617, -0.34518277645111084, -0.3067649006843567, -0.302594393491745, -0.2898300588130951, -0.2826506495475769, -0.23384684324264526, -0.18984471261501312, -0.17843154072761536, -0.164994016289711, -0.1480511575937271, -0.138082817196846, -0.05878611281514168, -0.018805986270308495, 0.007723275572061539, 0.036990635097026825, 0.029853112995624542, 0.03901652619242668, 0.03521157056093216, 0.03973427414894104, 0.02198360674083233, -0.013020343147218227, -0.029605355113744736, -0.029386451467871666, -0.03651575371623039, -0.0617663636803627, -0.13043610751628876, -0.1885574609041214, -0.28647342324256897, -0.2940809428691864, -0.3036659359931946, -0.2948980927467346, -0.3265398144721985, -0.3387830853462219, -0.3606354296207428, -0.37126991152763367, -0.4040134847164154, -0.3991740047931671, -0.39424923062324524, -0.34922102093696594, -0.31522735953330994, -0.3032805621623993, -0.2841895818710327, -0.23662927746772766, -0.17432069778442383, -0.1072840541601181, -0.0399981252849102, -0.02962670288980007, -0.018333490937948227, 0.009226671420037746, 0.044666651636362076, 0.06884197890758514, 0.092220738530159, 0.0832432210445404, 0.10543772578239441, 0.1136542484164238, 0.14227908849716187, 0.16245459020137787, 0.17954669892787933, 0.16873934864997864, 0.1473807394504547, 0.13483788073062897, 0.12569954991340637, 0.12586809694766998, 0.11114723235368729, 0.09439919888973236, 0.09519495815038681, 0.08584348857402802, 0.055747248232364655, 0.10490234941244125, 0.13787928223609924, 0.1816158890724182, 0.23260755836963654, 0.22416694462299347, 0.24191324412822723, 0.27324825525283813, 0.30622100830078125, 0.44735780358314514, 0.5375456809997559, 0.5985512137413025, 0.6882256269454956, 0.7655121684074402, 0.9268401265144348, 1.0838459730148315, 1.1764185428619385, 1.2408819198608398, 1.260816216468811, 1.3658868074417114, 1.4931440353393555, 1.5997337102890015, 1.304816484451294, 0.7258321046829224, 0.15821678936481476, -0.037575773894786835, 0.3634999394416809, 0.917443037033081, 1.125683307647705, 0.7350462675094604, 0.05960540473461151, -0.633739709854126, -0.9098469018936157, -0.9935110807418823, -0.9159362316131592, -0.8838961124420166, -0.8401163816452026, -0.9439051151275635, -1.0331836938858032, -1.1619104146957397, -1.1970634460449219, -1.1129578351974487, -0.9153891205787659, -0.7433353662490845, -0.6025650501251221, -0.5852906703948975, -0.6701866388320923, -0.619025707244873, -0.3944535553455353, -0.1273936927318573, 0.0730627253651619, 0.06838444620370865, -0.04425041005015373, -0.018808893859386444, 0.08160851150751114, 0.21815338730812073, 0.27391454577445984, 0.29577016830444336, 0.27299365401268005, 0.3065198063850403, 0.256832480430603, 0.134434774518013, 0.006350646261125803, -0.06885342299938202, -0.08478498458862305, -0.006384043022990227, 0.029904035851359367, -0.026447592303156853, -0.13933171331882477, -0.3097924292087555, -0.39469754695892334, -0.39291173219680786, -0.3730687201023102, -0.4004373550415039, -0.39885208010673523, -0.38082584738731384, -0.32402873039245605, -0.2728787958621979, -0.29750367999076843, -0.3552296757698059, -0.33136802911758423, -0.2525666058063507, -0.17749439179897308, -0.13776379823684692, -0.18970516324043274, -0.2222016602754593, -0.13355165719985962, -0.007115442771464586, 0.11662647873163223, 0.17891716957092285, 0.11000539362430573, 0.041204784065485, -0.008734741248190403, -0.12165243178606033, -0.1779768019914627, -0.1726803481578827, -0.10492849349975586, -0.007596655283123255, -0.0006767489248886704, -0.14122751355171204, -0.29139426350593567, -0.4239974021911621, -0.45565760135650635, -0.3703855574131012, -0.29282113909721375, -0.30650442838668823, -0.4060162305831909, -0.5554393529891968, -0.6729696989059448, -0.659436821937561, -0.5559587478637695, -0.4451385736465454, -0.38636863231658936, -0.3865187466144562, -0.4176091253757477, -0.40599626302719116, -0.37656933069229126, -0.3015206754207611, -0.16349436342716217, -0.0024432209320366383, 0.06588457524776459, 0.06343774497509003, 0.05094509571790695, 0.05438956990838051, 0.15393832325935364, 0.3157879114151001, 0.45092707872390747, 0.49965253472328186, 0.4770452380180359, 0.40061795711517334, 0.3764120042324066, 0.40694549679756165, 0.49620160460472107, 0.6122585535049438, 0.657374918460846, 0.6517593264579773, 0.6464012265205383, 0.6210632920265198, 0.6419851183891296, 0.723045289516449, 0.7924382090568542, 0.9015373587608337, 0.9631626605987549, 1.0104964971542358, 1.107926845550537, 1.242239236831665, 1.4160206317901611, 1.5919784307479858, 1.7291609048843384, 1.8052786588668823, 1.8564518690109253, 1.8286347389221191, 1.5665520429611206, 0.9024009108543396, 0.340813547372818, 0.08343111723661423, 0.6038662791252136, 1.3500127792358398, 1.685629963874817, 1.0756474733352661, -0.013642000034451485, -1.0830848217010498, -1.4608631134033203, -1.234456181526184, -0.728996217250824, -0.4833980202674866, -0.6272991299629211, -1.1441634893417358, -1.6767339706420898, -1.9554835557937622, -1.9208142757415771, -1.5976660251617432, -1.1817131042480469, -0.8787662386894226, -0.7699481844902039, -0.8914247751235962, -1.1903414726257324, -1.2512778043746948, -0.9396916031837463, -0.3641984760761261, 0.07056628912687302, 0.15673594176769257, -0.08458146452903748, -0.21605098247528076, -0.07355119287967682, 0.20499131083488464, 0.4138501286506653, 0.4728560447692871, 0.4138467311859131, 0.40124762058258057, 0.4709422290325165, 0.4828692674636841, 0.4047752320766449, 0.2536180019378662, 0.1408700942993164, 0.1550309807062149, 0.24980129301548004, 0.22278177738189697, 0.08446308225393295, -0.15144994854927063, -0.3127690255641937, -0.3527442514896393, -0.3079417943954468, -0.37931835651397705, -0.4650368392467499, -0.47008371353149414, -0.37884455919265747, -0.2695881724357605, -0.3246265947818756, -0.5474629998207092, -0.6842861771583557, -0.6322982907295227, -0.42425239086151123, -0.21540026366710663, -0.20830072462558746, -0.35984471440315247, -0.44256481528282166, -0.3735368847846985, -0.19525328278541565, -0.0047643533907830715, 0.07713638246059418, 0.07429294288158417, -0.06302247941493988, -0.26171252131462097, -0.4036582112312317, -0.35827869176864624, -0.09891102463006973, 0.12146681547164917, 0.14305593073368073, -0.03249802812933922, -0.3424312174320221, -0.5776363611221313, -0.5641729235649109, -0.33901137113571167, -0.04735292121767998, 0.03352292627096176, -0.20208734273910522, -0.5701966285705566, -0.8251920938491821, -0.774540901184082, -0.5265681147575378, -0.2948078215122223, -0.20863671600818634, -0.30022937059402466, -0.4568989872932434, -0.558802604675293, -0.5258492827415466, -0.36075901985168457, -0.1311585009098053, 0.022056780755519867, 0.031761012971401215, -0.07892294973134995, -0.14224617183208466, -0.04758636653423309, 0.17664678394794464, 0.4028911292552948, 0.5506106019020081, 0.5319679975509644, 0.4827294945716858, 0.4504442811012268, 0.5561866760253906, 0.7372841835021973, 0.8772388100624084, 0.911943256855011, 0.865301251411438, 0.8425718545913696, 0.9361979961395264, 1.0615959167480469, 1.170056939125061, 1.2080618143081665, 1.3088685274124146, 1.495622158050537, 1.5856603384017944, 1.5995773077011108, 1.5555288791656494, 1.6343910694122314, 1.8947809934616089, 2.152674674987793, 2.0272862911224365, 1.1931002140045166, 0.22337403893470764, -0.1288064569234848, 0.5581185221672058, 1.818346381187439, 2.422375440597534, 1.631313681602478, -0.09883075207471848, -1.4926241636276245, -1.7612271308898926, -0.8905988335609436, 0.07869217544794083, 0.28299689292907715, -0.4818664789199829, -1.5076981782913208, -2.290863513946533, -2.354463815689087, -1.9470384120941162, -1.4217238426208496, -1.0438430309295654, -0.8444454669952393, -0.932290256023407, -1.1844263076782227, -1.5606293678283691, -1.681878685951233, -1.2853935956954956, -0.5648382306098938, -0.04518989101052284, 1.2433802112354897e-05, -0.2611348032951355, -0.37955406308174133, -0.12498056143522263, 0.24522149562835693, 0.38056761026382446, 0.19991964101791382, 0.07885076850652695, 0.24560168385505676, 0.716641902923584, 1.0000693798065186, 0.7700627446174622, 0.19979633390903473, -0.2546028196811676, -0.24941785633563995, 0.2686727046966553, 0.7195608019828796, 0.7089359164237976, 0.2712518870830536, -0.23842786252498627, -0.5141744613647461, -0.4897310137748718, -0.3691572844982147, -0.26059490442276, -0.09196045249700546, 0.02020080015063286, -0.10797160863876343, -0.5210755467414856, -0.9770858883857727, -1.1123346090316772, -0.6785463094711304, -0.019611114636063576, 0.29540717601776123, -0.016561953350901604, -0.6399457454681396, -1.0296381711959839, -0.819692075252533, -0.2187926322221756, 0.2698832154273987, 0.3538200557231903, 0.11630231887102127, -0.1708231419324875, -0.4029984772205353, -0.49483346939086914, -0.360291063785553, -0.022679191082715988, 0.313904345035553, 0.3505226969718933, 0.03104989416897297, -0.41496533155441284, -0.6446977853775024, -0.5688939690589905, -0.23856300115585327, 0.10269782692193985, 0.14601746201515198, -0.22790494561195374, -0.7279201149940491, -0.9822474122047424, -0.8062858581542969, -0.4260284900665283, -0.22482842206954956, -0.34325259923934937, -0.5916309356689453, -0.733265221118927, -0.698226273059845, -0.5706130266189575, -0.4490908980369568, -0.3429229259490967, -0.30518391728401184, -0.28436464071273804, -0.2780523896217346, -0.2038319855928421, -0.06689944863319397, 0.06459951400756836, 0.150742307305336, 0.2500101923942566, 0.37813353538513184, 0.5235030651092529, 0.612156867980957, 0.7239459156990051, 0.8226797580718994, 0.8856996893882751, 0.8960845470428467, 0.8975026607513428, 0.9526129364967346, 1.158634066581726, 1.3802273273468018, 1.4209058284759521, 1.3628829717636108, 1.3184363842010498, 1.392042636871338, 1.632875680923462, 1.7543511390686035, 1.8008315563201904, 1.8740308284759521, 2.0108327865600586, 2.054084062576294, 1.832157015800476, 1.08894944190979, 0.38946533203125, 0.4064643979072571, 1.1839497089385986, 2.1848936080932617, 2.332312822341919, 1.2187813520431519, -0.4942047595977783, -1.4398592710494995, -1.1916794776916504, -0.0503750815987587, 0.7215701341629028, 0.4362753629684448, -0.7795956134796143, -1.8769725561141968, -2.4040117263793945, -2.0502724647521973, -1.3868976831436157, -0.964536726474762, -0.9646002054214478, -1.1692099571228027, -1.486741065979004, -1.72624671459198, -1.8218058347702026, -1.658195972442627, -1.134226679801941, -0.5329279899597168, -0.33095887303352356, -0.5578685998916626, -0.8033016920089722, -0.7748479247093201, -0.3322502672672272, 0.10295113921165466, 0.15289337933063507, -0.10320500284433365, -0.15066063404083252, 0.08864517509937286, 0.5627442598342896, 0.7383434772491455, 0.39919209480285645, -0.12251491099596024, -0.2408713698387146, 0.13563455641269684, 0.7521483898162842, 0.968935489654541, 0.5341173410415649, -0.1668260246515274, -0.5422102212905884, -0.40160566568374634, 0.03853418305516243, 0.34552648663520813, 0.3031728267669678, 0.08131659030914307, -0.11885158717632294, -0.3045802116394043, -0.5030637383460999, -0.5704702734947205, -0.363112211227417, 0.08637108653783798, 0.36789223551750183, 0.16203394532203674, -0.4441700279712677, -0.9422703981399536, -0.9520770311355591, -0.41257503628730774, 0.20394961535930634, 0.36858928203582764, 0.04173649102449417, -0.39916080236434937, -0.7285249829292297, -0.734249472618103, -0.5006568431854248, -0.1896297037601471, 0.08041005581617355, 0.12158942967653275, -0.13675227761268616, -0.5069395899772644, -0.7557411789894104, -0.7198726534843445, -0.3895180821418762, 0.03937065228819847, 0.2698456645011902, 0.10021578520536423, -0.3894714117050171, -0.8734406232833862, -0.931714653968811, -0.5795955657958984, -0.11088062822818756, 0.05732734873890877, -0.12581081688404083, -0.4915373921394348, -0.7169438004493713, -0.735342264175415, -0.5401341915130615, -0.2844502627849579, -0.09664618223905563, -0.12376801669597626, -0.27814924716949463, -0.44167566299438477, -0.44490307569503784, -0.27427276968955994, -0.04699213057756424, 0.10818959772586823, 0.20903363823890686, 0.2572144865989685, 0.2675083577632904, 0.31379038095474243, 0.4042188823223114, 0.5527083277702332, 0.6956291794776917, 0.822700023651123, 0.9106894731521606, 1.0041217803955078, 1.0952244997024536, 1.1631141901016235, 1.2306129932403564, 1.3492540121078491, 1.5355944633483887, 1.7174746990203857, 1.776347041130066, 1.7690507173538208, 1.8255735635757446, 2.018481731414795, 2.1400630474090576, 1.9607491493225098, 1.1762466430664062, 0.6296098232269287, 0.7439468502998352, 1.6649694442749023, 2.5150349140167236, 2.3411357402801514, 0.915216863155365, -0.6131304502487183, -1.1433227062225342, -0.3493901193141937, 0.8501005172729492, 1.213929533958435, 0.34616830945014954, -1.077681541442871, -1.9603501558303833, -1.8993330001831055, -1.1130772829055786, -0.5390377640724182, -0.5889968276023865, -1.0477761030197144, -1.3805766105651855, -1.486140489578247, -1.407823920249939, -1.453159213066101, -1.4116849899291992, -1.1185023784637451, -0.689209520816803, -0.5490967035293579, -0.7284762859344482, -1.0314098596572876, -0.9976401925086975, -0.6169157028198242, -0.24117456376552582, -0.23788754642009735, -0.4057770371437073, -0.4182964265346527, -0.16420677304267883, 0.1722537875175476, 0.13646040856838226, -0.272076815366745, -0.5745988488197327, -0.39583590626716614, 0.21956120431423187, 0.8142600059509277, 0.6972835659980774, -0.013132459484040737, -0.7013269066810608, -0.7151898145675659, -0.1164436787366867, 0.5417501330375671, 0.6601484417915344, 0.2972221076488495, -0.0913562923669815, -0.2406240850687027, -0.18635207414627075, -0.09155460447072983, -0.0519578643143177, 0.10588330775499344, 0.3728403151035309, 0.4497203826904297, 0.14389127492904663, -0.3959571123123169, -0.7313549518585205, -0.5210334062576294, 0.06175416707992554, 0.5150572061538696, 0.42887312173843384, -0.034018926322460175, -0.49672842025756836, -0.6506848335266113, -0.5628893971443176, -0.38690507411956787, -0.2387508749961853, -0.052892062813043594, -0.046158768236637115, -0.2895122766494751, -0.6705411076545715, -0.9487138390541077, -0.9018887281417847, -0.5288921594619751, -0.10983243584632874, 0.0648004561662674, -0.1672087013721466, -0.6823477745056152, -1.0739070177078247, -0.9987554550170898, -0.528657853603363, -0.07418106496334076, 0.007089534774422646, -0.26719778776168823, -0.5723754167556763, -0.6709822416305542, -0.5609809160232544, -0.36820855736732483, -0.1561686247587204, -0.019877418875694275, 0.0018623702926561236, -0.146635502576828, -0.3464503288269043, -0.4044537842273712, -0.22817622125148773, 0.04546676203608513, 0.25643017888069153, 0.31284528970718384, 0.24581043422222137, 0.1353216916322708, 0.1204775869846344, 0.25688987970352173, 0.49436014890670776, 0.6654669642448425, 0.6745810508728027, 0.632077693939209, 0.6962115168571472, 0.8943061828613281, 1.0452296733856201, 1.081343173980713, 1.0363913774490356, 1.1511735916137695, 1.4566383361816406, 1.6878362894058228, 1.744777798652649, 1.6392643451690674, 1.5966651439666748, 1.7489951848983765, 1.894697904586792, 1.7662864923477173, 1.2582597732543945, 0.9912413358688354, 1.1250742673873901, 1.7294864654541016, 2.0929267406463623, 1.6853526830673218, 0.5889155268669128, -0.23129227757453918, -0.2812940776348114, 0.41145098209381104, 0.9685402512550354, 0.6767054796218872, -0.30253541469573975, -1.186514139175415, -1.3622831106185913, -0.962018609046936, -0.5123254656791687, -0.6321299076080322, -1.066986083984375, -1.3249433040618896, -1.1848955154418945, -0.9378261566162109, -0.8881861567497253, -1.234224796295166, -1.4452396631240845, -1.2516493797302246, -0.8103563785552979, -0.5785930156707764, -0.6370702385902405, -0.8838164210319519, -0.8890562057495117, -0.6535623669624329, -0.46742790937423706, -0.44918912649154663, -0.42282184958457947, -0.2917347848415375, -0.037458617240190506, 0.13324002921581268, -0.12221290916204453, -0.536385178565979, -0.6061580777168274, -0.2221089005470276, 0.3745400309562683, 0.6480287909507751, 0.2501349151134491, -0.3917696177959442, -0.683922290802002, -0.37966033816337585, 0.1700829416513443, 0.49318939447402954, 0.2953413724899292, -0.06864582002162933, -0.23929321765899658, -0.16703397035598755, -0.08299023658037186, -0.11108250170946121, -0.1311526745557785, 0.04583142325282097, 0.3314303159713745, 0.38103345036506653, 0.05726649984717369, -0.38454967737197876, -0.5255319476127625, -0.18711386620998383, 0.32155919075012207, 0.5449067950248718, 0.33812206983566284, -0.07879510521888733, -0.37109610438346863, -0.4882284700870514, -0.4158642292022705, -0.2920891344547272, -0.09633687138557434, 0.02788977138698101, -0.07730825245380402, -0.4128545820713043, -0.7470187544822693, -0.8841703534126282, -0.7371219396591187, -0.4054475724697113, -0.11812794953584671, -0.15214022994041443, -0.5177595615386963, -1.0057883262634277, -1.2026090621948242, -0.9156981110572815, -0.45439612865448, -0.2266920506954193, -0.32664546370506287, -0.6009973287582397, -0.7540642023086548, -0.686567485332489, -0.507896900177002, -0.2934604287147522, -0.10680525004863739, -0.03993125259876251, -0.16185732185840607, -0.31416159868240356, -0.32663795351982117, -0.18365556001663208, 0.03410620242357254, 0.20286504924297333, 0.24709607660770416, 0.2634395658969879, 0.2686760723590851, 0.2721214294433594, 0.3440161943435669, 0.4653346836566925, 0.5948839783668518, 0.657240092754364, 0.6852380037307739, 0.7420079708099365, 0.8369798064231873, 0.9002421498298645, 0.9214720129966736, 0.9121568202972412, 1.0474616289138794, 1.283854365348816, 1.4805858135223389, 1.5027124881744385, 1.391951560974121, 1.444141149520874, 1.5992456674575806, 1.8302990198135376, 1.7507835626602173, 1.3679827451705933, 0.9208025932312012, 1.0914169549942017, 1.5455960035324097, 2.116830825805664, 1.8559932708740234, 0.9384604692459106, -0.05309445410966873, -0.13288038969039917, 0.4710535407066345, 1.1464401483535767, 0.9551734924316406, -0.0024164190981537104, -0.9704492688179016, -1.1534521579742432, -0.7158908843994141, -0.256957471370697, -0.3682805299758911, -0.9894542098045349, -1.4157580137252808, -1.312333345413208, -0.8986355662345886, -0.7554424405097961, -1.0239248275756836, -1.4591829776763916, -1.3913480043411255, -0.973500669002533, -0.5917842388153076, -0.640713095664978, -0.8501790165901184, -0.9512408971786499, -0.615908145904541, -0.5575902462005615, -0.4059646427631378, -0.682333767414093, -0.45155254006385803, -0.218208909034729, 0.14716917276382446, -0.001546721439808607, -0.46856582164764404, -0.735565721988678, -0.4176329970359802, 0.12855148315429688, 0.4918743968009949, 0.22577762603759766, -0.3504944145679474, -0.7226344347000122, -0.46815869212150574, 0.05923067778348923, 0.333404004573822, 0.18989630043506622, -0.11055966466665268, -0.18961110711097717, -0.05881069600582123, 0.021643120795488358, -0.09421317279338837, -0.17278751730918884, -0.027431249618530273, 0.3555554747581482, 0.4853404760360718, 0.2440209537744522, -0.284397155046463, -0.4607192575931549, -0.2096172720193863, 0.3101400136947632, 0.5297237634658813, 0.3420356214046478, -0.038967471569776535, -0.31126710772514343, -0.43439337611198425, -0.3458348512649536, -0.1911160796880722, -0.06471608579158783, -0.022874999791383743, -0.15740036964416504, -0.4395717680454254, -0.6595293879508972, -0.7562723159790039, -0.6901746392250061, -0.451898992061615, -0.2307576686143875, -0.20022273063659668, -0.4639330506324768, -0.8645716309547424, -1.0704565048217773, -0.8240922093391418, -0.43030139803886414, -0.2184600830078125, -0.2760673463344574, -0.4855819344520569, -0.640608549118042, -0.6067661046981812, -0.5088940858840942, -0.3283587396144867, -0.1536281555891037, -0.06635204702615738, -0.13783030211925507, -0.241520494222641, -0.28599101305007935, -0.21240103244781494, -0.02731458842754364, 0.15978342294692993, 0.28147101402282715, 0.3377076983451843, 0.3183249235153198, 0.2710830569267273, 0.30149418115615845, 0.4522181451320648, 0.6365123391151428, 0.7125855088233948, 0.7522363662719727, 0.7968306541442871, 0.9263718724250793, 1.0339038372039795, 1.0468862056732178, 1.0547990798950195, 1.1727690696716309, 1.3635486364364624, 1.6011825799942017, 1.7238314151763916, 1.6962699890136719, 1.6584901809692383, 1.5461405515670776, 1.415884256362915, 1.1393378973007202, 1.096270203590393, 1.3638395071029663, 1.8137489557266235, 2.0399153232574463, 1.567823052406311, 0.5974721312522888, -0.16629613935947418, -0.08854653686285019, 0.5762248635292053, 1.1659618616104126, 0.8444591164588928, -0.13381847739219666, -1.0716230869293213, -1.2190301418304443, -0.7961308360099792, -0.37331852316856384, -0.4576050043106079, -0.9279338717460632, -1.2461215257644653, -1.2075175046920776, -1.0162391662597656, -0.9681326746940613, -1.1772540807724, -1.3254314661026, -1.08321213722229, -0.7350943088531494, -0.6130985617637634, -0.8200855851173401, -1.0213829278945923, -0.9209375977516174, -0.4994879961013794, -0.24518334865570068, -0.312889039516449, -0.5230724215507507, -0.4920467436313629, -0.24536199867725372, -0.010462804697453976, -0.11247219145298004, -0.3829491436481476, -0.40176936984062195, -0.08743300288915634, 0.28985607624053955, 0.3650376796722412, 0.04323436692357063, -0.3474491834640503, -0.3758750855922699, -0.12543660402297974, 0.12611202895641327, 0.13033099472522736, -0.02632114477455616, -0.11389363557100296, -0.015480343252420425, 0.06006180867552757, -0.07650243490934372, -0.29931315779685974, -0.3174566924571991, -0.033823102712631226, 0.30373337864875793, 0.32036063075065613, -0.06513067334890366, -0.4857703745365143, -0.5473973155021667, -0.21370062232017517, 0.1618470847606659, 0.16597291827201843, -0.08914107829332352, -0.435726523399353, -0.5433761477470398, -0.3888307511806488, -0.25127071142196655, -0.20860715210437775, -0.29730090498924255, -0.42736560106277466, -0.4780706465244293, -0.47843724489212036, -0.5009527206420898, -0.5265093445777893, -0.5274290442466736, -0.4356067180633545, -0.3285619914531708, -0.3085773289203644, -0.4111320674419403, -0.5361539721488953, -0.5197501182556152, -0.39451128244400024, -0.2635457217693329, -0.21054887771606445, -0.2585465908050537, -0.2816171646118164, -0.22941330075263977, -0.17390935122966766, -0.16587680578231812, -0.20915007591247559, -0.2608637809753418, -0.18685592710971832, -0.04522299766540527, 0.053078096359968185, 0.02969081699848175, -0.04352762550115585, -0.05270325019955635, 0.07233107835054398, 0.3084067106246948, 0.4287131726741791, 0.39482828974723816, 0.34973806142807007, 0.4130059480667114, 0.5815573334693909, 0.7536980509757996, 0.8463253378868103, 0.8717698454856873, 0.9075521230697632, 1.0648118257522583, 1.2928078174591064, 1.4265391826629639, 1.4470462799072266, 1.4525682926177979, 1.5769743919372559, 1.8406507968902588, 1.98577082157135, 1.8086376190185547, 1.2783067226409912, 0.7769495248794556, 0.9164856672286987, 1.5738848447799683, 2.213268756866455, 2.112575054168701, 1.1857788562774658, 0.10966864228248596, -0.29245129227638245, 0.10350829362869263, 0.6962416768074036, 0.7960373163223267, 0.24562612175941467, -0.5135422348976135, -0.9243729114532471, -0.9156796932220459, -0.8831095099449158, -0.9821960926055908, -1.1626492738723755, -1.1351971626281738, -0.881371259689331, -0.7522711157798767, -0.9958224892616272, -1.4619309902191162, -1.6952639818191528, -1.4142812490463257, -0.8186028599739075, -0.45291203260421753, -0.5096455216407776, -0.747426450252533, -0.8334825038909912, -0.7327162623405457, -0.5834802389144897, -0.5035755634307861, -0.38288769125938416, -0.06194770336151123, 0.2659309208393097, 0.27478593587875366, -0.0750303715467453, -0.47809484601020813, -0.4669278860092163, 0.033999692648649216, 0.5789918303489685, 0.6924234628677368, 0.335295706987381, -0.13568207621574402, -0.29193809628486633, -0.07046230882406235, 0.20324598252773285, 0.24671092629432678, 0.12315139919519424, 0.028550369665026665, 0.060311660170555115, 0.08803143352270126, -0.05406209081411362, -0.3050295412540436, -0.3847830891609192, -0.1930484026670456, 0.058969222009181976, 0.08793782442808151, -0.1810552030801773, -0.5244113802909851, -0.6890137195587158, -0.6073089241981506, -0.4559970200061798, -0.41061291098594666, -0.43810486793518066, -0.47294414043426514, -0.5272783041000366, -0.6087384819984436, -0.7316445112228394, -0.8082549571990967, -0.7292284965515137, -0.5536890029907227, -0.37384033203125, -0.3394950330257416, -0.506868302822113, -0.7721510529518127, -0.845597505569458, -0.623450756072998, -0.19904901087284088, 0.08000557869672775, 0.016667809337377548, -0.2792300581932068, -0.47596341371536255, -0.4170750677585602, -0.13565999269485474, 0.14848937094211578, 0.28924787044525146, 0.2257281243801117, 0.055289797484874725, -0.10694340616464615, -0.12988370656967163, 0.00405804393813014, 0.1866712123155594, 0.29372814297676086, 0.3089035153388977, 0.2414321005344391, 0.1271432489156723, 0.047539662569761276, 0.062138017266988754, 0.1979173719882965, 0.380675733089447, 0.4932587146759033, 0.49131447076797485, 0.4315405488014221, 0.4179924428462982, 0.512626051902771, 0.6956303715705872, 0.8618903756141663, 0.9930555820465088, 1.1369752883911133, 1.2200771570205688, 1.289615273475647, 1.3778189420700073, 1.529246211051941, 1.7135894298553467, 1.7754322290420532, 1.6163009405136108, 1.2085256576538086, 0.9143864512443542, 1.0562474727630615, 1.5700318813323975, 2.0239181518554688, 1.8710217475891113, 1.0585591793060303, 0.1574467420578003, -0.21501684188842773, 0.06394001841545105, 0.5187180638313293, 0.5894205570220947, 0.15570029616355896, -0.4408141076564789, -0.8717817664146423, -1.0163666009902954, -1.0432406663894653, -1.0539932250976562, -1.0680006742477417, -0.9514036774635315, -0.8307971954345703, -0.8885779976844788, -1.1116379499435425, -1.353559136390686, -1.3649251461029053, -1.0857406854629517, -0.7915747165679932, -0.7167821526527405, -0.7598196864128113, -0.7129737734794617, -0.4750056266784668, -0.2925761342048645, -0.3754890263080597, -0.641616940498352, -0.7185211777687073, -0.3583148121833801, 0.2021353542804718, 0.5221171379089355, 0.3452271521091461, -0.13161057233810425, -0.4368775188922882, -0.3018535077571869, 0.13731899857521057, 0.5121832489967346, 0.5899965167045593, 0.4171520173549652, 0.1748785674571991, 0.029793906956911087, -0.020111214369535446, 0.021253695711493492, 0.17373666167259216, 0.3910427987575531, 0.5159118175506592, 0.4182763397693634, 0.10733650624752045, -0.20838536322116852, -0.2981150150299072, -0.16360503435134888, 0.0064636399038136005, 0.01116197183728218, -0.1622038334608078, -0.4715884029865265, -0.7084519267082214, -0.7808721661567688, -0.7462337017059326, -0.6653136610984802, -0.6263024210929871, -0.6847470998764038, -0.7863748669624329, -0.8646668791770935, -0.9593128561973572, -1.0254487991333008, -0.9455595016479492, -0.790877640247345, -0.6115772724151611, -0.5875250697135925, -0.6971872448921204, -0.8095078468322754, -0.7578392028808594, -0.5744674205780029, -0.3298220634460449, -0.1776631474494934, -0.13150890171527863, -0.14521807432174683, -0.10364009439945221, -0.022217540070414543, 0.09773020446300507, 0.17873087525367737, 0.1662568598985672, 0.1899711787700653, 0.2618500888347626, 0.38437798619270325, 0.4560064375400543, 0.4446721374988556, 0.36052045226097107, 0.2996484041213989, 0.3134569823741913, 0.3886304199695587, 0.47687798738479614, 0.5503053069114685, 0.5782608985900879, 0.5284751653671265, 0.4411635994911194, 0.3664914071559906, 0.38313090801239014, 0.5778310894966125, 0.7548336386680603, 0.9244763851165771, 0.9695140719413757, 0.8625794649124146, 0.8317840099334717, 0.9574899673461914, 1.1937514543533325, 1.3968600034713745, 1.545081615447998, 1.5404268503189087, 1.4775699377059937, 1.2793538570404053, 1.063485026359558, 0.9586912393569946, 1.0039573907852173, 1.229756474494934, 1.4041098356246948, 1.3687833547592163, 0.9964346885681152, 0.43747615814208984, -0.035714805126190186, -0.24526898562908173, -0.1556534767150879, 0.016380708664655685, 0.11549672484397888, -0.04033394157886505, -0.37240836024284363, -0.8047484159469604, -1.0646512508392334, -1.1309068202972412, -1.0428646802902222, -0.8645885586738586, -0.7098577618598938, -0.7187691330909729, -0.8534839153289795, -0.9874268174171448, -1.060404658317566, -1.0207443237304688, -0.9496179223060608, -0.8361016511917114, -0.7033209204673767, -0.5528680682182312, -0.408632755279541, -0.3487009108066559, -0.3804246783256531, -0.46279531717300415, -0.44994181394577026, -0.3286479115486145, -0.17224715650081635, -0.014125530607998371, 0.09438646584749222, 0.15496200323104858, 0.16603748500347137, 0.18447883427143097, 0.14994589984416962, 0.10857369750738144, 0.07871738076210022, 0.12698142230510712, 0.24357540905475616, 0.3762397766113281, 0.44484803080558777, 0.3985065519809723, 0.2645818293094635, 0.14229196310043335, 0.06366842240095139, 0.029570378363132477, 0.07782483100891113, 0.1322488933801651, 0.12972737848758698, 0.06033998355269432, -0.10945301502943039, -0.30664822459220886, -0.4786817133426666, -0.572827935218811, -0.5918607711791992, -0.5591264963150024, -0.5400504469871521, -0.5915681719779968, -0.7012158036231995, -0.8308321833610535, -0.9906650185585022, -1.1149770021438599, -1.1283550262451172, -1.0722448825836182, -0.9780876040458679, -0.8860443830490112, -0.8539392948150635, -0.8398156762123108, -0.8291711211204529, -0.7851807475090027, -0.6822753548622131, -0.5621429085731506, -0.45840731263160706, -0.3631512522697449, -0.29255202412605286, -0.17153511941432953, -0.060098715126514435, 0.006900485139340162, 0.05182206630706787, 0.09829524904489517, 0.1409950703382492, 0.18674598634243011, 0.23576843738555908, 0.2788997292518616, 0.3165927529335022, 0.3451785445213318, 0.3610880970954895, 0.33438149094581604, 0.3155674338340759, 0.31160733103752136, 0.3261212706565857, 0.37880682945251465, 0.4586207866668701, 0.5260766744613647, 0.5904871821403503, 0.6374594569206238, 0.6618375182151794, 0.6896355748176575, 0.7300926446914673, 0.8389476537704468, 1.006705641746521, 1.183272361755371, 1.323535680770874, 1.3734232187271118, 1.4096859693527222, 1.460126280784607, 1.5122947692871094, 1.5655689239501953, 1.5114601850509644, 1.383789300918579, 1.2879326343536377, 1.2334332466125488, 1.181719422340393, 1.0993282794952393, 0.9400188326835632, 0.7171263098716736, 0.49351316690444946, 0.2736380398273468, 0.06682240217924118, -0.11103323101997375, -0.2375224530696869, -0.3275472819805145, -0.39702537655830383, -0.4732464849948883, -0.6182829141616821, -0.7504091262817383, -0.820536196231842, -0.8219579458236694, -0.7917723655700684, -0.748761773109436, -0.7344432473182678, -0.7353683710098267, -0.7203324437141418, -0.6904511451721191, -0.6471469402313232, -0.5969904661178589, -0.536053478717804, -0.4829983711242676, -0.4674918055534363, -0.4834028482437134, -0.5369950532913208, -0.5333967804908752, -0.48811259865760803, -0.4335496127605438, -0.39956504106521606, -0.3948206901550293, -0.4078901410102844, -0.386465847492218, -0.3400207757949829, -0.2692350447177887, -0.2137109339237213, -0.18096154928207397, -0.1538493037223816, -0.12781590223312378, -0.0776914730668068, -0.006436399184167385, 0.06293823570013046, 0.12718045711517334, 0.16363796591758728, 0.1884954869747162, 0.2108979970216751, 0.23540052771568298, 0.24797312915325165, 0.26979348063468933, 0.28613901138305664, 0.3023759126663208, 0.2890038788318634, 0.2566651999950409, 0.16175028681755066, 0.05833180993795395, -0.05614985153079033, -0.1439618617296219, -0.1860329657793045, -0.20100413262844086, -0.2383045256137848, -0.31899264454841614, -0.43398475646972656, -0.57851642370224, -0.685425877571106, -0.7407975792884827, -0.7564312815666199, -0.7561202049255371, -0.7759650945663452, -0.8207739591598511, -0.8747708797454834, -0.9057424664497375, -0.9017401337623596, -0.8516717553138733, -0.8028286099433899, -0.7718186974525452, -0.7347514033317566, -0.6663346886634827, -0.5773541927337646, -0.48172619938850403, -0.42298170924186707, -0.37703707814216614, -0.3260731101036072, -0.23322711884975433, -0.09599234163761139, 0.03355585038661957, 0.15941812098026276, 0.2117650806903839, 0.21668072044849396, 0.20248673856258392, 0.27144816517829895, 0.406800240278244, 0.5674882531166077, 0.6827799081802368, 0.7171087861061096, 0.6727753281593323, 0.6158033013343811, 0.6356757283210754, 0.7435858845710754, 0.8944604396820068, 1.0243172645568848, 1.0766948461532593, 1.0958753824234009, 1.0934324264526367, 1.149681568145752, 1.2395530939102173, 1.3682129383087158, 1.454686164855957, 1.524440050125122, 1.530063271522522, 1.497046947479248, 1.4482858180999756, 1.3940767049789429, 1.3269556760787964, 1.2283978462219238, 1.1437640190124512, 1.0235623121261597, 0.9157215356826782, 0.7255523204803467, 0.5057705640792847, 0.26302096247673035, 0.08389664441347122, -0.07050586491823196, -0.20433026552200317, -0.3499525487422943, -0.5056134462356567, -0.6411854028701782, -0.7541327476501465, -0.7949255108833313, -0.8286197185516357, -0.886482298374176, -0.9213643074035645, -0.9278690218925476, -0.9244102835655212, -0.9273800849914551, -0.9122294783592224, -0.912099301815033, -0.8593429327011108, -0.7707935571670532, -0.7027934789657593, -0.6799631714820862, -0.6845880150794983, -0.6944360733032227, -0.6652598977088928, -0.5873663425445557, -0.5113979578018188, -0.45511358976364136, -0.41789931058883667, -0.3937773108482361, -0.35855013132095337, -0.30942994356155396, -0.2559358775615692, -0.18755614757537842, -0.10268930345773697, -0.03352040797472, 0.012030882760882378, 0.04343101754784584, 0.06750785559415817, 0.09790220111608505, 0.150621697306633, 0.228032648563385, 0.2950212061405182, 0.3214571475982666, 0.3135542869567871, 0.2759310007095337, 0.22692137956619263, 0.189420685172081, 0.18180926144123077, 0.16419611871242523, 0.13621866703033447, 0.09017020463943481, 0.023849256336688995, -0.04726160317659378, -0.11404087394475937, -0.20367109775543213, -0.27628082036972046, -0.36253654956817627, -0.41009071469306946, -0.45850852131843567, -0.5143022537231445, -0.5819406509399414, -0.655879557132721, -0.7180517315864563, -0.7531360387802124, -0.7635539770126343, -0.7605918645858765, -0.7457455992698669, -0.7205608487129211, -0.6829115748405457, -0.6650972962379456, -0.65507572889328, -0.6572991609573364, -0.6295669078826904, -0.5414463877677917, -0.40396735072135925, -0.28579750657081604, -0.23998625576496124, -0.21360918879508972, -0.20371925830841064, -0.13548076152801514, -0.025356197729706764, 0.0992131382226944, 0.18522600829601288, 0.219369575381279, 0.21742720901966095, 0.22853226959705353, 0.26279914379119873, 0.3361470401287079, 0.4258199632167816, 0.48383116722106934, 0.512101948261261, 0.555571973323822, 0.6036604642868042, 0.6773789525032043, 0.7874120473861694, 0.9362770915031433, 1.0818490982055664, 1.2156533002853394, 1.3058582544326782, 1.3968303203582764, 1.478703498840332, 1.5754848718643188, 1.6933246850967407, 1.7719309329986572, 1.7730072736740112, 1.6782758235931396, 1.4970566034317017, 1.319006323814392, 1.203635811805725, 1.136867880821228, 1.0584877729415894, 0.9186153411865234, 0.6699786186218262, 0.3801194727420807, 0.10321148484945297, -0.07378292083740234, -0.18676258623600006, -0.2746953070163727, -0.4033131003379822, -0.5650507807731628, -0.7316825985908508, -0.8553311228752136, -0.9108315110206604, -0.9156832098960876, -0.8976284265518188, -0.8484994769096375, -0.8289781808853149, -0.8632407188415527, -0.9149295091629028, -0.9216866493225098, -0.8737682104110718, -0.742830753326416, -0.6253661513328552, -0.5897442698478699, -0.6373409628868103, -0.6705409288406372, -0.6611166000366211, -0.5854270458221436, -0.4925171732902527, -0.429305762052536, -0.4101615846157074, -0.3887992799282074, -0.3473784029483795, -0.2868669331073761, -0.22049792110919952, -0.1427641361951828, -0.05428985133767128, 0.03208770602941513, 0.055543091148138046, 0.038329482078552246, 0.02210146188735962, 0.03752271831035614, 0.10769051313400269, 0.22269299626350403, 0.29531586170196533, 0.2896399199962616, 0.2408888041973114, 0.18847820162773132, 0.17871955037117004, 0.1829022318124771, 0.1586795300245285, 0.1373523771762848, 0.04954935237765312, -0.0635666623711586, -0.1628047674894333, -0.2345883548259735, -0.32665523886680603, -0.32847684621810913, -0.3698655664920807, -0.37810710072517395, -0.4292173683643341, -0.5098260641098022, -0.6026877164840698, -0.6742909550666809, -0.6884297728538513, -0.6861116290092468, -0.6905080080032349, -0.6991401314735413, -0.7496253252029419, -0.7697866559028625, -0.7501397132873535, -0.7036861181259155, -0.6619797348976135, -0.6067883372306824, -0.5901677012443542, -0.5338660478591919, -0.45975562930107117, -0.3552895486354828, -0.24816842377185822, -0.151138037443161, -0.09489071369171143, -0.03386402130126953, -0.015426776371896267, 0.0406806617975235, 0.10653412342071533, 0.16789470613002777, 0.22757698595523834, 0.2747165262699127, 0.2814830243587494, 0.3118099868297577, 0.3425069749355316, 0.41187411546707153, 0.512939989566803, 0.6155251264572144, 0.6749013662338257, 0.7148520350456238, 0.7588798403739929, 0.8462726473808289, 0.9841874837875366, 1.1435602903366089, 1.2522237300872803, 1.336005687713623, 1.4213017225265503, 1.531655192375183, 1.6529791355133057, 1.7729469537734985, 1.7921334505081177, 1.6795710325241089, 1.496452808380127, 1.3102761507034302, 1.2012466192245483, 1.1230436563491821, 1.0662612915039062, 0.8575171232223511, 0.5789382457733154, 0.29238930344581604, 0.05864674970507622, -0.08103729784488678, -0.17539985477924347, -0.2772703170776367, -0.4408069849014282, -0.6239122152328491, -0.7774268984794617, -0.8789735436439514, -0.9306659698486328, -0.9305484294891357, -0.8999091386795044, -0.8758795857429504, -0.8771716952323914, -0.9125995635986328, -0.9452484250068665, -0.8954392671585083, -0.7787491679191589, -0.6554670333862305, -0.5981168150901794, -0.6296249628067017, -0.6886497735977173, -0.6700944900512695, -0.5710291266441345, -0.43410515785217285, -0.34716445207595825, -0.3177691400051117, -0.3281421959400177, -0.3148190975189209, -0.2754344046115875, -0.1975986659526825, -0.10117180645465851, 0.00744584808126092, 0.09648177027702332, 0.1478852778673172, 0.16563256084918976, 0.17674347758293152, 0.21897006034851074, 0.30141741037368774, 0.36707383394241333, 0.3739774525165558, 0.3151025176048279, 0.2487068921327591, 0.21350033581256866, 0.2304055243730545, 0.24073494970798492, 0.19401153922080994, 0.09416814148426056, -0.033346764743328094, -0.14935638010501862, -0.24045240879058838, -0.3101869523525238, -0.35696834325790405, -0.41653454303741455, -0.47404447197914124, -0.516895592212677, -0.561192512512207, -0.6002901196479797, -0.6291026473045349, -0.6393788456916809, -0.6425617933273315, -0.6445363759994507, -0.6648229956626892, -0.7327136993408203, -0.7620815634727478, -0.7712712287902832, -0.7530267238616943, -0.6920440793037415, -0.6209604740142822, -0.5925183296203613, -0.5652208924293518, -0.5166793465614319, -0.44493550062179565, -0.3454875349998474, -0.24355179071426392, -0.17458537220954895, -0.1444435864686966, -0.11586334556341171, -0.08799302577972412, -0.046893879771232605, 0.04062505438923836, 0.13405120372772217, 0.21830342710018158, 0.27130916714668274, 0.2939426302909851, 0.2977259159088135, 0.31157058477401733, 0.36707571148872375, 0.47856175899505615, 0.605602502822876, 0.7050579190254211, 0.7711378335952759, 0.8494469523429871, 0.9681903123855591, 1.1327917575836182, 1.3025827407836914, 1.441308856010437, 1.5314282178878784, 1.6336228847503662, 1.7474908828735352, 1.852342963218689, 1.8972088098526, 1.7828291654586792, 1.593140721321106, 1.4029288291931152, 1.288000226020813, 1.2354416847229004, 1.1989134550094604, 1.0156943798065186, 0.6757028102874756, 0.32919174432754517, 0.031191490590572357, -0.12025444954633713, -0.23494939506053925, -0.32609662413597107, -0.507003664970398, -0.7247134447097778, -0.8849921822547913, -0.9930570125579834, -1.0475177764892578, -1.0367008447647095, -0.9928256273269653, -0.9689701795578003, -0.9714001417160034, -1.0438034534454346, -1.1195528507232666, -1.0948880910873413, -0.9829463958740234, -0.8192718029022217, -0.7043762803077698, -0.6935049891471863, -0.7435752153396606, -0.7309602499008179, -0.6320775747299194, -0.46485480666160583, -0.32171979546546936, -0.25566837191581726, -0.28267768025398254, -0.30549365282058716, -0.29497525095939636, -0.22960034012794495, -0.10178675502538681, 0.03711462393403053, 0.15680453181266785, 0.2236688882112503, 0.23023730516433716, 0.2133198231458664, 0.23385822772979736, 0.3068612813949585, 0.38206467032432556, 0.4175015985965729, 0.3613394498825073, 0.26993250846862793, 0.21554477512836456, 0.1789364516735077, 0.1604657620191574, 0.11098581552505493, 0.015399780124425888, -0.08144838362932205, -0.17412422597408295, -0.25184619426727295, -0.31451305747032166, -0.36107516288757324, -0.4216466248035431, -0.4802137017250061, -0.5360686182975769, -0.5821774005889893, -0.5909388661384583, -0.5567792057991028, -0.5055588483810425, -0.47323358058929443, -0.4924246072769165, -0.5408499240875244, -0.5881367325782776, -0.5958912968635559, -0.5649158954620361, -0.5234562754631042, -0.4758550226688385, -0.44844910502433777, -0.4436454474925995, -0.4072996973991394, -0.333723783493042, -0.25084206461906433, -0.15396447479724884, -0.06127144396305084, -0.03590836375951767, -0.04728211462497711, -0.05028633028268814, -0.03286850452423096, 0.012571053579449654, 0.07717794179916382, 0.1283964067697525, 0.14307115972042084, 0.16679726541042328, 0.20550520718097687, 0.2571112811565399, 0.3543888032436371, 0.46064603328704834, 0.5465344786643982, 0.630054771900177, 0.7100141644477844, 0.7917709946632385, 0.9314954280853271, 1.1159253120422363, 1.310677170753479, 1.492762565612793, 1.6429810523986816, 1.7621212005615234, 1.8820648193359375, 1.9341888427734375, 1.9207810163497925, 1.776408314704895, 1.5419148206710815, 1.3407411575317383, 1.189450740814209, 1.102866530418396, 0.9917681217193604, 0.7814469933509827, 0.45439380407333374, 0.15546202659606934, -0.03737075999379158, -0.1687791645526886, -0.2683826684951782, -0.42915934324264526, -0.6701735854148865, -0.9191179275512695, -1.0473064184188843, -1.1126405000686646, -1.138603925704956, -1.0828174352645874, -1.0589722394943237, -1.0534279346466064, -1.0672557353973389, -1.1068379878997803, -1.1171437501907349, -1.0402990579605103, -0.908531904220581, -0.788116455078125, -0.731464147567749, -0.7296453714370728, -0.7202975153923035, -0.6311237215995789, -0.44391363859176636, -0.2712969183921814, -0.1808415949344635, -0.18622098863124847, -0.23511619865894318, -0.23513734340667725, -0.16720670461654663, -0.08195299655199051, -0.013208148069679737, 0.03697887063026428, 0.06305734813213348, 0.06929496675729752, 0.1110745221376419, 0.18190898001194, 0.28853854537010193, 0.3914755880832672, 0.3927907943725586, 0.29969900846481323, 0.1741359531879425, 0.07075614482164383, 0.01121883001178503, -0.022222228348255157, -0.046159662306308746, -0.1670885533094406, -0.2789590060710907, -0.36749398708343506, -0.4130672514438629, -0.4147050082683563, -0.3853062093257904, -0.41048112511634827, -0.47775980830192566, -0.56698077917099, -0.6566529273986816, -0.7367779016494751, -0.805968165397644, -0.7867892980575562, -0.6581764221191406, -0.5033999681472778, -0.41900867223739624, -0.3879704773426056, -0.3353269696235657, -0.2603665590286255, -0.14011476933956146, -0.13194750249385834, -0.2044253647327423, -0.24611173570156097, -0.21005019545555115, -0.10550945997238159, 0.03241979330778122, 0.13849568367004395, 0.19437679648399353, 0.22094015777111053, 0.20673489570617676, 0.14999006688594818, 0.10088186711072922, 0.0874498263001442, 0.12127503007650375, 0.16602587699890137, 0.1620710790157318, 0.13307777047157288, 0.1409572958946228, 0.16220435500144958, 0.2754024267196655, 0.48445016145706177, 0.6706133484840393, 0.8275623321533203, 0.9832263588905334, 1.1189889907836914, 1.294010043144226, 1.499076247215271, 1.7149277925491333, 1.8950707912445068, 2.0549185276031494, 2.1591455936431885, 2.1142756938934326, 1.9695618152618408, 1.583956241607666, 1.1183205842971802, 0.7653288841247559, 0.6695565581321716, 0.7167433500289917, 0.733437180519104, 0.5311789512634277, 0.1362418681383133, -0.27437615394592285, -0.5136502385139465, -0.7039719820022583, -0.8725816607475281, -1.0538824796676636, -1.2185845375061035, -1.322417140007019, -1.319370985031128, -1.2602553367614746, -1.159523606300354, -0.9818897247314453, -0.767057478427887, -0.6980149745941162, -0.6989142894744873, -0.7393096089363098, -0.6770250797271729, -0.49162763357162476, -0.2804238200187683, -0.18303006887435913, -0.17363207042217255, -0.16103187203407288, -0.022841520607471466, 0.252340704202652, 0.5246539115905762, 0.6680428385734558, 0.6325881481170654, 0.4572864770889282, 0.2914409339427948, 0.13366395235061646, 0.09672509878873825, 0.1283695548772812, 0.16456857323646545, 0.13713893294334412, 0.026433805003762245, -0.14638270437717438, -0.2754039168357849, -0.3407932221889496, -0.374051034450531, -0.46654000878334045, -0.6794754862785339, -0.93592768907547, -1.1161291599273682, -1.2083191871643066, -1.2125922441482544, -1.2366880178451538, -1.255531668663025, -1.2635860443115234, -1.1894760131835938, -1.074306607246399, -0.9173678755760193, -0.7623476386070251, -0.6001076698303223, -0.5347580313682556, -0.4857858121395111, -0.4338281750679016, -0.29607415199279785, -0.05902988463640213, 0.18478526175022125, 0.3605004847049713, 0.47329580783843994, 0.5962947010993958, 0.6484248638153076, 0.6185817122459412, 0.5441100597381592, 0.4507378339767456, 0.38548341393470764, 0.3473629057407379, 0.27148765325546265, 0.17046919465065002, 0.12667503952980042, 0.07822339981794357, 0.013306391425430775, -0.08750740438699722, -0.20280721783638, -0.3256499171257019, -0.4027729034423828, -0.4674598276615143, -0.5229302644729614, -0.4932691156864166, -0.4255806803703308, -0.3515617251396179, -0.24108485877513885, -0.0845385268330574, 0.14128710329532623, 0.4408152103424072, 0.7309840321540833, 0.994915783405304, 1.2454129457473755, 1.5266443490982056, 1.8270206451416016, 2.2030787467956543, 2.6167080402374268, 3.038689374923706, 3.394089460372925, 3.533541440963745, 3.290987491607666, 2.6548779010772705, 1.6765769720077515, 0.7657635807991028, 0.2113753855228424, 0.10216108709573746, 0.11717581748962402, 0.05120581015944481, -0.3879554867744446, -0.9214502573013306, -1.4436172246932983, -1.7172876596450806, -2.0038697719573975, -2.336912155151367, -2.679918050765991, -2.8969271183013916, -2.8864760398864746, -2.6411218643188477, -2.1036019325256348, -1.3326489925384521, -0.46439623832702637, 0.24515463411808014, 0.5803596377372742, 0.6636938452720642, 0.6530895829200745, 0.7677934169769287, 0.9518213868141174, 1.093424677848816, 1.0994676351547241, 1.1351712942123413, 1.3345839977264404, 1.6584479808807373, 1.9371285438537598, 1.9602768421173096, 1.690801739692688, 1.2069209814071655, 0.6305803060531616, 0.08472943305969238, -0.41985127329826355, -0.8434126973152161, -1.118519902229309, -1.2506849765777588, -1.3147627115249634, -1.3131130933761597, -1.3345695734024048, -1.4015302658081055, -1.4905563592910767, -1.6900604963302612, -1.9897593259811401, -2.285066843032837, -2.449248790740967, -2.3452489376068115, -2.050313949584961, -1.6666254997253418, -1.2948498725891113, -0.8813182711601257, -0.4764055907726288, -0.11284177005290985, 0.15394452214241028, 0.3640215992927551, 0.5071374177932739, 0.5974825620651245, 0.6330256462097168, 0.6474392414093018, 0.7194511294364929, 0.910306453704834, 1.1074435710906982, 1.262682318687439, 1.3158930540084839, 1.2355860471725464, 1.013036847114563, 0.6307180523872375, 0.12600794434547424, -0.3531508147716522, -0.6985614895820618, -0.8576977252960205, -0.9379497766494751, -0.9732847213745117, -0.9697132706642151, -0.9560845494270325, -0.9407835602760315, -0.9074335694313049, -0.9173758029937744, -0.9707984328269958, -1.0175470113754272, -1.0490810871124268, -0.9890776872634888, -0.8174928426742554, -0.5341510772705078, -0.15341900289058685, 0.23937174677848816, 0.6300301551818848, 0.9439932703971863, 1.184838891029358, 1.3780688047409058, 1.5504150390625, 1.7450522184371948, 1.925197720527649, 2.131608724594116, 2.3245339393615723, 2.573265790939331, 2.902878761291504, 3.294830322265625, 3.706986665725708, 3.9696390628814697, 3.9429585933685303, 3.4062306880950928, 2.4795336723327637, 1.1671257019042969, -0.11505449563264847, -1.0457103252410889, -1.4339908361434937, -1.5104413032531738, -1.6073179244995117, -1.7619688510894775, -2.158470869064331, -2.424327850341797, -2.597186803817749, -2.69734787940979, -2.9784135818481445, -3.2421419620513916, -3.3889760971069336, -3.3007588386535645, -2.786320686340332, -1.860268235206604, -0.6953573822975159, 0.5624825358390808, 1.6251941919326782, 2.34100079536438, 2.660781145095825, 2.80889630317688, 2.7547686100006104, 2.6403744220733643, 2.396164894104004, 2.1125681400299072, 1.8400434255599976, 1.7244760990142822, 1.761927604675293, 1.8311794996261597, 1.7870619297027588, 1.4645286798477173, 0.848578929901123, -0.0055706435814499855, -0.90953528881073, -1.7733055353164673, -2.454831838607788, -2.8908867835998535, -3.1131832599639893, -3.0798561573028564, -2.8670198917388916, -2.588897228240967, -2.2785210609436035, -1.9895631074905396, -1.808296799659729, -1.7567169666290283, -1.8087279796600342, -1.9115042686462402, -1.8279517889022827, -1.4872626066207886, -0.933766782283783, -0.34318476915359497, 0.24470648169517517, 0.76569664478302, 1.254140853881836, 1.6560076475143433, 1.859931230545044, 1.903985619544983, 1.7357580661773682, 1.4428160190582275, 1.063830852508545, 0.7376219034194946, 0.5250347852706909, 0.49098339676856995, 0.5539085268974304, 0.5364405512809753, 0.4261012673377991, 0.18311184644699097, -0.24387957155704498, -0.7789514064788818, -1.3045669794082642, -1.733709454536438, -2.002392053604126, -2.090728998184204, -2.0713467597961426, -1.8963768482208252, -1.566058874130249, -1.2094407081604004, -0.8131715655326843, -0.4811919629573822, -0.27772456407546997, -0.22702160477638245, -0.2192089855670929, -0.24136844277381897, -0.13017688691616058, 0.06808621436357498, 0.4088762402534485, 0.7870480418205261, 1.1730881929397583, 1.5258421897888184, 1.8078614473342896, 1.9825048446655273, 2.040759325027466, 1.968935251235962, 1.88692307472229, 1.7611287832260132, 1.7018624544143677, 1.733845591545105, 1.9602258205413818, 2.2780909538269043, 2.7135961055755615, 3.12662672996521, 3.4005539417266846, 3.27718186378479, 2.6531777381896973, 1.7067540884017944, 0.38233932852745056, -0.8001682162284851, -1.6237616539001465, -1.9932384490966797, -2.0778307914733887, -2.1208267211914062, -2.090654134750366, -2.1748781204223633, -2.0572428703308105, -1.9546363353729248, -1.9054949283599854, -2.143343687057495, -2.3818061351776123, -2.531989574432373, -2.4580955505371094, -1.9518539905548096, -1.0529065132141113, 0.09792103618383408, 1.2835062742233276, 2.2938716411590576, 2.9246842861175537, 3.230801582336426, 3.319492816925049, 3.098137140274048, 2.6878721714019775, 2.118873119354248, 1.4662190675735474, 0.8676460981369019, 0.5521077513694763, 0.4791196286678314, 0.5436438322067261, 0.5978211164474487, 0.38755175471305847, -0.07145771384239197, -0.7204828858375549, -1.4253966808319092, -2.110616683959961, -2.693344831466675, -3.1292951107025146, -3.3504998683929443, -3.27597713470459, -2.9509003162384033, -2.426774263381958, -1.7733423709869385, -1.1570168733596802, -0.7195665240287781, -0.505038857460022, -0.4746799170970917, -0.5463742017745972, -0.5601804256439209, -0.46066924929618835, -0.265060693025589, 0.03580133989453316, 0.31082063913345337, 0.7548996210098267, 1.1813921928405762, 1.619468331336975, 1.8606774806976318, 1.8798600435256958, 1.600409746170044, 1.1231465339660645, 0.5668810606002808, 0.0057644774205982685, -0.3751879334449768, -0.5829389691352844, -0.6226556301116943, -0.623437762260437, -0.6067582964897156, -0.6113548874855042, -0.7012165188789368, -0.882893979549408, -1.1187392473220825, -1.380658745765686, -1.6200186014175415, -1.7707128524780273, -1.8233212232589722, -1.7041689157485962, -1.3559902906417847, -0.8719075322151184, -0.34630724787712097, 0.09950940310955048, 0.3953227698802948, 0.530924379825592, 0.5465899109840393, 0.4852825701236725, 0.43049272894859314, 0.4058765172958374, 0.44428732991218567, 0.5696306824684143, 0.7627386450767517, 0.9933605790138245, 1.2310214042663574, 1.416564702987671, 1.5223065614700317, 1.5353777408599854, 1.4721828699111938, 1.3725248575210571, 1.2432911396026611, 1.2525830268859863, 1.3546043634414673, 1.695862889289856, 2.178699016571045, 2.693262815475464, 3.1956779956817627, 3.3635213375091553, 3.126459836959839, 2.440114736557007, 1.4901063442230225, 0.2525750994682312, -0.6114791035652161, -1.284087061882019, -1.5666509866714478, -1.7293686866760254, -1.7798829078674316, -1.858724594116211, -1.8515747785568237, -1.6781538724899292, -1.6584608554840088, -1.729740858078003, -2.066481113433838, -2.3263533115386963, -2.5060837268829346, -2.343825340270996, -1.7616485357284546, -0.895506739616394, 0.15671050548553467, 1.1628345251083374, 2.007340669631958, 2.5264129638671875, 2.8591935634613037, 2.8559303283691406, 2.615420341491699, 2.149576425552368, 1.5318207740783691, 0.8919116258621216, 0.37820303440093994, 0.14440637826919556, 0.13193516433238983, 0.24647165834903717, 0.2833425998687744, 0.12825560569763184, -0.2147250920534134, -0.6371727585792542, -1.1426112651824951, -1.7200154066085815, -2.2437517642974854, -2.6595404148101807, -2.8586695194244385, -2.7621233463287354, -2.4069924354553223, -1.921810269355774, -1.333899736404419, -0.8241724371910095, -0.4372466504573822, -0.22930271923542023, -0.15258078277111053, -0.1862708181142807, -0.25081729888916016, -0.30744466185569763, -0.2849695384502411, -0.13409748673439026, 0.14803455770015717, 0.47355255484580994, 0.8374032378196716, 1.1867451667785645, 1.395613193511963, 1.4130676984786987, 1.1958168745040894, 0.7555437684059143, 0.2872471213340759, -0.123729407787323, -0.4291038513183594, -0.6022290587425232, -0.6567464470863342, -0.6537519693374634, -0.6014475226402283, -0.5506869554519653, -0.5950301885604858, -0.6665166616439819, -0.8096417188644409, -1.012179970741272, -1.1927006244659424, -1.336995244026184, -1.3926255702972412, -1.2562556266784668, -1.0034704208374023, -0.6320435404777527, -0.23062366247177124, 0.09279940277338028, 0.27866503596305847, 0.3571905195713043, 0.32233771681785583, 0.24634288251399994, 0.19562365114688873, 0.16164471209049225, 0.15567265450954437, 0.2262263149023056, 0.3832785487174988, 0.5783873200416565, 0.8157480359077454, 1.0364502668380737, 1.1729251146316528, 1.240022897720337, 1.2309808731079102, 1.1606999635696411, 1.1633007526397705, 1.2368972301483154, 1.4584226608276367, 1.7774832248687744, 2.2351207733154297, 2.678194999694824, 3.173043727874756, 3.505772829055786, 3.519169330596924, 3.106046438217163, 2.3524060249328613, 1.3289107084274292, 0.1630592793226242, -0.5250529050827026, -1.1506786346435547, -1.3744053840637207, -1.61886465549469, -1.7601566314697266, -1.9810831546783447, -1.9906888008117676, -1.88969087600708, -1.9871481657028198, -2.1581430435180664, -2.5679214000701904, -2.7734858989715576, -2.791188955307007, -2.4004430770874023, -1.7730895280838013, -0.9031686782836914, 0.047708701342344284, 0.9413934350013733, 1.7545101642608643, 2.2902746200561523, 2.6508073806762695, 2.7454259395599365, 2.5610129833221436, 2.156697988510132, 1.6392790079116821, 1.0699607133865356, 0.7174406051635742, 0.6101536750793457, 0.6102737784385681, 0.6736011505126953, 0.6566274762153625, 0.412415087223053, 0.04800284281373024, -0.33024880290031433, -0.8131634593009949, -1.3215844631195068, -1.8342583179473877, -2.287407636642456, -2.578273057937622, -2.6003167629241943, -2.4350523948669434, -2.083632230758667, -1.576202392578125, -1.124197244644165, -0.7465121150016785, -0.5457098484039307, -0.49713489413261414, -0.4696817398071289, -0.4697980284690857, -0.5071788430213928, -0.4438282549381256, -0.3335249423980713, -0.10712341964244843, 0.20670916140079498, 0.6078155636787415, 0.9623559713363647, 1.2439048290252686, 1.3389875888824463, 1.2169721126556396, 0.9493896961212158, 0.5947503447532654, 0.2821400463581085, -0.04104312136769295, -0.27778559923171997, -0.41980767250061035, -0.4665209949016571, -0.4704819619655609, -0.45305678248405457, -0.4565504491329193, -0.5620771646499634, -0.7132261395454407, -0.9127182960510254, -1.1329967975616455, -1.3245601654052734, -1.428538203239441, -1.4244126081466675, -1.3020923137664795, -1.0348100662231445, -0.7270660400390625, -0.40051931142807007, -0.13954989612102509, 0.07098887860774994, 0.19379256665706635, 0.24224478006362915, 0.2284710705280304, 0.18926948308944702, 0.14800459146499634, 0.1735694706439972, 0.2681594789028168, 0.4067639112472534, 0.6347087621688843, 0.863467812538147, 1.0426104068756104, 1.173307180404663, 1.2341104745864868, 1.2334085702896118, 1.2364492416381836, 1.2654718160629272, 1.356138825416565, 1.5669292211532593, 1.8448654413223267, 2.183976173400879, 2.5655598640441895, 2.9033117294311523, 3.220576763153076, 3.276813507080078, 3.0513253211975098, 2.4373576641082764, 1.625678300857544, 0.5321187376976013, -0.31057897210121155, -0.9688991904258728, -1.3759956359863281, -1.5985958576202393, -1.7359158992767334, -1.8342703580856323, -1.9490739107131958, -1.8695882558822632, -1.9739265441894531, -2.0817160606384277, -2.349635362625122, -2.5560758113861084, -2.5781383514404297, -2.459418296813965, -1.998408317565918, -1.3480192422866821, -0.46581166982650757, 0.42070531845092773, 1.317462682723999, 1.9393715858459473, 2.419970750808716, 2.6524574756622314, 2.6193490028381348, 2.3858895301818848, 1.9712684154510498, 1.4924391508102417, 1.094344973564148, 0.8682939410209656, 0.7761760354042053, 0.7335211634635925, 0.7055596113204956, 0.5860528945922852, 0.387615829706192, 0.06415142118930817, -0.3818586468696594, -0.9713696241378784, -1.5874404907226562, -2.14581298828125, -2.535236120223999, -2.7311017513275146, -2.6945440769195557, -2.466520071029663, -2.0937325954437256, -1.6538684368133545, -1.2113401889801025, -0.8768090009689331, -0.6943661570549011, -0.6120467185974121, -0.5878386497497559, -0.5589256882667542, -0.5011080503463745, -0.409202516078949, -0.20422634482383728, 0.08616034686565399, 0.49495482444763184, 0.9547996520996094, 1.2837648391723633, 1.4785330295562744, 1.4895055294036865, 1.3351598978042603, 1.07152259349823, 0.7822687029838562, 0.4451293349266052, 0.13714599609375, -0.09150642156600952, -0.2772049605846405, -0.34140998125076294, -0.36700907349586487, -0.40026843547821045, -0.4872846007347107, -0.6686525940895081, -0.9067107439041138, -1.1953400373458862, -1.4576672315597534, -1.6748617887496948, -1.797237515449524, -1.7518497705459595, -1.5784438848495483, -1.2920043468475342, -0.9186098575592041, -0.542273223400116, -0.25263556838035583, -0.019024688750505447, 0.10977093875408173, 0.1978917121887207, 0.244298055768013, 0.2575756013393402, 0.2697641849517822, 0.29522404074668884, 0.3928969204425812, 0.553276777267456, 0.7509388327598572, 0.970293402671814, 1.1702502965927124, 1.291883111000061, 1.3135918378829956, 1.2770317792892456, 1.1982457637786865, 1.1526092290878296, 1.1748183965682983, 1.2499762773513794, 1.3710087537765503, 1.5508739948272705, 1.7886877059936523, 2.0650758743286133, 2.352283477783203, 2.593533754348755, 2.717802047729492, 2.56368350982666, 2.1688644886016846, 1.546583890914917, 0.8653637170791626, 0.02398207038640976, -0.5148570537567139, -0.9442181587219238, -1.1602108478546143, -1.248525857925415, -1.2599912881851196, -1.3191988468170166, -1.3490897417068481, -1.2980170249938965, -1.4088919162750244, -1.5760139226913452, -1.8415523767471313, -2.0016543865203857, -2.014573335647583, -1.8518472909927368, -1.4916698932647705, -1.012031078338623, -0.38580504059791565, 0.31082624197006226, 1.0211491584777832, 1.5512174367904663, 1.9324496984481812, 2.052436113357544, 1.9418121576309204, 1.6918977499008179, 1.346523404121399, 0.9828210473060608, 0.6888760328292847, 0.5524150729179382, 0.4932151138782501, 0.4568006098270416, 0.4380307197570801, 0.331980437040329, 0.1746322065591812, -0.06550556421279907, -0.3792707622051239, -0.8329693675041199, -1.3381412029266357, -1.8060227632522583, -2.144639730453491, -2.3065760135650635, -2.2485604286193848, -2.0232648849487305, -1.718052864074707, -1.3432375192642212, -0.9893237352371216, -0.7226604223251343, -0.5525449514389038, -0.467852383852005, -0.4454555809497833, -0.4286539554595947, -0.380697101354599, -0.2887917160987854, -0.1089807078242302, 0.14826253056526184, 0.4324105381965637, 0.7447137236595154, 1.0145750045776367, 1.160859227180481, 1.159049391746521, 1.0744810104370117, 0.8561708331108093, 0.5843775272369385, 0.32195988297462463, 0.06014701724052429, -0.1908625066280365, -0.33643677830696106, -0.40934598445892334, -0.42985183000564575, -0.4364962875843048, -0.4987108111381531, -0.6258309483528137, -0.8218487501144409, -1.0536973476409912, -1.2550773620605469, -1.4339829683303833, -1.483896255493164, -1.4442273378372192, -1.3047553300857544, -1.077244758605957, -0.7936812043190002, -0.4761448800563812, -0.17676971852779388, 0.07591018825769424, 0.22649438679218292, 0.27572351694107056, 0.2414870262145996, 0.21674710512161255, 0.20796644687652588, 0.253013551235199, 0.3598616421222687, 0.46903443336486816, 0.6294912695884705, 0.8016358017921448, 0.9654696583747864, 1.0563315153121948, 1.07074773311615, 1.003698468208313, 0.8831384778022766, 0.7562458515167236, 0.6742030382156372, 0.6462952494621277, 0.6623014807701111, 0.7737546563148499, 0.919800341129303, 1.0701816082000732, 1.2718455791473389, 1.4698177576065063, 1.6201308965682983, 1.7038308382034302, 1.7692660093307495, 1.705891728401184, 1.5410224199295044, 1.2760865688323975, 0.9984999299049377, 0.6664184927940369, 0.31882020831108093, 0.14888019859790802, 0.007118470035493374, -0.04378240555524826, -0.06690000742673874, -0.09672464430332184, -0.2374177724123001, -0.3214239180088043, -0.4879132807254791, -0.6850690245628357, -0.9569849371910095, -1.2204294204711914, -1.4073741436004639, -1.4158477783203125, -1.3295526504516602, -1.1270346641540527, -0.8942675590515137, -0.616803765296936, -0.3066752552986145, -0.011384791694581509, 0.19319479167461395, 0.34288349747657776, 0.3546040654182434, 0.286230206489563, 0.20388774573802948, 0.08659320324659348, -0.018425840884447098, -0.04998747259378433, 0.0109511474147439, 0.09649670124053955, 0.19905985891819, 0.250038743019104, 0.2501806914806366, 0.1948920339345932, 0.10386592149734497, -0.029941847547888756, -0.22943085432052612, -0.44093477725982666, -0.6269586086273193, -0.7212762236595154, -0.7355952262878418, -0.7045839428901672, -0.6439389586448669, -0.5855928659439087, -0.5184214115142822, -0.4252230226993561, -0.34092316031455994, -0.31149381399154663, -0.3121635913848877, -0.33957570791244507, -0.3790103495121002, -0.41491857171058655, -0.4082430601119995, -0.3425350487232208, -0.23140649497509003, -0.08849111944437027, 0.027453629299998283, 0.10736742615699768, 0.1424475759267807, 0.14519619941711426, 0.10778398811817169, 0.044332824647426605, -0.03341253846883774, -0.10768496245145798, -0.15632984042167664, -0.18328866362571716, -0.2049374133348465, -0.22069032490253448, -0.23171697556972504, -0.25076887011528015, -0.26906734704971313, -0.29367345571517944, -0.3032344877719879, -0.33836281299591064, -0.3939243257045746, -0.42791661620140076, -0.4471281170845032, -0.4384094476699829, -0.38017240166664124, -0.2740776836872101, -0.17930817604064941, -0.09776931256055832, -0.07504373043775558, -0.08574098348617554, -0.09629062563180923, -0.11793169379234314, -0.1271570920944214, -0.13982795178890228, -0.140269935131073, -0.13138462603092194, -0.07896581292152405, -0.004867713898420334, 0.09067266434431076, 0.18574318289756775, 0.27090388536453247, 0.31067967414855957, 0.30137160420417786, 0.2768537998199463, 0.25329115986824036, 0.24857494235038757, 0.2767941951751709, 0.33395686745643616, 0.40029269456863403, 0.46884360909461975, 0.528349757194519, 0.5802462697029114, 0.6231720447540283, 0.6445313096046448, 0.6547943353652954, 0.6309078931808472, 0.5615969300270081, 0.514195442199707, 0.4608461260795593, 0.44917383790016174, 0.4674004316329956, 0.498748242855072, 0.5377471446990967, 0.5775124430656433, 0.621483564376831, 0.6401821970939636, 0.6482353806495667, 0.6358327865600586, 0.6226074695587158, 0.5983433723449707, 0.5759986639022827, 0.5388866662979126, 0.4929567873477936, 0.4430716037750244, 0.4160476624965668, 0.38370442390441895, 0.34064942598342896, 0.2926454544067383, 0.22243626415729523, 0.14322157204151154, 0.052639126777648926, -0.031230567023158073, -0.1272309273481369, -0.22832167148590088, -0.326789528131485, -0.4050762951374054, -0.45922785997390747, -0.4856383502483368, -0.49387744069099426, -0.47698238492012024, -0.4531788229942322, -0.42304283380508423, -0.3808845579624176, -0.35500943660736084, -0.345899760723114, -0.35447990894317627, -0.3643963634967804, -0.3732215166091919, -0.36844706535339355, -0.35822293162345886, -0.3316340744495392, -0.30432096123695374, -0.29109954833984375, -0.27597135305404663, -0.26484405994415283, -0.2703733742237091, -0.24935056269168854, -0.21130841970443726, -0.2063426375389099, -0.21767355501651764, -0.2301463484764099, -0.23645931482315063, -0.22417035698890686, -0.2024076282978058, -0.16072380542755127, -0.1299210786819458, -0.11180056631565094, -0.08633564412593842, -0.0665498748421669, -0.04708912596106529, -0.0250623170286417, -0.012720528058707714, -0.022720392793416977, -0.03984946757555008, -0.0651688203215599, -0.09435006231069565, -0.10944953560829163, -0.11513294279575348, -0.11039497703313828, -0.0999751016497612, -0.09478539228439331, -0.09376727044582367, -0.071540467441082, -0.04071325436234474, -0.023215334862470627, -0.02421632967889309, -0.05101672187447548, -0.07165128737688065, -0.060600437223911285, -0.04146726056933403, -0.017776884138584137, 0.007867398671805859, 0.025860747322440147, 0.03935236483812332, 0.06153673306107521, 0.07241591066122055, 0.07379757612943649, 0.06253565102815628, 0.04613766074180603, 0.023689357563853264, 0.020434966310858727, 0.008282655850052834, 0.014107120223343372, 0.023016154766082764, 0.015198896639049053, 0.013139360584318638, 0.009435797110199928, -0.014127169735729694, -0.03781440854072571, -0.06470095366239548, -0.09496112912893295, -0.13658948242664337, -0.14292924106121063, -0.1545434296131134, -0.15749496221542358, -0.14463646709918976, -0.13729453086853027, -0.12296200543642044, -0.09558908641338348, -0.07711450010538101, -0.0650772675871849, -0.055792346596717834, -0.05528600513935089, -0.0487038679420948, -0.028340909630060196, 0.0008781038923189044, 0.03411741554737091, 0.04571108520030975, 0.057274263352155685, 0.05690722167491913, 0.05222322419285774, 0.05475696921348572, 0.06362403929233551, 0.06742902100086212, 0.0691639631986618, 0.0788726732134819, 0.09103824198246002, 0.10962769389152527, 0.1375574767589569, 0.1499885767698288, 0.171455517411232, 0.1792152225971222, 0.1891183704137802, 0.19951552152633667, 0.21251465380191803, 0.21648234128952026, 0.23379334807395935, 0.2557757496833801, 0.26925036311149597, 0.2810327410697937, 0.2745753228664398, 0.2659711241722107, 0.264261931180954, 0.26319047808647156, 0.2732774615287781, 0.27736133337020874, 0.272187203168869, 0.24897940456867218, 0.23934806883335114, 0.23455944657325745, 0.24789978563785553, 0.2637486159801483, 0.26113367080688477, 0.2546806335449219, 0.23987515270709991, 0.20749792456626892, 0.20107826590538025, 0.21866296231746674, 0.22667118906974792, 0.23130270838737488, 0.22217588126659393, 0.19925950467586517, 0.18203873932361603, 0.16909989714622498, 0.1487186998128891, 0.10307525843381882, 0.07294809073209763, 0.0517905093729496, 0.017297782003879547, -0.021274138242006302, -0.062064722180366516, -0.09567412734031677, -0.12309540063142776, -0.14716416597366333, -0.18711303174495697, -0.23253309726715088, -0.2827579081058502, -0.32115840911865234, -0.3554634153842926, -0.3753247857093811, -0.3866892457008362, -0.4099712371826172, -0.41466841101646423, -0.42145663499832153, -0.43242400884628296, -0.43935737013816833, -0.44129088521003723, -0.44759389758110046, -0.42043858766555786, -0.39881688356399536, -0.3739336431026459, -0.35051393508911133, -0.3187273144721985, -0.282701313495636, -0.2410571426153183, -0.2083827704191208, -0.182997465133667, -0.17465567588806152, -0.12921616435050964, -0.07028435170650482, -0.021807605400681496, 0.02122846059501171, 0.03798224776983261, 0.04014835134148598, 0.06967107951641083, 0.09129252284765244, 0.12843185663223267, 0.15649700164794922, 0.17648179829120636, 0.1930004209280014, 0.19779695570468903, 0.20427678525447845, 0.2073296457529068, 0.191568985581398, 0.1965000182390213, 0.1945035308599472, 0.1675594598054886, 0.1369239240884781, 0.102930948138237, 0.06101170554757118, 0.039836715906858444, 0.029652949422597885, 0.022220101207494736, 0.015519299544394016, -0.004048463422805071, -0.027438616380095482, -0.05758984759449959, -0.10245741903781891, -0.13560956716537476, -0.17437097430229187, -0.18836581707000732, -0.17297405004501343, -0.15450653433799744, -0.13802289962768555, -0.12525729835033417, -0.10196218639612198, -0.06997961550951004, -0.03193935751914978, 0.012818895280361176, 0.025988517329096794, 0.02478857897222042, 0.03015599213540554, 0.03130137175321579, 0.038509197533130646, 0.060190290212631226, 0.07675378769636154, 0.08144736289978027, 0.0797983855009079, 0.08000268787145615, 0.07738377898931503, 0.06433325260877609, 0.050441477447748184, 0.020402953028678894, -0.01987428218126297, -0.0507427342236042, -0.08446304500102997, -0.1005796417593956, -0.1092250868678093, -0.11408600211143494, -0.10640411078929901, -0.09125855565071106, -0.07521048933267593, -0.0430179089307785, -0.019056735560297966, -0.0012459736317396164, 0.007020704913884401, 0.020113646984100342, 0.038223717361688614, 0.06491101533174515, 0.08466270565986633, 0.09949211776256561, 0.11775876581668854, 0.1280709207057953, 0.14438097178936005, 0.16515013575553894, 0.1837371587753296, 0.19459547102451324, 0.2115979939699173, 0.21672934293746948, 0.21247267723083496, 0.21417857706546783, 0.19092243909835815, 0.17207348346710205, 0.14908865094184875, 0.12972094118595123, 0.1176694855093956, 0.10044288635253906, 0.06887891888618469, 0.047132719308137894, 0.01953648217022419, 0.0043598380871117115, -0.010752472095191479, -0.029816091060638428, -0.05390321835875511, -0.07775215059518814, -0.08809360861778259, -0.0834590271115303, -0.07530920207500458, -0.06288871169090271, -0.0628390982747078, -0.07102131098508835, -0.07931073755025864, -0.08477619290351868, -0.07831461727619171, -0.07197090983390808, -0.03651442378759384, 0.0032673832029104233, 0.02679501287639141, 0.041115760803222656, 0.04663481190800667, 0.03782873600721359, 0.04737525433301926, 0.034999359399080276, 0.018330741673707962, -0.0022601820528507233, -0.03441832587122917, -0.04552622511982918, -0.04294709488749504, -0.026679731905460358, 0.001063509494997561, 0.013170629739761353, 0.012928875163197517, 0.031144626438617706, 0.0364985391497612, 0.03437165543437004, 0.03758390620350838, 0.0481393039226532, 0.05778113380074501, 0.07045077532529831, 0.07557791471481323, 0.07715678960084915, 0.083548404276371, 0.07927794754505157, 0.07826192677021027, 0.06049439683556557, 0.047506578266620636, 0.03437002748250961, 0.020470723509788513, 0.016296904534101486, 0.013417615555226803, 0.0003253739851061255, -0.008765960112214088, -0.014794876798987389, -0.03087622858583927, -0.032052211463451385, -0.045789629220962524, -0.07375048846006393, -0.09238997846841812, -0.09902776777744293, -0.09707871824502945, -0.08208341151475906, -0.060587409883737564, -0.04717676341533661, -0.03813999518752098, -0.03130233660340309, -0.037380363792181015, -0.040310297161340714, -0.046356894075870514, -0.0543970949947834, -0.06512501090765, -0.07458426803350449, -0.08103559166193008, -0.0730225145816803, -0.065557099878788, -0.06489036977291107, -0.059467613697052, -0.05970120429992676, -0.06474269181489944, -0.07954702526330948, -0.09721837192773819, -0.10317645967006683, -0.11336958408355713, -0.12151375412940979, -0.11315200477838516, -0.09619270265102386, -0.07978418469429016, -0.05662534013390541, -0.02346944808959961, -0.0014814009191468358, 0.007424608338624239, 0.015595821663737297, 0.007787968963384628, 0.010828835889697075, 0.008671634830534458, 0.008724869228899479, 0.00903927069157362, 0.009092409163713455, 0.012904047966003418, 0.026982557028532028, 0.031018711626529694, 0.03301651030778885, 0.023190604522824287, 0.009878070093691349, -0.004818405490368605, -0.020095176994800568, -0.032202910631895065, -0.04414348304271698, -0.04756135866045952, -0.03812441602349281, -0.02666950784623623, -0.00597661966457963, 0.007297309581190348, 0.01483566127717495, 0.03126015514135361, 0.05398458242416382, 0.08009125292301178, 0.08904626965522766, 0.09092792123556137, 0.09018309414386749, 0.09062375873327255, 0.11023843288421631, 0.11924734711647034, 0.12804991006851196, 0.1510113775730133, 0.1524321585893631, 0.15722113847732544, 0.15625160932540894, 0.1410970836877823, 0.11440467089414597, 0.08241499215364456, 0.06359124928712845, 0.04049558937549591, 0.015667451545596123, -0.010852547362446785, -0.015262627974152565, -0.02052045427262783, -0.03271997720003128, -0.03948881849646568, -0.06609450280666351, -0.09678447991609573, -0.1121823862195015, -0.12601818144321442, -0.1347244530916214, -0.1454239785671234, -0.15548622608184814, -0.15144331753253937, -0.13173867762088776, -0.10603424906730652, -0.08187062293291092, -0.061114318668842316, -0.04033781960606575, -0.0240082498639822, -0.005912981927394867, 0.021009646356105804, 0.035815849900245667, 0.05048368126153946, 0.07048024982213974, 0.08118999004364014, 0.09074568748474121, 0.08976977318525314, 0.07992073893547058, 0.07522974908351898, 0.062407419085502625, 0.05258219689130783, 0.042796675115823746, 0.02352018840610981, 0.007106837350875139, -0.007880592718720436, -0.008969266898930073, -0.01641807146370411, -0.028686106204986572, -0.04403214156627655, -0.057065851986408234, -0.06458327174186707, -0.06669510900974274, -0.06975449621677399, -0.05782191827893257, -0.06020444259047508, -0.04997825250029564, -0.040085069835186005, -0.03291518613696098, -0.03231435641646385, -0.051723893731832504, -0.05907735601067543, -0.07324399799108505, -0.07665646821260452, -0.07009103149175644, -0.06653481721878052, -0.04396158456802368, -0.0220961794257164, 0.001078733941540122, 0.021140191704034805, 0.022609170526266098, 0.021350789815187454, 0.022263897582888603, 0.02464153803884983, 0.053852908313274384, 0.07014909386634827, 0.07159457355737686, 0.06957206130027771, 0.05735880136489868, 0.060147788375616074, 0.06516771763563156, 0.0706358328461647, 0.06634484976530075, 0.06262439489364624, 0.04675190523266792, 0.023137694224715233, 0.015259478241205215, -0.00836251862347126, -0.029240846633911133, -0.04343268647789955, -0.04535047337412834, -0.043531544506549835, -0.041010867804288864, -0.04044824466109276, -0.048385828733444214, -0.05704870820045471, -0.060838062316179276, -0.047953974455595016, -0.05314807966351509, -0.04747102037072182, -0.04342135787010193, -0.04569138213992119, -0.04186217114329338, -0.024229731410741806, -0.005720189772546291, 0.016596874222159386, 0.05336837098002434, 0.07957432419061661, 0.09303738176822662, 0.08859194070100784, 0.07223424315452576, 0.06326819211244583, 0.06296470761299133, 0.05819828808307648, 0.0676034465432167, 0.06801869720220566, 0.07045118510723114, 0.06899154186248779, 0.06383370608091354, 0.05065507814288139, 0.028842812404036522, 0.025201456621289253, 0.0312691405415535, 0.04615647345781326, 0.056164901703596115, 0.062139201909303665, 0.05384916439652443, 0.04244397580623627, 0.050408292561769485, 0.06786951422691345, 0.09185395389795303, 0.10730849951505661, 0.1112920418381691, 0.1063704639673233, 0.1024574488401413, 0.09228210151195526, 0.08738289028406143, 0.08630111068487167, 0.0861462876200676, 0.08184849470853806, 0.07524972409009933, 0.04709698259830475, 0.017921341583132744, -0.023561706766486168, -0.033146634697914124, -0.03591173142194748, -0.0457727275788784, -0.05650725215673447, -0.08511244505643845, -0.12625882029533386, -0.15416502952575684, -0.1672106385231018, -0.16591104865074158, -0.16950538754463196, -0.16714683175086975, -0.16670353710651398, -0.16667377948760986, -0.16107986867427826, -0.17322687804698944, -0.17787130177021027, -0.17390447854995728, -0.16535449028015137, -0.14226141571998596, -0.11132681369781494, -0.08908595889806747, -0.04421743005514145, 0.008374547585844994, 0.03742827847599983, 0.05859880894422531, 0.051792725920677185, 0.037168122828006744, 0.02830393798649311, 0.016260158270597458, -0.004611751530319452, -0.012846157886087894, -0.007949390448629856, -0.011598426848649979, -0.008388056419789791, -0.0009598695323802531, -0.005432826932519674, -0.009621048346161842, -0.019435618072748184, -0.024042485281825066, -0.021267235279083252, -0.030997831374406815, -0.05044998601078987, -0.04068061336874962, -0.04477928206324577, -0.044165924191474915, -0.022486751899123192, -0.030122093856334686, -0.03221018612384796, -0.0004022803623229265, 0.010728321969509125, 0.04481819272041321, 0.06503097712993622, 0.06917542964220047, 0.07270725816488266, 0.06884466856718063, 0.07134906202554703, 0.0754447653889656, 0.06768690794706345, 0.08712217211723328, 0.0813480094075203, 0.06413645297288895, 0.06476499140262604, 0.039892055094242096, 0.02049380913376808, 0.025326518341898918, 0.03171209618449211, 0.0527924969792366, 0.05794651061296463, 0.05331090837717056, 0.053673677146434784, 0.04307941719889641, 0.04031957685947418, 0.03906082361936569, 0.019663197919726372, 0.012230053544044495, 0.010237992741167545, 0.014274071902036667, 0.012955651618540287, -0.004888259805738926, -0.03560886159539223, -0.041686780750751495, -0.04395778849720955, -0.029373932629823685, -0.016410216689109802, -0.010325517505407333, -0.013422515243291855, -0.015920577570796013, -0.023341180756688118, -0.027143750339746475, -0.032180868089199066, -0.019074656069278717, 0.012668352574110031, 0.03577806055545807, 0.05247614532709122, 0.06777779757976532, 0.07294706255197525, 0.08265715837478638, 0.0854090228676796, 0.07393281161785126, 0.06565597653388977, 0.05830994248390198, 0.04739856719970703, 0.03133317455649376, 0.023115022107958794, 0.017827680334448814, 0.007673192303627729, 0.016057483851909637, 0.016534779220819473, 0.018942363560199738, 0.008437803015112877, -0.0005381872178986669, -0.025176774710416794, -0.034407105296850204, -0.031758662313222885, -0.01863456889986992, 0.002822564449161291, 0.010774818249046803, 0.00884930044412613, 1.7796861357055604e-05, -0.008063281886279583, -0.0005477427621372044, -0.010895242914557457, -0.0006628012633882463, 0.004555059596896172, -0.013319461606442928, -0.018268266692757607, -0.019318655133247375, -0.039557360112667084, -0.035557687282562256, -0.03693744167685509, -0.017411954700946808, -0.0035439752973616123, -0.0063085551373660564, -0.010956675745546818, -0.01845897175371647, -0.03193097561597824, -0.036890946328639984, -0.04795406386256218, -0.0384531170129776, -0.024866465479135513, -0.03570111468434334, -0.04477851465344429, -0.05667711794376373, -0.07448238134384155, -0.08023819327354431, -0.07575974613428116, -0.06582538783550262, -0.059664733707904816, -0.05707845464348793, -0.05917404964566231, -0.06207204610109329, -0.06682839244604111, -0.060563985258340836, -0.07009370625019073, -0.05272095277905464, -0.03295622393488884, -0.02288219705224037, -0.007209192030131817, -0.012802745215594769, 0.002710803644731641, 0.01200039405375719, 0.018133290112018585, 0.02819787710905075, 0.03931489586830139, 0.061488308012485504, 0.04582143947482109, 0.03554142639040947, 0.009192561730742455, 0.031221024692058563, 0.043019749224185944, 0.022325191646814346, 0.026807857677340508, -0.06853697448968887, -0.1946479231119156, -0.068910151720047, -0.04661685973405838, -0.005425250623375177, 0.12380848824977875, 0.13179342448711395, 0.0866260826587677, 0.016276195645332336, -0.03766674920916557, -0.08337370306253433, -0.051621872931718826, 0.08555830270051956, 0.19095857441425323, 0.1538558006286621, 0.16335001587867737, -0.031313952058553696, -0.1563803255558014, 0.03928408771753311, 0.027866985648870468, 0.19774498045444489, 0.12840937077999115, 0.08747688680887222, 0.06472592055797577, 0.020348770543932915, 0.06470509618520737, 0.005200051236897707, 0.033163513988256454, -0.0037186304107308388, 0.04083079472184181, 0.03386685624718666, 0.018588731065392494, 0.04539896175265312, 0.05341475084424019, 0.030596410855650902, 0.04376095160841942, 0.05733668431639671, -0.0013730173232033849, 0.006246014963835478, 0.012157357297837734, -0.023049209266901016, -0.0018706810660660267, -0.012134384363889694, -0.026122068986296654, -0.04262099042534828, -0.010784785263240337, 0.016882125288248062, 0.018222235143184662, -0.007671938743442297, -0.007698101457208395, -0.03787198290228844, 0.013935456983745098, -0.02759554050862789, -0.08985920250415802, -0.06306634843349457, -0.3392993211746216, -0.2114037275314331, 0.010412869974970818, -0.025753328576683998, -0.01072979811578989, 0.04240308329463005, 0.07144183665513992, 0.06481054425239563, 0.22315339744091034, 0.0894416943192482, -0.053443461656570435, -0.27577829360961914, -0.3057520091533661, -0.051383282989263535, -0.13513658940792084, 0.09962397068738937, -0.008768224157392979, 0.0876271203160286, 0.13200238347053528, 0.1729956865310669, 0.14480562508106232, 0.008885863237082958, -0.12210541218519211, -0.19188669323921204, -0.06997115910053253, -0.06231975555419922, -0.037564247846603394, 0.051019396632909775, -0.030371153727173805, 0.1284019649028778, 0.06828051060438156, 0.05250771343708038, 0.036657046526670456, 0.006267933640629053, -0.009219542145729065, -0.029650188982486725, 0.005776333622634411, -0.0679624080657959, -0.13037732243537903, 0.004392663016915321, -0.00992458313703537, 0.08630549162626266, 0.0984024927020073, 0.1552671641111374, 0.09654920548200607, 0.08409736305475235, 0.016306770965456963, -0.05710924044251442, -0.08625195175409317, -0.15248773992061615, -0.09082233905792236, -0.04783842712640762, -0.03967106714844704, -0.02395888976752758, 0.11507713049650192, 0.003986244089901447, 0.1324470192193985, 0.022861655801534653, -0.002027234761044383, -0.1007910892367363, -0.13403013348579407, -0.1236465722322464, -0.0517868809401989, 0.04498489573597908, 0.027115095406770706, 0.14414843916893005, 0.08917222172021866, 0.15117131173610687, 0.1582617163658142, 0.0829661563038826, 0.048392295837402344, -0.03612673655152321, -0.06934861838817596, -0.07095532864332199, -0.04514672979712486, -0.023362547159194946, -0.028901848942041397, -0.0068528493866324425, 0.0007908951956778765, 0.02690386399626732, 0.03671635314822197, 0.0018602167256176472, -0.04526946321129799, -0.05904662609100342, -0.08813713490962982, -0.08532962203025818, -0.07532945275306702, -0.0529666543006897, -0.025763263925909996, -0.008491354994475842, 0.05027877911925316, -0.0014106918824836612, 0.08076983690261841, 0.00031340387067757547, 0.015285186469554901, -0.046748753637075424, -0.013974647037684917, -0.009411384351551533, 0.03159017488360405, 0.02091735228896141, 0.0037548369728028774, 0.013943100348114967, -0.009311936795711517, 0.03392300009727478, 0.03850690275430679, -0.018429545685648918, -0.0461391918361187, -0.10220052301883698, -0.1311999261379242, -0.15237239003181458, -0.18762829899787903, -0.15827642381191254, -0.1604596972465515, -0.09648372232913971, -0.08693977445363998, -0.0695122629404068, -0.06515522301197052, -0.033680327236652374, -0.08163321763277054, -0.050053417682647705, -0.12262973934412003, -0.1354811042547226, -0.10327565670013428, -0.0881565511226654, -0.03844597935676575, -0.04638667777180672, -0.013412738218903542, 0.007030183915048838, 0.05363401770591736, 0.03691090643405914, -0.011154922656714916, -0.01907162554562092, -0.03612787276506424, 0.008637848310172558, 0.036861125379800797, 0.04395653307437897, 0.0009243694948963821, 0.06032131239771843, 0.046902600675821304, 0.06654565036296844, 0.07930888235569, 0.02743876911699772, 0.054441921412944794, 0.009105296805500984, 0.013531659729778767, -0.002462191740050912, -0.12461847066879272, -0.044779811054468155, -0.07603146135807037, -0.03738688305020332, 0.01714085042476654, -0.004464321304112673, 0.013885448686778545, 0.026856841519474983, 0.02329035848379135, -0.006017346866428852, 0.008459341712296009, 0.023542169481515884, -0.009606417268514633, 0.03153105825185776, 0.02500198595225811, 0.06431970745325089, 0.08316876739263535, 0.07554478943347931, 0.07508919388055801, 0.07396233826875687, 0.09076239168643951, 0.07156500220298767, 0.04113641753792763, 0.00023861965746618807, -0.03192771598696709, -0.0477554127573967, -0.06566642224788666, -0.08043329417705536, -0.05063619464635849, -0.045802973210811615, 0.0033052440267056227, 0.008611680008471012, 0.025393106043338776, -0.0071265376172959805, 0.026379607617855072, -0.00028179134824313223, -0.0029773504938930273, -0.0298063512891531, -0.038861408829689026, -0.061525486409664154, 0.004886849783360958, -0.016874557361006737, 0.014110262505710125, -0.024198632687330246, -0.035791561007499695, -0.013154263608157635, 0.00797590147703886, 0.03596111759543419, 0.041813358664512634, 0.09501693397760391, 0.19217757880687714, 0.2924080491065979, 0.3404299318790436, 0.4530751705169678, 0.5093669295310974, 0.6155040264129639, 0.7463223934173584, 0.8113293051719666, 0.845539927482605, 0.9647969603538513, 1.060028076171875, 1.1473498344421387, 1.22716224193573, 1.2769490480422974, 1.3076725006103516, 1.324237585067749, 1.331099510192871, 0.6428337097167969, -0.12759190797805786, -0.6747905611991882, -1.2250021696090698, -1.1722310781478882, -1.2549785375595093, -1.6413718461990356, -1.9162718057632446, -1.5415942668914795, -1.107276201248169, -0.6453424096107483, -0.6542386412620544, -1.087035059928894, -1.2868127822875977, -1.1652880907058716, -0.9140709042549133, -0.7222151756286621, -0.6430820822715759, -0.40213742852211, 0.1861266791820526, 0.9136703014373779, 1.5151870250701904, 1.843842625617981, 1.966140866279602, 1.9452989101409912, 1.7683247327804565, 1.3207082748413086, 0.6274861097335815, 0.10267258435487747, -0.31044360995292664, -0.5489682555198669, -0.7410674095153809, -0.9761021733283997, -1.0470666885375977, -0.8320109248161316, -0.5901637673377991, -0.6811358332633972, -1.0560860633850098, -1.507063865661621, -1.7663441896438599, -1.7442917823791504, -1.657938003540039, -1.6507070064544678, -1.4816927909851074, -1.044834017753601, -0.3503374755382538, 0.42553865909576416, 0.9918102025985718, 1.2966049909591675, 1.4803318977355957, 1.5244724750518799, 1.4437766075134277, 1.2632651329040527, 1.0186939239501953, 0.826559841632843, 0.689091145992279, 0.6057643294334412, 0.5352810025215149, 0.627119243144989, 0.3406272530555725, 0.05557483807206154, 0.0033478059340268373, -0.6871637105941772, -1.164720058441162, -1.4120820760726929, -1.8576126098632812, -2.025298595428467, -1.7152965068817139, -1.7050577402114868, -1.4405767917633057, -0.859909176826477, -0.5346680283546448, -0.1568983495235443, 0.1191176325082779, 0.15696720778942108, 0.20377768576145172, 0.20768830180168152, 0.11911822855472565, 0.1569528728723526, 0.29424574971199036, 0.4714338779449463, 0.6426387429237366, 0.809980034828186, 0.8830122351646423, 0.8747984766960144, 0.8048320412635803, 0.48834285140037537, 0.1709643304347992, -0.10455019026994705, -0.4310716390609741, -0.59490966796875, -0.6442765593528748, -0.7077293395996094, -0.5511797070503235, -0.3122040331363678, -0.2382972091436386, -0.16262172162532806, -0.09051432460546494, -0.13036201894283295, -0.12100005894899368, -0.11017847061157227, -0.10142683237791061, 0.02736678533256054, 0.22913722693920135, 0.5173550248146057, 0.9023178219795227, 1.1862766742706299, 1.4890106916427612, 1.7293366193771362, 1.8513550758361816, 1.9288901090621948, 1.9915571212768555, 2.044696569442749, 2.1374385356903076, 2.20021390914917, 2.2877774238586426, 2.5429556369781494, 2.5776705741882324, 2.5716445446014404, 2.0713248252868652, 0.4094073474407196, -0.989902675151825, -1.7633191347122192, -2.4566407203674316, -2.232433319091797, -2.5599124431610107, -3.231431484222412, -3.0809013843536377, -2.014465093612671, -1.1146689653396606, -0.4401863217353821, -0.7251367568969727, -1.3669930696487427, -1.3934460878372192, -0.9329293966293335, -0.5127406716346741, -0.34056761860847473, -0.15725146234035492, 0.4761493504047394, 1.6901376247406006, 2.885878801345825, 3.56524658203125, 3.683809995651245, 3.4675331115722656, 3.0437238216400146, 2.3708486557006836, 1.122036337852478, -0.442376971244812, -1.4065065383911133, -1.914671540260315, -2.1548750400543213, -2.2528913021087646, -2.4325473308563232, -2.4568376541137695, -1.7976950407028198, -1.2580430507659912, -1.4347209930419922, -2.0134708881378174, -2.665456533432007, -2.8819189071655273, -2.428703546524048, -2.032064914703369, -1.780084252357483, -1.2352211475372314, -0.23187319934368134, 1.135567307472229, 2.4022092819213867, 2.920677900314331, 2.8820009231567383, 2.662219762802124, 2.335268974304199, 1.935366153717041, 1.3847063779830933, 0.6736695766448975, 0.21414875984191895, 0.038906753063201904, 0.04016803205013275, 0.1715749055147171, 0.2633049488067627, 0.23519864678382874, 0.03042111173272133, -0.5201104879379272, -1.351773977279663, -2.05415678024292, -2.482997417449951, -2.6403117179870605, -2.563863515853882, -2.3581104278564453, -1.8736355304718018, -0.940342903137207, 0.16308824717998505, 1.035386323928833, 1.4706162214279175, 1.6071373224258423, 1.578450083732605, 1.4839309453964233, 1.2791142463684082, 0.8822427988052368, 0.530093789100647, 0.5231062173843384, 0.6826676726341248, 0.9167938232421875, 1.088721752166748, 1.088447093963623, 0.9755376577377319, 0.720997154712677, 0.13354207575321198, -0.6300914287567139, -1.403116226196289, -2.030632257461548, -2.5869619846343994, -2.7327632904052734, -2.9653358459472656, -2.3126680850982666, -1.668570876121521, -0.9548535346984863, -0.1965947300195694, 0.2980879843235016, 0.5123175978660583, 0.7393553256988525, 0.7638157606124878, 0.5836547613143921, 0.49674829840660095, 0.3921023905277252, 0.4783886969089508, 0.7229944467544556, 1.0766602754592896, 1.3843214511871338, 1.451932430267334, 1.2484228610992432, 1.0069252252578735, 0.6034349203109741, 0.045204974710941315, -0.580000638961792, -1.1529738903045654, -1.557126760482788, -1.6678986549377441, -1.5081586837768555, -1.1854944229125977, -0.8464998602867126, -0.39436081051826477, -0.10725630074739456, 0.14234508574008942, 0.353805810213089, 0.3800256550312042, 0.27145448327064514, 0.2117244005203247, 0.09100346267223358, 0.23859024047851562, 0.5753155946731567, 0.8688243627548218, 1.1527581214904785, 1.3980847597122192, 1.576420783996582, 1.7611033916473389, 1.7256194353103638, 1.4663996696472168, 1.094544768333435, 0.737365186214447, 0.525754988193512, 0.5123691558837891, 0.6303173899650574, 0.883272647857666, 1.2097758054733276, 1.608414888381958, 1.9590485095977783, 2.1658360958099365, 2.4251468181610107, 2.250756025314331, 1.7834367752075195, 0.15044352412223816, -1.5614880323410034, -2.6251938343048096, -3.068045139312744, -2.5789949893951416, -2.1398167610168457, -2.2764008045196533, -2.1194396018981934, -1.087644338607788, -0.21277670562267303, 0.37279391288757324, 0.004300348926335573, -0.9138795137405396, -1.4025757312774658, -1.1962536573410034, -0.811026394367218, -0.5378374457359314, -0.25682321190834045, 0.47174903750419617, 1.7485407590866089, 2.9451847076416016, 3.625039577484131, 3.4535927772521973, 2.9038829803466797, 2.174900770187378, 1.2670549154281616, 0.02409372851252556, -1.4869763851165771, -2.499845027923584, -2.744811534881592, -2.562497854232788, -2.188154697418213, -1.9474875926971436, -1.8121755123138428, -1.2014180421829224, -0.638738214969635, -0.6898176670074463, -1.2985243797302246, -2.0529918670654297, -2.3759806156158447, -1.982659935951233, -1.3250608444213867, -0.7516038417816162, -0.100093312561512, 0.9038597941398621, 2.1792192459106445, 3.191376209259033, 3.447145700454712, 2.9829347133636475, 2.3003733158111572, 1.605499505996704, 0.923783004283905, 0.21389544010162354, -0.5527984499931335, -1.0126808881759644, -0.9850759506225586, -0.669723391532898, -0.34343504905700684, -0.12328329682350159, -0.06294744461774826, -0.27756640315055847, -0.7280085682868958, -1.3817460536956787, -1.995247483253479, -2.307798147201538, -2.210177183151245, -1.9017910957336426, -1.4102308750152588, -0.677187979221344, 0.3172949552536011, 1.3479019403457642, 2.057173013687134, 2.2336909770965576, 2.027265787124634, 1.7014063596725464, 1.3442497253417969, 0.8968853950500488, 0.2863670289516449, -0.22287188470363617, -0.3083076775074005, -0.022442443296313286, 0.3350677192211151, 0.5286619663238525, 0.4048536419868469, 0.15909630060195923, -0.10985046625137329, -0.5536084175109863, -1.1845859289169312, -1.85746431350708, -2.3554470539093018, -2.451932191848755, -2.1212825775146484, -1.599739909172058, -0.8871055245399475, -0.14029419422149658, 0.31750425696372986, 0.8780158758163452, 1.0161850452423096, 1.024200201034546, 0.8056235313415527, 0.37550508975982666, 0.07432162016630173, -0.05331408232450485, -0.012047667987644672, 0.2721443474292755, 0.6190213561058044, 0.8526248931884766, 1.1049535274505615, 1.0466419458389282, 0.7039233446121216, 0.2707133889198303, -0.2996194362640381, -0.9185529947280884, -1.3678996562957764, -1.7067208290100098, -1.7798689603805542, -1.4655858278274536, -0.9932588934898376, -0.46737781167030334, 0.04807666316628456, 0.37138649821281433, 0.5155608654022217, 0.5725512504577637, 0.5185619592666626, 0.3568464517593384, 0.2830579876899719, 0.21171532571315765, 0.283872127532959, 0.5591595768928528, 0.8177271485328674, 1.0375930070877075, 1.190728783607483, 1.1091296672821045, 0.9705086350440979, 0.8223196268081665, 0.48577389121055603, 0.10586704313755035, -0.20978540182113647, -0.4483792185783386, -0.5240029096603394, -0.3734675347805023, -0.15700900554656982, 0.11237084865570068, 0.4938916563987732, 0.8645461201667786, 1.1031827926635742, 1.4207878112792969, 1.50533926486969, 1.6852086782455444, 1.8190720081329346, 1.8687585592269897, 2.175203323364258, 2.364144802093506, 2.260223388671875, 1.822005271911621, 0.22392715513706207, -1.0801533460617065, -1.930052638053894, -2.190657377243042, -2.041027545928955, -2.098644495010376, -2.6602554321289062, -2.585550546646118, -1.9382556676864624, -1.1892585754394531, -0.6801676750183105, -0.8731004595756531, -1.1667473316192627, -1.1239548921585083, -0.7284895181655884, -0.41769784688949585, -0.12116014212369919, 0.2567978501319885, 1.2111868858337402, 2.391127347946167, 3.3058323860168457, 3.5049450397491455, 3.2530155181884766, 2.872159957885742, 2.3555569648742676, 1.6168475151062012, 0.3605155944824219, -1.2073813676834106, -2.168903350830078, -2.4838695526123047, -2.511835813522339, -2.3584041595458984, -2.4322428703308105, -2.3537425994873047, -1.7013977766036987, -1.1345140933990479, -1.083582878112793, -1.463919997215271, -1.9727014303207397, -2.013721227645874, -1.4549970626831055, -0.7905248999595642, -0.2838252782821655, 0.34658095240592957, 1.2361769676208496, 2.273036479949951, 3.0843513011932373, 3.2531380653381348, 2.8334712982177734, 2.340864658355713, 1.7579938173294067, 1.0943156480789185, 0.32386165857315063, -0.47952207922935486, -1.0342497825622559, -1.122549057006836, -0.9796414375305176, -0.8589545488357544, -0.7992306351661682, -0.8352579474449158, -0.9869676232337952, -1.264883279800415, -1.6498126983642578, -2.0031015872955322, -2.070199966430664, -1.8277623653411865, -1.3753660917282104, -0.8082230687141418, -0.10430077463388443, 0.7361037731170654, 1.5984580516815186, 2.198683023452759, 2.381565809249878, 2.2365448474884033, 1.9126380681991577, 1.4968037605285645, 1.0059969425201416, 0.4234950542449951, -0.062304720282554626, -0.21470163762569427, -0.14881184697151184, -0.04314387962222099, -0.049979910254478455, -0.2552052438259125, -0.5307715535163879, -0.7823511958122253, -1.1301336288452148, -1.517746925354004, -1.8331608772277832, -1.9998209476470947, -1.9280225038528442, -1.5591002702713013, -0.9848202466964722, -0.26569804549217224, 0.49248793721199036, 1.151740550994873, 1.3778022527694702, 1.38126802444458, 1.3800928592681885, 1.0062763690948486, 0.7169314026832581, 0.47421514987945557, 0.12839649617671967, -0.022209271788597107, 0.05456743389368057, 0.14311136305332184, 0.35253891348838806, 0.4725245535373688, 0.3662831485271454, 0.1222723051905632, -0.3415464758872986, -0.8338688611984253, -1.2392864227294922, -1.605159878730774, -1.8557413816452026, -1.7742300033569336, -1.48647141456604, -1.050742268562317, -0.4801783859729767, 0.026706812903285027, 0.3751395642757416, 0.6511460542678833, 0.8052287697792053, 0.7729425430297852, 0.6961005926132202, 0.5930892825126648, 0.43127819895744324, 0.41217008233070374, 0.5389949679374695, 0.7017291188240051, 0.9146596193313599, 1.0331813097000122, 0.945767879486084, 0.8153457045555115, 0.605127215385437, 0.26046812534332275, -0.09305369853973389, -0.4272308647632599, -0.7070335745811462, -0.7618057131767273, -0.6539028286933899, -0.5300680994987488, -0.27444881200790405, 0.0892443060874939, 0.4266616106033325, 0.8664928078651428, 1.293775200843811, 1.5358483791351318, 1.7770692110061646, 2.0073957443237305, 2.049619197845459, 2.129316568374634, 2.3171305656433105, 2.5705862045288086, 2.7198243141174316, 2.4774203300476074, 1.2150675058364868, -0.3960026204586029, -1.598976731300354, -2.178694009780884, -2.1163103580474854, -2.047942876815796, -2.4613986015319824, -2.7761006355285645, -2.4607675075531006, -1.8329074382781982, -1.0906479358673096, -0.7842620015144348, -0.9092246890068054, -0.99483722448349, -0.8888900876045227, -0.6846810579299927, -0.35352393984794617, 0.12109587341547012, 0.8257340788841248, 1.7541117668151855, 2.5602355003356934, 2.956601858139038, 3.012953996658325, 2.989088773727417, 2.689619302749634, 2.0678746700286865, 1.021662950515747, -0.47440358996391296, -1.6847608089447021, -2.2785134315490723, -2.4957730770111084, -2.5632128715515137, -2.616670846939087, -2.645087957382202, -2.209995985031128, -1.5266791582107544, -1.0844782590866089, -1.1481679677963257, -1.4494696855545044, -1.6349806785583496, -1.3945919275283813, -0.908893346786499, -0.5477381348609924, -0.200815811753273, 0.3673618733882904, 1.1841992139816284, 2.029503345489502, 2.613084316253662, 2.6479129791259766, 2.43377423286438, 2.1102235317230225, 1.667422890663147, 1.0929452180862427, 0.4482054114341736, -0.2721351683139801, -0.7656055092811584, -0.9689021110534668, -1.0500597953796387, -0.9904250502586365, -0.8548094034194946, -0.8513892292976379, -0.9092103242874146, -1.0171222686767578, -1.1827832460403442, -1.1899926662445068, -1.0963817834854126, -0.9789767265319824, -0.7822085022926331, -0.4848228096961975, -0.03194586932659149, 0.5300336480140686, 1.0373793840408325, 1.3810856342315674, 1.6143687963485718, 1.7852368354797363, 1.78579843044281, 1.543135166168213, 1.0874035358428955, 0.563071072101593, 0.22983527183532715, 0.054537124931812286, -0.1623237282037735, -0.4718779921531677, -0.7896438837051392, -0.9782156944274902, -0.9294120669364929, -0.8604430556297302, -0.9345589876174927, -1.1059980392456055, -1.2629934549331665, -1.3232084512710571, -1.198134183883667, -0.980038583278656, -0.7440625429153442, -0.437294065952301, -0.04450945556163788, 0.3695105314254761, 0.7368819713592529, 1.007068157196045, 1.0086787939071655, 0.8941086530685425, 0.8624734282493591, 0.7342014312744141, 0.5992962121963501, 0.43389150500297546, 0.09488736838102341, -0.20906347036361694, -0.32016029953956604, -0.44788432121276855, -0.4856140911579132, -0.5084596276283264, -0.6463810205459595, -0.7511688470840454, -0.857526957988739, -0.9488126039505005, -0.9292946457862854, -0.8729386925697327, -0.8177744746208191, -0.6808016300201416, -0.5264753103256226, -0.3262695074081421, -0.026525797322392464, 0.33526551723480225, 0.6397636532783508, 0.8913149833679199, 1.045327067375183, 1.0053696632385254, 0.9685850739479065, 0.940248429775238, 0.8446085453033447, 0.7232572436332703, 0.5447933077812195, 0.29320192337036133, 0.1779460459947586, 0.1647080034017563, 0.12302857637405396, 0.03117332234978676, -0.1269882321357727, -0.3094930052757263, -0.41959357261657715, -0.4789353609085083, -0.5557441711425781, -0.5823982357978821, -0.517942488193512, -0.31225883960723877, 0.001807067426852882, 0.3486079275608063, 0.6852584481239319, 1.0363963842391968, 1.4022084474563599, 1.70979642868042, 1.9482346773147583, 2.0704922676086426, 2.0632026195526123, 2.0770883560180664, 2.124450922012329, 2.1732356548309326, 2.145128011703491, 2.0107173919677734, 1.4747339487075806, 0.5603946447372437, -0.34011951088905334, -1.0939966440200806, -1.46229887008667, -1.5570729970932007, -1.6889711618423462, -2.0429699420928955, -2.297363758087158, -2.2741167545318604, -1.8833261728286743, -1.350766658782959, -0.9956840872764587, -0.8498572111129761, -0.8138294219970703, -0.755972146987915, -0.6199911832809448, -0.4102417528629303, -0.15070581436157227, 0.23534107208251953, 0.7076002359390259, 1.1342461109161377, 1.3910326957702637, 1.5671857595443726, 1.7133846282958984, 1.8126205205917358, 1.8122507333755493, 1.3991652727127075, 0.6459680199623108, -0.1186213344335556, -0.7213425040245056, -1.0197235345840454, -1.1354140043258667, -1.3097330331802368, -1.46644926071167, -1.4409047365188599, -1.2238848209381104, -0.9616125226020813, -0.794151782989502, -0.8048799633979797, -0.8582084774971008, -0.8260380625724792, -0.819340705871582, -0.8872783780097961, -0.9596236348152161, -0.9500534534454346, -0.695991575717926, -0.22874996066093445, 0.1914578080177307, 0.5053073167800903, 0.7579948306083679, 0.9810842275619507, 1.2369097471237183, 1.42466402053833, 1.4133952856063843, 1.170755386352539, 0.8584916591644287, 0.5721138119697571, 0.3853985071182251, 0.29485565423965454, 0.23652173578739166, 0.149804949760437, 0.08310707658529282, -0.014989960938692093, -0.10229086130857468, -0.1394519954919815, -0.172524556517601, -0.22360356152057648, -0.3503466546535492, -0.553463876247406, -0.7726643085479736, -0.9153462052345276, -0.959841251373291, -0.9064890742301941, -0.8014293909072876, -0.6789636015892029, -0.560455858707428, -0.44185924530029297, -0.3202708661556244, -0.15902850031852722, 0.03555755317211151, 0.22494389116764069, 0.37740522623062134, 0.4176657795906067, 0.3684123754501343, 0.3059089183807373, 0.25832420587539673, 0.26905161142349243, 0.3277355432510376, 0.3608722686767578, 0.3429129421710968, 0.28303438425064087, 0.2388744205236435, 0.2173084318637848, 0.2194453477859497, 0.24112999439239502, 0.17501477897167206, 0.012057986110448837, -0.24945446848869324, -0.5704970359802246, -0.8467770218849182, -0.9831568002700806, -1.0033951997756958, -0.9265895485877991, -0.8462899327278137, -0.7914726138114929, -0.6776406168937683, -0.4703748822212219, -0.1978347897529602, 0.04682216793298721, 0.19355140626430511, 0.17163078486919403, 0.07829099893569946, 0.023874757811427116, 0.02781015634536743, 0.08886998891830444, 0.19695337116718292, 0.30891016125679016, 0.43049803376197815, 0.5057359337806702, 0.5381709337234497, 0.5344057679176331, 0.5047715306282043, 0.4934552013874054, 0.4493268132209778, 0.33926910161972046, 0.1646827757358551, 0.005759015679359436, -0.059937555342912674, -0.04452002793550491, -0.007031101733446121, 0.01642020419239998, -0.01705768331885338, -0.05958655849099159, -0.0408339723944664, -0.008203312754631042, -0.018248118460178375, -0.051073696464300156, -0.1348620057106018, -0.21094994246959686, -0.20877158641815186, -0.18388809263706207, -0.10451282560825348, 0.00535791739821434, 0.1436682790517807, 0.307904988527298, 0.4370848834514618, 0.5177775621414185, 0.5578492879867554, 0.6100629568099976, 0.6722606420516968, 0.7321775555610657, 0.7667987942695618, 0.7874403595924377, 0.8271901607513428, 0.9458892345428467, 1.037644386291504, 1.0995354652404785, 1.1587659120559692, 1.1661931276321411, 1.1564569473266602, 0.9869046807289124, 0.5875741839408875, 0.11366396397352219, -0.2227291464805603, -0.32628363370895386, -0.2755487561225891, -0.2685133218765259, -0.4067350924015045, -0.572845995426178, -0.627275288105011, -0.5417037010192871, -0.4041862487792969, -0.39294981956481934, -0.4797855019569397, -0.5989735126495361, -0.7022031545639038, -0.7905973196029663, -0.8461836576461792, -0.8579027056694031, -0.7399320006370544, -0.5313047766685486, -0.3254612982273102, -0.20501071214675903, -0.13954377174377441, -0.031075621023774147, 0.16050788760185242, 0.36312752962112427, 0.43727797269821167, 0.3422037661075592, 0.19020070135593414, 0.07757498323917389, 0.050890084356069565, 0.0579976886510849, -0.002040552208200097, -0.07575580477714539, -0.08706466108560562, -0.043693311512470245, -0.020690232515335083, -0.055853549391031265, -0.1837521493434906, -0.2720264792442322, -0.2954196631908417, -0.3191850483417511, -0.38926661014556885, -0.5129532814025879, -0.6405243873596191, -0.6505882143974304, -0.5479893088340759, -0.4306285083293915, -0.3340814411640167, -0.2364734262228012, -0.13346967101097107, 0.01458877231925726, 0.1767297387123108, 0.29341182112693787, 0.3673413395881653, 0.3945196568965912, 0.39912348985671997, 0.3913773000240326, 0.3582111895084381, 0.3022223114967346, 0.22081656754016876, 0.14430943131446838, 0.07204221189022064, 0.008685951121151447, -0.04377087578177452, -0.08063962310552597, -0.09557165950536728, -0.11812055855989456, -0.134113147854805, -0.13051441311836243, -0.1801636964082718, -0.22657762467861176, -0.23026630282402039, -0.25764790177345276, -0.23973199725151062, -0.19805406033992767, -0.20529960095882416, -0.22432737052440643, -0.23896782100200653, -0.18892964720726013, -0.08329086005687714, 0.003008397528901696, 0.06129906326532364, 0.06474436819553375, 0.04737241938710213, 0.06107896566390991, 0.10860928148031235, 0.10737588256597519, 0.06703680008649826, -0.03478009253740311, -0.10658816993236542, -0.1457580029964447, -0.1054382175207138, -0.08762416988611221, -0.09371750801801682, -0.10831647366285324, -0.1387658566236496, -0.17361663281917572, -0.17092671990394592, -0.20255985856056213, -0.23436565697193146, -0.24088984727859497, -0.22321707010269165, -0.18406422436237335, -0.11454544961452484, -0.0449068620800972, 0.014003477059304714, 0.06196029484272003, 0.10517443716526031, 0.14039182662963867, 0.13950787484645844, 0.09200131148099899, 0.058196790516376495, 0.019328463822603226, -0.008648592047393322, -0.017511792480945587, -0.00831530150026083, 0.013604353182017803, 0.023276232182979584, 0.024343498051166534, 0.017701586708426476, -0.0002756937756203115, 0.016651466488838196, 0.06125705689191818, 0.10648025572299957, 0.11916796863079071, 0.08411960303783417, 0.05183663219213486, 0.04100436344742775, 0.05187119171023369, 0.0984199196100235, 0.14334717392921448, 0.15231625735759735, 0.15827219188213348, 0.14350584149360657, 0.11163965612649918, 0.08515605330467224, 0.031841278076171875, 0.024111907929182053, 0.019407082349061966, 0.010573994368314743, 0.019000770524144173, 0.015185871161520481, 0.038597460836172104, 0.07207149267196655, 0.11285591125488281, 0.18923865258693695, 0.23700685799121857, 0.29502245783805847, 0.3436442017555237, 0.37373554706573486, 0.3913850784301758, 0.4093647301197052, 0.44270044565200806, 0.5013971328735352, 0.5287413597106934, 0.534913182258606, 0.5435720682144165, 0.5219338536262512, 0.5308061838150024, 0.5389379262924194, 0.5021750926971436, 0.46810826659202576, 0.43484675884246826, 0.46081432700157166, 0.5064409375190735, 0.5226742625236511, 0.4256608486175537, 0.24156753718852997, 0.08051308244466782, -0.014997516758739948, -0.04153136536478996, -0.0067297471687197685, -0.013494210317730904, -0.07553859800100327, -0.12740731239318848, -0.13579924404621124, -0.1307181417942047, -0.10004355758428574, -0.09211169928312302, -0.11979823559522629, -0.15934441983699799, -0.21880406141281128, -0.2749938666820526, -0.3155966103076935, -0.3659746050834656, -0.3788534104824066, -0.3944574296474457, -0.4091622531414032, -0.4050098955631256, -0.38881394267082214, -0.3457953929901123, -0.2633652985095978, -0.18359197676181793, -0.12867356836795807, -0.1155744418501854, -0.14556288719177246, -0.1957622915506363, -0.22413551807403564, -0.25704532861709595, -0.27996590733528137, -0.29185277223587036, -0.294183611869812, -0.2668144702911377, -0.24691897630691528, -0.2291891723871231, -0.21716639399528503, -0.19380488991737366, -0.1365671157836914, -0.0904909074306488, -0.10046112537384033, -0.14954224228858948, -0.20615816116333008, -0.21696972846984863, -0.18205808103084564, -0.13933920860290527, -0.13380979001522064, -0.1730080097913742, -0.1838127076625824, -0.13034865260124207, -0.04048050940036774, 0.039502181112766266, 0.07190341502428055, 0.06610289961099625, 0.04910751432180405, 0.06018887832760811, 0.10344678163528442, 0.10370492190122604, 0.09569547325372696, 0.08517882972955704, 0.07650185376405716, 0.06315776705741882, 0.04254283756017685, 0.022556092590093613, 0.008606198243796825, -0.0019706832244992256, 0.02505270205438137, 0.025613320991396904, -0.013004481792449951, -0.04330902919173241, -0.08097908645868301, -0.11297549307346344, -0.11779031902551651, -0.1409425139427185, -0.17661786079406738, -0.21729332208633423, -0.2383168786764145, -0.22133362293243408, -0.1757216453552246, -0.13029015064239502, -0.09539494663476944, -0.09320097416639328, -0.06566218286752701, -0.02852639928460121, -0.021224316209554672, -0.04162635654211044, -0.09027629345655441, -0.14733007550239563, -0.16730840504169464, -0.15454494953155518, -0.13091883063316345, -0.11836175620555878, -0.10455873608589172, -0.09255913645029068, -0.07403405755758286, -0.07838644832372665, -0.08878228068351746, -0.10557366162538528, -0.13131137192249298, -0.12320055812597275, -0.09785903245210648, -0.07725460827350616, -0.060260459780693054, -0.06835115700960159, -0.04696046933531761, -0.016226712614297867, 0.005032162647694349, 0.03311498463153839, 0.05426279455423355, 0.06471234560012817, 0.08065444976091385, 0.07428371161222458, 0.06511817872524261, 0.05941794812679291, 0.06456688046455383, 0.06799592822790146, 0.0683567002415657, 0.05845920369029045, 0.046021658927202225, 0.03905576467514038, 0.032332051545381546, 0.021980101242661476, 0.003644917393103242, -0.005204782355576754, -0.012664136476814747, -0.004084646701812744, 0.0007465822855010629, 0.0010649379109963775, -0.0001910415739985183, 0.0131831681355834, 0.048620257526636124, 0.08409570902585983, 0.10176628082990646, 0.11100737005472183, 0.12125028669834137, 0.1499098390340805, 0.18259388208389282, 0.21569260954856873, 0.24572160840034485, 0.2602946162223816, 0.27142179012298584, 0.2739291489124298, 0.26830950379371643, 0.2676333785057068, 0.2594718933105469, 0.23065689206123352, 0.20018306374549866, 0.17126072943210602, 0.16057775914669037, 0.16918054223060608, 0.17686113715171814, 0.1498211920261383, 0.134002223610878, 0.1443469375371933, 0.17513684928417206, 0.22371938824653625, 0.26905226707458496, 0.29301488399505615, 0.3077477812767029, 0.31366634368896484, 0.3385009765625, 0.3466082513332367, 0.35326623916625977, 0.36647486686706543, 0.36881691217422485, 0.37223121523857117, 0.37358739972114563, 0.3489397466182709, 0.3424384891986847, 0.3427436053752899, 0.3464481234550476, 0.3120068907737732, 0.23730596899986267, 0.1406428962945938, 0.06974128633737564, 0.04399803280830383, 0.043718405067920685, 0.029226122424006462, 0.027508357539772987, 0.022422822192311287, 0.020584071055054665, 0.02916243113577366, 0.022544633597135544, 0.009103120304644108, -0.014164199121296406, -0.0514584444463253, -0.10385842621326447, -0.17490896582603455, -0.24772706627845764, -0.29903480410575867, -0.3186242878437042, -0.29374873638153076, -0.27064597606658936, -0.26583313941955566, -0.26295289397239685, -0.26438456773757935, -0.24560397863388062, -0.22638435661792755, -0.23163588345050812, -0.2725374102592468, -0.3118845820426941, -0.34489408135414124, -0.3637235760688782, -0.3725583851337433, -0.3575877249240875, -0.33173567056655884, -0.3075902760028839, -0.290432870388031, -0.29919278621673584, -0.32940948009490967, -0.3223121762275696, -0.29549166560173035, -0.2748929560184479, -0.2775577902793884, -0.3039167523384094, -0.3506457805633545, -0.36259230971336365, -0.33470064401626587, -0.2698720693588257, -0.21128243207931519, -0.1596892774105072, -0.13392160832881927, -0.11904929578304291, -0.07877752929925919, -0.04425289109349251, -0.023358015343546867, 0.030304912477731705, 0.059604763984680176, 0.07305832952260971, 0.08592624962329865, 0.06828425079584122, 0.04818103089928627, 0.06833700090646744, 0.1036873608827591, 0.146622434258461, 0.17624002695083618, 0.16437450051307678, 0.16701041162014008, 0.15766146779060364, 0.13790085911750793, 0.12634797394275665, 0.08844912052154541, 0.05143822729587555, 0.03065403923392296, 0.01969079300761223, -0.00549737736582756, -0.031575266271829605, -0.06161554530262947, -0.08532272279262543, -0.09822853654623032, -0.10321388393640518, -0.10256608575582504, -0.09299507737159729, -0.07625866681337357, -0.05605918914079666, -0.028059547767043114, -0.0002632943505886942, 0.022803936153650284, 0.03987739607691765, 0.0611911304295063, 0.0711495578289032, 0.07374022156000137, 0.06954452395439148, 0.07072266191244125, 0.06871578842401505, 0.07123751938343048, 0.06769230961799622, 0.05962788313627243, 0.05864446610212326, 0.04872121661901474, 0.03836318850517273, 0.01856929063796997, -0.01104065589606762, -0.039917342364788055, -0.05225440859794617, -0.04295475035905838, -0.056752774864435196, -0.07032839208841324, -0.06662352383136749, -0.08077535778284073, -0.04978179186582565, -0.03223234787583351, -0.006015706807374954, 0.016683025285601616, 0.03195339813828468, 0.03795132786035538, 0.02302424982190132, 0.006171178538352251, -0.012328464537858963, -0.008063934743404388, 0.010338843800127506, 0.014353739097714424, 0.005650588311254978, -0.011115754023194313, -0.01628795452415943, -0.00039963138988241553, 0.029783615842461586, 0.04085983335971832, 0.031038450077176094, -0.0003341177653055638, -0.030756834894418716, -0.047836385667324066, -0.04666648432612419, -0.04575097933411598, -0.0337793231010437, -0.02877378650009632, -0.035821251571178436, -0.03853455185890198, -0.037433356046676636, -0.020687831565737724, 0.002300896914675832, 0.021234549582004547, 0.041786231100559235, 0.0455508790910244, 0.04508819431066513, 0.05490867793560028, 0.07372750341892242, 0.09673358500003815, 0.12609168887138367, 0.14480344951152802, 0.1502545177936554, 0.14753161370754242, 0.15214183926582336, 0.1703406125307083, 0.18440262973308563, 0.18921713531017303, 0.18137824535369873, 0.15011854469776154, 0.12708903849124908, 0.10940396785736084, 0.11175268143415451, 0.12637226283550262, 0.14272914826869965, 0.1585729718208313, 0.16240641474723816, 0.15387296676635742, 0.14291906356811523, 0.14775489270687103, 0.16579551994800568, 0.20063328742980957, 0.21028630435466766, 0.18746761977672577, 0.15751902759075165, 0.12848907709121704, 0.1339578479528427, 0.15148231387138367, 0.16484102606773376, 0.1596323847770691, 0.14314380288124084, 0.12927012145519257, 0.13745126128196716, 0.15829843282699585, 0.16494540870189667, 0.17537343502044678, 0.19474945962429047, 0.19250118732452393, 0.1884603202342987, 0.18317458033561707, 0.1630670726299286, 0.1564854085445404, 0.1903066486120224, 0.20724570751190186, 0.1867814064025879, 0.14861755073070526, 0.11235496401786804, 0.09143165498971939, 0.08750510960817337, 0.07932361215353012, 0.043056245893239975, -0.014811531640589237, -0.07464955002069473, -0.13104812800884247, -0.17607589066028595, -0.20712174475193024, -0.20843270421028137, -0.21979592740535736, -0.23317284882068634, -0.25814735889434814, -0.2754800319671631, -0.282988041639328, -0.2859674096107483, -0.28388288617134094, -0.2876649796962738, -0.30377689003944397, -0.3174006938934326, -0.3206419348716736, -0.3325294554233551, -0.31864866614341736, -0.29442501068115234, -0.29400885105133057, -0.27389997243881226, -0.23199933767318726, -0.19917051494121552, -0.15806515514850616, -0.13569192588329315, -0.12076633423566818, -0.11071154475212097, -0.11006708443164825, -0.12038297206163406, -0.13755051791667938, -0.1511981338262558, -0.17446260154247284, -0.19536279141902924, -0.21000947058200836, -0.23012670874595642, -0.2326073795557022, -0.22946320474147797, -0.23107054829597473, -0.21452079713344574, -0.2032345086336136, -0.1788564920425415, -0.14973750710487366, -0.12846356630325317, -0.11141511052846909, -0.10455206036567688, -0.09407779574394226, -0.06888911873102188, -0.050620730966329575, -0.022881541401147842, -0.007149682845920324, -0.005957337561994791, 0.015076545998454094, 0.04547291621565819, 0.07448314130306244, 0.09874599426984787, 0.10880647599697113, 0.1101018562912941, 0.10820769518613815, 0.11426941305398941, 0.11542638391256332, 0.10968349874019623, 0.09693749994039536, 0.0828314945101738, 0.07681165635585785, 0.07808612287044525, 0.078311488032341, 0.08274737000465393, 0.08891721069812775, 0.08721387386322021, 0.08811923861503601, 0.08326075971126556, 0.07171079516410828, 0.05956636741757393, 0.04835290089249611, 0.037322938442230225, 0.019154727458953857, 0.011624511331319809, 0.001436817110516131, -0.0022102920338511467, 0.007740546949207783, 0.006360411643981934, 0.0067245205864310265, 0.011780229397118092, 0.014622831717133522, 0.018173860386013985, 0.023335590958595276, 0.026237646117806435, 0.029010871425271034, 0.027937058359384537, 0.02937042899429798, 0.016618762165308, -0.001052751438692212, -0.019528871402144432, -0.03129205480217934, -0.03201520815491676, -0.030421944335103035, -0.025232812389731407, -0.028747806325554848, -0.02580966427922249, -0.024908041581511497, -0.026447603479027748, -0.02257220633327961, -0.02324594184756279, -0.02242543362081051, -0.026973048225045204, -0.04635964334011078, -0.05921424180269241, -0.07427437603473663, -0.0764780044555664, -0.06617658585309982, -0.05707619711756706, -0.04735339432954788, -0.0371304452419281, -0.022362597286701202, -0.013167162425816059, -0.004045118112117052, 0.0032930332235991955, -0.0014686249196529388, 0.0009946798672899604, -0.004740539938211441, -0.0072156512178480625, -0.002330935560166836, 0.012114587239921093, 0.027336446568369865, 0.059134941548109055, 0.07611168175935745, 0.08351508527994156, 0.0973484218120575, 0.10952979326248169, 0.12588030099868774, 0.12155494093894958, 0.11336131393909454, 0.10158699005842209, 0.09197397530078888, 0.0860593244433403, 0.07876478135585785, 0.06900342553853989, 0.06406094133853912, 0.06583204120397568, 0.06484763324260712, 0.07126036286354065, 0.06082668527960777, 0.06017037108540535, 0.05290703848004341, 0.04534592851996422, 0.04449440538883209, 0.048409681767225266, 0.05012643709778786, 0.050358593463897705, 0.052781231701374054, 0.05035669729113579, 0.05294002965092659, 0.056752704083919525, 0.06240057572722435, 0.06897597759962082, 0.07194417715072632, 0.07071903347969055, 0.07527933269739151, 0.0827413946390152, 0.08638188242912292, 0.09812319278717041, 0.09988503158092499, 0.0972781702876091, 0.09508633613586426, 0.09483198076486588, 0.08380847424268723, 0.07021764665842056, 0.06790316849946976, 0.0694875419139862, 0.06729885935783386, 0.07066734880208969, 0.07446138560771942, 0.0790059044957161, 0.08366219699382782, 0.07066639512777328, 0.046652521938085556, 0.03902994096279144, 0.04462768882513046, 0.05976707860827446, 0.0681481659412384, 0.052839603275060654, 0.028909360989928246, 0.03309430927038193, 0.03694485127925873, 0.06361892074346542, 0.08895977586507797, 0.09919019788503647, 0.10632101446390152, 0.10832712054252625, 0.10015047341585159, 0.09797150641679764, 0.0804922804236412, 0.07793424278497696, 0.08883283287286758, 0.0863112136721611, 0.08467070758342743, 0.05998341739177704, 0.028143666684627533, 0.020616134628653526, 0.014461606740951538, 0.020852595567703247, 0.014042332768440247, -0.005090460181236267, -0.035356342792510986, -0.06821238994598389, -0.09299124777317047, -0.11968229711055756, -0.15412139892578125, -0.1607210636138916, -0.1801561564207077, -0.21278642117977142, -0.22970686852931976, -0.25576087832450867, -0.27372607588768005, -0.26610031723976135, -0.26223844289779663, -0.253509521484375, -0.24999961256980896, -0.24701470136642456, -0.23634810745716095, -0.23451672494411469, -0.23373298346996307, -0.22753898799419403, -0.23740419745445251, -0.22803093492984772, -0.21954463422298431, -0.21663106977939606, -0.2023576945066452, -0.1970461755990982, -0.19760270416736603, -0.18246737122535706, -0.16991378366947174, -0.14733102917671204, -0.12402663379907608, -0.1034068837761879, -0.09003139287233353, -0.09699764847755432, -0.09829913079738617, -0.10222893208265305, -0.11117636412382126, -0.09291763603687286, -0.08116842061281204, -0.07497561722993851, -0.05607806518673897, -0.043524451553821564, -0.04395227134227753, -0.022267945110797882, -0.004346025176346302, 0.02605406381189823, 0.05017273873090744, 0.06188100203871727, 0.06807075440883636, 0.06913279742002487, 0.08267001062631607, 0.09567845612764359, 0.11416061222553253, 0.13010698556900024, 0.13576437532901764, 0.15751278400421143, 0.16876819729804993, 0.17566236853599548, 0.1721041053533554, 0.15140902996063232, 0.1405107080936432, 0.13552099466323853, 0.13272807002067566, 0.13075940310955048, 0.13278286159038544, 0.1262553483247757, 0.1293497532606125, 0.15623700618743896, 0.163617342710495, 0.16381506621837616, 0.161374032497406, 0.14874839782714844, 0.12712794542312622, 0.10385333746671677, 0.0857371836900711, 0.07634806632995605, 0.086370088160038, 0.09907931089401245, 0.09651415795087814, 0.08810066431760788, 0.08243764191865921, 0.08160702139139175, 0.06555347144603729, 0.05229932442307472, 0.023035511374473572, 0.005604271776974201, 0.014055071398615837, 0.021216245368123055, 0.028244461864233017, 0.03598659858107567, 0.030794093385338783, 0.029461150988936424, 0.024907628074288368, 0.021148426458239555, 0.02103707380592823, 0.02082635648548603, 0.017811907455325127, 0.008358847349882126, -0.0013325142208486795, -0.018197689205408096, -0.02674271911382675, -0.01134143304079771, 0.004034699872136116, 0.009028513915836811, 0.00423961179330945, -0.010424231179058552, -0.034166619181632996, -0.02596740983426571, -0.013240938074886799, 0.001217768993228674, 0.007221631705760956, 0.008649315685033798, 0.0063767884857952595, 0.003807489527389407, 0.0030561459716409445, 0.008302027359604836, -0.00016107232659123838, -0.0016344512114301324, 0.0023515198845416307, -0.009821109473705292, -0.0206416267901659, -0.032020267099142075, -0.04690033569931984, -0.035814352333545685, -0.03210627660155296, -0.015614272095263004, -0.008176863193511963, -0.0075957258231937885, 0.0012403468135744333, -0.001506880158558488, -0.00311482441611588, -0.0036361957900226116, -0.017618577927350998, -0.016060756519436836, -0.00783887691795826, -0.0007978052599355578, 0.00854945182800293, 0.008355281315743923, 0.002714076079428196, 0.0005931523046456277, -0.013984732329845428, -0.02331862598657608, -0.024910254403948784, -0.03805379569530487, -0.044080253690481186, -0.05248360335826874, -0.06932518631219864, -0.08617247641086578, -0.09742868691682816, -0.09039833396673203, -0.07577592879533768, -0.06718582659959793, -0.0687732920050621, -0.07929638028144836, -0.09751582890748978, -0.0885942280292511, -0.07602622359991074, -0.05822097510099411, -0.046178188174963, -0.039142195135354996, -0.027943331748247147, -0.01858406886458397, -0.004294406156986952, 0.0019045430235564709, -0.0069936770014464855, 0.0001335866836598143, 0.0065389894880354404, 0.0026011066511273384, -0.005544629413634539, -0.013312083669006824, -0.03576529026031494, -0.02346179075539112, -0.014528283849358559, 0.0042105428874492645, 0.015674585476517677, 0.018009793013334274, 0.023200346156954765, 0.0245126411318779, 0.01956995762884617, 0.025189442560076714, 0.008783861063420773, 0.01410662941634655, 0.022218506783246994, 0.014434020034968853, 0.021187415346503258, 0.015065533109009266, 0.004800846334546804, 0.01771073043346405, 0.025196494534611702, 0.03240107744932175, 0.03714720532298088, 0.0371716283261776, 0.03947583958506584, 0.03236192837357521, 0.03401710465550423, 0.02270931750535965, 0.010618808679282665, 0.006279896944761276, 0.007968580350279808, 0.001935875043272972, 0.001533284317702055, -0.005493564065545797, -0.021570339798927307, -0.02344435825943947, -0.019813135266304016, -0.0015500803710892797, 0.008393174037337303, 0.015915323048830032, 0.014885243028402328, -0.00022256583906710148, -0.0066984533332288265, -0.014478742145001888, -0.025893868878483772, -0.0142897954210639, 0.00108047085814178, 0.01557252649217844, 0.022353237494826317, 0.013239632360637188, 0.011829349212348461, 0.004073650110512972, 0.012558283284306526, 0.016779998317360878, 0.024503393098711967, 0.019912993535399437, 0.021647831425070763, 0.02194054238498211, 0.016385817900300026, 0.01796001009643078, 0.0121438754722476, 0.01582218147814274, 0.022025972604751587, 0.020711472257971764, 0.01751490868628025, 0.016777558252215385, 0.01077237632125616, 0.004392360337078571, 0.005646770820021629, 0.013280794024467468, 0.01587209478020668, 0.031645551323890686, 0.058989040553569794, 0.04461333155632019, 0.03274651989340782, 0.023500576615333557, 0.014229417778551579, 0.020991485565900803, 0.03385002538561821, 0.032277513295412064, 0.01395291555672884, 0.0036464817821979523, 0.001545040518976748, -0.0011333358706906438, -0.012401251122355461, -0.024684326723217964, -0.030178239569067955, -0.020624924451112747, -0.006282182410359383, -0.008190601132810116, -0.0228080153465271, -0.029815880581736565, -0.03799101710319519, -0.024672558531165123, -0.03000347688794136, -0.027998745441436768, -0.03859749436378479, -0.04036034271121025, -0.0425584502518177, -0.04174063727259636, -0.045761022716760635, -0.05155647546052933, -0.047902029007673264, -0.050458330661058426, -0.04919788986444473, -0.05102943256497383, -0.05243946239352226, -0.05582791939377785, -0.05009675398468971, -0.04177716001868248, -0.04577865079045296, -0.04976966977119446, -0.049902815371751785, -0.04526199772953987, -0.036860398948192596, -0.04037948325276375, -0.04519185051321983, -0.03618263080716133, -0.033668141812086105, -0.04065077751874924, -0.03128233179450035, -0.026811573654413223, -0.027324020862579346, -0.011065474711358547, -0.013239379040896893, -0.01093557570129633, -0.01841052994132042, -0.010325216688215733, -0.0117321303114295, -0.004181451629847288, -0.008819091133773327, 0.005601022858172655, 0.017444320023059845, 0.03419553115963936, 0.038310322910547256, 0.043323032557964325, 0.023011531680822372, 0.009385146200656891, 0.017192194238305092, 0.010585566982626915, 0.018296577036380768, 0.021945562213659286, 0.013117682188749313, 0.022316323593258858, 0.030706487596035004, 0.018506107851862907, 0.004956729244440794, 0.010965892113745213, 0.011163726449012756, 0.017803044989705086, 0.02207706682384014, 0.007938322611153126, 0.020253334194421768, 0.02565658837556839, 0.02943609468638897, 0.029187913984060287, 0.0230955071747303, 0.01222506444901228, 0.019011814147233963, 0.024152949452400208, 0.024345625191926956, 0.007815827615559101, 0.01031272392719984, 0.008671815507113934, 0.023157324641942978, 0.0478501170873642, 0.0748959332704544, 0.08583381026983261, 0.08054507523775101, 0.07048753648996353, 0.0602814182639122, 0.044211603701114655, 0.031417686492204666, 0.04402497410774231, 0.040686558932065964, 0.026451941579580307, 0.02801833488047123, 0.01443429384380579, 0.026213759556412697, 0.031788840889930725, 0.026312779635190964, 0.030160820111632347, 0.05049758404493332, 0.04585033655166626, 0.039910897612571716, 0.0401528961956501, 0.04500782862305641, 0.04085153341293335, 0.018870504572987556, 0.017494214698672295, 0.020479116588830948, 0.010524468496441841, -0.012396537698805332, 0.003412759630009532, -0.04248996451497078, -0.013832591474056244, -0.008295334875583649, -0.011073184199631214, 0.014739010483026505, 0.00138563709333539, 0.013799949549138546, 0.0070320903323590755, -0.003002038924023509, 0.013758921064436436, 0.005400693975389004, 0.01620684191584587, 0.01775413751602173, 0.009256059303879738, 0.011152051389217377, 0.007160803768783808, 0.006451668217778206, -0.005478306207805872, -0.004701815079897642, 0.006107062101364136, 0.0023844020906835794, 0.004084258805960417, -0.002498145680874586, 0.009014969691634178, -0.01770298182964325, -0.018461430445313454, -0.02324789948761463, -0.021281810477375984, -0.0305147897452116, -0.02312483824789524, -0.03532031178474426, -0.036501236259937286, -0.046134620904922485, -0.03381550312042236, -0.02564466930925846, -0.028675787150859833, -0.029046757146716118, -0.041739799082279205, -0.05014447867870331, -0.06042826920747757, -0.03290298953652382, -0.04446641728281975, -0.052696794271469116, -0.049265068024396896, -0.03436733037233353, -0.02713220939040184, -0.0031726642046123743, -0.002300848485901952, -0.015422244556248188, -0.02011973224580288, -0.016833020374178886, -0.03470970317721367, -0.019009852781891823, -0.034707147628068924, -0.0383819118142128, -0.03920850157737732, -0.04951423779129982, -0.03518644720315933, -0.026015598326921463, -0.04773600399494171, -0.04255447909235954, -0.044664185494184494, -0.0354728139936924, -0.058758921921253204, -0.033369556069374084, -0.04090486466884613, -0.03701895475387573, -0.019197946414351463, -0.04065244272351265, -0.03469868749380112, -0.019653895869851112, -0.005427471827715635, -0.007326133549213409, 0.02362307719886303, 0.0012972925323992968, 9.670240979176015e-05, 0.03502577543258667, 0.038948602974414825, 0.04984734207391739, 0.02254103310406208, 0.04179397225379944, -0.021163972094655037, 0.0258014053106308, 0.06352812796831131, 0.08249172568321228, 0.0756334513425827, 0.06673558056354523, 0.036650560796260834, 0.03534669801592827, 0.020586980506777763, 0.030106088146567345, 0.037295468151569366, 0.003784864442422986, 0.033461667597293854, 0.046593595296144485, 0.024395840242505074, 0.031490206718444824, 0.013061784207820892, 0.007687731180340052, 0.011937275528907776, 0.015327280387282372, 0.004158821422606707, -0.00839683786034584, 0.004290780518203974, -0.025082547217607498, 0.00785510241985321, 0.01951172575354576, -0.001601891010068357, 0.034273333847522736, 0.024001941084861755, 0.05401219055056572, 0.0327017642557621, 0.02625989355146885, 0.010438051074743271, -0.008435707539319992, 0.010593423619866371, 0.023534387350082397, 0.005460438784211874, 0.008703161031007767, -0.000233983519137837, -0.010675745084881783, -0.008738232776522636, 0.015524991787970066, 0.020035438239574432, 0.014438041485846043, 0.021220510825514793, -0.0046537830494344234, 0.010932093486189842, -0.0104588707908988, -0.01764691062271595, -0.03317765146493912, 0.008381230756640434, 0.010661485604941845, 0.018559591844677925, 0.004147256724536419, -0.0035089515149593353, -0.006102762650698423, 0.019753823056817055, 0.010606498457491398, -0.007224624510854483, -0.007111735176295042, -0.003955414984375238, -0.02379007451236248, -0.04999718442559242, -0.04678846150636673, -0.015586295165121555, -0.027268003672361374, -0.008512577973306179, 0.0189636442810297, -0.009258754551410675, -0.01459963247179985, -0.0037553857546299696, -0.0002410041051916778, 0.030075430870056152, 0.008482489734888077, 0.04127770662307739, 0.010468757711350918, 0.03499121591448784, 0.01335123647004366, -0.007349546533077955, -0.0018369107274338603, -0.022050324827432632, -0.023321237415075302, 0.018359042704105377, 0.05150097236037254, 0.035337913781404495, 0.02780100889503956, 0.0030321066733449697, -0.02862967550754547, -0.007822263054549694, 0.0041018337942659855, 0.008465155027806759, 0.0038384455256164074, -0.026783376932144165, -0.024686235934495926, -0.03374176472425461, -0.07947355508804321, -0.016970910131931305, -0.03182768449187279, -0.026127927005290985, -0.029450060799717903, -0.04170115664601326, -0.009348003193736076, 0.03450246900320053, 0.048728521913290024, -0.00831486377865076, -0.03492340072989464, -0.042656417936086655, -0.020925594493746758, -0.010338246822357178, 0.0018513596151024103, -0.07940878719091415, -0.06475865095853806, -0.05021306499838829, -0.025978267192840576, 0.0026212979573756456, -0.004167849197983742, 0.0036907170433551073, 0.023019708693027496, -0.0220870990306139, -0.0635640025138855, -0.02314501442015171, -0.0364440493285656, -0.0031130854040384293, -0.00974619947373867, -0.018776221200823784, -0.04350418969988823, -0.004842947702854872, 0.01951459050178528, 0.030486375093460083, 0.05770699679851532, 0.0130112050101161, -0.0066504147835075855, 0.01694728061556816, -0.009160313755273819, -0.014040682464838028, 0.006481645163148642, -0.01215905137360096, -0.040156275033950806, 0.016374455764889717, -0.05422866344451904, -0.04410712793469429, -0.03026396781206131, 0.034651778638362885, 0.07490669190883636, 0.01591501384973526, -0.00546236103400588, -0.005591395776718855, 0.021053029224276543, 0.08584803342819214, 0.027060052379965782, -0.022982578724622726, -0.014371940866112709, -0.02227316051721573, 0.027724819257855415, 0.021914854645729065, 0.0583544597029686, 0.05273490399122238, 0.06906307488679886, 0.07324416190385818, 0.05826866999268532, 0.004110586829483509, -0.004234070423990488, 0.054071035236120224, 0.029363196343183517, 0.00534683745354414, -0.010794542729854584, 0.03524180129170418, 0.023025743663311005, 0.044755592942237854, 0.0006697149365209043, -0.009621569886803627, -0.05111072212457657, -0.0014149767812341452, -0.00850952323526144, 0.006704477593302727, -0.010278706438839436, -0.04081327095627785, 0.0026875173207372427, -0.0022644728887826204, 0.00993229541927576, -0.011318785138428211, 0.021908072754740715, 0.03110389970242977, 0.038695983588695526, -0.006361272651702166, -0.00855723861604929, -0.07653079926967621, -0.033382900059223175, -0.03410846367478371, 0.059279534965753555, -0.012713612988591194, -0.00444401241838932, -0.0478590726852417, 0.026835553348064423, 0.01559019461274147, 0.03884625434875488, 0.03685898333787918, 0.006264498457312584, 0.05464673414826393, 0.013053428381681442, 0.06775160133838654, -0.04180101677775383, 0.01583593338727951, 0.025562193244695663, 0.08944641053676605, 0.07784110307693481, 0.0452931709587574, 0.008456003852188587, 0.021846480667591095, 0.002517943037673831, -0.05587540566921234, -0.007833552546799183, -0.036849841475486755, -0.020530778914690018, -0.003195268101990223, -0.02767910063266754, 0.01113959215581417, -0.02850925549864769, -0.005363988224416971, -0.02009344846010208, -0.00646205572411418, -0.003294537076726556, -0.06804628670215607, -0.0775415450334549, -0.017727944999933243, 0.021909313276410103, -0.009081891737878323, -0.030697843059897423, -0.014079280197620392, 0.026948485523462296, 0.04506721347570419, -0.034155990928411484, 0.04561977460980415, 0.00019565250840969384, -0.07160571962594986, -0.026863474398851395, -0.06954347342252731, 0.007819713093340397, 0.0009159171022474766, -0.04830864816904068, -0.004532669670879841, 0.013598262332379818, 0.046724870800971985, -0.04377586394548416, 0.04064537584781647, -0.046727024018764496, 0.022042909637093544, -0.031345780938863754, -0.10776132345199585, -0.07221995294094086, -0.016211973503232002, 0.03095163218677044, 0.04487035050988197, 0.020307153463363647, 0.02371363528072834, 0.04991857334971428, 0.013798736035823822, 0.012603851035237312, -0.041745707392692566, 0.0566256083548069, -0.18751880526542664, -0.0730818659067154, 0.11484728008508682, -0.017865953966975212, -0.06665851920843124, -0.1483665555715561, 0.08709078282117844, 0.06982658803462982, 0.17117562890052795, -0.017988421022892, 0.05345925688743591, -0.015075783245265484, 0.02556929923593998, -0.10717155784368515, -0.09084582328796387, -0.02565503679215908, 0.017376260831952095, -0.047349900007247925, 0.001778353936970234, -0.03548846021294594, 0.07374241203069687, 0.060446515679359436, 0.08273662626743317, 0.008861645124852657, -0.06554250419139862, -0.08534551411867142, -0.04516052454710007, -0.04749663919210434, 0.006474059075117111, -0.06558746099472046, -0.11598473787307739, 0.054342273622751236, 0.15195873379707336, 0.1301535815000534, 0.028288237750530243, 0.08323784917593002, -0.009068194776773453, -0.026808813214302063, -0.11185414344072342, -0.12722624838352203, -0.02549641765654087, 0.0197913721203804, 0.016346817836165428, -0.08030276000499725, 0.01162623893469572, 0.03795493021607399, 0.20363128185272217, 0.12436769157648087, -0.026417231187224388, -0.1480545699596405, -0.07598220556974411, -0.05782622843980789, 0.012083650566637516, 0.006243464536964893, -0.00027886699535883963, 0.008058012463152409, 0.20080971717834473, 0.047354746609926224, 0.007183371111750603, 0.0007297189440578222, -0.0372026264667511, 0.06521482020616531, -0.02184521220624447, -0.19553294777870178, -0.018003519624471664, 3.277818177593872e-05, -0.0033419092651456594, 0.08963096141815186, 0.01906703971326351, 0.011128087528049946, 0.044303424656391144, 0.09017297625541687, 0.11055660247802734, 0.012694005854427814, -0.017876027151942253, -0.08615248650312424, -0.06968187540769577, -0.02831929177045822, 0.1073465645313263, 0.13975004851818085, -0.02183344028890133, -0.030807971954345703, 0.04526152461767197, 0.05435742810368538, 0.06267158687114716, -0.008549301885068417, -0.1648518145084381, 0.050277769565582275, 0.0922163873910904, -0.11642637848854065, -0.0364733524620533, -0.061052706092596054, 0.07427285611629486, 0.16695666313171387, 0.11261948943138123, -0.10600897669792175, -0.08011621236801147, 0.12270315736532211, 0.1120234951376915, -0.07827767729759216, -0.049738772213459015, -0.1400764286518097, -0.028843283653259277, 0.03457076847553253, 0.12507368624210358, 0.10521651059389114, -0.16831019520759583, 0.03289042413234711, 0.20337364077568054, 0.035671550780534744, 0.004623428452759981, -0.23141486942768097, -0.09955662488937378, 0.14978742599487305, 0.06044948846101761, -0.136601984500885, -0.19687391817569733, -0.017647141590714455, 0.10744959861040115, 0.10814311355352402, -0.0008975137025117874, -0.0897444412112236, -0.13427019119262695, -0.08144858479499817, -0.0286090224981308, -0.14242057502269745, 0.026559045538306236, -0.1810872107744217, -0.04088187217712402, 0.010162203572690487, 0.13031871616840363, -0.009855372831225395, 0.02172938920557499, -0.005946489982306957, 0.012769958935678005, -0.08404704183340073, -0.13411864638328552, -0.004362870939075947, -0.0637003481388092, 0.10039308667182922, 0.01412169449031353, 0.007941775023937225, 0.1009049192070961, -0.07575971633195877, 0.08777493983507156, 0.04225055128335953, -0.039239127188920975, -0.05801308527588844, -0.017687108367681503, -0.09016512334346771, -0.07519473135471344, -0.10437272489070892, 0.1483142226934433, 0.09398436546325684, -0.004859040956944227, -0.09338069707155228, -0.1854366809129715, 0.06741306930780411, 0.08949270099401474, -0.178850919008255, -0.06206130236387253, 0.018748119473457336, 0.22502608597278595, -0.22088338434696198, -0.23715436458587646, 0.3415986895561218, 0.28921791911125183, -0.01580100692808628, -0.12820354104042053, 0.21836598217487335, 0.22361250221729279, 0.01148148626089096, -0.38327568769454956, 0.09974702447652817, 0.4542469382286072, -0.07892165333032608, -0.30255886912345886, -0.08105436712503433, 0.5432343482971191, 0.11481277644634247, -0.07000040262937546, -0.23574595153331757, 0.09679334610700607, 0.32994118332862854, -0.06458663940429688, -0.1571202576160431, -0.2413627654314041, 0.3126487731933594, 0.14271338284015656, -0.12312756478786469, -0.1603340357542038, 0.3660866916179657, 0.23992669582366943, -0.17153815925121307, -0.525646984577179, 0.1466229259967804, 0.4578561782836914, -0.4268327057361603, -0.5349559783935547, 0.11816967278718948, 0.6293537020683289, -0.16961431503295898, -0.13684651255607605, -0.19584423303604126, 0.26938068866729736, 0.4046175479888916, -0.3083711862564087, -0.44391459226608276, 0.27503687143325806, 0.19030612707138062, 0.009052103385329247, -0.06154389679431915, -0.10186675190925598, 0.04323408007621765, 0.2850959599018097, 0.11671329289674759, -0.07643130421638489, -0.39392486214637756, 0.011153941974043846, 0.18931537866592407, 0.3266741931438446, -0.5078015327453613, -0.44716736674308777, 0.5465901494026184, 0.21892790496349335, -0.3621728718280792, -0.070964016020298, 0.24912415444850922, 0.1976315826177597, -0.08129020035266876, -0.49326595664024353, -0.07238088548183441, 0.48449352383613586, 0.05243779718875885, -0.4600968360900879, -0.2650264501571655, 0.021288570016622543, 0.6296041011810303, 0.08684810250997543, -0.7302612662315369, -0.2184447944164276, 0.5958995819091797, 0.0773608386516571, -0.08262257277965546, -0.27501946687698364, -0.16141265630722046, 0.3948538899421692, 0.05236942321062088, -0.499863862991333, 0.21243654191493988, 0.5784181952476501, -0.09170237928628922, -0.4827045500278473, -0.11487375199794769, 0.06753439456224442, 0.5329915285110474, -0.06842133402824402, -0.5719671845436096, -0.18012957274913788, 0.2325657457113266, 0.3786730170249939, -0.00016310370119754225, -0.43755945563316345, -0.15514954924583435, 0.4048520028591156, 0.3825972080230713, -0.5597068667411804, -0.18231478333473206, 0.3272569477558136, 0.06376999616622925, 0.0608537457883358, -0.45170822739601135, -0.056538958102464676, 0.705157458782196, -0.0016636664513498545, -0.4970822334289551, -0.17762134969234467, 0.298255980014801, 0.5242440700531006, 0.039369136095047, -0.5752748250961304, -0.4462096095085144, 0.7214702367782593, 0.2418440282344818, -0.20161457359790802, -0.5743035078048706, -0.11751056462526321, 0.13652288913726807, 0.40965384244918823, 0.2514057457447052, -0.4109061658382416, -0.06376023590564728, 0.02553398348391056, 0.1705968677997589, 0.007926956750452518, 0.02685457095503807, -0.3217031955718994, 0.000979475793428719, 0.12482298165559769, -0.08188452571630478, 0.2289506047964096, -0.12570898234844208, -0.3322238624095917, 0.14712488651275635, 0.6321455240249634, 0.038050577044487, -0.594603955745697, -0.25354692339897156, 0.19488538801670074, 0.5535742044448853, 0.1726846992969513, -0.49314042925834656, -0.4704401195049286, 0.37282687425613403, 0.27765700221061707, 0.15550604462623596, -0.1694006770849228, -0.08479918539524078, -0.11084745824337006, -0.019999587908387184, 0.1413888931274414, 0.17501884698867798, -0.19347088038921356, 0.11688359826803207, -0.07605179399251938, 0.037519633769989014, -0.05456072464585304, 0.013973239809274673, -0.07821335643529892, 0.004095022100955248, 0.21080371737480164, -0.056506622582674026, -0.1125572919845581, -0.2983929514884949, 0.33492279052734375, 0.08819405734539032, -0.14937373995780945, -0.1368616670370102, 0.06949377804994583, 0.3065046966075897, -0.011826921254396439, -0.49455398321151733, -0.13863755762577057, 0.7410352230072021, 0.2816057801246643, -0.31073442101478577, -0.6912864446640015, 0.10675915330648422, 0.7345215082168579, 0.4228917956352234, -0.30011269450187683, -0.7392507195472717, 0.23443830013275146, 0.45012909173965454, 0.27608349919319153, -0.28149011731147766, -0.34310126304626465, 0.30510711669921875, -0.04170232266187668, -0.007268611341714859, -0.28050822019577026, 0.07739009708166122, 0.3113342821598053, -0.05902522802352905, -0.2047671675682068, -0.3945245146751404, 0.1451088786125183, 0.44899752736091614, -0.12089114636182785, -0.3481232523918152, -0.0608317069709301, 0.35834330320358276, 0.07294847816228867, -0.33678752183914185, -0.09337949752807617, 0.2743742763996124, 0.4878007769584656, -0.4710041582584381, -0.17159807682037354, 0.18384310603141785, 0.09035979211330414, -0.13382907211780548, -0.0935177132487297, 0.35302072763442993, -0.039252929389476776, -0.4474141597747803, -0.15626904368400574, 0.6691356897354126, 0.19104695320129395, -0.4489731192588806, -0.6247086524963379, 0.2570386826992035, 0.367741197347641, 0.2182442545890808, -0.5011283159255981, -0.40301018953323364, 0.2617684006690979, 0.33840411901474, -0.2247469574213028, -0.04509323835372925, -0.22334718704223633, 0.117976114153862, 0.24376365542411804, 0.0024253653828054667, -0.08666573464870453, -0.3706400990486145, -0.01063893549144268, 0.28536832332611084, 0.3270477056503296, -0.03333668410778046, -0.5862559676170349, -0.030731068924069405, 0.36417490243911743, 0.3535148501396179, -0.2850593030452728, -0.4952598810195923, 0.29736173152923584, 0.2531055510044098, -0.029577147215604782, -0.29523560404777527, -0.13681036233901978, 0.5317040085792542, -0.009425698779523373, -0.3772145211696625, -0.013582214713096619, 0.17023104429244995, 0.26329442858695984, 0.012042051181197166, -0.3719482719898224, 0.029579533264040947, -0.12426619976758957, 0.5248490571975708, -0.23186258971691132, -0.15529513359069824, -0.22191381454467773, 0.5503640174865723, 0.21974383294582367, -0.27210116386413574, -0.12447313964366913, 0.25560545921325684, 0.1269906759262085, 0.07236900180578232, -0.1706908643245697, -0.1299051195383072, 0.11982132494449615, -0.042543668299913406, 0.267707884311676, -0.2565973103046417, 0.08094649761915207, 0.11205372959375381, -0.3256872892379761, 0.05263805761933327, 0.27223536372184753, 0.1283840388059616, -0.3133338689804077, -0.4748973846435547, 0.23452934622764587, 0.35710829496383667, -0.2086673378944397, -0.2708556056022644, -0.26964738965034485, 0.19514429569244385, 0.11160602420568466, -0.16969938576221466, -0.020864218473434448, 0.06557382643222809, -0.2017844319343567, 0.21478156745433807, -0.30960604548454285, 0.25912389159202576, -0.0932600125670433, -0.2779143452644348, 0.26599952578544617, -0.09976595640182495, -0.11702042073011398, 0.07248368114233017, 0.24725136160850525, -0.05649145320057869, -0.16285423934459686, -0.15640315413475037, 0.297988623380661, 0.15786734223365784, -0.030221784487366676, -0.17410527169704437, -0.2856278717517853, 0.462667852640152, 0.07467824965715408, -0.10861491411924362, -0.25579577684402466, 0.06656443327665329, 0.24152451753616333, 0.14427873492240906, -0.13125912845134735, -0.25934699177742004, -0.08125023543834686, 0.4453089237213135, 0.14708560705184937, -0.21442890167236328, -0.062234677374362946, 0.18030567467212677, 0.01324701402336359, 0.24170434474945068, -0.024354007095098495, 0.10577421635389328, -0.21602125465869904, 0.19902101159095764, 0.11578954011201859, 0.028984110802412033, 0.06453516334295273, -0.07584583014249802, -0.17333118617534637, 0.08495592325925827, 0.2762283384799957, 0.04534297436475754, -0.17802546918392181, -0.2123636156320572, -0.030865050852298737, 0.3677999973297119, 0.0346263162791729, -0.23561087250709534, -0.2579253315925598, 0.15116554498672485, 0.11207004636526108, 0.216596320271492, -0.15946431457996368, -0.1941075176000595, -0.023709429427981377, -0.016491031274199486, 0.1948205828666687, -0.10245362669229507, 0.17575134336948395, -0.31288257241249084, 0.15835681557655334, -0.0771920457482338, 0.13873796164989471, -0.06148403137922287, 0.04552798718214035, -0.10517778247594833, 0.009858869947493076, -0.04864223673939705, 0.17049819231033325, -0.021250836551189423, -0.15516063570976257, 0.07939531654119492, 0.06207634136080742, 0.1547655165195465, -0.1774192750453949, -0.2616656422615051, 0.04068739712238312, 0.18581487238407135, 0.1121983453631401, -0.054114196449518204, -0.23096854984760284, -0.07207051664590836, 0.16963161528110504, 0.16694679856300354, -0.10207372158765793, -0.24617931246757507, 0.1392332762479782, 0.13763035833835602, 0.12727174162864685, -0.40144583582878113, -0.03577769547700882, 0.43067991733551025, -0.051843006163835526, -0.14507600665092468, -0.23484687507152557, 0.256246954202652, 0.20241065323352814, -0.16152533888816833, -0.2093569040298462, 0.14981678128242493, 0.19426728785037994, 0.008564332500100136, -0.22585174441337585, -0.30782073736190796, 0.45277220010757446, 0.16441862285137177, -0.24314981698989868, -0.15853911638259888, -0.04733550548553467, 0.5236932039260864, -0.29153355956077576, -0.11369730532169342, 0.03160860762000084, 0.279881089925766, 0.04261578619480133, -0.17052964866161346, -0.5299550294876099, 0.684606671333313, 0.0663711279630661, -0.14452113211154938, -0.5179922580718994, 0.31644147634506226, 0.285791277885437, 0.0013814754784107208, -0.4383886754512787, -0.1682024896144867, 0.33417490124702454, 0.14766424894332886, -0.1326024979352951, -0.2987610399723053, 0.022937234491109848, -0.08815350383520126, 0.4831172525882721, -0.2939109206199646, -0.15658999979496002, -0.041259925812482834, 0.07767672091722488, 0.18972478806972504, -0.1137867346405983, -0.12694574892520905, 0.09839358180761337, -0.1715543419122696, 0.2603603005409241, 0.07857802510261536, -0.28107160329818726, -0.0949932113289833, 0.030908921733498573, 0.5043338537216187, -0.5285022854804993, 0.051158636808395386, 0.014478589408099651, 0.2044660896062851, -0.1441068798303604, -0.04954057186841965, -0.08911668509244919, 0.04854824021458626, 0.3607778549194336, -0.5666617751121521, 0.1991252303123474, 0.21432220935821533, -0.052664995193481445, -0.21912018954753876, 0.2605070173740387, -0.12654352188110352, 0.11863313615322113, -0.02795197069644928, -0.17022928595542908, -0.05110076814889908, 0.3844229280948639, -0.1699376404285431, -0.04116436094045639, -0.12193312495946884, 0.07635480165481567, -0.10554361343383789, 0.27058279514312744, 0.0054960367269814014, 0.010855152271687984, -0.49052879214286804, 0.39902210235595703, -0.2899341881275177, 0.5229251980781555, -0.36284729838371277, 0.05993916839361191, -0.19262242317199707, 0.2403162270784378, 0.14244945347309113, -0.5059660077095032, 0.20565253496170044, 0.4131351411342621, -0.1488920897245407, -0.06843520700931549, -0.538619875907898, 0.34648486971855164, 0.32071027159690857, 0.13877059519290924, -0.8334102630615234, 0.30607226490974426, 0.20263159275054932, 0.233342245221138, -0.5362228155136108, 0.1486199051141739, 0.18342000246047974, 0.061980754137039185, -0.16701370477676392, -0.2364487498998642, 0.07514207065105438, 0.036750927567481995, 0.08260755240917206, -0.4068419337272644, -0.03951117396354675, 0.4147612750530243, -0.1983150839805603, -0.27142590284347534, -0.021155767142772675, 0.31252700090408325, -0.10464917123317719, -0.029122209176421165, -0.321111798286438, 0.11230946332216263, 0.3407329320907593, -0.22398975491523743, -0.17552024126052856, 0.025854280218482018, 0.35358694195747375, -0.03953564167022705, -0.17282696068286896, 0.1355544924736023, 0.3961097002029419, 0.12308908253908157, -0.19342069327831268, -0.21486066281795502, 0.28759095072746277, 0.3331436514854431, -0.07740265876054764, -0.2386084794998169, 0.11945327371358871, 0.10394515097141266, 0.30126386880874634, -0.20552049577236176, -0.05551091209053993, 0.2029324471950531, 0.2962760925292969, -0.1084204837679863, -0.06437703222036362, 0.08100240677595139, 0.15163908898830414, 0.10771303623914719, -0.41698896884918213, 0.41516372561454773, 0.2192305326461792, -0.36551448702812195, 0.11352108418941498, -0.18356099724769592, 0.3551134765148163, 0.25563114881515503, -0.5388413667678833, -0.1299176663160324, 0.2984120547771454, 0.19162721931934357, -0.15974631905555725, -0.33753418922424316, 0.20754314959049225, 0.08244020491838455, 0.06442002952098846, -0.10987379401922226, -0.18974541127681732, 0.1996765434741974, 0.07027457654476166, -0.04641589894890785, -0.3530391752719879, 0.2521912753582001, 0.3492279052734375, -0.5804278254508972, 0.017068369314074516, 0.115306057035923, 0.2833608090877533, -0.18100619316101074, -0.41121140122413635, 0.13113905489444733, 0.28050413727760315, -0.07077956199645996, -0.39418041706085205, -0.07584778964519501, 0.0871729627251625, 0.2691107988357544, -0.27353164553642273, -0.03164596110582352, -0.11194709688425064, 0.03597800061106682, -0.05449488386511803, 0.09351198375225067, -0.05654611438512802, -0.18569867312908173, -0.1232592985033989, 0.020649421960115433, 0.12887175381183624, -0.008704735897481441, -0.3185971677303314, -0.040712155401706696, 0.2670825123786926, -0.1951945722103119, 0.15746596455574036, -0.221170574426651, -0.047726720571517944, 0.05080249533057213, 0.1927700638771057, -0.02463160641491413, -0.21714961528778076, 0.03748306632041931, 0.07405805587768555, -0.15206220746040344, 0.04576382413506508, 0.17163464426994324, -0.07890409231185913, 0.030314084142446518, -0.1493489295244217, -0.0032242946326732635, 0.47564488649368286, -0.3626980483531952, -0.09507140517234802, 0.014866256155073643, 0.09784060716629028, 0.15046072006225586, -0.38877975940704346, -0.06906662881374359, 0.23319272696971893, 0.10423600673675537, -0.2706769108772278, 0.19305071234703064, -0.2787044048309326, 0.35480690002441406, 0.006001969333738089, -0.0680193081498146, -0.1479042023420334, 0.17874906957149506, -0.033540673553943634, -0.020458940416574478, -0.13579224050045013, 0.17106297612190247, 0.13011471927165985, -0.03639091178774834, -0.446237713098526, 0.28774526715278625, -0.0036515097599476576, 0.5626189112663269, -0.5045681595802307, -0.4173043668270111, 0.4448077976703644, 0.21449941396713257, -0.19111357629299164, 0.008251328021287918, -0.08054918050765991, 0.20826618373394012, 0.062427472323179245, 0.019680717960000038, 0.0035516538191586733, -0.02808844856917858, 0.19232796132564545, -0.12460567057132721, 0.21946680545806885, 0.020073818042874336, -0.033013712614774704, -0.08504367619752884, 0.23636838793754578, 0.021875357255339622, -0.1779688447713852, -0.07151272892951965, 0.2549165189266205, -0.2015402466058731, -0.0317259319126606, 0.10454962402582169, 0.1527467519044876, -0.2551877796649933, -0.03790029138326645, 0.0220686886459589, -0.011812884360551834, 0.29685914516448975, -0.21826422214508057, -0.20186713337898254, 0.19620837271213531, 0.19323599338531494, -0.25669461488723755, 0.060162339359521866, 0.1191587969660759, -0.04492193087935448, 0.20555737614631653, -0.4026474952697754, 0.1682652235031128, 0.17610366642475128, -0.024073733016848564, -0.09121108800172806, -0.25033098459243774, 0.09984234720468521, 0.31467291712760925, 0.06540066003799438, -0.4407317340373993, 0.19700801372528076, 0.12536264955997467, -0.17243245244026184, 0.14969100058078766, -0.01126075629144907, -0.0660770833492279, -0.1760575771331787, 0.13544584810733795, 0.06567767262458801, -0.03814268112182617, -0.10124820470809937, -0.1489415466785431, 0.31598925590515137, -0.013670796528458595, 0.0763712227344513, -0.22275814414024353, 0.22459281980991364, 0.06593070179224014, -0.06104457378387451, -0.16351501643657684, 0.05080578848719597, 0.35419079661369324, -0.312703937292099, -0.0896591991186142, 0.26962587237358093, -0.012306357733905315, -0.33778122067451477, 0.16978609561920166, -0.18579734861850739, 0.30258214473724365, 0.105418361723423, -0.49834734201431274, 0.01632145792245865, 0.35537633299827576, -0.04256075248122215, -0.2431832253932953, -0.28821635246276855, 0.4734596610069275, 0.05261387303471565, -0.20585691928863525, -0.32621580362319946, 0.048757877200841904, 0.27891144156455994, -0.03239098936319351, -0.07746656239032745, -0.2162090539932251, 0.05374198034405708, 0.24732355773448944, -0.035445988178253174, -0.1804591566324234, -0.21036522090435028, 0.043584927916526794, 0.4153781831264496, -0.217727929353714, -0.5643197894096375, 0.4311486482620239, 0.014348795637488365, -0.13932757079601288, -0.1694701462984085, -0.014247892424464226, 0.2508663833141327, 0.02604229934513569, -0.2318079173564911, -0.04471922293305397, 0.015027632005512714, 0.2854117751121521, -0.1783442199230194, -0.3715707063674927, -0.008921859785914421, 0.3569142520427704, -0.02674328349530697, -0.46806466579437256, 0.14675083756446838, 0.04177960008382797, -0.030019858852028847, 0.04589635506272316, -0.02601512148976326, -0.2665731608867645, 0.3101770281791687, 0.019787581637501717, -0.37774255871772766, 0.3238760530948639, 0.1213102713227272, -0.17456376552581787, -0.12047835439443588, 0.07092594355344772, 0.302339643239975, -0.09295420348644257, -0.15970246493816376, 0.18992917239665985, 0.1155797615647316, 0.18219946324825287, -0.2701314091682434, 0.17951013147830963, -0.11163848638534546, 0.11228357255458832, 0.1759870946407318, -0.12140664458274841, 0.19718138873577118, 0.17065086960792542, 0.04538959264755249, -0.309694766998291, 0.4475182890892029, 0.1364138275384903, -0.09151380509138107, -0.06704194843769073, -0.201632559299469, 0.049624502658843994, 0.1456935852766037, 0.1540517508983612, -0.15538325905799866, -0.23498177528381348, 0.33083245158195496, -0.15318599343299866, 0.19133898615837097, -0.17926600575447083, 0.140324667096138, 0.12901906669139862, -0.2519737482070923, 0.3268580436706543, 0.056488245725631714, -0.15306544303894043, -0.06919150799512863, 0.34356990456581116, -0.019271686673164368, -0.09365677833557129, -0.029815837740898132, -0.16165195405483246, 0.26735493540763855, -0.06355903297662735, -0.35672619938850403, -0.08018862456083298, 0.09639979153871536, 0.25574618577957153, -0.3622654974460602, -0.1872216761112213, 0.052464183419942856, 0.03308688476681709, 0.21181116998195648, -0.3867153525352478, -0.19408641755580902, 0.2274702787399292, 0.15147657692432404, 0.19722267985343933, -0.4460018575191498, -0.15440063178539276, 0.47629645466804504, 0.05826644226908684, -0.36935144662857056, 0.12395380437374115, 0.11354633420705795, -0.11356677114963531, -0.1780283898115158, -0.05701810121536255, 0.18108107149600983, -0.24811744689941406, 0.05997334420681, -0.029651349410414696, 0.1342041790485382, 0.10059197247028351, -0.05777575820684433, -0.1836826652288437, 0.23438352346420288, 0.18882568180561066, 0.00994698703289032, -0.2613266408443451, 0.2146623432636261, 0.24756145477294922, -0.33097565174102783, -0.19647692143917084, 0.4490644931793213, 0.32864218950271606, -0.5500599145889282, 0.0175959300249815, 0.38696399331092834, -0.16470026969909668, 0.02768518775701523, -0.21885542571544647, -0.013056149706244469, 0.25410929322242737, -0.005262841936200857, -0.33065831661224365, -0.07898081839084625, 0.2362707108259201, 0.23473364114761353, -0.20430076122283936, -0.4223536550998688, 0.2292238175868988, 0.41894540190696716, -0.24427776038646698, -0.26951873302459717, -0.21990236639976501, 0.3158934712409973, 0.3117028474807739, -0.24289628863334656, -0.3957054018974304, 0.09226911514997482, 0.6287568807601929, -0.030882423743605614, -0.5823999047279358, 0.1673368215560913, 0.20463967323303223, 0.22758375108242035, -0.321759432554245, -0.10002961754798889, 0.2739347219467163, 0.20014840364456177, -0.10619907826185226, -0.3955264985561371, 0.28599873185157776, 0.018993958830833435, 0.1251469850540161, -0.2675008177757263, -0.09310825169086456, 0.0637659877538681, 0.1177634745836258, -0.006060814019292593, -0.4342544972896576, 0.08975889533758163, 0.13706299662590027, 0.27084413170814514, -0.41875776648521423, -0.149451345205307, 0.06681890785694122, 0.27495065331459045, -0.13443946838378906, -0.17183229327201843, 0.0356861837208271, 0.036883339285850525, 0.08452288806438446, -0.061471935361623764, 0.032994527369737625, -0.08940432965755463, 0.14922210574150085, -0.13748565316200256, 0.12975724041461945, 0.06979525089263916, -0.14172711968421936, -0.08557627350091934, 0.059673115611076355, 0.30107754468917847, -0.06590138375759125, -0.1663592904806137, -0.12364688515663147, 0.3891737759113312, 0.06152905151247978, -0.4293598234653473, 0.028854861855506897, 0.35920625925064087, 0.21413718163967133, -0.5305742025375366, -0.36069703102111816, 0.39205828309059143, 0.450656533241272, -0.16490748524665833, -0.5103048086166382, -0.13472814857959747, 0.6017082333564758, 0.48795631527900696, -0.4130919873714447, -0.717989444732666, 0.1578962355852127, 0.7455837726593018, 0.02228318341076374, -0.5551069974899292, -0.2913398742675781, 0.5561982989311218, 0.43375420570373535, -0.01152391079813242, -0.7056868672370911, -0.017354236915707588, 0.8619369864463806, -0.08408941328525543, -0.5736465454101562, -0.20963110029697418, 0.37691155076026917, 0.2565627098083496, -0.1665860414505005, -0.21133752167224884, 0.32412415742874146, -0.09211142361164093, 0.08583448082208633, -0.09041958302259445, -0.03487146645784378, -0.008932597003877163, -0.0024385638535022736, -0.07085085660219193, 0.14022669196128845, 0.06394191831350327, -0.05866049975156784, -0.17834380269050598, 0.21245679259300232, 0.1204562783241272, -0.052357856184244156, -0.22541403770446777, 0.02481195144355297, 0.15679030120372772, 0.02127828449010849, -0.12066154181957245, -0.14865455031394958, 0.22338919341564178, 0.2393425703048706, -0.03053053468465805, -0.11662663519382477, -0.10230215638875961, 0.285797119140625, -0.06839637458324432, -0.3420594334602356, -0.2984425723552704, 0.520376980304718, 0.18392227590084076, -0.29958346486091614, -0.3525283932685852, 0.529006838798523, 0.14762906730175018, -0.24967414140701294, -0.3676116168498993, -0.06673064827919006, 0.150600403547287, -0.004906168207526207, -0.1528717279434204, -0.2389059066772461, 0.1015843003988266, 0.3496471345424652, -0.03341655805706978, 0.0034548279363662004, -0.20708048343658447, -0.06680776923894882, -0.021888772025704384, -0.0544646792113781, -0.18061970174312592, -0.16086572408676147, 0.07230337709188461, 0.145851269364357, -0.07531856000423431, 0.121625617146492, 0.12923772633075714, -0.033679913729429245, -0.2033126801252365, -0.04982199892401695, 0.08028709888458252, 0.03782857954502106, -0.16526958346366882, -0.06738710403442383, 0.06475857645273209, 0.133651465177536, 0.13968151807785034, 0.026668954640626907, -0.003619787050411105, -0.26814770698547363, 0.04452372342348099, 0.07960924506187439, -0.09101559221744537, -0.18233497440814972, 0.006294303108006716, 0.15516917407512665, 0.020871277898550034, 0.05522993206977844, 0.1888541579246521, 0.0990961343050003, -0.2448541671037674, -0.13026310503482819, 0.24539834260940552, 0.15835005044937134, -0.1218988224864006, -0.17292429506778717, 0.044603846967220306, 0.33428311347961426, 0.3287678062915802, 0.18767257034778595, -0.16051773726940155, -0.1706271916627884, 0.2581646740436554, 0.2654591500759125, -0.09300604462623596, -0.3364057242870331, 0.03335509076714516, 0.34297293424606323, 0.0532519593834877, 0.04597749561071396, -0.01609620451927185, 0.1817055642604828, -0.046906791627407074, 0.09307743608951569, 0.09184328466653824, -0.11001663655042648, -0.1498604565858841, 0.030763767659664154, 0.0959392860531807, 0.1130906417965889, -0.14683610200881958, -0.2020154595375061, 0.04818098992109299, 0.2967001795768738, -0.00031471691909246147, -0.3259006142616272, -0.30499815940856934, 0.06636960059404373, 0.23369693756103516, -0.2445475310087204, -0.35175931453704834, 0.12615233659744263, 0.2804465889930725, -0.02678225003182888, -0.2946473956108093, -0.027617262676358223, 0.24484096467494965, 0.10955176502466202, -0.40979671478271484, -0.4472742974758148, 0.052951328456401825, 0.27813977003097534, -0.03741993010044098, -0.32725706696510315, -0.18695273995399475, 0.23665682971477509, 0.23805071413516998, -0.18293516337871552, -0.329267680644989, -0.022430576384067535, -0.01360093429684639, -0.10635250061750412, -0.13927356898784637, -0.13831546902656555, -0.025550484657287598, 0.04352618381381035, -0.0781276598572731, 0.07585972547531128, 0.157496839761734, -0.05087209492921829, -0.0917925164103508, 0.028333773836493492, 0.0362168550491333, -0.015850195661187172, -0.039682481437921524, -0.03878510370850563, 0.1589294821023941, 0.20274515450000763, -0.004335253965109587, -0.02870328538119793, 0.036944177001714706, 0.16266760230064392, 0.017964502796530724, -0.1865720897912979, -0.11837752163410187, 0.024907831102609634, -0.06925488263368607, -0.10854314267635345, 0.039566196501255035, 0.139384463429451, -0.08542273938655853, -0.08491051942110062, -0.05942792817950249, -0.060895174741744995, -0.011105125769972801, -0.021628161892294884, -0.11327695846557617, -0.038070809096097946, 0.1206243708729744, 0.08606418967247009, 0.12854352593421936, 0.06737799197435379, 0.08250271528959274, 0.10727375745773315, -0.03749588876962662, 0.06871736794710159, 0.11946418136358261, 0.010946548543870449, 0.12356536835432053, 0.15578734874725342, 0.16567270457744598, 0.1291418820619583, 0.07227551937103271, 0.08810096979141235, 0.07450012117624283, 0.16197964549064636, 0.025254664942622185, -0.04694055765867233, 0.06143457069993019, 0.08688542991876602, 0.13625551760196686, 0.11392714828252792, 0.18080909550189972, 0.25695565342903137, 0.1695437729358673, 0.03590189293026924, 0.07003442943096161, 0.1854856312274933, 0.23010191321372986, 0.12265599519014359, 0.16290244460105896, 0.30766561627388, 0.4772718548774719, 0.4829238951206207, 0.40044236183166504, 0.461911141872406, 0.6000831127166748, 0.612736701965332, 0.533500611782074, 0.44667351245880127, 0.3524010479450226, 0.4519250690937042, 0.5328761339187622, 0.4011583924293518, 0.24094612896442413, 0.24911010265350342, 0.35058942437171936, 0.26034146547317505, -0.09946389496326447, -0.4035796523094177, -0.5840941667556763, -0.6030450463294983, -0.5750239491462708, -0.6948156356811523, -0.7662749886512756, -0.7715474963188171, -0.6940508484840393, -0.6039935946464539, -0.6407015919685364, -0.6846546530723572, -0.6941381692886353, -0.707327663898468, -0.7214276790618896, -0.6812059283256531, -0.5718865990638733, -0.339529424905777, -0.06782371550798416, 0.09111276268959045, 0.21233956515789032, 0.2625553607940674, 0.38541752099990845, 0.4553077816963196, 0.3829605281352997, 0.2717477083206177, 0.028900589793920517, -0.14568957686424255, -0.16635802388191223, -0.0862341895699501, 0.07883036881685257, 0.1787545382976532, 0.0940997526049614, -0.018331505358219147, -0.13001252710819244, -0.2794432044029236, -0.45035409927368164, -0.7717589139938354, -0.9834367632865906, -1.1031194925308228, -1.241005778312683, -1.2476048469543457, -1.069869875907898, -0.7865403294563293, -0.49492546916007996, -0.3966015577316284, -0.40975791215896606, -0.4004254937171936, -0.3866569399833679, -0.28713521361351013, -0.2888161242008209, -0.2666226625442505, -0.1938183754682541, -0.06971003115177155, 0.09066041558980942, 0.314213365316391, 0.5780948400497437, 0.7476344704627991, 0.6823849081993103, 0.5280004739761353, 0.40237075090408325, 0.26782307028770447, 0.16825568675994873, 0.07720620185136795, 0.008003465831279755, 0.03265775367617607, 0.049509819597005844, -0.007328506093472242, 0.04297865927219391, 0.1317586749792099, 0.15031753480434418, 0.09546303004026413, -0.0752861276268959, -0.2476350963115692, -0.32442179322242737, -0.34147772192955017, -0.3180629312992096, -0.2186715453863144, -0.13779889047145844, -0.028297455981373787, 0.08533584326505661, 0.2255859673023224, 0.44640547037124634, 0.6102780699729919, 0.7315201759338379, 0.8068438768386841, 0.8623361587524414, 0.9537718892097473, 1.0567564964294434, 1.1082099676132202, 1.2650585174560547, 1.4704850912094116, 1.6670246124267578, 1.8352183103561401, 1.9135547876358032, 2.069552183151245, 2.2108423709869385, 2.3291780948638916, 2.56756854057312, 2.6650781631469727, 1.7615216970443726, 0.3280147910118103, -1.0225321054458618, -1.4218060970306396, -0.9239060282707214, -0.44133350253105164, -0.7495002746582031, -1.310239315032959, -1.5948015451431274, -1.3024266958236694, -0.752117395401001, -0.758187472820282, -1.3030173778533936, -1.85189950466156, -2.1842496395111084, -2.4754226207733154, -2.5386157035827637, -2.1289467811584473, -1.0781809091567993, 0.16826963424682617, 0.8677339553833008, 0.7822556495666504, 0.7573131918907166, 1.1933377981185913, 1.8460469245910645, 2.1162383556365967, 1.5229284763336182, 0.5324803590774536, 0.08204657584428787, 0.19962739944458008, 0.6258834004402161, 1.0006537437438965, 1.037023901939392, 0.8541940450668335, 0.6771286129951477, 0.321043998003006, -0.1315818727016449, -0.4863912761211395, -0.877217710018158, -1.3258100748062134, -1.8411391973495483, -2.3701047897338867, -2.573500633239746, -2.2579333782196045, -1.6258059740066528, -1.0869438648223877, -0.8684390783309937, -0.9933872222900391, -1.1013264656066895, -1.0008596181869507, -0.8220013976097107, -0.571844756603241, -0.28697702288627625, -0.11568348854780197, 0.022051716223359108, 0.27344343066215515, 0.6743146777153015, 1.2336714267730713, 1.8402827978134155, 2.0920889377593994, 1.961670160293579, 1.5766870975494385, 1.0476349592208862, 0.749635636806488, 0.6947675347328186, 0.566399335861206, 0.39452552795410156, 0.15023769438266754, -0.1808786392211914, -0.3233764171600342, -0.2718445062637329, -0.3176940381526947, -0.4488539695739746, -0.7897108197212219, -1.2127745151519775, -1.643176794052124, -2.0568532943725586, -2.2988600730895996, -2.121626853942871, -1.6995272636413574, -1.4211959838867188, -1.2185333967208862, -0.9586852788925171, -0.6181164383888245, -0.20645268261432648, 0.10676931589841843, 0.24033795297145844, 0.2535928189754486, 0.21895964443683624, 0.16432949900627136, 0.18256929516792297, 0.28941208124160767, 0.5704317092895508, 0.8595485687255859, 0.9609857797622681, 0.8597611784934998, 0.7580579519271851, 0.6828766465187073, 0.5710118412971497, 0.38442879915237427, 0.12471647560596466, -0.19687886536121368, -0.4359712302684784, -0.5543450713157654, -0.5659770369529724, -0.4422467052936554, -0.28063884377479553, -0.2013840526342392, -0.193525493144989, -0.1828480362892151, -0.22960567474365234, -0.25924384593963623, -0.24625471234321594, -0.24677227437496185, -0.2851254343986511, -0.23169876635074615, -0.11464329063892365, 0.16877564787864685, 0.5402911305427551, 0.8223063349723816, 1.0985901355743408, 1.3355787992477417, 1.4827046394348145, 1.5783337354660034, 1.620282769203186, 1.66861093044281, 1.754189133644104, 1.809199571609497, 1.901239037513733, 2.1059937477111816, 2.309251308441162, 2.582386016845703, 2.8053436279296875, 2.904775619506836, 2.9800848960876465, 3.064558982849121, 2.3197250366210938, 0.7067277431488037, -1.0623162984848022, -2.2013731002807617, -2.2356925010681152, -1.5326123237609863, -1.3966147899627686, -1.9473974704742432, -2.3442623615264893, -2.1853861808776855, -1.4265648126602173, -0.8231953978538513, -1.137548565864563, -1.7718404531478882, -2.1881422996520996, -2.438926935195923, -2.514606237411499, -2.296654462814331, -1.5661731958389282, -0.08842144161462784, 1.2612488269805908, 1.7216448783874512, 1.6219075918197632, 1.6889692544937134, 2.2328290939331055, 2.845212459564209, 2.6395349502563477, 1.3819539546966553, 0.10809360444545746, -0.3763481378555298, -0.20910429954528809, 0.17185674607753754, 0.29821667075157166, 0.0722091794013977, -0.06460732966661453, -0.06764481961727142, -0.40444040298461914, -0.8704068660736084, -1.3497898578643799, -1.8358253240585327, -2.2036900520324707, -2.7017548084259033, -3.3410701751708984, -3.347682237625122, -2.5914957523345947, -1.5971488952636719, -0.7318825125694275, -0.3741339147090912, -0.29344266653060913, 0.03958959877490997, 0.46921926736831665, 0.6978198885917664, 0.8130531907081604, 0.8444990515708923, 0.8251963257789612, 0.9240314364433289, 1.027505874633789, 1.2423325777053833, 1.7495207786560059, 2.3063127994537354, 2.4415788650512695, 2.110883951187134, 1.4658544063568115, 0.786039412021637, 0.40303918719291687, 0.0790407583117485, -0.4115341901779175, -0.9145134091377258, -1.3480231761932373, -1.6348258256912231, -1.6330000162124634, -1.5147984027862549, -1.384384036064148, -1.1501879692077637, -1.0253677368164062, -1.1613237857818604, -1.3598005771636963, -1.518790364265442, -1.4143494367599487, -0.9827222228050232, -0.6543707847595215, -0.4847058355808258, -0.231313556432724, 0.014906346797943115, 0.3107452690601349, 0.677843451499939, 0.8867124319076538, 0.8963425159454346, 0.8442400693893433, 0.5808693170547485, 0.28746452927589417, 0.17326198518276215, 0.1320827752351761, 0.20158301293849945, 0.2819403409957886, 0.22371380031108856, 0.11002722382545471, -0.02672131545841694, -0.21537867188453674, -0.351166307926178, -0.4576856195926666, -0.6492194533348083, -0.8647535443305969, -1.0691297054290771, -1.157979130744934, -1.0106335878372192, -0.6750904321670532, -0.36785170435905457, -0.13524679839611053, 0.006773951929062605, 0.04852555692195892, 0.12076777964830399, 0.25666543841362, 0.34766286611557007, 0.3768939673900604, 0.342030793428421, 0.2920382022857666, 0.3145267069339752, 0.42551714181900024, 0.5944870114326477, 0.7752810120582581, 0.9081677198410034, 0.9576853513717651, 0.9552986025810242, 1.0141783952713013, 1.1135104894638062, 1.1925128698349, 1.1696815490722656, 1.0599112510681152, 0.9753124117851257, 0.969734787940979, 1.0645335912704468, 1.2531604766845703, 1.431235671043396, 1.6923836469650269, 1.9970022439956665, 2.220536231994629, 2.412139654159546, 2.57940411567688, 2.666836977005005, 2.7519006729125977, 2.265155792236328, 0.8594624400138855, -0.8301741480827332, -2.0395472049713135, -2.2799072265625, -1.72652268409729, -1.358856439590454, -1.6978694200515747, -2.0985066890716553, -1.8985553979873657, -1.1844145059585571, -0.5690244436264038, -0.7509278059005737, -1.3459099531173706, -1.6704983711242676, -1.7457581758499146, -1.851977825164795, -1.891153335571289, -1.593224287033081, -0.5174538493156433, 0.8908594250679016, 1.647306203842163, 1.6966279745101929, 1.7511076927185059, 2.2072227001190186, 2.757601737976074, 2.696805715560913, 1.5782766342163086, 0.17694245278835297, -0.5938181281089783, -0.7795244455337524, -0.795264720916748, -0.8952728509902954, -1.1358717679977417, -1.0985618829727173, -0.7199267745018005, -0.6067368984222412, -0.8710821866989136, -1.2295695543289185, -1.5679662227630615, -1.772623062133789, -2.0539445877075195, -2.5465543270111084, -2.7369041442871094, -2.273632287979126, -1.505157709121704, -0.7000007629394531, -0.10071160644292831, 0.29733899235725403, 0.858543336391449, 1.4464225769042969, 1.734834909439087, 1.7669413089752197, 1.6771048307418823, 1.5258835554122925, 1.3722655773162842, 1.1701864004135132, 1.0111573934555054, 1.0355225801467896, 1.2008575201034546, 1.2385246753692627, 0.9976396560668945, 0.6257467269897461, 0.20520628988742828, -0.15139295160770416, -0.5064727663993835, -0.971097469329834, -1.3948454856872559, -1.674589991569519, -1.8376734256744385, -1.8819340467453003, -1.8206208944320679, -1.6791514158248901, -1.3204094171524048, -0.8876104950904846, -0.6136893033981323, -0.47627773880958557, -0.3754221200942993, -0.2053246945142746, 0.12791121006011963, 0.4631524384021759, 0.594947338104248, 0.6209237575531006, 0.6151654124259949, 0.5579922199249268, 0.5863051414489746, 0.5987647175788879, 0.4294646978378296, 0.23127888143062592, 0.00545176537707448, -0.2592364549636841, -0.3836716413497925, -0.4469863176345825, -0.4984213411808014, -0.48562419414520264, -0.46745023131370544, -0.5799187421798706, -0.7049881219863892, -0.8750343918800354, -0.9887380003929138, -0.9635457396507263, -0.8217682242393494, -0.7197151780128479, -0.6227038502693176, -0.5263969302177429, -0.35365021228790283, -0.010724547319114208, 0.3146800100803375, 0.5585321187973022, 0.7615750432014465, 0.8315239548683167, 0.7851299047470093, 0.7824553847312927, 0.7119008302688599, 0.6195335984230042, 0.6035637259483337, 0.5543386936187744, 0.4613098204135895, 0.4162452518939972, 0.39332902431488037, 0.4115702509880066, 0.521115243434906, 0.5653591156005859, 0.5213906168937683, 0.5015418529510498, 0.4891582429409027, 0.5355502963066101, 0.612640380859375, 0.6084018349647522, 0.6147913932800293, 0.7282038927078247, 0.9022805690765381, 1.1321542263031006, 1.4021145105361938, 1.6830835342407227, 2.081294536590576, 2.497068405151367, 2.78891921043396, 2.998771905899048, 3.0869367122650146, 3.0872554779052734, 2.4429023265838623, 0.953453540802002, -0.7944576740264893, -1.9221025705337524, -2.1270134449005127, -1.6335941553115845, -1.6290552616119385, -2.3111629486083984, -2.901108980178833, -2.6087887287139893, -1.638444423675537, -0.802848756313324, -0.9075983166694641, -1.4644615650177002, -1.7910065650939941, -1.757854700088501, -1.7480154037475586, -1.8197588920593262, -1.5560749769210815, -0.5679731369018555, 0.6784987449645996, 1.3226947784423828, 1.3587427139282227, 1.5430012941360474, 2.3721723556518555, 3.29974365234375, 3.413961887359619, 2.2695820331573486, 0.7565675377845764, -0.16269755363464355, -0.39100340008735657, -0.5455084443092346, -0.9660614728927612, -1.5339442491531372, -1.7351104021072388, -1.4719820022583008, -1.2414082288742065, -1.2194184064865112, -1.250041127204895, -1.1968508958816528, -1.1576132774353027, -1.4041104316711426, -2.010432004928589, -2.3665964603424072, -2.053925037384033, -1.3402620553970337, -0.7141093611717224, -0.4634326696395874, -0.309880793094635, 0.27362877130508423, 1.1211656332015991, 1.861678123474121, 2.3014869689941406, 2.4217281341552734, 2.285137176513672, 1.996215581893921, 1.5393258333206177, 1.1252827644348145, 0.9374778866767883, 0.9293133616447449, 0.7686060667037964, 0.27845603227615356, -0.30396702885627747, -0.6685751080513, -0.694255530834198, -0.5788968801498413, -0.6208227276802063, -0.9233222603797913, -1.2836484909057617, -1.5886796712875366, -1.7389662265777588, -1.729037880897522, -1.5804405212402344, -1.3080159425735474, -1.008341908454895, -0.8365551233291626, -0.7417870759963989, -0.5722662210464478, -0.1702733188867569, 0.42822134494781494, 0.9463661909103394, 1.1393357515335083, 0.9825009107589722, 0.6041634678840637, 0.31518295407295227, 0.20945821702480316, 0.18372444808483124, 0.13239894807338715, -0.0883156806230545, -0.4613831043243408, -0.7333093881607056, -0.7393649816513062, -0.512879490852356, -0.20072384178638458, -0.02629239670932293, -0.08193684369325638, -0.3082231283187866, -0.5867130160331726, -0.7845875024795532, -0.8559190034866333, -0.7441938519477844, -0.5906491279602051, -0.5143485069274902, -0.5150533318519592, -0.4224972724914551, -0.11692249774932861, 0.41279250383377075, 0.9529067873954773, 1.2338526248931885, 1.1643911600112915, 0.9102659821510315, 0.6625796556472778, 0.5625306963920593, 0.5692418813705444, 0.5158715844154358, 0.3889614939689636, 0.21092943847179413, 0.06817730516195297, 0.07191101461648941, 0.22926418483257294, 0.42987826466560364, 0.5846923589706421, 0.589128851890564, 0.45836278796195984, 0.34821003675460815, 0.3320915997028351, 0.4184000492095947, 0.5576809644699097, 0.6429953575134277, 0.7121736407279968, 0.8676999807357788, 1.1233857870101929, 1.5025296211242676, 1.9598846435546875, 2.4140732288360596, 2.766055107116699, 2.958148241043091, 2.9924979209899902, 3.0546133518218994, 2.9861221313476562, 2.096583366394043, 0.48637622594833374, -1.1645591259002686, -2.1016910076141357, -2.0615639686584473, -1.550836443901062, -1.8722546100616455, -2.679501533508301, -3.002211809158325, -2.389993906021118, -1.2787479162216187, -0.702400803565979, -1.0304780006408691, -1.4824739694595337, -1.4435087442398071, -1.2966142892837524, -1.386728286743164, -1.6316133737564087, -1.3552216291427612, -0.28117451071739197, 0.7819807529449463, 1.0983110666275024, 1.0742281675338745, 1.5560784339904785, 2.7024683952331543, 3.6113107204437256, 3.2828140258789062, 1.8383270502090454, 0.5494239926338196, 0.035853538662195206, -0.11755934357643127, -0.591119110584259, -1.4821044206619263, -2.240967273712158, -2.2621512413024902, -1.8633389472961426, -1.6182444095611572, -1.544302225112915, -1.4009546041488647, -1.1084887981414795, -0.9103293418884277, -1.1690376996994019, -1.7455482482910156, -1.8912886381149292, -1.4519388675689697, -0.8690630197525024, -0.5716265439987183, -0.6075122356414795, -0.48067450523376465, 0.2509632706642151, 1.1841204166412354, 1.8495571613311768, 2.2406234741210938, 2.386052131652832, 2.338726758956909, 2.10546612739563, 1.6199898719787598, 1.1163129806518555, 0.8649616241455078, 0.7112004160881042, 0.30837905406951904, -0.40442752838134766, -1.0407086610794067, -1.254965901374817, -1.0500987768173218, -0.8029424548149109, -0.8132710456848145, -1.0099824666976929, -1.1685787439346313, -1.2112855911254883, -1.184305191040039, -1.1888865232467651, -1.1587752103805542, -0.985142171382904, -0.8001224398612976, -0.7591639161109924, -0.7630265355110168, -0.6015271544456482, -0.1293526440858841, 0.5459864735603333, 0.9393298625946045, 0.8977418541908264, 0.6514831185340881, 0.43810388445854187, 0.36259961128234863, 0.3721924126148224, 0.22348566353321075, -0.042830079793930054, -0.2820577025413513, -0.5320253968238831, -0.6682620644569397, -0.6427925229072571, -0.44240474700927734, -0.16749566793441772, -0.04345332086086273, -0.17561402916908264, -0.38191214203834534, -0.4657651484012604, -0.41919809579849243, -0.40569305419921875, -0.4629288911819458, -0.5255534052848816, -0.4841221272945404, -0.28009915351867676, -0.056333720684051514, 0.14202478528022766, 0.44172778725624084, 0.7641170620918274, 0.99825519323349, 1.0642476081848145, 0.9290342330932617, 0.7919807434082031, 0.749199628829956, 0.6684888005256653, 0.5279804468154907, 0.365898072719574, 0.2543005049228668, 0.28452780842781067, 0.36659520864486694, 0.36804914474487305, 0.36296892166137695, 0.4412231743335724, 0.5474612712860107, 0.6313733458518982, 0.6439763903617859, 0.6305545568466187, 0.7631807923316956, 1.051490068435669, 1.3695108890533447, 1.6564360857009888, 1.879377841949463, 2.162832498550415, 2.553792715072632, 2.9102485179901123, 3.1378724575042725, 3.223858118057251, 2.9406864643096924, 1.8383936882019043, 0.31766098737716675, -1.0535252094268799, -1.708673119544983, -1.6975265741348267, -1.6180773973464966, -2.386040210723877, -3.1260714530944824, -3.211189031600952, -2.2786788940429688, -1.1943587064743042, -0.8215751051902771, -1.1462002992630005, -1.4127919673919678, -1.2260619401931763, -1.0975676774978638, -1.246829628944397, -1.4126547574996948, -0.9109817147254944, 0.09635790437459946, 0.8085180521011353, 0.8263052105903625, 0.7920724153518677, 1.5302987098693848, 2.7566208839416504, 3.492072820663452, 2.9495413303375244, 1.5411103963851929, 0.5366054177284241, 0.23203162848949432, 0.025608712807297707, -0.5904839038848877, -1.5975435972213745, -2.375128746032715, -2.451582670211792, -2.2362122535705566, -2.0728249549865723, -1.8515267372131348, -1.4687590599060059, -1.0134316682815552, -0.8313646912574768, -1.1278566122055054, -1.4852042198181152, -1.3224492073059082, -0.8424736857414246, -0.4940246641635895, -0.5665894150733948, -0.7669163942337036, -0.5760083794593811, 0.17512956261634827, 1.0479642152786255, 1.6599009037017822, 2.0748252868652344, 2.3045644760131836, 2.3644516468048096, 2.1878836154937744, 1.8344932794570923, 1.5167964696884155, 1.2913804054260254, 0.9165554046630859, 0.15806064009666443, -0.7458803057670593, -1.331992268562317, -1.3805502653121948, -1.1246366500854492, -1.009277582168579, -1.1059843301773071, -1.2575050592422485, -1.2359586954116821, -1.1147962808609009, -1.0155181884765625, -0.9908613562583923, -0.9820249676704407, -0.9656229019165039, -1.0291614532470703, -1.1811044216156006, -1.2395461797714233, -1.004021406173706, -0.5012484192848206, 0.041195809841156006, 0.27576231956481934, 0.32531973719596863, 0.43940138816833496, 0.6916567087173462, 0.9370561838150024, 0.9897339940071106, 0.7792714834213257, 0.4469805955886841, 0.06002763658761978, -0.32148581743240356, -0.6210736036300659, -0.7450032830238342, -0.6687460541725159, -0.5167533159255981, -0.4524866044521332, -0.5069500207901001, -0.5158833861351013, -0.34690433740615845, -0.08682925254106522, 0.0957627072930336, 0.13371838629245758, -0.025053536519408226, -0.23143711686134338, -0.33727023005485535, -0.3092348575592041, -0.1278044730424881, 0.16389864683151245, 0.388390451669693, 0.47315213084220886, 0.5171355605125427, 0.6329673528671265, 0.9139395356178284, 1.2332806587219238, 1.3627780675888062, 1.2359166145324707, 0.99310302734375, 0.7776418924331665, 0.7587896585464478, 0.8175247311592102, 0.8346779346466064, 0.8424564003944397, 0.8692169189453125, 0.8973345756530762, 1.1099612712860107, 1.4356573820114136, 1.8346606492996216, 2.2977566719055176, 2.633082389831543, 2.7809133529663086, 2.8564417362213135, 2.959022283554077, 3.07053542137146, 2.878359317779541, 1.6921725273132324, -0.06889069825410843, -1.6180367469787598, -2.3322105407714844, -2.2543601989746094, -1.9261279106140137, -2.404790163040161, -2.9193782806396484, -2.854748249053955, -2.003690242767334, -1.1004966497421265, -0.7698102593421936, -1.0453568696975708, -1.194446086883545, -1.0508818626403809, -1.0460550785064697, -1.3948289155960083, -1.5337344408035278, -0.9298872351646423, 0.2722986936569214, 1.1611796617507935, 1.2912259101867676, 1.3219448328018188, 2.113640308380127, 3.2229273319244385, 3.7628262042999268, 3.0916173458099365, 1.505165696144104, 0.2718343138694763, -0.2958883047103882, -0.7740080952644348, -1.4877933263778687, -2.2913818359375, -2.8257107734680176, -2.694823980331421, -2.3113973140716553, -2.1248209476470947, -1.9589977264404297, -1.5802803039550781, -1.1432636976242065, -0.9630499482154846, -1.2473613023757935, -1.742680549621582, -1.7973268032073975, -1.3642765283584595, -0.8750802278518677, -0.5830991864204407, -0.4349808394908905, -0.10787928849458694, 0.640383243560791, 1.5340591669082642, 2.2352614402770996, 2.6963658332824707, 2.88932728767395, 2.7984256744384766, 2.4556658267974854, 1.9300191402435303, 1.400915503501892, 0.9788911938667297, 0.6011860966682434, 0.03967180475592613, -0.6502205729484558, -1.1653656959533691, -1.3509008884429932, -1.2048876285552979, -0.9685578346252441, -0.9243177771568298, -1.0685691833496094, -1.2411582469940186, -1.4390336275100708, -1.5604499578475952, -1.6413228511810303, -1.688294529914856, -1.6845518350601196, -1.809205412864685, -1.9314345121383667, -1.8202226161956787, -1.4463294744491577, -0.7256578207015991, 0.1340368390083313, 0.691885769367218, 1.0406118631362915, 1.1981397867202759, 1.2320165634155273, 1.2054229974746704, 1.1123780012130737, 0.9403877854347229, 0.6202046275138855, 0.1189090758562088, -0.4503819942474365, -0.7986434698104858, -0.7886195182800293, -0.504802405834198, -0.1584707647562027, -0.019415326416492462, -0.10950963944196701, -0.2306111752986908, -0.26493534445762634, -0.27691850066185, -0.30017760396003723, -0.4131394624710083, -0.6920138597488403, -0.9150044322013855, -0.9714331030845642, -0.8304296731948853, -0.4064663350582123, 0.1271391361951828, 0.6049403548240662, 1.0240347385406494, 1.2539860010147095, 1.315181851387024, 1.4095478057861328, 1.5629476308822632, 1.6910868883132935, 1.7209782600402832, 1.527003288269043, 1.2575055360794067, 1.2387776374816895, 1.4872580766677856, 1.8675782680511475, 2.2694785594940186, 2.5575802326202393, 2.826831579208374, 3.1492979526519775, 3.4635231494903564, 3.6355783939361572, 3.7357890605926514, 3.615813970565796, 2.881653308868408, 1.1727571487426758, -0.8407711386680603, -2.368687152862549, -2.8191447257995605, -2.4886510372161865, -2.394327163696289, -3.045039653778076, -3.481003999710083, -3.111079692840576, -1.98159921169281, -1.112718939781189, -1.035701036453247, -1.3981481790542603, -1.460047960281372, -1.3893684148788452, -1.5905708074569702, -1.9630317687988281, -1.774112343788147, -0.6172524690628052, 0.9014099836349487, 1.7712526321411133, 1.8785643577575684, 2.141382932662964, 3.0654525756835938, 4.083682060241699, 4.2415452003479, 3.17510724067688, 1.5519500970840454, 0.3520256578922272, -0.3708275556564331, -1.1152938604354858, -1.9034024477005005, -2.5000712871551514, -2.60491681098938, -2.329425811767578, -2.1609203815460205, -2.267179489135742, -2.227870464324951, -1.8887585401535034, -1.563035249710083, -1.653220295906067, -2.254800319671631, -2.8478000164031982, -2.8127827644348145, -2.261874198913574, -1.535345435142517, -0.8905285596847534, -0.3031083643436432, 0.44348666071891785, 1.3440656661987305, 2.1501567363739014, 2.725752592086792, 3.1118111610412598, 3.272181510925293, 3.0793509483337402, 2.479649305343628, 1.7606174945831299, 1.1930477619171143, 0.9475136995315552, 0.8538899421691895, 0.582607626914978, 0.11008627712726593, -0.27032703161239624, -0.4523758292198181, -0.4670690596103668, -0.536410391330719, -0.8113796710968018, -1.208351731300354, -1.6117924451828003, -2.1335864067077637, -2.678719997406006, -2.9876420497894287, -2.9131133556365967, -2.530874252319336, -2.1226673126220703, -1.8522627353668213, -1.5517125129699707, -0.9507478475570679, -0.14809444546699524, 0.559048056602478, 0.9430392980575562, 1.018778920173645, 0.9144945740699768, 0.7316766381263733, 0.4800913631916046, 0.2937000095844269, 0.30097663402557373, 0.40037137269973755, 0.4246983528137207, 0.3197958469390869, 0.19636084139347076, 0.2286941558122635, 0.4322439134120941, 0.5553877353668213, 0.42065805196762085, 0.05224309116601944, -0.41734668612480164, -0.8069372773170471, -1.0610634088516235, -1.2030953168869019, -1.1674456596374512, -0.9447165727615356, -0.6268683671951294, -0.36836525797843933, -0.2104470431804657, -0.0211581289768219, 0.33155524730682373, 0.7521228790283203, 0.9932560324668884, 0.9721716046333313, 0.7931353449821472, 0.7150408625602722, 0.8901110291481018, 1.232115626335144, 1.5904388427734375, 1.9438186883926392, 2.325497627258301, 2.672775983810425, 3.020608425140381, 3.3069827556610107, 3.56705904006958, 3.8143582344055176, 4.0398712158203125, 4.0046467781066895, 3.6926662921905518, 2.6029624938964844, 0.936674952507019, -0.6343507170677185, -1.4991455078125, -1.6303638219833374, -1.431230068206787, -1.662592887878418, -2.2769014835357666, -2.4655792713165283, -2.085690975189209, -1.5387153625488281, -1.4484578371047974, -1.737053632736206, -2.0454185009002686, -2.0658884048461914, -2.1806976795196533, -2.533643960952759, -2.5362353324890137, -1.6633806228637695, -0.08941624313592911, 1.275975227355957, 1.8406920433044434, 1.9492758512496948, 2.386979103088379, 3.1410727500915527, 3.57977294921875, 3.2064626216888428, 2.073551893234253, 0.9002825617790222, 0.12327243387699127, -0.38228875398635864, -0.8341438174247742, -1.0950881242752075, -1.1316392421722412, -0.9488179087638855, -0.8396937847137451, -1.067333698272705, -1.5466562509536743, -1.9145742654800415, -2.13342022895813, -2.365248203277588, -2.795236349105835, -3.334710121154785, -3.591789484024048, -3.271144151687622, -2.5432095527648926, -1.654537558555603, -0.7969421148300171, 0.031243879348039627, 0.7936824560165405, 1.3341728448867798, 1.5804197788238525, 1.6759172677993774, 1.803208827972412, 1.8974884748458862, 1.785451054573059, 1.4550460577011108, 1.2015697956085205, 1.2354761362075806, 1.5542446374893188, 1.7931859493255615, 1.682399868965149, 1.3192200660705566, 0.897736132144928, 0.45844176411628723, -0.11847661435604095, -0.8046461343765259, -1.4434701204299927, -1.9118895530700684, -2.296325206756592, -2.6210360527038574, -2.786034107208252, -2.5092954635620117, -1.8619650602340698, -1.2215083837509155, -0.8891459107398987, -0.810796856880188, -0.8668575882911682, -0.8323217034339905, -0.7411245703697205, -0.5648069381713867, -0.35526543855667114, -0.12948979437351227, -0.007739042863249779, 0.07790666818618774, 0.3054463863372803, 0.7495487928390503, 1.2172505855560303, 1.4207487106323242, 1.2702678442001343, 0.8632041811943054, 0.39857199788093567, -0.01253452431410551, -0.2960372865200043, -0.42994585633277893, -0.4368080794811249, -0.43763938546180725, -0.47844555974006653, -0.5546754598617554, -0.5276316404342651, -0.30303990840911865, -0.031953271478414536, 0.05843064934015274, -0.0366399921476841, -0.21218380331993103, -0.3292959928512573, -0.22265350818634033, 0.06684256345033646, 0.4604512155056, 0.90153568983078, 1.3442771434783936, 1.6926409006118774, 1.9768168926239014, 2.189983367919922, 2.4072563648223877, 2.7299253940582275, 3.026832342147827, 3.197455406188965, 3.2459280490875244, 3.2335879802703857, 3.205169916152954, 2.9763705730438232, 2.062439441680908, 0.7087909579277039, -0.4560067057609558, -0.9344336986541748, -0.7999777793884277, -0.6047741174697876, -0.8653546571731567, -1.25508451461792, -1.3550752401351929, -1.2971677780151367, -1.4538038969039917, -1.9523658752441406, -2.413376808166504, -2.4110355377197266, -2.1934709548950195, -2.18709397315979, -2.2812178134918213, -1.8581342697143555, -0.6572669148445129, 0.8877509832382202, 1.8551942110061646, 2.0842063426971436, 2.0627667903900146, 2.204969882965088, 2.355391502380371, 2.2486610412597656, 1.751438856124878, 1.18861985206604, 0.911571204662323, 0.7804675102233887, 0.592339813709259, 0.31743699312210083, 0.1346595138311386, 0.09469524770975113, 0.04766863211989403, -0.362752765417099, -1.1899869441986084, -2.1551249027252197, -2.856703281402588, -3.185511827468872, -3.23271107673645, -3.2167551517486572, -3.0928800106048584, -2.688648223876953, -2.1126365661621094, -1.5888932943344116, -1.1727250814437866, -0.8912572860717773, -0.578913688659668, -0.25666481256484985, -0.15788917243480682, -0.19297850131988525, -0.037406694144010544, 0.44660821557044983, 1.153908133506775, 1.7870121002197266, 2.1691203117370605, 2.447233200073242, 2.628702163696289, 2.593116521835327, 2.1779773235321045, 1.5242446660995483, 0.8751187920570374, 0.30590957403182983, -0.2791104018688202, -0.8924933075904846, -1.3034694194793701, -1.3754448890686035, -1.2603278160095215, -1.228009819984436, -1.2923320531845093, -1.4504441022872925, -1.5297157764434814, -1.6003022193908691, -1.7388415336608887, -1.89825439453125, -1.952999234199524, -1.8753831386566162, -1.6093049049377441, -1.147620439529419, -0.5657539367675781, 0.025956427678465843, 0.470235675573349, 0.7088358998298645, 0.826950192451477, 0.8428577184677124, 0.760528564453125, 0.6461462378501892, 0.5662189722061157, 0.5559385418891907, 0.5612000823020935, 0.5297054052352905, 0.5095767378807068, 0.5622782707214355, 0.6207427382469177, 0.5578737854957581, 0.2970506250858307, -0.011732238344848156, -0.27022019028663635, -0.5112435221672058, -0.7121063470840454, -0.7767032980918884, -0.5846601724624634, -0.18488897383213043, 0.18584582209587097, 0.37439611554145813, 0.44860249757766724, 0.5831490159034729, 0.831049382686615, 1.0627543926239014, 1.3090324401855469, 1.563303828239441, 1.8646477460861206, 2.2403388023376465, 2.582925796508789, 2.9046385288238525, 3.2541491985321045, 3.543100118637085, 3.4690699577331543, 2.7978591918945312, 1.2978047132492065, -0.1662909835577011, -1.0560314655303955, -0.986723780632019, -0.5321327447891235, -0.13992564380168915, -0.17688599228858948, -0.1882256716489792, -0.3253236711025238, -0.6900514364242554, -1.4891376495361328, -2.3034422397613525, -2.7562389373779297, -2.7060322761535645, -2.6770925521850586, -2.7361645698547363, -2.518228769302368, -1.5027250051498413, -0.029821032658219337, 1.2614399194717407, 1.7686569690704346, 1.6789721250534058, 1.4269177913665771, 1.2382724285125732, 0.9751885533332825, 0.7523274421691895, 0.7220763564109802, 1.0407814979553223, 1.5650485754013062, 1.9256285429000854, 1.927085280418396, 1.6722606420516968, 1.3626428842544556, 1.0109142065048218, 0.5848241448402405, -0.06649085879325867, -0.8721470832824707, -1.5763797760009766, -1.9500091075897217, -2.01589035987854, -1.8444818258285522, -1.6497652530670166, -1.4971132278442383, -1.4186601638793945, -1.515638828277588, -1.8800424337387085, -2.2896533012390137, -2.491624116897583, -2.314427614212036, -1.8349320888519287, -1.3436830043792725, -0.8746351003646851, -0.36086639761924744, 0.19975489377975464, 0.6431556940078735, 0.889629065990448, 0.9224141240119934, 0.9300206899642944, 0.9485202431678772, 0.894365131855011, 0.742780327796936, 0.6049060821533203, 0.5979587435722351, 0.6979790925979614, 0.8125675916671753, 0.8570381999015808, 0.7609817981719971, 0.5165120959281921, 0.11876478791236877, -0.37752947211265564, -0.8024313449859619, -1.1093961000442505, -1.3196232318878174, -1.4143890142440796, -1.3912971019744873, -1.3575589656829834, -1.326655387878418, -1.32858145236969, -1.2442492246627808, -1.0550932884216309, -0.8521426320075989, -0.7908781170845032, -0.815498948097229, -0.8144277334213257, -0.7146269679069519, -0.5322526097297668, -0.3036421537399292, -0.057092588394880295, 0.23503954708576202, 0.5058732032775879, 0.6617763042449951, 0.7129852175712585, 0.7422023415565491, 0.7876527905464172, 0.8552772402763367, 0.8496049046516418, 0.7492428421974182, 0.6567573547363281, 0.6066228747367859, 0.6199662685394287, 0.694287896156311, 0.8251467347145081, 1.0003966093063354, 1.143601417541504, 1.1671931743621826, 1.1022205352783203, 1.029119849205017, 1.019429087638855, 1.1355087757110596, 1.3465677499771118, 1.6667903661727905, 1.9811196327209473, 2.216634750366211, 2.345759153366089, 2.4245359897613525, 2.3483328819274902, 1.9700570106506348, 1.1037801504135132, -0.09813368320465088, -0.9524950981140137, -1.0698463916778564, -0.5791133642196655, -0.0365934818983078, 0.09128216654062271, -0.1733129918575287, -0.5152650475502014, -0.8609292507171631, -1.3989924192428589, -2.0557363033294678, -2.4674696922302246, -2.423100709915161, -2.0427639484405518, -1.717779517173767, -1.5405558347702026, -1.077019453048706, -0.24877333641052246, 0.5068295001983643, 0.7303303480148315, 0.4322219491004944, 0.10263825207948685, 0.19561240077018738, 0.5828431248664856, 0.9025341868400574, 1.022109031677246, 1.1370803117752075, 1.3551044464111328, 1.6126468181610107, 1.6208364963531494, 1.2963004112243652, 0.8850224614143372, 0.56186842918396, 0.26596739888191223, -0.0521862730383873, -0.35376620292663574, -0.5045936107635498, -0.40686431527137756, -0.2851172685623169, -0.43486714363098145, -0.8220815062522888, -1.2167575359344482, -1.392757773399353, -1.3172595500946045, -1.2733348608016968, -1.346814513206482, -1.3745027780532837, -1.2598787546157837, -1.0618650913238525, -0.8712982535362244, -0.7386785745620728, -0.561772346496582, -0.2781812846660614, -0.0680040642619133, -0.09053177386522293, -0.16445641219615936, -0.07096502929925919, 0.1276581883430481, 0.26842746138572693, 0.199705570936203, -0.01647939346730709, -0.19384369254112244, -0.2709389328956604, -0.30531272292137146, -0.20752108097076416, -0.009298034012317657, 0.14576183259487152, 0.11587140709161758, -0.11525542289018631, -0.4601505398750305, -0.716614305973053, -0.8414191007614136, -0.8604584336280823, -0.7796634435653687, -0.6551536917686462, -0.5828364491462708, -0.5767196416854858, -0.5598271489143372, -0.47151657938957214, -0.3361031711101532, -0.299375057220459, -0.4159172773361206, -0.5340988636016846, -0.568717360496521, -0.5436908006668091, -0.46749547123908997, -0.31615734100341797, -0.12311335653066635, 0.05010611563920975, 0.05807147175073624, -0.039802659302949905, -0.07145430147647858, 0.049045149236917496, 0.21417346596717834, 0.36176037788391113, 0.45828601717948914, 0.586456298828125, 0.760100245475769, 0.8358781933784485, 0.8424928188323975, 0.94415283203125, 1.1490181684494019, 1.3714731931686401, 1.5178091526031494, 1.6350077390670776, 1.8982473611831665, 2.2710251808166504, 2.58389949798584, 2.708021640777588, 2.7318437099456787, 2.815756320953369, 2.866497278213501, 2.568408250808716, 1.8452482223510742, 0.8190643787384033, 0.2426217645406723, 0.27420908212661743, 0.7310104966163635, 0.8954613208770752, 0.5046390295028687, -0.355092316865921, -1.2013640403747559, -1.8677952289581299, -2.311342239379883, -2.627946615219116, -2.564572334289551, -2.299473762512207, -1.9681740999221802, -2.000286817550659, -2.242225408554077, -2.2323896884918213, -1.7312315702438354, -1.078501582145691, -0.7182078957557678, -0.6888197660446167, -0.5734750628471375, -0.11106663942337036, 0.602386474609375, 1.0828572511672974, 1.255143404006958, 1.2780132293701172, 1.2970608472824097, 1.3330342769622803, 1.331549048423767, 1.3195613622665405, 1.4199703931808472, 1.5761016607284546, 1.55131196975708, 1.2227438688278198, 0.7452297210693359, 0.29966428875923157, 0.022912533953785896, -0.18014292418956757, -0.4567422568798065, -0.7499946355819702, -0.9646009802818298, -1.0451716184616089, -1.058322787284851, -1.1329797506332397, -1.2626007795333862, -1.3991637229919434, -1.5179928541183472, -1.6327872276306152, -1.6840003728866577, -1.5644997358322144, -1.1723265647888184, -0.6324454545974731, -0.19232623279094696, -0.03583575412631035, -0.07242773473262787, -0.06112131103873253, 0.026247898116707802, 0.11557173728942871, 0.15800300240516663, 0.2506129741668701, 0.4028835892677307, 0.5301814675331116, 0.5159861445426941, 0.46837693452835083, 0.4460340738296509, 0.37260493636131287, 0.1558678299188614, -0.12349877506494522, -0.3978566825389862, -0.5620182156562805, -0.6334353685379028, -0.6752854585647583, -0.6792898178100586, -0.7244694828987122, -0.8668655753135681, -1.1103267669677734, -1.2723277807235718, -1.2316571474075317, -1.0504066944122314, -0.8936337828636169, -0.8610580563545227, -0.8473389744758606, -0.717745840549469, -0.5540777444839478, -0.41566142439842224, -0.2793292999267578, -0.12147093564271927, 0.02705877460539341, 0.08557890355587006, 0.11178408563137054, 0.21947848796844482, 0.5000075697898865, 0.7832973599433899, 0.9393667578697205, 0.9455306529998779, 0.8659610152244568, 0.8240028619766235, 0.840467631816864, 0.890047550201416, 1.0275136232376099, 1.2481424808502197, 1.4847030639648438, 1.621586561203003, 1.7197070121765137, 1.8473753929138184, 2.022815704345703, 2.201247215270996, 2.384833574295044, 2.4487152099609375, 2.1602015495300293, 1.6206223964691162, 0.9435017108917236, 0.6895629167556763, 1.0079216957092285, 1.569064974784851, 1.7449313402175903, 1.2771342992782593, 0.3368876278400421, -0.5175238251686096, -0.946943998336792, -1.044611930847168, -1.1520723104476929, -1.2602075338363647, -1.4123233556747437, -1.6909559965133667, -1.9563804864883423, -2.235356569290161, -2.2455809116363525, -1.9656116962432861, -1.6626965999603271, -1.5111085176467896, -1.5079169273376465, -1.4183038473129272, -0.9747121334075928, -0.3488304316997528, 0.055101633071899414, 0.04490850865840912, -0.03496334329247475, 0.054243676364421844, 0.44083064794540405, 0.9606297612190247, 1.2552814483642578, 1.2792822122573853, 1.2034142017364502, 1.0938329696655273, 1.0333675146102905, 1.031998872756958, 1.008758306503296, 0.9641810059547424, 0.8317570090293884, 0.5027092099189758, 0.10364589840173721, -0.08241895586252213, -0.039402224123477936, 0.07864993065595627, 0.029202129691839218, -0.3844432234764099, -0.8990433216094971, -1.1878336668014526, -1.2584549188613892, -1.2267214059829712, -1.160291075706482, -1.1562227010726929, -1.151321530342102, -1.0993869304656982, -1.0713012218475342, -1.053746223449707, -0.9676786065101624, -0.8686327934265137, -0.8478976488113403, -0.8528243899345398, -0.7868691086769104, -0.5620915293693542, -0.19264915585517883, 0.0737326443195343, 0.16231174767017365, 0.2107234001159668, 0.2501835823059082, 0.2889484167098999, 0.376859188079834, 0.47948917746543884, 0.5140066742897034, 0.4458332061767578, 0.28994712233543396, 0.1303795427083969, 0.04840366169810295, -0.010471235029399395, -0.1079573780298233, -0.24172554910182953, -0.3748985826969147, -0.5021191835403442, -0.6503192186355591, -0.8412547707557678, -1.0105016231536865, -1.09023118019104, -1.079217791557312, -1.060099482536316, -1.0091170072555542, -0.9128852486610413, -0.8085219264030457, -0.7204685211181641, -0.6455094218254089, -0.4884833097457886, -0.2286585122346878, 0.025181623175740242, 0.20226594805717468, 0.3302256762981415, 0.49174731969833374, 0.7127832174301147, 0.9932736754417419, 1.2996829748153687, 1.6282438039779663, 1.9450801610946655, 2.202850580215454, 2.3589799404144287, 2.4532418251037598, 2.5761773586273193, 2.796053886413574, 3.0964527130126953, 3.1778604984283447, 2.75557279586792, 2.159841537475586, 1.6142970323562622, 1.4958584308624268, 1.7141151428222656, 1.72484290599823, 1.2302383184432983, 0.3427767753601074, -0.4437614381313324, -0.7424501776695251, -0.8305413126945496, -1.0236587524414062, -1.419398307800293, -1.7726699113845825, -1.8984673023223877, -1.914698600769043, -1.9129443168640137, -1.9669030904769897, -1.8991557359695435, -1.7354156970977783, -1.5918642282485962, -1.4360188245773315, -1.1971181631088257, -0.8599573373794556, -0.4904525578022003, -0.2858114242553711, -0.265383243560791, -0.2549842298030853, 0.029802581295371056, 0.391440749168396, 0.6355757117271423, 0.6592720150947571, 0.5093430876731873, 0.43081432580947876, 0.5249136686325073, 0.5822935104370117, 0.5934343934059143, 0.568251371383667, 0.4758932590484619, 0.40399304032325745, 0.3230874240398407, 0.18746617436408997, 0.08077634125947952, 0.0499299094080925, -0.06214175745844841, -0.17504005134105682, -0.23609872162342072, -0.24770817160606384, -0.21322700381278992, -0.20173607766628265, -0.34014102816581726, -0.5207721590995789, -0.6018653512001038, -0.5920162796974182, -0.580505907535553, -0.585737943649292, -0.6984492540359497, -0.7518162727355957, -0.6714304685592651, -0.5810806155204773, -0.5642067193984985, -0.5609905123710632, -0.542009711265564, -0.48192301392555237, -0.44538676738739014, -0.47108617424964905, -0.48774853348731995, -0.4684132933616638, -0.456360399723053, -0.43955427408218384, -0.345563143491745, -0.18742939829826355, -0.062222301959991455, 0.009673886932432652, -0.02483212761580944, -0.11732225120067596, -0.17746247351169586, -0.23538190126419067, -0.23686398565769196, -0.19242189824581146, -0.16063179075717926, -0.1698223501443863, -0.2385963499546051, -0.3395276367664337, -0.41156554222106934, -0.4048859179019928, -0.39310795068740845, -0.4134705066680908, -0.43334075808525085, -0.4562920331954956, -0.45897313952445984, -0.4176698625087738, -0.3329252600669861, -0.20474417507648468, -0.09690969437360764, -0.046538833528757095, -0.026046669110655785, 0.0525774247944355, 0.17785291373729706, 0.3124564588069916, 0.44699928164482117, 0.538972020149231, 0.6505542993545532, 0.8526878356933594, 1.082617998123169, 1.306965708732605, 1.4832032918930054, 1.655824065208435, 1.8377411365509033, 2.018026351928711, 2.1453046798706055, 2.2110440731048584, 2.1921865940093994, 2.114497661590576, 2.0144259929656982, 1.8825169801712036, 1.7131516933441162, 1.5351638793945312, 1.299962043762207, 1.0456643104553223, 0.8057661056518555, 0.49464401602745056, 0.19393084943294525, -0.037202976644039154, -0.2627677917480469, -0.4913570284843445, -0.6580634713172913, -0.7835489511489868, -0.8745247721672058, -0.9261913299560547, -0.9445533752441406, -0.960893988609314, -0.969403862953186, -1.0092060565948486, -1.0603994131088257, -1.0609524250030518, -1.0036333799362183, -0.9329853057861328, -0.8472670912742615, -0.7508267164230347, -0.6760730743408203, -0.582112193107605, -0.5208280086517334, -0.525180459022522, -0.5405793190002441, -0.5104014873504639, -0.468389093875885, -0.40035656094551086, -0.33553147315979004, -0.30598220229148865, -0.25701144337654114, -0.18826092779636383, -0.14732611179351807, -0.11588472872972488, -0.0897597074508667, -0.05777350813150406, 0.021639106795191765, 0.0788518637418747, 0.031452957540750504, -0.03760236129164696, -0.032326605170965195, 0.021757740527391434, 0.1447785645723343, 0.22144539654254913, 0.20845502614974976, 0.17845465242862701, 0.17467054724693298, 0.18913762271404266, 0.17412647604942322, 0.13199634850025177, 0.03565577045083046, -0.0583997406065464, -0.11222430318593979, -0.15788431465625763, -0.18687988817691803, -0.20011445879936218, -0.21148675680160522, -0.2656131386756897, -0.3678279519081116, -0.46638524532318115, -0.5282160043716431, -0.5207892656326294, -0.5355424284934998, -0.5817537307739258, -0.675125241279602, -0.6879879832267761, -0.6989957094192505, -0.7080800533294678, -0.7194309830665588, -0.7322942018508911, -0.7381783723831177, -0.684173047542572, -0.6525835394859314, -0.6286962628364563, -0.5976490378379822, -0.5838371515274048, -0.5404043197631836, -0.45918262004852295, -0.3750753402709961, -0.2730181813240051, -0.1765083521604538, -0.08739408850669861, -0.027826178818941116, 0.02521582506597042, 0.06364339590072632, 0.11435884237289429, 0.1865306943655014, 0.24819733202457428, 0.2808728516101837, 0.36571836471557617, 0.45123618841171265, 0.5222059488296509, 0.6290351152420044, 0.739867627620697, 0.8375043869018555, 0.9348865151405334, 1.0348209142684937, 1.1361278295516968, 1.2532073259353638, 1.385860562324524, 1.5269646644592285, 1.6868400573730469, 1.8507821559906006, 1.9426921606063843, 1.939035415649414, 1.8787859678268433, 1.734046220779419, 1.5584396123886108, 1.392029047012329, 1.2341443300247192, 1.0566858053207397, 0.8842113018035889, 0.7091268301010132, 0.4841138422489166, 0.27581286430358887, 0.08735047280788422, -0.11967679113149643, -0.31686198711395264, -0.48962709307670593, -0.6517464518547058, -0.7702309489250183, -0.8356735110282898, -0.8619402050971985, -0.9378759264945984, -1.0249730348587036, -1.1299532651901245, -1.178041696548462, -1.1414480209350586, -1.0833451747894287, -1.025130271911621, -0.9485020041465759, -0.8889023661613464, -0.8549780249595642, -0.8155547976493835, -0.7711684107780457, -0.7021291255950928, -0.6109684109687805, -0.5058627128601074, -0.4199508726596832, -0.3562668561935425, -0.2901272773742676, -0.2270888388156891, -0.21879403293132782, -0.18510881066322327, -0.17287512123584747, -0.11148571223020554, -0.005555678624659777, 0.09342283755540848, 0.1664457470178604, 0.21615754067897797, 0.22071106731891632, 0.2075040638446808, 0.22631917893886566, 0.2678246796131134, 0.3220232129096985, 0.3468201160430908, 0.343516081571579, 0.33646586537361145, 0.3274534046649933, 0.3004807233810425, 0.2530524730682373, 0.2011585533618927, 0.13681857287883759, 0.06179700046777725, -0.0020264526829123497, -0.061625901609659195, -0.12987445294857025, -0.21996119618415833, -0.3512418568134308, -0.4466853737831116, -0.5038254857063293, -0.5201936960220337, -0.5308945775032043, -0.5620402097702026, -0.6081807613372803, -0.6516350507736206, -0.7012720704078674, -0.7446906566619873, -0.7869223356246948, -0.7859595417976379, -0.7646182179450989, -0.7390329241752625, -0.7295017242431641, -0.7174361944198608, -0.6896186470985413, -0.6509050130844116, -0.5974595546722412, -0.5423910617828369, -0.46214619278907776, -0.35516151785850525, -0.24715985357761383, -0.1776917427778244, -0.13161896169185638, -0.08643785864114761, -0.029579471796751022, 0.058166973292827606, 0.1475895792245865, 0.2133098542690277, 0.2732992172241211, 0.33317407965660095, 0.4166080951690674, 0.5131000280380249, 0.5964131951332092, 0.6637768745422363, 0.7541787624359131, 0.8497980237007141, 0.9520151019096375, 1.047288417816162, 1.1527338027954102, 1.2881625890731812, 1.4687259197235107, 1.6156244277954102, 1.710809588432312, 1.830461025238037, 1.9176630973815918, 1.9506937265396118, 1.9099527597427368, 1.7433545589447021, 1.5211212635040283, 1.35114586353302, 1.1786155700683594, 0.9533848166465759, 0.7531731128692627, 0.5563788414001465, 0.3628917634487152, 0.23764677345752716, 0.06145954877138138, -0.20421096682548523, -0.4211360812187195, -0.5734907984733582, -0.6757347583770752, -0.7202956676483154, -0.7902637720108032, -0.9397431015968323, -1.0784540176391602, -1.145067572593689, -1.1851249933242798, -1.1532634496688843, -1.098828911781311, -1.081581711769104, -1.0434235334396362, -0.9556501507759094, -0.893189549446106, -0.8240007758140564, -0.758622407913208, -0.722812294960022, -0.6724153161048889, -0.5717991590499878, -0.48845311999320984, -0.4048711955547333, -0.3204708695411682, -0.29121387004852295, -0.265652060508728, -0.2290206402540207, -0.1965765357017517, -0.1589735895395279, -0.08385495841503143, -0.004512514919042587, 0.07596121728420258, 0.15940707921981812, 0.18890990316867828, 0.17934399843215942, 0.16870920360088348, 0.16602692008018494, 0.18670888245105743, 0.21813982725143433, 0.23891675472259521, 0.24614867568016052, 0.26002559065818787, 0.23657424747943878, 0.1538439840078354, 0.07917290180921555, 0.004746735095977783, -0.02160211279988289, -0.007229359354823828, -0.02857133001089096, -0.12028194963932037, -0.22015975415706635, -0.280601441860199, -0.31569990515708923, -0.34797731041908264, -0.3712087571620941, -0.3941253125667572, -0.45294106006622314, -0.5152142643928528, -0.5411535501480103, -0.5581737756729126, -0.5602839589118958, -0.5471300482749939, -0.5625693798065186, -0.598416805267334, -0.6232555508613586, -0.6293495893478394, -0.5957430601119995, -0.5394943952560425, -0.5194609761238098, -0.5278648734092712, -0.5075327157974243, -0.45620623230934143, -0.35506388545036316, -0.256732702255249, -0.2025676965713501, -0.17232370376586914, -0.13932687044143677, -0.11534681916236877, -0.07568146288394928, -0.01226742658764124, 0.05617589130997658, 0.13437142968177795, 0.22242578864097595, 0.301900714635849, 0.3794613480567932, 0.4584740698337555, 0.5534593462944031, 0.6780397891998291, 0.7978848218917847, 0.8835841417312622, 0.9770189523696899, 1.1054227352142334, 1.2608342170715332, 1.449737310409546, 1.6357258558273315, 1.777184247970581, 1.9032256603240967, 1.977445125579834, 2.00103759765625, 1.9433401823043823, 1.8065375089645386, 1.62035071849823, 1.461998462677002, 1.30562424659729, 1.0858527421951294, 0.8957746028900146, 0.697327196598053, 0.4978441298007965, 0.32058751583099365, 0.1280071884393692, -0.11051870882511139, -0.3035258650779724, -0.45891037583351135, -0.5794671773910522, -0.6725863814353943, -0.768613874912262, -0.9230524301528931, -1.0698494911193848, -1.1651620864868164, -1.235985517501831, -1.2453663349151611, -1.2253596782684326, -1.2020987272262573, -1.115710735321045, -1.0213112831115723, -0.9863151907920837, -0.9411712288856506, -0.9021559953689575, -0.8552853465080261, -0.7641780972480774, -0.6398206949234009, -0.5718833804130554, -0.5224499702453613, -0.4607650339603424, -0.4048158824443817, -0.3540736436843872, -0.2890626788139343, -0.24803146719932556, -0.20824666321277618, -0.1563849300146103, -0.04875371977686882, 0.01594403013586998, 0.10062804073095322, 0.1238892525434494, 0.13628844916820526, 0.17299553751945496, 0.23500512540340424, 0.3088131546974182, 0.3370167016983032, 0.33619171380996704, 0.33249303698539734, 0.3291919231414795, 0.2895072102546692, 0.212636336684227, 0.1191631630063057, 0.035768087953329086, -0.013723130337893963, -0.05852526053786278, -0.1096104308962822, -0.18645523488521576, -0.28291821479797363, -0.3713569641113281, -0.4086667597293854, -0.43665099143981934, -0.4490208029747009, -0.4791695773601532, -0.49599653482437134, -0.5058313608169556, -0.5226333737373352, -0.5346514582633972, -0.556524395942688, -0.5805026292800903, -0.6053298711776733, -0.5944787859916687, -0.542273759841919, -0.50128173828125, -0.4663107693195343, -0.4391647279262543, -0.4015117883682251, -0.33885273337364197, -0.2861785292625427, -0.26012927293777466, -0.21510708332061768, -0.1426640748977661, -0.07753971219062805, -0.028265347704291344, -0.012697613798081875, -0.002314431592822075, -0.011726776137948036, 0.1602892130613327, 0.1464872658252716, 0.23561939597129822, 0.312217652797699, 0.3019724190235138, 0.40462973713874817, 0.4631566107273102, 0.5530773997306824, 0.6513500213623047, 0.7620605826377869, 0.8932468891143799, 1.018568754196167, 1.1552419662475586, 1.299006700515747, 1.4523944854736328, 1.648484706878662, 1.819656252861023, 1.9274804592132568, 1.9954283237457275, 1.922188639640808, 1.794432520866394, 1.638659954071045, 1.4787975549697876, 1.2964609861373901, 1.0880537033081055, 0.9088174700737, 0.7219284176826477, 0.5268121957778931, 0.3411218523979187, 0.14320863783359528, -0.0596657395362854, -0.2083239108324051, -0.3716971278190613, -0.4684104919433594, -0.5868191719055176, -0.704888105392456, -0.8404846787452698, -0.9931026101112366, -1.0944682359695435, -1.1708651781082153, -1.2049490213394165, -1.2393081188201904, -1.2282041311264038, -1.1593879461288452, -1.1193851232528687, -1.0552664995193481, -1.0504862070083618, -1.0217905044555664, -0.951669454574585, -0.8127590417861938, -0.6626254916191101, -0.5752182602882385, -0.5143113136291504, -0.4722112715244293, -0.41570326685905457, -0.3709726929664612, -0.32935768365859985, -0.26755470037460327, -0.20236453413963318, -0.11915726959705353, -0.016859568655490875, 0.057349082082509995, 0.07310675084590912, 0.07049547135829926, 0.09953949600458145, 0.16438299417495728, 0.2606648802757263, 0.31357166171073914, 0.31607383489608765, 0.3065039813518524, 0.2832423150539398, 0.24045996367931366, 0.18138617277145386, 0.06774918735027313, 0.003803111845627427, -0.042775124311447144, -0.07856649160385132, -0.13251736760139465, -0.18987543880939484, -0.2512369155883789, -0.3217485547065735, -0.3806820809841156, -0.4280826449394226, -0.4629456400871277, -0.48780539631843567, -0.5225898623466492, -0.5441123247146606, -0.5533103942871094, -0.5955562591552734, -0.6150474548339844, -0.5989103317260742, -0.560676097869873, -0.5299301147460938, -0.4953692555427551, -0.4698522984981537, -0.4367173910140991, -0.3885926902294159, -0.36028027534484863, -0.33292484283447266, -0.2842303216457367, -0.24398188292980194, -0.20080937445163727, -0.15966254472732544, -0.13428275287151337, -0.08159806579351425, -0.01533499825745821, 0.034152768552303314, 0.05750516429543495, 0.08693546056747437, 0.14655378460884094, 0.24880284070968628, 0.3539080321788788, 0.42118605971336365, 0.44850024580955505, 0.507783830165863, 0.5935586094856262, 0.6836791038513184, 0.8001623749732971, 0.9192101359367371, 1.0330156087875366, 1.1912407875061035, 1.3915295600891113, 1.5887733697891235, 1.7988559007644653, 1.9681442975997925, 2.032482862472534, 2.0582528114318848, 1.9972084760665894, 1.8510535955429077, 1.6816608905792236, 1.5285876989364624, 1.3204894065856934, 1.0957980155944824, 0.9110175967216492, 0.6915305256843567, 0.5139327049255371, 0.3564639389514923, 0.11893711239099503, -0.09381097555160522, -0.26287564635276794, -0.4282667636871338, -0.5494191646575928, -0.6700196862220764, -0.7856322526931763, -0.956688404083252, -1.0727077722549438, -1.1720376014709473, -1.2178257703781128, -1.2066476345062256, -1.22782564163208, -1.2242238521575928, -1.14531672000885, -1.1084760427474976, -1.0606000423431396, -1.0158871412277222, -1.0199629068374634, -0.9734945297241211, -0.8594242334365845, -0.745093584060669, -0.6455265879631042, -0.5448455214500427, -0.4553625285625458, -0.3802262842655182, -0.2990845739841461, -0.2465103715658188, -0.20311646163463593, -0.1517103761434555, -0.0828002467751503, -0.004015026614069939, 0.11237137019634247, 0.17816749215126038, 0.17319387197494507, 0.19709432125091553, 0.23875483870506287, 0.25178295373916626, 0.31986337900161743, 0.2944870889186859, 0.2846136689186096, 0.24803988635540009, 0.18060806393623352, 0.11501014232635498, 0.0023155605886131525, -0.10707735270261765, -0.1987924873828888, -0.24806614220142365, -0.268158495426178, -0.2925746440887451, -0.3386985957622528, -0.40511515736579895, -0.4780253767967224, -0.5201146006584167, -0.5368832349777222, -0.5489115715026855, -0.5455576181411743, -0.513711154460907, -0.5030289888381958, -0.49474287033081055, -0.5090969204902649, -0.48612233996391296, -0.4650724232196808, -0.4391721189022064, -0.401970773935318, -0.352161169052124, -0.3094649016857147, -0.26894497871398926, -0.250577837228775, -0.2311202883720398, -0.18945731222629547, -0.13976162672042847, -0.10195234417915344, -0.06538990885019302, -0.04468328878283501, -0.03219965845346451, 0.007269043009728193, 0.041294023394584656, 0.058971378952264786, 0.07738047093153, 0.11001542210578918, 0.17572949826717377, 0.23772159218788147, 0.28174471855163574, 0.3246314525604248, 0.3898873031139374, 0.48053833842277527, 0.598401665687561, 0.7190657258033752, 0.8397982716560364, 0.9649332761764526, 1.1181273460388184, 1.3111748695373535, 1.5167955160140991, 1.7365055084228516, 1.9239308834075928, 2.0203356742858887, 2.0923287868499756, 2.0386910438537598, 1.9086451530456543, 1.7434004545211792, 1.5674362182617188, 1.3438352346420288, 1.1051348447799683, 0.9146905541419983, 0.6884464025497437, 0.5121613144874573, 0.3632383346557617, 0.14299313724040985, -0.05183710530400276, -0.2427915334701538, -0.39213043451309204, -0.49754616618156433, -0.5796808004379272, -0.6825262904167175, -0.8626567721366882, -0.9985637664794922, -1.1255556344985962, -1.1737779378890991, -1.149617314338684, -1.1611400842666626, -1.1579843759536743, -1.1049401760101318, -1.0664258003234863, -0.9905709624290466, -0.9370425939559937, -0.9320999979972839, -0.8990034461021423, -0.786653459072113, -0.6939226984977722, -0.6230092644691467, -0.5372809767723083, -0.4796193242073059, -0.4213048219680786, -0.3323953449726105, -0.2769487500190735, -0.21371230483055115, -0.15027165412902832, -0.10208909958600998, -0.015305181965231895, 0.07857358455657959, 0.11731691658496857, 0.12723436951637268, 0.11093659698963165, 0.11016124486923218, 0.1404218077659607, 0.17363619804382324, 0.15604636073112488, 0.13606181740760803, 0.07575621455907822, 0.00027969846269115806, -0.0619439035654068, -0.12066138535737991, -0.20967411994934082, -0.2803429961204529, -0.32261016964912415, -0.3730994760990143, -0.392301470041275, -0.39915788173675537, -0.4314645230770111, -0.4486643671989441, -0.45145943760871887, -0.4801582396030426, -0.48918378353118896, -0.5011550188064575, -0.5073990225791931, -0.5037245750427246, -0.49735987186431885, -0.4866099953651428, -0.43930262327194214, -0.3980587124824524, -0.3706829249858856, -0.3280442953109741, -0.2866336405277252, -0.2538760304450989, -0.19412033259868622, -0.1654280126094818, -0.16506783664226532, -0.1457100808620453, -0.11844318360090256, -0.08873612433671951, -0.054242562502622604, -0.038275063037872314, -0.03979204595088959, -0.011061769910156727, 0.028909647837281227, 0.03713478520512581, 0.06711755692958832, 0.0980750024318695, 0.14770397543907166, 0.21711738407611847, 0.2583211362361908, 0.3046666979789734, 0.3702990412712097, 0.4391876757144928, 0.5478465557098389, 0.6942782998085022, 0.8416220545768738, 0.9707649350166321, 1.1376701593399048, 1.3460146188735962, 1.5522222518920898, 2.0086379051208496, 2.0218751430511475, 1.9706716537475586, 2.07051944732666, 1.9311652183532715, 1.872148036956787, 1.703504204750061, 1.5057404041290283, 1.2299518585205078, 0.924721360206604, 0.801023542881012, 0.541132926940918, 0.40869390964508057, 0.22196413576602936, 0.04046919569373131, -0.13973093032836914, -0.33108383417129517, -0.4341837763786316, -0.6025995016098022, -0.730776309967041, -0.784541130065918, -0.9301543235778809, -0.9778977632522583, -1.0044103860855103, -1.0571842193603516, -1.033826470375061, -1.0393670797348022, -0.999708354473114, -0.9766714572906494, -0.8874267935752869, -0.7918763160705566, -0.7214182019233704, -0.6534919142723083, -0.6390095353126526, -0.5332751870155334, -0.4804167151451111, -0.45454028248786926, -0.3652651011943817, -0.27353835105895996, -0.15070320665836334, -0.08384972810745239, -0.03774331510066986, -0.019178111106157303, -0.03335186466574669, 0.038898617029190063, 0.053248461335897446, 0.10293804854154587, 0.11954361200332642, 0.09475474804639816, 0.11515259742736816, 0.14217665791511536, 0.09364894777536392, 0.07007486373186111, -0.034279655665159225, -0.1376756876707077, -0.14424745738506317, -0.21533843874931335, -0.3009953498840332, -0.3512549102306366, -0.4325733780860901, -0.543773353099823, -0.5600554943084717, -0.6342947483062744, -0.6843457221984863, -0.6372730731964111, -0.6602711081504822, -0.6629021763801575, -0.6354972720146179, -0.6340762376785278, -0.6254096627235413, -0.5471727252006531, -0.5217650532722473, -0.48484137654304504, -0.41907623410224915, -0.35850098729133606, -0.2998979091644287, -0.2358185052871704, -0.3571099042892456, -0.14509344100952148, -0.1287562996149063, -0.13599127531051636, -0.02661888115108013, 0.00489982170984149, 0.06437265872955322, 0.09995754808187485, 0.12260851263999939, 0.07131709158420563, 0.08419006317853928, 0.11139800399541855, 0.131668820977211, 0.12733741104602814, 0.1028522253036499, 0.06616006046533585, 0.06641268730163574, 0.09577634930610657, 0.1253594160079956, 0.15566693246364594, 0.21550539135932922, 0.2929477095603943, 0.3818742036819458, 0.49622678756713867, 0.6043954491615295, 0.7611846923828125, 0.8883621096611023, 1.1278339624404907, 1.4612802267074585, 1.6692825555801392, 1.9778847694396973, 1.9379345178604126, 1.9752787351608276, 2.0769410133361816, 1.7309292554855347, 2.0476484298706055, 1.8200407028198242, 1.5966922044754028, 1.3975642919540405, 0.8314117789268494, 0.5460419654846191, 0.2986469566822052, 0.10670296847820282, -0.17087671160697937, -0.32931190729141235, -0.5265499353408813, -0.7642873525619507, -0.76473468542099, -0.866382360458374, -1.2128478288650513, -1.1090199947357178, -1.2718455791473389, -1.2559971809387207, -1.002355694770813, -1.0607279539108276, -1.0026016235351562, -0.9394872784614563, -0.8989989757537842, -0.8908041715621948, -0.6472182869911194, -0.5533600449562073, -0.497268944978714, -0.17701169848442078, -0.08802498877048492, -0.06436627358198166, 0.16098527610301971, 0.08501458913087845, 0.06536293029785156, 0.26933059096336365, 0.2739023268222809, 0.3446369469165802, 0.49848413467407227, 0.40816813707351685, 0.28488463163375854, 0.3805043697357178, 0.23678618669509888, 0.1382470726966858, 0.20264922082424164, 0.0500677116215229, -0.003906875848770142, 0.0657462552189827, -0.11461164802312851, -0.35619038343429565, -0.3012957274913788, -0.6690167188644409, -0.7881194353103638, -0.8988956212997437, -1.0292333364486694, -1.1104404926300049, -1.0461691617965698, -1.1084924936294556, -1.1362074613571167, -1.0508242845535278, -1.183205008506775, -1.1010485887527466, -0.9700506925582886, -0.8590503931045532, -0.6785613894462585, -0.547813355922699, -0.5348814129829407, -0.4157010614871979, -0.2177414894104004, -0.12478040158748627, 0.04734804108738899, 0.15555495023727417, 0.1506332904100418, 0.2601553201675415, 0.2972387671470642, 0.26013073325157166, 0.3145064115524292, 0.33172476291656494, 0.28521138429641724, 0.33300769329071045, 0.28603461384773254, 0.2169497311115265, 0.16075609624385834, 0.07048141956329346, -0.004114262759685516, 0.016705220565199852, -0.010894043371081352, -0.11453987658023834, -0.11941709369421005, -0.1857774704694748, -0.23392218351364136, -0.18494412302970886, -0.19768689572811127, -0.17963407933712006, -0.036750152707099915, 0.08620866388082504, 0.2689073383808136, 0.4825130105018616, 0.731685996055603, 0.8956727981567383, 1.2342554330825806, 1.6448166370391846, 1.9462212324142456, 2.3942222595214844, 2.7046468257904053, 2.366518259048462, 2.390639305114746, 2.351945161819458, 1.7718549966812134, 2.4187560081481934, 2.021242141723633, 1.697598934173584, 1.436008334159851, 0.6222126483917236, 0.18782475590705872, -0.14663656055927277, -0.4552183747291565, -0.8885865211486816, -0.9601861834526062, -1.1619844436645508, -1.4214292764663696, -1.273783802986145, -1.5445038080215454, -2.022057294845581, -1.7830597162246704, -1.9097192287445068, -1.6328721046447754, -1.0795665979385376, -1.0965269804000854, -0.9656720161437988, -0.772907018661499, -0.744293212890625, -0.6226997971534729, -0.16442297399044037, -0.05985141173005104, 0.18131154775619507, 0.7238517999649048, 0.7234904170036316, 0.7492243647575378, 0.899459183216095, 0.6500694155693054, 0.6081482172012329, 0.8953116536140442, 0.8940230011940002, 0.9273812174797058, 1.0329039096832275, 0.67822265625, 0.4052499830722809, 0.3787745237350464, 0.0264574121683836, -0.16557908058166504, -0.19163595139980316, -0.47475385665893555, -0.5527989864349365, -0.5431804060935974, -0.8951492309570312, -1.2499734163284302, -1.5263229608535767, -1.7276673316955566, -1.7227617502212524, -1.5082260370254517, -1.565990686416626, -1.6054233312606812, -1.6047910451889038, -1.6755752563476562, -1.465155005455017, -1.2286008596420288, -1.059591293334961, -0.8830028772354126, -0.5964427590370178, -0.33977246284484863, -0.0757218524813652, 0.12934988737106323, 0.19810347259044647, 0.27690374851226807, 0.5351387858390808, 0.7978653311729431, 0.9915456175804138, 0.9810308814048767, 0.8284327387809753, 0.7301865220069885, 0.6764599680900574, 0.5807877779006958, 0.5316943526268005, 0.42813071608543396, 0.23363400995731354, 0.11167964339256287, -0.059095535427331924, -0.24908465147018433, -0.4486197233200073, -0.6168732643127441, -0.6424035429954529, -0.5751445293426514, -0.5494932532310486, -0.6378190517425537, -0.7890843152999878, -0.8430308699607849, -0.8369596600532532, -0.6616979241371155, -0.42040756344795227, -0.23736600577831268, 0.02980467490851879, 0.24414639174938202, 0.4802074134349823, 0.820225179195404, 1.1422336101531982, 1.4906582832336426, 1.9896413087844849, 2.3883614540100098, 2.9695780277252197, 3.3604249954223633, 3.788816452026367, 3.2948122024536133, 2.7748382091522217, 2.894491672515869, 2.016535997390747, 2.475051164627075, 2.4117069244384766, 1.6009676456451416, 1.296055555343628, 0.2578739523887634, -0.5016913414001465, -0.9785049557685852, -1.4422703981399536, -1.8457965850830078, -1.9734184741973877, -1.977791666984558, -2.3379569053649902, -2.279848337173462, -2.2834765911102295, -2.7988884449005127, -2.5517892837524414, -2.377713918685913, -1.941532015800476, -1.0761988162994385, -0.8034970760345459, -0.5756580233573914, -0.3244752883911133, -0.17362987995147705, 0.05649954453110695, 0.5416987538337708, 0.9083356857299805, 1.1809706687927246, 1.7604680061340332, 1.924059510231018, 1.7721301317214966, 1.7098822593688965, 1.3807475566864014, 1.1497211456298828, 1.3147292137145996, 1.3198652267456055, 1.1505013704299927, 1.042279839515686, 0.5920711755752563, 0.015454491600394249, -0.29137352108955383, -0.7484573721885681, -1.098415732383728, -1.1556801795959473, -1.3565211296081543, -1.5465471744537354, -1.615687370300293, -1.7803966999053955, -2.210134983062744, -2.5719590187072754, -2.62044095993042, -2.4405605792999268, -2.0085182189941406, -1.6060121059417725, -1.537934422492981, -1.4005533456802368, -1.3235867023468018, -1.0748932361602783, -0.6733317971229553, -0.2796928584575653, 0.08810199797153473, 0.41089779138565063, 0.6784014105796814, 0.9606119394302368, 1.1095869541168213, 1.1594657897949219, 1.1616601943969727, 1.197948932647705, 1.3222109079360962, 1.329825520515442, 1.1501686573028564, 0.8579453825950623, 0.4711591303348541, 0.2217172086238861, -0.0336640365421772, -0.21088944375514984, -0.3416644036769867, -0.5879835486412048, -0.7951256036758423, -0.9746888279914856, -1.2007051706314087, -1.391403317451477, -1.5359904766082764, -1.5055885314941406, -1.3078035116195679, -1.1308937072753906, -1.0243031978607178, -1.0193554162979126, -0.9507051110267639, -0.7556458711624146, -0.3783413767814636, 0.13364526629447937, 0.49178847670555115, 0.8842954635620117, 1.1824650764465332, 1.339985966682434, 1.7802603244781494, 2.1344826221466064, 2.520002841949463, 2.8914031982421875, 3.3851258754730225, 3.892427921295166, 4.088490009307861, 4.633780479431152, 3.946087121963501, 2.8615400791168213, 2.8311641216278076, 1.7514368295669556, 1.680560827255249, 1.9085731506347656, 0.9375107884407043, 0.5546501278877258, -0.507538378238678, -1.592167615890503, -2.364982843399048, -2.695132255554199, -3.069413423538208, -3.199122667312622, -2.890047311782837, -3.1677355766296387, -2.9256231784820557, -2.558533191680908, -2.8943445682525635, -2.6744420528411865, -2.17704176902771, -1.5045298337936401, -0.3449799716472626, 0.4485724866390228, 0.7493104338645935, 1.0256520509719849, 1.2409921884536743, 1.3055232763290405, 1.6282802820205688, 2.0158286094665527, 2.176675319671631, 2.6118361949920654, 2.8360652923583984, 2.4832842350006104, 1.9860247373580933, 1.5052813291549683, 0.831917405128479, 0.7083494663238525, 0.6659700870513916, 0.3136293590068817, 0.06458406895399094, -0.4355899691581726, -1.2717125415802002, -1.7859076261520386, -2.220111608505249, -2.592721462249756, -2.5798637866973877, -2.4696621894836426, -2.447941541671753, -2.3464481830596924, -2.324937343597412, -2.4952292442321777, -2.4592111110687256, -2.269995927810669, -1.8488914966583252, -1.1575223207473755, -0.6327592134475708, -0.45496875047683716, 0.03271099925041199, 0.09853558987379074, 0.44603392481803894, 0.7211333513259888, 1.058076024055481, 1.4013105630874634, 1.5555514097213745, 1.6854411363601685, 1.72980535030365, 1.5292260646820068, 1.2279577255249023, 1.0254124402999878, 0.8490729928016663, 0.6968835592269897, 0.5021515488624573, 0.2589566707611084, -0.24163620173931122, -0.7167813181877136, -1.105467438697815, -1.3956753015518188, -1.511313796043396, -1.579134225845337, -1.7155781984329224, -1.6797499656677246, -1.7041041851043701, -1.835979700088501, -1.7642953395843506, -1.683213710784912, -1.5268398523330688, -1.0637682676315308, -0.5978873372077942, -0.37331706285476685, -0.14925609529018402, 0.04268836975097656, 0.22536128759384155, 0.5734933018684387, 1.0049327611923218, 1.2757021188735962, 1.6158405542373657, 1.8353809118270874, 1.8641242980957031, 2.127047538757324, 2.1602725982666016, 2.262362480163574, 2.511042594909668, 2.8662455081939697, 2.9914064407348633, 3.2892303466796875, 3.3900461196899414, 3.583721160888672, 3.7301082611083984, 2.820039987564087, 1.7863972187042236, 1.3505942821502686, 0.5118637681007385, 0.03095397911965847, 0.4112914502620697, -0.5963636040687561, -0.781818151473999, -1.6547483205795288, -2.5731563568115234, -3.0864481925964355, -3.3103504180908203, -3.4398772716522217, -3.13501238822937, -2.6087191104888916, -2.455369234085083, -2.0009255409240723, -1.43795645236969, -1.4705512523651123, -1.1283762454986572, -0.48471617698669434, 0.12522439658641815, 1.2079267501831055, 2.0987188816070557, 2.193556547164917, 2.3039309978485107, 2.302872896194458, 1.9892758131027222, 2.0312185287475586, 2.0363008975982666, 1.8538869619369507, 2.021233081817627, 1.932090401649475, 1.2949485778808594, 0.7671977877616882, 0.09927026182413101, -0.7270430326461792, -0.9837939739227295, -1.05489182472229, -1.3694462776184082, -1.451725959777832, -1.8194085359573364, -2.451362371444702, -2.647970199584961, -2.87856388092041, -2.9592533111572266, -2.5211925506591797, -2.160447359085083, -1.8388099670410156, -1.379800796508789, -1.118071436882019, -1.0102324485778809, -0.7870951890945435, -0.516570508480072, -0.12596146762371063, 0.585254430770874, 1.073530673980713, 1.2542427778244019, 1.3567554950714111, 1.2918550968170166, 1.2053622007369995, 1.1771609783172607, 1.2015869617462158, 1.1490106582641602, 1.0464091300964355, 0.888187825679779, 0.623387336730957, 0.3444421887397766, -0.014566470868885517, -0.502783477306366, -0.8492692708969116, -0.952126681804657, -1.062986135482788, -1.1789435148239136, -1.333153486251831, -1.6861475706100464, -1.8576948642730713, -1.8954874277114868, -1.8674266338348389, -1.6108211278915405, -1.4267992973327637, -1.2219808101654053, -0.9380677342414856, -0.7363398671150208, -0.5544005632400513, -0.44115620851516724, -0.24629594385623932, 0.04937451332807541, 0.46222367882728577, 0.7579647302627563, 0.8796577453613281, 0.9282534718513489, 0.8913246393203735, 0.910926878452301, 1.0053199529647827, 1.1337007284164429, 1.1987931728363037, 1.1506727933883667, 1.111689567565918, 1.036500096321106, 1.0211783647537231, 1.036882996559143, 1.0556654930114746, 1.3574281930923462, 1.6715669631958008, 1.9598474502563477, 2.122188091278076, 2.471095323562622, 2.675931453704834, 3.075085401535034, 3.2556774616241455, 2.276320219039917, 1.662983775138855, 1.082028865814209, 0.004593823105096817, 0.06646735221147537, 0.26902666687965393, -0.32648396492004395, -0.1994469314813614, -1.33718740940094, -2.130011558532715, -2.723097085952759, -2.8308489322662354, -2.806379556655884, -2.28076171875, -1.9793628454208374, -1.6833810806274414, -1.0156582593917847, -0.7102876305580139, -0.9034219980239868, -0.6996797323226929, -0.41792118549346924, 0.34015876054763794, 1.4554141759872437, 2.053802251815796, 2.1428139209747314, 2.089473247528076, 1.6971356868743896, 1.2563117742538452, 1.147150993347168, 1.0516146421432495, 1.0698469877243042, 1.344439148902893, 1.1083710193634033, 0.6070406436920166, 0.11743803322315216, -0.5630313158035278, -1.1714264154434204, -1.2762595415115356, -1.412293553352356, -1.4270811080932617, -1.2887601852416992, -1.5168150663375854, -1.8523389101028442, -2.016201972961426, -2.2779600620269775, -2.141374349594116, -1.679343342781067, -1.2796739339828491, -0.9331952333450317, -0.5104445219039917, -0.31331774592399597, -0.2030537724494934, -0.06668597459793091, 0.0925537645816803, 0.29711979627609253, 0.644758939743042, 1.0174740552902222, 1.1461797952651978, 1.270395278930664, 0.869645893573761, 0.35915589332580566, 0.4974708557128906, 0.08816377073526382, 0.3421016335487366, 0.20265792310237885, 0.028946688398718834, -0.13891972601413727, -0.4425089955329895, -0.6710067391395569, -0.8578236699104309, -1.0498918294906616, -1.1444039344787598, -1.0625089406967163, -0.8911848664283752, -1.0562273263931274, -0.9791415929794312, -1.1692789793014526, -1.4113414287567139, -1.233344316482544, -1.0537745952606201, -0.7835590839385986, -0.40987056493759155, -0.3535912036895752, -0.2733672559261322, -0.14229139685630798, -0.1912974864244461, -0.15924544632434845, 0.14137814939022064, 0.2432420253753662, 0.3809986114501953, 0.5935727953910828, 0.5011756420135498, 0.33879968523979187, 0.28377243876457214, 0.25106993317604065, 0.27331724762916565, 0.4093008041381836, 0.3856971859931946, 0.42209115624427795, 0.46248286962509155, 0.442010760307312, 0.6545930504798889, 0.8501750826835632, 1.1357786655426025, 1.4940913915634155, 1.8971909284591675, 2.426528215408325, 2.747560501098633, 3.190542459487915, 3.6770055294036865, 3.9436147212982178, 4.098960876464844, 2.931546926498413, 1.985790729522705, 1.1972821950912476, 0.22456003725528717, -0.11725073307752609, 0.13132748007774353, -0.5029271841049194, -0.5708179473876953, -1.6805126667022705, -2.6743063926696777, -3.442302942276001, -3.553483486175537, -3.457721710205078, -2.87544322013855, -2.400238275527954, -2.0116915702819824, -1.3805553913116455, -0.945343554019928, -0.9170165657997131, -0.5804795622825623, -0.1305704563856125, 0.7243880033493042, 1.9070923328399658, 2.6278107166290283, 2.7928223609924316, 2.8182284832000732, 2.3835995197296143, 1.9235455989837646, 1.68910813331604, 1.4069886207580566, 1.3017960786819458, 1.5048965215682983, 1.2694387435913086, 0.7513272166252136, 0.10360259562730789, -0.7375529408454895, -1.5182632207870483, -1.8349047899246216, -2.0470168590545654, -2.0776121616363525, -1.9504231214523315, -2.127399206161499, -2.3451321125030518, -2.411245107650757, -2.653841018676758, -2.5295002460479736, -2.11666202545166, -1.7184126377105713, -1.1727054119110107, -0.6025663018226624, -0.15790730714797974, 0.1707233339548111, 0.4020429849624634, 0.5349555015563965, 0.7029654383659363, 0.9670149087905884, 1.277223825454712, 1.4858042001724243, 1.6831693649291992, 1.563896894454956, 1.2724424600601196, 0.8178296685218811, 0.4853021204471588, 0.24373163282871246, 0.031512100249528885, -0.001392800360918045, -0.15541183948516846, -0.3574022948741913, -0.568257212638855, -1.0286003351211548, -1.269178032875061, -1.4291181564331055, -1.56427001953125, -1.4744563102722168, -1.4074934720993042, -1.3049883842468262, -1.2853440046310425, -1.3136104345321655, -1.3405647277832031, -1.1903712749481201, -0.9889287352561951, -0.6904634833335876, -0.40602248907089233, -0.14512033760547638, 0.012591494247317314, 0.07829850167036057, 0.18146134912967682, 0.2623101770877838, 0.37158524990081787, 0.5008366107940674, 0.6114425659179688, 0.6200470924377441, 0.5925920605659485, 0.47630468010902405, 0.46289876103401184, 0.40323540568351746, 0.44633418321609497, 0.41964665055274963, 0.4068092405796051, 0.38723114132881165, 0.3382779359817505, 0.40196922421455383, 0.5061283111572266, 0.5976536870002747, 0.8753487467765808, 1.0959762334823608, 1.4215363264083862, 1.782639503479004, 2.100863456726074, 2.5040204524993896, 2.8996522426605225, 3.4038798809051514, 3.6972315311431885, 3.8028528690338135, 3.266249418258667, 2.0611836910247803, 1.2778884172439575, 0.15092024207115173, -1.1146913766860962, -0.6476817727088928, -0.9818288087844849, -0.6788167953491211, -1.0926514863967896, -2.2698066234588623, -3.1851565837860107, -3.5607683658599854, -3.3033745288848877, -2.847388505935669, -2.176201820373535, -1.7797983884811401, -1.1031042337417603, -0.14595554769039154, 0.13620032370090485, 0.2568744421005249, 0.454529732465744, 0.8682254552841187, 1.7653311491012573, 2.76467227935791, 3.223299026489258, 3.2195920944213867, 2.8510825634002686, 2.0641674995422363, 1.347887396812439, 0.8275076746940613, 0.37397056818008423, 0.4134145677089691, 0.378466933965683, 0.0061215590685606, -0.5776980519294739, -1.2621207237243652, -2.103020668029785, -2.811495065689087, -3.077316999435425, -3.1964504718780518, -2.9120497703552246, -2.3953897953033447, -2.244910478591919, -2.0499300956726074, -1.9982839822769165, -2.014587163925171, -1.6672475337982178, -1.1900500059127808, -0.6288366317749023, 0.11607865244150162, 0.8627033829689026, 1.2898858785629272, 1.559531331062317, 1.6302564144134521, 1.5632132291793823, 1.628831386566162, 1.729547142982483, 1.844985842704773, 1.8839861154556274, 1.560813069343567, 1.1728990077972412, 0.6950514912605286, 0.21073320508003235, -0.37387046217918396, -0.8795938491821289, -1.3070459365844727, -1.3655413389205933, -1.3550256490707397, -1.2838753461837769, -1.4457391500473022, -1.8266127109527588, -2.088064670562744, -2.114650249481201, -1.9318345785140991, -1.6285291910171509, -1.3302183151245117, -1.0641671419143677, -0.8462621569633484, -0.6995826959609985, -0.5176055431365967, -0.3932497799396515, -0.23074324429035187, 0.08570051938295364, 0.38708892464637756, 0.7169969081878662, 0.8343142867088318, 0.7727331519126892, 0.7309459447860718, 0.6213324069976807, 0.4881279468536377, 0.43712103366851807, 0.3898365795612335, 0.35206854343414307, 0.3135691285133362, 0.2715071439743042, 0.0612214170396328, -0.13698822259902954, -0.3266441226005554, -0.40593257546424866, -0.41513022780418396, -0.379751056432724, -0.24778714776039124, -0.15269877016544342, -0.018535984680056572, 0.1734134554862976, 0.3383486270904541, 0.7264412045478821, 1.1698517799377441, 1.587755560874939, 2.0474507808685303, 2.516472578048706, 2.8899905681610107, 3.3659238815307617, 3.881279230117798, 3.8801403045654297, 4.385673522949219, 3.9606518745422363, 2.844691276550293, 1.9687377214431763, 0.17855553328990936, -1.2612967491149902, -0.8536981344223022, -0.8912270069122314, -0.30779820680618286, -0.8722720742225647, -2.1232717037200928, -3.21651291847229, -3.404487371444702, -3.314194917678833, -2.937954902648926, -2.4843149185180664, -2.002866506576538, -0.9665219783782959, 0.1408795416355133, 0.49807366728782654, 0.6486311554908752, 0.6536391973495483, 0.8683896660804749, 1.4988263845443726, 2.3095266819000244, 2.8540122509002686, 3.181584119796753, 2.9710769653320312, 2.044708490371704, 0.9864127039909363, 0.08025209605693817, -0.4353731870651245, -0.3323902487754822, -0.2701854109764099, -0.5311278700828552, -0.9451858401298523, -1.3337026834487915, -2.0081989765167236, -2.597653865814209, -3.022916555404663, -3.236624002456665, -2.8006978034973145, -2.0905747413635254, -1.543168067932129, -1.0335348844528198, -0.893802285194397, -1.0135444402694702, -0.9450711607933044, -0.6665171980857849, -0.18637211620807648, 0.5705121755599976, 1.2588913440704346, 1.6390379667282104, 1.8234230279922485, 1.7645049095153809, 1.5883135795593262, 1.3819419145584106, 1.1872870922088623, 1.0445103645324707, 1.1392542123794556, 1.2974272966384888, 1.185343623161316, 0.6300013661384583, -0.3490022122859955, -1.1806254386901855, -1.8035500049591064, -1.949219822883606, -2.0618975162506104, -2.0651426315307617, -1.8094031810760498, -1.9097414016723633, -1.67641019821167, -1.692035436630249, -1.7773033380508423, -1.7234461307525635, -1.427655816078186, -0.8534510135650635, -0.1286870688199997, 0.28115206956863403, 0.3745608627796173, 0.3629623353481293, 0.25641024112701416, 0.27772608399391174, 0.5802516341209412, 0.733001708984375, 0.7730391025543213, 0.7542053461074829, 0.5616281628608704, 0.2913161814212799, 0.07109236717224121, -0.2456919252872467, -0.47469207644462585, -0.6077821254730225, -0.6514469981193542, -0.6011725664138794, -0.4708978533744812, -0.6254587769508362, -0.6757797598838806, -0.772352397441864, -0.8114705681800842, -0.7077443599700928, -0.519114077091217, -0.2326464056968689, -0.08284290879964828, 0.1140827015042305, 0.41370460391044617, 0.599665105342865, 0.9147095084190369, 1.1347447633743286, 1.4604111909866333, 1.917372465133667, 2.2763819694519043, 2.671490430831909, 3.005161762237549, 3.398402690887451, 3.5112462043762207, 3.900022029876709, 4.106935977935791, 4.259430408477783, 4.173591136932373, 2.8821165561676025, 1.348792314529419, -0.2720552980899811, -2.2171249389648438, -1.935104489326477, -1.6259194612503052, -1.0788648128509521, -1.2488048076629639, -2.403778314590454, -3.499586343765259, -3.8982503414154053, -3.6521246433258057, -3.2650651931762695, -2.6074752807617188, -1.8842015266418457, -0.8277662992477417, 0.5341582894325256, 1.1289186477661133, 1.2036446332931519, 1.0633450746536255, 0.996799886226654, 1.5290815830230713, 2.4894018173217773, 3.2464540004730225, 3.488192558288574, 3.231426954269409, 2.233691453933716, 1.0751875638961792, 0.16122980415821075, -0.49289268255233765, -0.5274638533592224, -0.507142961025238, -0.6823130249977112, -1.0067232847213745, -1.4149627685546875, -2.039893627166748, -2.696112871170044, -3.0856146812438965, -3.215148687362671, -2.814066171646118, -2.030066728591919, -1.4243030548095703, -0.9655851125717163, -0.7663689851760864, -0.7593860030174255, -0.6730657815933228, -0.4701105058193207, -0.1500491201877594, 0.4743565022945404, 1.2054537534713745, 1.708770990371704, 1.981359839439392, 1.8442901372909546, 1.60845947265625, 1.2989161014556885, 1.0318050384521484, 0.9524917602539062, 0.9690093994140625, 1.1000174283981323, 1.0378919839859009, 0.5963548421859741, -0.07933192700147629, -0.8694226741790771, -1.5004066228866577, -1.9048649072647095, -2.038771629333496, -1.744766116142273, -1.4676822423934937, -1.194320559501648, -1.2123022079467773, -1.368261694908142, -1.5225529670715332, -1.6971782445907593, -1.7378097772598267, -1.2367204427719116, -0.5013492107391357, 0.03608577698469162, 0.4461366534233093, 0.3933447301387787, 0.16053155064582825, 0.010134185664355755, 0.05000728368759155, 0.22263957560062408, 0.4269130229949951, 0.5228672027587891, 0.5088247060775757, 0.34644460678100586, 0.018817076459527016, -0.3510987162590027, -0.5679419040679932, -0.7484947443008423, -0.6845143437385559, -0.34171241521835327, -0.13010993599891663, -0.09472130984067917, -0.21841038763523102, -0.46976280212402344, -0.7305247187614441, -0.7758024334907532, -0.5774734616279602, -0.23393629491329193, 0.16635660827159882, 0.4072020351886749, 0.5389642715454102, 0.5368529558181763, 0.4292964041233063, 0.46246206760406494, 0.8004747033119202, 1.1593518257141113, 1.5425931215286255, 1.8657017946243286, 1.8638007640838623, 1.8495436906814575, 1.9244569540023804, 2.0604753494262695, 2.483905792236328, 3.011077642440796, 3.3345119953155518, 3.556478261947632, 3.6854605674743652, 3.5404443740844727, 2.250885248184204, 0.8001725673675537, -1.1932296752929688, -2.923435688018799, -1.9425668716430664, -1.092337727546692, 0.12045709788799286, -0.49316367506980896, -2.117098569869995, -3.5668206214904785, -3.7090203762054443, -3.0333590507507324, -2.425828695297241, -1.7989423274993896, -1.2267438173294067, -0.11322679370641708, 1.163995623588562, 1.3271265029907227, 1.1212117671966553, 0.6534984707832336, 0.5486815571784973, 1.2416704893112183, 2.398730754852295, 3.2303895950317383, 3.561499834060669, 3.0063412189483643, 1.470237374305725, -0.029925305396318436, -0.9519189596176147, -1.2437386512756348, -0.7273092269897461, -0.47727611660957336, -0.6625868082046509, -1.0864497423171997, -1.5535145998001099, -2.206049680709839, -2.7772774696350098, -3.1135358810424805, -3.046180009841919, -2.2775962352752686, -1.269192099571228, -0.6275878548622131, -0.29127418994903564, -0.43039870262145996, -0.5948382019996643, -0.5731682181358337, -0.221781924366951, 0.4389062523841858, 1.2582995891571045, 1.831150770187378, 1.917465090751648, 1.6967732906341553, 1.3363903760910034, 1.0716646909713745, 0.7885791063308716, 0.6245386600494385, 0.6023748517036438, 0.618445873260498, 0.6816685795783997, 0.38893747329711914, -0.2635011076927185, -0.984743058681488, -1.6735010147094727, -1.9733437299728394, -1.9329856634140015, -1.7374658584594727, -1.4000483751296997, -1.1186845302581787, -1.0902979373931885, -1.160767674446106, -1.2308214902877808, -1.1974056959152222, -0.8933983445167542, -0.6932274103164673, -0.4915449023246765, 0.2761058807373047, 0.41318610310554504, 0.6193442344665527, 0.710905909538269, 0.4014531970024109, 0.3205026686191559, 0.32180288434028625, 0.4165157079696655, 0.4868788719177246, 0.3491016626358032, -0.022948965430259705, -0.32487818598747253, -0.4989815652370453, -0.6668878197669983, -0.5796169638633728, -0.6594418287277222, -0.8127868175506592, -0.7284319996833801, -0.60712730884552, -0.5521905422210693, -0.4083901345729828, -0.4127788245677948, -0.4700944423675537, -0.43312329053878784, -0.33485350012779236, -0.18351441621780396, 0.10409066081047058, 0.16461123526096344, 0.23608236014842987, 0.3745470941066742, 0.49316176772117615, 0.7231802344322205, 0.9435250163078308, 1.0774836540222168, 1.1251282691955566, 1.2554402351379395, 1.4327079057693481, 1.5717447996139526, 1.6833484172821045, 1.7965061664581299, 2.105536937713623, 2.4038023948669434, 2.7943689823150635, 3.080232858657837, 3.21272349357605, 3.2507402896881104, 3.298999786376953, 2.557506799697876, 1.2050834894180298, -0.3547036349773407, -2.3464064598083496, -2.194507598876953, -1.267601490020752, -0.21574217081069946, -0.18648891150951385, -1.7192476987838745, -3.1763525009155273, -3.7264091968536377, -3.063412666320801, -2.28123140335083, -1.7120041847229004, -1.266202688217163, -0.5633739233016968, 0.5173323154449463, 1.0619678497314453, 1.131424903869629, 0.8336557745933533, 0.6392611861228943, 1.2553006410598755, 2.237846612930298, 3.177065849304199, 3.505333185195923, 3.1213722229003906, 1.8821957111358643, 0.4460607171058655, -0.5185996890068054, -0.9408177137374878, -0.5878220796585083, -0.3300052881240845, -0.531393826007843, -1.0618363618850708, -1.7512282133102417, -2.317439317703247, -2.7751405239105225, -2.895636796951294, -2.8472423553466797, -2.4217264652252197, -1.6288193464279175, -1.0300419330596924, -0.5797446966171265, -0.4904272258281708, -0.6194973587989807, -0.646885097026825, -0.33348801732063293, 0.29215890169143677, 0.9892488718032837, 1.5805658102035522, 1.6424808502197266, 1.3918720483779907, 1.1514743566513062, 0.9452785849571228, 0.8329975605010986, 0.7222070693969727, 0.5176830887794495, 0.4142589271068573, 0.4186343550682068, 0.3020147383213043, -0.0425824336707592, -0.5818800330162048, -1.2102243900299072, -1.618467926979065, -1.6796584129333496, -1.4436450004577637, -1.061449408531189, -0.9932432770729065, -1.1384882926940918, -1.250563383102417, -1.2782334089279175, -1.168735146522522, -0.7503328919410706, -0.3798668682575226, 0.060294922441244125, 0.3602004945278168, 0.25189492106437683, 0.2622727155685425, 0.13762277364730835, 0.21293853223323822, 0.41215696930885315, 0.5491788387298584, 0.5623683333396912, 0.43252047896385193, 0.2509414851665497, -0.09961684048175812, -0.394791841506958, -0.6848214864730835, -0.7973636984825134, -0.7595080733299255, -0.7368891835212708, -0.608421802520752, -0.7123332619667053, -0.8401921987533569, -0.8949942588806152, -0.7751167416572571, -0.5840304493904114, -0.3987777829170227, -0.16627398133277893, -0.07991870492696762, -0.05046519264578819, -0.0584641695022583, -0.1067882776260376, 0.05024046078324318, 0.29779550433158875, 0.6227321028709412, 0.8876433968544006, 0.8833805322647095, 0.7983137369155884, 0.775547981262207, 0.9542202353477478, 1.100325345993042, 1.1517128944396973, 1.2329267263412476, 1.2927547693252563, 1.5092285871505737, 1.6905171871185303, 1.940932273864746, 2.0520572662353516, 2.2569289207458496, 2.652935028076172, 2.8061115741729736, 3.1617634296417236, 3.3017771244049072, 2.4745075702667236, 1.3517612218856812, -0.3638093173503876, -2.2027747631073, -1.9396933317184448, -0.795573353767395, 0.3396049737930298, 0.2450680136680603, -1.468656301498413, -3.151172399520874, -3.4881420135498047, -2.6488709449768066, -1.9097988605499268, -1.543299913406372, -1.4549462795257568, -0.7580882906913757, 0.3506811261177063, 0.9021871089935303, 0.774487316608429, 0.40461719036102295, 0.4255303740501404, 1.3574092388153076, 2.5871365070343018, 3.359358549118042, 3.4060096740722656, 2.7841765880584717, 1.5333844423294067, 0.3292504847049713, -0.540382444858551, -0.8154457807540894, -0.3331649601459503, 0.09902642667293549, -0.0973573625087738, -0.8758897185325623, -1.8564059734344482, -2.68269681930542, -3.103886842727661, -2.9081993103027344, -2.516650915145874, -1.8400022983551025, -1.1701581478118896, -0.9317032694816589, -0.8725283741950989, -1.0100209712982178, -1.114690899848938, -0.8896307349205017, -0.2865937352180481, 0.5333867073059082, 1.290392279624939, 1.7224688529968262, 1.551872730255127, 1.080213189125061, 0.6593960523605347, 0.48832473158836365, 0.6052215099334717, 0.8380002379417419, 1.007524013519287, 1.0224510431289673, 0.8513081669807434, 0.38226810097694397, -0.27633216977119446, -0.8711259961128235, -1.2546203136444092, -1.376771092414856, -1.1987972259521484, -1.0588032007217407, -0.9791514873504639, -0.9479658007621765, -1.1351280212402344, -1.2608039379119873, -1.259112000465393, -1.1294927597045898, -0.8274750113487244, -0.7776696681976318, -0.25446614623069763, 0.2536366581916809, 0.2637905180454254, 0.37285691499710083, 0.14311493933200836, -0.018438678234815598, 0.032460443675518036, 0.3088260889053345, 0.4538845121860504, 0.3404446244239807, 0.05960442125797272, -0.28923124074935913, -0.5180683732032776, -0.6537091732025146, -0.6380234956741333, -0.6976591944694519, -0.8724563717842102, -0.8807369470596313, -0.8090700507164001, -0.6807452440261841, -0.5697331428527832, -0.44252094626426697, -0.3960261940956116, -0.3632110357284546, -0.2545388340950012, -0.24998855590820312, -0.11522382497787476, 0.07672546058893204, 0.1789868324995041, 0.4651155173778534, 0.6033088564872742, 0.5809099078178406, 0.5774125456809998, 0.7233701944351196, 0.9228058457374573, 1.1189994812011719, 1.346265196800232, 1.3768095970153809, 1.3100435733795166, 1.397965908050537, 1.514312505722046, 1.7319624423980713, 2.03552508354187, 2.361727237701416, 2.714271306991577, 2.964613437652588, 3.0997369289398193, 3.048664093017578, 2.573218584060669, 1.4318338632583618, 0.22824226319789886, -1.3803519010543823, -1.7465852499008179, -0.7341316938400269, 0.15970519185066223, 0.4773178994655609, -0.9980055689811707, -2.7035388946533203, -3.658219814300537, -3.0541558265686035, -2.0755972862243652, -1.4883294105529785, -1.2150367498397827, -0.9191792607307434, -0.3053441643714905, 0.20686887204647064, 0.2196609377861023, 0.10242301970720291, 0.36285340785980225, 1.3290156126022339, 2.3400704860687256, 3.0602614879608154, 3.19323468208313, 2.7553281784057617, 1.9375321865081787, 0.9074811339378357, 0.09697207063436508, -0.21417325735092163, 0.11050226539373398, 0.5476768612861633, 0.30529171228408813, -0.5484310984611511, -1.7289952039718628, -2.5322227478027344, -2.761627197265625, -2.4623682498931885, -2.084197759628296, -1.8680870532989502, -1.6881390810012817, -1.6303658485412598, -1.5621119737625122, -1.4343746900558472, -1.303354263305664, -0.9446157217025757, -0.37585189938545227, 0.3439886271953583, 0.9684218764305115, 1.3244293928146362, 1.1457642316818237, 0.7578240036964417, 0.5784651637077332, 0.6480790376663208, 1.0545291900634766, 1.347110629081726, 1.318957805633545, 1.073485255241394, 0.6983259320259094, 0.2849409878253937, -0.11728216707706451, -0.39011651277542114, -0.5537092089653015, -0.6649717688560486, -0.7156133055686951, -1.051000714302063, -1.4078941345214844, -1.583475112915039, -1.6440542936325073, -1.5138254165649414, -1.2931630611419678, -1.1604211330413818, -1.0358613729476929, -0.8195345401763916, -0.5981200337409973, -0.4285459816455841, -0.2694624960422516, -0.18597596883773804, -0.03492769971489906, 0.23096506297588348, 0.3965243697166443, 0.5162312984466553, 0.414986789226532, 0.12030725926160812, -0.06048091500997543, -0.15241900086402893, -0.13655641674995422, -0.06335705518722534, -0.1299128234386444, -0.4000668227672577, -0.6386754512786865, -0.7949938774108887, -0.8482546210289001, -0.7014489769935608, -0.5101028084754944, -0.3803146481513977, -0.31787943840026855, -0.3763411343097687, -0.4677250385284424, -0.4576244652271271, -0.258551687002182, -0.07004494965076447, 0.10135562717914581, 0.2373601198196411, 0.36923378705978394, 0.5728625059127808, 0.6947201490402222, 0.7332060933113098, 0.7810988426208496, 0.9540512561798096, 1.309688925743103, 1.626412272453308, 1.8082295656204224, 1.8234026432037354, 1.8760178089141846, 2.1182308197021484, 2.4570999145507812, 3.0123634338378906, 3.2233874797821045, 3.1817831993103027, 3.1780502796173096, 2.8878989219665527, 2.0131523609161377, 1.0994467735290527, -0.4293190538883209, -1.8710078001022339, -1.284716248512268, -0.4497070610523224, 0.34282150864601135, -0.30647584795951843, -2.159844398498535, -3.841876745223999, -3.900740146636963, -2.7777156829833984, -1.7348512411117554, -1.1309748888015747, -1.0337562561035156, -1.0228227376937866, -0.6607446670532227, -0.4273296892642975, -0.08841362595558167, 0.5142858028411865, 1.3305704593658447, 2.1893131732940674, 2.6592748165130615, 2.8961024284362793, 2.8404319286346436, 2.4764297008514404, 1.7546223402023315, 0.9768862724304199, 0.5063310265541077, 0.5196152329444885, 0.9656103849411011, 0.8069690465927124, -0.10759066045284271, -1.384624719619751, -2.428866386413574, -2.7168540954589844, -2.382230281829834, -1.8163962364196777, -1.7477458715438843, -2.0160577297210693, -2.386543035507202, -2.584622859954834, -2.1220765113830566, -1.5650538206100464, -1.0873475074768066, -0.6745787262916565, -0.26668745279312134, 0.12614041566848755, 0.49590930342674255, 0.6356675028800964, 0.5176222324371338, 0.6148695945739746, 0.9804156422615051, 1.4560823440551758, 1.7740732431411743, 1.6718113422393799, 1.1816341876983643, 0.6777188181877136, 0.38160744309425354, 0.31079724431037903, 0.3357669711112976, 0.22534552216529846, -0.3977060317993164, -0.9496413469314575, -1.4508193731307983, -1.7165874242782593, -1.690741777420044, -1.551710605621338, -1.462361454963684, -1.4130356311798096, -1.4289228916168213, -1.53550124168396, -1.4749964475631714, -1.3122122287750244, -1.0365015268325806, -0.5863628387451172, -0.20693033933639526, 0.11749888956546783, 0.27207228541374207, 0.15146410465240479, 0.045703351497650146, 0.09196695685386658, 0.35316482186317444, 0.6039227247238159, 0.713338315486908, 0.5432450175285339, 0.30976399779319763, 0.05308074131608009, -0.2445555478334427, -0.3548395335674286, -0.32956114411354065, -0.25250163674354553, -0.1760932058095932, -0.18034936487674713, -0.3476124703884125, -0.5134154558181763, -0.6087217926979065, -0.6059580445289612, -0.4588764011859894, -0.21304725110530853, 0.00765333604067564, 0.16202589869499207, 0.13029742240905762, 0.1960003823041916, 0.3391588628292084, 0.6076828241348267, 1.0094804763793945, 1.4200252294540405, 1.7357698678970337, 2.0161781311035156, 2.259854555130005, 2.446244478225708, 2.8156051635742188, 3.215874671936035, 3.5552823543548584, 3.8202297687530518, 3.968942642211914, 3.7118821144104004, 2.611159086227417, 1.3752728700637817, 0.11353936046361923, -1.1284059286117554, -0.5994874835014343, 0.07105138897895813, 0.23504997789859772, -0.609527051448822, -2.4030323028564453, -4.111483097076416, -4.2896013259887695, -3.3155741691589355, -2.3858697414398193, -1.7970292568206787, -1.6496176719665527, -1.8642139434814453, -1.567477822303772, -1.3084779977798462, -0.8208847641944885, 0.09421311318874359, 1.2213855981826782, 2.1753134727478027, 2.6447761058807373, 2.7491977214813232, 2.5244193077087402, 2.2695367336273193, 2.009084939956665, 1.7882144451141357, 1.8260873556137085, 1.8718945980072021, 1.9419572353363037, 1.4751924276351929, 0.4773466885089874, -0.6842566132545471, -1.5662044286727905, -1.8850345611572266, -1.7223302125930786, -1.3100274801254272, -1.3476990461349487, -1.9639968872070312, -2.709284782409668, -3.3958895206451416, -3.3013432025909424, -2.571150064468384, -1.6830614805221558, -0.9730620980262756, -0.6929792761802673, -0.7748757600784302, -0.9223813414573669, -0.7929092049598694, -0.38533928990364075, 0.4042755365371704, 1.2860974073410034, 1.8030312061309814, 1.880110263824463, 1.631923794746399, 1.3582345247268677, 1.154679298400879, 1.1254924535751343, 1.0697907209396362, 0.8137495517730713, 0.6861037611961365, 0.32106855511665344, -0.16693121194839478, -0.66389000415802, -1.1944892406463623, -1.4995043277740479, -1.4930483102798462, -1.4519404172897339, -1.464035987854004, -1.5926923751831055, -1.8321961164474487, -1.9965388774871826, -1.8579550981521606, -1.547545313835144, -1.161033272743225, -0.8961142897605896, -0.8331456780433655, -0.7897746562957764, -0.6334524750709534, -0.32700470089912415, 0.08425727486610413, 0.44990813732147217, 0.594731330871582, 0.5964107513427734, 0.4949640929698944, 0.420707106590271, 0.44932761788368225, 0.5027048587799072, 0.5108847618103027, 0.4857458472251892, 0.35941872000694275, 0.14651688933372498, -0.006516977213323116, -0.06261345744132996, -0.12308923900127411, -0.14669542014598846, -0.11633622646331787, -0.2130417823791504, -0.2900402545928955, -0.25878971815109253, -0.19988596439361572, -0.08506592363119125, 0.17820239067077637, 0.3980555236339569, 0.6186954975128174, 0.902348518371582, 1.1196038722991943, 1.5250208377838135, 1.967800498008728, 2.3766379356384277, 2.799574613571167, 3.0960142612457275, 3.3793785572052, 3.766263723373413, 3.7254319190979004, 2.9891059398651123, 2.175776720046997, 1.3448843955993652, 0.22262251377105713, 0.5761781334877014, 0.955181896686554, 0.8184638023376465, 0.09712757915258408, -1.3441426753997803, -3.0227010250091553, -3.397977590560913, -2.9397714138031006, -2.330343008041382, -1.9406566619873047, -1.9307609796524048, -2.6072230339050293, -2.671379566192627, -2.5277559757232666, -1.9913198947906494, -0.9245141744613647, 0.3367767035961151, 1.111666202545166, 1.3832597732543945, 1.3137447834014893, 1.1730282306671143, 1.4069676399230957, 1.8694181442260742, 2.216386318206787, 2.4497005939483643, 2.2895073890686035, 2.1097066402435303, 1.7661988735198975, 1.1375824213027954, 0.6163865923881531, 0.2605428993701935, -0.0181699451059103, -0.24276942014694214, -0.33688709139823914, -0.7041258811950684, -1.3540022373199463, -1.9491642713546753, -2.5568366050720215, -2.653090715408325, -2.233767032623291, -1.8408122062683105, -1.6711976528167725, -1.7337146997451782, -2.0243728160858154, -2.1618704795837402, -1.8201050758361816, -1.2810715436935425, -0.4808056056499481, 0.34770020842552185, 0.7001811265945435, 0.5917522311210632, 0.3728969395160675, 0.2870022654533386, 0.5904360413551331, 1.2680482864379883, 1.812418818473816, 1.8895690441131592, 1.5493897199630737, 0.867016077041626, 0.3220381438732147, 0.07391639798879623, 0.024045933037996292, 0.12652021646499634, 0.12052413821220398, -0.21425627171993256, -0.7525424957275391, -1.272068738937378, -1.7257070541381836, -1.9038714170455933, -1.7761352062225342, -1.595287799835205, -1.4147300720214844, -1.3911556005477905, -1.563372254371643, -1.662734031677246, -1.6266050338745117, -1.3541520833969116, -0.810471773147583, -0.22290551662445068, 0.049029573798179626, 0.10368557274341583, 0.008923929184675217, -0.07311274856328964, 0.11259523779153824, 0.4172896146774292, 0.7161279916763306, 0.9128171801567078, 0.9623430371284485, 0.8291425704956055, 0.63868647813797, 0.5325010418891907, 0.45903557538986206, 0.5202343463897705, 0.6481997966766357, 0.6371075510978699, 0.5939608812332153, 0.5716142058372498, 0.48101457953453064, 0.4274710416793823, 0.6435019373893738, 0.8598831295967102, 1.129459261894226, 1.548414707183838, 1.717759370803833, 1.8846454620361328, 2.1129751205444336, 2.3654849529266357, 2.6994524002075195, 2.8499019145965576, 2.396946907043457, 1.8582770824432373, 1.5086990594863892, 0.6853095293045044, 0.6391744613647461, 1.0087331533432007, 0.9772058725357056, 0.7245052456855774, -0.06851852685213089, -1.5846294164657593, -2.376605272293091, -2.3978049755096436, -1.8265935182571411, -1.4313369989395142, -1.151394009590149, -1.9622052907943726, -2.420550584793091, -2.6981019973754883, -2.530531883239746, -1.7348530292510986, -0.485935777425766, 0.32992127537727356, 0.6220414042472839, 0.38392436504364014, -0.06267957389354706, 0.04449215903878212, 0.7115867137908936, 1.4053109884262085, 2.0083465576171875, 1.9710158109664917, 1.6309988498687744, 1.3580975532531738, 1.020693063735962, 0.8863563537597656, 0.9310864210128784, 0.9499230980873108, 0.6926612257957458, 0.516747772693634, 0.08700330555438995, -0.5384966135025024, -0.8647341728210449, -1.245174765586853, -1.3537594079971313, -1.1914666891098022, -1.1629095077514648, -1.2759088277816772, -1.399111032485962, -1.694435715675354, -1.9486104249954224, -1.7899893522262573, -1.5876054763793945, -1.2081775665283203, -0.8015607595443726, -0.7662683129310608, -0.8182758092880249, -0.8074110746383667, -0.6492765545845032, -0.27935802936553955, 0.24851861596107483, 0.5908692479133606, 0.7389370799064636, 0.7646035552024841, 0.5672241449356079, 0.5277088284492493, 0.6385831832885742, 0.7283389568328857, 0.9690099954605103, 1.0598028898239136, 0.7659145593643188, 0.3420734107494354, -0.0783403217792511, -0.42727193236351013, -0.45013049244880676, -0.36323118209838867, -0.4612221419811249, -0.6763082146644592, -1.1297986507415771, -1.6194697618484497, -1.7956888675689697, -1.6885089874267578, -1.5028144121170044, -1.1871658563613892, -0.9853445887565613, -1.0548497438430786, -1.1016967296600342, -1.0872278213500977, -0.9298473000526428, -0.4828711152076721, 0.018693797290325165, 0.35542428493499756, 0.5864445567131042, 0.6259191036224365, 0.5493215322494507, 0.5888844132423401, 0.8115870356559753, 1.1105719804763794, 1.4286375045776367, 1.6256728172302246, 1.5232105255126953, 1.333803653717041, 1.2011091709136963, 1.1454933881759644, 1.2857921123504639, 1.5428708791732788, 1.6472618579864502, 1.6826316118240356, 1.6494389772415161, 1.5968995094299316, 1.6677273511886597, 1.7164006233215332, 1.4883408546447754, 1.4586840867996216, 1.0977848768234253, 0.5020467638969421, 0.46701857447624207, 0.671099066734314, 0.7979625463485718, 0.9418306946754456, 0.38132351636886597, -0.5369082689285278, -1.0862356424331665, -1.2102782726287842, -0.9862604737281799, -0.5578532814979553, -0.48722514510154724, -0.9204944372177124, -1.254128098487854, -1.7757717370986938, -1.8772274255752563, -1.4765961170196533, -0.8537667393684387, -0.3661593496799469, -0.19386351108551025, -0.5740355253219604, -0.8902186155319214, -0.8190675377845764, -0.46391722559928894, 0.22096756100654602, 0.7075155973434448, 0.6782731413841248, 0.5049788355827332, 0.2682516276836395, 0.0939120277762413, 0.33893221616744995, 0.7099108099937439, 0.807915449142456, 0.8346285820007324, 0.6822881102561951, 0.30800676345825195, 0.09208899736404419, -0.046172644942998886, -0.1539381444454193, -0.02001667022705078, 0.034353744238615036, -0.044961486011743546, -0.15300500392913818, -0.4225824475288391, -0.6907934546470642, -0.7378373146057129, -0.6955145001411438, -0.6280329823493958, -0.5865865349769592, -0.6983576416969299, -0.7872870564460754, -0.8376269340515137, -0.8454554677009583, -0.8219819664955139, -0.6913756132125854, -0.5772098898887634, -0.45174527168273926, -0.3467741310596466, -0.34565895795822144, -0.38626137375831604, -0.3210093379020691, -0.21907702088356018, -0.04102770984172821, 0.17141985893249512, 0.32062795758247375, 0.36920401453971863, 0.3747224807739258, 0.2350602000951767, 0.0868508443236351, 0.06822676211595535, 0.15494929254055023, 0.2830268442630768, 0.36575034260749817, 0.21114620566368103, -0.11112716048955917, -0.36081263422966003, -0.47286611795425415, -0.42813217639923096, -0.21730352938175201, -0.13708901405334473, -0.3024870455265045, -0.5408533215522766, -0.7826383709907532, -0.8855922818183899, -0.7541599869728088, -0.5249298214912415, -0.36658188700675964, -0.27780306339263916, -0.3278185725212097, -0.43895116448402405, -0.3679858446121216, -0.16562284529209137, 0.13014206290245056, 0.419661283493042, 0.5230910778045654, 0.4721844792366028, 0.35929450392723083, 0.3556704521179199, 0.5007351636886597, 0.7366056442260742, 1.021997094154358, 1.1418547630310059, 1.0732293128967285, 0.8979269862174988, 0.7413543462753296, 0.7399302124977112, 0.8964813947677612, 1.0829912424087524, 1.1741433143615723, 1.0898610353469849, 0.8496788144111633, 0.582555890083313, 0.39331895112991333, 0.34417909383773804, 0.5271989107131958, 0.675714373588562, 0.7124724388122559, 0.5075871348381042, 0.19048547744750977, -0.04067789390683174, -0.08019079267978668, 0.0916348323225975, 0.27768200635910034, 0.37525638937950134, 0.26960432529449463, 0.06831184774637222, -0.15204665064811707, -0.23592589795589447, -0.1863553673028946, -0.042930155992507935, 0.07746370136737823, 0.06946012377738953, -0.1032266914844513, -0.3059383034706116, -0.4616389274597168, -0.48699918389320374, -0.4023089110851288, -0.2986895442008972, -0.29297664761543274, -0.391112744808197, -0.5410243272781372, -0.6935505867004395, -0.7459513545036316, -0.6912143230438232, -0.588645875453949, -0.4821792244911194, -0.4177429974079132, -0.47835221886634827, -0.5733928084373474, -0.605086624622345, -0.5499191284179688, -0.3731142580509186, -0.20137585699558258, -0.0846620500087738, -0.035393089056015015, -0.03855777531862259, -0.04629082232713699, -0.035259198397397995, -0.01599041186273098, 0.03862299397587776, 0.11196598410606384, 0.17232754826545715, 0.18705278635025024, 0.15913169085979462, 0.05780263617634773, -0.041040949523448944, -0.08261793106794357, -0.05579174682497978, -0.012540739960968494, 0.02254665642976761, -0.018462534993886948, -0.09507165104150772, -0.18002809584140778, -0.1959283947944641, -0.17288213968276978, -0.14510343968868256, -0.13910013437271118, -0.15782417356967926, -0.20951510965824127, -0.19926157593727112, -0.16962917149066925, -0.15326154232025146, -0.11622790992259979, -0.13262899219989777, -0.1956096738576889, -0.2199617177248001, -0.215876042842865, -0.1836378127336502, -0.04790926352143288, 0.025428403168916702, 0.020033253356814384, -0.014216763898730278, -0.08538281172513962, -0.11928406357765198, -0.04712776467204094, 0.06841010600328445, 0.11675908416509628, 0.11886976659297943, 0.057695772498846054, -0.01679356023669243, -0.030730629339814186, -0.018900493159890175, 0.000770581653341651, 0.02324998751282692, 0.03478914871811867, 0.02744375541806221, 0.024042807519435883, -0.009276998229324818, -0.038909584283828735, -0.032730937004089355, 0.005934057757258415, 0.03627251088619232, 0.06607602536678314, 0.12239442765712738, 0.16064538061618805, 0.21669581532478333, 0.25670087337493896, 0.28560876846313477, 0.35003960132598877, 0.3956509530544281, 0.41150224208831787, 0.4456712305545807, 0.4501835107803345, 0.46944093704223633, 0.5132706165313721, 0.5241183042526245, 0.488707572221756, 0.5012384653091431, 0.5025779008865356, 0.5107819437980652, 0.47667384147644043, 0.40809792280197144, 0.31346485018730164, 0.25963377952575684, 0.23349279165267944, 0.21622580289840698, 0.16493923962116241, 0.12963198125362396, 0.06893234699964523, 0.008944652043282986, -0.016806716099381447, -0.035217300057411194, -0.026721540838479996, -0.013908626511693, -0.019843125715851784, -0.08212418109178543, -0.12917935848236084, -0.14447802305221558, -0.11307964473962784, -0.05208256095647812, -0.01647389493882656, -0.04455972835421562, -0.09565699100494385, -0.1337760090827942, -0.18099980056285858, -0.1985621154308319, -0.2137056142091751, -0.26351532340049744, -0.2762279808521271, -0.3109681308269501, -0.3461081087589264, -0.3294834494590759, -0.3056793212890625, -0.2883280813694, -0.27223488688468933, -0.265573650598526, -0.26587459444999695, -0.25438782572746277, -0.23810721933841705, -0.1939426213502884, -0.1253197193145752, -0.10435018688440323, -0.12656939029693604, -0.12400958687067032, -0.10988101363182068, -0.060350894927978516, 0.02462943270802498, 0.07656305283308029, 0.08266209065914154, 0.039685044437646866, -0.014692731201648712, -0.053262170404195786, -0.03718557953834534, -0.0020208684727549553, 0.01942683756351471, 0.0038358736783266068, -0.05403907597064972, -0.11462684720754623, -0.1705787181854248, -0.18286767601966858, -0.15557603538036346, -0.1307467818260193, -0.1154417172074318, -0.1299525499343872, -0.18450941145420074, -0.2151794135570526, -0.2165214866399765, -0.1994810551404953, -0.16421841084957123, -0.12860709428787231, -0.11340666562318802, -0.09981232136487961, -0.09093055874109268, -0.12672162055969238, -0.13191987574100494, -0.08929554373025894, -0.033542364835739136, 0.03848570957779884, 0.09317660331726074, 0.09641134738922119, 0.09991595894098282, 0.0948968380689621, 0.11012526601552963, 0.1392269730567932, 0.16727647185325623, 0.1781408190727234, 0.19994372129440308, 0.2061561942100525, 0.17825014889240265, 0.15209366381168365, 0.12084699422121048, 0.11338949203491211, 0.13465286791324615, 0.169134721159935, 0.1604832112789154, 0.14044924080371857, 0.096639484167099, 0.06235158070921898, 0.06531091034412384, 0.08846472948789597, 0.11041353642940521, 0.1482069045305252, 0.13512946665287018, 0.09195874631404877, 0.04191270098090172, -0.0041592917405068874, -0.0010479236952960491, 0.0379960872232914, 0.08187666535377502, 0.09869349747896194, 0.07657390087842941, 0.04024304449558258, 0.03030511923134327, 0.04076116532087326, 0.07243187725543976, 0.12394217401742935, 0.1405005156993866, 0.1345157027244568, 0.08499867469072342, 0.032613106071949005, 0.026651427149772644, 0.06542746722698212, 0.11046233773231506, 0.15567292273044586, 0.14417009055614471, 0.09472476691007614, 0.05661189556121826, 0.039236512035131454, 0.04060494527220726, 0.06397373229265213, 0.08391855657100677, 0.0649123340845108, 0.03739684447646141, -0.022666465491056442, -0.0845886692404747, -0.08640967309474945, -0.05887332186102867, -0.011413532309234142, 0.016359880566596985, -0.009791580960154533, -0.07510268688201904, -0.13213615119457245, -0.17328263819217682, -0.17276878654956818, -0.1148982122540474, -0.062044572085142136, -0.053047120571136475, -0.08517233282327652, -0.16627611219882965, -0.21041348576545715, -0.18563519418239594, -0.11146797239780426, -0.039173275232315063, -0.004528054501861334, -0.03996911272406578, -0.0937279462814331, -0.12014298886060715, -0.13040703535079956, -0.08555825799703598, -0.029638703912496567, 0.018926415592432022, 0.036748889833688736, 0.016773559153079987, -0.022569982334971428, -0.04713864624500275, -0.039093583822250366, 0.008590838871896267, 0.056804753839969635, 0.06678763777017593, 0.039819084107875824, 0.016145216301083565, -0.007490906398743391, 0.011497058905661106, 0.04237199202179909, 0.05474207177758217, 0.0643886998295784, 0.04202602803707123, -0.002024706918746233, -0.031599998474121094, -0.049653008580207825, -0.04244845733046532, -0.020306451246142387, -0.022508295252919197, -0.08022677153348923, -0.12974314391613007, -0.165542334318161, -0.17242524027824402, -0.12667953968048096, -0.08432310819625854, -0.06573238223791122, -0.08308728784322739, -0.11132459342479706, -0.11868774890899658, -0.06940917670726776, 0.0015095743583515286, 0.052376292645931244, 0.08543827384710312, 0.07504325360059738, 0.025632770732045174, -0.0004211854829918593, -0.002144500846043229, 0.01976051740348339, 0.07146895676851273, 0.10529525578022003, 0.111287422478199, 0.07931719720363617, 0.01234370842576027, -0.02452240139245987, 0.009485762566328049, 0.07891546934843063, 0.14044515788555145, 0.1480604112148285, 0.09401260316371918, 0.03757011145353317, 0.01946134679019451, 0.05276113003492355, 0.10274617373943329, 0.14664530754089355, 0.1713220775127411, 0.13647271692752838, 0.11007768660783768, 0.06314823031425476, 0.04211454465985298, 0.04289188235998154, 0.04851939156651497, 0.05369387939572334, 0.026968300342559814, -0.0027575187850743532, -0.038404759019613266, -0.03367767855525017, -0.034547995775938034, -0.016445906832814217, -0.002672164235264063, -0.006077838595956564, -0.05365955829620361, -0.09125453233718872, -0.08342088013887405, -0.042090389877557755, -0.0011299120960757136, 0.004773207474499941, -0.034873027354478836, -0.0513845719397068, -0.05449255555868149, -0.017660079523921013, 0.008305341005325317, -0.001063449657522142, -0.009027205407619476, -0.03946731984615326, -0.07164036482572556, -0.09718441218137741, -0.12544476985931396, -0.12481287121772766, -0.10607228428125381, -0.08688025921583176, -0.08552128821611404, -0.09544598311185837, -0.11533672362565994, -0.11811274290084839, -0.09339550137519836, -0.04371611773967743, 0.004147655796259642, 0.034432895481586456, 0.05161755904555321, 0.04447033256292343, 0.04582595452666283, 0.04083460569381714, 0.0377921424806118, 0.03757645562291145, 0.06875059008598328, 0.100535549223423, 0.08950715512037277, 0.056753553450107574, 0.020657669752836227, 0.023206619545817375, 0.02616032212972641, 0.04525851085782051, 0.05900251120328903, 0.0710238516330719, 0.06367534399032593, 0.06529658287763596, 0.07038433104753494, 0.07094628363847733, 0.07819615304470062, 0.04857702553272247, 0.04030510410666466, 0.03647076338529587, 0.05144589766860008, 0.05050192400813103, 0.03108365461230278, 0.022300127893686295, -0.0020460165105760098, -0.002696530893445015, 0.03282332792878151, 0.06143631413578987, 0.056799568235874176, 0.01820160448551178, -0.010949891991913319, -0.00039443772402592003, 0.04573671147227287, 0.10332401841878891, 0.10652327537536621, 0.08725248277187347, 0.04517148435115814, -0.003699539927765727, -0.03572533652186394, -0.03923171013593674, -0.02163262665271759, -0.01254936121404171, -0.01509618666023016, -0.04533301666378975, -0.07305622845888138, -0.11566324532032013, -0.12457062304019928, -0.09224985539913177, -0.10481949895620346, -0.08488732576370239, -0.16571366786956787, -0.14266347885131836, -0.13353660702705383, -0.09021119773387909, -0.08730762451887131, -0.1386333554983139, -0.08763067424297333, -0.11204317212104797, -0.04746317118406296, -0.013904020190238953, 0.01940629817545414, 0.05832328274846077, 0.047702714800834656, 0.046114929020404816, 0.027973318472504616, 0.054900623857975006, 0.10178645700216293, 0.1195271834731102, 0.12229245901107788, 0.10825622081756592, 0.08998941630125046, 0.09314969927072525, 0.09037663042545319, 0.0865355134010315, 0.07593810558319092, 0.05319725349545479, 0.025258461013436317, -0.01555436011403799, -0.04010602831840515, -0.07233720272779465, -0.06964661180973053, -0.08043981343507767, -0.07704706490039825, -0.07934895157814026, -0.09548851102590561, -0.10548389703035355, -0.12550675868988037, -0.12009444832801819, -0.1106165274977684, -0.07413779944181442, -0.04804298281669617, -0.04580147564411163, -0.0622749961912632, -0.07660277187824249, -0.07373059540987015, -0.053785648196935654, -0.026023901998996735, -0.00014911634207237512, 0.02003021165728569, 0.0333174429833889, 0.05057910457253456, 0.05945710092782974, 0.05777987092733383, 0.05502193048596382, 0.06251079589128494, 0.0570366345345974, 0.030824411660432816, 0.012263424694538116, -0.01082850806415081, -0.014720364473760128, -0.007003057282418013, -0.0029572458006441593, 0.0035450891591608524, 0.0004772696120198816, -0.009963883087038994, -0.0144483782351017, -0.0164545476436615, 0.005113175604492426, 0.025203045457601547, 0.031763169914484024, 0.023332223296165466, 0.016467271372675896, 0.005872008856385946, 0.012218287214636803, 0.03315197303891182, 0.04998677968978882, 0.0641549602150917, 0.041189078241586685, 0.02113221399486065, 0.008704646490514278, 0.023663103580474854, 0.032267387956380844, 0.02761201374232769, 0.03401585668325424, 0.017139481380581856, 0.014853712171316147, 0.02562781423330307, 0.016142219305038452, 0.021190263330936432, 0.016325023025274277, 0.008413690142333508, 0.019677797332406044, 0.02994411811232567, 0.05466194078326225, 0.06986973434686661, 0.07469598203897476, 0.047148775309324265, 0.03242309018969536, 0.030386220663785934, 0.03410998731851578, 0.07824204117059708, 0.08525547385215759, 0.08613869547843933, 0.05177565664052963, 0.0072409831918776035, -0.020680144429206848, -0.02121361903846264, -0.08139331638813019, -0.15090373158454895, -0.1184961199760437, -0.006184317637234926, 0.08640175312757492, 0.11640007793903351, 0.12803006172180176, 0.07793393731117249, 0.013972921296954155, -0.07216114550828934, -0.0648752897977829, -0.030784720554947853, 0.053415700793266296, 0.10783471167087555, 0.08984343707561493, 0.03476060926914215, 0.020850013941526413, 0.0328042171895504, 0.040715329349040985, 0.0004441891214810312, -0.008426944725215435, -0.013990111649036407, -0.023878201842308044, -0.05075621232390404, -0.03676309809088707, -0.0416792631149292, -0.07564444094896317, -0.1396430879831314, -0.15089134871959686, -0.1151265799999237, -0.0756497010588646, -0.040900323539972305, -0.03777522221207619, -0.04344808682799339, -0.08457731455564499, -0.12553191184997559, -0.12401042133569717, -0.08073347061872482, -0.06308405846357346, -0.05998171493411064, 0.00024261843645945191, -0.015579897910356522, -0.01750698871910572, -0.02209223061800003, 0.029807105660438538, 0.05929022282361984, 0.06097879260778427, 0.053799886256456375, 0.04274316504597664, 0.02508227713406086, 0.02493388019502163, 0.02396625466644764, 0.058157484978437424, 0.04729508236050606, 0.017511023208498955, -0.012443823739886284, -0.014976462349295616, -0.026362301781773567, -0.012867233715951443, -0.008793378248810768, -0.022565104067325592, -0.025426393374800682, -0.04988007992506027, -0.06814951449632645, -0.07331310957670212, -0.06149643659591675, -0.040603529661893845, -0.13116735219955444, -0.15442457795143127, -0.05341431498527527, 0.05209267884492874, 0.08572691679000854, -0.009791343472898006, -0.09111173450946808, -0.17072848975658417, -0.24098046123981476, -0.17583271861076355, 0.0022142273373901844, 0.20432791113853455, 0.30288955569267273, 0.2830016613006592, 0.21705205738544464, 0.08965262025594711, -0.04509712755680084, -0.10053877532482147, -0.06904280930757523, 0.0450623482465744, 0.14817014336585999, 0.21780189871788025, 0.22319164872169495, 0.13786181807518005, 0.0191290732473135, -0.07565595209598541, -0.11330410838127136, -0.09707273542881012, -0.031693778932094574, 0.045240096747875214, 0.07006920874118805, 0.010761914774775505, -0.08282290399074554, -0.14447270333766937, -0.1206587553024292, -0.058120548725128174, 0.03973852097988129, 0.10016605257987976, 0.08744041621685028, 0.038402944803237915, 0.007129218429327011, -0.03239591792225838, -0.038105908781290054, 0.02415677346289158, 0.08576817065477371, 0.03220831975340843, -0.0034265739377588034, -0.011991569772362709, 0.01791088655591011, 0.027148393914103508, 0.09703028202056885, 0.17876456677913666, 0.11403832584619522, -0.008497083559632301, -0.12302809208631516, -0.1930374801158905, -0.1739523857831955, -0.07372135668992996, 0.07293792068958282, 0.20147761702537537, 0.22606460750102997, 0.1769181489944458, 0.07396835833787918, -0.05872496962547302, -0.13988257944583893, -0.15400761365890503, -0.10426932573318481, -0.009661838412284851, 0.09024392068386078, 0.16109508275985718, 0.15804433822631836, 0.09737291932106018, 0.0122578339651227, 0.008379579521715641, 0.04880818724632263, 0.06958978623151779, 0.07320843636989594, 0.053945768624544144, -0.006105608772486448, -0.057400040328502655, -0.09753453731536865, -0.08539542555809021, -0.09414424002170563, -0.07670936733484268, -0.06073959916830063, -0.05817721039056778, -0.07762935012578964, -0.04690669849514961, -0.029668739065527916, -0.0344330370426178, -0.07859937101602554, -0.10606894642114639, -0.11135474592447281, -0.16007210314273834, -0.1467033475637436, -0.07730259746313095, 0.01032949984073639, 0.04486183449625969, 0.0740666538476944, 0.05941438674926758, 0.02890455722808838, -0.024087702855467796, -0.05283530429005623, -0.059830136597156525, -0.03967634215950966, -0.0035877984482795, 0.004060595761984587, 0.030014149844646454, 0.04361356422305107, 0.026055630296468735, -0.020394224673509598, -0.043079495429992676, -0.06485078483819962, -0.08080077916383743, -0.0732453390955925, -0.028489381074905396, 0.025931822136044502, 0.05970580875873566, 0.021497566252946854, -0.005648227408528328, -0.05212978273630142, -0.04043364152312279, 0.013228808529675007, 0.02972504124045372, 0.04410216212272644, 0.053127191960811615, 0.12745176255702972, 0.1786355972290039, 0.14834989607334137, 0.1129070594906807, 0.08670777827501297, 0.09769881516695023, 0.017009751871228218, -0.03135786950588226, 0.031324975192546844, 0.03256440907716751, -0.03621506318449974, 0.003083378542214632, 0.0720946192741394, 0.02902969904243946, -0.017156150192022324, -0.022403236478567123, -0.1197454035282135, -0.16831818222999573, -0.17310908436775208, -0.13553361594676971, -0.11463877558708191, -0.059828221797943115, 0.03228631615638733, -0.0006918775616213679, -0.017108630388975143, 0.04324774071574211, -0.03414471819996834, 0.012814431451261044, 0.087058886885643, 0.1492156684398651, 0.13158126175403595, 0.08283893764019012, 0.06814458966255188, 0.0019522858783602715, -0.0006414128583855927, 0.02093450538814068, 0.040517594665288925, -0.03294532746076584, 0.019923975691199303, 0.0609658844769001, 0.01420690305531025, -0.03172840550541878, 0.02314179018139839, -0.007387015037238598, -0.12216319888830185, -0.0706273689866066, -0.0628601536154747, 0.01935974881052971, -0.05887352302670479, -0.006225148215889931, 0.1514003723859787, 0.06617344170808792, 0.027310535311698914, 0.07732090353965759, 0.17109470069408417, 0.04540010541677475, -0.0470917746424675, -0.20471926033496857, -0.3468097448348999, 0.12892410159111023, 0.05777525156736374, -0.06702381372451782, 0.26083704829216003, 0.4743477404117584, -0.002974796574562788, -0.29456019401550293, 0.02265465445816517, -0.0939551517367363, -0.2369382530450821, -0.12045392394065857, -0.037012454122304916, 0.2361551821231842, 0.1815505027770996, 0.22805830836296082, 0.17887672781944275, 0.0593847818672657, -0.27481937408447266, 0.004410057328641415, -0.06893191486597061, -0.3454381823539734, 0.13353098928928375, 0.12888532876968384, -0.0301961787045002, -0.015800483524799347, -0.04869149252772331, -0.03281031921505928, -0.05891625955700874, -0.03579539433121681, -0.1765311360359192, -0.13624951243400574, 0.03940803185105324, -0.12462592869997025, 0.20899584889411926, 0.065508171916008, -0.3342371881008148, 0.23515936732292175, -0.24706561863422394, -0.009072591550648212, -0.16750524938106537, -0.0030703991651535034, 0.16324931383132935, 0.04169003665447235, 0.324411541223526, -0.21072079241275787, -0.07944516837596893, 0.04608245566487312, -0.3169269859790802, 0.07272951304912567, -0.09776686131954193, -0.06339339911937714, 0.47038695216178894, 0.15673774480819702, 0.06055378541350365, -0.12456104904413223, -0.009576711803674698, -0.18143710494041443, -0.036465540528297424, -0.20581753551959991, 0.04050763323903084, 0.20324279367923737, 0.07972397655248642, -0.0234018974006176, 0.07650287449359894, -0.09444817155599594, -0.11901821196079254, -0.003929296974092722, -0.17332205176353455, -0.15367750823497772, 0.2188614308834076, 0.08977990597486496, -0.03338414058089256, 0.1800992488861084, 0.01623673550784588, 0.005517949815839529, -0.13278260827064514, 0.08355486392974854, -0.21333329379558563, -0.09106242656707764, 0.060370489954948425, 0.08148711919784546, 0.1465272605419159, 0.18905003368854523, -0.09861624240875244, 0.04024367406964302, -0.0792459025979042, -0.10046586394309998, -0.1316860467195511, 0.17244642972946167, -0.15804463624954224, 0.10947484523057938, 0.10252515226602554, 0.10182244330644608, 0.06114336848258972, -0.25625646114349365, 0.03450978919863701, -0.3010026514530182, 0.3159804046154022, 0.014235105365514755, -0.1909562051296234, 0.2674165964126587, 0.2341150939464569, 0.04015902057290077, -0.3799000680446625, 0.09119925647974014, 0.37823036313056946, -0.44497379660606384, 0.12592262029647827, 0.13360360264778137, -0.17812825739383698, 0.2626916170120239, -0.1505432277917862, -0.09390053898096085, -0.06352601945400238, 0.007373034954071045, 0.08843827247619629, -0.07328657060861588, -0.05283923074603081, -0.016052691265940666, 0.23921547830104828, -0.3266441524028778, 0.0010583652183413506, 0.0782095342874527, -0.15840624272823334, 0.01360605750232935, -0.16797661781311035, -0.09418664127588272, 0.19532476365566254, -0.21801693737506866, 0.1349281370639801, 0.19703367352485657, -0.08442310988903046, 0.004136849194765091, 0.12518450617790222, 0.06019449234008789, 0.007853269577026367, 0.018544143065810204, 0.25047969818115234, -0.2989303767681122, -0.013451800681650639, 0.2805957794189453, 0.10386120527982712, 0.20730096101760864, -0.4357159435749054, 0.2902338206768036, 0.18575985729694366, -0.3373969495296478, -0.27050691843032837, 0.5281851887702942, -0.19926998019218445, -0.44401413202285767, 0.41912102699279785, 0.1580670326948166, -0.130395770072937, -0.141495943069458, 0.4079977869987488, 0.004307957366108894, -0.36867037415504456, 0.14099405705928802, 0.20031802356243134, -0.4234752058982849, 0.2511460483074188, 0.20732340216636658, 0.12485922127962112, -0.1456359475851059, 0.10120026022195816, -0.21133625507354736, 0.031258609145879745, 0.3409759998321533, -0.37065500020980835, -0.1935017853975296, 0.6779655814170837, 0.013934250921010971, -0.44935113191604614, 0.5643691420555115, -0.4691762328147888, -0.1458650380373001, 0.2355179786682129, 0.3593415319919586, -0.4632120132446289, -0.36561137437820435, 0.7286736965179443, -0.03098686784505844, -0.6309878826141357, -0.03421594947576523, 0.39681509137153625, -0.0605354830622673, -0.868381142616272, 0.6835124492645264, -0.009150492958724499, -0.5885464549064636, 0.42391645908355713, -0.04385413974523544, -0.16018261015415192, -0.10888610780239105, 0.3586459159851074, -0.31767165660858154, -0.2656525671482086, 0.47253096103668213, -0.06947319954633713, -0.44948992133140564, 0.43470296263694763, 0.13390754163265228, -0.5869624614715576, 0.5545702576637268, -0.1257992833852768, -0.20136705040931702, -0.2069402039051056, 0.4596199095249176, -0.11099309474229813, -0.3861217200756073, 0.6214615702629089, -0.3702840209007263, -0.027902450412511826, 0.3696783781051636, -0.1999444216489792, -0.31665921211242676, 0.13784590363502502, 0.3219565153121948, 0.05900951847434044, -0.6802234053611755, 0.38885360956192017, -0.06861479580402374, -0.10850664973258972, -0.13275355100631714, 0.4678129553794861, -0.37647560238838196, -0.22521205246448517, 0.5181779265403748, -0.13731306791305542, -0.30067646503448486, 0.4032396376132965, -0.21804998815059662, -0.20317167043685913, 0.3889399766921997, 0.0001711500226520002, -0.464865118265152, 0.3691410422325134, -0.3298245370388031, 0.42523327469825745, -0.13269567489624023, -0.056671928614377975, -0.3555576503276825, 0.9907410144805908, -0.3182693421840668, -0.492541640996933, 0.9548987150192261, 0.06347905099391937, -1.0851151943206787, 0.6287044286727905, 0.48509466648101807, -0.39389732480049133, -0.09850820153951645, 0.271175354719162, 0.15114982426166534, -0.2616928815841675, -0.09806600958108902, 0.5261343717575073, -0.4274020493030548, -0.03771434724330902, 0.21182306110858917, -0.021935107186436653, -0.08367191255092621, 0.16858325898647308, -0.17989304661750793, -0.0006135217263363302, -0.028897767886519432, -0.28628239035606384, 0.3758041262626648, -0.24445390701293945, 0.11333304643630981, -0.3272743821144104, 0.32242509722709656, 0.0681505873799324, -0.24277858436107635, -0.22292287647724152, 0.3185548782348633, 0.3313876688480377, -0.9618585705757141, 0.2654555141925812, 0.9384293556213379, -1.136315941810608, 0.478895902633667, 0.3319282829761505, -0.4511570334434509, 0.20320628583431244, 0.10795850306749344, -0.2152622640132904, 0.39688196778297424, -0.6672983169555664, 0.7074046730995178, -0.16535858809947968, -0.3407328128814697, 0.13350023329257965, 0.046973712742328644, 0.056146495044231415, -0.19850662350654602, -0.014894882217049599, 0.08267713338136673, -0.07334822416305542, 0.40290385484695435, -0.46413856744766235, -0.18994203209877014, 0.5236612558364868, -0.21262051165103912, -0.8076134920120239, 1.1421849727630615, 0.1311192363500595, -1.0559839010238647, 0.013367341831326485, 1.1860238313674927, -0.7062678337097168, -0.54002445936203, 0.7373265027999878, -0.0502798929810524, -0.3525129556655884, 0.18624107539653778, 0.41020268201828003, -0.2627539038658142, 0.23153343796730042, -0.1923629343509674, -0.018455177545547485, 0.3663204312324524, -0.19147014617919922, -0.5702720880508423, 0.5640449523925781, 0.38441503047943115, -0.023347575217485428, -0.83550626039505, 0.8967459201812744, -0.005113616585731506, -0.5332299470901489, 0.24439586699008942, 0.39028891921043396, -0.27264147996902466, -0.44216594099998474, 0.4941089451313019, 0.4678245484828949, -0.8591578602790833, 0.27255308628082275, 0.1658427119255066, -0.2810419499874115, 0.11484827101230621, -0.04951772093772888, -0.07525365054607391, 0.309667706489563, -0.21268202364444733, -0.09891454130411148, -0.026195775717496872, 0.5698752999305725, -0.9170299768447876, 0.2833634614944458, 0.35471412539482117, -0.2533762753009796, -0.31937551498413086, 0.5137143731117249, -0.3380871117115021, -0.3424520790576935, 0.5157366394996643, 0.20610672235488892, -0.6706238985061646, -0.035401877015829086, 0.31478196382522583, 0.31242167949676514, -0.657153844833374, 0.36193278431892395, 0.2816011905670166, -0.37162673473358154, -0.2717256247997284, 0.3886222243309021, 0.1020553708076477, -0.5270993113517761, 0.22721856832504272, 0.43362462520599365, -0.508804976940155, -0.0096210278570652, 0.18872009217739105, -0.08741982281208038, -0.10382392257452011, 0.19521953165531158, -0.30200091004371643, 0.37765979766845703, -0.08145884424448013, -0.2653939425945282, -0.0044347974471747875, 0.1570672243833542, 0.29088300466537476, -0.5995951294898987, -0.34190914034843445, 0.8783473372459412, -0.47974053025245667, -0.12421885877847672, -0.07996905595064163, 0.48150572180747986, -0.46751850843429565, -0.13451378047466278, 0.4057891368865967, -0.31070128083229065, -0.008845561183989048, 0.20620648562908173, 0.04764925688505173, 0.0879075825214386, -0.7319504022598267, 0.6400960683822632, 0.13083381950855255, -0.4850448668003082, -0.09185528010129929, 0.3107139766216278, 0.15517187118530273, -0.3029399514198303, -0.27791666984558105, 0.7322641611099243, -0.17038878798484802, -0.6245174407958984, 0.5434414148330688, 0.21424336731433868, 0.08582116663455963, -0.47189176082611084, 0.34131231904029846, 0.3692920207977295, -0.10568832606077194, -0.4174276888370514, 0.588515043258667, -0.275611013174057, 0.15726053714752197, 0.04548979923129082, -0.2533734142780304, 0.5346486568450928, -0.21074052155017853, -0.48834228515625, 0.45272931456565857, 0.33416539430618286, -0.4157400131225586, -0.14883868396282196, 0.18829913437366486, 0.47385790944099426, -0.4916756749153137, 0.18801675736904144, -0.029380371794104576, -0.3205196261405945, 0.31646278500556946, 0.3271197974681854, -0.5001446604728699, -0.24056681990623474, 0.9970525503158569, -0.5987858772277832, -0.48332974314689636, 0.9915664196014404, -0.2910214960575104, -0.4706042408943176, 0.23403258621692657, 0.13595625758171082, 0.06233643367886543, -0.2029326856136322, -0.3499355614185333, 0.3856019377708435, -0.1044137254357338, -0.22834818065166473, 0.1532774567604065, -0.2111067771911621, -0.15022318065166473, 0.5964548587799072, -0.28304746747016907, -0.4021005630493164, 0.6497503519058228, -0.14138172566890717, -0.4684816896915436, 0.286717027425766, -0.17387549579143524, 0.30166950821876526, -0.05552135035395622, -0.19260556995868683, 0.10137941688299179, 0.2028563916683197, -0.07535652071237564, -0.037706635892391205, -0.07994972169399261, 0.6402187347412109, -0.38820120692253113, -0.3723260164260864, 0.6981878280639648, -0.22029991447925568, 0.022053329274058342, -0.14702825248241425, 0.25419753789901733, 0.45008620619773865, -0.6927286386489868, -0.1404331624507904, 0.49400201439857483, 0.24432514607906342, -0.7753559350967407, -0.05540236830711365, 0.9131397008895874, -0.4093402624130249, -0.6418830156326294, 0.2718825042247772, 0.25921177864074707, 0.12414608895778656, -0.7638587951660156, 0.3827609419822693, 0.45054492354393005, -0.47492411732673645, -0.09900522977113724, -0.0531260184943676, 0.5335909128189087, -0.5374267101287842, -0.22521287202835083, 0.5767108798027039, -0.3376351296901703, 0.17913292348384857, -0.1749851107597351, 0.20246262848377228, -0.23465539515018463, 0.3232966363430023, -0.2970152497291565, 0.3339599668979645, -0.039731718599796295, -0.3492864966392517, 0.11734432727098465, 0.14793695509433746, 0.025058725848793983, -0.3010302484035492, -0.020328091457486153, 0.47450095415115356, -0.2725106477737427, -0.49894005060195923, 0.4700150191783905, -0.11000136286020279, -0.5724887251853943, 0.4167928695678711, 0.21676048636436462, -0.5013979077339172, 0.2449677586555481, 0.1940244883298874, -0.3348113000392914, -0.009993054904043674, 0.05649533122777939, 0.018415730446577072, 0.019697042182087898, -0.41160938143730164, 0.6779072880744934, -0.2845834195613861, -0.14472416043281555, 0.22470134496688843, -0.11210143566131592, -0.030037948861718178, -0.00796596147119999, 0.2623717188835144, -0.34885576367378235, 0.26596131920814514, -0.1123436763882637, 0.060756318271160126, -0.04819146916270256, 0.12061378359794617, -0.010630530305206776, 0.14844311773777008, 0.08058369159698486, -0.18496806919574738, 0.26843276619911194, 0.19776669144630432, -0.36630576848983765, 0.0015143806813284755, 0.6052507758140564, -0.25353509187698364, -0.12468744814395905, 0.1654054820537567, 0.0716564953327179, -0.6828537583351135, 0.7881026864051819, -0.11748315393924713, -0.04704972729086876, 0.09947516024112701, 0.13613879680633545, -0.1356179267168045, 0.26350632309913635, -0.2851133942604065, 0.2428404837846756, -0.25153419375419617, 0.06470129638910294, 0.11000234633684158, -0.16548818349838257, 0.30486443638801575, 0.10930081456899643, -0.45687922835350037, 0.0043001556769013405, 0.17644186317920685, 0.2558465003967285, -0.4264928996562958, -0.010938790626823902, 0.11127395927906036, 0.12741035223007202, -0.422710120677948, -0.14165213704109192, 0.40645259618759155, -0.09452345222234726, -0.019171085208654404, -0.3765880763530731, 0.5893042087554932, 0.04420730099081993, -0.366449236869812, 0.013596771284937859, 0.012473837472498417, -0.01511475257575512, 0.15276378393173218, -0.609907329082489, 0.2825890779495239, 0.08026157319545746, 0.18478825688362122, -0.3650989532470703, 0.011682061478495598, 0.5238882303237915, -0.649490475654602, 0.12114399671554565, 0.3001270592212677, 0.0061142537742853165, -0.43158286809921265, -0.03276435658335686, 1.0474060773849487, -1.1352359056472778, 0.07572612911462784, 0.9009669423103333, -0.755260169506073, -0.0022932738065719604, 0.08796260505914688, 0.46455976366996765, -0.5914686918258667, -0.06441912055015564, 0.5345147848129272, -0.32434552907943726, -0.10868900269269943, -0.1929890215396881, 0.33651798963546753, 0.2421691119670868, -0.5076454877853394, 0.21368877589702606, 0.20975209772586823, -0.18323075771331787, -0.40536659955978394, 0.17740418016910553, 0.20484818518161774, -0.3519617021083832, -0.20059025287628174, 0.350980281829834, 0.20721867680549622, -0.0008285007206723094, -0.7737454175949097, 0.5920915603637695, 0.6648527383804321, -0.9678520560264587, -0.20656518638134003, 0.4937297999858856, -0.003258475800976157, -0.1846277415752411, -0.3726406991481781, 0.6216660737991333, 0.13106073439121246, -0.5206615924835205, 0.24653388559818268, 0.18277141451835632, 0.011606751941144466, -0.45813485980033875, 0.5345320105552673, -0.058215849101543427, -0.02366732992231846, -0.34495341777801514, 0.42897093296051025, -0.39560800790786743, 0.2895802855491638, -0.5691851377487183, 0.3294626474380493, 0.8297127485275269, -1.146517038345337, 0.3587110638618469, 0.5209535956382751, -0.2092621624469757, -0.33996641635894775, -0.20096741616725922, 0.34683775901794434, 0.19765256345272064, -0.13040773570537567, -0.22245557606220245, 0.24211187660694122, -0.19376152753829956, 0.6306308507919312, -0.6548928618431091, -0.0929553434252739, 0.24775464832782745, 0.47298675775527954, -0.10732727497816086, -0.596763551235199, 0.576381504535675, 0.36189034581184387, -0.6384523510932922, 0.39022696018218994, 0.05293015390634537, -0.4182013273239136, 0.2478398084640503, 0.05490099638700485, -0.25623565912246704, -0.09689533710479736, 0.3571547865867615, -0.14929400384426117, -0.26144295930862427, 0.3051804006099701, -0.2719917595386505, 0.21702557802200317, -0.33785754442214966, 0.01528673991560936, 0.4262021780014038, -0.24374507367610931, 0.04868866503238678, 0.38650956749916077, -0.36476725339889526, 0.004721830599009991, 0.005890800151973963, 0.22162765264511108, -0.16152402758598328, -0.263052761554718, 0.6957131624221802, -0.11133268475532532, 0.045783158391714096, -0.7002706527709961, 0.7977332472801208, 0.31173545122146606, -1.0172855854034424, 0.30607593059539795, 0.3924020826816559, 0.45839181542396545, -1.1457911729812622, 0.12805117666721344, 0.795660674571991, -0.24697405099868774, -0.4727911949157715, 0.4576214551925659, -0.14139343798160553, 0.13475774228572845, 0.4172534942626953, -0.3806537389755249, -0.06453342735767365, 0.00198364001698792, 0.06257286667823792, -0.5933007597923279, 0.4007873833179474, 0.8375086188316345, -1.1357992887496948, 0.07580733299255371, 0.7512722611427307, -0.4226524233818054, -0.28539493680000305, -0.22291646897792816, 0.24597783386707306, 0.031338293105363846, -0.19142089784145355, 0.09744611382484436, 0.6912478804588318, -0.21810461580753326, 0.012532495893537998, -0.25051987171173096, 0.018532635644078255, 0.14201034605503082, -0.013595128431916237, -0.4907141625881195, 0.6201578974723816, 0.21903356909751892, -0.6824299097061157, 0.006929597817361355, 0.07790821045637131, 0.007189866621047258, -1.2245571613311768, 0.27018430829048157, 0.9785993695259094, -0.3609335124492645, -0.16720670461654663, 0.06099102646112442, 0.45057517290115356, -0.531028151512146, -0.9832969307899475, 0.8758724331855774, 0.2450769692659378, -0.4665067493915558, 0.3818776607513428, 0.4372640550136566, 0.0171478483825922, -0.617527961730957, 0.023259488865733147, 0.5622003674507141, -0.3379529118537903, -0.33951976895332336, 0.096764475107193, 0.3298306465148926, -0.13170978426933289, -0.06843113154172897, -0.058432985097169876, 0.2168218195438385, -0.4744572341442108, -0.08651908487081528, -0.011809433810412884, 0.21050116419792175, -0.812975287437439, 0.4784936010837555, 0.47352898120880127, -0.5124408602714539, -0.10542616248130798, 0.31406736373901367, 0.3581218719482422, -0.721767246723175, 0.058379217982292175, 0.2702808082103729, 0.16226987540721893, 0.04327086731791496, 0.1693487912416458, 0.14456747472286224, 0.0885436162352562, -0.11669933050870895, -0.43709278106689453, 0.13402503728866577, 0.4534018933773041, -0.025520019233226776, -0.2942071557044983, 0.5815680027008057, 0.2306588739156723, -0.45516061782836914, -0.15746788680553436, -0.20432396233081818, 0.23735444247722626, -0.11452681571245193, -0.3754367530345917, 0.26887989044189453, 0.28635773062705994, 0.3905585706233978, -0.5746432542800903, 0.10123410075902939, 0.21333234012126923, 0.06119502708315849, -0.47454139590263367, -0.3602350950241089, 0.7450194358825684, 0.06900065392255783, -0.3026373088359833, 0.27785080671310425, 0.08893438428640366, 0.13525883853435516, -0.11878185719251633, 0.002276252256706357, -0.3249658942222595, 0.16054493188858032, 0.22282306849956512, 0.3312929570674896, -0.1666862964630127, 0.12171347439289093, -0.05847461521625519, 0.012205800972878933, 0.057176295667886734, -0.2578357756137848, 0.18171663582324982, 0.24163401126861572, 0.23078149557113647, -0.4937065541744232, 0.2549653649330139, 0.24742624163627625, -0.32186076045036316, 0.04537367448210716, -0.16551057994365692, 0.12677554786205292, -0.014690401032567024, -0.17458106577396393, 0.33889925479888916, -0.20779170095920563, -0.273264616727829, 0.08718080818653107, 0.0651869997382164, 0.10166996717453003, -0.1323106586933136, 0.07707744091749191, -0.028153207153081894, 0.04004935920238495, 0.1895567923784256, -0.1790691465139389, -0.10804629325866699, 0.2301032394170761, -0.01274075172841549, -0.11425796151161194, 0.03971898555755615, 0.043021030724048615, 0.10224156081676483, -0.014954273588955402, -0.09006733447313309, -0.4266662299633026, 0.08059343695640564, 0.24515147507190704, -0.1511882245540619, -0.2205425351858139, 0.39632248878479004, 0.16268938779830933, -0.4817834198474884, -0.06606099754571915, 0.14614465832710266, -0.011891494505107403, -0.22619374096393585, -0.029465844854712486, 0.24975605309009552, -0.2632257044315338, 0.07618657499551773, 0.33706966042518616, -0.42639920115470886, -0.16549482941627502, 0.13215449452400208, 0.0993100181221962, -0.06379610300064087, -0.19126833975315094, 0.2595769166946411, 0.005675404332578182, -0.127634659409523, -0.049580175429582596, 0.09622389078140259, 0.026292121037840843, -0.22950565814971924, -0.05927199497818947, 0.230645552277565, -0.12233035266399384, -0.09408432990312576, -0.10664459317922592, 0.20541703701019287, -0.06056097894906998, -0.3440462350845337, 0.16102635860443115, 0.08029750734567642, -0.06365011632442474, -0.22021043300628662, 0.2113250494003296, 0.1414899379014969, -0.37519997358322144, -0.044297706335783005, 0.06966433674097061, -0.04833132401108742, 0.12036219239234924, 0.027100108563899994, -0.055137213319540024, 0.03466492146253586, -0.009013372473418713, 0.04505021497607231, -0.16295258700847626, -0.1061355248093605, 0.024916280061006546, 0.08570347726345062, -0.15491054952144623, -0.05653425306081772, -0.013693918474018574, -0.08915013819932938, -0.028843699023127556, -0.1306072622537613, 0.15354327857494354, 0.21652162075042725, 0.16171982884407043, 0.1133374571800232, 0.04441652446985245, 0.11668581515550613, 0.09083659946918488, -0.09122435748577118, -0.02045559138059616, 0.16372068226337433, 0.042518846690654755, 0.011918054893612862, 0.11256749927997589, 0.1420568823814392, 0.03824330121278763, 0.07453873753547668, -0.1411716789007187, 0.020161977037787437, 0.1163257360458374, -0.05549944192171097, -0.12437570095062256, -0.024619944393634796, 0.006605412345379591, 0.0002474183274898678, 0.05565733462572098, -0.047966066747903824, 0.016226135194301605, -0.06289081275463104, 0.16439944505691528, -0.012316637672483921, -0.1171184852719307, 0.04873724281787872, 0.13381145894527435, 0.0481630302965641, -0.07154940068721771, 0.04341977834701538, 0.2807821035385132, 0.00010786209895741194, -0.15479408204555511, -0.015910884365439415, 0.16907751560211182, 0.08963637053966522, -0.08825410157442093, -0.02998826839029789, 0.14696158468723297, 0.14262019097805023, -0.034031759947538376, -0.06637750566005707, 0.07907101511955261, 0.11741697043180466, 0.0960746631026268, -0.07910040766000748, -0.012849352322518826, 0.17569488286972046, 0.03197294473648071, -0.1007203534245491, -0.2604643702507019, 0.11550694704055786, 0.164483442902565, -0.14695347845554352, -0.12739801406860352, 0.14383050799369812, 0.14573489129543304, -0.06371767073869705, -0.16143609583377838, -0.005063873250037432, 0.013745477423071861, -0.08246582001447678, -0.0781407430768013, -0.10586036741733551, -0.08631043881177902, 0.039910685271024704, -0.019614119082689285, -0.06438524276018143, -0.03476007282733917, -0.07504205405712128, -0.0029728238005191088, -0.0299477931112051, -0.036771535873413086, -0.018854975700378418, 0.0870300903916359, 0.032745227217674255, 0.00013933957961853594, -0.0744958370923996, -0.06120489537715912, -0.06315271556377411, -0.17269740998744965, -0.15061518549919128, -0.047846563160419464, 0.01664326712489128, -0.03628896549344063, 0.04918408393859863, 0.04968821629881859, -0.03529650717973709, 0.0008637001737952232, -0.10925240814685822, -0.22077716886997223, -0.057251229882240295, -0.05574984848499298, -0.13831709325313568, -0.06736239045858383, 0.0702187791466713, -0.07630016654729843, -0.110112264752388, -0.08741376549005508, -0.04792521148920059, -0.016074631363153458, -0.12930622696876526, -0.09724997729063034, -0.06704407930374146, -0.09739241003990173, -0.03380272164940834, -0.0592784620821476, -0.08926087617874146, 0.02250780165195465, -0.13556499779224396, -0.1186823844909668, -0.02786538191139698, -0.13155169785022736, -0.13616137206554413, -0.14490124583244324, -0.03259289637207985, -0.011125226505100727, -0.11698208004236221, 0.0024519169237464666, 0.027705909684300423, -0.05843234062194824, -0.11303012073040009, -0.07654277235269547, -0.06717158108949661, 0.008523138239979744, 0.06406598538160324, -0.08135592937469482, -0.05198418349027634, -0.030166469514369965, -0.02243811823427677, -0.06531495600938797, 0.05161881819367409, 0.19755440950393677, 0.1696818619966507, 0.2445286363363266, 0.3792017996311188, 0.3589273989200592, 0.43144840002059937, 0.48021402955055237, 0.4160758852958679, 0.48106473684310913, 0.6057361960411072, 0.6662467122077942, 0.5715587139129639, 0.7270162105560303, 0.9497970342636108, 0.9015809893608093, 0.9005403518676758, 1.1228647232055664, 1.3719772100448608, 1.3751920461654663, 1.4179681539535522, 1.2586578130722046, 0.44776442646980286, -0.1339728683233261, -0.5306628942489624, -0.4657357931137085, -0.19117653369903564, -0.23790565133094788, -0.36971157789230347, -0.45099183917045593, -0.5249151587486267, -0.5796284079551697, -0.8286722302436829, -1.0366175174713135, -1.281951904296875, -1.5996441841125488, -1.6366376876831055, -1.5186539888381958, -1.0945240259170532, -0.6672272086143494, -0.4226822257041931, -0.5779879093170166, -0.8032352924346924, -0.7136974930763245, -0.5945504903793335, -0.5338832139968872, -0.3867553174495697, -0.3312864899635315, -0.3111181855201721, -0.20752787590026855, 0.07665227353572845, 0.15747834742069244, 0.22593717277050018, 0.243839293718338, -0.18713603913784027, -0.49655216932296753, -0.45011550188064575, -0.21712645888328552, -0.13360673189163208, -0.2446897178888321, -0.27840158343315125, -0.3820631206035614, -0.5429081320762634, -0.5338759422302246, -0.4806720018386841, -0.5248196125030518, -0.7295551896095276, -0.9247392416000366, -0.8633151650428772, -0.7332012057304382, -0.3971923887729645, -0.12061243504285812, -0.07485389709472656, 0.06776951998472214, 0.24294708669185638, 0.3325198292732239, 0.5126336216926575, 0.7558923959732056, 0.872452974319458, 1.0074610710144043, 1.239993929862976, 1.5819811820983887, 1.900424599647522, 2.141291856765747, 2.3615684509277344, 2.468971014022827, 2.51725697517395, 2.73180890083313, 2.9500882625579834, 3.220791816711426, 2.9153120517730713, 1.5748320817947388, 0.5287137627601624, -0.27593469619750977, -0.4653516709804535, -0.09033285826444626, -0.12081301212310791, -0.6006765961647034, -0.9088262319564819, -1.0058823823928833, -1.0195891857147217, -1.3596396446228027, -1.7821234464645386, -2.2304110527038574, -2.6402835845947266, -2.943190574645996, -2.9433135986328125, -2.135237216949463, -1.2585443258285522, -0.5271380543708801, -0.264882355928421, -0.50189608335495, -0.2221875637769699, 0.47616851329803467, 0.7250888347625732, 0.7831940054893494, 0.8507636189460754, 0.865856945514679, 0.9240416288375854, 1.2514842748641968, 1.4922585487365723, 1.7931065559387207, 1.9876110553741455, 1.4804110527038574, 0.6679788827896118, 0.27762705087661743, 0.16879096627235413, 0.1878385841846466, 0.013159829191863537, -0.5456388592720032, -1.0939167737960815, -1.3387616872787476, -1.5338510274887085, -1.8126391172409058, -1.8875179290771484, -2.159700870513916, -2.310073137283325, -2.392516851425171, -2.513875961303711, -2.0677318572998047, -1.5630711317062378, -1.2485541105270386, -1.0519568920135498, -0.8696203231811523, -0.5280031561851501, -0.1665770709514618, 0.1535925567150116, 0.46498364210128784, 0.6540518999099731, 0.8230602741241455, 1.02000093460083, 1.1207159757614136, 1.1223201751708984, 1.1399314403533936, 1.2051502466201782, 1.0466105937957764, 0.7783327102661133, 0.7414870262145996, 0.7032200694084167, 0.6339154243469238, 0.45966240763664246, 0.3627445101737976, 0.2798026502132416, 0.13603128492832184, 0.12889520823955536, 0.12574966251850128, 0.05213811993598938, 0.0003499654121696949, 0.032164059579372406, 0.22854368388652802, 0.5902018547058105, 1.0732945203781128, 1.598563551902771, 2.230550765991211, 2.897043228149414, 3.6770546436309814, 2.8784921169281006, 0.9955157041549683, -0.47203508019447327, -1.2833350896835327, -0.9608017802238464, -0.2950591742992401, -0.36037677526474, -0.7879197001457214, -0.4328917860984802, 0.32086417078971863, 0.663333535194397, 0.1310136914253235, -0.8443987369537354, -1.7175860404968262, -2.328789234161377, -2.9349493980407715, -3.091338872909546, -2.2526586055755615, -1.028745174407959, 0.027784252539277077, 0.17562070488929749, 0.04779214784502983, 0.6444149613380432, 1.4773515462875366, 1.5858675241470337, 1.1102638244628906, 0.4283721446990967, -0.1256086528301239, 0.0537772998213768, 0.6301140785217285, 0.9518662691116333, 1.5334032773971558, 2.2273476123809814, 1.8354333639144897, 0.9582268595695496, 0.3271867632865906, 0.1561558097600937, 0.13505510985851288, -0.45201578736305237, -1.5740126371383667, -2.1184165477752686, -1.718872308731079, -0.9516558051109314, -0.2980482876300812, -0.21710997819900513, -0.5978038907051086, -0.9392243027687073, -1.525968074798584, -2.0793399810791016, -2.151036024093628, -2.036938428878784, -1.8872020244598389, -1.8138362169265747, -1.5427320003509521, -0.871899425983429, 0.037748370319604874, 0.8395566940307617, 1.110931634902954, 0.8089437484741211, 0.522197425365448, 0.7275276780128479, 0.5583676099777222, 0.15936321020126343, 0.25988662242889404, 0.4949832856655121, 0.4943348467350006, 0.37201765179634094, 0.38762882351875305, 0.5450001955032349, 0.5210819840431213, 0.2915003001689911, -0.1815035194158554, -0.6538717746734619, -0.8832513093948364, -0.8216565847396851, -0.7588255405426025, -0.6147371530532837, -0.5418859124183655, -0.42108383774757385, 0.017848502844572067, 0.5041565299034119, 0.795934796333313, 0.9593650102615356, 1.0283604860305786, 1.0754250288009644, 1.2017860412597656, 1.6043481826782227, 2.317763566970825, 3.1961591243743896, 4.288416385650635, 4.112468242645264, 2.3992888927459717, 0.7913009524345398, -0.21353386342525482, -0.08198124170303345, 0.2515464723110199, -0.1892777681350708, -1.3922741413116455, -1.837199330329895, -1.0168755054473877, -0.08607473224401474, 0.0017001723172143102, -0.7726858854293823, -1.59971022605896, -1.9786603450775146, -2.3444504737854004, -2.893519639968872, -2.761639356613159, -2.193554401397705, -1.139739751815796, -0.614555299282074, -0.6747803688049316, -0.0216131042689085, 1.4798206090927124, 2.590287208557129, 2.5219295024871826, 1.513708233833313, 0.5698068141937256, 0.4334918260574341, 0.7663930654525757, 0.8675655126571655, 0.8244156241416931, 1.141758680343628, 1.3561885356903076, 1.2022110223770142, 0.8663122653961182, 0.8445830941200256, 1.0446796417236328, 0.8286463618278503, -0.33479562401771545, -1.7758386135101318, -2.419520854949951, -2.207296848297119, -1.6158602237701416, -1.3745288848876953, -1.5774508714675903, -1.4928666353225708, -1.033224105834961, -0.7921903729438782, -0.8550050854682922, -1.1226633787155151, -1.5002682209014893, -1.6540484428405762, -1.7031649351119995, -1.605817198753357, -1.1049575805664062, -0.2480839192867279, 0.5480363368988037, 0.9601723551750183, 1.1283766031265259, 1.2220072746276855, 1.2723040580749512, 1.2076737880706787, 0.7200679183006287, 0.09184985607862473, -0.25978946685791016, -0.31979209184646606, -0.13820703327655792, 0.03439223766326904, 0.12659654021263123, 0.14650315046310425, 0.09936803579330444, -0.0716690719127655, -0.3696565628051758, -0.6899799704551697, -0.9868379831314087, -1.232110857963562, -1.3765100240707397, -1.3560669422149658, -0.9614730477333069, -0.28487589955329895, 0.30713218450546265, 0.8519361019134521, 1.1295571327209473, 1.281265139579773, 1.567082405090332, 1.768115520477295, 1.9118646383285522, 2.07646107673645, 2.3369083404541016, 2.775899887084961, 3.547907590866089, 4.054146766662598, 3.1355276107788086, 1.7961583137512207, 0.6689587831497192, 0.29591017961502075, 0.48417842388153076, 0.26033324003219604, -0.7632933855056763, -1.7412580251693726, -1.69632887840271, -1.0515271425247192, -0.8255607485771179, -1.1496690511703491, -1.6480056047439575, -1.8756495714187622, -1.7542102336883545, -2.0260300636291504, -2.4828238487243652, -2.420888900756836, -1.7596217393875122, -0.9363905191421509, -0.7950120568275452, -0.7316953539848328, 0.09211597591638565, 1.3204976320266724, 2.0533299446105957, 1.9497712850570679, 1.3594021797180176, 0.9377757906913757, 1.1971921920776367, 1.4104033708572388, 1.0521348714828491, 0.7662389874458313, 0.6945192217826843, 0.6002700328826904, 0.5035820007324219, 0.4412844777107239, 0.5863016247749329, 0.7839678525924683, 0.5112058520317078, -0.405678391456604, -1.2862392663955688, -1.6209062337875366, -1.4472379684448242, -1.2949761152267456, -1.5661451816558838, -1.9589000940322876, -1.9468533992767334, -1.5498006343841553, -1.1050796508789062, -0.7811235785484314, -0.7378453016281128, -0.6714975237846375, -0.4775853753089905, -0.43412432074546814, -0.52889484167099, -0.3612934947013855, -0.015529327094554901, 0.265329509973526, 0.5045997500419617, 0.5642329454421997, 0.5770937204360962, 0.7182624340057373, 0.8438637852668762, 0.7443912625312805, 0.49284422397613525, 0.23701009154319763, 0.13442803919315338, 0.11073113977909088, 0.00026839543716050684, -0.206689715385437, -0.4670479893684387, -0.675452709197998, -0.8530603051185608, -0.9542409777641296, -1.02878737449646, -1.0233714580535889, -0.9576108455657959, -1.0815191268920898, -1.1191378831863403, -1.0009154081344604, -0.7228498458862305, -0.3347627818584442, 0.02297813445329666, 0.18704190850257874, 0.41388991475105286, 0.7224428653717041, 0.9869434237480164, 1.265235424041748, 1.494416356086731, 1.6874991655349731, 2.0001959800720215, 2.3650596141815186, 2.9242260456085205, 3.582677125930786, 4.055019378662109, 3.4509572982788086, 2.0924971103668213, 0.9237009882926941, 0.36606475710868835, 0.3789399266242981, 0.3198317587375641, -0.4377545118331909, -1.342083215713501, -1.5055997371673584, -1.0943537950515747, -0.6785352230072021, -0.7447628974914551, -1.095123291015625, -1.3883616924285889, -1.392660140991211, -1.6005772352218628, -2.122606039047241, -2.3020665645599365, -2.071206569671631, -1.3935080766677856, -0.9756215214729309, -1.0456054210662842, -0.6926742196083069, 0.28643691539764404, 1.208059310913086, 1.5920039415359497, 1.4440115690231323, 1.1363238096237183, 1.2080501317977905, 1.428763747215271, 1.2957650423049927, 0.976382315158844, 0.9367304444313049, 0.9879205822944641, 0.8853865265846252, 0.6886027455329895, 0.517018735408783, 0.6252231001853943, 0.7478753924369812, 0.4077318012714386, -0.11248275637626648, -0.48467516899108887, -0.6411018967628479, -0.5572806000709534, -0.7527706623077393, -1.2702159881591797, -1.5036448240280151, -1.4685609340667725, -1.4324977397918701, -1.3872758150100708, -1.4230597019195557, -1.3910688161849976, -1.1071797609329224, -0.7430614829063416, -0.6372705101966858, -0.541228175163269, -0.3697092533111572, -0.31235623359680176, -0.2865920662879944, -0.3079374432563782, -0.2921143174171448, -0.20684126019477844, -0.12611046433448792, -0.0981048196554184, -0.13219457864761353, -0.10012923926115036, 0.10588453710079193, 0.37869197130203247, 0.47201472520828247, 0.3597549796104431, 0.2218552678823471, 0.08058822900056839, -0.021720826625823975, -0.10057242959737778, -0.1825324445962906, -0.34174633026123047, -0.5169020891189575, -0.6956315040588379, -0.7346766591072083, -0.5873464345932007, -0.39095839858055115, -0.27427423000335693, -0.2780786156654358, -0.27343684434890747, -0.19255876541137695, -0.019497685134410858, 0.11313749849796295, 0.15590396523475647, 0.22973735630512238, 0.3101929724216461, 0.4609008729457855, 0.6150941252708435, 0.7908651232719421, 1.0934081077575684, 1.448230504989624, 1.6868308782577515, 1.914920687675476, 2.2850797176361084, 2.846449613571167, 3.056659460067749, 2.4505980014801025, 1.418709397315979, 0.7097015976905823, 0.635047972202301, 0.7222152948379517, 0.36236435174942017, -0.28427714109420776, -0.6583235859870911, -0.46587318181991577, -0.13953310251235962, -0.06287483125925064, -0.28456348180770874, -0.5332950949668884, -0.5864741206169128, -0.7110875844955444, -1.1832767724990845, -1.626964807510376, -1.7508819103240967, -1.5268038511276245, -1.3205153942108154, -1.421489953994751, -1.4926352500915527, -1.1021617650985718, -0.3372756838798523, 0.3105381727218628, 0.5362744927406311, 0.513497531414032, 0.5187293291091919, 0.6813626289367676, 0.8395394682884216, 0.720058798789978, 0.5997416377067566, 0.5144994854927063, 0.4006538987159729, 0.33454155921936035, 0.2864167392253876, 0.36595067381858826, 0.6005213856697083, 0.670810878276825, 0.5080070495605469, 0.3122453987598419, 0.12541814148426056, 0.02869248390197754, -0.05477943643927574, -0.3841230571269989, -0.7262827754020691, -0.850649356842041, -0.8909584879875183, -0.9704349040985107, -1.0567193031311035, -1.1713961362838745, -1.1127413511276245, -0.9202975034713745, -0.807007908821106, -0.7558125257492065, -0.6362135410308838, -0.4308857023715973, -0.17531244456768036, -0.026873787865042686, -0.044686682522296906, -0.04112720116972923, -0.037062570452690125, -0.055364906787872314, -0.10156594961881638, -0.1177065521478653, -0.060482531785964966, 0.11610762029886246, 0.33071810007095337, 0.4127788543701172, 0.3884645998477936, 0.362460196018219, 0.34676533937454224, 0.3408094644546509, 0.24993669986724854, 0.03791321814060211, -0.16588068008422852, -0.34925663471221924, -0.5142170190811157, -0.6879984140396118, -0.7688834071159363, -0.7164854407310486, -0.6087588667869568, -0.6136187314987183, -0.6752424240112305, -0.6670588254928589, -0.5843952298164368, -0.4929809272289276, -0.4735293388366699, -0.49771517515182495, -0.4189165234565735, -0.24100065231323242, -0.035294122993946075, 0.07962093502283096, 0.23729312419891357, 0.4212677478790283, 0.6555346846580505, 0.8270727396011353, 0.8999112844467163, 0.9153361320495605, 1.081465244293213, 1.278430700302124, 1.4022470712661743, 1.422671914100647, 1.416918396949768, 1.5122581720352173, 1.5998849868774414, 1.546026349067688, 1.2691600322723389, 0.8475475907325745, 0.6342355608940125, 0.49353155493736267, 0.2916560769081116, 0.09422605484724045, -0.08193539828062057, -0.04187067970633507, 0.055856943130493164, -0.024831227958202362, -0.16911977529525757, -0.29401737451553345, -0.27589207887649536, -0.09326369315385818, -0.11655891686677933, -0.3327333331108093, -0.5096325874328613, -0.4597567617893219, -0.21882906556129456, -0.038191452622413635, -0.10078517347574234, -0.20504635572433472, -0.1819206029176712, -0.06952250003814697, 0.14833056926727295, 0.2520589232444763, 0.18420198559761047, 0.17578403651714325, 0.229854553937912, 0.1952301263809204, 0.11112194508314133, 0.026850692927837372, -0.056490641087293625, -0.14969944953918457, -0.3336647152900696, -0.5422665476799011, -0.6141484379768372, -0.5259020328521729, -0.4517382085323334, -0.43976345658302307, -0.5086362957954407, -0.5241857767105103, -0.47217559814453125, -0.40061405301094055, -0.4162425994873047, -0.4348515272140503, -0.4407009184360504, -0.48812705278396606, -0.5109639763832092, -0.4695131778717041, -0.377694308757782, -0.21425917744636536, -0.025873368605971336, 0.050456732511520386, 0.03878787159919739, 0.06366662681102753, 0.1450948268175125, 0.22315537929534912, 0.23917105793952942, 0.20667646825313568, 0.18659166991710663, 0.18657779693603516, 0.13430656492710114, 0.02058940939605236, -0.03264620155096054, -0.06373638659715652, -0.09967797249555588, -0.16692069172859192, -0.27198782563209534, -0.3225655257701874, -0.3394472002983093, -0.34629908204078674, -0.30907246470451355, -0.2850506603717804, -0.26535987854003906, -0.19760558009147644, -0.10755430161952972, -0.06678703427314758, -0.08439850062131882, -0.06588882952928543, -0.07583168894052505, -0.10070202499628067, -0.10181812196969986, -0.1077270582318306, -0.051227957010269165, 0.03168744593858719, 0.11548689007759094, 0.14431703090667725, 0.13698142766952515, 0.09310349076986313, 0.006886871065944433, -0.12402860075235367, -0.25753897428512573, -0.31086596846580505, -0.34276074171066284, -0.3470679223537445, -0.36900219321250916, -0.3599773347377777, -0.32537516951560974, -0.2958528399467468, -0.2533462941646576, -0.23106275498867035, -0.22692528367042542, -0.19118331372737885, -0.16133028268814087, -0.11343931406736374, -0.052236516028642654, 0.06457999348640442, 0.1761312186717987, 0.32159218192100525, 0.49040091037750244, 0.6316367387771606, 0.7859717011451721, 0.9525021910667419, 1.0803554058074951, 1.1559408903121948, 1.1498541831970215, 1.1375527381896973, 1.1390668153762817, 1.164166808128357, 1.1225324869155884, 0.9830543994903564, 0.843082845211029, 0.78334641456604, 0.762017011642456, 0.7041770815849304, 0.5697742700576782, 0.43222928047180176, 0.3343878984451294, 0.2597575783729553, 0.18942391872406006, 0.09388957172632217, -0.05359487980604172, -0.16924387216567993, -0.2676554322242737, -0.3441248834133148, -0.4222732484340668, -0.5049144625663757, -0.5868574976921082, -0.6267482042312622, -0.6170264482498169, -0.5383365154266357, -0.4301430881023407, -0.3099701404571533, -0.23261959850788116, -0.2297280728816986, -0.22582997381687164, -0.18479983508586884, -0.15592463314533234, -0.17147329449653625, -0.27093347907066345, -0.3702336251735687, -0.44455698132514954, -0.48765674233436584, -0.4646575152873993, -0.43515709042549133, -0.405706524848938, -0.3431510925292969, -0.3529466390609741, -0.3876127004623413, -0.39968377351760864, -0.38685837388038635, -0.3673107624053955, -0.3360207676887512, -0.33272701501846313, -0.3175085484981537, -0.2775821089744568, -0.2103734165430069, -0.0917327031493187, 0.008885788731276989, 0.11804088950157166, 0.17175713181495667, 0.1669679880142212, 0.17560021579265594, 0.2193678915500641, 0.28571078181266785, 0.34129151701927185, 0.3708692193031311, 0.3635052740573883, 0.363130658864975, 0.3977183699607849, 0.39321041107177734, 0.34687256813049316, 0.29232412576675415, 0.20900197327136993, 0.14609523117542267, 0.0941617488861084, 0.0498771071434021, 0.025816965848207474, 0.011616284027695656, -0.017777344211935997, -0.09015834331512451, -0.16853246092796326, -0.21588744223117828, -0.2586679458618164, -0.29630887508392334, -0.35902053117752075, -0.41087186336517334, -0.4438707232475281, -0.4501141607761383, -0.4113640785217285, -0.36157384514808655, -0.3338376581668854, -0.302690714597702, -0.2987819015979767, -0.3169488310813904, -0.29362550377845764, -0.26199132204055786, -0.2382124662399292, -0.2562069296836853, -0.28689929842948914, -0.2529347240924835, -0.1771526336669922, -0.09528722614049911, -0.02585787884891033, -0.01640273816883564, -0.051418766379356384, -0.0644531100988388, -0.05594945326447487, -0.02086382731795311, 0.008603749796748161, 0.021901531144976616, -0.014389296993613243, -0.01414755079895258, -0.016331423074007034, 0.06487399339675903, 0.13934962451457977, 0.18834207952022552, 0.1996155083179474, 0.19936732947826385, 0.19737307727336884, 0.1793586015701294, 0.16943451762199402, 0.20550720393657684, 0.23216713964939117, 0.26725849509239197, 0.2711203396320343, 0.28301841020584106, 0.32631003856658936, 0.3619306683540344, 0.42804470658302307, 0.44488877058029175, 0.4225396513938904, 0.4013908803462982, 0.4263429045677185, 0.45842042565345764, 0.450409471988678, 0.44137701392173767, 0.37571072578430176, 0.3596789836883545, 0.345697820186615, 0.33705073595046997, 0.36180755496025085, 0.3562285304069519, 0.32212764024734497, 0.29645341634750366, 0.2676299810409546, 0.25015145540237427, 0.23860973119735718, 0.24637457728385925, 0.26691579818725586, 0.2633883059024811, 0.21413646638393402, 0.16595540940761566, 0.11173944920301437, 0.05243239179253578, -0.00969669409096241, -0.05589108169078827, -0.12409458309412003, -0.15514616668224335, -0.13804948329925537, -0.12421601265668869, -0.11940515786409378, -0.14225605130195618, -0.1574794203042984, -0.15951988101005554, -0.16663996875286102, -0.2102297693490982, -0.29008418321609497, -0.37125152349472046, -0.42186984419822693, -0.4102790057659149, -0.40069854259490967, -0.3812175691127777, -0.35882505774497986, -0.3638332188129425, -0.38629987835884094, -0.3760133385658264, -0.3518024682998657, -0.3242190182209015, -0.303859144449234, -0.3352794051170349, -0.33691900968551636, -0.29237237572669983, -0.25179553031921387, -0.20967476069927216, -0.19297727942466736, -0.16970950365066528, -0.13711676001548767, -0.0834478959441185, -0.02521800994873047, -0.01622060500085354, 0.014188108965754509, 0.022586574777960777, 0.023033281788229942, 0.022127790376544, 0.0234171561896801, 0.04780939221382141, 0.09897392988204956, 0.11256608366966248, 0.11203744262456894, 0.10349240899085999, 0.060042526572942734, 0.04190131649374962, 0.043657366186380386, 0.029183397069573402, 0.01628839038312435, 0.034271057695150375, 0.04956798255443573, 0.07432641834020615, 0.10043312609195709, 0.08643966913223267, 0.07107337564229965, 0.07919338345527649, 0.11405233293771744, 0.13010361790657043, 0.10701023042201996, 0.09067753702402115, 0.0715712234377861, 0.07635365426540375, 0.06884226202964783, 0.07884755730628967, 0.07742294669151306, 0.09033124893903732, 0.08359462022781372, 0.017776858061552048, -0.09175291657447815, -0.17249757051467896, -0.22930102050304413, -0.25969311594963074, -0.29448628425598145, -0.3280004560947418, -0.335873544216156, -0.31768348813056946, -0.30478355288505554, -0.3225042521953583, -0.34126314520835876, -0.3351955711841583, -0.32180920243263245, -0.30946266651153564, -0.31426724791526794, -0.30178123712539673, -0.2529532015323639, -0.1787424236536026, -0.13009922206401825, -0.08545806258916855, -0.04322770610451698, 0.0407668836414814, 0.09179917722940445, 0.10251377522945404, 0.0977218747138977, 0.10737643390893936, 0.14914993941783905, 0.2121187001466751, 0.24077244102954865, 0.2571207284927368, 0.2871943712234497, 0.32296210527420044, 0.3243667781352997, 0.29125291109085083, 0.24167680740356445, 0.22574645280838013, 0.24734468758106232, 0.26114651560783386, 0.24376969039440155, 0.212739959359169, 0.18860141932964325, 0.2014584243297577, 0.2010124772787094, 0.219720259308815, 0.251384973526001, 0.268189936876297, 0.2449711710214615, 0.22427624464035034, 0.23402118682861328, 0.26427313685417175, 0.3094993233680725, 0.32258689403533936, 0.3353284001350403, 0.34720808267593384, 0.3609248101711273, 0.3623276352882385, 0.31985339522361755, 0.27165117859840393, 0.26373451948165894, 0.28160935640335083, 0.29289400577545166, 0.2868310213088989, 0.2750155031681061, 0.25302648544311523, 0.2426740974187851, 0.20663970708847046, 0.13875643908977509, 0.07793493568897247, 0.054680511355400085, 0.03479446843266487, -0.0381166934967041, -0.10344428569078445, -0.15307042002677917, -0.18104714155197144, -0.19649186730384827, -0.23940452933311462, -0.30248188972473145, -0.3389025032520294, -0.3367122411727905, -0.3513006269931793, -0.3698018193244934, -0.36791589856147766, -0.36968332529067993, -0.36146289110183716, -0.3342002034187317, -0.3168763220310211, -0.292026549577713, -0.27175402641296387, -0.23277704417705536, -0.23920084536075592, -0.2525924742221832, -0.21546907722949982, -0.1541801393032074, -0.09279144555330276, -0.07981394231319427, -0.09022727608680725, -0.11575037240982056, -0.14782443642616272, -0.13623620569705963, -0.11472576856613159, -0.12072721123695374, -0.1518431007862091, -0.17164787650108337, -0.18979699909687042, -0.18704432249069214, -0.1740625947713852, -0.16544994711875916, -0.12884202599525452, -0.09228136390447617, -0.07533708214759827, -0.06766313314437866, -0.05815534293651581, -0.03429519757628441, -0.011235772632062435, -0.004240776412189007, 0.011016168631613255, 0.015427157282829285, 0.06712766736745834, 0.11673711985349655, 0.13725726306438446, 0.16258558630943298, 0.17789265513420105, 0.19219017028808594, 0.19132523238658905, 0.1867607682943344, 0.17882244288921356, 0.154802143573761, 0.1638525426387787, 0.17503340542316437, 0.16556066274642944, 0.1532483696937561, 0.11564655601978302, 0.07233332842588425, 0.03497462719678879, 0.012972154654562473, 0.0011204342590644956, -0.03172394633293152, -0.08110694587230682, -0.11553491652011871, -0.11853796988725662, -0.11900994181632996, -0.11901191622018814, -0.15519125759601593, -0.18063722550868988, -0.17197741568088531, -0.1671416312456131, -0.17472362518310547, -0.22404778003692627, -0.2442580759525299, -0.2221381664276123, -0.212199404835701, -0.19595636427402496, -0.21319837868213654, -0.19755956530570984, -0.17396272718906403, -0.12646791338920593, -0.11894572526216507, -0.10439763218164444, -0.06239605322480202, -0.038076579570770264, -0.0182868130505085, -0.01741117238998413, 0.00781993754208088, 0.008833608590066433, 0.030204474925994873, 0.06353490054607391, 0.07848509401082993, 0.11574728786945343, 0.1239854171872139, 0.1288844794034958, 0.11725186556577682, 0.1460191309452057, 0.18266956508159637, 0.18030980229377747, 0.14630578458309174, 0.14506405591964722, 0.12617278099060059, 0.12777136266231537, 0.1500154435634613, 0.16570954024791718, 0.15049594640731812, 0.15416599810123444, 0.16534467041492462, 0.16505925357341766, 0.17723122239112854, 0.20074470341205597, 0.21829400956630707, 0.2528219521045685, 0.2507971525192261, 0.23709125816822052, 0.22609765827655792, 0.2038959264755249, 0.2260846495628357, 0.2472987174987793, 0.2436949461698532, 0.26557421684265137, 0.27369627356529236, 0.2767150402069092, 0.2781834304332733, 0.21619413793087006, 0.16823938488960266, 0.13039153814315796, 0.08476730436086655, 0.05178705230355263, 0.017928997054696083, -0.01648533158004284, -0.043462123721838, -0.05585834011435509, -0.07280721515417099, -0.11224334686994553, -0.14260265231132507, -0.1652013510465622, -0.15544939041137695, -0.16300615668296814, -0.16828788816928864, -0.16189800202846527, -0.1535167396068573, -0.17462235689163208, -0.17740511894226074, -0.13647961616516113, -0.11647329479455948, -0.052418895065784454, -0.027991272509098053, -0.010525409132242203, 0.010295149870216846, 0.013692283071577549, 0.0068197487853467464, -0.004549126140773296, 0.009060877375304699, 0.02001514844596386, 0.028307577595114708, 0.018895525485277176, -0.0072322506457567215, -0.019132938235998154, -0.016486939042806625, -0.022352268919348717, -0.034371744841337204, -0.060520779341459274, -0.08210720866918564, -0.0934968888759613, -0.09756290167570114, -0.10368739068508148, -0.13600870966911316, -0.1304638385772705, -0.11117184907197952, -0.11048870533704758, -0.12140833586454391, -0.11418582499027252, -0.12378096580505371, -0.135078564286232, -0.14130617678165436, -0.11531145870685577, -0.09847742319107056, -0.102079838514328, -0.11649999767541885, -0.13001641631126404, -0.1314716637134552, -0.13682757318019867, -0.1342364251613617, -0.13216128945350647, -0.11889894306659698, -0.1285688430070877, -0.10486539453268051, -0.07597148418426514, -0.06376315653324127, -0.05969995632767677, -0.07600101828575134, -0.09043082594871521, -0.10157568007707596, -0.08367539197206497, -0.04461539909243584, -0.06893093883991241, -0.10897456854581833, -0.11019154638051987, -0.08207928389310837, -0.09669236093759537, -0.09035249799489975, -0.06155656650662422, -0.09992123395204544, -0.07524797320365906, -0.08265729993581772, -0.10685113817453384, -0.060691576451063156, -0.04657197371125221, -0.0026114312931895256, 0.04825320839881897, 0.02074371464550495, -2.7792280889116228e-05, 0.03008870780467987, 0.07478562742471695, 0.11445030570030212, 0.08832838386297226, 0.07162655144929886, 0.06533783674240112, 0.07940711081027985, 0.14906096458435059, 0.1428728848695755, 0.14856024086475372, 0.12616023421287537, 0.12550733983516693, 0.14130355417728424, 0.12467803061008453, 0.12442485243082047, 0.16713663935661316, 0.13534054160118103, 0.12228795886039734, 0.1065143570303917, 0.11821945756673813, 0.16445182263851166, 0.1696057915687561, 0.1716608852148056, 0.1388593316078186, 0.14986704289913177, 0.173923060297966, 0.14841008186340332, 0.1726253628730774, 0.16400805115699768, 0.15041565895080566, 0.14689531922340393, 0.1390477567911148, 0.14768892526626587, 0.13581237196922302, 0.1409601867198944, 0.16633832454681396, 0.15937402844429016, 0.12407155334949493, 0.09717036038637161, 0.09851574152708054, 0.10312151163816452, 0.131368026137352, 0.09300456196069717, 0.07373248040676117, 0.06182313710451126, 0.07100528478622437, 0.022908460348844528, 0.031254805624485016, 0.014096169732511044, -0.028120173141360283, -0.022199852392077446, -0.006330251228064299, -0.06190542131662369, -0.04202333837747574, -0.06161794066429138, -0.06330922991037369, -0.06333376467227936, -0.0917053371667862, -0.1054522693157196, -0.10828906297683716, -0.15058010816574097, -0.12251006811857224, -0.15770435333251953, -0.1485700160264969, -0.13066723942756653, -0.13417379558086395, -0.14183101058006287, -0.13562092185020447, -0.08639302104711533, -0.11023551970720291, -0.12341270595788956, -0.07643572986125946, -0.10418068617582321, -0.09324925392866135, -0.051242608577013016, -0.07417115569114685, -0.05637044087052345, -0.04373830184340477, -0.06477241963148117, -0.046494074165821075, -0.008447420783340931, -0.013293443247675896, 0.012949604541063309, -0.020524289458990097, -0.052492655813694, -0.0033621005713939667, -0.013155891560018063, -0.02278207801282406, -0.037266846746206284, -0.037543702870607376, -0.03749217838048935, -0.03762716427445412, -0.055860474705696106, 0.025436503812670708, -0.021895159035921097, -0.01380243245512247, -0.017590941861271858, -0.04318353906273842, -0.0034291574265807867, -0.037014421075582504, 0.04960796236991882, 0.03518311679363251, 0.0008315326413139701, -0.008057539351284504, -0.021148748695850372, -0.02275543473660946, -0.030832044780254364, -0.007311580702662468, 0.02270514890551567, -0.026209482923150063, -0.048807308077812195, -0.027732478454709053, -0.024897020310163498, -0.011246475391089916, -0.018251629546284676, -0.007028010208159685, -0.015273370780050755, -0.08018245548009872, -0.1130182296037674, -0.10348690301179886, -0.08439160138368607, -0.10866133868694305, -0.14318163692951202, -0.08687380701303482, -0.0992259755730629, -0.032786138355731964, -0.046432845294475555, -0.08023432642221451, -0.09191521257162094, -0.07305169850587845, -0.09716225415468216, -0.0985586941242218, -0.05438974127173424, -0.03264068439602852, 0.022436058148741722, 0.012721382081508636, -0.020808732137084007, 0.04403908923268318, 0.04193441942334175, 0.07600163668394089, 0.05160679295659065, 0.04281340539455414, 0.07017985731363297, 0.052964627742767334, 0.10465408861637115, 0.0898406133055687, 0.08166090399026871, 0.1603274792432785, 0.11177439242601395, 0.10345954447984695, 0.11663573980331421, 0.10629522055387497, 0.12296391278505325, 0.10147123038768768, 0.10768868029117584, 0.11793600767850876, 0.1329726129770279, 0.08779136091470718, 0.10933063179254532, 0.13795500993728638, 0.09474214166402817, 0.10942980647087097, 0.09871865063905716, 0.12120798975229263, 0.09732886403799057, 0.07857728749513626, 0.08546624332666397, 0.04807046800851822, 0.05357373133301735, 0.051801133900880814, 0.03352990746498108, 0.06331750750541687, 0.0307926032692194, 0.018945299088954926, 0.03704264387488365, 0.02326144650578499, 0.015144993551075459, -0.0021825425792485476, -0.026280809193849564, 0.020561859011650085, 0.07154969871044159, 0.03841753304004669, 0.042471252381801605, 0.059632059186697006, 0.023326082155108452, 0.02429749257862568, 0.003265125909820199, -0.01379289012402296, -0.03317388519644737, -0.012524080462753773, -0.011663244105875492, -0.03786353021860123, 0.004015227314084768, -0.03032711334526539, -0.051281869411468506, -0.05226350575685501, -0.06736031174659729, -0.03739495575428009, -0.076564721763134, -0.0798955038189888, -0.10364075005054474, -0.07491832226514816, -0.050568658858537674, -0.0557730570435524, -0.05358557030558586, -0.06969349831342697, -0.07169859111309052, -0.06233791634440422, -0.07390356808900833, -0.08492020517587662, -0.06693964451551437, -0.10703089088201523, -0.07482142001390457, -0.021276205778121948, -0.00953806284815073, -0.03843873739242554, -0.061485547572374344, -0.03245949372649193, -0.008337516337633133, 0.014944372698664665, 0.0074022687040269375, 0.017049219459295273, 0.029681174084544182, -0.00017152914369944483, 0.0008427396533079445, 0.030073001980781555, 0.04980888217687607, 0.015399863012135029, 0.008111472241580486, 0.013700496405363083, 0.011161386966705322, -0.0016689366893842816, -0.035613175481557846, -0.0516321137547493, -0.06954237818717957, -0.03607578203082085, 0.0015854970552027225, 0.00559783773496747, -0.02819552645087242, -0.014252334833145142, 0.00806483719497919, -0.015251134522259235, -0.0449160598218441, -0.04827631637454033, -0.03118230774998665, -0.04225346818566322, -0.05959679186344147, -0.07029110938310623, -0.09625725448131561, -0.09604315459728241, -0.06693647801876068, -0.028122689574956894, -0.014958325773477554, -0.025098532438278198, -0.023587442934513092, -0.03395339846611023, -0.019663307815790176, -0.007708132266998291, -0.0325302891433239, -0.05879896506667137, -0.042183768004179, -0.021563095971941948, 0.002634605625644326, 0.01372513547539711, -0.011164423078298569, -0.0161623302847147, -0.017572550103068352, 0.003966582007706165, 0.03062053769826889, 0.056523676961660385, 0.06587047129869461, 0.04922499507665634, 0.0378761887550354, 0.04898887500166893, 0.053279925137758255, 0.05838465318083763, 0.07273764163255692, 0.0821092277765274, 0.06430616229772568, 0.05830790475010872, 0.05154716968536377, 0.05366126820445061, 0.05704088136553764, 0.07653995603322983, 0.09713631868362427, 0.08625640720129013, 0.0880313515663147, 0.08533584326505661, 0.08621776849031448, 0.09577606618404388, 0.08114681392908096, 0.04992511495947838, 0.03693634644150734, 0.04590364545583725, 0.05349717661738396, 0.06659407168626785, 0.05076009780168533, 0.018639810383319855, 0.01896147057414055, 0.02209339290857315, 0.030941076576709747, 0.038467612117528915, 0.04103769361972809, 0.031866930425167084, 0.021271904930472374, 0.0025107089895755053, -0.029029833152890205, -0.03995390981435776, -0.028307277709245682, -0.008844215422868729, -0.006132683251053095, -0.035833414644002914, -0.06331335008144379, -0.05635502189397812, -0.0528533011674881, -0.039904966950416565, -0.02711666375398636, -0.029202187433838844, -0.03735680505633354, -0.046435486525297165, -0.053408168256282806, -0.06491392105817795, -0.07770554721355438, -0.08593740314245224, -0.0772516056895256, -0.07029528170824051, -0.07607276737689972, -0.08488932996988297, -0.10046742111444473, -0.08990997076034546, -0.08699510991573334, -0.06392860412597656, -0.047804079949855804, -0.04028899222612381, -0.02020113170146942, -0.02389073371887207, -0.01967402547597885, -0.02928007021546364, -0.04566368833184242, -0.04997338354587555, -0.042338453233242035, -0.019609827548265457, -0.0023471713066101074, 0.006889696232974529, 0.009155464358627796, 0.017839092761278152, 0.019195297732949257, 0.025845510885119438, 0.03240453451871872, 0.034269869327545166, 0.03459220379590988, 0.03071807324886322, 0.029345130547881126, 0.02203964628279209, 0.006042571272701025, 0.008726394735276699, 0.020907942205667496, 0.027737831696867943, 0.02996702305972576, 0.027409739792346954, 0.017031867057085037, 0.015446736477315426, 0.016467591747641563, 0.030850321054458618, 0.03373916447162628, 0.03448959067463875, 0.03370135650038719, 0.03626786172389984, 0.041734255850315094, 0.06125275790691376, 0.08043839782476425, 0.08364424854516983, 0.0754268541932106, 0.07198435068130493, 0.07521046698093414, 0.057218845933675766, 0.03363362327218056, 0.03781802952289581, 0.028347251936793327, 0.038924235850572586, 0.05392191931605339, 0.03790993615984917, 0.015374052338302135, -0.005372914485633373, -0.02127239480614662, -0.0429936945438385, -0.047761350870132446, -0.04505373537540436, -0.030166039243340492, -0.025409264490008354, -0.04268696904182434, -0.05239883065223694, -0.059431292116642, -0.057880669832229614, -0.04968901351094246, -0.032512158155441284, -0.026030519977211952, -0.022781575098633766, -0.027414942160248756, -0.029110843315720558, -0.03236669301986694, -0.020779980346560478, -0.009476110339164734, -0.011196707375347614, -0.006314658559858799, -0.008478808216750622, 0.0009944881312549114, 0.011472703889012337, 0.006156299263238907, 0.010060470551252365, 0.006878421176224947, 0.005091940052807331, 0.006047873757779598, 0.006119132041931152, 0.007774932775646448, 0.005288157146424055, 0.00492504658177495, -0.006186541635543108, -0.012726708315312862, -0.012111091986298561, -0.001605214667506516, -0.0007624581921845675, -0.01255717035382986, -0.02291109785437584, -0.032324355095624924, -0.029050469398498535, -0.021021388471126556, -0.015172785148024559, -0.00477136205881834, -0.005946069490164518, -0.010216129012405872, -0.013414861634373665, -0.0017159825656563044, 0.018483292311429977, 0.029009440913796425, 0.04761224985122681, 0.03644752502441406, 0.008143893443048, -0.007118995301425457, 0.013217763043940067, 0.06357013434171677, 0.09482024610042572, 0.08091381192207336, 0.05123419687151909, 0.04482822120189667, 0.03343243896961212, 0.006377587094902992, -0.013173163868486881, -0.011728274635970592, -0.00842287391424179, -0.018754491582512856, -0.01829816773533821, -0.006451946217566729, -0.0058660972863435745, -0.014309541322290897, -0.03936735913157463, -0.06784319132566452, -0.06906308233737946, -0.06597074121236801, -0.053095195442438126, -0.042503513395786285, -0.040370166301727295, -0.045855071395635605, -0.03267577290534973, -0.011949742212891579, -0.0015808346215635538, -0.021143512800335884, -0.035331279039382935, -0.03226226940751076, -0.00642022117972374, 0.01413189060986042, 0.019537201151251793, -0.01934082619845867, -0.02818787284195423, -0.023948749527335167, -0.006318200379610062, 0.01870325766503811, 0.046330440789461136, 0.06435399502515793, 0.06901439279317856, 0.06084636226296425, 0.050779424607753754, 0.02871752344071865, -0.005394265986979008, -0.009280622936785221, -0.008215652778744698, -0.026477836072444916, -0.03860905393958092, -0.06069837883114815, -0.05283338204026222, -0.03926871716976166, -0.021032527089118958, -0.0015884928870946169, 0.010395752266049385, 0.0124762412160635, 0.007882891222834587, 0.0053746821358799934, -0.004766817204654217, -0.022643020376563072, 0.003539269557222724, 0.04312143102288246, 0.06200709939002991, 0.0630202367901802, 0.07369985431432724, 0.06404935568571091, 0.07437187433242798, 0.06958198547363281, 0.06454383581876755, 0.07064524292945862, 0.06367471814155579, 0.05885499715805054, 0.043562039732933044, 0.0315755158662796, 0.010776611976325512, -0.005906520877033472, -0.010730097070336342, -0.004745688289403915, 0.003301729913800955, -0.01064781192690134, -0.021427879109978676, -0.027803970500826836, -0.030934156849980354, -0.03400440514087677, -0.029297752305865288, -0.02280614897608757, -0.02075711451470852, -0.020817527547478676, -0.02102290280163288, -0.02218085713684559, -0.021206190809607506, -0.026019670069217682, -0.02256341651082039, -0.01989063434302807, -0.02497187815606594, -0.02731994539499283, -0.01910945400595665, -0.01820071041584015, -0.024295320734381676, -0.023312337696552277, -0.004589665215462446, 0.004223974421620369, -0.0034320440609008074, -0.003297609742730856, -0.003968037664890289, -0.006825113203376532, -0.00605898629873991, 0.002361448248848319, 0.015935182571411133, 0.030452175065875053, 0.02464577928185463, 0.021212605759501457, 0.010249658487737179, 0.002796550514176488, -0.007473316043615341, -0.016044335439801216, 0.0009642454679124057, -0.004222754389047623, -0.00464267935603857, -0.002446418162435293, -0.0050231171771883965, 0.009238841943442822, 0.029152320697903633, 0.012886841781437397, 0.012924504466354847, 0.01403485145419836, -7.163199916249141e-05, -0.011451438069343567, -0.01559816487133503, -0.009827823378145695, -0.0017183024901896715, 0.0045167566277086735, 0.01557888276875019, 0.01839693821966648, 0.016594193875789642, 0.011209544725716114, 0.011882014572620392, 0.00752304308116436, 0.0029368209652602673, -0.0008134264498949051, 0.0003672418533824384, 0.001400813809596002, -0.0030124634504318237, -0.006626948248594999, -0.004144282545894384, -0.006462037563323975, -0.010577225126326084, -0.0121366698294878, -0.01988210156559944, -0.029710939154028893, -0.03436250984668732, -0.03661452233791351, -0.029666842892766, -0.020239951089024544, -0.019630838185548782, -0.009931164793670177, -0.008938346989452839, 0.0030659951735287905, 0.011106385849416256, 0.003006645478308201, -0.001991208177059889, -0.0035289961379021406, 0.000976871233433485, -0.005695856176316738, 0.005316261667758226, 0.005781303625553846, 0.00846713874489069, 0.012405497953295708, 0.007832358591258526, -0.0027781364042311907, -0.0016955849714577198, 0.0026376901660114527, 0.012180334888398647, 0.010590734891593456, 0.013243453577160835, 0.010274846106767654, 0.013948187232017517, 0.01832401379942894, 0.02710513211786747, 0.03403010591864586, 0.03993486985564232, 0.04080674424767494, 0.040150199085474014, 0.024136541411280632, 0.014920302666723728, 0.017688121646642685, 0.010386405512690544, 0.008251088671386242, 0.011016071774065495, 0.010304071009159088, 0.011309723369777203, 0.01756899245083332, 0.006162115838378668, -0.026487816125154495, -0.03826655447483063, -0.038353342562913895, -0.03283105418086052, -0.02903979830443859, -0.02283155918121338, -0.02577151544392109, -0.01713419333100319, -0.006403010804206133, -0.00986569281667471, -0.02667785808444023, -0.03852235898375511, -0.027247339487075806, -0.013365925289690495, -0.004312384873628616, -0.015869131311774254, -0.053699273616075516, -0.051538046449422836, -0.047518040984869, -0.03127921745181084, -0.005225589964538813, -0.0007528203423134983, 2.6007211999967694e-05, -0.002166576450690627, -0.008543281815946102, -0.01656043343245983, -0.03209823742508888, -0.04477236047387123, -0.03302820399403572, -0.015906063839793205, -0.01525657344609499, -0.005112412851303816, -0.0009622022043913603, 0.0019430109532549977, 0.0017768298275768757, 0.011260864324867725, 0.02355513907968998, 0.027037393301725388, 0.03315621241927147, 0.025043200701475143, 0.02432320825755596, 0.026676522567868233, 0.017347151413559914, 0.012560641393065453, 0.019391803070902824, 0.020031871274113655, 0.02265569008886814, 0.020568789914250374, 0.01816914975643158, 0.016807053238153458, 0.013920709490776062, 0.010918654501438141, 0.010921498760581017, 0.009831256233155727, 0.001857605529949069, 0.0010634743375703692, 0.0033816818613559008, -0.0012167831882834435, -0.008740177378058434, -0.015098754316568375, -0.012769744731485844, -0.002749531762674451, 0.0037562563084065914, 0.008491666056215763, 0.003236904041841626, 0.0032677561976015568, 0.002544802613556385, 0.002940224017947912, 0.0036913712974637747, 0.003474567783996463, 0.0021599887404590845, -0.008213621564209461, -0.015910940244793892, -0.01431006658822298, -0.02059672586619854, -0.020384598523378372, -0.008726789616048336, -0.00526411971077323, 1.5266323316609487e-05, 0.020835602656006813, 0.05586160719394684, 0.07033535838127136, 0.05841398984193802, 0.05489470064640045, 0.05082729086279869, 0.04235102981328964, 0.029675250872969627, 0.024722399190068245, 0.03726169466972351, 0.03652217239141464, 0.008513555862009525, 0.004646919667720795, 0.00434181047603488, 0.0020021230448037386, -0.002820539753884077, 0.0038869627751410007, -0.018514515832066536, -0.04973727464675903, -0.05814948305487633, -0.04235919937491417, -0.025821249932050705, -0.021711070090532303, -0.017477763816714287, -0.010744049213826656, -0.010413977317512035, -0.01585233025252819, -0.03133633732795715, -0.04804861173033714, -0.03786153718829155, -0.006549306213855743, 0.0048049455508589745, 0.012182758189737797, 0.019205505028367043, 0.017312627285718918, 0.015240471810102463, 0.019883090630173683, 0.024967925623059273, 0.025979148223996162, 0.027916697785258293, 0.02834477461874485, 0.021452244371175766, 0.0219090785831213, 0.0228994432836771, 0.012505481950938702, -0.0027776164934039116, -0.01148995105177164, -0.007741623558104038, -0.006354933604598045, -0.008730066940188408, 0.0010701460996642709, -0.00019742392760235816, -0.007635087706148624, -0.005906504578888416, -0.007754221558570862, -0.01120378915220499, -0.013835541903972626, -0.018913552165031433, -0.013636798597872257, -0.01576119288802147, -0.0066267275251448154, -0.0068888538517057896, -0.008083613589406013, -0.009735423140227795, -0.011782301589846611, -0.011139645241200924, -0.020314764231443405, -0.019274352118372917, -0.012674018740653992, -0.017710762098431587, -0.01218198612332344, -0.016160830855369568, -0.021969402208924294, -0.045612625777721405, -0.06128466874361038, -0.04756574705243111, -0.04345627501606941, -0.033641476184129715, -0.013027358800172806, -0.009232190437614918, -0.019654754549264908, -0.02833881601691246, -0.03590058535337448, -0.024940960109233856, -0.009397421032190323, 0.0025107210967689753, 0.014598209410905838, 0.016856713220477104, 0.01725766807794571, 0.024544846266508102, 0.032403696328401566, 0.022908691316843033, 0.00911757256835699, 0.011435827240347862, 0.018076647073030472, 0.008806601166725159, -0.004815435037016869, -0.025629818439483643, -0.013784880749881268, -0.00871534924954176, 0.010578623972833157, 0.028699183836579323, 0.03603062778711319, 0.03519364446401596, 0.02987700141966343, 0.026116935536265373, 0.018161596730351448, 0.0003093791310675442, -0.009796060621738434, -0.0018734079785645008, 0.008132699877023697, -0.003031183732673526, -0.013124072924256325, -0.03289664909243584, -0.020749138668179512, -0.014169544912874699, 0.003939604852348566, 0.024691130965948105, 0.029082048684358597, 0.032890498638153076, 0.025745289400219917, 0.019756583496928215, 0.007757327053695917, -0.0037888551596552134, -0.008639211766421795, -0.0008983244770206511, 0.031165553256869316, 0.046015579253435135, 0.048668839037418365, 0.05048979073762894, 0.05310487747192383, 0.05120835825800896, 0.04991905391216278, 0.051105745136737823, 0.04929305613040924, 0.03857170045375824, 0.019880224019289017, 0.013735970482230186, 0.0007672608480788767, -0.01455443911254406, -0.021497050300240517, -0.020168542861938477, -0.008121538907289505, -0.011201361194252968, -0.02517322078347206, -0.042091257870197296, -0.04250854626297951, -0.02379222959280014, -0.05747134983539581, 0.10524821281433105, 0.12019170820713043, -0.24418401718139648, -0.10770945996046066, 0.08071552217006683, 0.1902233362197876, -0.03698735311627388, -0.1921614557504654, -0.0330863893032074, 0.13029973208904266, 0.10219653695821762, -0.06625445187091827, -0.13684555888175964, -0.010457797907292843, 0.07990051805973053, 0.014355962164700031, -0.06449052691459656, -0.02556695230305195, 0.08635623008012772, 0.07473861426115036, -0.016923565417528152, -0.03944781795144081, -0.00040830866782926023, 0.029558168724179268, 0.011165752075612545, -0.025322508066892624, -0.02855163998901844, 0.036965351551771164, -0.029254207387566566, -0.09578629583120346, -0.05426269397139549, 0.02083861455321312, 0.02725384198129177, 0.0006411139038391411, -0.0038900626823306084, -0.013521645218133926, 0.02857447974383831, 0.027563631534576416, -0.05196663737297058, -0.029905911535024643, -0.07125010341405869, 0.02630661614239216, -0.008118853904306889, -0.003468068316578865, -0.012783899903297424, 0.027223575860261917, 0.008933947421610355, -0.020928887650370598, -0.017724281176924706, 0.0038271944504231215, -0.002127226907759905, -0.016955353319644928, -0.03451632335782051, -0.010480106808245182, 0.0037301378324627876, -0.004914956167340279, -0.018170615658164024, -0.0266397837549448, -0.0148778622969985, -0.008505688048899174, -0.023735759779810905, -0.032879263162612915, -0.019659284502267838, -0.01487782597541809, -0.04105280712246895, -0.04120810329914093, -0.035878825932741165, -0.036731719970703125, -0.042273759841918945, -0.035900212824344635, -0.017484234645962715, -0.028219779953360558, -0.011265869252383709, -0.00396084925159812, 0.0031505681108683348, -0.005745152477174997, -0.011636684648692608, 0.04283566400408745, 0.049605075269937515, 0.059679191559553146, 0.0495951883494854, 0.0543539859354496, 0.057192929089069366, 0.041664108633995056, 0.03864956274628639, 0.04398063197731972, 0.0513836145401001, 0.025604095309972763, 0.024024909362196922, 0.0016077087493613362, 0.004418145399540663, 0.00028981405193917453, -0.004450913053005934, -0.0198704544454813, -0.02346358262002468, -0.02028593420982361, -0.022193176671862602, -0.036443453282117844, -0.03537923842668533, -0.022838804870843887, -0.0025823162868618965, -0.010326020419597626, 0.007474333979189396, 0.01754705421626568, 0.005324598867446184, 0.007849622517824173, 0.01165782567113638, 0.006532412022352219, 0.0069526322185993195, 0.014380214735865593, 0.01257359329611063, 0.0164226945489645, 0.042194098234176636, 0.06852854043245316, 0.08242624998092651, 0.10970388352870941, 0.11350889503955841, 0.08349023014307022, 0.034648846834897995, 0.0003976740699727088, 0.0064980341121554375, 0.021851282566785812, -0.0010942178778350353, -0.014750512316823006, 0.0017236124258488417, 0.028312530368566513, 0.01681951805949211, 0.004418459255248308, 0.0358586311340332, 0.05979197844862938, 0.06992784887552261, 0.052224237471818924, 0.00466177286580205, -0.008001204580068588, 0.008113233372569084, 0.012517509050667286, 0.016389688476920128, 0.02544075809419155, 0.02703183889389038, 0.0240444578230381, 0.017577698454260826, 0.006006533745676279, 0.00041152886115014553, 0.0060796551406383514, 0.006162088830024004, -0.0035506212152540684, -0.012044422328472137, -0.0067297955974936485, -0.0024671214632689953, -0.024680541828274727, -0.022869685664772987, -0.16807357966899872, -0.23801350593566895, -0.1615602970123291, 0.06458204239606857, 0.1640796959400177, 0.03989054262638092, -0.05831627547740936, -0.21137331426143646, -0.2230239063501358, -0.18113040924072266, 0.01813611574470997, 0.1024310514330864, 0.05079537630081177, -0.01848016306757927, -0.07029340416193008, -0.04701876640319824, 0.00341772916726768, 0.03937763720750809, 0.03348720818758011, 0.023309534415602684, 0.04520505294203758, 0.08079694211483002, 0.05220901966094971, 0.05180829018354416, 0.03463353216648102, -0.004541759379208088, -0.011034172959625721, -0.07255806028842926, 0.039051901549100876, -0.06009228155016899, 0.00410832604393363, 0.06942806392908096, -0.06688348203897476, 0.006916297599673271, -0.0949137732386589, -0.029086725786328316, -0.06179509684443474, 0.04749337583780289, -0.09574621170759201, -0.19624647498130798, -0.1317729502916336, -0.17229875922203064, 0.06245435029268265, 0.059396158903837204, 0.0006500571616925299, -0.03341839462518692, -0.10440167784690857, -0.13022197782993317, -0.13402479887008667, 0.024147966876626015, -0.07288460433483124, 0.1630520224571228, 0.10217994451522827, -0.0028442274779081345, -0.14565102756023407, -0.14900368452072144, -0.003312522079795599, -0.09141675382852554, 0.0634034126996994, 0.08580679446458817, 0.09516289830207825, 0.09825263172388077, 0.10412529110908508, -0.018739212304353714, -0.01228365022689104, 0.07055968791246414, 0.08567515015602112, 0.02185324765741825, 0.2440023571252823, 0.25026118755340576, 0.002066112821921706, 0.02214648574590683, 0.11911400407552719, 0.033559009432792664, 0.020926229655742645, 0.06631255149841309, 0.15285243093967438, 0.07578544318675995, 0.12847885489463806, 0.06303350627422333, -0.034263066947460175, 0.05122615396976471, 0.10876530408859253, -0.051699865609407425, -0.047040876001119614, 0.11997450143098831, 0.031343020498752594, -0.048121605068445206, 0.057145729660987854, 0.027178246527910233, -0.1258658468723297, -0.07272900640964508, 0.0125346127897501, -0.11606085300445557, -0.027983030304312706, 0.06668316572904587, -0.01568148285150528, -0.015591427683830261, -0.017561543732881546, -0.0241306833922863, -0.0592816025018692, -0.06435947120189667, 0.036876071244478226, -0.02414027228951454, -0.006494464818388224, 0.07258938997983932, 0.03487575799226761, -0.015322210267186165, 0.036147378385066986, -0.030897073447704315, -0.07321435958147049, -0.00860331766307354, -0.02316407673060894, -0.04939040169119835, -0.038359325379133224, 0.015196608379483223, -0.02892778068780899, -0.1126408651471138, -0.060769859701395035, -0.05645621195435524, -0.10574766248464584, -0.09176793694496155, -0.03293469920754433, -0.139979287981987, -0.07643412053585052, -0.08441928774118423, -0.018658090382814407, -0.09907575696706772, -0.12801767885684967, -0.02471339888870716, -0.0743282213807106, -0.13863052427768707, -0.09440402686595917, -0.027180667966604233, -0.09129749983549118, -0.05036970227956772, -0.12374745309352875, -0.09131217747926712, -0.12488345801830292, -0.07774639129638672, 0.005091454833745956, -0.07421944290399551, -0.08832944929599762, 0.09571182727813721, -0.03469112887978554, -0.143933966755867, 0.008705025538802147, 0.06198355555534363, -0.10234221071004868, -0.02713337354362011, 0.03376175835728645, -0.007173728663474321, 0.008408182300627232, -0.10901383310556412, -0.03453049436211586, -0.023484382778406143, -0.07218580693006516, -0.002705258782953024, 0.036894943565130234, -0.042535070329904556, 0.07320813089609146, -0.07014628499746323, -0.13237929344177246, 0.002001360058784485, -0.2189072221517563, -0.08297498524188995, 0.0008295942679978907, 0.10245975106954575, 0.04294561594724655, 0.04861076548695564, 0.03111000917851925, -0.05069109424948692, -0.05947355926036835, 0.11022262275218964, 0.019995858892798424, 0.06854432076215744, 0.11789125949144363, 0.08436540514230728, 0.14310042560100555, -0.004763390403240919, 0.10842254757881165, 0.11229123175144196, 0.14485163986682892, 0.0864153727889061, 0.07455643266439438, 0.2292516827583313, 0.12392020225524902, 0.13251923024654388, 0.20138601958751678, 0.15474632382392883, 0.051184527575969696, 0.0541534386575222, 0.14113304018974304, 0.18518270552158356, 0.22405748069286346, 0.11655084043741226, 0.17726215720176697, 0.18102110922336578, 0.11738790571689606, 0.23788653314113617, 0.2712446451187134, 0.24047598242759705, 0.39227843284606934, 0.3184013366699219, 0.35495811700820923, 0.3909459710121155, 0.39407965540885925, 0.45445001125335693, 0.4705735445022583, 0.4491349458694458, 0.47903865575790405, 0.5650855898857117, 0.5267336368560791, 0.43433406949043274, 0.3670879006385803, 0.2934824228286743, 0.2079998403787613, 0.2629220187664032, 0.35000181198120117, 0.3576207458972931, 0.22856980562210083, 0.11531827598810196, -0.06025025621056557, -0.1635323017835617, -0.2767513692378998, -0.31054869294166565, -0.19961078464984894, -0.2577247619628906, -0.35167521238327026, -0.47589820623397827, -0.6622719168663025, -0.7014691233634949, -0.6570276021957397, -0.6717928647994995, -0.5857542753219604, -0.5233273506164551, -0.5642527937889099, -0.5410201549530029, -0.5570492148399353, -0.5742297172546387, -0.5091412663459778, -0.4262668490409851, -0.38249555230140686, -0.3019273281097412, -0.22894467413425446, -0.18453805148601532, -0.17805707454681396, -0.1756000518798828, -0.11848243325948715, -0.14022676646709442, -0.1635575294494629, -0.15057756006717682, -0.12394961714744568, -0.08614585548639297, -0.05258403718471527, -0.0611383318901062, -0.08674032986164093, -0.08820464462041855, -0.131557434797287, -0.20491281151771545, -0.3345729112625122, -0.2576950192451477, -0.18585842847824097, -0.19105592370033264, -0.16252198815345764, -0.19348689913749695, -0.33576253056526184, -0.4221028685569763, -0.4888468384742737, -0.49300771951675415, -0.3347625732421875, -0.2879047989845276, -0.28210878372192383, -0.27790725231170654, -0.3627486228942871, -0.42954590916633606, -0.42375996708869934, -0.36269840598106384, -0.235976904630661, -0.15178550779819489, -0.138339564204216, -0.06378646939992905, -0.05899835005402565, -0.08755359798669815, -0.03614991158246994, 0.0025378733407706022, 0.0821022316813469, 0.037657104432582855, 0.11728937178850174, 0.1080038845539093, 0.0893765389919281, 0.18891221284866333, 0.18965351581573486, 0.15459103882312775, 0.1290358155965805, 0.16188666224479675, 0.19213445484638214, 0.24254636466503143, 0.20912528038024902, 0.2351199984550476, 0.26882848143577576, 0.2109387218952179, 0.22344541549682617, 0.2953765392303467, 0.36326295137405396, 0.3395195007324219, 0.3526207208633423, 0.36462077498435974, 0.45613986253738403, 0.5412518382072449, 0.5507867336273193, 0.629822313785553, 0.7208084464073181, 0.7314707040786743, 0.7710238695144653, 0.8263100981712341, 0.8840178847312927, 0.9873241186141968, 1.085282325744629, 1.1849067211151123, 1.3038609027862549, 1.4521572589874268, 1.5008796453475952, 1.550611138343811, 1.3758447170257568, 1.056976079940796, 0.7290046215057373, 0.6891987919807434, 0.8920004963874817, 1.2616851329803467, 1.490389347076416, 1.3181631565093994, 0.8900759220123291, 0.2649437189102173, -0.1708328127861023, -0.4226061999797821, -0.3986712694168091, -0.19113300740718842, -0.015838654711842537, -0.08533640950918198, -0.44590651988983154, -0.977337121963501, -1.3989390134811401, -1.5560039281845093, -1.4309836626052856, -1.1586874723434448, -0.9841975569725037, -0.9381344318389893, -1.067919373512268, -1.212846040725708, -1.363370418548584, -1.4323855638504028, -1.3762139081954956, -1.180173397064209, -0.951046347618103, -0.7373088002204895, -0.6198632717132568, -0.5709412693977356, -0.525338888168335, -0.49197468161582947, -0.4492645859718323, -0.42196211218833923, -0.40937644243240356, -0.2996169626712799, -0.15805351734161377, -0.04450063034892082, 0.08606158196926117, 0.12412123382091522, 0.10154905170202255, 0.013571792282164097, -0.06491301208734512, -0.13312216103076935, -0.04291684553027153, 0.10246211290359497, 0.22916100919246674, 0.33489716053009033, 0.32211044430732727, 0.2225840538740158, 0.09243173897266388, -0.005458878353238106, -0.0207784716039896, 0.07473944872617722, 0.19579027593135834, 0.2813011109828949, 0.2756634056568146, 0.20014819502830505, 0.0520404577255249, -0.05238976702094078, -0.23567549884319305, -0.3498168885707855, -0.37253159284591675, -0.3228971064090729, -0.22432951629161835, -0.19541624188423157, -0.22427213191986084, -0.4085887372493744, -0.5966924428939819, -0.806122899055481, -0.8789345622062683, -0.8460772633552551, -0.6862457990646362, -0.5418912768363953, -0.46142223477363586, -0.5363127589225769, -0.6190590262413025, -0.6707025170326233, -0.6356768012046814, -0.551470160484314, -0.38311487436294556, -0.2465045154094696, -0.18194495141506195, -0.1552990972995758, -0.18481820821762085, -0.14855094254016876, -0.0795268565416336, -0.047063056379556656, 0.009334527887403965, 0.05973862484097481, 0.13844449818134308, 0.1438084989786148, 0.2152530550956726, 0.2531988024711609, 0.24042774736881256, 0.2060847282409668, 0.131129190325737, 0.11900237202644348, 0.1413007229566574, 0.26004549860954285, 0.33989712595939636, 0.37654200196266174, 0.3610105812549591, 0.3104184567928314, 0.23299352824687958, 0.2608550786972046, 0.3694694936275482, 0.4940609335899353, 0.5847252607345581, 0.6213981509208679, 0.6318116784095764, 0.5875015258789062, 0.6531956791877747, 0.7789881825447083, 0.8757583498954773, 0.9586160182952881, 1.0595697164535522, 1.0998231172561646, 1.1629984378814697, 1.2480748891830444, 1.3406426906585693, 1.4530540704727173, 1.519567847251892, 1.6286109685897827, 1.6845580339431763, 1.7732385396957397, 1.8560984134674072, 1.7888374328613281, 1.5896393060684204, 1.2164288759231567, 0.9062197208404541, 0.813578724861145, 0.9232282042503357, 1.1292327642440796, 1.1591593027114868, 0.9520795345306396, 0.5515395402908325, 0.09613718837499619, -0.32130640745162964, -0.547200083732605, -0.6439854502677917, -0.6188157796859741, -0.5970271229743958, -0.7456049919128418, -1.036155343055725, -1.316360354423523, -1.4869180917739868, -1.518214464187622, -1.4582197666168213, -1.4070184230804443, -1.386836051940918, -1.408024787902832, -1.4266339540481567, -1.4624147415161133, -1.423018217086792, -1.375363826751709, -1.2737637758255005, -1.1326175928115845, -1.0267888307571411, -0.9637750387191772, -0.9217221140861511, -0.8169758915901184, -0.6954033970832825, -0.5343557596206665, -0.3996114432811737, -0.36795610189437866, -0.357186883687973, -0.35754430294036865, -0.34881019592285156, -0.2419501096010208, -0.12118430435657501, 0.02130078338086605, 0.13224756717681885, 0.11827089637517929, 0.06313315778970718, 0.046856462955474854, 0.044412966817617416, 0.10207369178533554, 0.21241898834705353, 0.31434309482574463, 0.3655712902545929, 0.3746821880340576, 0.34518909454345703, 0.2837966978549957, 0.25952982902526855, 0.2893833518028259, 0.3254954218864441, 0.369122177362442, 0.35083290934562683, 0.2532300055027008, 0.1668134480714798, 0.12276112288236618, 0.11694829165935516, 0.1436595320701599, 0.14493322372436523, 0.10012326389551163, 0.020339833572506905, -0.21203835308551788, -0.43333858251571655, -0.5533027648925781, -0.6327620148658752, -0.6077657341957092, -0.5692523121833801, -0.5750769376754761, -0.6104427576065063, -0.6867780685424805, -0.7927615642547607, -0.8397745490074158, -0.8288052082061768, -0.7989711165428162, -0.7252563834190369, -0.6977744698524475, -0.6925934553146362, -0.6814287304878235, -0.5884513854980469, -0.5122670531272888, -0.39559003710746765, -0.2884771525859833, -0.27023056149482727, -0.23716765642166138, -0.2361275553703308, -0.2282954901456833, -0.1176331490278244, 0.025336002930998802, 0.09759118407964706, 0.20107918977737427, 0.1963471919298172, 0.1849486380815506, 0.20731259882450104, 0.20366603136062622, 0.25161194801330566, 0.2561560869216919, 0.2734748125076294, 0.3187559247016907, 0.3128358721733093, 0.2864791452884674, 0.3406858742237091, 0.372504860162735, 0.4456125795841217, 0.4753173589706421, 0.5587924122810364, 0.4790661334991455, 0.4784160554409027, 0.44695422053337097, 0.4747949540615082, 0.5382594466209412, 0.6223871111869812, 0.696510374546051, 0.757503867149353, 0.8203003406524658, 0.8696723580360413, 0.9163506627082825, 0.9774495959281921, 0.987551748752594, 1.0204130411148071, 1.0782188177108765, 1.1169805526733398, 1.1445345878601074, 1.15163254737854, 1.1912810802459717, 1.2854655981063843, 1.3685141801834106, 1.4812971353530884, 1.5397653579711914, 1.516231656074524, 1.4200958013534546, 1.21808922290802, 0.9024865627288818, 0.6874265074729919, 0.5745910406112671, 0.5789891481399536, 0.60582435131073, 0.5967437028884888, 0.48950251936912537, 0.3590550422668457, 0.14355838298797607, -0.09160629659891129, -0.3201937973499298, -0.5026264786720276, -0.6492737531661987, -0.7605750560760498, -0.8484600782394409, -0.9425340890884399, -0.988986074924469, -1.0264025926589966, -1.0357404947280884, -1.0495425462722778, -1.0621793270111084, -1.070896863937378, -1.0565413236618042, -1.0306044816970825, -1.0156002044677734, -1.005710482597351, -1.0061441659927368, -0.9974451661109924, -0.9806466102600098, -0.9420963525772095, -0.8952393531799316, -0.8202927708625793, -0.7882788181304932, -0.748889148235321, -0.7084217071533203, -0.6890580058097839, -0.6637641787528992, -0.635680079460144, -0.6192857623100281, -0.5875772833824158, -0.5467954874038696, -0.5213274955749512, -0.4478866159915924, -0.38432416319847107, -0.34782594442367554, -0.3220536708831787, -0.29874107241630554, -0.25264400243759155, -0.18099549412727356, -0.08547220379114151, 0.006040886975824833, 0.10099121183156967, 0.18763506412506104, 0.2471824586391449, 0.31232234835624695, 0.3861739933490753, 0.43646055459976196, 0.4747953414916992, 0.4840605556964874, 0.4666593074798584, 0.4274166524410248, 0.38617926836013794, 0.3724384605884552, 0.38742902874946594, 0.3651138246059418, 0.32601407170295715, 0.2258571833372116, 0.125935360789299, 0.0046209185384213924, -0.09554063528776169, -0.16083726286888123, -0.22576650977134705, -0.30096685886383057, -0.3906733989715576, -0.4956750273704529, -0.5839279890060425, -0.6652100086212158, -0.6887089014053345, -0.6372252702713013, -0.5771371722221375, -0.5646533370018005, -0.605061411857605, -0.6641019582748413, -0.7010781168937683, -0.6986120343208313, -0.6351866126060486, -0.5449252128601074, -0.45235931873321533, -0.36135461926460266, -0.32307374477386475, -0.2875080108642578, -0.20772911608219147, -0.1391669660806656, -0.07461938261985779, 0.006159249693155289, 0.03923284634947777, 0.08633248507976532, 0.11683504283428192, 0.10359334945678711, 0.15927191078662872, 0.2060740888118744, 0.23407793045043945, 0.2780345678329468, 0.32610905170440674, 0.37206682562828064, 0.4256296753883362, 0.48577094078063965, 0.4955528974533081, 0.5114047527313232, 0.5326364040374756, 0.5494778156280518, 0.5667826533317566, 0.5870112180709839, 0.5805091857910156, 0.5874655842781067, 0.6061619520187378, 0.6338582634925842, 0.6881431341171265, 0.7222552299499512, 0.7452424168586731, 0.7637683749198914, 0.738975465297699, 0.7380338907241821, 0.7717240452766418, 0.7841280102729797, 0.7706187963485718, 0.7873991131782532, 0.802220344543457, 0.7790172696113586, 0.7538121342658997, 0.7394146919250488, 0.7542659044265747, 0.7828034162521362, 0.8341273069381714, 0.8904500007629395, 0.9334339499473572, 0.9566195011138916, 0.9618737697601318, 0.9317134618759155, 0.8173435926437378, 0.645082414150238, 0.5329576134681702, 0.4568534791469574, 0.3896547853946686, 0.32450225949287415, 0.25961241126060486, 0.15490634739398956, 0.09661959111690521, 0.05950962007045746, 0.007003142032772303, -0.05841543525457382, -0.16439196467399597, -0.26485714316368103, -0.3515782654285431, -0.43857434391975403, -0.5457879900932312, -0.6176707148551941, -0.6833275556564331, -0.7525114417076111, -0.7561449408531189, -0.752718448638916, -0.7118290662765503, -0.6860265135765076, -0.670689582824707, -0.6845698356628418, -0.7526763081550598, -0.8203508853912354, -0.8579264283180237, -0.8575021028518677, -0.8497388362884521, -0.8233631253242493, -0.7955104112625122, -0.7561571002006531, -0.7262350916862488, -0.7075891494750977, -0.6913571357727051, -0.6770740747451782, -0.6339221596717834, -0.6252384185791016, -0.6109787821769714, -0.5865800380706787, -0.5662247538566589, -0.5243418216705322, -0.46778473258018494, -0.4347771108150482, -0.3815854787826538, -0.3317764103412628, -0.29907602071762085, -0.28807830810546875, -0.2500336766242981, -0.1908549666404724, -0.12473338097333908, -0.05578887090086937, 0.010035345330834389, 0.057125236839056015, 0.09912233799695969, 0.12412123382091522, 0.13054360449314117, 0.11690616607666016, 0.10306669771671295, 0.08810514211654663, 0.08686230331659317, 0.0737798810005188, 0.025238214060664177, 0.016175013035535812, -0.02028852514922619, -0.03187178820371628, -0.026144158095121384, -0.04396198317408562, -0.04725685343146324, -0.06912869215011597, -0.09089233726263046, -0.13319551944732666, -0.1658715009689331, -0.18586312234401703, -0.1909206062555313, -0.20846323668956757, -0.2164015918970108, -0.22976981103420258, -0.23512129485607147, -0.24216516315937042, -0.24018123745918274, -0.23657557368278503, -0.23378652334213257, -0.21541140973567963, -0.20916901528835297, -0.24238567054271698, -0.24523209035396576, -0.24055252969264984, -0.21694037318229675, -0.18650561571121216, -0.16021230816841125, -0.11095322668552399, -0.05424479767680168, -0.009936660528182983, 0.027683543041348457, 0.08213397115468979, 0.11832968890666962, 0.1455087661743164, 0.17410609126091003, 0.21069997549057007, 0.23178954422473907, 0.2551153302192688, 0.30137723684310913, 0.3446829915046692, 0.40190163254737854, 0.4405891001224518, 0.473705917596817, 0.5049174427986145, 0.5193279981613159, 0.5430923104286194, 0.5668107271194458, 0.5877543091773987, 0.6022637486457825, 0.631295382976532, 0.6443045735359192, 0.6506102681159973, 0.640721321105957, 0.6262261271476746, 0.6300268769264221, 0.6355543732643127, 0.6450388431549072, 0.6529060006141663, 0.6480205655097961, 0.6250761151313782, 0.5998945832252502, 0.5779901742935181, 0.5645785927772522, 0.570135235786438, 0.5731021761894226, 0.5605138540267944, 0.5473038554191589, 0.5283733606338501, 0.5101014375686646, 0.49806368350982666, 0.5048450231552124, 0.506794273853302, 0.5064615607261658, 0.5040293335914612, 0.5057098865509033, 0.4918736219406128, 0.45655357837677, 0.41047030687332153, 0.3564034104347229, 0.3304568827152252, 0.3113177716732025, 0.2837250828742981, 0.2510068416595459, 0.22638913989067078, 0.17802520096302032, 0.13707882165908813, 0.06945862621068954, -0.004680150654166937, -0.0689944326877594, -0.1259516030550003, -0.178781658411026, -0.23708082735538483, -0.2940114140510559, -0.34376612305641174, -0.4016934633255005, -0.44664475321769714, -0.4753383994102478, -0.4836502969264984, -0.4682224690914154, -0.48681309819221497, -0.5018555521965027, -0.523184597492218, -0.554428219795227, -0.6023067235946655, -0.6273859739303589, -0.6302910447120667, -0.6301097273826599, -0.6155393719673157, -0.6015030145645142, -0.5681464076042175, -0.5534304976463318, -0.5475039482116699, -0.5531893372535706, -0.5720077753067017, -0.5932507514953613, -0.6245965957641602, -0.6422799825668335, -0.6431528329849243, -0.6295838356018066, -0.5993384718894958, -0.5821486115455627, -0.5809248089790344, -0.5855749249458313, -0.6009482145309448, -0.5916900038719177, -0.5548582077026367, -0.5158703923225403, -0.4638148844242096, -0.4148993194103241, -0.3871804177761078, -0.36573225259780884, -0.35224929451942444, -0.32079291343688965, -0.2748537063598633, -0.20360983908176422, -0.1566895693540573, -0.11849889904260635, -0.096453957259655, -0.09707397222518921, -0.08668202906847, -0.07818824052810669, -0.05767830088734627, -0.03161211311817169, -0.024024318903684616, -0.015605013817548752, 0.004574731457978487, 0.02508256956934929, 0.02709985338151455, 0.021643618121743202, 0.008545657619833946, -0.003298076568171382, -0.013062456622719765, -0.024997400119900703, -0.009341137483716011, 0.015703726559877396, 0.00458961445838213, -0.008705840446054935, -0.020028527826070786, -0.05779610574245453, -0.08455578982830048, -0.08941349387168884, -0.08773846179246902, -0.0832660123705864, -0.08358179777860641, -0.0860355868935585, -0.08667942136526108, -0.08464524149894714, -0.06507879495620728, -0.028817787766456604, 0.005211069714277983, 0.03846259415149689, 0.07144799083471298, 0.08982893079519272, 0.09979864954948425, 0.1167728453874588, 0.1390114575624466, 0.17462065815925598, 0.21108262240886688, 0.24299292266368866, 0.27753356099128723, 0.3183150589466095, 0.35467028617858887, 0.3805009126663208, 0.41210177540779114, 0.42591387033462524, 0.44647249579429626, 0.4710381329059601, 0.49731189012527466, 0.5261449217796326, 0.5458621978759766, 0.5622930526733398, 0.5645057559013367, 0.5617334246635437, 0.5566655993461609, 0.5470635890960693, 0.5350306630134583, 0.5158816576004028, 0.4955982267856598, 0.468051016330719, 0.4383963942527771, 0.41570326685905457, 0.3934917747974396, 0.3782482147216797, 0.3576902449131012, 0.33699896931648254, 0.3174445629119873, 0.298126757144928, 0.2759813368320465, 0.2738955616950989, 0.2797944247722626, 0.28611117601394653, 0.30315887928009033, 0.3161068558692932, 0.32691648602485657, 0.3395611643791199, 0.3480231463909149, 0.36190640926361084, 0.38851216435432434, 0.4078578054904938, 0.42472150921821594, 0.43277180194854736, 0.4342438578605652, 0.4362330436706543, 0.4428505599498749, 0.44335198402404785, 0.4308600425720215, 0.4004776179790497, 0.3609234690666199, 0.32915395498275757, 0.2810142934322357, 0.2247113138437271, 0.1667555272579193, 0.1143004298210144, 0.08749443292617798, 0.06629873067140579, 0.01991990953683853, -0.035452257841825485, -0.10266070812940598, -0.1715412735939026, -0.23910759389400482, -0.3121602237224579, -0.3590923845767975, -0.3765280246734619, -0.38599932193756104, -0.43652233481407166, -0.49906450510025024, -0.5096777677536011, -0.509914755821228, -0.5205921530723572, -0.5345000624656677, -0.5130970478057861, -0.5138483643531799, -0.5356141328811646, -0.5478009581565857, -0.5889110565185547, -0.6278455853462219, -0.658003568649292, -0.6701844334602356, -0.6605846881866455, -0.6670584082603455, -0.6664460897445679, -0.6748208403587341, -0.697493851184845, -0.7202188968658447, -0.727229654788971, -0.7184990644454956, -0.7022233009338379, -0.6662821769714355, -0.6405731439590454, -0.6078293323516846, -0.5850292444229126, -0.5685492157936096, -0.5330588221549988, -0.48239681124687195, -0.4224773347377777, -0.3732488751411438, -0.32630231976509094, -0.30295634269714355, -0.2641591727733612, -0.22984400391578674, -0.17380814254283905, -0.11854957789182663, -0.0705401599407196, -0.02943083643913269, -0.0029410305432975292, 0.013166866265237331, 0.027615373954176903, 0.026704680174589157, 0.03043496422469616, 0.048888545483350754, 0.07484080642461777, 0.08500687777996063, 0.08403483033180237, 0.06817370653152466, 0.06259489059448242, 0.061897747218608856, 0.08014237880706787, 0.09959959983825684, 0.10330662131309509, 0.09120633453130722, 0.06471184641122818, 0.047999899834394455, 0.01689264178276062, -0.010274332948029041, -0.023101119324564934, -0.01624075137078762, 0.01588859222829342, 0.04063306748867035, 0.04807235673069954, 0.044962093234062195, 0.0524665005505085, 0.06085655465722084, 0.07747948914766312, 0.10092442482709885, 0.10337715595960617, 0.10900983214378357, 0.11862876266241074, 0.13771218061447144, 0.1628277748823166, 0.1683485358953476, 0.16440291702747345, 0.19009186327457428, 0.21582990884780884, 0.23811955749988556, 0.26077863574028015, 0.2797684669494629, 0.29447904229164124, 0.3176061511039734, 0.33845555782318115, 0.3533899188041687, 0.3577270209789276, 0.35279786586761475, 0.34930890798568726, 0.3413362205028534, 0.33905771374702454, 0.3369675874710083, 0.33799687027931213, 0.33623799681663513, 0.32045069336891174, 0.3081603944301605, 0.2985093295574188, 0.28884753584861755, 0.2803768217563629, 0.2753278315067291, 0.26266559958457947, 0.2525075078010559, 0.24729439616203308, 0.24001666903495789, 0.24965207278728485, 0.26088643074035645, 0.27399104833602905, 0.2896571755409241, 0.2880382537841797, 0.2998458445072174, 0.3295869827270508, 0.3567310869693756, 0.38985949754714966, 0.4247446656227112, 0.44282135367393494, 0.4391162693500519, 0.4489215612411499, 0.4691096842288971, 0.4891068637371063, 0.5134831666946411, 0.5407196879386902, 0.5695216059684753, 0.5839632153511047, 0.5699752569198608, 0.5246854424476624, 0.49010834097862244, 0.4821677803993225, 0.45169007778167725, 0.42306041717529297, 0.38617372512817383, 0.3359697759151459, 0.2798328399658203, 0.21179702877998352, 0.13768333196640015, 0.06723711639642715, 0.0012357147643342614, -0.06590619683265686, -0.12374168634414673, -0.16832974553108215, -0.21521006524562836, -0.2626534402370453, -0.3005281090736389, -0.34210219979286194, -0.39517852663993835, -0.4403775632381439, -0.4751163423061371, -0.4974532127380371, -0.5139089822769165, -0.5244930982589722, -0.5387912392616272, -0.5554009675979614, -0.5643412470817566, -0.5745040774345398, -0.5850315093994141, -0.6057521104812622, -0.6145174503326416, -0.6167166829109192, -0.619395911693573, -0.6301283240318298, -0.6526839733123779, -0.6625083088874817, -0.6879851818084717, -0.7078489661216736, -0.7078661322593689, -0.7025139331817627, -0.6940840482711792, -0.6783998012542725, -0.6662570238113403, -0.6437216401100159, -0.6143554449081421, -0.6018204689025879, -0.5829690098762512, -0.5531394481658936, -0.5103537440299988, -0.45119187235832214, -0.3930141031742096, -0.3483670949935913, -0.327415406703949, -0.2773299813270569, -0.22722375392913818, -0.17131534218788147, -0.11592704057693481, -0.0691051036119461, -0.029192617163062096, 0.002155811758711934, 0.032165057957172394, 0.05977686122059822, 0.06631119549274445, 0.07563695311546326, 0.09639356285333633, 0.1173366904258728, 0.12022614479064941, 0.12872116267681122, 0.1219131201505661, 0.13566739857196808, 0.1396789252758026, 0.15559713542461395, 0.1717519611120224, 0.18062317371368408, 0.18289639055728912, 0.1754714548587799, 0.16699306666851044, 0.14607848227024078, 0.11431701481342316, 0.09053120762109756, 0.0847340002655983, 0.08611374348402023, 0.06488911062479019, 0.04672246426343918, 0.020070886239409447, 0.011428416706621647, 0.00436584884300828, 0.01500499714165926, 0.03423033654689789, 0.046590182930231094, 0.058549705892801285, 0.05946425721049309, 0.0716470256447792, 0.06859883666038513, 0.05741370841860771, 0.05501662939786911, 0.06359013170003891, 0.10004820674657822, 0.12167485803365707, 0.1339922547340393, 0.14113757014274597, 0.14897258579730988, 0.15744467079639435, 0.16777881979942322, 0.17527888715267181, 0.18299421668052673, 0.17372947931289673, 0.16431178152561188, 0.16738289594650269, 0.15389691293239594, 0.14313381910324097, 0.14075279235839844, 0.16047222912311554, 0.189121812582016, 0.2023085057735443, 0.21670635044574738, 0.22834113240242004, 0.2386392056941986, 0.25528421998023987, 0.27719300985336304, 0.2977633476257324, 0.31212228536605835, 0.3164706528186798, 0.3294668197631836, 0.3263990581035614, 0.3251372277736664, 0.3322497606277466, 0.3499886691570282, 0.3686087131500244, 0.38731154799461365, 0.42540255188941956, 0.44925984740257263, 0.4301440417766571, 0.43460559844970703, 0.4433562755584717, 0.4591047763824463, 0.47028037905693054, 0.47672349214553833, 0.47257813811302185, 0.4548206627368927, 0.4464149475097656, 0.4380938410758972, 0.42484983801841736, 0.421875923871994, 0.4402778148651123, 0.4605254530906677, 0.46327733993530273, 0.44307437539100647, 0.3956204354763031, 0.35726991295814514, 0.3356510400772095, 0.33034759759902954, 0.31719157099723816, 0.2875320017337799, 0.24479182064533234, 0.1972673535346985, 0.14593341946601868, 0.10229185223579407, 0.05354906991124153, -0.006054327357560396, -0.0545608215034008, -0.08966201543807983, -0.14220643043518066, -0.20948103070259094, -0.2840433716773987, -0.32566094398498535, -0.36127373576164246, -0.38316166400909424, -0.3947894871234894, -0.4121428430080414, -0.43519657850265503, -0.4626491367816925, -0.4908806383609772, -0.5229199528694153, -0.5587054491043091, -0.5827476978302002, -0.5839285850524902, -0.5652285218238831, -0.5517884492874146, -0.549694836139679, -0.5501025319099426, -0.5564660429954529, -0.5677677989006042, -0.5702816843986511, -0.5657726526260376, -0.5537229776382446, -0.554261326789856, -0.5664669871330261, -0.5743710994720459, -0.5744739770889282, -0.580233097076416, -0.5753363966941833, -0.5614619255065918, -0.5518262982368469, -0.5367483496665955, -0.5114719271659851, -0.48089510202407837, -0.443722128868103, -0.4118296205997467, -0.373898983001709, -0.34190818667411804, -0.30255743861198425, -0.2637268304824829, -0.22401010990142822, -0.1792442500591278, -0.14635352790355682, -0.11185338348150253, -0.0719388797879219, -0.03973553702235222, 0.011581324972212315, 0.07126044481992722, 0.09946700930595398, 0.08788985013961792, 0.0969044417142868, 0.11376148462295532, 0.1395387500524521, 0.16021764278411865, 0.16476809978485107, 0.16940678656101227, 0.16865131258964539, 0.14985020458698273, 0.14629298448562622, 0.1471211463212967, 0.14683914184570312, 0.1415087878704071, 0.12824980914592743, 0.10715674608945847, 0.08711399137973785, 0.0746559202671051, 0.07250016927719116, 0.06486566364765167, 0.06117742508649826, 0.05651943013072014, 0.042416397482156754, 0.030921772122383118, 0.02132824994623661, 0.013369335792958736, 0.016156671568751335, 0.016808856278657913, 0.021215885877609253, 0.02987309917807579, 0.04300634562969208, 0.05627351999282837, 0.04753699526190758, 0.030826756730675697, 0.027984200045466423, 0.03447411209344864, 0.052190594375133514, 0.06621470302343369, 0.07141967862844467, 0.07254138588905334, 0.06918005645275116, 0.062306515872478485, 0.061521194875240326, 0.061617203056812286, 0.06921599060297012, 0.08490030467510223, 0.0980624109506607, 0.10727425664663315, 0.11386165767908096, 0.1202329471707344, 0.13179484009742737, 0.1431010216474533, 0.14749379456043243, 0.14382460713386536, 0.1466057151556015, 0.15602447092533112, 0.17021474242210388, 0.18666478991508484, 0.1929938793182373, 0.20324744284152985, 0.21310679614543915, 0.22976675629615784, 0.23803554475307465, 0.2503325641155243, 0.27372342348098755, 0.2824721038341522, 0.29006510972976685, 0.2816206216812134, 0.2744036912918091, 0.2709217667579651, 0.27207237482070923, 0.2806703448295593, 0.2938278913497925, 0.31046587228775024, 0.31172749400138855, 0.3023452162742615, 0.29931923747062683, 0.3049400746822357, 0.3000141680240631, 0.2969987988471985, 0.30917078256607056, 0.3103431761264801, 0.31758666038513184, 0.3291241526603699, 0.3381901979446411, 0.34300586581230164, 0.34241342544555664, 0.3255455493927002, 0.31586599349975586, 0.316723108291626, 0.31652238965034485, 0.3143068850040436, 0.3108758330345154, 0.30015799403190613, 0.2832700312137604, 0.2612731158733368, 0.23810769617557526, 0.2058008760213852, 0.1668706238269806, 0.12801556289196014, 0.08905766159296036, 0.050385408103466034, 0.012527617625892162, -0.023958714678883553, -0.062366094440221786, -0.0988278016448021, -0.1378074288368225, -0.18113821744918823, -0.21794314682483673, -0.25127658247947693, -0.2658489942550659, -0.2892197370529175, -0.3138239085674286, -0.33312755823135376, -0.3572954833507538, -0.37471362948417664, -0.3957669734954834, -0.41586554050445557, -0.434145450592041, -0.4434087574481964, -0.44455257058143616, -0.43567293882369995, -0.4412096440792084, -0.43526986241340637, -0.42247146368026733, -0.42447564005851746, -0.42587679624557495, -0.41656532883644104, -0.41816195845603943, -0.4238274097442627, -0.412964403629303, -0.41567134857177734, -0.4139937460422516, -0.4134569764137268, -0.43037527799606323, -0.43607014417648315, -0.43366628885269165, -0.4219337999820709, -0.4114868640899658, -0.3977736532688141, -0.3742426931858063, -0.35013094544410706, -0.32507163286209106, -0.30039504170417786, -0.2703908681869507, -0.24179381132125854, -0.2110697329044342, -0.1814384162425995, -0.1479221135377884, -0.1137579083442688, -0.08677033334970474, -0.05768989026546478, -0.03792944550514221, -0.02586662396788597, -0.010768980719149113, 0.0027463834267109632, 0.01938324235379696, 0.031694188714027405, 0.043102603405714035, 0.05402139574289322, 0.06251376122236252, 0.07298954576253891, 0.08118696510791779, 0.08283789455890656, 0.07759734243154526, 0.07802518457174301, 0.08292075991630554, 0.08425354212522507, 0.10698649287223816, 0.1334252506494522, 0.14755216240882874, 0.14539314806461334, 0.14256620407104492, 0.13336162269115448, 0.1309840977191925, 0.12791351974010468, 0.1205400824546814, 0.10745041817426682, 0.09349312633275986, 0.07875633239746094, 0.0726325511932373, 0.07107129693031311, 0.0622686967253685, 0.08505352586507797, 0.11272915452718735, 0.12443707883358002, 0.12627997994422913, 0.10306323319673538, 0.08011537045240402, 0.06438620388507843, 0.04551641270518303, 0.03332534432411194, 0.038958724588155746, 0.04278801009058952, 0.030861608684062958, 0.013605249114334583, 0.03020760416984558, 0.04448957368731499, 0.038482747972011566, 0.039402056485414505, 0.05805792286992073, 0.05078129470348358, 0.026292162016034126, 0.033168353140354156, 0.03347934037446976, 0.042014338076114655, 0.0727711021900177, 0.09184823930263519, 0.09955986589193344, 0.10727627575397491, 0.10809218138456345, 0.10118076205253601, 0.10045144706964493, 0.10025473684072495, 0.11124411225318909, 0.12092723697423935, 0.12414541095495224, 0.12780852615833282, 0.12766049802303314, 0.13949079811573029, 0.1568572074174881, 0.1707211136817932, 0.17989370226860046, 0.18416990339756012, 0.19221870601177216, 0.2091919630765915, 0.22745227813720703, 0.2318665087223053, 0.24234630167484283, 0.2652100920677185, 0.27596694231033325, 0.2702923119068146, 0.27694380283355713, 0.2731112539768219, 0.2511557936668396, 0.2358546406030655, 0.22959834337234497, 0.23427188396453857, 0.22310753166675568, 0.20598430931568146, 0.19431346654891968, 0.18688471615314484, 0.17776300013065338, 0.17084544897079468, 0.17473256587982178, 0.16872504353523254, 0.17125551402568817, 0.17277131974697113, 0.16669072210788727, 0.16774854063987732, 0.16625158488750458, 0.16139665246009827, 0.16236485540866852, 0.1636774241924286, 0.15723437070846558, 0.15084417164325714, 0.1405118703842163, 0.12750104069709778, 0.10735037177801132, 0.0864224061369896, 0.0776728168129921, 0.06020978465676308, 0.04283667355775833, 0.019516339525580406, -0.007774903438985348, -0.038677383214235306, -0.06701398640871048, -0.09491264820098877, -0.11931107938289642, -0.1420840471982956, -0.16173717379570007, -0.18162766098976135, -0.21112960577011108, -0.23022320866584778, -0.24377693235874176, -0.26566842198371887, -0.27308011054992676, -0.2792997658252716, -0.27951306104660034, -0.29678449034690857, -0.30708619952201843, -0.3201356828212738, -0.32425782084465027, -0.32982441782951355, -0.3245985805988312, -0.31931811571121216, -0.320657342672348, -0.3242625594139099, -0.3230765461921692, -0.3104701340198517, -0.30918243527412415, -0.3015303909778595, -0.28611430525779724, -0.2897511422634125, -0.284308522939682, -0.2951892614364624, -0.31394636631011963, -0.31991320848464966, -0.3167324960231781, -0.30539917945861816, -0.29121533036231995, -0.2826809585094452, -0.28973713517189026, -0.29500889778137207, -0.2878480851650238, -0.2873678207397461, -0.26027631759643555, -0.2313780039548874, -0.20168304443359375, -0.17251664400100708, -0.1453143209218979, -0.12027625739574432, -0.08745571970939636, -0.052544694393873215, -0.035249851644039154, -0.030202748253941536, -0.018637310713529587, 0.001112064579501748, 0.03827238082885742, 0.06823770701885223, 0.08078815042972565, 0.06968838721513748, 0.06674720346927643, 0.07695062458515167, 0.10165905952453613, 0.13095644116401672, 0.14558473229408264, 0.15044152736663818, 0.14460670948028564, 0.14425627887248993, 0.13727355003356934, 0.11985492706298828, 0.10188751667737961, 0.10082574188709259, 0.10158534348011017, 0.0820002406835556, 0.062649205327034, 0.03204239159822464, 0.024010634049773216, 0.012622819282114506, 0.008154811337590218, 0.010299382731318474, 0.0007722501759417355, -0.010801447555422783, -0.025725850835442543, -0.038846880197525024, -0.059574395418167114, -0.08107563853263855, -0.09377013891935349, -0.0944846048951149, -0.08571776747703552, -0.0930485799908638, -0.09641803056001663, -0.11456944793462753, -0.11298773437738419, -0.10685217380523682, -0.09042322635650635, -0.06917411834001541, -0.059082865715026855, -0.04359542205929756, -0.04130940139293671, -0.040752507746219635, -0.04041603207588196, -0.04784940183162689, -0.04434013366699219, -0.028816265985369682, 0.017739973962306976, 0.04839608818292618, 0.07017118483781815, 0.08820020407438278, 0.10342811793088913, 0.12090669572353363, 0.14207085967063904, 0.16076348721981049, 0.1795080006122589, 0.19558261334896088, 0.20794890820980072, 0.21993288397789001, 0.22847400605678558, 0.2254837304353714, 0.22002221643924713, 0.23485197126865387, 0.25568321347236633, 0.2653737962245941, 0.2662787437438965, 0.24849821627140045, 0.2543273866176605, 0.26104339957237244, 0.2714587152004242, 0.2805674970149994, 0.28029242157936096, 0.2780650556087494, 0.27147176861763, 0.26419883966445923, 0.26159200072288513, 0.24813777208328247, 0.2299792617559433, 0.22312632203102112, 0.23295274376869202, 0.21946056187152863, 0.2031124234199524, 0.16738775372505188, 0.1597878634929657, 0.14986546337604523, 0.15269190073013306, 0.1607040911912918, 0.15292975306510925, 0.14356084167957306, 0.13026092946529388, 0.12116307020187378, 0.1081027239561081, 0.09559876471757889, 0.08350992202758789, 0.08638525009155273, 0.09959015995264053, 0.09021657705307007, 0.08560524880886078, 0.07170157879590988, 0.07742294669151306, 0.0803513452410698, 0.0949445590376854, 0.11479197442531586, 0.11474857479333878, 0.12094715237617493, 0.11025695502758026, 0.0900343582034111, 0.07277782261371613, 0.04830918833613396, 0.01995868794620037, 0.012765934690833092, 0.017574120312929153, -0.008237241767346859, -0.04101911932229996, -0.08064142614603043, -0.10087469220161438, -0.10377330332994461, -0.09702817350625992, -0.08803065121173859, -0.09644655883312225, -0.11322585493326187, -0.1338021457195282, -0.15052445232868195, -0.16180212795734406, -0.16644608974456787, -0.1650070995092392, -0.18314848840236664, -0.2054620236158371, -0.21360275149345398, -0.22107498347759247, -0.2295840084552765, -0.236953005194664, -0.24705025553703308, -0.2387877255678177, -0.23554915189743042, -0.2323906123638153, -0.23025453090667725, -0.23375652730464935, -0.24439607560634613, -0.24684830009937286, -0.23742972314357758, -0.23205889761447906, -0.22044701874256134, -0.19392122328281403, -0.17276985943317413, -0.17316468060016632, -0.1935439556837082, -0.1931590586900711, -0.18874385952949524, -0.18122436106204987, -0.17752091586589813, -0.18251967430114746, -0.188290536403656, -0.19205069541931152, -0.17851941287517548, -0.1788462996482849, -0.17898951470851898, -0.17216379940509796, -0.15100206434726715, -0.11225811392068863, -0.09594947099685669, -0.06971713155508041, -0.04744420945644379, -0.03261256590485573, -0.025289904326200485, -0.018872929736971855, -0.01428354624658823, -0.008322476409375668, -0.0035769592504948378, 0.011667030863463879, 0.026261264458298683, 0.02899829111993313, 0.027798451483249664, 0.029743099585175514, 0.04375788941979408, 0.047659359872341156, 0.051156461238861084, 0.05221632868051529, 0.05750768631696701, 0.05438126623630524, 0.051045965403318405, 0.04480044171214104, 0.03622337058186531, 0.03207436203956604, 0.03039444237947464, 0.03603336960077286, 0.03621474653482437, 0.03731519728899002, 0.035317312926054, 0.03470071405172348, 0.03358486294746399, 0.03687817230820656, 0.025384215638041496, 0.028871526941657066, 0.028828933835029602, 0.01980268768966198, 0.017446082085371017, 0.010563788935542107, 0.00968977715820074, 0.00823307130485773, 0.00374917802400887, 0.009786492213606834, 0.012771730311214924, 0.013046156615018845, 0.0220696609467268, 0.010800356045365334, -0.009819518774747849, -0.007511476054787636, -0.005137832835316658, -0.010264909826219082, -0.01019292138516903, -0.009508990682661533, -0.007810812909156084, -0.0035585365258157253, -0.001798285054974258, 0.007182485423982143, 0.018180955201387405, 0.023955069482326508, 0.031274665147066116, 0.03966755047440529, 0.045688696205616, 0.04783487319946289, 0.054607268422842026, 0.0546664297580719, 0.056381385773420334, 0.06206471845507622, 0.06695722788572311, 0.07132845371961594, 0.08051656186580658, 0.0874156653881073, 0.09137638658285141, 0.09839114546775818, 0.09915556013584137, 0.10094238817691803, 0.10574483871459961, 0.1129087284207344, 0.13294275104999542, 0.1381395012140274, 0.143104687333107, 0.1427617371082306, 0.1425030678510666, 0.14086221158504486, 0.1402009129524231, 0.14718097448349, 0.14732354879379272, 0.14595234394073486, 0.14479126036167145, 0.14456205070018768, 0.13948814570903778, 0.13173538446426392, 0.12268774956464767, 0.113160640001297, 0.10811945050954819, 0.1036854013800621, 0.0959896594285965, 0.08771705627441406, 0.080476313829422, 0.07818250358104706, 0.0744849294424057, 0.06737832725048065, 0.06673033535480499, 0.06371058523654938, 0.057080864906311035, 0.053094491362571716, 0.05562364310026169, 0.05144603177905083, 0.043534740805625916, 0.0450684018433094, 0.042039427906274796, 0.04083038121461868, 0.04984518140554428, 0.05729695409536362, 0.05216612294316292, 0.04925577715039253, 0.047939371317625046, 0.04549392685294151, 0.04919227585196495, 0.05437422916293144, 0.062436651438474655, 0.06614766269922256, 0.06387972086668015, 0.05668354406952858, 0.04168691858649254, 0.03492732346057892, 0.026593899354338646, 0.02190050296485424, 0.02700856700539589, 0.02702699787914753, 0.020446905866265297, 0.010683112777769566, -0.009733909741044044, -0.026151271536946297, -0.045063018798828125, -0.06211618706583977, -0.07672662287950516, -0.08664464950561523, -0.09843552112579346, -0.11216554790735245, -0.11918304115533829, -0.12019043415784836, -0.13041967153549194, -0.13841275870800018, -0.14448747038841248, -0.14625947177410126, -0.14757710695266724, -0.16085271537303925, -0.17995505034923553, -0.1715744286775589, -0.1736876666545868, -0.15908192098140717, -0.1225154921412468, -0.11110081523656845, -0.12105198204517365, -0.11927710473537445, -0.11044412851333618, -0.10416813939809799, -0.11368387192487717, -0.147294819355011, -0.15036241710186005, -0.16308271884918213, -0.180387482047081, -0.18553945422172546, -0.191313698887825, -0.1921999603509903, -0.1924269050359726, -0.19737863540649414, -0.19808563590049744, -0.19239622354507446, -0.19358256459236145, -0.17607834935188293, -0.15869151055812836, -0.14413833618164062, -0.12797720730304718, -0.11855044960975647, -0.09866517037153244, -0.07719375193119049, -0.06633411347866058, -0.04762833192944527, -0.03343614935874939, -0.021648233756422997, 0.00501958979293704, 0.021883204579353333, 0.02765144780278206, 0.03852873295545578, 0.04117053002119064, 0.046520862728357315, 0.0401630625128746, 0.03941035270690918, 0.04131227731704712, 0.04148063808679581, 0.03795091062784195, 0.04638039693236351, 0.05928864702582359, 0.06289280951023102, 0.07549703121185303, 0.08572801947593689, 0.07707313448190689, 0.08137030154466629, 0.07413928210735321, 0.060121163725852966, 0.048561155796051025, 0.041093312203884125, 0.037266019731760025, 0.03094710037112236, 0.022873613983392715, 0.012551496736705303, 0.014884446747601032, 0.016148094087839127, 0.015940619632601738, 0.0076844347640872, 0.00808660313487053, 0.005937476176768541, -0.002760777249932289, -0.010724900290369987, -0.017605924978852272, -0.018271800130605698, -0.021225500851869583, -0.016485953703522682, -0.019336368888616562, -0.021766021847724915, -0.024786926805973053, -0.031452298164367676, -0.03896835073828697, -0.04190107062458992, -0.04075916111469269, -0.03719286248087883, -0.028832586482167244, -0.02131441980600357, -0.01497653592377901, -0.013439919799566269, -0.017555104568600655, -0.01619715243577957, -0.009605715982615948, -0.0028083801735192537, 0.005434947554022074, 0.011825548484921455, 0.026113241910934448, 0.05133673548698425, 0.0692344680428505, 0.05759524181485176, 0.03741290792822838, 0.03472038730978966, 0.04508773237466812, 0.052865006029605865, 0.0601760633289814, 0.06386247277259827, 0.06483124941587448, 0.06495494395494461, 0.06726396083831787, 0.07450956106185913, 0.07784347981214523, 0.09508050978183746, 0.10164237022399902, 0.11021395027637482, 0.14839352667331696, 0.18007095158100128, 0.19572295248508453, 0.19077864289283752, 0.1781548261642456, 0.16706719994544983, 0.1479494422674179, 0.1300203800201416, 0.12176160514354706, 0.11938939988613129, 0.11967673897743225, 0.11663234233856201, 0.10213445127010345, 0.08024401217699051, 0.08326611667871475, 0.08381782472133636, 0.08633847534656525, 0.10476173460483551, 0.1072176992893219, 0.108944833278656, 0.11402812600135803, 0.1034846380352974, 0.0706448182463646, 0.07436022162437439, 0.07898272573947906, 0.08113245666027069, 0.07931297272443771, 0.07928191870450974, 0.09000837802886963, 0.101095050573349, 0.08931281417608261, 0.0648384615778923, 0.05741826817393303, 0.06288791447877884, 0.05428711324930191, 0.03962377831339836, 0.014985951595008373, 0.017551256343722343, 0.024644529446959496, 0.040456775575876236, 0.06327081471681595, 0.07165562361478806, 0.08098340034484863, 0.08648731559515, 0.08174318820238113, 0.08098997920751572, 0.0682435929775238, 0.055084116756916046, 0.05634019151329994, 0.06711188703775406, 0.05263904109597206, 0.03638535365462303, 0.012470243498682976, 0.01703745871782303, 0.008764298632740974, 0.015422510914504528, 0.03432849049568176, 0.03006403148174286, 0.020973319187760353, -0.0033889738842844963, -0.024511363357305527, -0.05001009628176689, -0.07196193188428879, -0.08575507998466492, -0.08076591789722443, -0.07286615669727325, -0.08755401521921158, -0.10666671395301819, -0.13685788214206696, -0.15354396402835846, -0.14979027211666107, -0.12822772562503815, -0.10501208156347275, -0.08864916115999222, -0.08480721712112427, -0.10107830166816711, -0.11239710450172424, -0.1311204433441162, -0.14525552093982697, -0.15757732093334198, -0.15192477405071259, -0.14102233946323395, -0.14902091026306152, -0.1254170686006546, -0.11847265064716339, -0.11436711251735687, -0.10797151923179626, -0.08239259570837021, -0.07870502024888992, -0.09335159510374069, -0.0997118428349495, -0.11078187823295593, -0.1214384138584137, -0.14094321429729462, -0.14941160380840302, -0.15202201902866364, -0.14022237062454224, -0.1328282654285431, -0.12729871273040771, -0.12934160232543945, -0.1272229701280594, -0.12939102947711945, -0.12360186129808426, -0.10635333508253098, -0.18397599458694458, -0.08310741186141968, -0.16822510957717896, -0.1940617859363556, -0.145973801612854, -0.17388512194156647, -0.04693642631173134, -0.08761779218912125, -0.04659261181950569, -0.05477358028292656, -0.11023930460214615, -0.1037389412522316, -0.08168990164995193, -0.07543973624706268, -0.0321018360555172, -0.07423731684684753, -0.050920601934194565, -0.05928024649620056, -0.028846722096204758, -0.013112634420394897, 0.011339005082845688, 0.03301151469349861, 0.03747473284602165, 0.008273135870695114, 0.03682326897978783, -0.04233747348189354, -0.0962124690413475, -0.04836413264274597, 0.011848043650388718, 0.04938233271241188, 0.06410707533359528, 0.08490362763404846, 0.05852952599525452, 0.07455264031887054, 0.045943982899188995, 0.0315127819776535, 0.0008764090016484261, -0.0027483743615448475, 0.005668294616043568, 0.001773823401890695, 0.00439297454431653, -0.011437496170401573, 0.016768747940659523, 0.04083139821887016, 0.056287795305252075, 0.06814934313297272, 0.06300666183233261, 0.044693220406770706, 0.037509817630052567, 0.02280839905142784, 0.062196969985961914, 0.0010348253417760134, -0.11975401639938354, 0.019851889461278915, -0.0413859561085701, 0.061566878110170364, 0.04048221558332443, 0.06004498526453972, 0.08188637346029282, 0.02735678106546402, 0.05074891820549965, -0.04237644001841545, 0.06685617566108704, 0.04795949533581734, -0.07495708018541336, 0.02797001414000988, -0.043143246322870255, -0.019218506291508675, 0.013493225909769535, 0.0453924722969532, 0.0975472554564476, 0.12979909777641296, 0.12995553016662598, 0.14108793437480927, 0.11266742646694183, 0.03448347747325897, -0.0043990109115839005, -0.008218030445277691, 0.01313343457877636, 0.09770563244819641, 0.18730078637599945, 0.16293318569660187, 0.15005163848400116, 0.20457454025745392, 0.15564757585525513, 0.1639731079339981, 0.13644087314605713, 0.17955325543880463, 0.1546187400817871, 0.148724764585495, 0.14468170702457428, 0.15419623255729675, 0.21185120940208435, 0.12111684679985046, 0.2249480038881302, 0.25547054409980774, 0.24888373911380768, 0.18060845136642456, 0.13856223225593567, 0.20504845678806305, 0.19220301508903503, 0.18542061746120453, 0.10932334512472153, 0.2551473081111908, 0.24018129706382751, 0.22954487800598145, 0.25450971722602844, 0.2328346222639084, 0.19913071393966675, 0.18793927133083344, 0.25449737906455994, 0.21212057769298553, 0.24052110314369202, 0.23334060609340668, 0.17156247794628143, 0.16102130711078644, 0.09794960170984268, 0.14866583049297333, 0.11078447848558426, 0.17249709367752075, 0.07218858599662781, 0.007165301591157913, -0.023608220741152763, -0.05305575579404831, -0.06939561665058136, -0.09520332515239716, -0.0659324899315834, -0.060898613184690475, -0.09238451719284058, -0.20724588632583618, -0.23017382621765137, -0.28345760703086853, -0.22538934648036957, -0.21512041985988617, -0.2654349207878113, -0.2517489492893219, -0.25129029154777527, -0.2535163462162018, -0.32285189628601074, -0.2860245406627655, -0.28761669993400574, -0.33154332637786865, -0.30510443449020386, -0.2988814413547516, -0.2915884256362915, -0.30152836441993713, -0.26992684602737427, -0.2448592334985733, -0.2108410894870758, -0.27070847153663635, -0.22879981994628906, -0.2620559632778168, -0.20561620593070984, -0.2188372015953064, -0.2484859824180603, -0.22198083996772766, -0.23772521317005157, -0.19187243282794952, -0.15959088504314423, -0.15876860916614532, -0.14566659927368164, -0.19102664291858673, -0.16011740267276764, -0.12414802610874176, -0.09181749075651169, -0.12420029938220978, -0.06256285309791565, -0.04393010213971138, -0.03536629676818848, -0.035104405134916306, -0.06928122043609619, -0.008186016231775284, -0.02281975746154785, -0.005871317349374294, -0.07299923151731491, -0.052954114973545074, -0.15453016757965088, -0.18045009672641754, -0.11594033241271973, -0.056142181158065796, -0.01778874360024929, -0.008610161021351814, -0.006677733268588781, -0.040095001459121704, -0.058688823133707047, -0.045381300151348114, -0.07987809926271439, -0.07111494988203049, -0.11529428511857986, -0.07249528914690018, -0.12354256212711334, -0.07937376946210861, -0.05240124836564064, -0.05720750615000725, -0.0803198367357254, -0.15978893637657166, -0.1448095738887787, -0.1604897528886795, -0.08804134279489517, -0.0622795931994915, -0.00960826501250267, -0.06088624894618988, -0.08272649347782135, -0.1272401362657547, -0.09099265187978745, -0.003666916396468878, -0.006345590576529503, 0.08866854757070541, 0.00421411357820034, -0.00912674143910408, 0.00831269845366478, 0.02667434699833393, 0.057926345616579056, 0.028100522235035896, 0.08907955139875412, 0.14830999076366425, 0.17229212820529938, 0.10641837865114212, 0.1615445911884308, 0.09740665555000305, 0.037468329071998596, 0.07420652359724045, 0.03753048554062843, 0.152054563164711, 0.17824284732341766, 0.2655960023403168, 0.22353918850421906, 0.25399792194366455, 0.23099565505981445, 0.2106768935918808, 0.3093188405036926, 0.28403446078300476, 0.34834444522857666, 0.3046266436576843, 0.3240519165992737, 0.33100223541259766, 0.38324403762817383, 0.36357057094573975, 0.3225245475769043, 0.38215765357017517, 0.3110797703266144, 0.3374636173248291, 0.3167378604412079, 0.36421534419059753, 0.3923279643058777, 0.4200306832790375, 0.40792205929756165, 0.4328443109989166, 0.5322587490081787, 0.5127213597297668, 0.5115787386894226, 0.5545817017555237, 0.5705723166465759, 0.5638303756713867, 0.5513893961906433, 0.5991674065589905, 0.6173783540725708, 0.677875280380249, 0.6500862836837769, 0.6938532590866089, 0.5919723510742188, 0.513906717300415, 0.4529440104961395, 0.3118894100189209, 0.23121094703674316, 0.07628613710403442, -0.062193915247917175, -0.21519668400287628, -0.30725497007369995, -0.3624582588672638, -0.4372017979621887, -0.4102294445037842, -0.41331422328948975, -0.3947710692882538, -0.42641204595565796, -0.4464341402053833, -0.48179471492767334, -0.4561953544616699, -0.47570890188217163, -0.4932720959186554, -0.5319800972938538, -0.599946141242981, -0.5748848915100098, -0.5589837431907654, -0.5006445050239563, -0.4754641652107239, -0.4572407901287079, -0.4091828167438507, -0.39085862040519714, -0.3774286210536957, -0.37712880969047546, -0.33040475845336914, -0.3025689721107483, -0.27048853039741516, -0.2798619270324707, -0.29384511709213257, -0.2632202208042145, -0.24170267581939697, -0.25669196248054504, -0.2642732262611389, -0.2417040467262268, -0.2525346577167511, -0.27708470821380615, -0.3162132203578949, -0.355857253074646, -0.3473587930202484, -0.3266805410385132, -0.3131013810634613, -0.29477405548095703, -0.2397409975528717, -0.19632229208946228, -0.17451734840869904, -0.08653970807790756, -0.027059540152549744, -0.024057812988758087, -0.01801677979528904, -0.033221278339624405, -0.01343434676527977, 0.0036746743135154247, 0.05819251015782356, 0.08209668099880219, 0.06527011841535568, 0.04889620840549469, 0.08599656075239182, 0.022070864215493202, -0.010965587571263313, -0.08212369680404663, -0.17606766521930695, -0.16703926026821136, -0.2571682035923004, -0.25712546706199646, -0.3040372431278229, -0.33648037910461426, -0.3003290891647339, -0.3375248312950134, -0.33986932039260864, -0.32179319858551025, -0.29516950249671936, -0.3294181525707245, -0.3462526500225067, -0.34252405166625977, -0.30117082595825195, -0.3369772136211395, -0.2945016026496887, -0.27324941754341125, -0.26375317573547363, -0.2464863806962967, -0.225583016872406, -0.1622118502855301, -0.19469936192035675, -0.19638031721115112, -0.08827967196702957, -0.07894881814718246, -0.09690720587968826, -0.056644294410943985, -0.006522369105368853, 0.05517943575978279, 0.13748051226139069, 0.17973364889621735, 0.15912817418575287, 0.18810419738292694, 0.22586217522621155, 0.1957242786884308, 0.26159268617630005, 0.31037867069244385, 0.29640185832977295, 0.31431514024734497, 0.2971622347831726, 0.3664570152759552, 0.3816353678703308, 0.4365518093109131, 0.41361138224601746, 0.37158069014549255, 0.39618217945098877, 0.47382721304893494, 0.5590540170669556, 0.4638291895389557, 0.5535668730735779, 0.5997203588485718, 0.5881179571151733, 0.5850319862365723, 0.6361773014068604, 0.6756010055541992, 0.7400655150413513, 0.8246666193008423, 0.8849442601203918, 0.9239557981491089, 0.9572230577468872, 1.0240516662597656, 0.996704638004303, 1.1028757095336914, 1.1499422788619995, 1.1582282781600952, 1.2220540046691895, 1.274118423461914, 1.3344261646270752, 1.3534435033798218, 1.4448645114898682, 1.5340840816497803, 1.5334484577178955, 1.3624653816223145, 1.0418574810028076, 0.7003937363624573, 0.4349581301212311, 0.21575787663459778, -0.07950126379728317, -0.4816402792930603, -0.8161472082138062, -1.0706270933151245, -1.2409104108810425, -1.3833492994308472, -1.413226842880249, -1.325736403465271, -1.137556791305542, -1.0621325969696045, -1.099836826324463, -1.1175061464309692, -1.0197833776474, -0.8612303733825684, -0.8592373728752136, -0.9229097962379456, -1.004390835762024, -0.9904088973999023, -0.9344548583030701, -0.8256049156188965, -0.6889715790748596, -0.4543442130088806, -0.2318822741508484, -0.10468409210443497, -0.011918900534510612, 0.09924747794866562, 0.2630544900894165, 0.398707777261734, 0.3815612196922302, 0.27606770396232605, 0.13090309500694275, -0.008924500085413456, -0.17227093875408173, -0.3302496671676636, -0.4605846405029297, -0.5378169417381287, -0.5765197277069092, -0.663562536239624, -0.767206609249115, -0.7878371477127075, -0.6994417309761047, -0.6038670539855957, -0.5420193672180176, -0.5190704464912415, -0.48130711913108826, -0.4406285881996155, -0.4000467360019684, -0.3452926278114319, -0.28066784143447876, -0.23739004135131836, -0.20991595089435577, -0.19408263266086578, -0.13988059759140015, -0.05090655758976936, 0.08982601761817932, 0.2035207450389862, 0.3058733642101288, 0.3584631383419037, 0.40136992931365967, 0.4202917814254761, 0.3480396270751953, 0.22361308336257935, 0.13406947255134583, -0.04068179056048393, -0.1728193610906601, -0.416526198387146, -0.6295904517173767, -0.7233380079269409, -0.777622401714325, -0.7927511930465698, -0.7811917662620544, -0.8332318663597107, -0.7752353549003601, -0.7540783882141113, -0.6676115989685059, -0.5824123024940491, -0.531477153301239, -0.4609847366809845, -0.433394193649292, -0.47375035285949707, -0.486471563577652, -0.4569062888622284, -0.38624560832977295, -0.2977738678455353, -0.2148926854133606, -0.09356386959552765, 0.006546942517161369, 0.08827327191829681, 0.19481708109378815, 0.354237824678421, 0.4612278342247009, 0.5332960486412048, 0.5540670156478882, 0.4897738993167877, 0.4880216121673584, 0.5484623312950134, 0.5534513592720032, 0.5715035796165466, 0.4963247776031494, 0.45161721110343933, 0.39159584045410156, 0.38790953159332275, 0.4693845808506012, 0.559685230255127, 0.6308163404464722, 0.6373065710067749, 0.6365504860877991, 0.5776105523109436, 0.5966841578483582, 0.6133448481559753, 0.6906734704971313, 0.7853199243545532, 0.8096992373466492, 0.8386651277542114, 0.846775233745575, 0.9287649393081665, 1.0406943559646606, 1.1141310930252075, 1.2583473920822144, 1.359951138496399, 1.456810474395752, 1.5828889608383179, 1.690450668334961, 1.8000222444534302, 1.8923981189727783, 1.986515760421753, 2.0248541831970215, 2.0250654220581055, 2.1132354736328125, 2.1943857669830322, 2.2562429904937744, 1.9206652641296387, 1.3660179376602173, 0.703558623790741, 0.25422319769859314, -0.06302798539400101, -0.5037564635276794, -1.141209602355957, -1.6592772006988525, -1.9721943140029907, -2.09973406791687, -2.1714954376220703, -2.241276741027832, -2.0845959186553955, -1.7941231727600098, -1.623354196548462, -1.7027724981307983, -1.7703629732131958, -1.5936100482940674, -1.2554495334625244, -1.1171034574508667, -1.219282627105713, -1.3031238317489624, -1.1800528764724731, -0.9131410717964172, -0.6354334354400635, -0.3932528793811798, -0.05800040811300278, 0.3049715459346771, 0.5874639749526978, 0.6321406364440918, 0.71994549036026, 0.8708311915397644, 1.0442689657211304, 1.016730785369873, 0.7299997210502625, 0.3932819068431854, 0.1171945109963417, -0.11016146838665009, -0.39795154333114624, -0.6908115744590759, -0.9058729410171509, -1.0600160360336304, -1.2342957258224487, -1.4295217990875244, -1.48247492313385, -1.3691985607147217, -1.2009633779525757, -1.1405837535858154, -1.1387605667114258, -1.0997384786605835, -0.9841625094413757, -0.8207558393478394, -0.6881877779960632, -0.5552302598953247, -0.4235035479068756, -0.2993820607662201, -0.20543746650218964, -0.07467713952064514, 0.1695534586906433, 0.48510241508483887, 0.7776381373405457, 0.9637820720672607, 1.0510480403900146, 1.122876524925232, 1.17720365524292, 1.2169996500015259, 1.1646969318389893, 1.0668647289276123, 0.7630006074905396, 0.3260946571826935, -0.059571389108896255, -0.5004769563674927, -0.7080020308494568, -0.973770022392273, -1.2475255727767944, -1.4471080303192139, -1.7186222076416016, -1.7906938791275024, -1.785873532295227, -1.6855614185333252, -1.4085612297058105, -1.2508158683776855, -1.10038161277771, -1.0592069625854492, -1.007552981376648, -0.8127936720848083, -0.6651620864868164, -0.47102800011634827, -0.39890024065971375, -0.3111580014228821, -0.20281526446342468, -0.04190751537680626, 0.2496880292892456, 0.583673894405365, 0.8800594806671143, 1.0979892015457153, 1.1536965370178223, 1.1915401220321655, 1.1903672218322754, 1.2229253053665161, 1.1798474788665771, 1.0825377702713013, 0.8676424622535706, 0.686926543712616, 0.4851803481578827, 0.3848094940185547, 0.3414137363433838, 0.3811069428920746, 0.4247865676879883, 0.4111490845680237, 0.35438722372055054, 0.3847510814666748, 0.4218919277191162, 0.49638575315475464, 0.5930240154266357, 0.6064858436584473, 0.5939505100250244, 0.6031540632247925, 0.6493445038795471, 0.8083171844482422, 1.0147523880004883, 1.2621135711669922, 1.4647802114486694, 1.6305848360061646, 1.8285139799118042, 2.0919477939605713, 2.339252471923828, 2.5887887477874756, 2.7405881881713867, 2.867898464202881, 2.9188003540039062, 2.884739875793457, 2.927037000656128, 2.875704050064087, 3.0524978637695312, 2.438638925552368, 1.4675185680389404, 0.5533375144004822, -0.3644825518131256, -0.5272760987281799, -1.109556794166565, -2.006150007247925, -2.693835973739624, -3.170212745666504, -3.1578173637390137, -3.063610553741455, -3.165095806121826, -2.813257932662964, -2.320146083831787, -1.9558088779449463, -1.9718633890151978, -1.9935041666030884, -1.666712999343872, -1.0804758071899414, -0.6751152873039246, -0.8222036361694336, -0.9965860843658447, -0.7514580488204956, -0.3559470474720001, 0.10254616290330887, 0.4257701337337494, 0.6229792833328247, 0.9961466789245605, 1.266730546951294, 1.1570121049880981, 1.2501353025436401, 1.387210488319397, 1.4689618349075317, 1.3864221572875977, 0.7300412654876709, 0.1758303940296173, -0.2716127932071686, -0.5829828381538391, -0.981297492980957, -1.4535841941833496, -1.8924528360366821, -2.166266441345215, -2.3393349647521973, -2.4425244331359863, -2.343097448348999, -2.0421416759490967, -1.7139052152633667, -1.5587888956069946, -1.453563928604126, -1.315977931022644, -1.0088609457015991, -0.5880012512207031, -0.3629899024963379, -0.13271020352840424, 0.010631714947521687, 0.11503897607326508, 0.3442575931549072, 0.6094350218772888, 1.0154589414596558, 1.4484059810638428, 1.6714004278182983, 1.7685869932174683, 1.7871158123016357, 1.8058679103851318, 1.8753509521484375, 1.8060494661331177, 1.6188753843307495, 1.1973350048065186, 0.545985221862793, -0.10847996920347214, -0.8274865746498108, -1.3285539150238037, -1.712027907371521, -2.1455206871032715, -2.427823066711426, -2.769563913345337, -2.875369071960449, -2.738034963607788, -2.5087954998016357, -2.067898750305176, -1.6689190864562988, -1.4262020587921143, -1.1705801486968994, -1.0445383787155151, -0.7280968427658081, -0.43026384711265564, -0.18818159401416779, -0.028670435771346092, -0.01584470458328724, 0.10754431784152985, 0.29106518626213074, 0.6115121245384216, 0.9993866682052612, 1.3058158159255981, 1.5258944034576416, 1.6419031620025635, 1.6107261180877686, 1.6386152505874634, 1.6359223127365112, 1.524614691734314, 1.2940040826797485, 0.8899874687194824, 0.46015864610671997, 0.1313038319349289, -0.13074015080928802, -0.23254349827766418, -0.2779538035392761, -0.25482800602912903, -0.2876771092414856, -0.26245543360710144, -0.1489260345697403, 0.05323801189661026, 0.2913266122341156, 0.4389825761318207, 0.48898953199386597, 0.5633173584938049, 0.622036874294281, 0.7645247578620911, 0.9959145188331604, 1.2108144760131836, 1.5216995477676392, 1.7470861673355103, 1.955830693244934, 2.2101683616638184, 2.51176118850708, 2.951852798461914, 3.230762481689453, 3.3573150634765625, 3.4231059551239014, 3.3646318912506104, 3.440251111984253, 3.370609760284424, 3.2439074516296387, 3.1733546257019043, 3.0653433799743652, 2.4276463985443115, 1.11001455783844, -0.01620209962129593, -1.022264003753662, -1.2894401550292969, -1.7927080392837524, -2.9566073417663574, -3.9266819953918457, -4.385851860046387, -4.278858661651611, -3.820265054702759, -3.6945409774780273, -3.3231327533721924, -2.61773419380188, -2.0839662551879883, -1.875641942024231, -1.6862529516220093, -1.2122424840927124, -0.4510224163532257, 0.08186811208724976, -0.1620599776506424, -0.4249912202358246, -0.15757158398628235, 0.4911092221736908, 1.0241479873657227, 1.3200547695159912, 1.2880606651306152, 1.4222568273544312, 1.642594337463379, 1.5899699926376343, 1.5866223573684692, 1.7249277830123901, 1.5161889791488647, 1.1344610452651978, 0.19849568605422974, -0.674465537071228, -1.1012444496154785, -1.3941563367843628, -1.8387154340744019, -2.4355592727661133, -3.0849485397338867, -3.414849042892456, -3.3838064670562744, -3.20271897315979, -2.805720329284668, -2.302661657333374, -1.8962537050247192, -1.6493053436279297, -1.363429307937622, -0.926727294921875, -0.27026695013046265, 0.36767980456352234, 0.6760116219520569, 0.7605927586555481, 0.8492807745933533, 0.9844251871109009, 1.357459545135498, 1.8235722780227661, 2.1279819011688232, 2.3703689575195312, 2.351506233215332, 2.186431884765625, 2.1741490364074707, 2.137777805328369, 2.0848519802093506, 1.8085640668869019, 1.1995443105697632, 0.24865832924842834, -0.6213544011116028, -1.3499062061309814, -1.9751255512237549, -2.329832077026367, -3.0455286502838135, -3.5331737995147705, -3.90442156791687, -4.0362772941589355, -3.614816427230835, -3.1563308238983154, -2.5943143367767334, -1.9819447994232178, -1.662257432937622, -1.1192002296447754, -0.6981627941131592, -0.09764780849218369, 0.4388529062271118, 0.6700317859649658, 0.7521389722824097, 0.6156389117240906, 0.6262266635894775, 0.8249539136886597, 1.048902153968811, 1.316886305809021, 1.4056819677352905, 1.4485372304916382, 1.5335195064544678, 1.571664810180664, 1.6417453289031982, 1.7020275592803955, 1.5183870792388916, 1.1026943922042847, 0.484934002161026, -0.07835210859775543, -0.3838164806365967, -0.6264055967330933, -0.834943413734436, -1.0808790922164917, -1.2197896242141724, -1.1225872039794922, -0.9062631130218506, -0.553167998790741, -0.1452898532152176, 0.20786863565444946, 0.5424259305000305, 0.7024364471435547, 0.888542890548706, 1.1264052391052246, 1.402341365814209, 1.68791663646698, 1.8192447423934937, 1.9434278011322021, 2.1126341819763184, 2.3889663219451904, 2.6775949001312256, 3.044539451599121, 3.3666396141052246, 3.5655291080474854, 3.681580066680908, 3.688103199005127, 3.7414610385894775, 3.7535154819488525, 3.723914384841919, 3.4435853958129883, 3.1839022636413574, 2.97815203666687, 2.0021324157714844, 0.5845083594322205, -0.6365660429000854, -1.7912629842758179, -1.9673770666122437, -2.7907493114471436, -4.14565896987915, -5.095389366149902, -5.336398601531982, -4.801746845245361, -4.166144847869873, -4.014133453369141, -3.481114625930786, -2.5399158000946045, -1.7172846794128418, -1.285398006439209, -0.8488451242446899, -0.15356040000915527, 0.67814701795578, 1.0207622051239014, 0.5422919392585754, 0.24685551226139069, 0.7268569469451904, 1.4165221452713013, 1.708031177520752, 1.7298840284347534, 1.3753529787063599, 1.4729984998703003, 1.7099601030349731, 1.6085169315338135, 1.6031432151794434, 1.5964186191558838, 1.0842739343643188, 0.41750094294548035, -0.6749567985534668, -1.467628836631775, -1.6882505416870117, -2.073289632797241, -2.845775842666626, -3.675220012664795, -4.310384750366211, -4.307542324066162, -3.9091527462005615, -3.4572181701660156, -2.9338512420654297, -2.2966065406799316, -1.7234982252120972, -1.2325019836425781, -0.563797652721405, 0.27448001503944397, 1.1246623992919922, 1.67413330078125, 1.7294913530349731, 1.6480315923690796, 1.8281309604644775, 2.0523080825805664, 2.3922111988067627, 2.599548101425171, 2.5177133083343506, 2.4133150577545166, 2.224681854248047, 2.0747177600860596, 2.110980749130249, 1.9951708316802979, 1.6391321420669556, 1.0047187805175781, 0.16771963238716125, -0.622314453125, -1.412567377090454, -1.9298419952392578, -2.6707043647766113, -3.4498062133789062, -4.029169082641602, -4.685598850250244, -4.606587886810303, -4.3323974609375, -3.7893009185791016, -3.080181360244751, -2.6071386337280273, -1.8651434183120728, -1.0294438600540161, -0.18531058728694916, 0.6727012395858765, 1.1374353170394897, 1.4451920986175537, 1.4429302215576172, 1.4250472784042358, 1.4175087213516235, 1.395407795906067, 1.4136639833450317, 1.2786166667938232, 1.0214124917984009, 0.9541045427322388, 1.0265737771987915, 1.1613577604293823, 1.2965162992477417, 1.133723258972168, 0.9110978841781616, 0.6137244701385498, 0.19204053282737732, -0.15107135474681854, -0.46150273084640503, -0.7597891092300415, -1.0704437494277954, -1.489383578300476, -1.718754529953003, -1.5880507230758667, -1.166150450706482, -0.6734859347343445, -0.23603039979934692, 0.09984645992517471, 0.47246623039245605, 0.9335641264915466, 1.397713541984558, 1.787305235862732, 2.0933353900909424, 2.213327169418335, 2.193425178527832, 2.2159886360168457, 2.342397928237915, 2.616490364074707, 2.8223633766174316, 2.9328982830047607, 2.953122854232788, 3.1328072547912598, 3.3017492294311523, 3.4546213150024414, 3.6391494274139404, 3.5761215686798096, 3.510071039199829, 3.222494125366211, 2.8955867290496826, 2.811577320098877, 2.8079819679260254, 1.8389650583267212, 0.18625842034816742, -1.1447943449020386, -2.3460402488708496, -2.3886311054229736, -3.1281139850616455, -4.5478644371032715, -5.406445503234863, -5.625914573669434, -5.010473728179932, -4.2799835205078125, -3.972979784011841, -3.209073066711426, -2.0630288124084473, -1.1987282037734985, -0.7805408835411072, -0.29353052377700806, 0.467274934053421, 1.3891278505325317, 1.5705199241638184, 0.9434638023376465, 0.41579097509384155, 0.8855395913124084, 1.5124748945236206, 1.6563339233398438, 1.5365630388259888, 1.0294603109359741, 1.1013432741165161, 1.3361459970474243, 1.2206735610961914, 1.1906051635742188, 1.179631233215332, 0.5713235139846802, -0.20377452671527863, -1.2842137813568115, -2.030217409133911, -2.1570041179656982, -2.5466599464416504, -3.3935582637786865, -4.210610389709473, -4.6782145500183105, -4.399355888366699, -3.7586348056793213, -3.0944058895111084, -2.5481886863708496, -1.83902907371521, -1.160212516784668, -0.45964759588241577, 0.43465882539749146, 1.3712395429611206, 2.0451555252075195, 2.400197982788086, 2.2556793689727783, 2.088107109069824, 2.304699420928955, 2.433126926422119, 2.57806134223938, 2.5341880321502686, 2.189159870147705, 2.00456166267395, 1.8367736339569092, 1.722393274307251, 1.777411937713623, 1.5475184917449951, 0.9864797592163086, 0.24812114238739014, -0.5160331726074219, -1.0832897424697876, -1.5998852252960205, -2.387528657913208, -3.0565948486328125, -3.933130979537964, -4.302927017211914, -4.468422889709473, -4.315401077270508, -3.7826318740844727, -3.291261911392212, -2.6591689586639404, -2.0204315185546875, -1.2970927953720093, -0.18367137014865875, 0.7361548542976379, 1.3797249794006348, 1.5694087743759155, 1.5661695003509521, 1.5764447450637817, 1.6375579833984375, 1.6212366819381714, 1.4294116497039795, 1.0737035274505615, 0.7421739101409912, 0.5093336701393127, 0.4874677360057831, 0.7131481766700745, 0.7945469617843628, 0.8313977718353271, 0.6138071417808533, 0.31069788336753845, 0.16060374677181244, -0.02488775923848152, -0.30177953839302063, -0.5626825094223022, -1.0164591073989868, -1.3880388736724854, -1.5961852073669434, -1.5911048650741577, -1.195500135421753, -0.6876534819602966, -0.3689870238304138, 0.04351649433374405, 0.40147823095321655, 0.9737542867660522, 1.6046488285064697, 2.0415852069854736, 2.2975211143493652, 2.388800859451294, 2.3222591876983643, 2.300773859024048, 2.421893835067749, 2.5567808151245117, 2.7167108058929443, 2.7089593410491943, 2.635612964630127, 2.7009150981903076, 2.9989423751831055, 3.2640528678894043, 3.4131932258605957, 3.419605255126953, 3.318250894546509, 3.202781915664673, 3.0042026042938232, 2.8374452590942383, 2.913203001022339, 2.5102946758270264, 0.7516263723373413, -0.5710732936859131, -1.9952391386032104, -2.4362308979034424, -2.4207677841186523, -3.8732047080993652, -5.173176288604736, -5.7351837158203125, -5.355603218078613, -4.333456039428711, -3.679946184158325, -3.4281349182128906, -2.364919662475586, -1.3505940437316895, -0.7239046096801758, -0.08708389103412628, 0.5282147526741028, 1.43986976146698, 1.8758962154388428, 1.3897243738174438, 0.5448178052902222, 0.5501576066017151, 1.4030267000198364, 1.6182743310928345, 1.5926963090896606, 0.9136377573013306, 0.5753659009933472, 0.9274389743804932, 1.1550021171569824, 0.9422286748886108, 1.0302917957305908, 0.4497036933898926, -0.4159335196018219, -1.2090061902999878, -2.13217830657959, -2.2131409645080566, -2.378387689590454, -3.2432591915130615, -4.203557968139648, -4.845563888549805, -4.617125511169434, -3.7586727142333984, -2.951033592224121, -2.433873176574707, -1.8715983629226685, -1.140993595123291, -0.32874077558517456, 0.6247221827507019, 1.6435575485229492, 2.3571555614471436, 2.5464296340942383, 2.4557595252990723, 2.0833256244659424, 2.274441719055176, 2.488363027572632, 2.4708640575408936, 2.335801601409912, 1.8831857442855835, 1.567861795425415, 1.594496726989746, 1.5536487102508545, 1.5790865421295166, 1.39104163646698, 0.7874237298965454, 0.045728594064712524, -0.6230971217155457, -1.1141481399536133, -1.4141675233840942, -1.9239693880081177, -2.9250755310058594, -3.7602696418762207, -4.055957794189453, -4.139904975891113, -3.673086404800415, -3.4109537601470947, -3.070763349533081, -2.5088415145874023, -2.000251293182373, -1.1148076057434082, -0.15641498565673828, 0.7683407068252563, 1.4749693870544434, 1.5479837656021118, 1.3913607597351074, 1.3572369813919067, 1.5024528503417969, 1.617974877357483, 1.3377068042755127, 0.8220391273498535, 0.3425458073616028, 0.044840872287750244, 0.14715494215488434, 0.32002824544906616, 0.42751336097717285, 0.36284562945365906, 0.06334219127893448, -0.13120973110198975, -0.18685941398143768, -0.19242510199546814, -0.25020939111709595, -0.5439229607582092, -0.9935137033462524, -1.3351739645004272, -1.4194128513336182, -1.2063595056533813, -0.8631961941719055, -0.4667516350746155, -0.11520462483167648, 0.13754945993423462, 0.586174488067627, 1.1467514038085938, 1.717296838760376, 2.1377763748168945, 2.240247964859009, 2.1766936779022217, 2.146972894668579, 2.095137357711792, 2.213785409927368, 2.3064846992492676, 2.273881673812866, 2.2368438243865967, 2.1635615825653076, 2.223489284515381, 2.6212639808654785, 2.917236566543579, 3.138594150543213, 3.1772100925445557, 3.089874505996704, 3.13342022895813, 3.139634847640991, 3.0638442039489746, 2.9394893646240234, 2.943265199661255, 2.2706122398376465, 0.32184234261512756, -0.7544995546340942, -1.957277536392212, -2.114764928817749, -2.3567707538604736, -4.069254398345947, -5.35146427154541, -5.586220741271973, -4.828912258148193, -3.724391460418701, -3.153029680252075, -3.0399231910705566, -1.9936898946762085, -1.023469090461731, -0.4079083502292633, 0.23059101402759552, 0.8119871616363525, 1.40152907371521, 1.4652258157730103, 0.9033814072608948, 0.1867503523826599, 0.6247116923332214, 1.4550632238388062, 1.4841941595077515, 1.2390540838241577, 0.6966139674186707, 0.5977553129196167, 1.2221347093582153, 1.4509238004684448, 0.976605236530304, 0.9676088690757751, 0.083946093916893, -0.7802897691726685, -1.5056356191635132, -2.282973051071167, -2.422675609588623, -2.773679494857788, -3.753744125366211, -4.567562103271484, -4.6925225257873535, -4.103890895843506, -3.107532501220703, -2.379859447479248, -1.9272125959396362, -1.2846269607543945, -0.37670010328292847, 0.5554630160331726, 1.3508450984954834, 2.1506152153015137, 2.339529275894165, 2.2359695434570312, 2.1039352416992188, 1.8338409662246704, 2.1252074241638184, 2.206071376800537, 1.9083534479141235, 1.6846815347671509, 1.4118376970291138, 1.386273980140686, 1.6641225814819336, 1.5739185810089111, 1.397364854812622, 1.0813767910003662, 0.39173081517219543, -0.2874465882778168, -0.8266624212265015, -1.3283697366714478, -1.7681307792663574, -2.4958243370056152, -3.2908737659454346, -3.8323566913604736, -3.934058904647827, -3.4254441261291504, -3.2267565727233887, -2.717332601547241, -2.320915699005127, -1.8179254531860352, -1.010611891746521, -0.40521812438964844, 0.3893088400363922, 0.9833577871322632, 1.1305499076843262, 1.132177472114563, 0.9029395580291748, 0.8850696086883545, 1.0423191785812378, 1.0263466835021973, 0.7289201021194458, 0.2903062701225281, 0.06011964753270149, 0.1587795466184616, 0.2697869539260864, 0.4887329339981079, 0.3528057932853699, 0.1537269502878189, -0.022572146728634834, -0.2528510093688965, -0.28183624148368835, -0.3922884166240692, -0.714151918888092, -0.9252254962921143, -1.1484092473983765, -1.269768238067627, -1.017058253288269, -0.7872159481048584, -0.3517149090766907, 0.09677671641111374, 0.34082135558128357, 0.760429859161377, 1.1451199054718018, 1.542258858680725, 1.9168556928634644, 1.9688678979873657, 1.9216175079345703, 1.864052414894104, 1.8530701398849487, 1.9181582927703857, 2.003593683242798, 2.03629994392395, 2.101820707321167, 2.1050479412078857, 2.2697503566741943, 2.471404552459717, 2.8775579929351807, 3.112297296524048, 3.1191539764404297, 3.1924989223480225, 3.183566093444824, 3.1778814792633057, 3.317936897277832, 3.0404250621795654, 3.051243305206299, 2.983153820037842, 1.1505329608917236, -0.1505790650844574, -1.2455395460128784, -2.183359384536743, -1.945716381072998, -3.244643449783325, -4.861210346221924, -5.505284309387207, -5.085492134094238, -4.090404987335205, -3.0598361492156982, -3.0247843265533447, -2.3632407188415527, -1.2736263275146484, -0.5723859667778015, -0.015057730488479137, 0.6147511005401611, 1.17817223072052, 1.3812530040740967, 1.1431777477264404, 0.3247227072715759, 0.17243076860904694, 1.219447374343872, 1.5083719491958618, 1.4463825225830078, 1.099204182624817, 0.6252482533454895, 0.9457167387008667, 1.613560676574707, 1.209673285484314, 1.0283677577972412, 0.4566739499568939, -0.7740311622619629, -1.5778335332870483, -2.4140217304229736, -2.866445541381836, -3.0370383262634277, -3.678335189819336, -4.580157279968262, -4.870782852172852, -4.338526248931885, -3.364943504333496, -2.2464334964752197, -1.4827896356582642, -1.053189992904663, -0.24209800362586975, 0.6550446152687073, 1.2858095169067383, 2.11641263961792, 2.4115147590637207, 2.045858383178711, 1.8972636461257935, 1.466179609298706, 1.5274522304534912, 1.969649076461792, 1.8435560464859009, 1.6690351963043213, 1.5632537603378296, 1.3796504735946655, 1.6802821159362793, 1.85677969455719, 1.6377323865890503, 1.368115782737732, 0.6484045386314392, -0.2955385148525238, -1.0460870265960693, -1.631657361984253, -2.1067564487457275, -2.653805732727051, -3.3646295070648193, -3.8757307529449463, -4.084776878356934, -3.5082972049713135, -2.915760040283203, -2.3789520263671875, -1.7774299383163452, -1.4027475118637085, -0.7308903336524963, -0.1207636296749115, 0.49212318658828735, 1.0385788679122925, 1.186763048171997, 0.9618669152259827, 0.6593896150588989, 0.46361052989959717, 0.5597267150878906, 0.6930009722709656, 0.6677058339118958, 0.24840259552001953, -0.059795212000608444, -0.022586101666092873, 0.11360827088356018, 0.43417108058929443, 0.47326067090034485, 0.14979317784309387, -0.09449326246976852, -0.49724528193473816, -0.569267213344574, -0.5539822578430176, -0.7397129535675049, -0.9757139682769775, -1.0872981548309326, -1.1981245279312134, -0.8621380925178528, -0.46990668773651123, -0.0061353943310678005, 0.47811174392700195, 0.7410950064659119, 0.953271210193634, 1.2896963357925415, 1.567014217376709, 1.844010829925537, 1.8633978366851807, 1.6965909004211426, 1.5327228307724, 1.4964102506637573, 1.57967209815979, 1.8017690181732178, 1.9621033668518066, 2.1009624004364014, 2.210663318634033, 2.350010633468628, 2.5266542434692383, 2.8866772651672363, 3.1998772621154785, 3.161485433578491, 3.0706262588500977, 2.993553876876831, 2.958411693572998, 3.0753695964813232, 2.8928897380828857, 2.7216033935546875, 2.741636037826538, 2.3240978717803955, 0.42702150344848633, -0.4511195719242096, -1.8346714973449707, -2.071089744567871, -2.255722761154175, -3.6112749576568604, -4.980905055999756, -5.271017074584961, -4.510613918304443, -3.4199745655059814, -2.5339455604553223, -2.531496286392212, -1.6661536693572998, -0.8802318572998047, -0.11370576173067093, 0.2932239770889282, 0.8064538836479187, 1.002040147781372, 0.9278644323348999, 0.6692341566085815, -0.0010675068479031324, 0.13027244806289673, 1.0696016550064087, 1.3250951766967773, 1.4737958908081055, 1.2570399045944214, 0.8302783370018005, 1.188439130783081, 1.6576368808746338, 1.1756995916366577, 0.8004468083381653, -0.42030102014541626, -1.7106984853744507, -2.530273199081421, -3.0819265842437744, -3.5579237937927246, -3.829794406890869, -4.297565460205078, -4.654181003570557, -4.300248622894287, -3.3963816165924072, -2.2658660411834717, -0.9879533648490906, -0.21187064051628113, 0.12140587717294693, 0.6191379427909851, 1.1738896369934082, 1.5969197750091553, 2.115591526031494, 1.9138067960739136, 1.2649664878845215, 1.0717473030090332, 0.9607112407684326, 1.2335736751556396, 1.690649390220642, 1.7711191177368164, 1.7753150463104248, 1.9758163690567017, 1.9587996006011963, 2.066701889038086, 2.0310308933258057, 1.5523885488510132, 0.7994220852851868, -0.20876851677894592, -1.397098422050476, -2.2675797939300537, -2.7002289295196533, -3.124427318572998, -3.4530632495880127, -3.725224494934082, -4.0749640464782715, -3.43312931060791, -2.607686758041382, -1.8724758625030518, -0.9877869486808777, -0.670121431350708, -0.29233086109161377, -0.003491251263767481, 0.3836105465888977, 0.6608092188835144, 0.7565306425094604, 0.6175665259361267, 0.27982592582702637, -0.09310607612133026, -0.006799815688282251, 0.19070981442928314, 0.5925438404083252, 0.5803092122077942, 0.30272722244262695, 0.22431275248527527, 0.21383284032344818, 0.32850632071495056, 0.5197445750236511, 0.18209359049797058, -0.30226224660873413, -0.7293984889984131, -1.0103718042373657, -0.9605724215507507, -0.8258883953094482, -0.9655104875564575, -0.8288331627845764, -0.7018207907676697, -0.48085716366767883, 0.04158124700188637, 0.5216400027275085, 0.9150848984718323, 1.1425548791885376, 1.1750283241271973, 1.0887762308120728, 1.1695948839187622, 1.3053089380264282, 1.4228712320327759, 1.429970622062683, 1.327805519104004, 1.3464548587799072, 1.6478785276412964, 2.0430428981781006, 2.364882469177246, 2.6213510036468506, 2.6300065517425537, 2.6887271404266357, 2.706939697265625, 2.8742311000823975, 3.054769992828369, 3.0358376502990723, 3.0056676864624023, 2.7296435832977295, 2.812612295150757, 2.8322250843048096, 3.0931849479675293, 3.4465434551239014, 3.0821731090545654, 1.1307421922683716, 0.01278796885162592, -1.6410290002822876, -2.0784752368927, -2.175823926925659, -3.4371423721313477, -4.7551679611206055, -5.673819065093994, -5.096273899078369, -3.588909149169922, -2.434670925140381, -1.862379789352417, -1.2441807985305786, -0.7724694013595581, 0.07715315371751785, 0.39833804965019226, 0.6512375473976135, 0.7995803356170654, 0.7439501285552979, 0.4562024772167206, -0.28185638785362244, -0.5263227820396423, 0.39828914403915405, 1.3718161582946777, 2.0038750171661377, 1.8722182512283325, 1.2665269374847412, 1.282296061515808, 1.84705650806427, 1.6690326929092407, 1.032968282699585, -0.31379979848861694, -1.8188591003417969, -3.1917035579681396, -3.929964542388916, -4.27040433883667, -4.229269027709961, -4.05056095123291, -4.2162017822265625, -4.113579750061035, -3.2061355113983154, -1.8499842882156372, -0.15686355531215668, 0.754511296749115, 0.731820285320282, 0.7383460402488708, 0.7895093560218811, 0.9375798106193542, 1.2852469682693481, 1.1587175130844116, 0.8427979350090027, 0.602694571018219, 0.5583056211471558, 1.022930383682251, 1.723827838897705, 2.5130972862243652, 2.8888070583343506, 2.8045802116394043, 2.553972005844116, 2.1987578868865967, 1.800452470779419, 1.2131620645523071, 0.15146641433238983, -1.0359828472137451, -2.4035491943359375, -3.4003443717956543, -3.8301382064819336, -3.646705389022827, -3.3050506114959717, -3.251420497894287, -2.8902902603149414, -2.6907780170440674, -1.7363697290420532, -0.7282859683036804, -0.21269084513187408, 0.08969761431217194, -0.17358821630477905, -0.342422753572464, -0.3189270496368408, -0.3747517466545105, -0.08865951001644135, 0.09096209704875946, 0.13668379187583923, 0.09868374466896057, 0.09488339722156525, 0.4619085192680359, 0.9519991874694824, 1.267090916633606, 1.1372698545455933, 0.5082427263259888, 0.0150164645165205, -0.33028340339660645, -0.4389607906341553, -0.5443321466445923, -0.7841780185699463, -1.1860681772232056, -1.3533570766448975, -1.2327889204025269, -0.8629191517829895, -0.20658133924007416, 0.22986173629760742, 0.34386831521987915, 0.3439843952655792, 0.3813912272453308, 0.5561048984527588, 0.7526406645774841, 0.8193734884262085, 0.7289227247238159, 0.5710853338241577, 0.5879158973693848, 0.8194941282272339, 1.3217469453811646, 1.7797528505325317, 2.1580374240875244, 2.510720729827881, 2.627026319503784, 2.737002372741699, 2.937225103378296, 2.9946253299713135, 2.8485867977142334, 2.7124571800231934, 2.505099296569824, 2.3116164207458496, 2.550140142440796, 2.7635371685028076, 2.950336217880249, 3.2883107662200928, 3.3198509216308594, 3.805023431777954, 4.051377773284912, 2.222879409790039, 0.9612831473350525, -1.2257239818572998, -2.5041141510009766, -2.300619125366211, -3.3724043369293213, -4.5698723793029785, -5.518668174743652, -5.183694362640381, -3.715742826461792, -2.0216996669769287, -1.1688224077224731, -0.6577988266944885, -0.35934770107269287, 0.3500971794128418, 0.3629123568534851, 0.020297598093748093, -0.0873476043343544, -0.20770186185836792, -0.16707342863082886, -0.644242525100708, -1.0791559219360352, -0.2649158239364624, 1.0578252077102661, 2.5247249603271484, 3.1286895275115967, 2.3811910152435303, 1.7871967554092407, 1.7951433658599854, 1.287814974784851, 0.7185445427894592, -0.619956910610199, -2.492220878601074, -3.993105173110962, -4.784908294677734, -4.937294960021973, -4.509048938751221, -3.6014764308929443, -2.9930825233459473, -2.6250298023223877, -2.046478509902954, -1.299903154373169, -0.22693714499473572, 0.6333903670310974, 0.7529416680335999, 0.2656531035900116, -0.41644373536109924, -0.8614804148674011, -0.48202013969421387, 0.14985643327236176, 0.7085701823234558, 1.1551624536514282, 1.3880596160888672, 1.8902937173843384, 2.641873836517334, 3.3460686206817627, 3.703911066055298, 3.477546453475952, 2.7279372215270996, 1.5841572284698486, 0.27706795930862427, -0.7198922038078308, -1.4010398387908936, -1.8570526838302612, -2.3490071296691895, -2.835200786590576, -3.180757522583008, -2.8599491119384766, -2.0756351947784424, -1.435909390449524, -1.082413911819458, -1.113434910774231, -1.3449674844741821, -1.3516409397125244, -1.316637635231018, -1.1548206806182861, -1.0400850772857666, -1.0719404220581055, -1.004576563835144, -0.815496027469635, -0.2739195227622986, 0.557888925075531, 1.2494648694992065, 1.5031063556671143, 1.3990250825881958, 1.0845515727996826, 0.7383740544319153, 0.450633704662323, 0.12022088468074799, -0.31082507967948914, -0.7580900192260742, -1.1563019752502441, -1.335301399230957, -1.2248708009719849, -0.7551232576370239, -0.1851942539215088, 0.13264906406402588, 0.19585110247135162, 0.08791929483413696, -0.0057208905927836895, 0.16410183906555176, 0.25514236092567444, 0.11475370079278946, -0.08171485364437103, -0.39010757207870483, -0.4042178988456726, 0.034526094794273376, 0.6035338640213013, 1.2005093097686768, 1.6035993099212646, 1.8020533323287964, 2.0210862159729004, 2.301881790161133, 2.6686341762542725, 2.796614408493042, 2.7094361782073975, 2.354351758956909, 2.0599160194396973, 1.9177696704864502, 2.1528055667877197, 2.4647414684295654, 2.818389892578125, 3.080618143081665, 3.211089849472046, 3.5286521911621094, 3.8360137939453125, 4.285597324371338, 4.62294864654541, 3.7311363220214844, 1.5294597148895264, -0.5094969272613525, -2.865112781524658, -2.7999179363250732, -2.8430299758911133, -3.204615831375122, -4.07928466796875, -4.677130222320557, -3.7619969844818115, -1.9615169763565063, -0.25699713826179504, 0.06174024939537048, -0.14527295529842377, -0.4639799892902374, -0.814257025718689, -1.2393277883529663, -1.558976173400879, -1.5498476028442383, -0.9854227304458618, -0.2529489994049072, -0.24997450411319733, 0.08964958041906357, 1.200710415840149, 2.7899553775787354, 4.279187202453613, 4.142855644226074, 2.5217173099517822, 0.9914641380310059, -0.13945838809013367, -0.837550699710846, -1.374241828918457, -2.7223093509674072, -3.8595550060272217, -4.454343318939209, -4.218984603881836, -3.3453383445739746, -2.260131359100342, -1.4194910526275635, -1.0156993865966797, -1.0210187435150146, -1.3690212965011597, -1.8254643678665161, -1.8939632177352905, -1.8063410520553589, -1.6550235748291016, -1.6092514991760254, -1.6330512762069702, -1.4275505542755127, -0.3020102083683014, 1.2421443462371826, 2.6600382328033447, 3.527724266052246, 3.5044589042663574, 3.1560146808624268, 2.9181065559387207, 2.5333898067474365, 2.004377603530884, 1.3532522916793823, 0.537186324596405, -0.19602824747562408, -0.8588888049125671, -1.2620916366577148, -1.18968665599823, -0.8310582637786865, -0.5153553485870361, -0.5980721712112427, -1.2377827167510986, -1.7450615167617798, -2.2755541801452637, -2.2553908824920654, -2.3301637172698975, -2.431117534637451, -2.4531328678131104, -2.407236337661743, -1.932210087776184, -1.2218116521835327, -0.3879847228527069, 0.3279411196708679, 0.8125279545783997, 0.9182348251342773, 0.8829424977302551, 0.7710345387458801, 0.5610886812210083, 0.44111526012420654, 0.3728545010089874, 0.23098096251487732, 0.048243217170238495, -0.13641180098056793, -0.22729653120040894, 0.03846675902605057, 0.32909685373306274, 0.39265677332878113, 0.22151543200016022, -0.27082082629203796, -0.6276649236679077, -0.7954075932502747, -0.7476691603660583, -0.6867020726203918, -0.6396000981330872, -0.565095841884613, -0.47165438532829285, -0.2520429491996765, 0.1115337684750557, 0.5081199407577515, 0.7647897005081177, 0.910262942314148, 0.8462181091308594, 0.8213753700256348, 0.9268929958343506, 1.1462030410766602, 1.552107334136963, 1.938176155090332, 2.2340848445892334, 2.4270551204681396, 2.536904811859131, 2.6620700359344482, 2.7486534118652344, 2.927947759628296, 2.910886287689209, 2.8784849643707275, 2.826059341430664, 2.8602774143218994, 3.0845489501953125, 3.343388557434082, 3.6376988887786865, 3.9624974727630615, 3.9739160537719727, 2.4679226875305176, 1.0403528213500977, -1.4813164472579956, -2.4611644744873047, -2.520660161972046, -2.4889450073242188, -2.472651243209839, -3.3381831645965576, -3.4520339965820312, -2.768857717514038, -1.1410635709762573, -0.14214998483657837, 0.04496659338474274, -0.7286056876182556, -1.3661706447601318, -1.9338611364364624, -2.0407800674438477, -1.8006668090820312, -1.7625349760055542, -0.6779798865318298, 0.2454468458890915, 1.005813717842102, 1.909144639968872, 2.2491915225982666, 2.924670696258545, 3.504359245300293, 3.101667642593384, 1.8036748170852661, 0.1372489035129547, -1.6498900651931763, -2.194037675857544, -2.3427696228027344, -2.391420364379883, -2.4861958026885986, -2.602548122406006, -2.3568265438079834, -1.8060344457626343, -1.3261380195617676, -1.1946074962615967, -1.607795238494873, -2.1264519691467285, -2.687648057937622, -3.1924233436584473, -3.3584108352661133, -3.229905366897583, -2.8226776123046875, -1.657045841217041, -0.6924541592597961, 0.25879427790641785, 1.1199588775634766, 1.507394552230835, 2.032001495361328, 2.4827561378479004, 2.5024170875549316, 2.302133321762085, 1.7440448999404907, 1.1025463342666626, 0.9544734954833984, 1.1089600324630737, 1.3933148384094238, 1.5762529373168945, 1.3771247863769531, 1.1515541076660156, 0.7493793368339539, 0.28201091289520264, -0.25481167435646057, -1.2154749631881714, -1.9664708375930786, -2.5817346572875977, -3.1566762924194336, -3.0010149478912354, -3.0195510387420654, -2.561776876449585, -1.9256362915039062, -1.4000270366668701, -0.8552072048187256, -0.5972175598144531, -0.5476857423782349, -0.5062098503112793, -0.5348290205001831, -0.4790607690811157, -0.35727718472480774, -0.2837323248386383, 0.02269148640334606, 0.40900853276252747, 0.8270614743232727, 1.307469129562378, 1.4900857210159302, 1.5578343868255615, 1.3226269483566284, 0.9765180349349976, 0.5757302045822144, 0.29166120290756226, -0.04439225792884827, -0.23809514939785004, -0.45962899923324585, -0.5363640785217285, -0.3630855679512024, -0.1806170493364334, -0.0025706158485263586, 0.02393084019422531, -0.04914126545190811, -0.13013173639774323, -0.23311500251293182, -0.41866743564605713, -0.59139484167099, -0.5974733233451843, -0.3386414349079132, 0.1935427486896515, 0.7073878049850464, 1.1709414720535278, 1.4188464879989624, 1.6438534259796143, 1.9191540479660034, 2.0262255668640137, 2.1173031330108643, 1.9375604391098022, 1.836832880973816, 1.674594521522522, 1.8027714490890503, 2.1010773181915283, 2.5838654041290283, 3.1024835109710693, 3.489743709564209, 3.805040121078491, 3.8512821197509766, 3.898801803588867, 3.5139901638031006, 2.5894134044647217, 1.4646574258804321, -0.25569406151771545, -1.0938831567764282, -1.8691630363464355, -1.665751576423645, -1.4197596311569214, -1.0816010236740112, -0.8378411531448364, -0.8528155088424683, -0.7840277552604675, -0.9160030484199524, -0.9538688659667969, -1.4178564548492432, -1.893427848815918, -2.635040283203125, -2.9269042015075684, -2.8228952884674072, -2.4249672889709473, -1.5776286125183105, -0.9191620349884033, 0.10292483121156693, 0.9899452328681946, 1.6631603240966797, 1.837365746498108, 1.6220266819000244, 1.0099769830703735, 0.3498227596282959, -0.14023111760616302, -0.5943176746368408, -0.6022711992263794, -0.6574016213417053, -0.49610230326652527, -0.5088324546813965, -0.39127615094184875, -0.18954384326934814, -0.02233084850013256, -0.0166594497859478, -0.44608357548713684, -1.0146180391311646, -1.6382085084915161, -2.1166188716888428, -2.491555690765381, -2.6129190921783447, -2.54659104347229, -2.246356725692749, -1.6735669374465942, -1.2994470596313477, -0.8290161490440369, -0.5776032209396362, -0.3226214051246643, -0.11655516177415848, -0.031810514628887177, 0.028842469677329063, 0.07276836037635803, 0.18160417675971985, 0.2594202756881714, 0.4627645015716553, 0.6812177896499634, 1.0287433862686157, 1.3226447105407715, 1.535729169845581, 1.5873843431472778, 1.3929851055145264, 1.1176183223724365, 0.7490427494049072, 0.3928750157356262, 0.08721835911273956, -0.22274404764175415, -0.46149909496307373, -0.675204336643219, -0.8063215613365173, -0.8849247097969055, -0.8961428999900818, -0.8664340972900391, -0.8159208297729492, -0.8164911866188049, -0.8714397549629211, -0.9139462113380432, -0.9681954383850098, -0.9096996188163757, -0.9201671481132507, -0.8199564814567566, -0.6395435929298401, -0.3533751666545868, -0.06711845099925995, 0.099170982837677, 0.17667719721794128, 0.18392015993595123, 0.24839390814304352, 0.3078317940235138, 0.314352422952652, 0.2203138768672943, 0.163382425904274, 0.12390905618667603, 0.21986417472362518, 0.37914618849754333, 0.48424196243286133, 0.6407155394554138, 0.5876502990722656, 0.4169394373893738, 0.017568103969097137, -0.14828625321388245, -0.09712516516447067, 0.05301130190491676, 0.22568532824516296, 0.16054768860340118, 0.11663401126861572, 0.08903364092111588, 0.17964321374893188, 0.25679999589920044, 0.2838786244392395, 0.3952995240688324, 0.48530086874961853, 0.46575891971588135, 0.37705370783805847, 0.22593232989311218, 0.1555003821849823, 0.2629565894603729, 0.5399829745292664, 0.8902480006217957, 1.2120928764343262, 1.3895171880722046, 1.3710668087005615, 1.316782832145691, 1.330696940422058, 1.369983434677124, 1.3648163080215454, 1.256897211074829, 1.052506446838379, 0.8496381640434265, 0.7452105283737183, 0.7369760274887085, 0.86719810962677, 0.9496178030967712, 0.951714813709259, 0.8680590391159058, 0.7367503643035889, 0.6224309206008911, 0.5018237829208374, 0.3190801739692688, 0.10855306684970856, -0.09264513105154037, -0.20449507236480713, -0.20055238902568817, -0.15193066000938416, -0.057124506682157516, 0.011786791495978832, 0.03952852264046669, 0.038829512894153595, -0.009367766790091991, -0.020980488508939743, -0.07904546707868576, -0.20330549776554108, -0.43653005361557007, -0.7063194513320923, -0.8330062627792358, -0.8226631879806519, -0.6853244304656982, -0.5625870227813721, -0.566798746585846, -0.6276366114616394, -0.7083855867385864, -0.776584267616272, -0.7836594581604004, -0.7941349744796753, -0.8565844893455505, -0.9509792327880859, -1.0810788869857788, -1.1400724649429321, -1.1166125535964966, -1.0269289016723633, -0.9108093976974487, -0.8115894794464111, -0.7251438498497009, -0.6692442297935486, -0.5941299796104431, -0.5470804572105408, -0.4853079617023468, -0.4064418077468872, -0.3480859100818634, -0.3295500576496124, -0.2823418378829956, -0.23546399176120758, -0.12360759824514389, 0.011201305314898491, 0.08979754149913788, 0.12078315764665604, 0.13962532579898834, 0.1453864574432373, 0.19849389791488647, 0.24576161801815033, 0.27359825372695923, 0.25637802481651306, 0.1655026376247406, 0.08346571028232574, 0.04152577370405197, 0.06235998496413231, 0.10652251541614532, 0.11959009617567062, 0.05589067563414574, -0.0026179917622357607, -0.07812616974115372, -0.11396010220050812, -0.10095667839050293, -0.07776106894016266, -0.07507675886154175, -0.05698780342936516, -0.07454833388328552, -0.0814199149608612, -0.04952443018555641, 0.00994124822318554, 0.0801478698849678, 0.1589459776878357, 0.19937661290168762, 0.17773613333702087, 0.17827928066253662, 0.19872932136058807, 0.18648098409175873, 0.17657460272312164, 0.1283857822418213, 0.04669587314128876, -0.015517492778599262, -0.08380743861198425, -0.14894402027130127, -0.16801556944847107, -0.19648844003677368, -0.22980500757694244, -0.2807277739048004, -0.3934273421764374, -0.46027714014053345, -0.4781491160392761, -0.4746965169906616, -0.45140448212623596, -0.6139267086982727, -0.6924723386764526, -0.7135317921638489, -0.480324923992157, -0.3044571578502655, -0.30461007356643677, -0.28336986899375916, -0.16114875674247742, 0.010201701894402504, 0.061838168650865555, 0.023898188024759293, 0.07104989141225815, 0.27956968545913696, 0.49914366006851196, 0.6004768013954163, 0.6094996929168701, 0.617580235004425, 0.7011900544166565, 0.7372448444366455, 0.7533853650093079, 0.6234340071678162, 0.6282089352607727, 0.704343855381012, 0.7728707790374756, 0.648625373840332, 0.5568426847457886, 0.5907272696495056, 0.6722669005393982, 0.727078914642334, 0.6202710866928101, 0.5589000582695007, 0.4654427170753479, 0.43238550424575806, 0.3906303644180298, 0.37374815344810486, 0.366524338722229, 0.3213481307029724, 0.2562718689441681, 0.21127106249332428, 0.2733830213546753, 0.34526392817497253, 0.3991204500198364, 0.41557618975639343, 0.34476542472839355, 0.2990313470363617, 0.1957259476184845, 0.40153002738952637, 0.34625300765037537, 0.3273409605026245, 0.2908974289894104, 0.2752757966518402, 0.2467072755098343, 0.21532294154167175, 0.2803764343261719, 0.15256871283054352, 0.1420818269252777, -0.07795485854148865, -0.14213921129703522, -0.24066977202892303, -0.2230629175901413, -0.26808643341064453, -0.28735220432281494, -0.3561376631259918, -0.46164312958717346, -0.43992364406585693, -0.42942067980766296, -0.39859914779663086, -0.41505807638168335, -0.40811896324157715, -0.4693458676338196, -0.49994391202926636, -0.5448607206344604, -0.5982283353805542, -0.49086740612983704, -0.5511791706085205, -0.5300148129463196, -0.5447052717208862, -0.5239331126213074, -0.407835990190506, -0.2873119115829468, -0.13962680101394653, -0.12185420840978622, -0.10294420272111893, -0.1665422022342682, -0.09399493783712387, -0.0677870661020279, -0.05575887858867645, -0.08940550684928894, -0.15023347735404968, -0.15572099387645721, -0.16568449139595032, -0.037969592958688736, 0.11631284654140472, 0.16431131958961487, 0.16616107523441315, 0.0583515465259552, 0.04160314425826073, 0.005092484876513481, -0.09137266129255295, -0.16137446463108063, -0.1535254269838333, -0.20735810697078705, -0.24560876190662384, -0.2286977767944336, -0.19378869235515594, -0.1145751103758812, -0.07949520647525787, -0.022942740470170975, 0.023521333932876587, -0.018777934834361076, -0.011525883339345455, -0.11730808019638062, -0.14047086238861084, -0.1829058825969696, -0.21892912685871124, -0.1524680256843567, -0.06261429935693741, -0.08936543762683868, -0.026511529460549355, -0.04300561919808388, -0.14727181196212769, -0.21496707201004028, -0.4007331430912018, -0.39807984232902527, -0.5973299741744995, -0.6279674172401428, -0.7338224053382874, -0.7344368696212769, -0.6538630127906799, -0.6611529588699341, -0.5273491740226746, -0.49930936098098755, -0.4760541617870331, -0.5173224806785583, -0.4913296699523926, -0.5703133344650269, -0.5015552043914795, -0.4126109182834625, -0.4609912633895874, -0.27145686745643616, -0.12956300377845764, 0.050997037440538406, 0.18923427164554596, 0.2983129620552063, 0.3134586215019226, 0.2715882658958435, 0.2340264767408371, 0.21968698501586914, 0.2745993435382843, 0.25129738450050354, 0.262448251247406, 0.2699287533760071, 0.3968244194984436, 0.4931705594062805, 0.5361436605453491, 0.5491688251495361, 0.5001978874206543, 0.4766538143157959, 0.3675132691860199, 0.380098432302475, 0.3814648687839508, 0.34127846360206604, 0.40686464309692383, 0.41993188858032227, 0.4478226602077484, 0.5482005476951599, 0.6944555640220642, 0.8133412599563599, 0.9216089844703674, 0.9469562768936157, 1.0159623622894287, 1.0438251495361328, 1.0955328941345215, 1.086143136024475, 1.0621981620788574, 1.0870083570480347, 1.0810222625732422, 1.1674069166183472, 1.2735025882720947, 1.3654704093933105, 1.5268898010253906, 1.607118010520935, 1.752052903175354, 1.8683334589004517, 1.8963202238082886, 1.9624875783920288, 2.041701316833496, 1.0484955310821533, 0.2028273344039917, -0.22392939031124115, -1.0803871154785156, -0.7181758880615234, -0.8831425309181213, -1.150986671447754, -1.2771741151809692, -1.20991849899292, -0.9403145909309387, -0.8676918148994446, -0.9198703169822693, -1.4044532775878906, -2.022338628768921, -2.3282053470611572, -2.4758381843566895, -2.3341245651245117, -1.8163056373596191, -1.322987675666809, -1.1323049068450928, -0.5463579297065735, -0.15489637851715088, 0.40588080883026123, 0.8635931611061096, 0.7990318536758423, 0.5769241452217102, 0.16093583405017853, -0.14218199253082275, -0.003959572874009609, 0.20680856704711914, 0.3948712646961212, 0.6315572261810303, 0.6593371629714966, 0.5486650466918945, 0.6219044923782349, 0.6292802691459656, 0.4162572920322418, -0.013656442053616047, -0.6334933042526245, -1.2226208448410034, -1.5188530683517456, -1.4386236667633057, -1.2670284509658813, -1.1241399049758911, -1.0069801807403564, -1.0674382448196411, -1.0101436376571655, -0.8164427280426025, -0.8076490759849548, -0.8349012732505798, -1.0837783813476562, -1.2387256622314453, -1.108940601348877, -0.7333850264549255, -0.2393374741077423, 0.1434631198644638, 0.4413483738899231, 0.5884698629379272, 0.6329203248023987, 0.7969871163368225, 0.6378739476203918, 0.5345826745033264, 0.2513728439807892, -0.0761764645576477, -0.22942611575126648, -0.2229134887456894, -0.005880497861653566, 0.15661801397800446, 0.249733105301857, 0.10239197313785553, -0.10145239531993866, -0.2740003168582916, -0.4602731466293335, -0.6638211011886597, -0.9168395400047302, -1.1461199522018433, -1.350913405418396, -1.3256878852844238, -1.1044102907180786, -0.7793128490447998, -0.5016473531723022, -0.3285258710384369, -0.20234334468841553, -0.1710255891084671, -0.07223068922758102, -0.03166157007217407, -0.0038471000734716654, -0.08110000938177109, -0.05946357548236847, 0.029346657916903496, 0.20024962723255157, 0.471545934677124, 0.7435764670372009, 0.949548602104187, 1.04240083694458, 1.0908024311065674, 1.008945345878601, 0.9578412771224976, 0.9238220453262329, 0.7898182272911072, 0.7006745934486389, 0.6929479241371155, 0.7007234692573547, 0.9265550971031189, 0.9800862669944763, 1.1632665395736694, 1.1803797483444214, 1.1186637878417969, 1.0942041873931885, 1.0886627435684204, 1.0214283466339111, 0.9295571446418762, 0.8004056811332703, 0.7952964901924133, 0.8066301345825195, 0.902036190032959, 1.0209743976593018, 1.084234356880188, 1.1459355354309082, 1.1148042678833008, 1.0899063348770142, 1.0666807889938354, 1.0657678842544556, 0.9682136178016663, 0.55489581823349, 0.4683656394481659, 0.1342053860425949, 0.08927205950021744, 0.20130665600299835, 0.14697307348251343, 0.10946689546108246, -0.03541012480854988, -0.049807704985141754, -0.1392589658498764, -0.13918614387512207, -0.24819444119930267, -0.49358484148979187, -0.6382819414138794, -0.7854069471359253, -0.8956270217895508, -0.9435374140739441, -0.8521915078163147, -0.8753306865692139, -0.8162910342216492, -0.7286773324012756, -0.7089330554008484, -0.5150241851806641, -0.4037611484527588, -0.3375523090362549, -0.3993198275566101, -0.5047240853309631, -0.6119527816772461, -0.6396937370300293, -0.653252899646759, -0.6006044745445251, -0.5243498086929321, -0.5347999334335327, -0.45616772770881653, -0.4169153869152069, -0.32737457752227783, -0.2992059588432312, -0.2601982653141022, -0.2973227798938751, -0.4388035237789154, -0.5158370733261108, -0.5428423881530762, -0.49244728684425354, -0.4423450529575348, -0.378402978181839, -0.36987364292144775, -0.3640318810939789, -0.3447341024875641, -0.31062057614326477, -0.22925223410129547, -0.1996411383152008, -0.16195552051067352, -0.18711745738983154, -0.14746779203414917, -0.1703309267759323, -0.14735698699951172, -0.05375874415040016, -0.00966800469905138, 0.07218098640441895, 0.09160270541906357, 0.050914864987134933, 0.06323806196451187, 0.06066727265715599, 0.04696744307875633, 0.05015705153346062, 0.031687475740909576, -0.034590933471918106, -0.05535246431827545, -0.07283056527376175, -0.09163282811641693, -0.08821780234575272, -0.097667396068573, -0.13884976506233215, -0.18674084544181824, -0.22587653994560242, -0.2882779538631439, -0.351195752620697, -0.3820149302482605, -0.40863218903541565, -0.41981828212738037, -0.39249107241630554, -0.36059802770614624, -0.3296810984611511, -0.28158435225486755, -0.23717184364795685, -0.21510307490825653, -0.21056419610977173, -0.1954849511384964, -0.19010409712791443, -0.17541730403900146, -0.10664587467908859, -0.06812073290348053, -0.008979221805930138, 0.06730041652917862, 0.14622607827186584, 0.22776976227760315, 0.3103426694869995, 0.35921725630760193, 0.37464481592178345, 0.3654515743255615, 0.3797014057636261, 0.37673529982566833, 0.36896735429763794, 0.3837115168571472, 0.3719319701194763, 0.3914048373699188, 0.435471773147583, 0.4905560612678528, 0.5232974886894226, 0.5398643612861633, 0.5238631963729858, 0.5084721446037292, 0.4862062931060791, 0.4733114242553711, 0.450879842042923, 0.41213905811309814, 0.3814317584037781, 0.36054545640945435, 0.3273480534553528, 0.3324657380580902, 0.32876572012901306, 0.34290269017219543, 0.3647013008594513, 0.35488858819007874, 0.31685784459114075, 0.3053065836429596, 0.318386048078537, 0.3307357728481293, 0.3500881791114807, 0.3613646328449249, 0.3718056082725525, 0.397506445646286, 0.3942514955997467, 0.36697790026664734, 0.29076892137527466, 0.24527017772197723, 0.22046369314193726, 0.2225222885608673, 0.18411223590373993, 0.09687337279319763, 0.009994976222515106, -0.053663596510887146, -0.0655897781252861, -0.06129723787307739, -0.0756748765707016, -0.12487567216157913, -0.17244194447994232, -0.20867028832435608, -0.23003266751766205, -0.2366856038570404, -0.26058056950569153, -0.28960585594177246, -0.31819361448287964, -0.31138870120048523, -0.27826669812202454, -0.24816901981830597, -0.2042245864868164, -0.2005334347486496, -0.21201403439044952, -0.21103358268737793, -0.19337224960327148, -0.14579972624778748, -0.13056303560733795, -0.11711935698986053, -0.13542145490646362, -0.1518026441335678, -0.1370716392993927, -0.14076797664165497, -0.1527436077594757, -0.12091107666492462, -0.2809390425682068, -0.20300129055976868, -0.15018978714942932, -0.20239822566509247, -0.2348075807094574, -0.3107776343822479, -0.3074766993522644, -0.33124250173568726, -0.3078034818172455, -0.29191863536834717, -0.2673865556716919, -0.23034872114658356, -0.202167809009552, -0.20493364334106445, -0.19213338196277618, -0.15033474564552307, -0.09597860276699066, -0.07031819969415665, -0.08873080462217331, -0.05256712809205055, -0.06251001358032227, -0.07248779386281967, 0.15529143810272217, 0.2132890522480011, 0.1263919174671173, 0.27829134464263916, 0.1590750515460968, 0.15365365147590637, 0.13087216019630432, 0.23732644319534302, 0.15573057532310486, 0.1020190641283989, 0.10758610814809799, -0.08000202476978302, -0.052662987262010574, -0.09627676010131836, -0.0948186069726944, -0.11831440031528473, -0.17407339811325073, -0.186311736702919, -0.1754346638917923, -0.2552599012851715, -0.22832778096199036, -0.24612799286842346, -0.292824923992157, -0.2807545065879822, -0.2777699828147888, -0.30988210439682007, -0.2550278306007385, -0.21294833719730377, -0.2323673814535141, -0.14331775903701782, -0.050004519522190094, -0.10351116210222244, 0.004959677811712027, 0.05932936817407608, 0.09244404733181, 0.12876488268375397, 0.19041426479816437, 0.16723580658435822, 0.19284355640411377, 0.22608482837677002, 0.21175703406333923, 0.2587668001651764, 0.26173198223114014, 0.24851775169372559, 0.21847650408744812, 0.19648057222366333, 0.18241125345230103, 0.19392776489257812, 0.2114570587873459, 0.18744558095932007, 0.1661769449710846, 0.12497629970312119, 0.08447116613388062, 0.061934035271406174, 0.03930232673883438, -0.004162235651165247, -0.00974183063954115, 0.015238377265632153, 0.011663024313747883, 0.025791041553020477, 0.07821140438318253, 0.11784299463033676, 0.16918905079364777, 0.20365342497825623, 0.22365356981754303, 0.22483651340007782, 0.23165427148342133, 0.2411607801914215, 0.2718106508255005, 0.2657470107078552, 0.2536487579345703, 0.2485797107219696, 0.25815126299858093, 0.2784014940261841, 0.2779279351234436, 0.2926623821258545, 0.2687810957431793, 0.2332277148962021, 0.19031789898872375, 0.15864215791225433, 0.1389005333185196, 0.07379433512687683, 0.07743573933839798, 0.07864653319120407, 0.02478114515542984, -0.018241500481963158, -0.03884253278374672, -0.08981440216302872, -0.11944893002510071, -0.14073865115642548, -0.17397244274616241, -0.16712132096290588, -0.17631128430366516, -0.19684439897537231, -0.20910972356796265, -0.21010607481002808, -0.2078617364168167, -0.17965321242809296, -0.1935032308101654, -0.17161720991134644, -0.19871675968170166, -0.1977369338274002, -0.1887473464012146, -0.21236652135849, -0.2065809667110443, -0.1733202040195465, -0.1773877590894699, -0.1732775717973709, -0.17725032567977905, -0.14387696981430054, -0.13058017194271088, -0.12312298268079758, -0.10791826993227005, -0.12239477783441544, -0.10652008652687073, -0.09755826741456985, -0.07739455997943878, -0.07129085808992386, -0.058587927371263504, -0.08164529502391815, -0.08817741274833679, -0.05198463425040245, -0.03287876769900322, -0.030687006190419197, -0.049898289144039154, -0.06708705425262451, -0.07280915230512619, -0.02285935916006565, 0.01628328673541546, 0.0606355182826519, 0.08048064261674881, 0.06286288052797318, 0.05798257887363434, 0.044163357466459274, 0.03305739164352417, 0.029900116845965385, 0.013474108651280403, 0.018139434978365898, 0.029229678213596344, 0.01845891959965229, 0.012735164724290371, 0.031982529908418655, 0.015285005792975426, 0.0009045665501616895, -0.001255686511285603, -0.036848701536655426, -0.03641470521688461, -0.04396091029047966, -0.050955988466739655, -0.044009774923324585, -0.06035776436328888, -0.07079699635505676, -0.07055187970399857, -0.06843087077140808, -0.05514077842235565, -0.04419342055916786, -0.06015515699982643, -0.080450139939785, -0.068121537566185, -0.05873299390077591, -0.04822434484958649, -0.02084660902619362, -0.01212588045746088, -0.020227476954460144, -0.0004741357115563005, 0.009654791094362736, -0.006315276958048344, 0.008019017055630684, 0.002412373200058937, -0.020147966220974922, -0.014904054813086987, -0.016097042709589005, -0.029031142592430115, -0.010946781374514103, 0.005289166234433651, 0.027171190828084946, 0.06381074339151382, 0.07784728705883026, 0.0797920748591423, 0.07403993606567383, 0.07601039111614227, 0.06835249066352844, 0.06518170237541199, 0.06363537162542343, 0.06982090324163437, 0.08264151960611343, 0.09766320139169693, 0.14329469203948975, 0.1485479325056076, 0.15568363666534424, 0.17042985558509827, 0.17284871637821198, 0.17749352753162384, 0.1778308004140854, 0.16942739486694336, 0.15140730142593384, 0.15344764292240143, 0.15105412900447845, 0.1595454066991806, 0.18262214958667755, 0.19764558970928192, 0.21395955979824066, 0.20509794354438782, 0.189403235912323, 0.1697252243757248, 0.12191169708967209, 0.10812024772167206, 0.10560240596532822, 0.09181582927703857, 0.07796991616487503, 0.06254617124795914, 0.057890236377716064, 0.048394136130809784, 0.04806242138147354, 0.04302673414349556, 0.011172627098858356, 0.007648932281881571, -0.003730130149051547, -0.03329534828662872, -0.043643005192279816, -0.06559176743030548, -0.08516757190227509, -0.09848345816135406, -0.12322578579187393, -0.13545222580432892, -0.14140331745147705, -0.16680991649627686, -0.18605348467826843, -0.2327808439731598, -0.27048560976982117, -0.2683987617492676, -0.26281043887138367, -0.2456737607717514, -0.21298156678676605, -0.2001400887966156, -0.19010823965072632, -0.17093627154827118, -0.1583309918642044, -0.1429574340581894, -0.1256280243396759, -0.10191775113344193, -0.1026463732123375, -0.08901277184486389, -0.04891436547040939, -0.020656414330005646, 0.021310770884156227, 0.052739109843969345, 0.07665466517210007, 0.11118384450674057, 0.14136433601379395, 0.10254739969968796, 0.09466205537319183, 0.09741595387458801, 0.08712650090456009, 0.07955514639616013, 0.06589092314243317, 0.04823068156838417, 0.03376530483365059, 0.03308866545557976, 0.008625556714832783, -0.0027576477732509375, -0.010517587885260582, -0.030605033040046692, -0.04888582602143288, -0.060665667057037354, -0.07078718394041061, -0.07197172194719315, -0.06359715014696121, -0.0647241622209549, -0.06305333226919174, -0.06811568140983582, -0.07293487340211868, -0.08971839398145676, -0.09519557654857635, -0.09414949268102646, -0.0900992676615715, -0.07244754582643509, -0.058659426867961884, -0.0381375215947628, -0.005407635122537613, 0.018380112946033478, 0.03464866802096367, 0.04618579149246216, 0.02783364988863468, 0.020284540951251984, 0.022706223651766777, 0.016405148431658745, 0.011052025482058525, 0.015587043017148972, 0.013443793170154095, -0.0002549691707827151, 0.020421408116817474, 0.010019100271165371, -0.038052164018154144, -0.021329643204808235, -0.0012230854481458664, -0.051387570798397064, -0.0641058161854744, -0.08175082504749298, -0.08523523062467575, -0.07977213710546494, -0.07417240738868713, -0.07455345243215561, -0.06527812778949738, -0.053013693541288376, -0.0374457873404026, -0.025387195870280266, -0.015542566776275635, -0.007515816017985344, -0.00877190288156271, 0.004877182655036449, 0.02934105694293976, 0.04696556180715561, 0.05173824727535248, 0.07212171703577042, 0.08984925597906113, 0.1149631142616272, 0.12203414738178253, 0.10576950013637543, 0.10669753700494766, 0.09024981409311295, 0.08668503910303116, 0.09637022018432617, 0.08625972270965576, 0.08592246472835541, 0.1072559729218483, 0.0878385677933693, 0.0845189318060875, 0.09682883322238922, 0.0963309034705162, 0.11174450069665909, 0.11214526742696762, 0.11374741047620773, 0.12372547388076782, 0.1084534078836441, 0.1041460931301117, 0.10744599252939224, 0.11563548445701599, 0.11277234554290771, 0.10694576799869537, 0.09220064431428909, 0.07833608984947205, 0.08168347179889679, 0.08862575143575668, 0.07518775016069412, 0.057728905230760574, 0.03516865894198418, 0.013365237042307854, 0.012777503579854965, 0.02641110308468342, 0.01793517731130123, 0.008740591816604137, -0.012908399105072021, -0.04613393917679787, -0.05839337781071663, -0.064982108771801, -0.07656503468751907, -0.07590685784816742, -0.07570202648639679, -0.09563738852739334, -0.10178359597921371, -0.10709800571203232, -0.11128591746091843, -0.10786589980125427, -0.10305631160736084, -0.10113050788640976, -0.0904686227440834, -0.08156915009021759, -0.08220040053129196, -0.07123539596796036, -0.07220710813999176, -0.09174618124961853, -0.07992388308048248, -0.05167444050312042, -0.06090611591935158, -0.03426438197493553, -0.01412796601653099, -0.011526700109243393, 0.0008774822927080095, -0.01290240790694952, -0.0029609205666929483, 0.01748361811041832, 0.02384474314749241, 0.033061083406209946, 0.03253233805298805, 0.036144278943538666, 0.06710745394229889, 0.08369968831539154, 0.08693619072437286, 0.07555510103702545, 0.07080375403165817, 0.047046225517988205, 0.0162474624812603, 0.022504398599267006, 0.01699751615524292, 0.024995483458042145, 0.005307559855282307, -0.021193284541368484, -0.041549041867256165, -0.04119064286351204, -0.040875598788261414, -0.024673758074641228, -0.024906879290938377, -0.04699425771832466, -0.06079506501555443, -0.05426861345767975, -0.04155980050563812, -0.061013363301754, -0.059825509786605835, -0.03887692838907242, -0.034636229276657104, -0.03160375729203224, -0.05404611676931381, -0.04247669503092766, -0.03625687211751938, -0.0069566876627504826, 0.015253064222633839, 0.016430728137493134, 0.018018417060375214, 0.0066555822268128395, -0.006703770719468594, -0.0030939714051783085, -0.007744514849036932, -0.029867462813854218, -0.04174480959773064, -0.03697103634476662, -0.054832957684993744, -0.06649377197027206, -0.08762213587760925, -0.07915915548801422, -0.07488198578357697, -0.060077592730522156, -0.03554919362068176, -0.029450705274939537, -0.02112484537065029, -0.019154474139213562, -0.011782788671553135, -0.006519678980112076, -0.009366460144519806, -0.014323386363685131, -0.01918894052505493, 0.010181787423789501, 0.03643089905381203, 0.04543688893318176, 0.03216470405459404, 0.03349307179450989, 0.04139512777328491, 0.0617329441010952, 0.0869964212179184, 0.10020825266838074, 0.10536420345306396, 0.10681578516960144, 0.11362548172473907, 0.10315008461475372, 0.0868387445807457, 0.07759516686201096, 0.07384227216243744, 0.09024779498577118, 0.0826120376586914, 0.07704011350870132, 0.05830375477671623, 0.04829176515340805, 0.05708879604935646, 0.07014568895101547, 0.08725862205028534, 0.09236223995685577, 0.09415631741285324, 0.07827874273061752, 0.0708981454372406, 0.06504429131746292, 0.03850208967924118, 0.023247823119163513, 0.006902371533215046, 0.014387400820851326, -0.0014228714862838387, -0.027464909479022026, -0.05181439593434334, -0.0531795509159565, -0.043976109474897385, -0.03085199184715748, -0.022095216438174248, -0.016190869733691216, -0.012860514223575592, -0.021253515034914017, -0.023571625351905823, -0.0367823988199234, -0.06706447899341583, -0.07372204959392548, -0.0762794092297554, -0.04707638546824455, -0.01913873665034771, -0.01363085675984621, -0.008306876756250858, -0.004511254373937845, -0.007912351749837399, -0.0115060331299901, -0.015369047410786152, -0.027604324743151665, -0.029598716646432877, -0.029362410306930542, -0.02564961276948452, -0.04112215340137482, -0.058413587510585785, -0.06931653618812561, -0.07361315935850143, -0.06170470640063286, -0.05628039315342903, -0.05998142808675766, -0.07334887981414795, -0.07043487578630447, -0.06493362039327621, -0.042746417224407196, -0.017262514680624008, -0.002035472309216857, 0.009179522283375263, 0.01564064994454384, 0.015987802296876907, 0.015113092958927155, 0.007993745617568493, 0.0015363580314442515, -0.004175961017608643, 0.00778407696634531, 0.0012745348503813148, -0.015178609639406204, -0.03576091676950455, -0.027609584853053093, -0.014107393100857735, -4.344893750385381e-05, 0.02262536808848381, 0.022416885942220688, 0.01664099469780922, 0.008460847660899162, 0.0036467232275754213, -0.010234319604933262, -0.02535754255950451, -0.03483233228325844, -0.03713759779930115, -0.0146139245480299, 0.0030437761452049017, 0.01123476680368185, 0.016287054866552353, 0.016293218359351158, 0.020853614434599876, 0.02462209202349186, 0.03640667721629143, 0.03995795547962189, 0.04099874943494797, 0.03047730028629303, 0.016172416508197784, 0.010640726424753666, -0.012090947479009628, -0.031081967055797577, -0.04521410912275314, -0.03817439079284668, -0.030630799010396004, -0.029989562928676605, -0.05637951195240021, -0.06232241913676262, -0.0495854951441288, -0.027484191581606865, -0.020951401442289352, -0.020845353603363037, -0.024903878569602966, -0.028790218755602837, -0.02316168136894703, -0.014259802177548409, -0.0017004881519824266, -0.009531320072710514, -0.029211871325969696, -0.028025053441524506, -0.01225536223500967, -0.002370543545112014, 0.014971313998103142, 0.023969557136297226, 0.018760746344923973, 0.02720482461154461, 0.04510060325264931, 0.0374935045838356, 0.04522929713129997, 0.06756073236465454, 0.054169077426195145, 0.05609651282429695, 0.04503438249230385, 0.025890083983540535, 0.038596801459789276, 0.04917706176638603, 0.051649823784828186, 0.043918706476688385, 0.04978049919009209, 0.05256778746843338, 0.0460054911673069, 0.04814092069864273, 0.035136885941028595, 0.03346530720591545, 0.0289057157933712, 0.019214460626244545, 0.020011188462376595, 0.013551304116845131, 0.0023839508648961782, -0.001862944453023374, -0.010162780061364174, -0.013774767518043518, -0.01832750253379345, -0.026220982894301414, -0.029153965413570404, -0.015490720979869366, -0.007065240293741226, -0.012060928158462048, -0.018311738967895508, -0.020952120423316956, -0.02035616524517536, -0.025715766474604607, -0.012787198647856712, -0.020695803686976433, -0.026036174967885017, -0.0158150065690279, -0.005985341500490904, -0.007723046001046896, 0.0052497428841888905, 0.011656587943434715, 0.01941351220011711, 0.015177128836512566, 0.0035707682836800814, -0.003361965762451291, -0.004879937507212162, 0.0037800001446157694, -0.009927090257406235, -0.0068533835001289845, 0.005528675392270088, 0.011817528866231441, 0.018130486831068993, 0.014223502948880196, -0.011431067250669003, -0.022159483283758163, -0.005506286863237619, 0.011639825068414211, 0.011569365859031677, -0.010699386708438396, -0.007289758883416653, 0.023211805149912834, 0.03207417577505112, 0.038123540580272675, 0.03910621255636215, 0.036393314599990845, 0.030654478818178177, 0.04324962943792343, 0.04730584844946861, 0.02655988372862339, 0.007362145930528641, 0.010285095311701298, 0.014315062202513218, 0.014231212437152863, -0.006788597442209721, -0.011120553128421307, 0.006209574639797211, 0.010108890943229198, 0.03868011385202408, 0.03816091641783714, 0.03152124211192131, 0.033846188336610794, 0.029186135157942772, 0.025283880531787872, 0.043275974690914154, 0.0490323081612587, 0.06291141360998154, 0.0703783854842186, 0.063388392329216, 0.0525309219956398, 0.029170237481594086, 0.021737128496170044, 0.024751098826527596, 0.044544875621795654, 0.0556168332695961, 0.0556328147649765, 0.05000786855816841, 0.029742073267698288, 0.004351000767201185, 0.0188988596200943, 0.007129461970180273, -0.017921993508934975, -0.06106635183095932, -0.22918713092803955, -0.01965872012078762, 0.03088376112282276, 0.000980860204435885, -0.017316440120339394, -0.03824032470583916, -0.04243936762213707, -0.04117452725768089, -0.07746648043394089, -0.294095903635025, -0.11932345479726791, -0.10718058049678802, -0.005321628414094448, -0.1415574699640274, 0.00810432992875576, -0.06889958679676056, 0.018194062635302544, 0.1283842772245407, -0.14395619928836823, -0.066657654941082, -0.07627763599157333, -0.21752561628818512, -0.26853159070014954, -0.05910688638687134, -0.0961817130446434, -0.19725976884365082, -0.10520963370800018, -0.048372168093919754, 0.046545468270778656, -0.14534763991832733, -0.14891181886196136, -0.26207730174064636, -0.18434064090251923, -0.07955675572156906, 0.08645160496234894, 0.21944549679756165, -0.0038137719966471195, -0.04142812639474869, 0.09733269363641739, 0.0914473757147789, 0.06097213551402092, 0.09648361802101135, 0.07030260562896729, -0.14406228065490723, -0.017489682883024216, -0.04603293910622597, 0.10977001488208771, -0.06302214413881302, -0.06659234315156937, -0.15237000584602356, -0.12737639248371124, -0.1721004992723465, -0.10304100066423416, 0.002641240833327174, -0.1428322196006775, -0.1445656269788742, -0.07118774950504303, -0.049580372869968414, 0.04005282372236252, 0.07172684371471405, 0.07273545116186142, 0.006457400042563677, 0.014198374934494495, 0.07782948017120361, 0.24483582377433777, 0.23045895993709564, 0.10136716812849045, 0.08016546815633774, 0.10768435895442963, 0.19762766361236572, 0.17754292488098145, 0.28433188796043396, 0.2510613799095154, 0.10185601562261581, 0.15392111241817474, 0.11786734312772751, 0.1515134572982788, 0.08319873362779617, 0.10127832740545273, 0.07408426702022552, 0.056331735104322433, 0.07703302800655365, 0.10647999495267868, 0.12946173548698425, 0.05605170875787735, -0.020758002996444702, 0.027863379567861557, -0.004867867100983858, -0.004157109186053276, 0.0460098460316658, 0.10493627190589905, 0.08096905052661896, 0.10283277183771133, 0.06734724342823029, 0.17059162259101868, 0.17230457067489624, 0.23316678404808044, 0.19544239342212677, 0.1548110544681549, 0.15010729432106018, 0.1944984346628189, 0.26021233201026917, 0.21864831447601318, 0.20956993103027344, 0.17095938324928284, 0.1142728179693222, 0.07685010880231857, 0.10321108251810074, 0.10736574977636337, 0.05244051292538643, -0.023232286795973778, -0.1189768984913826, -0.11865461617708206, -0.13859933614730835, -0.17065545916557312, -0.22815535962581635, -0.304514616727829, -0.3862920105457306, -0.40874332189559937, -0.39160433411598206, -0.4075608253479004, -0.40555882453918457, -0.4353887438774109, -0.453996479511261, -0.4435267448425293, -0.3873414993286133, -0.3337329626083374, -0.34128251671791077, -0.33580315113067627, -0.3547280728816986, -0.3373779356479645, -0.28172117471694946, -0.2585892379283905, -0.2444683313369751, -0.2687368392944336, -0.26884326338768005, -0.2817838788032532, -0.24271756410598755, -0.23867055773735046, -0.20075742900371552, -0.16771267354488373, -0.14304588735103607, -0.1348450928926468, -0.1049797311425209, -0.0820312649011612, -0.07267690449953079, -0.07244842499494553, -0.06806737184524536, -0.12860102951526642, -0.09176212549209595, -0.07611832767724991, -0.04381514713168144, -0.017181390896439552, -0.004345613531768322, -0.04396281763911247, -0.013385728001594543, -0.003202365944162011, -0.008698510937392712, 0.025667959824204445, 0.03969067335128784, 0.08322399854660034, 0.1460699737071991, 0.24417895078659058, 0.36478570103645325, 0.4779970645904541, 0.6067535281181335, 0.6906830668449402, 0.816754937171936, 0.8862776756286621, 0.9579699635505676, 0.9927195906639099, 1.0437586307525635, 1.178080439567566, 1.3444104194641113, 1.457806944847107, 1.6175345182418823, 1.7440147399902344, 1.9260673522949219, 2.021685838699341, 2.375608444213867, 2.314232587814331, 2.0291907787323, 0.8557949066162109, 0.1575709730386734, -0.6620820760726929, -1.1733815670013428, -0.9009500741958618, -1.2216320037841797, -1.2223249673843384, -1.366199254989624, -1.1745891571044922, -0.9734495878219604, -0.7656263709068298, -1.0300137996673584, -1.5180542469024658, -2.0764272212982178, -2.5825035572052, -2.4647216796875, -2.0439867973327637, -1.1988507509231567, -0.7217931151390076, -0.22286300361156464, 0.379287987947464, 0.7472476363182068, 1.4100675582885742, 1.7398180961608887, 1.562406063079834, 0.9978064894676208, 0.37867704033851624, 0.09035100787878036, 0.3218575417995453, 0.6072162389755249, 0.9933196902275085, 1.0618523359298706, 0.9099419116973877, 0.6687197089195251, 0.5683759450912476, 0.37574541568756104, -0.009078758768737316, -0.7444654703140259, -1.5696934461593628, -2.185516595840454, -2.4327478408813477, -2.114773988723755, -1.6227530241012573, -1.2525187730789185, -1.16999089717865, -1.225372314453125, -1.0971941947937012, -1.0534745454788208, -1.022077202796936, -1.119399070739746, -1.3580994606018066, -1.5939580202102661, -1.3533663749694824, -0.7213901877403259, -0.012767053209245205, 0.6919006109237671, 1.0631816387176514, 1.1959302425384521, 1.1662888526916504, 1.1187729835510254, 1.035451054573059, 0.826626718044281, 0.42822641134262085, -0.014105871319770813, -0.19006848335266113, -0.09758846461772919, 0.08299773186445236, 0.3525908887386322, 0.3796176016330719, 0.009371358901262283, -0.35016024112701416, -0.6375374794006348, -0.8488969802856445, -1.0316674709320068, -1.2360352277755737, -1.3745760917663574, -1.4367034435272217, -1.3653594255447388, -0.9296888709068298, -0.38575348258018494, -0.05391346290707588, 0.0712091252207756, 0.13016583025455475, 0.29052454233169556, 0.5049707293510437, 0.8080663681030273, 1.1710845232009888, 1.0900261402130127, 1.2065006494522095, 1.4460358619689941, 1.7277393341064453, 2.5320732593536377, 2.9080333709716797, 3.1493101119995117, 3.3857815265655518, 3.3020589351654053, 3.4948842525482178, 3.8578810691833496, 4.498133659362793, 3.110383987426758, 0.7418999671936035, 0.5640169978141785, -2.3103368282318115, -1.5740314722061157, -0.9567232728004456, -1.199989914894104, -1.6078743934631348, -1.610659122467041, -2.0371720790863037, -1.2925567626953125, -1.0117926597595215, -1.57008695602417, -2.283543586730957, -3.4658203125, -3.9267873764038086, -3.4644057750701904, -1.7989866733551025, 0.024293219670653343, 0.4398444890975952, 1.4585213661193848, 1.5456794500350952, 1.6706171035766602, 2.6591899394989014, 3.1136410236358643, 2.6175241470336914, 1.7642978429794312, 0.3918956220149994, 0.5806577205657959, 1.1637648344039917, 1.7522034645080566, 2.3244433403015137, 2.008033037185669, 0.8963070511817932, 0.05149836465716362, -0.4542725086212158, -0.7617213129997253, -1.2472102642059326, -2.211721658706665, -3.171236038208008, -3.669363260269165, -3.6301381587982178, -2.5346858501434326, -1.4677464962005615, -0.980265200138092, -1.3525015115737915, -1.596405267715454, -1.6303373575210571, -1.4594883918762207, -0.8829565644264221, -0.6707642078399658, -0.6233174204826355, -0.6497622132301331, -0.1508052945137024, 0.8459413051605225, 2.093813419342041, 2.5934550762176514, 2.2795639038085938, 1.781386375427246, 1.0077539682388306, 0.49978476762771606, 0.4740886986255646, 0.39886075258255005, -0.2325945496559143, -0.7814761400222778, -0.9378212690353394, -0.7965896129608154, -0.3886263370513916, -0.07073644548654556, -0.3726765811443329, -1.0506161451339722, -1.756865382194519, -2.022692918777466, -1.7815265655517578, -1.571520209312439, -1.4677143096923828, -1.4115599393844604, -1.4350833892822266, -1.1575160026550293, -0.5270230174064636, 0.050937291234731674, 0.42267119884490967, 0.3035968840122223, -0.04167351499199867, -0.11567184329032898, 0.07176680862903595, 0.463622123003006, 0.783181369304657, 0.8820198774337769, 0.7036728858947754, 0.5949150323867798, 0.9527926445007324, 1.3454844951629639, 1.6542872190475464, 1.6611547470092773, 1.385063648223877, 0.9452848434448242, 0.9584426283836365, 1.1225228309631348, 1.5162087678909302, 1.7857303619384766, 1.874732255935669, 1.9142318964004517, 2.167898654937744, 2.9539639949798584, 3.2337260246276855, 4.088284969329834, 2.454789876937866, -0.01623266004025936, -0.29276254773139954, -2.8773860931396484, -1.7916460037231445, -1.0513830184936523, -1.1706029176712036, -1.4493076801300049, -1.2020524740219116, -1.2369201183319092, -0.46050938963890076, -0.1125061884522438, -0.8638091683387756, -1.947741985321045, -3.1987240314483643, -3.3959696292877197, -2.579516649246216, -0.6611789464950562, 0.8745203018188477, 1.3909738063812256, 1.9987846612930298, 2.0153369903564453, 2.1573312282562256, 2.741429090499878, 2.7656288146972656, 2.038219451904297, 0.682125985622406, -0.3076253831386566, 0.14643070101737976, 0.44728684425354004, 1.308617115020752, 1.7190934419631958, 0.9341554045677185, -0.23315350711345673, -1.066911220550537, -1.5377604961395264, -1.8338890075683594, -2.13851261138916, -2.7874341011047363, -3.4153735637664795, -3.3440170288085938, -2.719890832901001, -1.4768033027648926, -0.3138752579689026, -0.208417609333992, -0.7976549863815308, -1.0850284099578857, -1.3199180364608765, -1.145678162574768, -0.39225688576698303, -0.09265782684087753, 0.02505965158343315, 0.28159579634666443, 0.9035089015960693, 1.8762421607971191, 2.6799330711364746, 2.6891956329345703, 2.024954319000244, 1.0042951107025146, 0.12348292768001556, -0.38626828789711, -0.274016797542572, -0.4536556005477905, -0.9773645997047424, -1.0264184474945068, -1.2645180225372314, -0.9917147755622864, -0.5521809458732605, -0.3790135383605957, -0.8627545833587646, -1.442182183265686, -1.9751917123794556, -1.9394606351852417, -1.5413275957107544, -1.1508175134658813, -0.7858285903930664, -0.5961738228797913, -0.6225127577781677, -0.32089799642562866, 0.30901554226875305, 0.5670004487037659, 0.6512923240661621, 0.5612492561340332, 0.17858201265335083, 0.08589466661214828, 0.3859758973121643, 0.6293172240257263, 0.8820063471794128, 0.8479112386703491, 0.5194765329360962, 0.460502564907074, 0.4769608676433563, 0.5220640897750854, 0.6572308540344238, 0.672156810760498, 0.4792785346508026, 0.19866299629211426, 0.31270793080329895, 0.471225380897522, 0.7321738004684448, 0.9499152898788452, 1.1549079418182373, 1.337225079536438, 1.5617297887802124, 2.0965166091918945, 2.5921642780303955, 3.265719175338745, 3.50064754486084, 4.144070148468018, 2.3698318004608154, 0.7326441407203674, 0.6027514338493347, -1.9666720628738403, -0.6218510270118713, -0.551565945148468, -0.8822312355041504, -0.9605351686477661, -0.8088249564170837, -0.9042178392410278, -0.1479613035917282, -0.2714865803718567, -1.0407410860061646, -2.1196417808532715, -3.0368833541870117, -3.0630743503570557, -2.2307028770446777, -0.5141249895095825, 0.4004170000553131, 0.916204571723938, 1.4956421852111816, 1.5034681558609009, 1.5927449464797974, 2.1484317779541016, 1.7705588340759277, 1.3557583093643188, 0.20489752292633057, -0.5607472658157349, 0.09157788008451462, 0.1439376324415207, 0.7709812521934509, 1.1225569248199463, 0.40706855058670044, -0.5894055962562561, -1.1016818284988403, -1.378424048423767, -1.5526353120803833, -1.735345482826233, -2.184422016143799, -2.6042866706848145, -2.4519238471984863, -1.9590638875961304, -1.0437129735946655, -0.1974721997976303, -0.34386304020881653, -0.774547815322876, -0.7262622117996216, -0.8557530045509338, -0.707724928855896, -0.197365403175354, -0.179859921336174, -0.16760392487049103, 0.06455950438976288, 0.5608592629432678, 1.3434499502182007, 1.7861675024032593, 1.5498580932617188, 1.12332022190094, 0.453834593296051, -0.15933406352996826, -0.2305121272802353, -0.3176228106021881, -0.4886665940284729, -0.7802087068557739, -0.9628433585166931, -0.7988733649253845, -0.6105219721794128, -0.34524330496788025, -0.2283772975206375, -0.6267220377922058, -1.020218849182129, -1.1538785696029663, -1.0027625560760498, -0.7296899557113647, -0.47609618306159973, -0.38082805275917053, -0.3948621153831482, -0.40528926253318787, -0.12404545396566391, 0.22289253771305084, 0.37102827429771423, 0.34520772099494934, 0.09926467388868332, -0.11709964275360107, -0.14829249680042267, 0.028981085866689682, 0.21889927983283997, 0.1846277266740799, -0.05188896507024765, -0.19528797268867493, -0.1828145533800125, -0.02671952359378338, 0.20843295753002167, 0.3942264914512634, 0.31914448738098145, 0.310295969247818, 0.27349814772605896, 0.4899348020553589, 0.7410428524017334, 0.802604615688324, 0.8782605528831482, 0.9664410948753357, 1.2106361389160156, 1.4557000398635864, 2.128094434738159, 2.6069631576538086, 2.6743409633636475, 3.299469232559204, 3.3013548851013184, 3.713015079498291, 3.0453882217407227, 1.4111393690109253, 1.2163666486740112, -0.9890517592430115, -1.2296078205108643, -0.9088478684425354, -1.3486987352371216, -1.3138436079025269, -1.0580339431762695, -1.257135033607483, -0.9982146620750427, -0.911051332950592, -1.2848201990127563, -1.547760248184204, -2.296804666519165, -2.4744675159454346, -2.1900827884674072, -1.2197109460830688, -0.3240222930908203, 0.45020604133605957, 1.0730663537979126, 1.4400593042373657, 1.4514508247375488, 1.7924916744232178, 1.982767939567566, 1.6159025430679321, 0.9404711127281189, 0.320713609457016, 0.2078271508216858, -0.011112837120890617, 0.3819374144077301, 0.7156596779823303, 0.44983622431755066, -0.0697283148765564, -0.5106323957443237, -0.7397200465202332, -0.914925217628479, -1.0218584537506104, -1.3738288879394531, -2.011533498764038, -2.299863815307617, -2.339607000350952, -1.794640302658081, -0.9716688394546509, -0.7439063191413879, -0.7650575637817383, -0.714370608329773, -0.7897027134895325, -0.7574494481086731, -0.3460081219673157, -0.2215973138809204, -0.4381493031978607, -0.422767698764801, -0.2329363077878952, 0.1654214709997177, 0.7887996435165405, 1.1013203859329224, 1.191549301147461, 0.9641467928886414, 0.6863081455230713, 0.43270665407180786, 0.3148391544818878, 0.16202954947948456, -0.28223371505737305, -0.5070911645889282, -0.6787506341934204, -0.6862098574638367, -0.42974653840065, -0.21200084686279297, -0.30393385887145996, -0.4781477153301239, -0.7240094542503357, -0.9013612866401672, -0.9139823317527771, -0.8749117851257324, -0.9423221945762634, -0.8637944459915161, -0.8889126777648926, -0.8560200929641724, -0.4441075325012207, -0.23773668706417084, -0.03687575086951256, 0.13073274493217468, 0.047230903059244156, -0.06311493366956711, 0.04427485540509224, 0.07564251124858856, 0.11922413855791092, 0.22260190546512604, 0.18845294415950775, 0.21726413071155548, 0.37105870246887207, 0.5197868347167969, 0.6966627240180969, 0.795103132724762, 0.7342931628227234, 0.7237073183059692, 0.6792532801628113, 0.661866307258606, 0.759803056716919, 0.8357000946998596, 0.9324473142623901, 0.9908146858215332, 1.1995450258255005, 1.5808123350143433, 1.7210016250610352, 2.2218940258026123, 2.3639678955078125, 2.560497283935547, 2.761671304702759, 3.0322110652923584, 2.796518564224243, 1.801342487335205, 1.2347341775894165, 0.15049861371517181, -0.9401288032531738, -0.7023847103118896, -1.0336012840270996, -1.414779543876648, -1.0505168437957764, -1.3102517127990723, -1.1378083229064941, -0.7024972438812256, -0.8773847222328186, -0.8817745447158813, -1.3561182022094727, -1.6279746294021606, -1.7088896036148071, -1.3466731309890747, -0.7825526595115662, -0.559895932674408, 0.04291316494345665, 0.43760842084884644, 0.592075765132904, 1.1150391101837158, 1.3877270221710205, 1.1596759557724, 1.033778429031372, 0.4815432131290436, 0.10584333539009094, 0.06344056874513626, -0.2443091720342636, -0.14606082439422607, -0.07374507188796997, -0.3183775544166565, -0.2350587695837021, -0.18839019536972046, -0.2339998334646225, -0.47568008303642273, -0.7236962914466858, -1.0184202194213867, -1.5867235660552979, -1.5805031061172485, -1.6399109363555908, -1.535674810409546, -1.1251202821731567, -1.1223715543746948, -0.8687237501144409, -0.600405752658844, -0.7266134023666382, -0.651136040687561, -0.5052610039710999, -0.7615533471107483, -0.6996021866798401, -0.5171741247177124, -0.3853229582309723, -0.04552006721496582, 0.3019159734249115, 0.6242138743400574, 0.7397834658622742, 0.9054697751998901, 0.8040710687637329, 0.6026979684829712, 0.48562783002853394, 0.05320650711655617, -0.1724427491426468, -0.13739949464797974, -0.30038344860076904, -0.17225366830825806, -0.09815911203622818, -0.173942431807518, -0.20602263510227203, -0.3132113218307495, -0.3288184404373169, -0.5007970929145813, -0.648128092288971, -0.7982240319252014, -0.9082410931587219, -0.9581950306892395, -0.9082504510879517, -0.6822323799133301, -0.4556035101413727, -0.32987549901008606, -0.14330187439918518, 0.04409441724419594, 0.01329062134027481, 0.20073814690113068, 0.236341193318367, 0.14741335809230804, 0.21316489577293396, 0.15511558949947357, 0.24075506627559662, 0.4001677334308624, 0.547488808631897, 0.7279388308525085, 0.798778235912323, 0.8351325392723083, 0.7876644730567932, 0.7446374297142029, 0.7906466126441956, 0.7779757380485535, 0.7960445284843445, 0.7896672487258911, 0.8379114866256714, 0.8721523284912109, 1.112833857536316, 1.2436186075210571, 1.3743962049484253, 1.3773694038391113, 1.2601462602615356, 1.279004454612732, 1.2415339946746826, 1.3517124652862549, 1.4055320024490356, 1.3572112321853638, 1.1245735883712769, 1.1637492179870605, 0.5980514883995056, 0.28572627902030945, 0.023764781653881073, -0.44840922951698303, -0.4502556324005127, -0.5742826461791992, -0.4898368716239929, -0.17070671916007996, -0.34196606278419495, 0.06848151981830597, 0.08293069154024124, -0.12017450481653214, -0.08665145188570023, -0.387441486120224, -0.48082709312438965, -0.5283936262130737, -0.526088297367096, -0.2633514702320099, -0.20594489574432373, -0.04583637788891792, 0.13146162033081055, 0.21628238260746002, 0.33839669823646545, 0.17352791130542755, 0.045448169112205505, -0.08059552311897278, -0.5075868964195251, -0.5858587622642517, -0.6263208389282227, -0.6955094337463379, -0.6612372398376465, -0.6726181507110596, -0.6442160606384277, -0.5818901658058167, -0.7222480773925781, -0.5855279564857483, -0.7676065564155579, -0.9706420302391052, -1.0767618417739868, -1.187477469444275, -1.0122654438018799, -0.9952718615531921, -0.9022366404533386, -0.6754790544509888, -0.7513102889060974, -0.5434916615486145, -0.40874990820884705, -0.39548414945602417, -0.3237532675266266, -0.5015333294868469, -0.48914116621017456, -0.3549216091632843, -0.2718844711780548, -0.0682949647307396, 0.07611467689275742, 0.09670773893594742, 0.143157497048378, 0.20349803566932678, 0.2576451897621155, 0.27224940061569214, 0.16390018165111542, -0.021361811086535454, -0.18131712079048157, -0.28778108954429626, -0.3557511866092682, -0.3361172676086426, -0.3238380253314972, -0.3199385106563568, -0.35613977909088135, -0.2764836549758911, -0.2554347813129425, -0.23384416103363037, -0.2807946503162384, -0.37573108077049255, -0.4539945125579834, -0.5513063669204712, -0.4512108564376831, -0.21522864699363708, -0.02381088025867939, 0.10341106355190277, 0.18532344698905945, 0.19220630824565887, 0.217444509267807, 0.36452338099479675, 0.43773919343948364, 0.44933879375457764, 0.36273038387298584, 0.29009389877319336, 0.35644039511680603, 0.4697425663471222, 0.6415465474128723, 0.5856885313987732, 0.5355075001716614, 0.40843626856803894, 0.2925802767276764, 0.4490826725959778, 0.5335323214530945, 0.49613484740257263, 0.47666624188423157, 0.3791996240615845, 0.32898837327957153, 0.4677405059337616, 0.5199159979820251, 0.7250155806541443, 0.7291935086250305, 0.6626797914505005, 0.6787364482879639, 0.8250541687011719, 0.7917875647544861, 0.9290980696678162, 0.9029131531715393, 0.78336501121521, 0.7587060332298279, 0.7403577566146851, 0.8505194187164307, 0.9621062874794006, 0.880311906337738, 0.9105607271194458, 0.7617009282112122, 0.6779182553291321, 0.6751108169555664, 0.4782552719116211, 0.60129314661026, 0.2592654526233673, 0.00691566476598382, 0.09805719554424286, -0.03146650269627571, -0.08209016174077988, 0.10686178505420685, -0.10781656950712204, -0.36532679200172424, -0.3430556058883667, -0.5197800397872925, -0.42139294743537903, -0.334511399269104, -0.4224110245704651, -0.43186938762664795, -0.4688919484615326, -0.526710033416748, -0.40831440687179565, -0.359917014837265, -0.3976999521255493, -0.4859832525253296, -0.506179928779602, -0.48618218302726746, -0.4577709436416626, -0.37363868951797485, -0.315989226102829, -0.34128910303115845, -0.452531635761261, -0.41985976696014404, -0.42588287591934204, -0.4705795347690582, -0.446271687746048, -0.5518515110015869, -0.5567899942398071, -0.6377219557762146, -0.6484279036521912, -0.4947170615196228, -0.5688822865486145, -0.5207593441009521, -0.5701059103012085, -0.6423639059066772, -0.5665688514709473, -0.5817986130714417, -0.5018271803855896, -0.519777774810791, -0.5885694622993469, -0.5855052471160889, -0.45519131422042847, -0.4131728708744049, -0.3287726044654846, -0.2749830484390259, -0.28179824352264404, -0.28471535444259644, -0.19230298697948456, -0.06804727762937546, -0.07150514423847198, 0.019464528188109398, -0.07778382301330566, -0.024035902693867683, -0.030819091945886612, -0.07598432153463364, -0.004994840361177921, -0.04344450682401657, -0.08328377455472946, -0.040470242500305176, -0.127237930893898, -0.02250870130956173, -0.09290944039821625, -0.02710057981312275, -0.0048020160757005215, -0.05234810709953308, -0.0782490074634552, -0.006386609748005867, 0.07340073585510254, 0.03208428621292114, 0.10750657320022583, 0.02379882149398327, 0.0645621120929718, 0.04868960753083229, 0.09918254613876343, 0.06815256178379059, 0.13545283675193787, 0.11170105636119843, 0.09589864313602448, 0.20861506462097168, 0.32129183411598206, 0.26360026001930237, 0.33371269702911377, 0.48610180616378784, 0.2589716911315918, 0.3701454699039459, 0.3459206223487854, 0.5234785676002502, 0.36810266971588135, 0.5569589734077454, 0.4402396082878113, 0.47003793716430664, 0.6159314513206482, 0.2779207229614258, 0.5556049346923828, 0.4083508551120758, 0.212920144200325, 0.4085029065608978, 0.47554218769073486, 0.14562024176120758, 0.4141717851161957, 0.4556330740451813, 0.3424806594848633, 0.3760475218296051, 0.16273030638694763, 0.3685248792171478, 0.3792482316493988, 0.11775348335504532, 0.46739163994789124, 0.2000192254781723, 0.21322539448738098, 0.3618951737880707, 0.1473827064037323, 0.39517396688461304, 0.14677578210830688, 0.09703636914491653, 0.20415236055850983, 0.17978067696094513, 0.12334726750850677, 0.13469672203063965, 0.30917149782180786, 0.11771804839372635, 0.061730287969112396, 0.2339777648448944, 0.1630130559206009, 0.14856523275375366, -0.0470433346927166, 0.11087166517972946, 0.1466631442308426, -0.14162911474704742, 0.1885298639535904, 0.011578991077840328, -0.13021795451641083, -0.0013880007900297642, -0.11362890154123306, -0.0821816548705101, -0.012679253704845905, -0.22672328352928162, -0.012347845360636711, -0.09569577872753143, -0.13701419532299042, -0.2252238392829895, -0.14684690535068512, -0.26030853390693665, -0.31567081809043884, -0.21173490583896637, -0.3462960720062256, -0.19588670134544373, -0.31242579221725464, -0.24990713596343994, -0.1252215951681137, -0.3682574927806854, -0.17977692186832428, -0.34704551100730896, -0.29851239919662476, -0.29698446393013, -0.4240431487560272, -0.29515525698661804, -0.172346293926239, -0.4545897841453552, -0.1268547773361206, -0.18704502284526825, -0.3704851567745209, -0.10372481495141983, -0.21537528932094574, -0.27146491408348083, -0.16645874083042145, -0.5506077408790588, -0.35489651560783386, -0.2792055904865265, -0.5354702472686768, -0.11539939045906067, -0.3611150085926056, -0.4209846556186676, -0.2608032822608948, -0.3795892596244812, -0.294243723154068, -0.3565225601196289, -0.3185250461101532, -0.4797418713569641, -0.15602418780326843, -0.3850029706954956, -0.2475827932357788, 0.07789114117622375, -0.1159731075167656, -0.05134836211800575, 0.008793879300355911, -0.13058435916900635, 0.05455595999956131, -0.021817460656166077, -0.0897875502705574, 0.15970605611801147, -0.06074267625808716, 0.09202996641397476, 0.3849434554576874, 0.14940373599529266, 0.21167901158332825, 0.3136497735977173, 0.1469341665506363, 0.02265448309481144, 0.28540149331092834, 0.03917079418897629, 0.2933838367462158, -0.09904374182224274, 0.2030322104692459, 0.04980040341615677, 0.11250747740268707, 0.3791230022907257, 0.19902032613754272, 0.17528687417507172, 0.2639220058917999, 0.022288214415311813, -0.017596853896975517, 0.391269326210022, -0.09492642432451248, 0.16279149055480957, 0.24895495176315308, 0.15556588768959045, -0.18774092197418213, 0.7333911061286926, -0.24487467110157013, 0.30055680871009827, 0.5695319175720215, -0.6368034482002258, 0.7274709939956665, -0.42500993609428406, 0.12512357532978058, 0.5131409168243408, -0.2727912366390228, 0.5453943014144897, 0.087596096098423, 0.011673483066260815, 0.42769578099250793, 0.1158834844827652, 0.335398405790329, 0.14167484641075134, -0.14215794205665588, 0.11533043533563614, -0.04099465534090996, -0.10326653718948364, 0.4920184016227722, -0.2988288402557373, 0.4285039007663727, -0.20319031178951263, 0.02783704176545143, 0.28399789333343506, -0.0032059093937277794, 0.0570254921913147, 0.18341344594955444, -0.06438162177801132, -0.15149745345115662, 0.3583032786846161, -0.12240752577781677, 0.24217462539672852, 0.11489883810281754, 0.04329323396086693, -0.20712706446647644, 0.47784796357154846, -0.273307204246521, 0.07946477085351944, 0.4918789863586426, -0.5265690088272095, 0.476521372795105, 0.10947579145431519, -0.12018407881259918, 0.3865409195423126, 0.030173061415553093, 0.092288538813591, 0.11478989571332932, -0.046331003308296204, -0.0335480272769928, -0.13402272760868073, 0.08073284476995468, 0.05514436215162277, -0.23666268587112427, 0.010483238846063614, 0.01488528586924076, -0.1882176697254181, -0.03107675351202488, -0.19082285463809967, -0.05865485593676567, -0.34964773058891296, -0.025485701858997345, -0.11212833225727081, -0.41306689381599426, 0.1453980654478073, -0.5075283646583557, 0.23481535911560059, -0.3885614573955536, -0.17191198468208313, 0.08211858570575714, -0.5187577605247498, 0.12534701824188232, -0.16011163592338562, -0.35358738899230957, 0.11906232684850693, -0.11980734020471573, -0.40958690643310547, 0.31568241119384766, -0.4538218379020691, -0.18540266156196594, -0.12385763972997665, -0.15676943957805634, -0.14967645704746246, -0.42958879470825195, 0.0444248802959919, -0.18716110289096832, -0.3173011839389801, 0.15564189851284027, -0.11014053970575333, 0.006348160095512867, 0.19258230924606323, -0.2854348123073578, 0.010964854620397091, 0.17034341394901276, -0.42603161931037903, 0.21081402897834778, 0.10329709202051163, -0.05303141847252846, 0.09295975416898727, 0.3891444504261017, 0.1306993067264557, 0.150235116481781, 0.4383963346481323, -0.2939065098762512, 0.23600807785987854, -0.08118204772472382, -0.08360787481069565, 0.37907376885414124, -0.19057811796665192, 0.22462189197540283, -0.11945562809705734, 0.260251522064209, -0.040801696479320526, -0.15059545636177063, 0.29044583439826965, -0.6180095076560974, 0.26851019263267517, -0.1638479232788086, -0.45515739917755127, 0.482914537191391, -0.23915953934192657, -0.15629369020462036, 0.551028311252594, -0.2884896993637085, 0.04510366544127464, 0.3094949722290039, -0.08885444700717926, -0.2610640525817871, 0.007906695827841759, -0.07940448820590973, -0.11056697368621826, 0.18568287789821625, -0.15176557004451752, 0.21668988466262817, -0.10231165587902069, 0.25977763533592224, 0.003830870846286416, -0.08139324933290482, 0.10611084848642349, -0.1180325299501419, 0.08786081522703171, -0.019633788615465164, -0.0005359209608286619, -0.1830032467842102, -0.0019181746756657958, -0.27842363715171814, 0.28624141216278076, 0.0104179996997118, -0.44504833221435547, 0.7145195007324219, -0.5241539478302002, 0.36909928917884827, 0.07540423423051834, -0.14762721955776215, 0.18013130128383636, 0.14402422308921814, -0.11365397274494171, 0.22581404447555542, 0.2501903176307678, 0.12481184303760529, -0.06784269958734512, 0.3908764719963074, -0.3225747346878052, 0.2976352572441101, 0.10992185771465302, -0.19303679466247559, 0.504670262336731, -0.28350770473480225, 0.001529058674350381, 0.41815316677093506, -0.3360927402973175, 0.17612865567207336, 0.160352423787117, -0.2452714592218399, 0.1456664800643921, -0.2960715889930725, 0.49002310633659363, -0.2860562205314636, -0.014645381830632687, 0.39849093556404114, -0.4677124619483948, 0.29630303382873535, -0.19362428784370422, -0.001981165027245879, -0.023857180029153824, -0.10880642384290695, -0.07310504466295242, 0.26514187455177307, -0.16552677750587463, 0.011978826485574245, 0.20044496655464172, -0.11299840360879898, -0.12634266912937164, 0.04460296407341957, -0.4002995193004608, 0.1711750626564026, -0.11985819786787033, -0.3066786229610443, 0.338008314371109, -0.2556149661540985, 0.060785673558712006, -0.050929393619298935, 0.09166379272937775, -0.20825162529945374, -0.023334018886089325, 0.017076486721634865, -0.11720331758260727, -0.049412116408348083, 0.06584656983613968, -0.03839559853076935, -0.02685454860329628, 0.3089459240436554, -0.45259615778923035, 0.30097511410713196, -0.012212303467094898, -0.3659243881702423, 0.41618961095809937, -0.3084380328655243, -0.03292478993535042, 0.00987470056861639, -0.11586939543485641, 0.07327751070261002, -0.20920811593532562, 0.10229581594467163, -0.22513362765312195, -0.10058892518281937, 0.12534023821353912, -0.2660079300403595, 0.026422500610351562, 0.31339240074157715, -0.5698738694190979, 0.46519023180007935, 0.19063276052474976, -0.387948602437973, 0.38551801443099976, 0.017136480659246445, -0.265825480222702, 0.3554915189743042, 0.041219063103199005, -0.3878680467605591, 0.7790574431419373, -0.6348394751548767, 0.38351964950561523, 0.1846294403076172, -0.7002293467521667, 0.7325246930122375, -0.5039706826210022, -0.1103479191660881, 0.4299912750720978, -0.38868433237075806, -0.04492424428462982, 0.3162103295326233, -0.23417118191719055, 0.08161506056785583, -0.032483652234077454, 0.04151308536529541, -0.0620478056371212, -0.11826344579458237, 0.4889064133167267, -0.6410536766052246, 0.5166689157485962, 0.09937971085309982, -0.38894668221473694, 0.4697082042694092, 0.03365504369139671, -0.0992625504732132, 0.17385399341583252, 0.1264217644929886, -0.12905560433864594, 0.21781273186206818, -0.04113107547163963, -0.015673227608203888, -0.003999665379524231, -0.002091602887958288, -0.049997810274362564, 0.025037134066224098, -0.04015183448791504, 0.17769154906272888, -0.04874870926141739, 0.019254548475146294, 0.02213226817548275, -0.14266014099121094, 0.01928965374827385, -0.04676897078752518, -0.009588787332177162, 0.11441110819578171, -0.260681688785553, 0.301515132188797, -0.10801143944263458, 0.07761792093515396, 0.23419083654880524, 0.04328221082687378, 0.04726410284638405, 0.07918617874383926, 0.06729510426521301, 0.07969658821821213, 0.08711272478103638, 0.16108672320842743, -0.03256862610578537, 0.04642057791352272, 0.03881678357720375, -0.14964377880096436, 0.42649075388908386, -0.32882848381996155, 0.10367250442504883, 0.22820515930652618, -0.3209668695926666, 0.024568017572164536, 0.3066164255142212, -0.35238513350486755, 0.27898290753364563, -0.03439338132739067, -0.4084762632846832, 0.7476763725280762, -0.6313413381576538, 0.4238627552986145, 0.1222880631685257, -0.4781511425971985, 0.30520784854888916, -0.16835306584835052, 0.03166225180029869, -0.025326739996671677, -0.053446412086486816, 0.08986551314592361, -0.10069705545902252, -0.05679752677679062, 0.027584316208958626, 0.03617832437157631, -0.07234696298837662, 0.008270282298326492, -0.35866087675094604, 0.210228830575943, -0.27578961849212646, -0.2824370265007019, 0.27280452847480774, -0.5649780035018921, 0.05006645619869232, -0.10205601155757904, -0.1067020520567894, -0.1274888664484024, -0.17819276452064514, -0.022039853036403656, -0.330026239156723, 0.07042630761861801, -0.21798115968704224, -0.1726537048816681, 0.2224717140197754, -0.28963470458984375, -0.0696789026260376, 0.2642403542995453, -0.38172242045402527, 0.2605029046535492, -0.020064787939190865, -0.004862958565354347, -0.1430286467075348, 0.03295567259192467, -0.031164521351456642, -0.0828656479716301, 0.03289872035384178, -0.05533144623041153, -0.006490399595350027, 0.06541182100772858, 0.032413918524980545, -0.11798665672540665, 0.2759430408477783, -0.23857039213180542, -0.2189508080482483, 0.39617016911506653, -0.42574581503868103, 0.15153221786022186, 0.19403445720672607, -0.47504106163978577, 0.28068000078201294, 0.1356867402791977, -0.29968202114105225, 0.3452244699001312, -0.09670928865671158, 0.07977999746799469, 0.04747965931892395, 0.18375049531459808, 0.030455028638243675, 0.1724713295698166, 0.05228222906589508, -0.1583682745695114, 0.3774266541004181, -0.010008050128817558, -0.012073037214577198, 0.2945050895214081, -0.015781259164214134, -0.12420480698347092, 0.2866656482219696, -0.13090792298316956, -0.12541751563549042, 0.240979865193367, -0.29479721188545227, 0.3824879825115204, -0.2236592173576355, -0.03936436399817467, 0.09528300166130066, 0.1747560054063797, -0.27661973237991333, 0.3707989454269409, -0.06275521218776703, -0.11386389285326004, 0.253701776266098, -0.12909533083438873, 0.02532963827252388, -0.04608666151762009, 0.12938493490219116, 0.0073964521288871765, -0.10610643029212952, 0.32437464594841003, -0.2186536192893982, 0.3792215883731842, 0.025070633739233017, -0.2508190870285034, 0.3149539828300476, -0.1801804006099701, 0.01747722178697586, -0.020981740206480026, 0.019725805148482323, -0.10229165107011795, 0.17823554575443268, 0.11413615942001343, -0.12669141590595245, 0.43580636382102966, -0.1153424084186554, -0.011652459390461445, 0.6278983950614929, -0.48987630009651184, 0.3033647835254669, 0.3731299936771393, -0.34731999039649963, 0.24838320910930634, 0.05962429195642471, 0.09584591537714005, -0.23184505105018616, 0.23743154108524323, 0.027913061901926994, -0.21942546963691711, 0.058226875960826874, 0.21611155569553375, -0.036065299063920975, -0.21375730633735657, 0.18247877061367035, -0.1782609224319458, -0.18843191862106323, 0.22511634230613708, -0.33911100029945374, -0.011916274204850197, 0.10386814177036285, -0.379056841135025, 0.09440725296735764, 0.014427637681365013, -0.1496676355600357, 0.06491576880216599, -0.12221191823482513, 0.07247506827116013, -0.18134412169456482, -0.09983586519956589, 0.2718948721885681, -0.09717681258916855, -0.31073230504989624, 0.03051311895251274, 0.025962352752685547, -0.21741898357868195, 0.2524466812610626, -0.23250608146190643, 0.2915509343147278, -0.3266133666038513, 0.07145754992961884, -0.1263565719127655, -0.05414018779993057, -0.08625555783510208, -0.1552281379699707, -0.014144888147711754, 0.09842892736196518, -0.5815361142158508, 0.15669897198677063, 0.24649673700332642, -0.7679725885391235, 0.4846900999546051, -0.3068960905075073, -0.3461211621761322, 0.3044869005680084, 0.051700230687856674, -0.28370317816734314, 0.09430538862943649, 0.05506877973675728, -0.10442626476287842, 0.09651876986026764, 0.1852731853723526, -0.3446809947490692, 0.25774186849594116, 0.3029559850692749, -0.4265599846839905, 0.3298022150993347, -0.07820674777030945, 0.15300844609737396, -0.052257977426052094, -0.07076025754213333, 0.03781680762767792, -0.06652317196130753, 0.02226163074374199, -0.09454189240932465, -0.03378216177225113, -0.007788624614477158, 0.033427078276872635, 0.17025353014469147, -0.28196871280670166, 0.4261815547943115, -0.33944258093833923, 0.09619063884019852, 0.4150650203227997, -0.5530182123184204, 0.33712950348854065, -0.059076108038425446, 0.12389516085386276, -0.18643689155578613, 0.1766977310180664, 0.21334412693977356, -0.2917511463165283, 0.3908945918083191, -0.050331637263298035, 0.03562232106924057, 0.03687186911702156, -0.14834243059158325, 0.3638916611671448, -0.14237496256828308, -0.15092667937278748, 0.052085887640714645, -0.016826456412672997, 0.03497932106256485, -0.31029796600341797, 0.4436364471912384, -0.029640648514032364, -0.28283533453941345, 0.598843514919281, -0.26455196738243103, -0.07898106426000595, 0.36639660596847534, -0.5468995571136475, 0.36799341440200806, 0.07070744782686234, -0.3196934759616852, 0.15697379410266876, 0.3023250699043274, -0.30499446392059326, 0.2229129821062088, -0.1710468977689743, 0.0103030726313591, 0.25895875692367554, -0.6315854787826538, 0.7448552250862122, -0.14468564093112946, -0.3256520926952362, 0.29277247190475464, 0.12318766862154007, -0.1961594969034195, -0.135667622089386, 0.207813560962677, -0.2124374359846115, -0.09255419671535492, 0.10912361741065979, -0.10723571479320526, -0.0639534592628479, 0.3176916241645813, -0.5191276669502258, 0.10155931860208511, 0.307409405708313, -0.25600162148475647, 0.0059823887422680855, 0.2984071969985962, -0.18006454408168793, 0.29934772849082947, -0.3291138708591461, 0.1011815071105957, -0.0005093544023111463, -0.0373801551759243, 0.1561659723520279, -0.09533189237117767, 0.06553516536951065, -0.1922803372144699, 0.04521248862147331, 0.09188618510961533, -0.5508418083190918, 0.4545570909976959, 0.0958697646856308, -0.7265889048576355, 0.45298299193382263, -0.024436162784695625, -0.09097538143396378, -0.17896534502506256, -0.03617772459983826, 0.08849545568227768, -0.3132602274417877, 0.013401219621300697, 0.12346666306257248, -0.16879689693450928, 0.17204149067401886, 0.03833114355802536, 0.10475216805934906, 0.031425680965185165, -0.16193066537380219, 0.660750150680542, -0.3135223090648651, -0.18310146033763885, 0.40448248386383057, -0.33532965183258057, 0.02289080061018467, 0.15705452859401703, -0.028804531320929527, -0.20113976299762726, 0.3203604817390442, -0.12063031643629074, -0.10781467705965042, 0.11722654104232788, 0.05789346247911453, -0.44650521874427795, 0.27362167835235596, 0.2657202482223511, -0.7338755130767822, 0.31549832224845886, -0.016230609267950058, 0.2843831479549408, -0.26037925481796265, -0.1440102458000183, 0.7123500108718872, -0.6348659992218018, 0.03752876818180084, 0.4823398292064667, -0.32076409459114075, 0.12668251991271973, 0.28704914450645447, 0.08718079328536987, 0.17917701601982117, -0.18641948699951172, 0.22869980335235596, 0.220962792634964, -0.19427241384983063, 0.08874836564064026, 0.09293177723884583, -0.10333251953125, 0.12428752332925797, -0.004888392519205809, 0.1328355073928833, 0.24231310188770294, -0.3206167221069336, 0.13664716482162476, 0.32156166434288025, -0.004453081171959639, -0.2152591049671173, -0.043134771287441254, 0.2924640476703644, -0.7164323925971985, 0.3687921464443207, -0.1675756275653839, 0.15266872942447662, 0.052826810628175735, -0.16546191275119781, 0.03188937157392502, -0.11279629915952682, -0.3249715566635132, 0.4237213432788849, -0.16223546862602234, -0.6000769138336182, 0.7772902250289917, -0.48885276913642883, -0.1893104612827301, 0.6014264822006226, -0.6560670137405396, 0.1486232876777649, 0.3284657895565033, -0.7863371968269348, 0.28129273653030396, 0.28490346670150757, -0.39147311449050903, -0.3318936824798584, 0.8287862539291382, -0.571478545665741, 0.07296992093324661, 0.3215373158454895, -0.29354387521743774, 0.47302889823913574, -0.49280112981796265, 0.16746699810028076, 0.4143790304660797, -0.5710073709487915, 0.7109173536300659, -0.24709537625312805, -0.13939711451530457, 0.34583091735839844, -0.0012551549589261413, -0.1959974318742752, 0.5710406303405762, -0.677722692489624, 0.06878089159727097, -0.042716946452856064, -0.32098880410194397, 0.13191312551498413, 0.003126972820609808, 0.11892232298851013, -0.278643399477005, -0.02407747507095337, 0.5682463645935059, -0.551933765411377, -0.040082041174173355, 0.10207971930503845, -0.26886942982673645, -0.030182642862200737, -0.048970744013786316, -0.35347050428390503, 0.9113761782646179, -0.3238178789615631, -0.2587517201900482, 0.41153019666671753, -0.16649438440799713, -0.23247626423835754, -0.0995221808552742, 0.6034733057022095, -0.555584728717804, -0.16524803638458252, 0.6561741828918457, -0.7964621186256409, 0.5542620420455933, 0.22059881687164307, -0.638080358505249, 0.4465039372444153, -0.36070889234542847, 0.10549823194742203, 0.0637788474559784, -0.2530636489391327, 0.46706828474998474, -0.6539525985717773, 0.4485574960708618, -0.21635140478610992, 0.053286489099264145, -0.032522011548280716, 0.3706781566143036, -0.3423420786857605, -0.017528492957353592, 0.34613659977912903, -0.20799176394939423, -0.0034020659513771534, -0.21768727898597717, 0.3632776737213135, -0.3386777341365814, -0.05323513597249985, 0.35336172580718994, 0.013115700334310532, 0.00939523708075285, 0.176847442984581, -0.27105680108070374, 0.07897739112377167, 0.13227547705173492, -0.19527360796928406, 0.013868552632629871, 0.1502193659543991, -0.33090510964393616, 0.2752230167388916, 0.08423855900764465, 0.10406523197889328, 0.024407077580690384, 0.22794441878795624, -0.1551242172718048, 0.17340674996376038, -0.27847424149513245, 0.25272414088249207, 0.20139478147029877, -0.5071337223052979, 0.4482782483100891, -0.1985473483800888, -0.25066226720809937, 0.6670434474945068, -0.4103282392024994, -0.1730128973722458, 0.525696873664856, -0.3186361491680145, -0.044640518724918365, 0.40169647336006165, -0.2110975980758667, -0.08475464582443237, 0.049089472740888596, -0.0607423335313797, -0.1627056747674942, 0.11591735482215881, 0.08429577946662903, -0.1264907866716385, 0.25400134921073914, 0.046617139130830765, -0.261080801486969, 0.007778107654303312, -0.09287853538990021, 0.2865772247314453, -0.4036615788936615, 0.08557087182998657, 0.4075302183628082, -0.41031113266944885, 0.28244802355766296, 0.4427565336227417, -0.3665526807308197, 0.12401584535837173, 0.04875698685646057, -0.19669248163700104, 0.13277441263198853, -0.19060374796390533, 0.23523089289665222, -0.14091996848583221, 0.20190288126468658, -0.10403118282556534, 0.06823084503412247, -0.13648441433906555, 0.011743329465389252, 0.022346556186676025, 0.07068566977977753, -0.26343175768852234, -0.29858464002609253, 0.5329010486602783, -0.47636690735816956, 0.02190948650240898, 0.1414797455072403, -0.02244456484913826, 0.18533745408058167, -0.11986634880304337, 0.15790584683418274, -0.2656838893890381, 0.23181535303592682, -0.5322872996330261, 0.14623254537582397, 0.07784269750118256, -0.1908254772424698, 0.031898658722639084, 0.19631327688694, -0.07647788524627686, 0.0973440408706665, -0.21654032170772552, 0.07304051518440247, 0.12600962817668915, -0.4216681718826294, 0.36830881237983704, -0.19326117634773254, -0.3341090679168701, 0.07455145567655563, 0.11146722733974457, -0.1301712542772293, 0.2009812295436859, -0.18979893624782562, 0.023244483396410942, 0.05111836642026901, -0.19829364120960236, 0.09439508616924286, -0.25059542059898376, 0.22510935366153717, -0.024768374860286713, -0.14237383008003235, 0.08042130619287491, 0.0849018469452858, 0.17750774323940277, -0.007471596822142601, 0.06321968138217926, -0.15970580279827118, 0.2056402713060379, -0.4817649722099304, 0.12751373648643494, 0.07668506354093552, -0.46495622396469116, 0.30612820386886597, 0.06854446232318878, -0.1387597769498825, 0.4852339029312134, -0.24550369381904602, 0.0387764498591423, 0.36459580063819885, -0.7358301877975464, -0.13377122581005096, 0.7094898223876953, -0.6912564039230347, 0.16232964396476746, 0.827825665473938, -0.6023381948471069, 0.10724592208862305, 0.4118447005748749, -0.07103997468948364, -0.18860135972499847, 0.2591266632080078, -0.25217047333717346, -0.32438769936561584, 0.601688802242279, -0.7028295993804932, 0.6038362383842468, 0.4911498725414276, -0.6783391833305359, 0.5652652978897095, 0.06905220448970795, 0.14185674488544464, -0.40883493423461914, 0.36645039916038513, 0.010441289283335209, -0.25264573097229004, 0.22779600322246552, -0.06330199539661407, 0.14317692816257477, 0.1679186373949051, -0.1948290318250656, 0.013950456865131855, -0.015002444386482239, 0.042397018522024155, -0.3832225799560547, 0.3333480656147003, 0.05534660816192627, -0.360511839389801, 0.2081727832555771, 0.09968244284391403, -0.6175602674484253, 0.506973147392273, 0.45131784677505493, -0.727678656578064, 0.3782738447189331, 0.21939663589000702, -0.40606388449668884, 0.2159324735403061, 0.004668599925935268, -0.14106957614421844, 0.03653440997004509, -0.01139049045741558, 0.09546243399381638, 0.13908419013023376, -0.09966535121202469, 0.07183422148227692, -0.13309410214424133, -0.2263675183057785, -0.07812479883432388, -0.5275140404701233, 0.18717707693576813, -0.1366489976644516, -0.023594768717885017, -0.06003449857234955, 0.05535465478897095, 0.17537900805473328, -0.0848364382982254, -0.14839282631874084, 0.41219285130500793, -0.6528663635253906, -0.0806468278169632, 0.3805040121078491, -0.6671213507652283, 0.5185598134994507, -0.04339319095015526, 0.07599033415317535, 0.16750667989253998, -0.17739421129226685, 0.5302480459213257, -0.3031103014945984, 0.029757468029856682, 0.1037617027759552, -0.20588955283164978, -0.008923020213842392, 0.12025891244411469, 0.200408473610878, 0.34709370136260986, -0.15589334070682526, 0.15002451837062836, -0.2075711339712143, -0.01612546667456627, 0.0880897045135498, -0.28709158301353455, -0.053631704300642014, 0.17333687841892242, -0.13766418397426605, 0.24952463805675507, -0.16406387090682983, 0.16412392258644104, -0.07509655505418777, -0.13894037902355194, 0.2971673309803009, -0.31638017296791077, -0.08708390593528748, 0.15801511704921722, -0.32800161838531494, -0.04234782233834267, 0.2686901390552521, 0.020154180005192757, 0.029785720631480217, -0.010547706857323647, 0.1767524629831314, -0.32319310307502747, 0.25459185242652893, 0.3598593771457672, -0.547122597694397, 0.32982969284057617, -0.15769344568252563, -0.34009405970573425, 0.282772034406662, 0.09186266362667084, -0.15537896752357483, 0.4654865562915802, -0.2929307222366333, 0.056830994784832, 0.20374387502670288, -0.3484273850917816, 0.14177249372005463, 0.12617388367652893, -0.3531404733657837, -0.11537542194128036, 0.057104069739580154, 0.16335166990756989, 0.15055374801158905, 0.21150042116641998, 0.10198649019002914, -0.41001811623573303, -0.007325995247811079, 0.12336616963148117, -0.24640923738479614, 0.36597684025764465, -0.13859687745571136, -0.25480881333351135, 0.2542063295841217, -0.03046513721346855, -0.021470574662089348, 0.18722781538963318, -0.036013565957546234, -0.2779044806957245, -0.07454700022935867, 0.07153602689504623, -0.10352074354887009, 0.026791896671056747, 0.33674678206443787, -0.3148269057273865, 0.015667017549276352, -0.3241047263145447, -0.004711708519607782, 0.3724938929080963, -0.4290308356285095, 0.31217139959335327, 0.11630143970251083, -0.43395930528640747, 0.14840121567249298, 0.3132174015045166, -0.2036106139421463, -0.12655170261859894, 0.27206045389175415, -0.11282231658697128, -0.14360664784908295, 0.06371577829122543, -0.036658067256212234, 0.06686071306467056, 0.21348965167999268, 0.03242122381925583, -0.19834227859973907, 0.18527647852897644, -0.08821692317724228, -0.005435455124825239, 0.17378437519073486, -0.20798611640930176, -0.07545647770166397, -0.044402606785297394, 0.00792618840932846, 0.09781082719564438, 0.12182456254959106, 0.02381840907037258, 0.08342245221138, -0.2686340808868408, 0.19600550830364227, 0.036000534892082214, 0.06945829838514328, -0.02365107089281082, 0.0349552258849144, 0.013096524402499199, -0.12459836155176163, 0.15157899260520935, 0.2512162923812866, -0.008618989028036594, 0.028752783313393593, 0.20464159548282623, -0.22852113842964172, -0.07801079005002975, 0.13343797624111176, -0.022737424820661545, 0.11745327711105347, 0.0499032698571682, -0.1591034233570099, 0.07795368880033493, -0.0764361172914505, -0.028958609327673912, 0.369120329618454, -0.1881050318479538, -0.12115117907524109, -0.010923728346824646, -0.11279525607824326, -0.00371596310287714, -0.15574172139167786, -0.040700193494558334, -0.14492297172546387, -0.2686184346675873, 0.22524592280387878, 0.026808101683855057, 0.1729501336812973, 0.1574760526418686, -0.03908943384885788, 0.019804442301392555, -0.15753795206546783, -0.1757497638463974, 0.026253703981637955, 0.22770898044109344, -0.35430383682250977, 0.19721761345863342, 0.07245403528213501, -0.08270830661058426, 0.32084721326828003, 0.11366361379623413, 0.14039050042629242, -0.06226414442062378, -0.44833138585090637, -0.07885753363370895, 0.013503102585673332, -0.3099727928638458, 0.3318726718425751, 0.16155597567558289, -0.25414323806762695, 0.11956507712602615, -0.04784407094120979, -0.06825968623161316, 0.08325012028217316, -0.13198620080947876, 0.011933241970837116, -0.22273382544517517, -0.2094821184873581, 0.14538492262363434, 0.1430397778749466, 0.100220687687397, -0.017817584797739983, -0.04047483950853348, -0.19627992808818817, -0.10851466655731201, 0.03276882320642471, 0.012645959854125977, 0.05815037339925766, -0.2559664249420166, -0.06145072355866432, 0.11518778651952744, -0.15545330941677094, 0.1804727464914322, 0.12003187090158463, -0.11128971725702286, -0.15186841785907745, -0.05107685551047325, -0.010590577498078346, 0.13002651929855347, 0.12464515119791031, 0.0008888893644325435, -0.059300895780324936, -0.22413277626037598, -0.028658315539360046, -0.0068260058760643005, -0.01677320897579193, 0.05642740800976753, 0.011017990298569202, -0.11661406606435776, -0.09700394421815872, -0.006148538086563349, -0.016179179772734642, 0.20438307523727417, 0.08330931514501572, -0.15937744081020355, 0.04707175865769386, 0.07888270169496536, 0.1408376395702362, 0.3096943795681, 0.24430300295352936, -0.08494846522808075, -0.004417509771883488, 0.12208463251590729, -0.034199945628643036, 0.031019937247037888, 0.12101015448570251, -0.07158587127923965, -0.17503772675991058, 0.04463702440261841, 0.03420479968190193, 0.08367355167865753, 0.13456027209758759, 0.08004272729158401, -0.13996858894824982, -0.020555583760142326, -0.0717620998620987, 0.06310844421386719, 0.1357475370168686, 0.04254923388361931, -0.05539381504058838, -0.16664370894432068, -0.029225433245301247, -0.11249717324972153, -0.0028979431372135878, 0.03563504293560982, -0.08141123503446579, -0.0058233533054590225, 0.08618627488613129, 0.0022672025952488184, 0.08183488249778748, -0.007040597032755613, -0.12215934693813324, -0.1375035047531128, -0.16015557944774628, -0.04803862422704697, 0.10308033972978592, -0.019292091950774193, -0.030317725613713264, 0.10420390963554382, -0.06409931927919388, 0.09889833629131317, 0.17535702884197235, 0.0587424710392952, 0.014100936241447926, -0.017564682289958, 0.011720238253474236, 0.0921822264790535, 0.12066959589719772, 0.07061319053173065, 0.08252321183681488, -0.05953536555171013, -0.17690837383270264, 0.04207945615053177, 0.0011994802625849843, 0.04668201878666878, 0.07924719899892807, 0.021296445280313492, 0.04474002495408058, 0.117271289229393, 0.09668045490980148, 0.055468786507844925, 0.07294630259275436, -0.07092699408531189, -0.014365600422024727, -0.05060576647520065, -0.019884852692484856, 0.049561530351638794, -0.00917871668934822, 0.03633420541882515, -0.027627641335129738, 0.004663330502808094, 0.1312417834997177, 0.011582975275814533, -0.05482880771160126, 0.012195516377687454, -0.029631877318024635, -0.052393440157175064, -0.0666600838303566, 0.024580085650086403, -0.11742735654115677, -0.07018251717090607, -0.01289419736713171, -0.11160068213939667, -0.0290801040828228, 0.004244084004312754, -0.013842377811670303, 0.017628567293286324, 0.02342458814382553, -0.002005153801292181, -0.047590866684913635, -0.10772764682769775, -0.012731287628412247, -0.035504940897226334, -0.06253845244646072, 0.08909765630960464, -0.06416761875152588, 0.0023745917715132236, 0.048711828887462616, -0.052985191345214844, 0.00690568657591939, -0.04362095892429352, -0.11094380170106888, -0.08300003409385681, -0.016203049570322037, 0.06950341165065765, -0.027786677703261375, 0.07718917727470398, 0.08377443999052048, -0.08362327516078949, 0.0760551393032074, 0.05431307852268219, 0.02459944412112236, -0.04245026037096977, -0.14236129820346832, -0.1069902703166008, -0.0960395559668541, 0.005385454278439283, 0.059179551899433136, 0.11631492525339127, 0.06657562404870987, -0.057695042341947556, -0.014761004596948624, 0.0023652424570173025, -0.06859616935253143, 0.045098211616277695, 0.018527308478951454, -0.10804097354412079, -0.0588543601334095, -0.028470149263739586, 0.0071000000461936, 0.16314637660980225, 0.08927403390407562, 0.05563418194651604, 0.06612690538167953, 0.026524635031819344, 0.05527407303452492, 0.07813175767660141, 0.10735981166362762, -0.050482362508773804, -0.06791583448648453, -0.020949220284819603, -0.040883619338274, 0.040401820093393326, 0.0874776542186737, -0.03582246974110603, -0.05963116139173508, -0.05475471168756485, -0.041114769876003265, 0.018496477976441383, 0.019296342507004738, 0.01779676228761673, -0.07775656133890152, -0.06667306274175644, -0.06753189116716385, -0.06617586314678192, 0.056644756346940994, -0.037771694362163544, -0.011616100557148457, -0.023844648152589798, -0.05010521039366722, 0.0773739367723465, 0.08948743343353271, 0.049148138612508774, 0.014658794738352299, -0.04761834070086479, -0.11432034522294998, -0.08543650805950165, -0.003348506521433592, -0.015548191964626312, -0.04842294752597809, -0.014978147111833096, -0.0485709123313427, -0.039008449763059616, 0.007360230199992657, 0.06440708786249161, -0.04274028167128563, -0.057357244193553925, -0.05138849467039108, -0.09891068190336227, -0.015473779290914536, -0.014567839913070202, -0.041956014931201935, -0.041600245982408524, -0.13125520944595337, -0.10529020428657532, -0.051053937524557114, 0.003651473205536604, 0.006767758168280125, -0.0799834281206131, -0.0394366979598999, -0.10873114317655563, -0.058159247040748596, -0.009090954437851906, -0.011734619736671448, -0.038509465754032135, -0.10012508928775787, -0.05934600159525871, 0.0020211029332131147, 0.007316122762858868, 0.05251398682594299, 0.09832385182380676, 0.023358644917607307, -0.010491689667105675, 0.01681048795580864, 0.012479684315621853, 0.011222737841308117, 0.027442961931228638, 0.05480464920401573, 0.03482876718044281, 0.04621622711420059, 0.10200873017311096, 0.044174112379550934, 0.07651732116937637, 0.06416619569063187, -0.013487065210938454, 0.04282396659255028, 0.045800045132637024, -0.022907128557562828, 0.11762498319149017, 0.12110728770494461, 0.11253772675991058, 0.24368758499622345, 0.19265224039554596, 0.24799136817455292, 0.27286413311958313, 0.23612578213214874, 0.31939977407455444, 0.3137873709201813, 0.2726013660430908, 0.33749720454216003, 0.30649706721305847, 0.19102740287780762, 0.25575682520866394, 0.22225208580493927, 0.2120083123445511, 0.28108590841293335, 0.24115446209907532, 0.2514614164829254, 0.2459520548582077, 0.23614336550235748, 0.2821056544780731, 0.284318745136261, 0.2673749029636383, 0.34175387024879456, 0.31074756383895874, 0.3299461603164673, 0.4039260447025299, 0.3704320788383484, 0.22230617702007294, 0.1198391243815422, -0.07601311802864075, -0.27247196435928345, -0.4118572473526001, -0.5571410059928894, -0.7012153267860413, -0.8105165958404541, -0.8521562218666077, -0.8658995032310486, -0.816251814365387, -0.712351381778717, -0.6565207839012146, -0.6424970030784607, -0.5963102579116821, -0.5365241169929504, -0.47897255420684814, -0.4751226007938385, -0.38880810141563416, -0.4003118872642517, -0.40372729301452637, -0.2875763773918152, -0.2983066141605377, -0.25258225202560425, -0.24148699641227722, -0.2785568833351135, -0.3069211542606354, -0.33374878764152527, -0.34282124042510986, -0.3293326795101166, -0.3230746388435364, -0.29722678661346436, -0.2983900308609009, -0.29433849453926086, -0.2512138783931732, -0.2785751521587372, -0.22439983487129211, -0.21020497381687164, -0.23728102445602417, -0.157057523727417, -0.13792718946933746, -0.10377330332994461, -4.699988858192228e-05, -0.017459524795413017, -0.0342889167368412, 0.017900407314300537, 0.053008392453193665, 0.1443481743335724, 0.27641284465789795, 0.40765610337257385, 0.5130520462989807, 0.6782061457633972, 0.8132092952728271, 0.8670546412467957, 0.9477653503417969, 1.009182095527649, 1.0087330341339111, 1.116316556930542, 1.1807842254638672, 1.3717131614685059, 1.4985244274139404, 1.623410940170288, 1.8840428590774536, 2.0263020992279053, 2.164395809173584, 2.4372799396514893, 2.0157244205474854, 0.866294264793396, 0.4093727469444275, -0.32415395975112915, -1.4753891229629517, -1.6410441398620605, -1.8430700302124023, -1.9824844598770142, -1.428057312965393, -1.1247403621673584, -0.910865068435669, -0.417493611574173, -0.12266931682825089, -0.39634665846824646, -0.7142458558082581, -0.9581324458122253, -1.1061091423034668, -0.6923904418945312, -0.44125238060951233, -0.28503668308258057, 0.19835852086544037, 0.6704543232917786, 1.013920783996582, 1.322412133216858, 1.3653497695922852, 1.2439392805099487, 0.7615645527839661, 0.17658641934394836, -0.1985679566860199, -0.44390276074409485, -0.5483342409133911, -0.6247824430465698, -0.8257530331611633, -0.9968554377555847, -1.0766639709472656, -1.1272739171981812, -1.107332468032837, -1.192847728729248, -1.4133094549179077, -1.5408120155334473, -1.489372730255127, -1.4200303554534912, -1.1017866134643555, -0.7290413975715637, -0.5570687055587769, -0.5020255446434021, -0.24347206950187683, -0.11349377781152725, -0.012874637730419636, 0.11760736256837845, 0.012008673511445522, -0.1743236929178238, -0.1301891803741455, 0.00966649129986763, 0.17746484279632568, 0.3799472749233246, 0.5167511701583862, 0.5423657894134521, 0.5564707517623901, 0.5941676497459412, 0.521579384803772, 0.41919711232185364, 0.20964260399341583, -0.14298762381076813, -0.31090712547302246, -0.3329963982105255, -0.3362842798233032, -0.216007798910141, -0.10684948414564133, 0.015573246404528618, 0.23011216521263123, 0.4539431929588318, 0.6898772120475769, 0.6893028020858765, 0.6303360462188721, 0.5888361930847168, 0.5945165753364563, 0.7826205492019653, 1.1091499328613281, 1.4151287078857422, 1.7479690313339233, 2.167257070541382, 2.6780760288238525, 3.1123948097229004, 3.7345309257507324, 3.198810577392578, 1.2996560335159302, 0.7484756708145142, -0.6209477782249451, -2.083592176437378, -1.7128032445907593, -2.043393611907959, -2.6931793689727783, -2.1651523113250732, -1.4241554737091064, -1.025902271270752, -0.28518733382225037, -0.007928332313895226, -0.7068742513656616, -1.2041537761688232, -1.4941422939300537, -1.8333330154418945, -1.0818848609924316, -0.6792332530021667, -0.4434055984020233, 0.3600757420063019, 0.9912519454956055, 1.586216688156128, 2.3156943321228027, 2.458353042602539, 2.201059341430664, 1.3595380783081055, 0.42667412757873535, 0.13498815894126892, -0.09960810095071793, -0.46419864892959595, -0.49611708521842957, -0.582377552986145, -0.8957117199897766, -0.6599066853523254, -0.2559787631034851, -0.45346376299858093, -0.6745169758796692, -1.0566219091415405, -1.6886658668518066, -1.7530145645141602, -1.737665057182312, -1.8146017789840698, -1.3364548683166504, -1.0941047668457031, -1.1320582628250122, -0.3080693185329437, 0.3168509304523468, 0.21309038996696472, 0.42924609780311584, 0.35391393303871155, -0.10083888471126556, -0.056674275547266006, 0.05420359969139099, 0.03756323456764221, 0.12914955615997314, 0.18955838680267334, 0.25780510902404785, 0.5506085753440857, 0.7109559774398804, 0.5896435379981995, 0.538297712802887, 0.19152624905109406, -0.3850977420806885, -0.4727034568786621, -0.5614607334136963, -0.6808230876922607, -0.6803387999534607, -0.7316773533821106, -0.6451210379600525, -0.3566588759422302, -0.19437265396118164, 0.09179125726222992, 0.3578360974788666, 0.2756093442440033, 0.3447039723396301, 0.5915341973304749, 0.48328328132629395, 0.6344388127326965, 0.9210591316223145, 0.9767181873321533, 1.3470096588134766, 1.8072140216827393, 2.266868829727173, 2.72554087638855, 3.063643217086792, 3.3195629119873047, 3.213625431060791, 1.645530104637146, 0.6580615639686584, -0.14352039992809296, -1.7921193838119507, -1.9359302520751953, -1.8180780410766602, -2.327693223953247, -2.200906753540039, -1.3114349842071533, -1.0785919427871704, -0.5509231090545654, -0.15489035844802856, -0.6089493632316589, -1.1981314420700073, -1.427815556526184, -1.818629264831543, -1.328054666519165, -0.708890974521637, -0.46302053332328796, 0.37621721625328064, 1.124139428138733, 1.6169849634170532, 2.2841620445251465, 2.5102083683013916, 2.2288661003112793, 1.7319482564926147, 0.7744821310043335, 0.11708614230155945, -0.034640610218048096, -0.44278305768966675, -0.7212913632392883, -0.4933304786682129, -0.852620005607605, -0.8174816370010376, -0.31497758626937866, -0.32569193840026855, -0.6335580348968506, -0.7749786376953125, -1.3765636682510376, -1.7257665395736694, -1.6733582019805908, -1.7894670963287354, -1.6527740955352783, -1.2202035188674927, -1.1653844118118286, -0.8279221653938293, 0.02403000369668007, 0.165216863155365, 0.26493197679519653, 0.40813469886779785, 0.11972643435001373, -0.03235229104757309, 0.04908788576722145, 0.0501495860517025, 0.08622577786445618, 0.06389305740594864, 0.11787455528974533, 0.34781011939048767, 0.6406554579734802, 0.6677103638648987, 0.6705036759376526, 0.5005749464035034, -0.040209222584962845, -0.2901402413845062, -0.41335707902908325, -0.7011550068855286, -0.8178353905677795, -0.8428528904914856, -0.8641376495361328, -0.6352443695068359, -0.3024628758430481, -0.0647624209523201, 0.19231432676315308, 0.3421783149242401, 0.3274052143096924, 0.5510783195495605, 0.6846128702163696, 0.6015408039093018, 0.8191758990287781, 1.0875401496887207, 1.232848048210144, 1.728002667427063, 2.3577773571014404, 2.5753159523010254, 3.0372934341430664, 3.3964319229125977, 3.542409896850586, 2.770785331726074, 1.1704028844833374, 0.7544735074043274, -0.7326176166534424, -1.7619856595993042, -1.5488656759262085, -1.9372382164001465, -2.2919745445251465, -1.7376837730407715, -1.1171321868896484, -0.8219344019889832, -0.3510192334651947, -0.20840950310230255, -1.0056558847427368, -1.2767853736877441, -1.624809741973877, -1.8868250846862793, -1.0812329053878784, -0.7926796078681946, -0.3851807415485382, 0.5890587568283081, 1.2446285486221313, 1.7942043542861938, 2.3142502307891846, 2.3616089820861816, 2.004835367202759, 1.2271535396575928, 0.5094797015190125, 0.1250249445438385, -0.07542265206575394, -0.5659851431846619, -0.5360466837882996, -0.5615540742874146, -0.8445915579795837, -0.4870055913925171, -0.20829862356185913, -0.5299149751663208, -0.7924006581306458, -1.253833293914795, -1.819630742073059, -1.9300214052200317, -2.0875585079193115, -2.128046989440918, -1.6959912776947021, -1.5121358633041382, -1.3141108751296997, -0.3213580548763275, 0.07733599841594696, 0.039348386228084564, 0.3170592188835144, 0.19944846630096436, -0.08054345846176147, -0.013218039646744728, 0.06468707323074341, 0.016529610380530357, 0.006906706839799881, 0.19013071060180664, 0.5171856880187988, 0.9129491448402405, 1.0866541862487793, 1.059065580368042, 0.9709312319755554, 0.4930259585380554, 0.046682458370923996, -0.11406034976243973, -0.43642354011535645, -0.7709312438964844, -0.9020476341247559, -0.881801426410675, -0.7380946278572083, -0.5159170627593994, -0.33292365074157715, -0.13877803087234497, -0.04537443444132805, -0.01178763248026371, 0.23993456363677979, 0.46650800108909607, 0.3088168501853943, 0.33897632360458374, 0.6905463933944702, 0.8455585241317749, 1.137791633605957, 1.8205609321594238, 2.14365291595459, 2.282241106033325, 2.641566753387451, 2.9259772300720215, 3.096193790435791, 2.3634893894195557, 1.2073513269424438, 0.7403470873832703, -0.6549133062362671, -1.2672373056411743, -1.0485378503799438, -1.4224885702133179, -1.636644721031189, -1.3706939220428467, -0.981099545955658, -0.7910260558128357, -0.4359763264656067, -0.4898982644081116, -1.113817811012268, -1.3758894205093384, -1.7729142904281616, -1.7076672315597534, -0.9937000870704651, -0.7806503176689148, -0.3048981726169586, 0.3890497386455536, 0.9396101236343384, 1.4239193201065063, 1.8950434923171997, 1.9805421829223633, 1.588368535041809, 0.9405074715614319, 0.4546888470649719, 0.2723257839679718, 0.05448642000555992, -0.16497603058815002, -0.07064113765954971, -0.270430326461792, -0.40622052550315857, -0.05596442148089409, -0.03233654797077179, -0.4369884431362152, -0.7850558757781982, -1.336248517036438, -1.7559475898742676, -1.9627020359039307, -1.9874927997589111, -1.6061080694198608, -1.4955418109893799, -1.213564395904541, -0.639772355556488, -0.14738528430461884, 0.04244625195860863, 0.11880438774824142, 0.172113299369812, -0.1849355846643448, -0.3436655104160309, -0.13112570345401764, -0.10393943637609482, -0.04633007571101189, 0.14029839634895325, 0.4526177942752838, 0.7156689167022705, 0.9638453722000122, 1.1478524208068848, 1.0603280067443848, 0.8063111305236816, 0.424826979637146, 0.09028811007738113, -0.09585577994585037, -0.45255613327026367, -0.73362135887146, -0.7955440878868103, -0.7616528868675232, -0.7311299443244934, -0.5506144165992737, -0.31579795479774475, -0.287981241941452, -0.28376296162605286, -0.11692734807729721, 0.08613455295562744, 0.0676535815000534, 0.009877005591988564, 0.21976542472839355, 0.35712313652038574, 0.4954719841480255, 0.9841052293777466, 1.4131641387939453, 1.605770230293274, 1.7779254913330078, 2.0648701190948486, 2.214930534362793, 2.259680986404419, 2.370798110961914, 1.9608386754989624, 1.0138328075408936, 0.7189598083496094, 0.11796819418668747, -0.5685846209526062, -0.38109686970710754, -0.6324189305305481, -1.0652427673339844, -0.8541880249977112, -0.6696797013282776, -0.7474725246429443, -0.6068209409713745, -0.561069130897522, -1.104396939277649, -1.2926496267318726, -1.290360450744629, -1.3412469625473022, -0.9389581680297852, -0.6494089961051941, -0.390959769487381, 0.09891414642333984, 0.46529820561408997, 0.8172516822814941, 1.0975614786148071, 1.1263854503631592, 0.9313613772392273, 0.6376334428787231, 0.3580116331577301, 0.18145425617694855, 0.12387748062610626, -0.011612792499363422, -0.03000975027680397, -0.10544788837432861, -0.40575897693634033, -0.27600327134132385, -0.38745421171188354, -0.753696620464325, -0.7435600161552429, -1.0184085369110107, -1.1523672342300415, -1.2250795364379883, -1.181825876235962, -0.9628666639328003, -0.9243698120117188, -0.7912912368774414, -0.5707149505615234, -0.4679863750934601, -0.5017545819282532, -0.5210337042808533, -0.3623020350933075, -0.48135095834732056, -0.5162023305892944, -0.270790696144104, -0.1605876237154007, -0.039896655827760696, 0.2719569802284241, 0.5590665936470032, 0.6557255983352661, 0.75687575340271, 0.8428983092308044, 0.7941136360168457, 0.6782572865486145, 0.4276016652584076, 0.20604459941387177, -0.01403462141752243, -0.3162029981613159, -0.4650708734989166, -0.41087037324905396, -0.4075060188770294, -0.4333358108997345, -0.27726805210113525, -0.1602189540863037, -0.08569619804620743, 0.04662087932229042, 0.12330514192581177, 0.1156216412782669, 0.06568387150764465, 0.007135345134884119, 0.20994062721729279, 0.3242325484752655, 0.4021050035953522, 0.6987344026565552, 0.997321605682373, 1.197627067565918, 1.363756775856018, 1.6083686351776123, 1.640790343284607, 1.6321457624435425, 1.76210618019104, 1.5549955368041992, 1.3799316883087158, 1.0543172359466553, 0.6185204982757568, 0.4597986042499542, 0.013575294986367226, -0.14009827375411987, -0.21100308001041412, -0.3382069170475006, -0.5351386666297913, -0.5406375527381897, -0.47350770235061646, -0.6926141381263733, -0.75602126121521, -0.7763664722442627, -1.0265039205551147, -0.9787029027938843, -1.0102955102920532, -0.7781947255134583, -0.5354964137077332, -0.4647817313671112, -0.16306428611278534, 0.039572812616825104, 0.1459130048751831, 0.3357343077659607, 0.4402635991573334, 0.3461149036884308, 0.24271142482757568, 0.18330435454845428, 0.027819575741887093, -0.020467547699809074, -0.1273757666349411, -0.31833338737487793, -0.40331965684890747, -0.46953415870666504, -0.5681367516517639, -0.4791252911090851, -0.46739888191223145, -0.49921923875808716, -0.5354887247085571, -0.5914822816848755, -0.6202363967895508, -0.6022804379463196, -0.5948779582977295, -0.696810781955719, -0.7130372524261475, -0.7040501236915588, -0.6766716837882996, -0.5319570302963257, -0.49813517928123474, -0.465616375207901, -0.41027089953422546, -0.3499169945716858, -0.19649282097816467, -0.03562907129526138, 0.07825794070959091, 0.1458314210176468, 0.25261303782463074, 0.4032398760318756, 0.4818105399608612, 0.5774930715560913, 0.5698717832565308, 0.414661169052124, 0.2568049728870392, 0.13660965859889984, 0.06517206877470016, -0.027113867923617363, -0.07484674453735352, -0.13510069251060486, -0.09312315285205841, -0.0382208414375782, 0.08464432507753372, 0.17181922495365143, 0.17881201207637787, 0.1361146718263626, 0.12786737084388733, 0.09325414896011353, 0.12081657350063324, 0.2178945690393448, 0.26057133078575134, 0.407055526971817, 0.4902714788913727, 0.6813371181488037, 0.9006947875022888, 0.9807472825050354, 0.9642489552497864, 1.1085059642791748, 0.9993802309036255, 0.9446905851364136, 1.117450475692749, 1.1595633029937744, 0.9934120178222656, 0.9129140973091125, 0.7388892769813538, 0.4061889350414276, 0.4568559229373932, 0.18455106019973755, -0.10890106856822968, -0.111534982919693, -0.37413138151168823, -0.5261101722717285, -0.40821245312690735, -0.39427119493484497, -0.5028403997421265, -0.5947772264480591, -0.5162763595581055, -0.697936475276947, -0.7038426995277405, -0.5556647777557373, -0.5425288677215576, -0.46491241455078125, -0.3706340193748474, -0.12173696607351303, -0.03735050559043884, 0.005950151942670345, 0.2165919989347458, 0.1587028205394745, 0.0654330924153328, 0.008821987546980381, -0.19837196171283722, -0.2788296043872833, -0.42260390520095825, -0.5309723615646362, -0.49940451979637146, -0.42361119389533997, -0.5554063320159912, -0.4256364107131958, -0.20827868580818176, -0.331933856010437, -0.3520698547363281, -0.20024113357067108, -0.3248535692691803, -0.5760182738304138, -0.5197060704231262, -0.5135209560394287, -0.6863025426864624, -0.6002976894378662, -0.48924702405929565, -0.4683007001876831, -0.41509053111076355, -0.3578382432460785, -0.2374628186225891, -0.18743743002414703, -0.14852996170520782, -0.07518045604228973, 0.03191933035850525, 0.0047802128829061985, -0.012843681499361992, 0.1959095299243927, 0.27369824051856995, 0.1847316324710846, 0.22427666187286377, 0.3133617639541626, 0.10591963678598404, 0.0737760066986084, 0.08153557777404785, 0.013856912963092327, -0.052698228508234024, -0.106063611805439, -0.06311630457639694, 0.11570394039154053, 0.010381454601883888, 0.18409451842308044, 0.38502228260040283, 0.20603445172309875, 0.07583172619342804, 0.2675987184047699, 0.2004709094762802, 0.18801788985729218, 0.19251036643981934, 0.4159327745437622, 0.4366602897644043, 0.4291716516017914, 0.4823538064956665, 0.6377241611480713, 0.6986939311027527, 0.5178308486938477, 0.7002692818641663, 0.7705181241035461, 0.4356251358985901, 0.5577634572982788, 0.6904169917106628, 0.5570265650749207, 0.44375327229499817, 0.5365565419197083, 0.5940250754356384, 0.4424361288547516, 0.360922634601593, 0.47393783926963806, 0.22121694684028625, 0.15646395087242126, -0.038544662296772, -0.13252724707126617, -0.11480187624692917, -0.28238314390182495, -0.24993935227394104, -0.11598719656467438, -0.1537773609161377, -0.21494662761688232, -0.02417905442416668, 0.10529808700084686, -0.09435563534498215, -0.09471922367811203, 0.020547540858387947, -0.1086772233247757, -0.2309054732322693, -0.2181149572134018, -0.08039359003305435, -0.23918937146663666, -0.3842519521713257, -0.22935360670089722, -0.233191579580307, -0.4500572681427002, -0.3725906014442444, -0.3218754529953003, -0.41814514994621277, -0.36707398295402527, -0.295723021030426, -0.3051905035972595, -0.26558613777160645, -0.30361297726631165, -0.2609935998916626, -0.20264901220798492, -0.4118514060974121, -0.3925737142562866, -0.26511046290397644, -0.505256175994873, -0.5167181491851807, -0.37446290254592896, -0.37372997403144836, -0.3963533937931061, -0.20988480746746063, -0.22513505816459656, -0.2398061752319336, -0.04029012471437454, -0.14123012125492096, -0.1524929255247116, 0.012632204219698906, -0.1547769159078598, -0.1427261233329773, -0.03133917599916458, -0.15570147335529327, -0.10001780092716217, 0.09424284100532532, -0.09568788856267929, -0.1633206456899643, -0.08999031782150269, -0.09342300891876221, -0.07297907024621964, 0.07396631687879562, -0.09242136776447296, -0.01901201345026493, 0.10151398181915283, 0.16577060520648956, 0.002392930444329977, 0.28642845153808594, 0.3192490041255951, 0.13833025097846985, 0.2981679141521454, 0.16975605487823486, 0.35833442211151123, 0.18938280642032623, 0.22911374270915985, 0.3158802092075348, 0.07167860120534897, 0.4197971224784851, 0.2686050534248352, 0.3297037184238434, 0.4017644226551056, 0.42370447516441345, 0.35149049758911133, 0.2404370903968811, 0.25133660435676575, 0.08822686225175858, 0.19727371633052826, 0.01367463730275631, -0.040657900273799896, 0.24822504818439484, -0.09212082624435425, 0.07865284383296967, 0.39478322863578796, 0.15062245726585388, 0.07654201984405518, 0.3737887144088745, 0.14455586671829224, 0.0717640146613121, 0.15600532293319702, 0.20444701611995697, 0.3044707477092743, 0.25745537877082825, 0.2526611089706421, 0.4584115743637085, 0.4096328020095825, 0.3296627998352051, 0.21746930480003357, 0.29931640625, 0.18578660488128662, -0.05130312219262123, 0.10253285616636276, 0.13140061497688293, -0.08537058532238007, -0.20177924633026123, -0.11686979234218597, -0.1313062161207199, -0.3417983651161194, -0.23743154108524323, -0.31003910303115845, -0.36452123522758484, -0.4152962863445282, -0.3322537839412689, -0.29537031054496765, -0.404425710439682, -0.4343278706073761, -0.3031444251537323, -0.4021534323692322, -0.38562238216400146, -0.269671231508255, -0.1194053590297699, -0.18509484827518463, -0.3039846420288086, -0.10919304192066193, -0.08348319679498672, -0.1757158637046814, 0.058888353407382965, -0.1429598480463028, -0.30558133125305176, 0.06545644998550415, 0.11353280395269394, -0.2643972635269165, 0.020571278408169746, -0.031897373497486115, -0.20104224979877472, -0.21020369231700897, -0.3316187262535095, 0.00617761816829443, -0.15235447883605957, -0.3603789806365967, -0.128618061542511, -0.11464203894138336, -0.1619759052991867, -0.1398194134235382, -0.10762089490890503, -0.14007119834423065, -0.1999397575855255, 0.04009145498275757, -0.223514124751091, 0.08338892459869385, 0.09155476838350296, -0.22756119072437286, 0.29262256622314453, 0.2932978570461273, -0.08910715579986572, 0.20091919600963593, 0.571493923664093, -0.01927121914923191, 0.08572332561016083, 0.39531999826431274, 0.4012095630168915, 0.012347985059022903, 0.1288951337337494, 0.3842642903327942, -0.010801450349390507, 0.1642736792564392, -0.15101802349090576, 0.1596950739622116, -0.00147455302067101, -0.2672461271286011, 0.10909335315227509, -0.04510978236794472, -0.010794008150696754, -0.03900488466024399, 0.11656611412763596, -0.10288605093955994, -0.026199841871857643, 0.11553594470024109, -0.010355334728956223, 0.20334367454051971, 0.012788611464202404, 0.3247929513454437, -0.07027047872543335, 0.18488866090774536, 0.4745139479637146, 0.3523585796356201, 0.18962053954601288, 0.2849179804325104, 0.19594261050224304, 0.32893526554107666, 0.31395456194877625, 0.2852002680301666, 0.23191271722316742, -0.0028666993603110313, 0.28372615575790405, 0.026651613414287567, 0.03180406987667084, 0.4454713463783264, 0.04422852769494057, -0.26556161046028137, -0.04109308868646622, -0.30097052454948425, -0.1548617035150528, 0.10300500690937042, -0.344820111989975, -0.17410382628440857, -0.0923437625169754, -0.2591009736061096, -0.30487698316574097, 0.17712938785552979, 0.22284388542175293, -0.15551026165485382, -0.01996522955596447, -0.049613382667303085, -0.29205968976020813, 0.04145367443561554, 0.12377051264047623, -0.1443936675786972, -0.04140716791152954, -0.35401931405067444, -0.16550195217132568, 0.4916374683380127, -0.022446325048804283, -0.02158607728779316, 0.1591673344373703, -0.3068699836730957, -0.11069553345441818, -0.02992464229464531, 0.05154711753129959, -0.047184351831674576, -0.13195033371448517, 0.28398144245147705, -0.42563924193382263, -0.2198670655488968, -0.054014742374420166, -0.10327692329883575, 0.05016123875975609, -0.51444411277771, -0.07948815822601318, -0.14565256237983704, -0.4059957265853882, 0.23679940402507782, 0.09505657851696014, -0.35730424523353577, 0.1096017137169838, -0.2018597275018692, -0.13661456108093262, -0.19135010242462158, 0.11769890040159225, 0.3212948739528656, -0.2591908276081085, -0.09917794913053513, 0.22915895283222198, -0.030355561524629593, -0.09912615269422531, 0.1884942203760147, -0.11955952644348145, -0.27647292613983154, -0.1167578250169754, -0.05428268760442734, 0.1445743292570114, -0.1736905425786972, 0.0006041397573426366, -0.206186443567276, -0.18970099091529846, -0.10801824927330017, -0.21544979512691498, 0.27099326252937317, 0.1398780345916748, -0.33872324228286743, 0.21478350460529327, 0.15477298200130463, -0.15944616496562958, 0.10590720921754837, 0.33918580412864685, -0.19758956134319305, -0.1488306224346161, 0.5287904739379883, 0.3583921492099762, 0.16130153834819794, 0.3150990605354309, 0.1291830688714981, 0.433715283870697, -0.2777610123157501, -0.012556901201605797, 0.4794102609157562, 0.2924850285053253, -0.1602037250995636, -0.17917189002037048, 0.3651581406593323, 0.014763585291802883, 0.03738009184598923, 0.23656685650348663, -0.0659906268119812, -0.34120631217956543, -0.11395056545734406, 0.2754537761211395, 0.07639667391777039, -0.07798982411623001, 0.25939086079597473, 0.017416946589946747, -0.4127368927001953, -0.011706710793077946, 0.5443061590194702, -0.1851818561553955, -0.4577207863330841, -0.19705531001091003, 0.09542299807071686, -0.13818877935409546, 0.3441450893878937, -0.01061677373945713, 0.17259475588798523, 0.17720597982406616, -0.3420252203941345, 0.21938665211200714, 0.6035640239715576, -0.21057337522506714, -0.1744946837425232, 0.5095425248146057, -0.34116581082344055, -0.15380127727985382, 0.4578821063041687, 0.46349677443504333, -0.275217205286026, -0.39630618691444397, 0.04430870711803436, 0.06151134520769119, -0.15617896616458893, -0.21026268601417542, 0.05288545787334442, -0.26195040345191956, -0.2838099002838135, -0.12348464876413345, 0.12195003777742386, 0.1970786154270172, -0.19913741946220398, 0.03570029139518738, -0.11235042661428452, -0.3063095211982727, 0.38895949721336365, -0.3679479956626892, 0.43715226650238037, -0.5014533400535583, -0.20503294467926025, 0.38256964087486267, -0.41446077823638916, 0.08525393158197403, 0.5520065426826477, -0.2127542942762375, -0.3900604844093323, 0.07210094481706619, 0.07009407877922058, 0.04001852124929428, -0.3062712848186493, 0.21712800860404968, -0.1636868268251419, -0.08865371346473694, -0.3469478487968445, 0.2661742866039276, -0.0637306198477745, -0.008019750006496906, -0.19149595499038696, -0.34417176246643066, 0.08384774625301361, 0.05518931895494461, 0.14734387397766113, 0.06028255820274353, 0.2573834955692291, -0.10219715535640717, -0.0808074101805687, 0.6654312610626221, -0.13699306547641754, -0.6244962215423584, 0.8393235802650452, 0.17002347111701965, -0.6213501691818237, 0.5974060893058777, 0.3900178074836731, -0.39930129051208496, 0.07340968400239944, 0.07355786859989166, 0.042724721133708954, 0.052109748125076294, -0.12457214295864105, 0.1849641650915146, 0.05114574357867241, -0.23461876809597015, 0.017616992816329002, 0.23883968591690063, -0.5007089972496033, 0.12977856397628784, 0.1514693796634674, -0.45429155230522156, 0.16331824660301208, 0.2476269155740738, -0.2416723370552063, -0.2805546820163727, -0.023503759875893593, -0.20039692521095276, 0.3612416386604309, 0.231868177652359, -0.27822375297546387, 0.15995745360851288, 0.071406789124012, -0.549825131893158, 0.25826573371887207, 0.420783132314682, -0.3288207948207855, -0.10277678072452545, 0.0329437218606472, 0.07370031625032425, 0.084620401263237, -0.2493075579404831, 0.49005183577537537, 0.15863601863384247, -0.9947620034217834, 0.2803437411785126, 0.43430909514427185, -0.5113991498947144, 0.2643112540245056, 0.284316748380661, -0.4886956214904785, -0.2964765429496765, 0.2242288440465927, -0.04906376823782921, -0.14015352725982666, 0.2351718544960022, -0.2049976885318756, 0.2921377122402191, 0.03578513488173485, -0.06649789214134216, 0.1409541368484497, 0.2612110376358032, -0.38964495062828064, -0.17132353782653809, 0.3040717542171478, -0.38824599981307983, 0.4377886950969696, 0.25470903515815735, -0.33014145493507385, 0.0865815058350563, -0.34187406301498413, -0.25254935026168823, 0.10502748936414719, -0.1263899803161621, 0.41290491819381714, 0.03820300102233887, -0.34479445219039917, 0.04569179564714432, 0.3998611569404602, -0.14308558404445648, -0.45222803950309753, 0.3065047264099121, -0.01350482739508152, -0.5464186668395996, 0.09716981649398804, 0.7542917132377625, -0.17887865006923676, 0.06026507169008255, -0.10175733268260956, 0.22161003947257996, 0.007966095581650734, -0.35709744691848755, 0.6550305485725403, -0.027159538120031357, -0.1213427409529686, 0.04832584783434868, 0.3782988488674164, -0.11883510649204254, 0.10665735602378845, 0.276741623878479, -0.25066640973091125, 0.01840948313474655, -0.20477735996246338, 0.13499604165554047, 0.6252884268760681, -0.12960371375083923, 0.17045608162879944, 0.24648591876029968, -0.23545287549495697, -0.6337919235229492, 0.5634594559669495, 0.1751684844493866, -0.7501482367515564, 0.6021607518196106, 0.1331949084997177, -0.4065232574939728, 0.28125128149986267, 0.08478078991174698, -0.502714991569519, 0.06767996400594711, -0.13636267185211182, -0.016304494813084602, 0.1590951532125473, 0.3235522508621216, -0.16746880114078522, 0.004734566900879145, -0.08914319425821304, -0.06444940716028214, 0.06163077801465988, -0.08426282554864883, -0.08869475871324539, -0.03593695908784866, 0.1582452654838562, -0.1210409477353096, -0.1896171271800995, -0.21018722653388977, -0.05459180474281311, 0.06785406917333603, 0.36069899797439575, -0.46283474564552307, 0.04207242652773857, 0.033794794231653214, -0.16882383823394775, 0.22052744030952454, -0.7348446846008301, 0.09906085580587387, -0.1128234788775444, -0.06793954223394394, 0.258063942193985, -0.22180357575416565, -0.03712502866983414, -0.025466188788414, -0.0516442209482193, -0.21113769710063934, -0.0051273806020617485, 0.5373912453651428, -0.2808866798877716, -0.43634033203125, 0.5893638730049133, -0.387177973985672, -0.09075557440519333, 0.17128871381282806, -0.4614101052284241, 0.18368563055992126, -0.045687902718782425, 0.3852888345718384, -0.1219807118177414, -0.21305258572101593, 0.22177958488464355, 0.0864558070898056, -0.057659950107336044, -0.3220115303993225, 0.3305586576461792, -0.049892034381628036, -0.15454544126987457, 0.21159648895263672, 0.04020951688289642, -0.016503140330314636, 0.540886640548706, -0.3252254128456116, -0.20041346549987793, 0.29403573274612427, -0.13214093446731567, 0.21223224699497223, 0.14080828428268433, 0.08171463757753372, -0.2724379301071167, 0.14014963805675507, 0.2798402011394501, -0.02726086787879467, 0.3127457797527313, -0.0428248830139637, -0.17819322645664215, 0.04094008728861809, -0.3536187708377838, 0.461432546377182, 0.27436864376068115, -0.6048063635826111, 0.23950378596782684, 0.36339759826660156, -0.3036603033542633, -0.13102856278419495, 0.5928576588630676, 0.050618018954992294, -0.8410195112228394, 0.6073796153068542, 0.19870559871196747, -0.6176855564117432, 0.7288190126419067, 0.1137215867638588, -0.43264544010162354, -0.2174268215894699, 0.3064432740211487, -0.24848762154579163, -0.31942424178123474, 0.3855348229408264, 0.028900424018502235, -0.1945749670267105, 0.11428653448820114, 0.09169431775808334, -0.47155624628067017, 0.257766455411911, 0.1942768096923828, -0.2415720820426941, -0.09653875231742859, 0.10309866070747375, -0.37468650937080383, -0.11938678473234177, 0.2735598683357239, -0.462737500667572, 0.025195658206939697, 0.5304551124572754, -0.1449281871318817, -0.20873257517814636, 0.3813442289829254, 0.09742238372564316, -0.3917878568172455, -0.04496516287326813, 0.2917446196079254, -0.22757109999656677, 0.022351687774062157, 0.15406422317028046, 0.10152849555015564, 0.01583477482199669, 0.04512903839349747, -0.08976763486862183, -0.16280630230903625, -0.05703207477927208, 0.007032579742372036, 0.09440752118825912, -0.06436192244291306, -0.0546269528567791, 0.10157160460948944, -0.06730946898460388, -0.035226624459028244, 0.17151027917861938, 0.033029429614543915, 0.3605467677116394, -0.09473910182714462, -0.1800822615623474, 0.012779345735907555, 0.004658113699406385, -0.15647967159748077, -0.07009769976139069, 0.012302041053771973, 0.26544880867004395, 0.11742942035198212, 0.1106758639216423, 0.09129510819911957, -0.16750657558441162, -0.08133786916732788, -0.09551756829023361, -0.3048924207687378, -0.10312779992818832, 0.09094659239053726, 0.14746828377246857, 0.18888919055461884, 0.09147839993238449, 0.014083325862884521, 0.08524882793426514, -0.04703804478049278, -0.18445532023906708, -0.23453347384929657, -0.3118739426136017, 0.09837718307971954, 0.004758812952786684, 0.013447175733745098, 0.5141825675964355, 0.1349833607673645, -0.17029637098312378, -0.04250388219952583, 0.13076864182949066, -0.3713478147983551, -0.07395676523447037, -0.01787296123802662, -0.3576405346393585, 0.1487429291009903, 0.12072985619306564, 0.3740895092487335, 0.16949301958084106, 0.013225196860730648, 0.19078664481639862, -0.10229359567165375, -0.22871385514736176, -0.1809578835964203, -0.1603681743144989, -0.12369559705257416, -0.0013851769035682082, 0.10549692809581757, 0.22132620215415955, 0.2679048776626587, 0.15174801647663116, 0.08651892095804214, 0.007489041890949011, -0.20732393860816956, -0.3138299584388733, -0.19405631721019745, -0.10536491870880127, -0.14637894928455353, 0.22450761497020721, 0.3077772259712219, 0.03951701894402504, 0.12277015298604965, 0.20829729735851288, 0.12858517467975616, -0.029308423399925232, -0.19607144594192505, -0.1489180475473404, -0.21521227061748505, -0.21898379921913147, -0.009730052202939987, 0.07767727971076965, 0.0846719741821289, 0.20616069436073303, 0.30908307433128357, 0.048662666231393814, -0.12935771048069, 0.011292045935988426, -0.07171431183815002, -0.3940887749195099, -0.19164736568927765, 0.12161161005496979, -0.07221614569425583, 0.05260877311229706, 0.25062939524650574, 0.20259009301662445, 0.04079582542181015, 0.11169461905956268, 0.1587154120206833, -0.023097213357686996, -0.06571031361818314, -0.032024890184402466, -0.12109000980854034, -0.18956725299358368, -0.04880136996507645, 0.0969400480389595, 0.051151301711797714, 0.08412036299705505, 0.09131966531276703, 0.0171525739133358, 0.0532873272895813, -0.021779805421829224, -0.1314985305070877, -0.053840797394514084, -0.087977834045887, -0.0708775743842125, 0.013618258759379387, 0.050218962132930756, 0.05045037716627121, -0.011826599948108196, 0.062493033707141876, -0.009660369716584682, -0.04326788708567619, -0.004515344742685556, -0.02884357050061226, -0.05867968127131462, -0.06381828337907791, -0.029018264263868332, -0.02957148104906082, -0.13354429602622986, -0.010096040554344654, 0.10230441391468048, -0.019718365743756294, 0.06479182094335556, 0.1200232058763504, -0.025238152593374252, -0.00846828706562519, 0.0121409697458148, -0.04426784813404083, -0.05854253098368645, -0.05983595550060272, 0.04015905782580376, 0.02204270288348198, 0.05582800507545471, 0.06215103343129158, 0.08916595578193665, 0.029143355786800385, -0.08470289409160614, -0.0593339204788208, -0.02990073338150978, -0.091867595911026, -0.040748752653598785, 0.008511512540280819, -0.08650961518287659, -0.01560091134160757, 0.045144014060497284, 0.020089223980903625, -0.04428474232554436, -0.025219695642590523, -0.017700832337141037, -0.08166245371103287, -0.08306750655174255, -0.08775763213634491, -0.10490278899669647, -0.06547793745994568, -0.03374333307147026, -0.02662692219018936, 0.03549985587596893, 0.037177156656980515, -0.018041199073195457, -0.007699104491621256, 0.005287609528750181, -0.058700837194919586, -0.05457132309675217, -0.022038638591766357, -0.06434788554906845, 0.004967537242919207, 0.03463787958025932, 0.0219748355448246, 0.0400991253554821, 0.01837959699332714, 0.029607051983475685, 0.002985467668622732, 0.02067037858068943, 0.039386335760354996, -0.0015550480457022786, 0.00028797663981094956, -0.012585637159645557, -0.02122502774000168, 0.02040521427989006, 0.040153831243515015, 0.014687898568809032, 0.0036058828700333834, 0.026437316089868546, 0.06925054639577866, 0.030323103070259094, 0.08895900845527649, 0.06859026104211807, 0.06795881688594818, 0.11628745496273041, 0.10558219254016876, 0.15629060566425323, 0.13471266627311707, 0.09210854768753052, 0.09714425355195999, 0.05198913440108299, 0.054296109825372696, 0.11734885722398758, 0.06383251398801804, 0.08591300994157791, 0.046640053391456604, 0.012044074013829231, 0.03580721467733383, 0.01714433915913105, -0.008941857144236565, -0.028242800384759903, -0.021942855790257454, -0.004073824733495712, 2.568191916907381e-07, 0.025992605835199356, 0.02304599992930889, 0.007966813631355762, -0.018824152648448944, -0.0026375893503427505, -0.009487921372056007, -0.00011369194544386119, -0.0034644021652638912, 0.022119835019111633, -0.026801424100995064, -0.05522691458463669, -0.013509294018149376, -0.03220391646027565, -0.051125045865774155, -0.009048562496900558, 0.02502804808318615, -0.05316689983010292, -0.019408123567700386, 0.013566413894295692, -0.06345481425523758, -0.041867658495903015, -0.008981863036751747, -0.06151313707232475, -0.052748095244169235, 0.05242544785141945, 0.03152715787291527, -0.05136369541287422, -0.05280417948961258, -0.01635105535387993, -0.06253626942634583, -0.07707525044679642, -0.04532499238848686, -0.0746692419052124, -0.05210645869374275, -0.031118284910917282, 0.028715286403894424, -0.021013924852013588, -0.0582689605653286, -0.01297531183809042, -0.02679065242409706, -0.05086001753807068, -0.01867573894560337, -0.019352421164512634, -0.04494067654013634, -0.04232638701796532, -0.04160723090171814, -0.03905347362160683, -0.08559150248765945, -0.05933425948023796, -0.059189509600400925, -0.025098009034991264, 0.021034860983490944, 0.012998477555811405, 0.015217142179608345, -0.005265379324555397, -0.012085504829883575, 0.01260294858366251, -0.02320217527449131, -0.03847712650895119, -0.05332086980342865, -0.03663947805762291, 0.016310589388012886, -0.025081302970647812, -0.04660748317837715, -0.010114382021129131, -0.0032717164140194654, 0.011063873767852783, 0.021872492507100105, 0.030363526195287704, 0.05200843885540962, 0.021136565133929253, 0.018134843558073044, 0.005597598385065794, -0.00958431325852871, -0.010260295122861862, 0.018372882157564163, -0.0008917958475649357, -0.002952257636934519, 0.04203272610902786, -0.019979845732450485, -0.034118663519620895, 0.010328693315386772, 0.03952479362487793, 0.03560156747698784, 0.03473921865224838, 0.07078006863594055, 0.041788842529058456, 0.03543268144130707, 0.04725504294037819, 0.015811709687113762, 0.012746614404022694, -0.00039445210131816566, -0.009970893152058125, 0.010078742168843746, 0.02537548542022705, 0.015120171010494232, 0.04222419485449791, 0.03460077941417694, -0.013190156780183315, 0.023597463965415955, 0.06556455045938492, -0.001020942348986864, -0.010280720889568329, 0.05794912204146385, 0.0006169010302983224, -0.016382718458771706, -0.0049794684164226055, -0.03346285596489906, -0.017008613795042038, 0.011791322380304337, 0.04096994176506996, 0.023457353934645653, 0.02976640872657299, 0.06751254200935364, 0.04784680902957916, 0.060499660670757294, 0.06133461371064186, 0.04694989696145058, 0.033764537423849106, 0.011331900022923946, 0.013557187281548977, 0.028938710689544678, -0.02558962069451809, -0.018573636189103127, -0.011331290937960148, -0.022240260615944862, -0.0048085846938192844, -0.033283233642578125, -0.01691542938351631, -0.03298763185739517, -0.038454536348581314, -0.009764797985553741, -0.00660104863345623, -0.027724305167794228, 0.004184844437986612, 0.003181427251547575, -0.0022552688606083393, 0.022618580609560013, -0.006696865428239107, -0.04633147642016411, -0.011822222732007504, 0.005716900806874037, -0.03494571894407272, -0.033224355429410934, -0.02020062878727913, -0.03403300791978836, -0.004377996549010277, 0.00232810340821743, 0.008619897067546844, 0.014826136641204357, 0.03332611173391342, 0.01862870715558529, 0.016103548929095268, 0.004284576512873173, 0.00865880586206913, -0.01296985987573862, -0.03982221707701683, -0.014882023446261883, -0.020943671464920044, -0.03203212469816208, -0.01674680784344673, 0.014258121140301228, 0.01697777397930622, 0.013889764435589314, 0.058875247836112976, 0.026713857427239418, 0.016124894842505455, 0.06699463725090027, 0.04185207188129425, 0.00495450384914875, 0.022343143820762634, 0.000393169786548242, -0.01664143055677414, 0.01012669038027525, -0.008119708858430386, -0.015956774353981018, -0.0011440622620284557, -0.02225126326084137, 0.008633162826299667, 0.022073768079280853, -0.012488323263823986, 0.021286064758896828, -0.013937150128185749, -0.015833135694265366, 0.0014835994224995375, -0.034525297582149506, -0.0356939323246479, -0.049978919327259064, -0.030140092596411705, -0.011447487398982048, -0.04394625872373581, -0.05370180681347847, -0.06842982023954391, -0.08383964002132416, -0.030187245458364487, -0.004444204270839691, -0.020837439224123955, 0.009676333516836166, 0.010800887830555439, -0.004595632664859295, -0.007345131132751703, -0.00825418159365654, -0.01816735602915287, -0.07061965763568878, -0.050340764224529266, -0.041560813784599304, -0.05250842496752739, -0.010819223709404469, -0.016448650509119034, -0.04291163384914398, -0.009820003062486649, -0.008516133762896061, -0.022629402577877045, -0.012161513790488243, -0.011566778644919395, -0.025697093456983566, -0.0228837039321661, -0.03891110420227051, -0.06745728850364685, -0.053499381989240646, -0.035665929317474365, -0.029401900246739388, 0.0017722230404615402, -0.009650125168263912, -0.0507989339530468, -0.043527767062187195, -0.015583568252623081, -0.018081387504935265, -0.008173922076821327, -0.005833431612700224, -0.014983191154897213, 0.011125579476356506, 0.030592208728194237, 0.029956534504890442, 0.034157052636146545, 0.015191974118351936, 0.0020251628011465073, 0.02071714587509632, 0.012986649759113789, 0.04150424525141716, 0.059972237795591354, 0.050673115998506546, 0.053027670830488205, 0.09540314227342606, 0.1464434415102005, 0.1289588063955307, 0.1357404738664627, 0.12174738943576813, 0.09400942921638489, 0.08304651826620102, 0.07179861515760422, 0.07445398718118668, 0.0715760812163353, 0.03547574207186699, 0.030022038146853447, 0.03193942829966545, 0.02057640627026558, 0.042416904121637344, 0.038565389811992645, 0.03235956281423569, 0.03278619050979614, 0.017747554928064346, 0.01802888698875904, 0.01826835796236992, -0.0036350907757878304, -0.0019120604265481234, 2.7505440812092274e-05, -0.003705561626702547, -0.0053938389755785465, -0.005676457192748785, 0.010642086155712605, -0.013487736694514751, -0.024595407769083977, -0.005952382460236549, 0.0015980814350768924, -0.004504001699388027, -0.017990902066230774, 0.0016446796944364905, 0.007053961977362633, -0.001777965109795332, 0.02260463312268257, 0.001050941995345056, -0.022763002663850784, -0.026874953880906105, -0.040262628346681595, -0.06615537405014038, -0.04263948276638985, -0.032161030918359756, -0.05526338890194893, -0.046690620481967926, -0.02131996676325798, -0.030989984050393105, -0.024358753114938736, -0.010656001977622509, -0.037483979016542435, -0.04926912114024162, -0.046855952590703964, -0.052130524069070816, -0.043937936425209045, -0.014818795956671238, -0.010747629217803478, -0.03511245921254158, -0.0034386836923658848, -0.013449518010020256, -0.01905451901257038, 0.001738275052048266, -0.016757190227508545, -0.0235986839979887, -0.02167349122464657, -0.01338164508342743, -0.022611025720834732, -0.026010511443018913, -0.012793028727173805, -0.020858287811279297, -0.005759555846452713, -0.006006773095577955, 0.015884531661868095, 0.032741811126470566, -0.0031082916539162397, -0.01450928021222353, -0.00046382841537706554, 0.002737196162343025, 0.003893309272825718, 0.022118547931313515, 0.01751832664012909, 0.010064607486128807, -0.0010757226264104247, -0.0015531167155131698, 0.0016237787203863263, -0.002832746133208275, -0.0035196805838495493, 0.004126510117202997, 0.0008903085836209357, 0.0018581910990178585, 0.004811523947864771, 0.005857113283127546, 0.01988561637699604, 0.003592283930629492, -0.008181661367416382, 0.0034867520444095135, -0.0034655332565307617, -0.01849564164876938, -0.011023903265595436, -0.00560779357329011, -0.015688439831137657, 0.007464390713721514, 0.022226693108677864, 0.012456687167286873, 0.024934232234954834, 0.024790717288851738, 0.021199945360422134, -0.001821510144509375, -0.0010926650138571858, -0.018674034625291824, -0.01193111389875412, 0.003254972631111741, -0.018422769382596016, 0.0035551846958696842, 0.021706556901335716, 0.010342773050069809, 0.019045189023017883, 0.02145034819841385, 0.00938602164387703, 0.007442336529493332, 0.0031878638546913862, -0.018287161365151405, -0.014879639260470867, -0.01327048521488905, -0.0051904162392020226, 0.0029677788261324167, -0.001607643673196435, -0.006894569844007492, -0.006369478534907103, -0.014833210036158562, -0.029632098972797394, -0.01996411569416523, -0.01794927753508091, -0.013989359140396118, -0.0055648572742938995, -0.0033185880165547132, -0.003717178711667657, -0.00230964133515954, -0.0033159854356199503, 0.005724448245018721, 0.0175151489675045, 0.0061700907535851, 0.009048929437994957, 0.008464210666716099, 0.001002409029752016, 0.011698856018483639, 0.021984238177537918, -0.0004875335143879056, 0.01103649940341711, 0.008412416093051434, -0.0038801920600235462, 0.005234182812273502, 0.007908450439572334, -0.007276051677763462, -0.002866071183234453, 0.003271121997386217, -0.013872181065380573, -0.0023503564298152924, 0.0014710956020280719, -0.002860541455447674, 0.004599191248416901, -0.0032336937729269266, -0.0038390611298382282, -0.009229942224919796, -0.0038445070385932922, -0.014225888065993786, -0.01578407548367977, -0.009567786008119583, -0.010347722098231316, 0.0065711080096662045, 0.00565058458596468, 0.011658289469778538, 0.03004556894302368, 0.013059255667030811, 0.00407731719315052, 0.01911555789411068, -0.00018680580251384526, -0.012223919853568077, 0.004323936067521572, 0.012005383148789406, 0.025002731010317802, 0.030219973996281624, 0.039766523987054825, 0.03650813177227974, 0.03942359238862991, 0.04346250742673874, 0.04461870715022087, 0.02667739801108837, 0.02749975211918354, 0.029472170397639275, 0.017064131796360016, 0.01667490042746067, 0.026134658604860306, 0.03362264856696129, 0.024425702169537544, 0.01994089037179947, 0.008448422886431217, 0.007056684698909521, 0.015297272242605686, 0.008461683988571167, 0.007083635777235031, -0.005046109203249216, 0.007839892990887165, 0.003304124576970935, 0.006633260287344456, 0.015733806416392326, 0.024935802444815636, 0.031014196574687958, 0.018135488033294678, 0.026539165526628494, 0.01803385093808174, -0.012153551913797855, -0.01307273656129837, -0.013953006826341152, -0.02464938908815384, -0.015413811430335045, -0.0076715643517673016, -0.009569699876010418, -0.009032758884131908, -0.022110622376203537, -0.030912697315216064, -0.03599858656525612, -0.03435314819216728, -0.04358088597655296, -0.04309719055891037, -0.03547446057200432, -0.03864012286067009, -0.03900076448917389, -0.02716149017214775, -0.039367783814668655, -0.04393220320343971, -0.030989430844783783, -0.034199632704257965, -0.041297558695077896, -0.04314253851771355, -0.03737245872616768, -0.04685937985777855, -0.04598752409219742, -0.023069584742188454, -0.028873570263385773, -0.021582499146461487, -0.020891927182674408, -0.00863830279558897, -0.0020215269178152084, -0.01747271791100502, -0.022653358057141304, -0.01378252450376749, -0.03098439984023571, -0.029877381399273872, -0.015268035233020782, -0.014264238998293877, -0.032975055277347565, -0.029507191851735115, 0.007997876033186913, 0.0014923952985554934, 0.014848431572318077, 0.021989084780216217, 0.0037210185546427965, 0.0065511614084243774, 0.0013083100784569979, 0.00010214026406174526, 0.00237304181791842, -0.0007153094047680497, -0.0010070230346173048, 0.005214625503867865, 0.005951518192887306, -0.0036970421206206083, 0.024223599582910538, 0.06386657804250717, 0.07107917219400406, 0.07494211196899414, 0.06120189651846886, 0.05976099520921707, 0.05463359132409096, 0.03520436957478523, 0.025106564164161682, -0.0018131595570594072, -0.004308395087718964, -0.016287442296743393, -0.029864957556128502, -0.02069247141480446, -0.010847005993127823, 0.0010253009386360645, 0.009427967481315136, -0.0077132354490458965, -0.021879391744732857, -0.014886598102748394, -0.0022638055961579084, -0.007498462218791246, -0.007484270725399256, -0.0053714062087237835, -0.005135239101946354, 0.006591165438294411, 0.01487038191407919, -0.009911169297993183, -0.031139429658651352, -0.016363631933927536, -0.019247042015194893, -0.028643809258937836, -0.03577243909239769, -0.04120767116546631, -0.03310045599937439, -0.008515210822224617, 0.0009146344382315874, 0.012078610248863697, 0.017955968156456947, 0.014931222423911095, 0.016016481444239616, 0.015542498789727688, 0.009168889373540878, -0.005389638245105743, -0.028298981487751007, -0.03362014889717102, -0.0206895861774683, -0.017779046669602394, -0.03373866155743599, -0.03201333433389664, -0.02486059069633484, -0.0011763789225369692, 0.01699753664433956, 0.011916562914848328, 0.018457485362887383, 0.017913727089762688, 0.011421579867601395, 0.017344122752547264, 0.004537284839898348, -0.01340818777680397, 0.015599356964230537, 0.04991555213928223, 0.0435246042907238, 0.05620109662413597, 0.08617306500673294, 0.0858367308974266, 0.07074558734893799, 0.0766969844698906, 0.08559080958366394, 0.07319463789463043, 0.06548658013343811, 0.06448598206043243, 0.04418687894940376, 0.03442651405930519, 0.042366884648799896, 0.0427340529859066, 0.037858616560697556, 0.02066905051469803, 0.011455410160124302, -0.00035686916089616716, -0.009682067669928074, -0.006476294714957476, -0.0040093399584293365, -0.0013494450831785798, 0.0001404291979270056, -0.006000213790684938, 0.004394372459501028, 0.009235256351530552, -0.000717875431291759, 0.006499382201582193, 0.016901712864637375, 0.007984009571373463, 0.0008385481196455657, 0.010151681490242481, 0.004783164709806442, -0.0044565265998244286, 0.001607699552550912, 0.002289453987032175, -0.009458695538341999, -0.015154978260397911, -0.01527387835085392, -0.019053559750318527, -0.021739592775702477, -0.012738808058202267, -0.005245645996183157, -0.005249238107353449, -0.0007269751513376832, -0.007079439237713814, -0.016365164890885353, -0.0037760876584798098, -0.03296617045998573, -0.055801644921302795, -0.06707223504781723, -0.06598973274230957, -0.05799521133303642, -0.04288230091333389, -0.03208506479859352, -0.03383362293243408, -0.03139359503984451, -0.030972937121987343, -0.022110281512141228, -0.012639036402106285, -0.033232808113098145, -0.05315692722797394, -0.06032734364271164, -0.05432630702853203, -0.037580154836177826, -0.009832032024860382, 0.005355571396648884, 0.007474350742995739, 0.006850898265838623, 0.0115760313346982, 0.0017868403811007738, -0.00592918461188674, 0.0024317593779414892, -0.009733552113175392, -0.008055443875491619, -0.009762120433151722, -0.002405244391411543, 0.0007429190445691347, 0.0027588889934122562, 0.016809605062007904, 0.0008260763133876026, -0.005320101510733366, -0.002545413328334689, -0.008612415753304958, -0.004727647639811039, -0.004381944425404072, -0.01828930340707302, -0.011101801879703999, -0.00470188120380044, -0.006935016252100468, 0.0009959035087376833, 0.013317273929715157, 0.008832246996462345, 0.02232062630355358, 0.02294868230819702, 0.018612757325172424, 0.010744129307568073, 0.017216959968209267, 0.027359304949641228, 0.020645437762141228, 0.010481209494173527, -0.0010083939414471388, -0.0074451519176363945, -0.008335467427968979, -0.007668371312320232, -0.009698985144495964, -0.011807600036263466, -0.0071322121657431126, -0.011675698682665825, -0.010766979306936264, -0.0008853657054714859, -0.0003240671649109572, -0.00583292543888092, -0.011341270990669727, 0.0014079755637794733, -0.002130886074155569, -0.005403874907642603, 0.011312432587146759, 0.013658172450959682, 0.016628624871373177, 0.03083457238972187, 0.018766896799206734, 0.0008283485076390207, 0.007700641639530659, -0.0009211978176608682, -0.003927704878151417, -0.0033664503134787083, 0.00691012991592288, 0.007729414384812117, 0.01535006146878004, 0.03115452453494072, 0.022884849458932877, 0.013094979338347912, 0.01963326893746853, 0.009548315778374672, -0.007694154512137175, -0.004765890073031187, -0.00032940119854174554, 0.002938425401225686, 0.021493026986718178, 0.013707544654607773, 0.016030479222536087, 0.015551493503153324, 0.015543821267783642, 0.010700935497879982, 0.010134834796190262, 0.002488196361809969, -0.01244617160409689, -0.006778563838452101, 0.00445669237524271, -0.00012432373478077352, 0.006699096877127886, 0.009141745045781136, 0.009830059483647346, 0.023394275456666946, 0.020463133230805397, 0.010538090020418167, 0.016098134219646454, 0.008085586130619049, -0.0022175791673362255, -0.0009595387964509428, -0.007133263163268566, -0.010358412750065327, -0.0061074295081198215, 0.002425921382382512, 0.0019827496726065874, 0.004357840400189161, 0.0010144122643396258, -0.00040341130807064474, -0.00777454674243927, -0.019132055342197418, -0.021970480680465698, -0.03669128194451332, -0.033511221408843994, -0.03423663228750229, -0.026119859889149666, 0.0006554470164701343, 0.03215312585234642, 0.031149957329034805, 0.02427033521234989, 0.018545247614383698, 0.005185099318623543, -0.005066929385066032, -0.004795535933226347, -0.011118393391370773, -0.009466641582548618, -0.0035743548069149256, -0.022715624421834946, -0.020456617698073387, -0.01984703354537487, -0.02708158828318119, -0.0228453129529953, -0.02813396230340004, -0.032239027321338654, -0.027293197810649872, -0.025396158918738365, -0.030344223603606224, -0.024440854787826538, -0.0038682655431330204, -0.0033237009774893522, -0.0033706054091453552, -0.004929382354021072, -0.01064653042703867, -0.007213507313281298, -0.01664864458143711, -0.007761990651488304, -0.00733267143368721, -0.012711096554994583, -0.007251538801938295, -0.0013379666488617659, -0.0032663436140865088, 0.004401249345391989, 0.04462578892707825, 0.0559253916144371, 0.06173066049814224, 0.07520648837089539, 0.06409952789545059, 0.05194942653179169, 0.03961675986647606, 0.02944345586001873, 0.020929839462041855, 0.022462068125605583, 0.02312355861067772, 0.008224953897297382, 0.00467006815597415, 0.010600939393043518, -0.0020799979101866484, 0.044651471078395844, -0.020534275099635124, -0.001891479711048305, 0.036851607263088226, 0.014335927553474903, 0.013231991790235043, 0.01730775274336338, 0.013733917847275734, 0.00548540148884058, -0.004819553345441818, 0.0016689071198925376, -0.014267262071371078, -0.008707195520401001, -0.00791351217776537, -0.014747757464647293, -0.025726860389113426, -0.024272609502077103, -0.019829582422971725, -0.017160741612315178, -0.007849478162825108, -0.019977113232016563, -0.045850399881601334, -0.002679628785699606, -0.023868225514888763, -0.015128605999052525, -0.00877330731600523, 0.00014283382915891707, -0.0106738843023777, -0.007816552184522152, 0.005882663186639547, -0.011986483819782734, -0.014477315358817577, -0.011044503189623356, -0.027097104117274284, -0.02822931297123432, -0.022900931537151337, -0.006106622517108917, -0.017394691705703735, -0.0135225560516119, 0.003647063858807087, -0.0025663557462394238, -0.013050748966634274, -0.023899894207715988, -0.044414252042770386, -0.04474904388189316, -0.02718435414135456, -0.022939367219805717, 0.00580957205966115, 0.02359452098608017, 0.019023161381483078, 0.046902239322662354, 0.0636640414595604, 0.0559411346912384, 0.04676377400755882, 0.04325171932578087, 0.026913320645689964, 0.0020138160325586796, 0.007436648011207581, -0.0017881072126328945, -0.0007955119363032281, 0.0010349570075049996, 0.0025630334857851267, -0.007186742965131998, -0.009375124238431454, -0.0014901614049449563, -0.00962888728827238, -0.02015402913093567, -0.02851753681898117, -0.03398042917251587, -0.03628696873784065, -0.029678096994757652, -0.02604025788605213, -0.015114954672753811, -0.015453467145562172, -0.006302447058260441, 0.0034088552929461002, 0.013552498072385788, 0.004178827162832022, -0.0012019660789519548, 0.0019329121569171548, 0.009960240684449673, 0.0050560967065393925, -0.0020209457725286484, -0.005156493745744228, -0.0024593956768512726, -0.008691065944731236, -0.005888750310987234, -0.004548010416328907, -0.009518619626760483, -0.005017472431063652, -0.008884606882929802, -0.010785110294818878, -0.005985109601169825, -0.015947693958878517, -0.014619720168411732, -0.012803992256522179, -0.016533544287085533, -0.007031987886875868, -0.006413070950657129, -0.004961487837135792, -0.007219103630632162, -0.011410942301154137, -0.005519198719412088, -0.006005094386637211, 0.006038203369826078, 0.007201194763183594, 0.022157270461320877, 0.029123058542609215, 0.0465431772172451, 0.0588734969496727, 0.07020813226699829, 0.07978226989507675, 0.07644777745008469, 0.0690581426024437, 0.05754188075661659, 0.041513048112392426, 0.03457709029316902, 0.027755286544561386, 0.02147795259952545, 0.01534336619079113, 0.009989249520003796, 0.0030478222761303186, 0.001122917397879064, 0.007465653121471405, 0.0022666354198008776, -0.010289079509675503, -0.01404284592717886, -0.02911604382097721, -0.037931594997644424, -0.03229266032576561, -0.025330491364002228, -0.01847599819302559, -0.01134618278592825, -0.006634294521063566, -0.006759775802493095, 0.009617220610380173, 0.012767915613949299, -0.00941335130482912, -0.01742955669760704, -0.02471095509827137, -0.02505512908101082, -0.007874865084886551, 0.010451531037688255, 0.01970972865819931, 0.024550244212150574, 0.030131740495562553, 0.024808775633573532, 0.021970544010400772, 0.026583779603242874, 0.020690660923719406, 0.01137072779238224, 0.006205582991242409, -0.010194511152803898, -0.027775857597589493, -0.03004704788327217, -0.033424317836761475, -0.03498290851712227, -0.02212171070277691, -0.01149503979831934, -0.020783916115760803, -0.026658765971660614, -0.018554240465164185, -0.007203740533441305, -0.005004179198294878, 0.0028073382563889027, 0.005126636009663343, -0.0018854215741157532, 0.003893309971317649, 0.011798061430454254, 0.0003142821369692683, -0.010950791649520397, -0.01882181502878666, -0.022348223254084587, -0.0020352969877421856, 0.012779440730810165, 0.010381406173110008, -0.0004615360521711409, -0.0136640015989542, -0.005422346759587526, 0.008623621426522732, 0.010606621392071247, 0.010387813672423363, 0.007946474477648735, 0.0034136222675442696, -0.0013606150168925524, -0.01562846451997757, -0.022433126345276833, -0.033668916672468185, -0.03695061057806015, -0.024189764633774757, -0.02804824709892273, -0.051542021334171295, -0.044101838022470474, -0.031200749799609184, -0.022818580269813538, -0.0022450708784163, 0.0028195742052048445, 0.006297762971371412, 0.0018870311323553324, 0.0011692688567563891, 0.00453577795997262, -0.011258148588240147, -0.021882623434066772, -0.03203539177775383, -0.036531418561935425, -0.018961241468787193, -0.011426525190472603, -0.033501025289297104, -0.03186792507767677, -0.02648712322115898, -0.017275048419833183, -0.004892692901194096, -4.160825119470246e-05, 0.00256734574213624, 0.004071281291544437, 0.006822302471846342, -0.007100817747414112, -0.022484077140688896, -0.03195091709494591, -0.01834409311413765, -0.012605986557900906, -0.030019234865903854, -0.037741076201200485, -0.0468011349439621, -0.04200238734483719, -0.03133522346615791, -0.015254373662173748, 0.004742497578263283, 0.0064406488090753555, 0.009409279562532902, 0.017728090286254883, 0.02486962452530861, 0.02314065396785736, 0.026667628437280655, 0.030997151508927345, 0.028482109308242798, 0.03859657794237137, 0.04241475090384483, 0.04428131505846977, 0.05682789906859398, 0.05105198919773102, 0.030351320281624794, 0.026648275554180145, 0.02228948473930359, 0.016002414748072624, 0.013151714578270912, 0.005823937244713306, 0.003647053614258766, 0.011566784232854843, 0.01647067256271839, 0.027287788689136505, 0.04676074907183647, 0.07333777099847794, 0.08351656794548035, 0.07202806323766708, 0.0703156366944313, 0.06947703659534454, 0.06425733119249344, 0.05769893899559975, 0.05104139447212219, 0.04549955576658249, 0.04119901731610298, 0.045467425137758255, 0.0399567112326622, 0.036730553954839706, 0.033844366669654846, 0.027685880661010742, 0.02888782136142254, 0.02973214164376259, 0.026653584092855453, 0.025057030841708183, 0.019988277927041054, 0.020191408693790436, 0.024155469611287117, 0.01558899600058794, 0.0064670629799366, -0.0027281921356916428, -0.0051239472813904285, -0.007253478281199932, -0.010157745331525803, -0.02000359073281288, -0.026200734078884125, -0.031456392258405685, -0.0444226935505867, -0.04486357420682907, -0.03593846410512924, -0.022117655724287033, -0.0368473194539547, -0.04459133371710777, -0.04322279617190361, -0.035491425544023514, -0.026711516082286835, -0.02371089532971382, -0.02558555267751217, -0.02348974160850048, -0.017201106995344162, -0.009116354398429394, -0.01860841177403927, -0.02513842098414898, -0.039374154061079025, -0.04277891293168068, -0.023844551295042038, -0.02247670292854309, -0.04754284396767616, -0.045543789863586426, -0.041650597006082535, -0.03220170736312866, -0.011621532030403614, -0.005496739875525236, -0.0007939899805933237, -0.00259036454372108, -0.0062232124619185925, -0.008815092034637928, -0.02809021808207035, -0.029489140957593918, -0.04190069064497948, -0.04261454939842224, -0.031075526028871536, -0.03926322981715202, -0.05712142214179039, -0.0505468025803566, -0.039926864206790924, -0.028968606144189835, -0.005512536969035864, 2.4946406483650208e-05, -0.003940375056117773, 0.0043792035430669785, -0.000621634884737432, -0.007640956435352564, -0.01819966919720173, -0.03303653746843338, -0.04943455010652542, -0.04852764680981636, -0.02206922136247158, -0.004471512511372566, 0.010670450516045094, 0.014727817848324776, 0.015786929056048393, 0.017587032169103622, 0.015527267940342426, 0.01640186831355095, 0.015259933657944202, 0.005326148588210344, 0.0021546154748648405, 0.003977765329182148, 0.0044925925321877, 0.006502923090010881, 0.014228097163140774, 0.010386533103883266, -0.001737862010486424, -0.0041878847405314445, -0.009070361964404583, -0.00885044876486063, -0.003767983987927437, 0.007845541462302208, 0.016634108498692513, 0.011001776903867722, 0.01516832783818245, 0.034099023789167404, -0.01612252928316593, -0.0008220469462685287, 0.0012788708554580808, 0.007562588434666395, -0.001713293488137424, -0.026823127642273903, 0.021261604502797127, 0.0648680254817009, 0.04612307995557785, 0.03853868693113327, 0.034025467932224274, 0.04834606498479843, 0.05083901435136795, 0.05509564280509949, 0.05619612708687782, 0.04617083817720413, 0.027911653742194176, 0.021186286583542824, 0.01820552535355091, 0.011767668649554253, 0.014791365712881088, 0.01656843163073063, 0.010635112412273884, 0.003346020355820656, -0.004592987708747387, 0.0006136309239082038, -0.0045182169415056705, -0.01550322026014328, -0.015724174678325653, -0.015879536047577858, -0.01892421580851078, -0.018393564969301224, -0.014874198473989964, -0.015528627671301365, -0.011148775927722454, -0.0012462921440601349, 0.0051132673397660255, 0.00979683082550764, 0.007283030077815056, 0.00870664045214653, 0.008379758335649967, 0.012114434503018856, 0.008472788147628307, 0.002024916233494878, -0.0002220141323050484, -0.004362426698207855, -0.006611268036067486, -1.7577662219991907e-05, -0.0023078506346791983, -0.004561012145131826, -0.005199548322707415, 9.755945939105004e-05, 0.0012423855951055884, -0.0025986467953771353, -0.00470980629324913, -0.005918132606893778, -0.004324278328567743, -0.004474518820643425, -0.0041964976117014885, 0.0027921628206968307, 0.0038696019910275936, 0.009250085800886154, 0.011699835769832134, 0.012723509222269058, 0.014927968382835388, 0.013124601915478706, 0.013990501873195171, 0.016871286556124687, 0.016176728531718254, 0.04016140475869179, 0.04169251769781113, 0.03935223072767258, 0.02747526206076145, 0.021920781582593918, 0.01856849156320095, 0.013123692944645882, 0.013160979375243187, 0.016603736206889153, 0.014577087014913559, 0.006867730524390936, 0.01197883766144514, 0.01165024284273386, -0.008324258960783482, -0.006268608383834362, 0.00198827451094985, -0.0020710895769298077, -0.0065533071756362915, 0.0025192592293024063, 0.0063335890881717205, 0.006848745979368687, 0.0036979157011955976, -0.004828121978789568, -0.01306613814085722, -0.018193615600466728, -0.025298481807112694, -0.02647583559155464, -0.01788693107664585, -0.028356462717056274, -0.02840561605989933, -0.013009683229029179, -0.01296204049140215, -0.0035033670719712973, -0.012318945489823818, -0.0035922725219279528, -0.013263953849673271, -0.016988355666399002, -0.01819528453052044, -0.019350789487361908, -0.012579978443682194, -0.021679233759641647, -0.018503772094845772, -0.026787035167217255, -0.03286094218492508, -0.027679523453116417, -0.021019188687205315, -0.010374132543802261, -0.014995873905718327, -0.01699383743107319, -0.020244628190994263, -0.018508365377783775, -0.030968215316534042, -0.032124217599630356, -0.025950748473405838, -0.025689074769616127, -0.027476653456687927, -0.021921858191490173, -0.017821533605456352, -0.02102108858525753, -0.015567374415695667, -0.007629953790456057, -0.015657413750886917, -0.016172055155038834, -0.022508185356855392, -0.020661985501646996, -0.0320831798017025, -0.043165743350982666, -0.039052002131938934, -0.03380296751856804, -0.02030279114842415, -0.023844845592975616, -0.026280740275979042, -0.030548233538866043, -0.037615466862916946, -0.03930390998721123, -0.0359196774661541, -0.03234129771590233, -0.026878388598561287, -0.021124349907040596, -0.020494135096669197, -0.014297998510301113, -0.01786912977695465, 0.011110030114650726, 0.050438228994607925, 0.06900724023580551, 0.07934291660785675, 0.07789569348096848, 0.06602415442466736, 0.05430362746119499, 0.03659996762871742, 0.02518983744084835, 0.018840353935956955, 0.021908557042479515, 0.01780223473906517, 0.02352050505578518, 0.029185010120272636, 0.026233654469251633, 0.029238257557153702, 0.03057791292667389, 0.027432644739747047, 0.026281895115971565, 0.019062871113419533, 0.01270828302949667, 0.008372750133275986, 0.010971426032483578, 0.004834424238651991, 0.011380310170352459, 0.012365525588393211, 0.012923851609230042, 0.018127085641026497, 0.01798180304467678, 0.02004818804562092, 0.018729275092482567, 0.01549750566482544, 0.007446764502674341, 0.010952906683087349, 0.013389328494668007, 0.013985189609229565, 0.02247818000614643, 0.018999673426151276, 0.016188615933060646, 0.018126865848898888, 0.014767189510166645, 0.01295565627515316, 0.007059981115162373, -0.01842929981648922, -0.03450479730963707, -0.04880749061703682, -0.05043799802660942, -0.0342864915728569, -0.012244087643921375, -0.0013015882577747107, -0.008265528827905655, -0.019151214510202408, -0.010834022425115108, -0.0019527048571035266, 0.0020353556610643864, -0.0004693262162618339, -0.0019319438142701983, 0.0028326932806521654, 0.018436292186379433, 0.02948755770921707, 0.01429818570613861, 0.02603498101234436, 0.04065859690308571, 0.0364137627184391, 0.044308193027973175, 0.0604742206633091, 0.07177668809890747, 0.056067753583192825, 0.047487687319517136, 0.05639983341097832, 0.05088646337389946, 0.05194322392344475, 0.03503658249974251, 0.03887302801012993, 0.027155334129929543, 0.01003499049693346, 0.0010151381138712168, -0.008369519375264645, -0.004467559978365898, 0.0013580325758084655, 0.006758221425116062, -0.000723270874004811, 0.0030058883130550385, 0.001659228466451168, -0.005447152070701122, -0.003324158489704132, -0.0056207976303994656, -0.005936566740274429, -0.000477262947242707, 0.0026026740670204163, 0.004890903830528259, 0.0030848542228341103, 0.007211493328213692, 0.0027063502930104733, -0.02173803187906742, -0.050831422209739685, -0.060820531100034714, -0.08185973018407822, -0.07468536496162415, -0.05869167670607567, -0.044717222452163696, -0.03622306510806084, -0.03722120821475983, -0.04125542938709259, -0.038953304290771484, -0.03647153079509735, -0.035869088023900986, -0.04761438071727753, -0.05059012025594711, -0.0574970468878746, -0.05359906703233719, -0.026380272582173347, -0.010753744281828403, 0.001171811600215733, 0.011475112289190292, 0.01400644052773714, 0.020700760185718536, 0.020596586167812347, 0.0200901310890913, 0.008181966841220856, -0.0009772145422175527, -0.007368155755102634, -0.010408691130578518, -0.0030416541267186403, 0.004516910761594772, 0.009060951881110668, 0.005447472911328077, 0.0011358823394402862, -0.00787630770355463, -0.0030891604255884886, 0.007055358029901981, 0.008427435532212257, 0.009914945811033249, 0.022891195490956306, 0.02603032812476158, 0.027935102581977844, 0.034200385212898254, 0.030424965545535088, 0.020487293601036072, 0.01799427717924118, 0.012982306070625782, 0.01158375758677721, 0.009675407782196999, -0.0016350974328815937, -0.00820449460297823, -0.03265301138162613, -0.028755372390151024, -0.01645478792488575, -0.00293193431571126, 0.0018169850809499621, 0.00014140164421405643, 0.0009844504529610276, -0.0015453323721885681, 0.008022490888834, 0.003381247166544199, 0.0008920312393456697, -0.0006365146255120635, -0.01604415662586689, -0.018908733502030373, -0.007304020691663027, 0.0016174776246771216, 0.02297963574528694, 0.02689807116985321, 0.009260199964046478, 0.01261140312999487, 0.02362785115838051, 0.019577477127313614, 0.025233468040823936, 0.027496138587594032, 0.017110908403992653, 0.013045791536569595, 0.004635610152035952, -0.0029739283490926027, -0.019460318610072136, -0.01777946762740612, -0.009848818182945251, -0.019688375294208527, -0.034902580082416534, -0.03072303906083107, -0.021916022524237633, -0.005862731486558914, 0.013193526305258274, 0.01879441924393177, 0.026923075318336487, 0.022471217438578606, 0.02407471276819706, 0.01797368749976158, 0.001968214986845851, 0.00042622030014172196, -0.006241331808269024, -0.007730137091130018, -0.0011203273897990584, -0.013668350875377655, -0.03256647288799286, -0.02278621308505535, -0.011246025562286377, 0.0009618562180548906, 0.02573501132428646, 0.027185356244444847, 0.019220607355237007, 0.01610841602087021, 0.009534433484077454, 0.005199399311095476, -0.00911171454936266, -0.0020981868728995323, -0.010707832872867584, -0.0191227737814188, -0.012962045148015022, -0.022397976368665695, -0.034546300768852234, -0.023351119831204414, -0.013499573804438114, -0.005885646678507328, 0.008749264292418957, 0.010686594992876053, 0.024116646498441696, 0.027727589011192322, 0.01741727814078331, 0.010542662814259529, -0.006879553198814392, -0.01124207116663456, -0.023424837738275528, -0.026669932529330254, -0.014362525194883347, -0.012291058897972107, -0.04018127918243408, -0.03970839083194733, -0.03404247388243675, -0.011937284842133522, 0.008059759624302387, 0.032002151012420654, -0.0019896531011909246, -0.15744175016880035, -0.06956057250499725, 0.03359616547822952, 0.006136966869235039, -0.003798726014792919, 0.006706679239869118, 0.018225032836198807, -0.05735423415899277, 0.05761396884918213, 0.027520716190338135, 0.017042329534888268, -0.020095571875572205, 0.041668422520160675, 0.0738731175661087, 0.039513375610113144, 0.06675504893064499, -0.012553762644529343, -0.016574015840888023, -0.034594591706991196, -0.010236697271466255, 0.021720826625823975, 0.03992493450641632, 0.03589987754821777, -0.012224425561726093, -0.06387060880661011, -0.044793084263801575, -0.06171229109168053, 0.07929304242134094, -0.05140512064099312, -0.22541335225105286, -0.08738122135400772, 0.0038708322681486607, 0.12008137255907059, 0.26690900325775146, 0.322042316198349, -0.05740391090512276, -0.42538318037986755, -0.3096150755882263, -0.2307289093732834, 0.11706168204545975, 0.3235004246234894, 0.3722227215766907, 0.15225449204444885, -0.07381005585193634, -0.09528138488531113, -0.13107334077358246, -0.0717240571975708, -0.06393767148256302, -0.12640996277332306, 0.03465668857097626, 0.052302222698926926, 0.002735377987846732, 0.15882761776447296, -0.015065426006913185, -0.04462742432951927, -0.1453983634710312, -0.017756817862391472, 0.057667236775159836, -0.02070760168135166, 0.12513870000839233, 0.06737692654132843, -0.046492889523506165, -0.13000568747520447, 0.04481467232108116, 0.07625988870859146, 0.14444702863693237, 0.18373975157737732, 0.1482842117547989, 0.02669881097972393, -0.0634213536977768, 0.05147616192698479, 0.041265930980443954, 0.00215880642645061, -0.09205619245767593, -0.09574906527996063, -0.03055763989686966, 0.055176932364702225, 0.07839076966047287, 0.12842094898223877, 0.09817904233932495, -0.026898348703980446, -0.035047803074121475, -0.042667340487241745, -0.06235891208052635, -0.10937396436929703, 0.057589419186115265, 0.07436103373765945, 0.16227951645851135, 0.2414235919713974, 0.1237688660621643, 0.035946834832429886, -0.16154657304286957, -0.01618901640176773, -0.07068068534135818, 0.018566342070698738, 0.0669364482164383, 0.07379487156867981, 0.018715012818574905, -0.08419201523065567, 0.024155626073479652, -0.04376998543739319, 0.07283279299736023, 0.03631032630801201, 0.03834732249379158, -0.11328445374965668, -0.30366840958595276, -0.24791458249092102, -0.189594566822052, -0.16326041519641876, -0.17072662711143494, -0.051786549389362335, 0.15947774052619934, 0.15237295627593994, 0.14004258811473846, 0.13775694370269775, -0.09061123430728912, -0.17185622453689575, -0.13569678366184235, -0.07419715076684952, 0.0057304250076413155, 0.003679574467241764, 0.09496946632862091, 0.06776626408100128, 0.00905497558414936, 0.025462603196501732, 0.011276127770543098, 0.17499834299087524, 0.11298198252916336, 0.016881411895155907, 0.0007520600920543075, -0.16880807280540466, -0.2768894135951996, -0.18816052377223969, -0.13063399493694305, -0.07610899209976196, -0.04067421332001686, 0.05009380728006363, 0.06614801287651062, -0.0039074537344276905, -0.017723409458994865, 0.007172339130192995, -0.06589159369468689, -0.10751932114362717, -0.2989068627357483, -0.38489025831222534, -0.32381299138069153, -0.2992384433746338, -0.04713449254631996, 0.04799714684486389, 0.12247075140476227, 0.1259913146495819, 0.23399010300636292, 0.34281307458877563, 0.17494341731071472, 0.11633987724781036, 0.003988357726484537, 0.08259668946266174, 0.0003211256698705256, 0.1800290048122406, 0.16349083185195923, 0.1116717979311943, 0.15488065779209137, 0.11880449205636978, 0.19016630947589874, 0.07637811452150345, 0.11555564403533936, 0.06373962759971619, -0.014036661013960838, -0.004142960533499718, -0.062028516083955765, -0.040923915803432465, -0.04773087799549103, -0.006730116903781891, 0.006365160923451185, 0.05938554182648659, 0.07133664935827255, 0.05377936735749245, 0.1026940792798996, 0.08353117108345032, 0.15167050063610077, 0.10784792900085449, 0.15547388792037964, 0.13096383213996887, 0.022124947980046272, -0.10908664017915726, -0.20138844847679138, -0.14851431548595428, -0.17132841050624847, -0.12866118550300598, -0.20736175775527954, -0.2658615708351135, -0.2319260984659195, -0.13069714605808258, 0.1367277055978775, 0.1905815452337265, 0.20547614991664886, 0.1042131707072258, -0.07770281285047531, -0.11731323599815369, -0.16186566650867462, 0.02534821629524231, 0.03661569580435753, 0.11530376970767975, 0.19451990723609924, 0.16157901287078857, 0.026088861748576164, -0.0598619282245636, 0.05626237019896507, 0.014204869978129864, 0.14183175563812256, 0.05851399898529053, -0.05743738263845444, -0.12345417588949203, -0.2106207311153412, -0.04824432358145714, -0.037646155804395676, 0.0823139175772667, 0.019367597997188568, 0.056494999676942825, 0.025520870462059975, -0.29976949095726013, -0.3765869438648224, -0.27237117290496826, -0.23312705755233765, -0.25091323256492615, -0.21567556262016296, -0.1483544111251831, -0.1551092565059662, -0.07104125618934631, 0.14071403443813324, 0.29849860072135925, 0.26934364438056946, 0.3051088750362396, 0.35396403074264526, 0.2086675465106964, -0.0010628635063767433, 0.07470249384641647, 0.05153844505548477, 0.19505000114440918, 0.3064102232456207, 0.3971991240978241, 0.3868086040019989, 0.14169785380363464, 0.13191452622413635, 0.17282769083976746, 0.19247128069400787, 0.23996050655841827, 0.19960936903953552, 0.19537316262722015, 0.06487301737070084, -0.03366445004940033, -0.01398715004324913, 0.05536616966128349, -0.011070114560425282, -0.05090002715587616, -0.015598583035171032, -0.060982272028923035, -0.09073913097381592, -0.14642612636089325, -0.12127480655908585, -0.16151772439479828, -0.2958877384662628, -0.34521007537841797, -0.39763253927230835, -0.42911794781684875, -0.430339515209198, -0.3144780695438385, -0.2730908989906311, -0.31890586018562317, -0.30103641748428345, -0.314419150352478, -0.3111127018928528, -0.3124952018260956, -0.331680566072464, -0.4168592393398285, -0.4350334703922272, -0.3800404667854309, -0.5358471870422363, -0.6252298951148987, -0.5763862133026123, -0.3983321487903595, -0.17668160796165466, 0.09559857100248337, 0.20943120121955872, 0.09345044195652008, -0.0219232439994812, -0.0056465319357812405, -0.003688920522108674, 0.04636290669441223, 0.04535270854830742, 0.01137522328644991, 0.018433397635817528, 0.06329596042633057, 0.1701642870903015, 0.36850056052207947, 0.40046095848083496, 0.31481003761291504, 0.3451606035232544, 0.46431198716163635, 0.6117234826087952, 0.6107281446456909, 0.7158509492874146, 0.8254244923591614, 0.6105985641479492, 0.7185409665107727, 0.944579005241394, 1.1625922918319702, 1.4724500179290771, 1.7241592407226562, 1.7694027423858643, 1.5970655679702759, 1.21294367313385, 0.2471328228712082, -0.37571877241134644, -0.44906121492385864, -0.5231233239173889, 0.07533608376979828, 0.6613345742225647, 0.34004220366477966, -0.3449482321739197, -1.3011354207992554, -1.8535583019256592, -1.7237468957901, -1.1672163009643555, -0.49209192395210266, -0.12635402381420135, -0.4411175847053528, -0.9433844089508057, -1.2158461809158325, -1.1113566160202026, -0.579117476940155, 0.13660426437854767, 0.567550778388977, 0.6531710624694824, 0.4918152391910553, 0.2186581939458847, 0.02505362592637539, -0.02402825467288494, -0.02468114160001278, 0.12258398532867432, 0.19542092084884644, 0.27384042739868164, 0.36065545678138733, 0.09929101914167404, -0.3057531714439392, -0.8606181740760803, -1.1600148677825928, -1.1231789588928223, -0.9941278696060181, -0.7652357816696167, -0.6492499113082886, -0.9948793649673462, -1.3426481485366821, -1.546980381011963, -1.4489210844039917, -1.1121747493743896, -0.7771621346473694, -0.388818621635437, -0.21918317675590515, -0.4767187535762787, -0.6787571907043457, -0.5844287276268005, -0.38430801033973694, -0.06786960363388062, 0.24068161845207214, 0.5125158429145813, 0.49440792202949524, 0.35525497794151306, 0.3771563470363617, 0.5167145729064941, 0.5642023086547852, 0.7317581176757812, 0.9602019786834717, 1.1085431575775146, 1.0259368419647217, 0.9745461344718933, 1.1001501083374023, 1.4777499437332153, 1.851364016532898, 2.098113536834717, 2.447953462600708, 2.4175868034362793, 2.304915428161621, 2.770249605178833, 3.0800843238830566, 2.8136353492736816, 2.894361972808838, 0.7137168049812317, -1.6408889293670654, -1.7561581134796143, -2.0621554851531982, -1.4542031288146973, 0.8089185357093811, 0.3981281816959381, -1.1351662874221802, -2.941516160964966, -4.180906295776367, -4.045389175415039, -2.881812572479248, -1.5840359926223755, -0.65962153673172, -0.5138758420944214, -1.058525800704956, -1.052842378616333, -0.4803912043571472, 0.3387540876865387, 1.409779667854309, 1.9692816734313965, 1.939753532409668, 2.403088092803955, 2.410372734069824, 2.818800926208496, 2.9294114112854004, 2.261826515197754, 1.0913429260253906, 0.5024653673171997, -0.07153357565402985, -0.1787000149488449, 0.18316733837127686, 0.2093934416770935, -0.7846592664718628, -2.1649038791656494, -3.169443130493164, -3.5838751792907715, -3.3246331214904785, -2.4971163272857666, -1.9656423330307007, -1.9648126363754272, -2.231127977371216, -2.2651565074920654, -1.803900122642517, -0.9989281296730042, -0.2895389199256897, 0.33687397837638855, 0.32667315006256104, 0.09777338057756424, 0.2545901834964752, 0.8099612593650818, 1.7314074039459229, 2.2143826484680176, 1.8720146417617798, 1.1767606735229492, 0.18364909291267395, -0.2711169123649597, -0.03216145932674408, 0.45411252975463867, 0.8405823111534119, 0.6160022616386414, -0.22781413793563843, -1.1709400415420532, -1.6567872762680054, -1.5818731784820557, -1.1920491456985474, -0.7965186834335327, -0.6429193615913391, -0.8860817551612854, -1.2189161777496338, -1.2326747179031372, -0.9820805788040161, -0.7288157939910889, -0.2558605372905731, -0.1612127721309662, -0.029315344989299774, 0.2541365623474121, 0.6434167623519897, 1.431573510169983, 2.139315128326416, 2.7284481525421143, 3.1924147605895996, 3.5729763507843018, 4.236345291137695, 5.132063865661621, 5.473601818084717, 5.9266743659973145, 5.633078098297119, 2.3914976119995117, -2.5965168476104736, -3.6946074962615967, -3.9997236728668213, -2.845730781555176, -0.086194708943367, 0.3617970049381256, -2.2041900157928467, -4.278367042541504, -5.67701530456543, -5.647624492645264, -4.690347671508789, -2.840426206588745, -1.715110421180725, -0.7682095766067505, -0.49220094084739685, 1.1187664270401, 2.321364402770996, 3.34500789642334, 4.009236812591553, 3.2989683151245117, 2.812919855117798, 3.6603994369506836, 4.6971845626831055, 5.211218357086182, 5.420416831970215, 3.4157631397247314, 0.10807190090417862, -2.298919677734375, -3.1332292556762695, -3.3788328170776367, -2.479250192642212, -2.127650737762451, -3.2583377361297607, -4.706307888031006, -5.173491954803467, -4.513598442077637, -3.623190402984619, -2.3529810905456543, -1.4992015361785889, -1.2972980737686157, -0.7500881552696228, 0.7519159317016602, 2.490100383758545, 3.653594732284546, 3.734293222427368, 3.251087188720703, 2.3938231468200684, 1.7490599155426025, 1.9805370569229126, 2.662517547607422, 2.6584184169769287, 1.9257609844207764, 0.014816304668784142, -2.436577558517456, -3.3281826972961426, -3.7296135425567627, -3.5553510189056396, -2.5280544757843018, -2.356874942779541, -2.4941518306732178, -2.1919615268707275, -1.9047478437423706, -1.4027177095413208, -0.9712641835212708, -0.3135042190551758, -0.013286568224430084, 0.3172026574611664, 0.7645853161811829, 1.2819385528564453, 1.196444034576416, 0.6397684216499329, 0.10310480743646622, -0.3275257647037506, -0.46708008646965027, -0.1829092651605606, 0.23581001162528992, 0.2967688739299774, 0.07262510806322098, 0.0012321157846599817, -0.114608995616436, -0.11371173709630966, 0.317562073469162, 0.35610759258270264, 0.3674211800098419, 0.5218788385391235, 0.90542072057724, 1.549529790878296, 2.296999931335449, 3.531832456588745, 4.718851566314697, 6.150902271270752, 7.449196815490723, 7.7021074295043945, 3.832322597503662, -3.411713123321533, -5.651635646820068, -6.548313140869141, -5.962292671203613, -2.548103094100952, -0.05947889760136604, -2.033395528793335, -2.937932014465332, -3.016845941543579, -3.0109169483184814, -2.2899394035339355, -0.7074034810066223, -0.5809717774391174, 0.15542058646678925, 1.5699418783187866, 3.973496913909912, 5.167019367218018, 5.293510437011719, 4.5816426277160645, 2.308718681335449, 0.4899355173110962, 1.0159105062484741, 2.643711805343628, 2.7812933921813965, 2.8323397636413574, 1.2240424156188965, -2.7182328701019287, -5.26639986038208, -5.0628838539123535, -5.121356010437012, -4.5146613121032715, -3.3914828300476074, -3.6163642406463623, -3.153693675994873, -1.352574348449707, 0.6170552968978882, 1.3342781066894531, 1.6818455457687378, 1.3566375970840454, 0.4125767648220062, 0.8419225215911865, 2.760202169418335, 4.257115840911865, 4.407912254333496, 3.5017154216766357, 1.872623085975647, -0.10378962010145187, -1.2433274984359741, -1.7722537517547607, -2.398566246032715, -2.564316749572754, -2.6388185024261475, -2.6619889736175537, -2.555569648742676, -2.3679792881011963, -2.332143545150757, -2.7742350101470947, -2.727862596511841, -1.999216914176941, -0.4135283827781677, 1.4061812162399292, 2.164158821105957, 2.164863348007202, 1.8416863679885864, 1.1585618257522583, 0.46408963203430176, 0.3038669228553772, 0.0951276496052742, -0.2694775462150574, -0.5761337876319885, -0.8189487457275391, -0.638105571269989, -0.4037244915962219, -0.2505630552768707, -0.4844949245452881, -1.1157255172729492, -1.5496258735656738, -1.5305132865905762, -0.8014333844184875, -0.026797998696565628, 0.5240407586097717, 0.9156652092933655, 0.8596611618995667, 0.5975832939147949, 0.7059950828552246, 1.1968845129013062, 1.8783836364746094, 2.5526554584503174, 3.4630913734436035, 4.66618537902832, 6.081048965454102, 7.724231243133545, 9.046661376953125, 7.7168192863464355, -0.5233225226402283, -6.883988380432129, -8.523909568786621, -9.333109855651855, -6.844949245452881, -2.131524085998535, -1.4446648359298706, -2.170159101486206, -0.7607908844947815, -0.3747451901435852, 0.20135633647441864, 1.0654469728469849, -0.05762867629528046, -1.3532954454421997, 0.13792280852794647, 2.8720149993896484, 5.1917877197265625, 5.8912177085876465, 5.040560722351074, 2.847623825073242, 0.8540273904800415, -0.3737947642803192, -0.037587929517030716, 0.09326452016830444, -0.44452711939811707, -0.45113685727119446, -2.192986249923706, -5.045258045196533, -4.434217929840088, -3.7580349445343018, -4.589028358459473, -3.3530759811401367, -2.2172739505767822, -2.012704849243164, 0.38784539699554443, 2.745706081390381, 3.6367921829223633, 3.9064784049987793, 3.690385341644287, 2.1609270572662354, 1.1360024213790894, 1.5630860328674316, 2.3603515625, 2.36942458152771, 1.2157840728759766, 0.10865163803100586, -0.6907055377960205, -1.8587554693222046, -3.187650203704834, -4.295876979827881, -5.269777297973633, -5.343603134155273, -3.508392095565796, -1.4228367805480957, -0.3855072259902954, 1.0954844951629639, 1.8322714567184448, 1.2698945999145508, 0.9808206558227539, 1.4613240957260132, 1.9063546657562256, 1.2876160144805908, 0.07591760903596878, -0.7756701707839966, -0.6705486178398132, -0.6433586478233337, -0.7955220341682434, -0.8114604353904724, -1.1994069814682007, -1.6331121921539307, -1.616428017616272, -1.1743468046188354, -0.6866321563720703, -0.10922316461801529, 0.25165632367134094, -0.08122651278972626, -0.3897381126880646, -0.5228786468505859, -0.4016056954860687, 0.05423590540885925, -0.16547973453998566, -0.5127250552177429, 0.16080030798912048, 0.5076640844345093, 0.5070677995681763, 1.0919862985610962, 1.5193339586257935, 1.3091106414794922, 1.4607661962509155, 1.9090899229049683, 1.892768383026123, 2.54171085357666, 3.7229201793670654, 4.3410210609436035, 5.083259105682373, 7.073116779327393, 9.46387767791748, 2.86299204826355, -4.309913635253906, -6.0060954093933105, -8.304224014282227, -8.258832931518555, -4.192526817321777, -2.8543152809143066, -2.8477120399475098, 0.2822883129119873, 1.2306150197982788, 1.5026503801345825, 2.8759002685546875, 1.5595287084579468, -1.8419982194900513, -1.8619630336761475, 0.3279014229774475, 2.4677412509918213, 4.544284820556641, 5.016972541809082, 3.2543280124664307, 1.7949562072753906, 1.4429320096969604, 1.0132085084915161, -0.3663337528705597, -1.7427608966827393, -1.803707480430603, -2.3672382831573486, -4.7192182540893555, -3.3714983463287354, -1.433671474456787, -2.034397602081299, -1.2728159427642822, -0.7142332792282104, -1.7509840726852417, 0.0823039710521698, 2.497347593307495, 2.5913243293762207, 2.211388111114502, 2.810680389404297, 1.8306677341461182, 0.470148503780365, 0.25387299060821533, -0.07741088420152664, -0.6235858201980591, -1.5287299156188965, -2.228188991546631, -2.452629804611206, -2.1799097061157227, -1.6108933687210083, -1.7119011878967285, -2.5189037322998047, -2.3974483013153076, -0.9856787919998169, 0.0644039735198021, 0.27330711483955383, 0.8738033175468445, 0.978571891784668, 0.810360848903656, 1.0906620025634766, 1.1657212972640991, 0.9133318662643433, 0.5747676491737366, -0.7160236239433289, -2.0394442081451416, -2.023064374923706, -2.027625322341919, -1.6983048915863037, -0.8170504570007324, -0.6210972666740417, -0.2393156737089157, 0.6132662892341614, 0.9949104189872742, 0.7496294379234314, 0.24920879304409027, -0.009322025813162327, -0.3073718547821045, -0.13559016585350037, -0.26224181056022644, -0.6826257705688477, -0.5900843739509583, -0.6792017817497253, -0.8931958079338074, -0.3551636040210724, 0.3742465674877167, 0.8402774930000305, 1.2827768325805664, 1.43833327293396, 1.3744351863861084, 1.8093167543411255, 2.354468584060669, 2.0856001377105713, 2.0936124324798584, 3.2156522274017334, 4.543011665344238, 6.110262870788574, 8.272034645080566, 9.570465087890625, 2.2673356533050537, -3.59201979637146, -6.20212459564209, -9.326486587524414, -8.756771087646484, -5.87337589263916, -4.905214309692383, -3.3511271476745605, 0.3543073832988739, 2.044318437576294, 3.5918874740600586, 4.6836628913879395, 2.5547690391540527, -0.7718995809555054, -1.0048537254333496, -0.5868632197380066, 0.1896917074918747, 2.229630708694458, 2.7478973865509033, 1.7322676181793213, 1.510382890701294, 2.204061508178711, 1.7615267038345337, -0.006203932221978903, -1.1888158321380615, -1.8169634342193604, -2.761121988296509, -4.1750078201293945, -3.1040730476379395, -1.9105751514434814, -1.4082427024841309, -0.02692730911076069, 0.7004976868629456, -0.04133421555161476, 0.5314232707023621, 1.435558557510376, 1.129740834236145, 0.9868614077568054, 1.5995450019836426, 0.6552043557167053, -0.21557624638080597, -0.39747148752212524, -0.8220505714416504, -0.7600135207176208, -0.4763425290584564, -0.9386561512947083, -1.6808886528015137, -1.6103215217590332, -1.37838876247406, -1.3232085704803467, -1.3820066452026367, -1.1680293083190918, -0.26442664861679077, 0.5167291164398193, 0.8398088216781616, 0.9023494720458984, 0.6592072248458862, 0.4225076138973236, 0.23083268105983734, 0.2876555919647217, -0.022774558514356613, -0.19300813972949982, -0.8040969371795654, -1.6236289739608765, -1.7633205652236938, -1.4725236892700195, -0.9535073041915894, -0.1653001755475998, 0.12072587758302689, -0.08210796117782593, 0.09317736327648163, 0.3637486696243286, 0.38566893339157104, -0.01413748599588871, -0.6268467903137207, -0.9644483923912048, -0.9001150727272034, -1.3014570474624634, -1.2940458059310913, -0.583406388759613, -0.05471690371632576, 0.2593233287334442, 0.8497209548950195, 1.447287917137146, 1.5806909799575806, 1.912123680114746, 1.948599934577942, 1.3390164375305176, 1.6616607904434204, 2.13494610786438, 2.252192258834839, 3.3335206508636475, 4.926321506500244, 6.626773834228516, 8.860922813415527, 5.7065110206604, -0.9085209369659424, -3.3851749897003174, -7.077014923095703, -8.762502670288086, -6.962772846221924, -5.931463241577148, -4.527259826660156, -1.4243073463439941, 1.3056074380874634, 3.4901111125946045, 5.008150577545166, 3.9821064472198486, 1.5405128002166748, 0.004294299054890871, -1.0023740530014038, -1.3235194683074951, 0.28653842210769653, 1.0137813091278076, 0.7851164937019348, 1.9347460269927979, 3.0799448490142822, 2.7357101440429688, 1.527390718460083, -0.25180187821388245, -1.692789077758789, -2.681591272354126, -4.199173450469971, -4.412015438079834, -2.8699440956115723, -1.8019874095916748, -0.3778263330459595, 1.1235061883926392, 1.2839751243591309, 1.1066688299179077, 1.567065715789795, 1.341120719909668, 0.6703379154205322, 0.6515358686447144, 0.4195285439491272, -0.16479305922985077, -0.22276480495929718, -0.1975524127483368, 0.0869937539100647, 0.2849676012992859, 0.0968407541513443, -1.0609707832336426, -1.6939688920974731, -2.3501532077789307, -2.937567949295044, -2.7316489219665527, -2.0566132068634033, -1.0543720722198486, 0.14183072745800018, 0.996022641658783, 0.947839081287384, 1.079741358757019, 1.0849266052246094, 0.49817508459091187, -0.02641153708100319, -0.5474832653999329, -0.8747620582580566, -0.7689857482910156, -0.7149719595909119, -0.4203891158103943, -0.30968785285949707, -0.43073928356170654, -0.5686666965484619, -0.5600917339324951, -0.3981572687625885, -0.338906466960907, -0.2803632318973541, -0.4485584795475006, -0.7132135033607483, -0.4644145667552948, -0.5291388630867004, -0.42258262634277344, -0.383044958114624, -0.8501026034355164, -0.4452038109302521, 0.5655179023742676, 1.0010606050491333, 1.4622130393981934, 1.9554983377456665, 1.793028712272644, 2.0435845851898193, 2.1999356746673584, 2.20637845993042, 2.339261293411255, 2.5091919898986816, 2.4816408157348633, 3.4339025020599365, 5.445219039916992, 7.187322616577148, 3.3419198989868164, -0.6197611093521118, -2.520404815673828, -6.165404319763184, -7.056453704833984, -6.136810779571533, -5.913613796234131, -4.206463813781738, -0.9539740085601807, 1.470162272453308, 4.210267543792725, 5.578078746795654, 4.054170608520508, 2.063647508621216, 0.8886103630065918, -0.817531943321228, -1.4088703393936157, -0.6258804798126221, -0.9486998915672302, -0.769355297088623, 1.1333866119384766, 2.3288118839263916, 2.376007080078125, 1.3586431741714478, -0.039854470640420914, -1.0686731338500977, -2.17526912689209, -4.377359867095947, -4.811515808105469, -3.595672845840454, -2.5661685466766357, -0.49014121294021606, 1.6454836130142212, 2.1499783992767334, 2.2184746265411377, 2.374419689178467, 1.8100230693817139, 1.034423828125, 0.7477372288703918, -0.2358851581811905, -1.1998882293701172, -0.9324964284896851, -0.6201900839805603, -0.07570075243711472, 0.47106921672821045, -0.01201934926211834, -1.0445654392242432, -1.403463363647461, -1.4526581764221191, -2.077875852584839, -2.7636566162109375, -2.330888271331787, -1.6109429597854614, -0.4596724510192871, 0.8475247621536255, 1.290566325187683, 1.4074820280075073, 1.0430001020431519, 0.3830995261669159, 0.08579780906438828, -0.3433420658111572, -0.660689115524292, -0.8207700252532959, -1.134718656539917, -0.8344970941543579, -0.3636716902256012, -0.0860542431473732, -0.011729552410542965, 0.024261003360152245, -0.32795149087905884, -0.49216002225875854, -0.1630271077156067, -0.28033140301704407, -0.5957720875740051, -0.5641270279884338, -0.44275206327438354, -0.28110218048095703, -0.07980277389287949, 0.4474387764930725, 0.8520315885543823, 1.2587110996246338, 1.5621037483215332, 1.8458184003829956, 2.2735204696655273, 2.4758262634277344, 2.607168674468994, 2.319840669631958, 2.549179792404175, 3.337752342224121, 4.463246822357178, 6.275431156158447, 4.746253967285156, -0.2246837615966797, -2.095991373062134, -5.030624866485596, -7.111700534820557, -6.301458358764648, -5.530971050262451, -4.484033107757568, -1.8702093362808228, 0.9607694149017334, 3.596658706665039, 5.26976203918457, 4.407488822937012, 2.9290249347686768, 1.8939253091812134, 0.4972856044769287, -0.4632706642150879, -0.24319200217723846, -0.3068529963493347, -1.1335910558700562, -0.2164313644170761, 1.0318597555160522, 0.9810771942138672, 0.5040090680122375, -0.30380940437316895, -1.1750705242156982, -1.32329261302948, -2.390622615814209, -3.7654242515563965, -2.854879140853882, -2.3587450981140137, -1.6582145690917969, 0.13796231150627136, 0.996482253074646, 0.8797743320465088, 1.6374473571777344, 2.34001088142395, 2.2119126319885254, 1.8827441930770874, 0.9329765439033508, -0.23473262786865234, -0.8592818975448608, -1.3610327243804932, -1.7222806215286255, -1.4760315418243408, -1.7125767469406128, -2.044389009475708, -1.2514619827270508, -0.6617162823677063, -0.49694690108299255, -0.7768803238868713, -1.4194022417068481, -1.1268149614334106, -0.8651058673858643, -0.1752832978963852, 0.14061811566352844, -0.034596193581819534, 0.3522515892982483, 0.6323925256729126, 0.9362313151359558, 1.0511407852172852, 0.4504648447036743, -0.26314711570739746, -0.7302210330963135, -0.8898680210113525, -0.7770739793777466, -0.7219816446304321, -0.5561692714691162, -0.3615138530731201, -0.22955475747585297, -0.11560877412557602, 0.10957124084234238, -0.07061515003442764, -0.558420717716217, -0.45675599575042725, -0.2362278252840042, 0.3119267225265503, 0.806047797203064, 0.9635233879089355, 0.9732533693313599, 1.1505507230758667, 2.0712168216705322, 2.432063341140747, 2.652535915374756, 3.0136032104492188, 3.3312313556671143, 3.8804097175598145, 4.854181289672852, 5.069716930389404, 1.3736027479171753, -1.2481248378753662, -3.6746437549591064, -6.1696343421936035, -6.0923261642456055, -5.610893726348877, -4.4483723640441895, -2.3528518676757812, -0.06697678565979004, 2.6398863792419434, 4.728201389312744, 4.844053745269775, 3.8826613426208496, 2.387286901473999, 0.8249686360359192, -0.3195570409297943, -0.8055093884468079, -0.9220553636550903, -0.9027131199836731, 0.0950126126408577, 1.3156588077545166, 2.543053388595581, 2.4399449825286865, 1.398345708847046, 0.026072850450873375, -1.0916762351989746, -2.4421584606170654, -4.420185565948486, -4.53835391998291, -4.1461029052734375, -3.3249497413635254, -1.5579452514648438, 0.248042032122612, 1.0049283504486084, 1.6995190382003784, 2.2804393768310547, 2.1178815364837646, 1.8528692722320557, 1.3711687326431274, 0.2047223448753357, -0.2699871361255646, -0.8513392806053162, -1.5512645244598389, -1.1126515865325928, -1.3670494556427002, -1.6716370582580566, -1.4296492338180542, -0.9936727285385132, -1.0598129034042358, -1.1980879306793213, -1.1621136665344238, -1.0991536378860474, -0.6378921866416931, -0.21247823536396027, -0.08710171282291412, -0.41337862610816956, -0.38740867376327515, 0.05473083257675171, 0.45228105783462524, 0.7160634398460388, 0.8382117748260498, 0.7256602048873901, 0.2707909941673279, 0.11002380400896072, 0.07329187542200089, -0.3691115975379944, -0.8721250891685486, -1.0212699174880981, -1.1048827171325684, -0.7967195510864258, 0.022864770144224167, 0.47534531354904175, 0.7009632587432861, 0.9126060009002686, 1.2590059041976929, 1.6406856775283813, 1.8988820314407349, 1.655100703239441, 1.3355156183242798, 1.5738598108291626, 1.9804282188415527, 2.729470729827881, 3.6502039432525635, 4.27413272857666, 5.309171676635742, 3.831373691558838, 0.25538370013237, -1.3492401838302612, -4.8445820808410645, -6.791998863220215, -7.1036696434021, -6.833591461181641, -4.923670768737793, -1.9443434476852417, 1.1917228698730469, 4.2965545654296875, 5.884006977081299, 5.6698784828186035, 4.43254280090332, 2.6736092567443848, 0.36482951045036316, -1.510342001914978, -2.1226677894592285, -2.460427761077881, -1.8289941549301147, -0.20630602538585663, 1.3653069734573364, 2.920102834701538, 3.1936514377593994, 2.2625880241394043, 1.4513704776763916, 0.26870197057724, -1.8543003797531128, -3.5619938373565674, -3.840135335922241, -4.155205726623535, -3.3355398178100586, -1.7732549905776978, -0.7857828140258789, -0.12374582141637802, 0.7937710881233215, 0.9947983026504517, 0.969635546207428, 1.1766104698181152, 0.5097773671150208, -0.4928092062473297, -0.3005349040031433, -0.8843442797660828, -1.0745731592178345, -0.481046587228775, -0.6292703151702881, -0.761576235294342, -0.5614297389984131, -0.3470104932785034, -0.35124388337135315, -0.7449563145637512, -1.2344640493392944, -1.324487328529358, -1.433311939239502, -1.395992398262024, -1.3398969173431396, -1.1131963729858398, -0.7945353984832764, -0.471885621547699, 0.4761205315589905, 1.2810906171798706, 1.479238748550415, 1.7385847568511963, 1.5088355541229248, 1.0377328395843506, 0.4040563404560089, -0.37993162870407104, -1.0651354789733887, -1.3726545572280884, -1.1748601198196411, -0.7086797952651978, 0.05662691593170166, 0.614719808101654, 0.8941208124160767, 1.437410831451416, 2.083080530166626, 2.5310189723968506, 3.0098824501037598, 2.903475761413574, 2.813795566558838, 3.4163551330566406, 3.7751054763793945, 4.750065803527832, 4.889266014099121, 2.2951548099517822, -0.49170127511024475, -2.5457329750061035, -5.323463439941406, -6.021954536437988, -6.260541915893555, -6.172851085662842, -4.756430625915527, -2.2513508796691895, 0.5419317483901978, 3.1990725994110107, 4.21358060836792, 4.370414733886719, 3.680147171020508, 2.7135531902313232, 1.5776190757751465, 0.07608967274427414, -0.7914330363273621, -1.5278091430664062, -1.6889925003051758, -0.5077055096626282, 0.5507298707962036, 1.0188239812850952, 1.2756271362304688, 1.0633399486541748, 1.023303747177124, 0.27840152382850647, -1.1288589239120483, -1.9630889892578125, -2.637296438217163, -2.908405303955078, -2.0721402168273926, -1.485992670059204, -1.0894430875778198, -0.5484797954559326, -0.027904478833079338, 0.48317259550094604, 0.4473706781864166, 0.39429619908332825, -0.3996930420398712, -1.0013436079025269, -0.7355979681015015, -0.724639356136322, -0.28477805852890015, 0.31974709033966064, 0.3325800597667694, 0.2283712923526764, 0.3186855614185333, 0.23164288699626923, -0.5296404957771301, -1.3940043449401855, -1.6892338991165161, -1.985878825187683, -1.925376296043396, -1.4033278226852417, -1.1303682327270508, -0.736384928226471, -0.24211034178733826, 0.17238862812519073, 0.43433383107185364, 0.7578304409980774, 0.6810664534568787, 0.7365294098854065, 0.769683837890625, 0.699751079082489, 0.7672028541564941, 0.5511465072631836, 0.6412338018417358, 0.7547063827514648, 0.5479400753974915, 0.8203680515289307, 0.9438403844833374, 1.1395155191421509, 1.2568520307540894, 1.9027318954467773, 2.295494556427002, 2.5935864448547363, 3.018122911453247, 3.381622552871704, 4.036183834075928, 3.907212734222412, 2.6467933654785156, 0.21496140956878662, -1.8087693452835083, -4.117208957672119, -5.233577251434326, -4.89478063583374, -5.072155475616455, -3.6367931365966797, -1.7701075077056885, 0.04682900011539459, 2.3647398948669434, 3.504883050918579, 3.4552624225616455, 3.1442606449127197, 1.8656843900680542, 1.0751935243606567, 0.39890435338020325, -0.3206290602684021, -0.7191867232322693, -0.9578339457511902, -0.3764115869998932, -0.013825492933392525, 0.3365155756473541, 0.3026360273361206, 0.10289700329303741, -0.23693715035915375, -0.5149447321891785, -0.9009597301483154, -1.4241098165512085, -1.8746956586837769, -2.0432002544403076, -2.2237727642059326, -1.6839189529418945, -1.6110166311264038, -1.1532131433486938, -0.7635194659233093, -0.8738312721252441, -0.28186678886413574, 0.3954976797103882, 0.11020887643098831, 0.07636681199073792, 0.29783907532691956, -0.34237560629844666, 0.23195114731788635, 0.2927280068397522, 0.3602136969566345, 0.2720454931259155, -0.05069294944405556, -0.04762941226363182, -0.584236741065979, -1.238761067390442, -1.3731365203857422, -2.0407750606536865, -2.144829273223877, -1.8385218381881714, -1.2746738195419312, -0.6222174763679504, 0.027876514941453934, 0.7195611000061035, 1.229626178741455, 1.6180193424224854, 1.4881033897399902, 1.0224738121032715, 0.38993772864341736, -0.10416204482316971, -0.2077900618314743, -0.11961790919303894, 0.4756110608577728, 1.3773081302642822, 1.769158124923706, 2.3744890689849854, 2.6941163539886475, 2.7540946006774902, 2.736436605453491, 2.7648427486419678, 3.0497498512268066, 2.8942012786865234, 2.826791286468506, 3.22686767578125, 2.0701746940612793, 0.40231701731681824, -1.900071382522583, -2.7459821701049805, -5.480310440063477, -4.920797824859619, -4.652011394500732, -3.744128704071045, -2.0403950214385986, -0.30341219902038574, 1.6730142831802368, 2.6717722415924072, 2.9228248596191406, 2.5941896438598633, 1.855341911315918, 1.240493893623352, 0.5306759476661682, 0.12698711454868317, 0.058973897248506546, -0.2426854819059372, -0.14639456570148468, -0.09263007342815399, 0.05688926950097084, -0.0058874390088021755, -0.5380749106407166, -0.5432072877883911, -0.501694917678833, -1.0087026357650757, -1.1366735696792603, -1.2538902759552002, -1.1876847743988037, -1.5348467826843262, -1.3124103546142578, -1.600644588470459, -1.8514832258224487, -2.081247091293335, -1.6575936079025269, -1.1087872982025146, -0.8684303760528564, -0.29283246397972107, -0.02476123720407486, 0.32395756244659424, 0.39734360575675964, 0.3530115783214569, 0.3959927558898926, 0.06589143723249435, -0.1862780898809433, -0.29060959815979004, -0.42863795161247253, -0.30188482999801636, -0.5278088450431824, -0.41819387674331665, -0.6823792457580566, -0.7638444900512695, -0.9224689602851868, -1.1553194522857666, -0.9051042795181274, -0.7595041990280151, -0.37274038791656494, 0.13841789960861206, 0.4746573865413666, 0.9432272911071777, 1.1445565223693848, 1.3850865364074707, 1.37055242061615, 1.378735899925232, 1.2850533723831177, 1.2443453073501587, 1.6303738355636597, 1.9695576429367065, 2.5937178134918213, 3.4722046852111816, 3.598231077194214, 4.092681407928467, 4.1666388511657715, 3.6672301292419434, 3.82503604888916, 2.428563117980957, 1.2256269454956055, -1.8607932329177856, -2.8656904697418213, -4.903422832489014, -5.587802886962891, -4.6317973136901855, -4.574409484863281, -2.73219633102417, -1.3826161623001099, 0.3318319022655487, 1.7737410068511963, 2.3027331829071045, 2.2878730297088623, 1.8042787313461304, 1.4239723682403564, 0.970874547958374, 0.4997618794441223, 0.7040826678276062, 0.29082584381103516, 0.39187300205230713, 0.34193485975265503, 0.12284468114376068, -0.12320676445960999, -0.6111425757408142, -1.433491587638855, -1.5053613185882568, -2.0499439239501953, -1.8819817304611206, -1.8361146450042725, -1.508995771408081, -1.4951171875, -1.674250841140747, -1.4744406938552856, -1.5454232692718506, -1.2722316980361938, -1.1803168058395386, -0.8311480283737183, -0.5014480948448181, -0.23785510659217834, 0.1757834255695343, 0.4430907070636749, 0.6134128570556641, 0.29076576232910156, 0.2686382234096527, 0.16185425221920013, -0.13071495294570923, -0.3056875169277191, -0.4801081418991089, -0.4478231370449066, -0.8621035218238831, -0.8911846876144409, -0.9540253281593323, -1.1924593448638916, -1.0842829942703247, -1.136704683303833, -0.54277503490448, -0.29194769263267517, 0.06301354616880417, 0.7475265264511108, 0.939725935459137, 1.3397992849349976, 1.394332766532898, 1.3090566396713257, 1.4682590961456299, 1.3676141500473022, 1.5526467561721802, 1.676443099975586, 2.1840128898620605, 2.6220922470092773, 3.1956191062927246, 4.039628982543945, 4.644455432891846, 4.340762615203857, 4.403346538543701, 3.53770112991333, 2.498532772064209, 0.22153419256210327, -1.8624367713928223, -3.2753279209136963, -4.791554927825928, -4.947214126586914, -4.440108776092529, -3.272019624710083, -2.457026243209839, -0.9503780007362366, 0.31868767738342285, 1.2044761180877686, 1.8201369047164917, 1.321448564529419, 1.2672165632247925, 1.018139362335205, 0.4814767837524414, 0.8166505694389343, 0.5548273324966431, 0.427694708108902, 0.24566616117954254, -0.039661917835474014, 0.24364922940731049, -0.3785918056964874, -0.8408834934234619, -1.4149574041366577, -1.636507511138916, -1.7590378522872925, -2.4374966621398926, -2.323845386505127, -2.247715473175049, -2.6721832752227783, -1.6333037614822388, -1.607543706893921, -0.7766650319099426, -0.9474290013313293, -1.077483892440796, -0.3246724307537079, -0.5292505025863647, -0.29644909501075745, -0.22744163870811462, -0.4915616512298584, -0.18205459415912628, -0.2044706642627716, 0.26587846875190735, 0.5307989716529846, 0.16550122201442719, 0.35353970527648926, 0.1410844773054123, 0.32012903690338135, -0.022745443508028984, -0.33610251545906067, -0.6602936387062073, -0.9850661754608154, -0.8821060657501221, -0.7473616003990173, -0.34495821595191956, -0.01736074686050415, 0.28389737010002136, 0.8587626814842224, 1.502310872077942, 1.858155369758606, 1.944777488708496, 1.8861387968063354, 2.06302809715271, 2.171321153640747, 2.3800666332244873, 2.573946237564087, 2.8764748573303223, 3.3281538486480713, 3.4753870964050293, 4.569964408874512, 3.862196683883667, 3.5712459087371826, 2.17343807220459, 0.04901038855314255, -1.0750623941421509, -2.727224826812744, -4.005701065063477, -3.781933546066284, -4.4718098640441895, -3.23881459236145, -2.0787394046783447, -1.0323412418365479, 0.18710558116436005, 0.6936954855918884, 0.8203189373016357, 1.201316237449646, 0.8832110166549683, 0.93555748462677, 0.5056954026222229, 0.3253495395183563, 0.2956344485282898, 0.16955865919589996, 0.5314218401908875, 0.4878467321395874, 0.050351422280073166, -0.27377593517303467, -0.5045573711395264, -1.0851963758468628, -1.3214478492736816, -2.285595178604126, -2.3705780506134033, -2.826465129852295, -2.7452030181884766, -2.07214093208313, -2.167294979095459, -1.619446873664856, -1.6440467834472656, -1.180026650428772, -0.5805043578147888, -0.775812566280365, -0.24625028669834137, -0.5894423127174377, -0.6312827467918396, -0.2372526079416275, -0.2703564465045929, 0.03867073357105255, 0.18178032338619232, 0.08493687212467194, 0.30206039547920227, 0.40231114625930786, 0.5395793318748474, 0.3054109513759613, 0.10590143501758575, -0.013179321773350239, -0.12030032277107239, 0.05128777027130127, -0.09108352661132812, 0.08111897110939026, -0.21900831162929535, 0.14048519730567932, 0.647193968296051, 0.7833111882209778, 1.2542110681533813, 1.382472276687622, 1.6940803527832031, 2.2857847213745117, 2.3024795055389404, 2.558723211288452, 2.663276195526123, 2.522718906402588, 3.01012921333313, 3.238316535949707, 3.7530784606933594, 2.9290828704833984, 3.1247148513793945, 2.047009229660034, 0.5583438873291016, -0.2872380316257477, -1.83222234249115, -2.854860782623291, -3.224109649658203, -3.701960802078247, -2.642982244491577, -2.236189842224121, -1.426194667816162, -0.31571316719055176, 0.2074870616197586, 0.6275128126144409, 0.8206313252449036, 0.6618170738220215, 0.5680477023124695, 0.1720801293849945, 0.10031171143054962, 0.24021795392036438, 0.02585679665207863, 0.07379087060689926, -0.2327040582895279, -0.053627293556928635, -0.5631680488586426, -0.781681478023529, -1.322811484336853, -1.4809303283691406, -1.6719533205032349, -1.7195160388946533, -1.4350517988204956, -1.3417283296585083, -1.6734553575515747, -1.5186909437179565, -1.435478925704956, -1.4508674144744873, -1.3257193565368652, -1.3425308465957642, -1.2595881223678589, -1.1234842538833618, -1.001536250114441, -0.7510708570480347, -0.505522608757019, -0.5622232556343079, -0.44123488664627075, -0.21353426575660706, 0.10924804955720901, 0.22067201137542725, 0.4140641689300537, 0.3713223338127136, 0.41870632767677307, 0.32385993003845215, 0.36065781116485596, 0.43503496050834656, 0.2760223150253296, 0.25861692428588867, 0.5323158502578735, 0.663947582244873, 0.9096110463142395, 1.063250184059143, 0.9750955104827881, 1.1942780017852783, 1.331121563911438, 1.4156360626220703, 1.6604564189910889, 1.6868314743041992, 1.783633828163147, 2.159364700317383, 2.3695712089538574, 2.9268457889556885, 3.160714626312256, 2.85290265083313, 2.734541893005371, 2.6334922313690186, 1.9675310850143433, 1.185298204421997, 0.3276141285896301, -0.649924099445343, -1.5640411376953125, -1.8964289426803589, -2.157644748687744, -1.8810356855392456, -2.0845115184783936, -1.8212940692901611, -1.1538289785385132, -0.9080361723899841, -0.4360183775424957, -0.2547554671764374, -0.10657067596912384, -0.14926384389400482, -0.20718476176261902, 0.0071138921193778515, 0.08762558549642563, -0.058110278099775314, -0.05784710496664047, -0.3161861002445221, -0.23305261135101318, -0.742374837398529, -0.8634719848632812, -0.9550946950912476, -1.2266452312469482, -1.1232151985168457, -1.0964092016220093, -1.048757791519165, -0.866614043712616, -1.2774012088775635, -1.2216190099716187, -1.2018219232559204, -1.3169184923171997, -1.1423635482788086, -1.0037126541137695, -0.71122145652771, -0.6406967043876648, -0.5912466645240784, -0.5946606397628784, -0.6345579028129578, -1.0004370212554932, -1.008346676826477, -0.779339075088501, -0.5820934772491455, -0.3661589026451111, 0.06249979883432388, 0.3222125470638275, 0.3320313096046448, 0.22437717020511627, 0.3460403084754944, 0.43188196420669556, 0.4983898997306824, 0.6341384053230286, 0.8113991022109985, 0.8288308382034302, 0.8112803101539612, 0.9465762376785278, 0.835991621017456, 0.8879861831665039, 0.8813140988349915, 0.954635500907898, 1.0217911005020142, 1.3120038509368896, 1.3544461727142334, 1.6107323169708252, 1.7824171781539917, 1.8880245685577393, 2.163813352584839, 2.1057376861572266, 2.331730842590332, 2.0303618907928467, 1.9156221151351929, 1.6063003540039062, 1.293626308441162, 0.6853479743003845, 0.08677375316619873, -0.26021528244018555, -0.9157024025917053, -1.1264891624450684, -1.0575318336486816, -1.1394271850585938, -1.0765525102615356, -0.7903254628181458, -0.6526471972465515, -0.33771875500679016, -0.4288181662559509, -0.38588449358940125, -0.37508976459503174, -0.6132611632347107, -0.611572802066803, -0.6108750700950623, -0.6642597317695618, -0.6248311996459961, -0.8953716158866882, -0.7218300700187683, -0.8576366305351257, -1.0713119506835938, -0.8393896818161011, -0.8777018785476685, -0.6798626780509949, -0.5341159105300903, -0.4543403685092926, -0.4194399416446686, -0.5075599551200867, -0.7196099758148193, -0.5824905633926392, -0.6980964541435242, -0.6977559924125671, -0.8131195306777954, -0.8991668224334717, -0.8586384654045105, -1.0175601243972778, -0.8985974192619324, -0.7726268172264099, -0.8514634966850281, -0.7970014810562134, -0.5882486701011658, -0.2862883508205414, -0.09403622895479202, -0.005225489381700754, 0.07378765940666199, 0.208823561668396, 0.24789249897003174, 0.22117391228675842, 0.3792744576931, 0.4836348295211792, 0.26360368728637695, 0.38194188475608826, 0.5707127451896667, 0.6795257329940796, 0.794484555721283, 0.7567384243011475, 0.7928817868232727, 0.8843300342559814, 0.8119134902954102, 0.8392371535301208, 0.7478809356689453, 0.7752319574356079, 0.7921096682548523, 1.0084894895553589, 1.115626573562622, 1.0884078741073608, 1.2075252532958984, 1.489742636680603, 1.7277053594589233, 1.765336275100708, 1.596342921257019, 1.446841835975647, 1.0216220617294312, 0.5349187254905701, 0.2816133201122284, -0.002610175870358944, -0.4588267505168915, -0.6594560742378235, -0.7131437659263611, -0.6661880612373352, -0.31856632232666016, -0.14371518790721893, -0.0453120619058609, -0.02140093967318535, -0.1272827684879303, -0.08961071819067001, -0.04856079816818237, -0.31267833709716797, -0.21098807454109192, -0.45968103408813477, -0.43209949135780334, -0.5536590814590454, -0.8766767978668213, -0.9379510283470154, -1.219597339630127, -1.144258737564087, -1.029335856437683, -0.8016273379325867, -0.5680721998214722, -0.3978899121284485, -0.27717092633247375, -0.10407217592000961, -0.06967771053314209, -0.09395813196897507, -0.26991167664527893, -0.4838116466999054, -0.7487951517105103, -0.6603565216064453, -0.6737088561058044, -0.6806232333183289, -0.8398703336715698, -0.9443284869194031, -0.9213491082191467, -0.7961100935935974, -0.6570007801055908, -0.48977842926979065, -0.4478529095649719, -0.317029744386673, -0.2789584994316101, -0.06486313790082932, 0.01937440223991871, -0.08617224544286728, 0.03331337124109268, -0.09044146537780762, 0.048509325832128525, 0.10320378839969635, 0.16466064751148224, 0.18443195521831512, 0.38655886054039, 0.26154235005378723, 0.3938838541507721, 0.3504066467285156, 0.5768317580223083, 0.5937477946281433, 0.6213583946228027, 0.7227715253829956, 0.7535281181335449, 0.7666614651679993, 0.6984279155731201, 0.7845603227615356, 0.8561948537826538, 0.5218434929847717, 0.6084007620811462, 0.7865514755249023, 0.6792078018188477, 0.9363099932670593, 0.933689534664154, 0.8632941842079163, 0.8737062811851501, 0.6945651173591614, 0.6029422283172607, 0.3704874515533447, 0.2661880850791931, 0.27743077278137207, 0.24685421586036682, 0.21209490299224854, 0.3204982280731201, 0.3194570243358612, 0.3180635869503021, 0.2764126658439636, 0.2922567129135132, 0.18910808861255646, 0.03276662528514862, -0.005302442237734795, -0.21197237074375153, -0.1718689203262329, -0.21813039481639862, -0.22434884309768677, -0.5248060822486877, -0.7249547839164734, -0.6892521977424622, -0.7249805927276611, -0.6787593960762024, -0.5240595936775208, -0.5018744468688965, -0.5442230105400085, -0.5062774419784546, -0.289602667093277, -0.21293045580387115, -0.30054348707199097, -0.245314821600914, -0.37327754497528076, -0.44769251346588135, -0.5602197647094727, -0.5105104446411133, -0.6799677014350891, -0.5923224091529846, -0.7222167253494263, -0.7780884504318237, -0.8332828283309937, -0.7969405651092529, -0.582255482673645, -0.4459127187728882, -0.4466245472431183, -0.2895621955394745, -0.3366876244544983, -0.18530014157295227, -0.1505473256111145, -0.10738825798034668, -0.22222255170345306, -0.17709752917289734, -0.28617459535598755, -0.25639548897743225, 0.05888503044843674, 0.039787210524082184, 0.16445684432983398, -0.11319418251514435, 0.11575111001729965, 0.09985475987195969, 0.17529748380184174, 0.6251968145370483, 0.4779840409755707, 0.33874720335006714, 0.3898855745792389, 0.3453614115715027, 0.5167606472969055, 0.4874984323978424, 0.22442156076431274, 0.04953864589333534, 0.18229082226753235, 0.32306092977523804, 0.28592127561569214, 0.34835830330848694, 0.43512487411499023, 0.5113751888275146, 0.600896954536438, 0.6747853755950928, 0.5889173150062561, 0.7284165024757385, 0.8711760640144348, 1.004157304763794, 0.9732872247695923, 0.9194045662879944, 0.815502405166626, 0.6023638248443604, 0.5168644785881042, 0.3549063205718994, 0.4667948782444, 0.1599220633506775, 0.08429192751646042, 0.06337963789701462, 0.04237893596291542, 0.3631758391857147, 0.09669879078865051, 0.08339105546474457, -0.13354699313640594, -0.14743494987487793, -0.13760632276535034, -0.3534327447414398, -0.25566408038139343, -0.3845343291759491, -0.18909873068332672, -0.393917977809906, -0.39644771814346313, -0.4163490831851959, -0.5192583203315735, -0.28282734751701355, -0.409811794757843, -0.4206473231315613, -0.625563383102417, -0.5474938750267029, -0.394143283367157, -0.5041641592979431, -0.47232598066329956, -0.6804884672164917, -0.8589044809341431, -0.6797664165496826, -0.6972453594207764, -0.4106766879558563, -0.38177257776260376, -0.5724032521247864, -0.5954605340957642, -0.5063838958740234, -0.5107934474945068, -0.16654469072818756, -0.23593391478061676, -0.3380803167819977, -0.1246085837483406, -0.4200318157672882, 0.23623701930046082, 0.07171394675970078, 0.10490841418504715, -0.032888468354940414, -0.1885768175125122, -0.1680634766817093, -0.2421972155570984, 0.06254294514656067, 0.09545660018920898, 0.1486835479736328, 0.18496425449848175, 0.2957119643688202, 0.12024644762277603, 0.09520316123962402, 0.05279424786567688, 0.09638343006372452, -0.07330423593521118, 0.3791162967681885, 0.18838272988796234, 0.46162793040275574, 0.27889421582221985, 0.3249768018722534, 0.694950520992279, 0.43902885913848877, 0.8067420125007629, 0.6288933753967285, 0.6754421591758728, 0.6623526811599731, 0.2808639705181122, 0.6562321186065674, 0.4590623676776886, 0.3402646780014038, 0.6525746583938599, 0.24536001682281494, 0.20321214199066162, 0.26926520466804504, 0.08133814483880997, 0.38386595249176025, 0.3508852422237396, -0.04383748769760132, 0.3842678368091583, 0.18096871674060822, 0.060500890016555786, 0.21926206350326538, -0.12231773883104324, 0.17169861495494843, 0.014833063818514347, 0.10015325248241425, 0.014372620731592178, -0.28939735889434814, -0.10184435546398163, 0.019195016473531723, 0.03301446512341499, -0.07284747809171677, -0.32031020522117615, -0.3389163017272949, -0.3430212438106537, -0.20436115562915802, -0.13791079819202423, -0.3967209756374359, -0.52842777967453, -0.44616323709487915, -0.5617616772651672, -0.40089619159698486, -0.38356974720954895, -0.6501492857933044, -0.4495704770088196, -0.5886132121086121, -0.6090021729469299, -0.3733363747596741, -0.48305654525756836, -0.39862149953842163, -0.18386201560497284, -0.09825962036848068, -0.09468232095241547, -0.05357637628912926, -0.1891716867685318, -0.30819588899612427, 0.18320102989673615, 0.15467850863933563, 0.1817421019077301, 0.1446342170238495, -0.22047476470470428, -0.16815942525863647, -0.13675755262374878, 0.004773652646690607, -0.14692504703998566, -0.13998131453990936, -0.21360012888908386, -0.38792169094085693, -0.13609108328819275, 0.29260262846946716, 0.11913076043128967, 0.13626313209533691, 0.11650156229734421, 0.23917722702026367, 0.10597314685583115, 0.31383511424064636, 0.5168495774269104, 0.5857512950897217, 0.5658746361732483, 0.18042786419391632, 0.8108193278312683, 0.4420571029186249, 0.28099292516708374, 0.4078724682331085, 0.12431930750608444, 0.22975660860538483, 0.4762421250343323, 0.36657649278640747, 0.0442979671061039, 0.04433295130729675, 0.2581387460231781, 0.043923527002334595, 0.15443797409534454, 0.22589920461177826, 0.041889697313308716, -0.23784548044204712, 0.2545451521873474, 0.3540698289871216, 0.1012575775384903, 0.08649447560310364, 0.03496268391609192, -0.06413228064775467, -0.013938366435468197, 0.1403104066848755, 0.0016907935496419668, 0.0628143921494484, 0.05519126355648041, 0.06690667569637299, -0.021660707890987396, -0.26498982310295105, -0.2688596844673157, -0.18430310487747192, -0.30273935198783875, -0.030644305050373077, -0.1618465632200241, -0.2952632009983063, -0.23909753561019897, -0.40368667244911194, -0.46564698219299316, -0.40652918815612793, -0.378145694732666, -0.14542663097381592, -0.5059041380882263, -0.35481518507003784, -0.23252131044864655, -0.3466925024986267, 0.16627798974514008, 0.040971118956804276, -0.2912212908267975, -0.10198851674795151, 0.012009707279503345, 0.020093459635972977, -0.040413036942481995, -0.028569119051098824, -0.14709536731243134, 0.018336283043026924, 0.00819266028702259, 0.08148854970932007, 0.012290091253817081, -0.2799363136291504, -0.20753353834152222, 0.0017248690128326416, -0.11280781030654907, 0.10385920107364655, 0.06424138695001602, -0.2674568295478821, 0.08079515397548676, 0.08515991270542145, 0.30473601818084717, 0.291464239358902, 0.11218664795160294, -0.06657515466213226, 0.3892376720905304, 0.2995430529117584, 0.1715547889471054, 0.7485657334327698, 0.21875131130218506, -0.015890806913375854, 0.06388506293296814, 0.014011697843670845, 0.06181390583515167, 0.06560283899307251, 0.17416520416736603, -0.12745307385921478, -0.16190718114376068, 0.22920797765254974, -0.2014017105102539, -0.04106679931282997, -0.013289286755025387, -0.08866408467292786, 0.0901743471622467, 0.15231287479400635, 0.16922451555728912, 0.054742924869060516, 0.05270259827375412, 0.09487303346395493, 0.048167262226343155, 0.05957484245300293, 0.29952630400657654, 0.1705518215894699, -0.03872546926140785, -0.0769433006644249, 0.07266562432050705, 0.07978296279907227, -0.03424680978059769, -0.131778746843338, -0.11546605080366135, 0.013172470033168793, -0.23911061882972717, 0.05703679099678993, -0.16118238866329193, -0.2769915461540222, -0.03076266311109066, -0.35956308245658875, -0.020238211378455162, -0.10991670936346054, -0.20730997622013092, -0.10669944435358047, -0.044301390647888184, -0.1475161761045456, 0.08428850024938583, 0.07885891944169998, 0.03667474910616875, 0.027528896927833557, 0.07953212410211563, 0.1942046731710434, 0.1527414321899414, -0.07794947922229767, -0.07085227966308594, 0.1468208283185959, 0.039530325680971146, 0.003857928793877363, 0.022998793050646782, -0.1546151489019394, -0.2957742214202881, 0.044188737869262695, -0.07056881487369537, -0.1651066690683365, -0.15062135457992554, -0.08412261307239532, -0.06924807280302048, 0.34016767144203186, 0.14144712686538696, 0.005848605185747147, -0.05933662876486778, 0.020006807520985603, 0.26523667573928833, 0.15735431015491486, 0.36457177996635437, -0.07330311834812164, -0.08270973712205887, 0.14552298188209534, 0.03843158856034279, 0.03271316736936569, 0.06300617754459381, 0.058338724076747894, -0.33275657892227173, -0.32564350962638855, 0.2544296383857727, -0.3834768235683441, -0.0036249777767807245, 0.11319462209939957, -0.10806635767221451, -0.08311286568641663, -0.046119388192892075, 0.042416684329509735, 0.11688428372144699, -0.1339254081249237, -0.11569051444530487, 0.08013411611318588, -0.05612257122993469, 0.05135563760995865, 0.20656399428844452, 0.01364132110029459, 0.12491262704133987, 0.3328283429145813, -0.032692644745111465, -0.010456215590238571, -0.14960432052612305, 0.10683342069387436, -0.07757992297410965, 0.02128044329583645, -0.05842839926481247, -0.29437002539634705, -0.02110537514090538, 0.08600069582462311, -0.31491607427597046, 0.012168475426733494, 0.01703641004860401, -0.2966623306274414, -0.0977078527212143, 0.0792221650481224, 0.0070582665503025055, -0.21858708560466766, 0.17923222482204437, -0.060744427144527435, 0.08476441353559494, 0.41050711274147034, -0.16234953701496124, 0.009796004742383957, -0.03455854579806328, 0.19299225509166718, 0.5107590556144714, 0.21384082734584808, -0.13464617729187012, -0.029753588140010834, -0.05003965273499489, 0.16757045686244965, 0.08089645206928253, -0.11144492775201797, -0.20461328327655792, -0.20295050740242004, 0.1427423655986786, 0.07666216790676117, 0.0007579418015666306, 0.2311549186706543, -0.1801975816488266, -0.1753646284341812, 0.3602140247821808, -0.0875764712691307, 0.14317597448825836, -0.03591669723391533, -0.0513276644051075, 0.18163195252418518, 0.05407843738794327, 0.05313320457935333, 0.07413030415773392, -0.16505871713161469, -0.1126500591635704, 0.0988430455327034, -0.03772559389472008, 0.006748261861503124, 0.06964904069900513, -0.222896546125412, -0.052765775471925735, 0.14343780279159546, -0.15808458626270294, -0.07822901755571365, -0.08834976702928543, -0.20078156888484955, -0.2852119207382202, 0.1474083960056305, 0.12369919568300247, -0.09501419216394424, -0.044099945574998856, 0.06289409846067429, -0.025095276534557343, 0.0994805246591568, 0.031625062227249146, 0.10226242989301682, -0.06728821247816086, -0.09149681031703949, 0.2387618124485016, -0.18534433841705322, 0.08965440839529037, -0.027813948690891266, -0.14068801701068878, -0.10515125095844269, -0.02198159322142601, -0.07810437679290771, -0.06060909479856491, 0.0332685187458992, -0.11402798444032669, -0.26841190457344055, 0.11353354156017303, 0.23111633956432343, -0.0916801169514656, -0.11850245296955109, 0.23297558724880219, 0.2750275135040283, -0.11040966212749481, 0.17887967824935913, 0.36833709478378296, -0.3551829755306244, -0.02600754052400589, 0.07304256409406662, -0.002851364901289344, 0.005934539716690779, 0.12595133483409882, -0.08184348046779633, -0.09252875298261642, 0.22678397595882416, 0.18884357810020447, 0.006552614271640778, -0.113527312874794, -0.16532865166664124, -0.19853930175304413, -0.2013813555240631, -0.07581569254398346, 0.2968336045742035, -0.39058685302734375, -0.07695405930280685, 0.26175206899642944, -0.1255267858505249, -0.1258057951927185, 0.38723689317703247, -0.09419464319944382, -0.2807570695877075, 0.0936264768242836, 0.1486615240573883, 0.08872035890817642, 0.13038690388202667, 0.009822633117437363, -0.08430599421262741, -0.16662241518497467, 0.04860514774918556, 0.196509450674057, 0.011432092636823654, -0.2818717956542969, 0.0634743720293045, -0.03579593449831009, -0.20194566249847412, -0.029593681916594505, 0.043412551283836365, -0.29449623823165894, 0.07518111169338226, 0.061651941388845444, -0.28197696805000305, 0.2582227289676666, -0.06694566458463669, -0.2780647575855255, 0.186912402510643, -0.029895097017288208, 0.2539540231227875, 0.14715901017189026, 0.010916884057223797, 0.2436603605747223, -0.09434700012207031, 0.19850164651870728, 0.007072811480611563, 0.08184520155191422, 0.11236242204904556, 0.02086925506591797, 0.015249114483594894, 0.044028859585523605, -0.2234634906053543, 0.07730919867753983, -0.08616331219673157, -0.07759591192007065, 0.15728886425495148, 0.10840541869401932, -0.04348399490118027, -0.06779555976390839, 0.09293853491544724, 0.3195652365684509, 0.07186342775821686, 0.033941540867090225, 0.06710298359394073, 0.00799176748842001, 0.020538687705993652, 0.20482926070690155, 0.15335619449615479, -0.020327934995293617, 0.16432562470436096, -0.019196396693587303, -0.04344024509191513, 0.1164189875125885, -0.03565482050180435, 0.0728413537144661, 0.05884994566440582, -0.09051958471536636, -0.15884366631507874, -0.02963370829820633, 0.12234664708375931, -0.2262333333492279, -0.11678604036569595, 0.04416847601532936, -0.2955210208892822, 0.28918927907943726, 0.028114384040236473, -0.324032187461853, 0.2026728242635727, -0.12849600613117218, -0.19928134977817535, 0.049958713352680206, -0.14988669753074646, -0.3801639974117279, 0.21350491046905518, -0.09650477766990662, -0.31244656443595886, 0.14007295668125153, -0.2674330770969391, -0.20133420825004578, 0.09523207694292068, -0.21630895137786865, -0.05969059467315674, 0.007851310074329376, -0.22788426280021667, -0.03921233490109444, 0.19611035287380219, 0.03279728442430496, 0.00037378809065558016, 0.28088390827178955, -0.3270997107028961, 0.19040769338607788, 0.004648903850466013, -0.013141936622560024, 0.06979452073574066, -0.08678754419088364, 0.17636540532112122, -0.0976170152425766, 0.019874023273587227, 0.02960396558046341, -0.4665523171424866, 0.3015804886817932, -0.03980003297328949, -0.11085536330938339, 0.3506286144256592, -0.3899548351764679, 0.1667400747537613, 0.10316242277622223, -0.0017597005935385823, 0.3357810974121094, -0.2408774346113205, 0.0850505381822586, -0.08514774590730667, 0.004872709978371859, 0.147139772772789, -0.006381061859428883, 0.1298360377550125, 0.27073508501052856, -0.09575041383504868, 0.20656561851501465, -0.019155537709593773, -0.06293626874685287, 0.2920565903186798, 0.08932580053806305, -0.015537455677986145, 0.3263707756996155, 0.008440577425062656, 0.04454909637570381, 0.27668696641921997, -0.1739707589149475, 0.08126126974821091, -0.06628987193107605, -0.2609613537788391, 0.15601298213005066, 0.220639169216156, -0.15046316385269165, 0.3133540451526642, -0.1534157544374466, -0.14644937217235565, 0.14612248539924622, -0.12725500762462616, -0.30811187624931335, 0.027648722752928734, -0.1507570594549179, -0.04075074940919876, 0.018376201391220093, 0.0033033345825970173, -0.3242941200733185, 0.1427609771490097, -0.003479010658338666, -0.2893158793449402, 0.05761222541332245, -0.30222463607788086, -0.2189115732908249, 0.02157631702721119, -0.1924717277288437, 0.031500786542892456, -0.12299975752830505, -0.15450581908226013, -0.04697917401790619, -0.20167087018489838, -0.14482064545154572, -0.1763457953929901, -0.0792202278971672, -0.10033280402421951, -0.06487270444631577, 0.07997214794158936, -0.21916301548480988, 0.015267976559698582, -0.12238150835037231, 0.09740883857011795, 0.09142515808343887, -0.0384722575545311, 0.009234072640538216, -0.0012486233608797193, -0.025634797289967537, 0.11221379041671753, 0.0434868186712265, -0.29776281118392944, 0.19379618763923645, 0.02959357388317585, 0.3149138391017914, 0.33601048588752747, -0.01627311110496521, -0.04118983820080757, 0.14770126342773438, -0.15660902857780457, 0.295493483543396, 0.08514557778835297, 0.058176711201667786, 0.25217899680137634, -0.041372641921043396, 0.36412087082862854, 0.04494804888963699, 0.24439193308353424, 0.2909141480922699, 0.13876286149024963, 0.366342157125473, 0.18228361010551453, 0.037362877279520035, 0.2143280953168869, 0.08320670574903488, 0.3007408082485199, 0.18524256348609924, 0.2581832706928253, 0.07549253106117249, 0.09400300681591034, 0.3009736239910126, 0.03778139129281044, 0.18686337769031525, 0.04463091865181923, -0.015613400377333164, -0.07384173572063446, 0.07957327365875244, 0.03480140492320061, -0.04017531871795654, -0.07120491564273834, -0.061280570924282074, -0.06666351109743118, -0.008150729350745678, -0.06722348928451538, -0.12024132162332535, -0.1191275343298912, -0.5458894371986389, -0.22016005218029022, -0.1677417755126953, -0.569974422454834, -0.10990501195192337, -0.4241984784603119, -0.375883549451828, 0.00871201977133751, -0.1266472339630127, -0.06387980282306671, -0.16377972066402435, -0.37498804926872253, -0.1622757464647293, -0.2753032147884369, -0.21068823337554932, -0.38548779487609863, -0.34686797857284546, -0.22701963782310486, -0.3359586298465729, -0.12288779765367508, -0.19648440182209015, -0.01766122691333294, -0.0339062362909317, -0.2861340641975403, -0.09763001650571823, -0.09906069189310074, -0.15027502179145813, -0.009932822547852993, -0.046571314334869385, 0.002570127137005329, 0.1469506025314331, 0.18997040390968323, 0.16753627359867096, 0.14100737869739532, 0.15554644167423248, 0.2167896330356598, 0.5334173440933228, 0.05048767849802971, 0.3541100025177002, 0.17548565566539764, 0.2606874406337738, 0.6300801634788513, 0.1996597945690155, 0.32007497549057007, 0.3209448456764221, 0.37125343084335327, 0.44132909178733826, 0.3952268362045288, 0.4336499571800232, 0.4951147437095642, 0.30427953600883484, 0.5354698896408081, 0.35522305965423584, 0.27250874042510986, 0.30398449301719666, 0.17839226126670837, 0.4641187787055969, 0.266635000705719, 0.26019951701164246, 0.23058149218559265, 0.04961112141609192, 0.1780245006084442, 0.006128615699708462, 0.013053995557129383, -0.04067099094390869, -0.2080371379852295, -0.25853824615478516, -0.3569852113723755, -0.352438360452652, -0.39000600576400757, -0.4602784514427185, -0.5699901580810547, -0.582482099533081, -0.7168695330619812, -0.676308274269104, -0.4800774157047272, -0.5467615723609924, -0.6520348787307739, -0.4893685579299927, -0.5411796569824219, -0.6779570579528809, -0.24369558691978455, -0.5622406601905823, -0.4969940483570099, -0.39448028802871704, -0.6600896716117859, -0.29738345742225647, -0.4381295442581177, -0.514263391494751, -0.1698051244020462, -0.2967929244041443, -0.04114885255694389, 0.0764898955821991, -0.07667840272188187, 0.0494801327586174, -0.11393740028142929, -0.05944589525461197, 0.046379853039979935, -0.0019999397918581963, -0.08236226439476013, 0.19296754896640778, 0.11028354614973068, 0.4770689010620117, 0.2986753582954407, 0.3194190263748169, 0.3476252257823944, 0.39501285552978516, 0.5891684889793396, 0.5052916407585144, 0.5675286054611206, 0.6514747738838196, 0.6990919709205627, 0.8487998843193054, 0.6795856952667236, 0.8171671628952026, 0.7894362211227417, 0.9084528684616089, 1.1287938356399536, 1.1551085710525513, 1.0447998046875, 1.1114203929901123, 0.7481275796890259, 0.7344428300857544, 0.5318621397018433, 0.38428249955177307, 0.37726521492004395, 0.14738507568836212, 0.21791134774684906, 0.2671701908111572, 0.06305988132953644, -0.02264377474784851, -0.3109823763370514, -0.6998745203018188, -0.6977661848068237, -0.8632001876831055, -0.9761344194412231, -0.8747493624687195, -0.9144235849380493, -0.7511700391769409, -0.6966057419776917, -0.7555252313613892, -0.7658442854881287, -0.7842954397201538, -0.7558192014694214, -0.7152555584907532, -0.6779115796089172, -0.7371691465377808, -0.5890641212463379, -0.6224186420440674, -0.7428416013717651, -0.7029812932014465, -0.6913285851478577, -0.8187061548233032, -0.6953346133232117, -0.6422208547592163, -0.6028189063072205, -0.2842811048030853, -0.36320653557777405, -0.09299877285957336, -0.12104196101427078, -0.253885418176651, -0.1461857706308365, -0.3495892584323883, -0.2226119488477707, -0.06549890339374542, -0.09945175796747208, 0.13166525959968567, 0.06285792589187622, 0.251529723405838, 0.32165196537971497, 0.39204296469688416, 0.502378523349762, 0.4963584542274475, 0.6130119562149048, 0.8808845281600952, 0.9048561453819275, 1.2858806848526, 1.2296549081802368, 1.3180289268493652, 1.398956537246704, 1.4481710195541382, 1.6110985279083252, 1.4916261434555054, 1.3634190559387207, 1.4101457595825195, 1.1372758150100708, 1.1066486835479736, 1.2015808820724487, 0.6878722310066223, 0.47021153569221497, 0.12620119750499725, -0.275367796421051, 0.051259707659482956, -0.27064719796180725, -0.2306254357099533, -0.31236132979393005, -0.4878024458885193, -0.29425302147865295, -0.37778186798095703, -0.5018250942230225, -0.5969752669334412, -1.0281225442886353, -1.026604175567627, -0.9061556458473206, -0.9283519387245178, -0.7568515539169312, -0.9843834638595581, -0.9233576655387878, -0.9751594066619873, -0.9562639594078064, -0.7322036623954773, -0.8691816926002502, -0.8441697359085083, -0.7765405774116516, -0.6031128168106079, -0.40663471817970276, -0.6309891939163208, -0.6358257532119751, -0.7609909772872925, -0.8858146667480469, -0.5602195858955383, -0.5671309232711792, -0.6174482107162476, -0.6327853202819824, -0.6192410588264465, -0.4874683618545532, -0.3355449140071869, -0.32617613673210144, -0.40100276470184326, -0.38187721371650696, -0.29321178793907166, -0.12151236087083817, 0.2058110535144806, 0.16322799026966095, 0.15666772425174713, 0.2687300145626068, 0.34457075595855713, 0.7618228197097778, 0.818444013595581, 0.9874856472015381, 1.1673415899276733, 1.221267819404602, 1.6388216018676758, 1.699269413948059, 1.8680142164230347, 2.0892868041992188, 2.0653915405273438, 2.243572235107422, 2.137274742126465, 2.0767898559570312, 1.8775134086608887, 1.2010562419891357, 0.5834616422653198, 0.5404102802276611, -0.20181085169315338, 0.025280026718974113, -0.1719832867383957, -0.519082248210907, -0.19556191563606262, -0.5948682427406311, -0.4018130302429199, -0.40119558572769165, -0.865237295627594, -0.6657130122184753, -0.7448859810829163, -0.7282790541648865, -0.44917061924934387, -0.4924263656139374, -0.5857121348381042, -0.994258463382721, -1.042056679725647, -1.1367994546890259, -1.1784329414367676, -1.0618964433670044, -0.9897847771644592, -0.9436122179031372, -0.8168848156929016, -0.7232877016067505, -0.5375102758407593, -0.9173679947853088, -0.9703061580657959, -0.9055072069168091, -0.997473955154419, -0.6060442924499512, -0.5937570333480835, -0.610582172870636, -0.5553520917892456, -0.8200699090957642, -0.7035452723503113, -0.7140911221504211, -0.8360534310340881, -0.6664570569992065, -0.6557520031929016, -0.5015747547149658, -0.08070255815982819, 0.03557668998837471, -0.026519857347011566, 0.02083851955831051, -0.06546260416507721, 0.101169653236866, 0.3291630744934082, 0.5492905378341675, 0.8274552822113037, 0.8461354374885559, 1.1720293760299683, 1.4408248662948608, 1.4034351110458374, 1.7704229354858398, 1.9062222242355347, 2.102506399154663, 2.4369566440582275, 2.8033692836761475, 2.878763198852539, 2.755315065383911, 2.5930001735687256, 2.0558524131774902, 0.952150821685791, 0.8604614734649658, -0.019565319642424583, -0.4565374553203583, -0.11027761548757553, -0.6357056498527527, -0.39932265877723694, -0.4223583936691284, -0.6989954710006714, -0.562528669834137, -0.7675563097000122, -1.0654957294464111, -0.6934746503829956, -0.8527114987373352, -0.7103849649429321, -0.3213106393814087, -0.32004302740097046, -0.37486961483955383, -0.4351980686187744, -0.8592283725738525, -1.0172525644302368, -1.1553181409835815, -1.3473626375198364, -1.2539533376693726, -0.8208336234092712, -0.8942552804946899, -0.7110981941223145, -0.6298509836196899, -0.9887092709541321, -0.9918769001960754, -1.2791492938995361, -1.1175819635391235, -0.9545522332191467, -1.0695182085037231, -0.7684869170188904, -0.6504453420639038, -0.8985713124275208, -0.8809435963630676, -0.9348981976509094, -1.269145131111145, -1.1753053665161133, -0.978223443031311, -0.6826423406600952, -0.24031765758991241, -0.06053183972835541, 0.13655336201190948, 0.31295672059059143, 0.2256903499364853, 0.30771639943122864, 0.4740925133228302, 0.5828611254692078, 0.9364871382713318, 1.2011120319366455, 1.6139994859695435, 1.8967679738998413, 1.9712823629379272, 2.153853416442871, 2.3945178985595703, 2.662956476211548, 2.9226598739624023, 3.3638627529144287, 3.1716067790985107, 3.237231969833374, 2.9892055988311768, 1.6633291244506836, 1.1855485439300537, 0.452880322933197, -0.7457400560379028, -0.4588361084461212, -0.8521820306777954, -1.0382615327835083, -0.7964764833450317, -1.1202746629714966, -0.950491726398468, -1.0779979228973389, -1.5251030921936035, -1.2313249111175537, -1.0413271188735962, -0.9470558166503906, -0.36364296078681946, 0.033209431916475296, -0.08499082922935486, 0.038507334887981415, -0.15821287035942078, -0.5737000107765198, -0.9102016687393188, -1.1434669494628906, -1.111268162727356, -0.8932189345359802, -0.7484888434410095, -0.6467798352241516, -0.7123913764953613, -1.2295196056365967, -1.1129307746887207, -1.465327262878418, -1.6241570711135864, -1.2405511140823364, -1.4168298244476318, -1.2018282413482666, -0.8496047258377075, -0.9449083209037781, -0.9933228492736816, -1.2640949487686157, -1.4953628778457642, -1.4220750331878662, -1.2898284196853638, -1.0425348281860352, -0.47838109731674194, -0.2257668524980545, -0.20006997883319855, 0.019851749762892723, 0.09248871356248856, 0.02369152009487152, 0.31293314695358276, 0.5355386137962341, 0.9384588003158569, 1.4271321296691895, 1.8208062648773193, 2.3056652545928955, 2.233952760696411, 2.270339012145996, 2.6461009979248047, 2.8178651332855225, 3.2878901958465576, 3.7341833114624023, 3.789999485015869, 3.423151969909668, 3.711247682571411, 2.5087392330169678, 1.3072607517242432, 1.0308434963226318, -0.6311193108558655, -0.7926213145256042, -0.7692746520042419, -1.142525553703308, -0.8815980553627014, -1.129740834236145, -1.4301137924194336, -1.18408203125, -1.5215678215026855, -1.5598653554916382, -1.0798901319503784, -1.0601071119308472, -0.593195915222168, 0.08300915360450745, 0.24276283383369446, 0.3069652318954468, 0.15003812313079834, -0.2472570389509201, -0.33419257402420044, -0.6458731889724731, -0.7646249532699585, -0.5467629432678223, -0.7233313322067261, -0.6169741153717041, -0.7292861938476562, -1.021653652191162, -1.2841787338256836, -1.649229884147644, -1.7965242862701416, -1.8361351490020752, -1.5173330307006836, -1.6070451736450195, -1.402047872543335, -1.207249402999878, -1.560288906097412, -1.4426318407058716, -1.5497301816940308, -1.6563313007354736, -1.3668463230133057, -1.2510753870010376, -0.9057192206382751, -0.40172070264816284, -0.45715731382369995, -0.17554311454296112, -0.11161285638809204, -0.19017863273620605, 0.36530107259750366, 0.4799463450908661, 0.8801660537719727, 1.3518972396850586, 1.5115872621536255, 1.9274190664291382, 2.217466115951538, 2.4082283973693848, 2.5481417179107666, 2.923867702484131, 3.166278839111328, 3.6663644313812256, 3.948853015899658, 3.853316307067871, 3.3883471488952637, 3.536283493041992, 1.8200790882110596, 1.228933572769165, 0.7736629247665405, -0.3110217750072479, -0.5179207921028137, -0.6808920502662659, -1.0041863918304443, -1.1157351732254028, -1.3396168947219849, -1.4570015668869019, -1.6496459245681763, -1.9043887853622437, -1.5231354236602783, -0.9266368746757507, -0.7392416000366211, -0.18692901730537415, 0.00022656041255686432, 0.1634940654039383, 0.11836473643779755, 0.1553374081850052, 0.02459659054875374, -0.1454995572566986, -0.29115593433380127, -0.48719391226768494, -0.5098904967308044, -0.5550338625907898, -0.5464038252830505, -0.9073876738548279, -0.9811861515045166, -1.3773115873336792, -1.638123869895935, -1.6588107347488403, -1.8418631553649902, -1.6855928897857666, -2.005411148071289, -1.897095799446106, -1.647247314453125, -1.873786449432373, -1.6274926662445068, -1.5939863920211792, -1.5255650281906128, -1.3827831745147705, -1.296971321105957, -0.8470861911773682, -0.685867190361023, -0.5977550745010376, -0.41883689165115356, -0.2823863625526428, -0.12586911022663116, 0.07996676117181778, 0.4371047616004944, 0.7768531441688538, 0.9781880378723145, 1.3834781646728516, 1.8780426979064941, 2.1113462448120117, 2.4430110454559326, 2.715827465057373, 2.8770971298217773, 3.303375482559204, 3.501085042953491, 3.9969322681427, 4.341113567352295, 3.7837026119232178, 3.6106510162353516, 3.113293170928955, 1.1548130512237549, 1.3569475412368774, 0.18729500472545624, -0.5242457985877991, -0.22109127044677734, -1.0039103031158447, -1.1004436016082764, -1.2053029537200928, -1.6873294115066528, -1.639475703239441, -1.881691813468933, -1.9627952575683594, -1.5049853324890137, -1.1632834672927856, -0.7204424142837524, -0.16578999161720276, 0.035763613879680634, 0.2482498437166214, 0.1318444460630417, 0.28580692410469055, 0.14304569363594055, 0.08616840094327927, 0.021631654351949692, -0.364986777305603, -0.13891956210136414, -0.38858431577682495, -0.6693593859672546, -0.6519805788993835, -1.2859705686569214, -1.5817079544067383, -1.7277942895889282, -1.9932613372802734, -1.8038887977600098, -1.9798600673675537, -2.0380280017852783, -1.7227704524993896, -1.955321192741394, -1.78201425075531, -1.542210340499878, -1.7153542041778564, -1.687839150428772, -1.5075979232788086, -1.3120795488357544, -0.9628936052322388, -0.6893792748451233, -0.5643370747566223, -0.431374192237854, -0.39168089628219604, -0.18144725263118744, 0.11071595549583435, 0.383432000875473, 0.7429804801940918, 1.1987611055374146, 1.4182716608047485, 1.8001757860183716, 2.3228447437286377, 2.3122527599334717, 2.7434070110321045, 3.2871577739715576, 3.12823486328125, 3.7684738636016846, 4.017178535461426, 3.999382257461548, 4.389406681060791, 3.6639068126678467, 3.618344306945801, 2.035512685775757, 1.1667512655258179, 0.6841910481452942, -0.349469929933548, -0.3556576669216156, -0.7221701145172119, -1.012902855873108, -1.3481851816177368, -1.4203920364379883, -1.8521549701690674, -1.813017725944519, -2.1971359252929688, -2.0956404209136963, -1.3507353067398071, -1.1654446125030518, -0.3163335621356964, 0.047072574496269226, 0.13205501437187195, -0.06008203700184822, 0.08937834948301315, -0.08202105015516281, -0.07037284970283508, 0.1253255009651184, 0.059071097522974014, -0.03491093963384628, -0.10058096051216125, -0.28949421644210815, -0.8721702098846436, -1.1100378036499023, -1.4295145273208618, -1.8069648742675781, -1.8208664655685425, -1.8759711980819702, -1.851351261138916, -2.06758975982666, -2.0613420009613037, -1.9226874113082886, -2.1148812770843506, -1.886205792427063, -1.8912782669067383, -1.8501499891281128, -1.6545723676681519, -1.5807685852050781, -1.338891863822937, -1.0332146883010864, -0.9836360812187195, -0.7194907069206238, -0.45986855030059814, -0.33566802740097046, -0.08127701282501221, 0.1380605697631836, 0.5583069324493408, 0.9184054136276245, 1.266567587852478, 1.66627037525177, 1.9813177585601807, 2.375566244125366, 2.707136869430542, 2.924466133117676, 3.359766960144043, 3.538311719894409, 3.6762189865112305, 3.9997806549072266, 4.24582052230835, 4.429689407348633, 4.033140182495117, 3.569152593612671, 2.70536470413208, 1.0905712842941284, 0.6218737959861755, -0.2578609585762024, -0.5446179509162903, -0.6070155501365662, -0.9376031160354614, -1.0559767484664917, -1.337357997894287, -1.877256989479065, -1.9412623643875122, -2.0309157371520996, -2.117255449295044, -1.620673656463623, -1.246819019317627, -0.6620151400566101, -0.24251976609230042, -0.011315276846289635, 0.014038646593689919, -0.1452120542526245, -0.24179935455322266, -0.2272138148546219, -0.03023372031748295, 0.1744345873594284, 0.20301125943660736, -0.09309005737304688, -0.3341067135334015, -0.6772611737251282, -1.235440731048584, -1.4217922687530518, -1.5203332901000977, -1.691137433052063, -1.8095149993896484, -1.652111530303955, -1.7517175674438477, -2.0721306800842285, -1.9614362716674805, -2.14571475982666, -2.19234299659729, -1.9636424779891968, -2.012068748474121, -1.6887956857681274, -1.5425764322280884, -1.4804012775421143, -1.1551592350006104, -1.0554351806640625, -0.9266186356544495, -0.6273501515388489, -0.4875146746635437, -0.14314593374729156, 0.14832323789596558, 0.5031082630157471, 0.8995746374130249, 1.187622308731079, 1.618526816368103, 1.8721954822540283, 2.090203285217285, 2.2829251289367676, 2.490736484527588, 2.756488084793091, 3.116063356399536, 3.453817367553711, 3.6726982593536377, 3.6212005615234375, 3.786817789077759, 3.7867319583892822, 3.882486581802368, 3.635047197341919, 3.1970815658569336, 2.000760078430176, 0.9592199325561523, 0.30925098061561584, -0.4401930272579193, -0.48199403285980225, -0.7109376192092896, -0.9206988215446472, -1.1031707525253296, -1.4099488258361816, -1.539082407951355, -1.6259722709655762, -1.7854307889938354, -1.7830572128295898, -1.521103858947754, -1.3772495985031128, -0.8662086725234985, -0.6570683717727661, -0.3380115032196045, -0.3720901310443878, -0.5355842113494873, -0.5585852861404419, -0.5614472031593323, -0.42904308438301086, -0.20045730471611023, -0.1831405907869339, -0.23722250759601593, -0.4833304286003113, -0.7622228264808655, -1.103857159614563, -1.2400962114334106, -1.437140703201294, -1.580612063407898, -1.5336309671401978, -1.6543409824371338, -1.8305299282073975, -1.7432043552398682, -1.8374990224838257, -1.8934950828552246, -1.8077404499053955, -1.874009132385254, -1.8390331268310547, -1.5836206674575806, -1.4292320013046265, -1.1653590202331543, -0.9365553855895996, -0.7414915561676025, -0.623226523399353, -0.5009216666221619, -0.23831327259540558, -0.07819834351539612, 0.13635538518428802, 0.4731904864311218, 0.7556844353675842, 1.0703097581863403, 1.4103994369506836, 1.7632633447647095, 2.019477367401123, 2.2345824241638184, 2.354137659072876, 2.5131587982177734, 2.6761534214019775, 2.756784200668335, 2.949885368347168, 3.11517071723938, 3.08258318901062, 3.1029586791992188, 3.20605206489563, 3.3556361198425293, 3.1947202682495117, 2.7516751289367676, 1.6352622509002686, 0.8792590498924255, 0.08857984095811844, -0.2661956250667572, -0.2100665271282196, -0.3140351176261902, -0.4554227888584137, -0.713898241519928, -0.978571891784668, -1.2099310159683228, -1.1808490753173828, -1.4028007984161377, -1.41978120803833, -1.4973390102386475, -1.58265221118927, -1.3120217323303223, -1.1498783826828003, -0.8375296592712402, -0.8765578866004944, -0.9686399102210999, -1.0843931436538696, -1.0342543125152588, -0.8987160921096802, -0.6000803709030151, -0.3845924437046051, -0.43828314542770386, -0.628739058971405, -1.0500904321670532, -1.1803005933761597, -1.1626065969467163, -1.239554762840271, -1.198452115058899, -1.262306571006775, -1.3759064674377441, -1.4146467447280884, -1.1942604780197144, -1.0703359842300415, -1.0161761045455933, -1.094321846961975, -1.274856686592102, -1.3291075229644775, -1.2005153894424438, -0.9607937932014465, -0.6647191047668457, -0.45725253224372864, -0.45652902126312256, -0.3571338653564453, -0.24131369590759277, -0.13052581250667572, 0.012883754447102547, 0.10812848061323166, 0.3535204231739044, 0.5854572057723999, 0.8517958521842957, 1.1197224855422974, 1.3076183795928955, 1.5088006258010864, 1.5682178735733032, 1.6336034536361694, 1.8427339792251587, 1.8605189323425293, 1.8144162893295288, 1.9314861297607422, 1.9115031957626343, 1.9100186824798584, 1.9152331352233887, 1.8782267570495605, 1.9059487581253052, 1.8648862838745117, 1.977745532989502, 2.1007931232452393, 1.9988199472427368, 1.6179776191711426, 1.1011769771575928, 0.678279459476471, 0.33216890692710876, 0.08810751885175705, -0.04035815969109535, -0.04467827454209328, -0.12490198761224747, -0.14728671312332153, -0.27961012721061707, -0.4403518736362457, -0.6329019665718079, -0.8241209983825684, -1.0476993322372437, -1.2505815029144287, -1.4003543853759766, -1.5287859439849854, -1.484157681465149, -1.3404240608215332, -1.2194064855575562, -1.2393325567245483, -1.2740284204483032, -1.276052713394165, -1.2476580142974854, -1.0951461791992188, -0.9088201522827148, -0.8133872151374817, -0.9237327575683594, -1.0823053121566772, -1.1877671480178833, -1.1254265308380127, -0.9282262921333313, -0.7566917538642883, -0.5329160690307617, -0.4533388912677765, -0.38904324173927307, -0.28022119402885437, -0.20283757150173187, -0.08360907435417175, -0.08247003704309464, -0.11527449637651443, -0.06172872334718704, -0.10079923272132874, -0.10251351445913315, -0.01767023839056492, 0.0009111040271818638, 0.006096568889915943, -0.044138289988040924, -0.07936067134141922, 0.0009569148533046246, 0.08792544901371002, 0.23467320203781128, 0.4100353717803955, 0.48700958490371704, 0.5468897819519043, 0.5703845620155334, 0.6578643321990967, 0.7548498511314392, 0.7901135087013245, 0.8033271431922913, 0.7722086310386658, 0.6511890292167664, 0.6418256759643555, 0.5916112661361694, 0.6382479667663574, 0.6646889448165894, 0.5844536423683167, 0.5829694867134094, 0.6052584648132324, 0.518108069896698, 0.46958863735198975, 0.47824448347091675, 0.4952959418296814, 0.549998939037323, 0.6299804449081421, 0.7268836498260498, 0.7449053525924683, 0.6189711093902588, 0.4826158881187439, 0.3201376497745514, 0.13628683984279633, 0.048809830099344254, -0.000615983793977648, 0.1134393960237503, 0.15653306245803833, 0.13970835506916046, 0.06698823720216751, -0.035263825207948685, -0.15112288296222687, -0.31054335832595825, -0.46326202154159546, -0.6225820779800415, -0.8298678398132324, -0.9761087894439697, -0.9775238037109375, -0.9173781871795654, -0.8691505789756775, -0.8341628313064575, -0.8029062747955322, -0.7136473655700684, -0.6064239740371704, -0.4566788375377655, -0.28059273958206177, -0.20122182369232178, -0.20090968906879425, -0.200603649020195, -0.1052943542599678, -0.07519103586673737, -0.027256041765213013, 0.048720404505729675, 0.11213899403810501, 0.1636677086353302, 0.15626280009746552, 0.2698744535446167, 0.3557318150997162, 0.3804962635040283, 0.377314954996109, 0.32516980171203613, 0.22124707698822021, 0.14329613745212555, 0.09172862023115158, 0.07342418283224106, 0.019746005535125732, -0.06171227619051933, -0.10965610295534134, -0.1828821897506714, -0.21907483041286469, -0.20582273602485657, -0.21343441307544708, -0.20322926342487335, -0.2786918580532074, -0.26119059324264526, -0.2539731562137604, -0.22217261791229248, -0.23621419072151184, -0.2194763571023941, -0.22380317747592926, -0.21487264335155487, -0.296029269695282, -0.257822185754776, -0.2836798131465912, -0.29648804664611816, -0.21642424166202545, -0.2269301563501358, -0.13110098242759705, -0.05073084682226181, 0.002356057520955801, 0.07515161484479904, 0.1636013388633728, 0.17457635700702667, 0.202797994017601, 0.20182180404663086, 0.27226951718330383, 0.24743908643722534, 0.21318751573562622, 0.20145167410373688, 0.09134404361248016, 0.11726593226194382, 0.2046668529510498, 0.2569717466831207, 0.2724856734275818, 0.20805467665195465, 0.1631963700056076, 0.15473565459251404, 0.1516396403312683, 0.19274017214775085, 0.24984261393547058, 0.2500257194042206, 0.30786383152008057, 0.3570360243320465, 0.438831627368927, 0.5169637799263, 0.4871213138103485, 0.43901902437210083, 0.3805299401283264, 0.3124590814113617, 0.2900131642818451, 0.3412165939807892, 0.3974854648113251, 0.4423651397228241, 0.40486472845077515, 0.39095503091812134, 0.42316198348999023, 0.4259324371814728, 0.4714333117008209, 0.4571346938610077, 0.37328022718429565, 0.24767161905765533, 0.15256792306900024, 0.17555490136146545, 0.14822593331336975, 0.13329999148845673, 0.056410521268844604, -0.07278496026992798, -0.1595369130373001, -0.24594008922576904, -0.24946975708007812, -0.3161715567111969, -0.3688324987888336, -0.48523905873298645, -0.5510440468788147, -0.5716607570648193, -0.6086607575416565, -0.6399455070495605, -0.7080405950546265, -0.7986654043197632, -0.8908568024635315, -0.9160242080688477, -0.8739456534385681, -0.8388858437538147, -0.81381756067276, -0.7865052819252014, -0.7305290102958679, -0.6829901933670044, -0.584303617477417, -0.5068308711051941, -0.4383450150489807, -0.38476768136024475, -0.3447312116622925, -0.28768157958984375, -0.22588033974170685, -0.1282668113708496, -0.11384010314941406, -0.1384255290031433, -0.18586896359920502, -0.2339765727519989, -0.22947795689105988, -0.21560508012771606, -0.18418516218662262, -0.16879592835903168, -0.15308284759521484, -0.11123186349868774, -0.06069447472691536, 0.038614045828580856, 0.09792822599411011, 0.1489923596382141, 0.17934325337409973, 0.20978066325187683, 0.3176405727863312, 0.4014599025249481, 0.4469541013240814, 0.5439578890800476, 0.628036379814148, 0.7447658777236938, 0.8728023171424866, 0.9438638091087341, 1.0228949785232544, 1.0542199611663818, 1.019633173942566, 0.9944268465042114, 0.9414095878601074, 0.9330441951751709, 0.9333391189575195, 0.9469481706619263, 0.9779716730117798, 0.9659127593040466, 0.8704802393913269, 0.7702741622924805, 0.7063300609588623, 0.6103836297988892, 0.5453424453735352, 0.43964675068855286, 0.318933367729187, 0.22224852442741394, 0.08161434531211853, -0.031074151396751404, -0.16019156575202942, -0.28297051787376404, -0.39505553245544434, -0.4734051823616028, -0.5237418413162231, -0.5533024668693542, -0.6034737229347229, -0.6271505951881409, -0.6394597291946411, -0.6783000230789185, -0.6743299961090088, -0.6487593650817871, -0.6159173250198364, -0.5823003053665161, -0.5372561812400818, -0.5106934905052185, -0.5110118985176086, -0.5234333872795105, -0.5328015685081482, -0.5089667439460754, -0.47693344950675964, -0.4570443332195282, -0.4565607011318207, -0.4610721170902252, -0.4675813913345337, -0.4376958906650543, -0.43129920959472656, -0.42352500557899475, -0.4292530417442322, -0.4656813144683838, -0.49313247203826904, -0.4872393310070038, -0.5054321885108948, -0.4964161515235901, -0.49056917428970337, -0.4619256556034088, -0.3868563771247864, -0.32688409090042114, -0.2291782647371292, -0.1714773327112198, -0.11006415635347366, -0.03614545240998268, 0.011821883730590343, 0.13727274537086487, 0.2577354311943054, 0.3235654830932617, 0.41136205196380615, 0.48280107975006104, 0.5052502751350403, 0.5626527667045593, 0.5876830220222473, 0.5986171364784241, 0.6467153429985046, 0.6636378169059753, 0.665456235408783, 0.6718748807907104, 0.6676682829856873, 0.6687749028205872, 0.6394544839859009, 0.6136296987533569, 0.560874879360199, 0.4996024966239929, 0.46552759408950806, 0.4101502001285553, 0.35791319608688354, 0.29844924807548523, 0.226404070854187, 0.19255998730659485, 0.13684692978858948, 0.08782121539115906, 0.036326438188552856, -0.03858049586415291, -0.10624611377716064, -0.18154175579547882, -0.2202085554599762, -0.18653219938278198, -0.19219228625297546, -0.19040608406066895, -0.17800356447696686, -0.19476917386054993, -0.1642305552959442, -0.09811151772737503, -0.05908694490790367, -0.013789649121463299, 0.0009449356002733111, -0.0006998213357292116, -0.006221582181751728, -0.03077191300690174, -0.02339879982173443, -0.05772782489657402, -0.09569039940834045, -0.13543877005577087, -0.16996276378631592, -0.1818242222070694, -0.19827845692634583, -0.20147576928138733, -0.21509678661823273, -0.23919197916984558, -0.2509973347187042, -0.2598358690738678, -0.25076887011528015, -0.2373700588941574, -0.2250339537858963, -0.22044432163238525, -0.19643251597881317, -0.16664062440395355, -0.12467805296182632, -0.07808104157447815, -0.015548302792012691, 0.007046434096992016, 0.01904972828924656, 0.023624518886208534, 0.042819857597351074, 0.0920475646853447, 0.11313450336456299, 0.14828331768512726, 0.17386068403720856, 0.18404069542884827, 0.2092440128326416, 0.22888578474521637, 0.22281885147094727, 0.21854080259799957, 0.1923704445362091, 0.1555851399898529, 0.14755313098430634, 0.124142587184906, 0.13290134072303772, 0.13487419486045837, 0.10775191336870193, 0.11171644926071167, 0.07835327833890915, 0.022561362013220787, 0.009411291219294071, -0.03281553089618683, -0.08110474050045013, -0.10890810936689377, -0.1610611081123352, -0.1908257007598877, -0.2181372344493866, -0.2608344852924347, -0.3017481565475464, -0.32652536034584045, -0.3395046293735504, -0.32631736993789673, -0.2981424331665039, -0.29082727432250977, -0.2816281020641327, -0.2611254155635834, -0.24677838385105133, -0.2215680181980133, -0.18359075486660004, -0.1512589454650879, -0.12349195778369904, -0.08144011348485947, -0.03562057018280029, -0.017820166423916817, -0.005577865056693554, 0.014993216842412949, 0.013814082369208336, -0.010661001317203045, -0.008505335077643394, 0.014103095978498459, 0.012117879465222359, 0.009210762567818165, 0.022073421627283096, 0.04068262130022049, 0.049487486481666565, 0.07652914524078369, 0.12967823445796967, 0.14739444851875305, 0.1703847497701645, 0.179769366979599, 0.1847345232963562, 0.2041587233543396, 0.22941027581691742, 0.25481176376342773, 0.2965050935745239, 0.3304944634437561, 0.3503389358520508, 0.3842977285385132, 0.40405499935150146, 0.386067271232605, 0.37152907252311707, 0.3535315990447998, 0.3226606249809265, 0.31904616951942444, 0.3226243555545807, 0.32828134298324585, 0.3073957860469818, 0.2847709655761719, 0.23795746266841888, 0.2106575071811676, 0.1845128983259201, 0.1539892554283142, 0.14336176216602325, 0.1207476258277893, 0.08666721731424332, 0.05181274935603142, 0.02027946151793003, -0.023268122225999832, -0.06530752778053284, -0.10474606603384018, -0.15496854484081268, -0.20631055533885956, -0.2510344982147217, -0.2786973714828491, -0.3071260154247284, -0.3366575837135315, -0.33008065819740295, -0.3388068675994873, -0.34705162048339844, -0.3343433439731598, -0.3218463361263275, -0.3213716745376587, -0.3215777277946472, -0.3147093951702118, -0.30928102135658264, -0.2967764437198639, -0.2881855070590973, -0.279227614402771, -0.2626092731952667, -0.24170425534248352, -0.22263383865356445, -0.2088281810283661, -0.1891283392906189, -0.18738886713981628, -0.17817339301109314, -0.149056538939476, -0.14255473017692566, -0.1198587566614151, -0.10105776786804199, -0.08878403156995773, -0.07615725696086884, -0.07175888121128082, -0.09039045125246048, -0.10539443790912628, -0.11817978322505951, -0.1229831725358963, -0.11377567797899246, -0.10161255300045013, -0.06841340661048889, -0.043295543640851974, -0.04286070168018341, -0.022119654342532158, 0.001538779935799539, 0.04502169415354729, 0.09116119891405106, 0.0991717055439949, 0.12096281349658966, 0.17949016392230988, 0.2224636673927307, 0.26616746187210083, 0.2966975271701813, 0.30669787526130676, 0.31139281392097473, 0.3155645430088043, 0.3117958903312683, 0.31148260831832886, 0.3168429434299469, 0.33312875032424927, 0.36167412996292114, 0.3590095341205597, 0.31558582186698914, 0.28706154227256775, 0.2649037837982178, 0.2679630517959595, 0.28375735878944397, 0.27165642380714417, 0.27071884274482727, 0.28951215744018555, 0.26701831817626953, 0.24113619327545166, 0.23682408034801483, 0.1524720937013626, 0.04759849235415459, -0.002204827032983303, -0.028453435748815536, -0.03883613646030426, -0.06551415473222733, -0.10480500012636185, -0.13302694261074066, -0.14695674180984497, -0.13632231950759888, -0.1325681060552597, -0.1385507583618164, -0.14370092749595642, -0.16825927793979645, -0.18708844482898712, -0.18890731036663055, -0.17276045680046082, -0.154471755027771, -0.12736757099628448, -0.11432235687971115, -0.12198705226182938, -0.11885680258274078, -0.12152678519487381, -0.11344872415065765, -0.10865028202533722, -0.10139907151460648, -0.10603956133127213, -0.10018958896398544, -0.10090405493974686, -0.09957095980644226, -0.08711610734462738, -0.09721308946609497, -0.11028096079826355, -0.11854773759841919, -0.1255076825618744, -0.14099572598934174, -0.13452981412410736, -0.12860487401485443, -0.1468058079481125, -0.14931295812129974, -0.14571256935596466, -0.12972217798233032, -0.11041787266731262, -0.08818645030260086, -0.058996327221393585, -0.04463537409901619, -0.031621258705854416, -0.02148434706032276, -0.013000461272895336, -0.009927231818437576, -0.004081803373992443, 0.0064574372954666615, 0.02435225620865822, 0.04033257067203522, 0.05873999372124672, 0.07362141460180283, 0.08439814299345016, 0.07870149612426758, 0.06668111681938171, 0.04478147625923157, 0.028774265199899673, 0.020787851884961128, 0.03274936601519585, 0.041658662259578705, 0.04001753404736519, 0.043914370238780975, 0.03559044003486633, 0.018448369577527046, 0.006252113729715347, -0.0168068315833807, -0.0315001904964447, -0.033956605941057205, -0.029503945261240005, -0.01593385636806488, 0.0038202295545488596, 0.01473525445908308, 0.019014757126569748, 0.01867087371647358, 0.012214528396725655, 0.007385175209492445, 0.013339614495635033, 0.023581312969326973, 0.04632570594549179, 0.06001126393675804, 0.08964534848928452, 0.10726314038038254, 0.10931775718927383, 0.1089731752872467, 0.10836756229400635, 0.10918813943862915, 0.11907775700092316, 0.12958447635173798, 0.14446823298931122, 0.15542848408222198, 0.14913448691368103, 0.14062975347042084, 0.13249248266220093, 0.11916305869817734, 0.11979401856660843, 0.12080616503953934, 0.1129801869392395, 0.1072845458984375, 0.10097406059503555, 0.09417856484651566, 0.07602650672197342, 0.05342927947640419, 0.03967492654919624, 0.01179981417953968, -0.002577852923423052, -0.01139421109110117, -0.032232802361249924, -0.04961176961660385, -0.05440196767449379, -0.06140255555510521, -0.06802234053611755, -0.06986413151025772, -0.06918789446353912, -0.06908266246318817, -0.06425845623016357, -0.058758947998285294, -0.07247413694858551, -0.08162924647331238, -0.08587329834699631, -0.09945612400770187, -0.08555491268634796, -0.07343300431966782, -0.07927116751670837, -0.07639069855213165, -0.08965026587247849, -0.10442357510328293, -0.10707708448171616, -0.11553214490413666, -0.11872248351573944, -0.11695311963558197, -0.1284628063440323, -0.11885032802820206, -0.10349801927804947, -0.10030518472194672, -0.10058405995368958, -0.11350268870592117, -0.12293583899736404, -0.13265275955200195, -0.14530712366104126, -0.1345326453447342, -0.13190002739429474, -0.12151342630386353, -0.10740363597869873, -0.0932876393198967, -0.0793626457452774, -0.06335898488759995, -0.0336749292910099, 0.00934718456119299, 0.054466363042593, 0.07394900172948837, 0.09147995710372925, 0.11013355106115341, 0.12046152353286743, 0.11847653985023499, 0.12821535766124725, 0.13192787766456604, 0.131984144449234, 0.1375628113746643, 0.1527874916791916, 0.16023436188697815, 0.1716330349445343, 0.17547108232975006, 0.16771091520786285, 0.15259896218776703, 0.14191044867038727, 0.1189696341753006, 0.10427278280258179, 0.08770071715116501, 0.07803970575332642, 0.06456395983695984, 0.054514117538928986, 0.057329002767801285, 0.041996195912361145, 0.04694234952330589, 0.05456075444817543, 0.05069783329963684, 0.04017969220876694, 0.02505715750157833, 0.019404195249080658, 0.014638860709965229, 0.010742966085672379, 0.008939174003899097, 0.009677939116954803, 0.006709035020321608, 0.006774109322577715, 0.020229220390319824, 0.023272288963198662, 0.028431765735149384, 0.028145935386419296, 0.012740283273160458, -0.008728228509426117, -0.024138018488883972, -0.04849967733025551, -0.06566790491342545, -0.07289309799671173, -0.0728871300816536, -0.06331456452608109, -0.055808767676353455, -0.05661536380648613, -0.07059301435947418, -0.07818898558616638, -0.1054641455411911, -0.11443264037370682, -0.12109635770320892, -0.14204800128936768, -0.15338099002838135, -0.16812735795974731, -0.17253948748111725, -0.16467425227165222, -0.15347552299499512, -0.14252664148807526, -0.12460587918758392, -0.11965560913085938, -0.11326348036527634, -0.09532468765974045, -0.07431132346391678, -0.04629472643136978, -0.023359807208180428, 0.0016547574196010828, 0.004784981720149517, 0.00519578717648983, 0.012271104380488396, 0.017560912296175957, 0.023236965760588646, 0.027577128261327744, 0.06239822134375572, 0.09746362268924713, 0.11063433438539505, 0.13251613080501556, 0.13473381102085114, 0.12328733503818512, 0.10277403146028519, 0.08386432379484177, 0.08400624990463257, 0.08557252585887909, 0.06788066029548645, 0.051927950233221054, 0.03227420896291733, 0.03171379864215851, 0.043263185769319534, 0.06188486889004707, 0.07579991966485977, 0.059671465307474136, 0.04875532165169716, 0.062247928231954575, 0.08366972953081131, 0.08780568093061447, 0.08366645127534866, 0.0706578940153122, 0.05603765696287155, 0.040522295981645584, 0.008560772985219955, -0.011325737461447716, -0.03685975819826126, -0.04698140546679497, -0.03169199451804161, -0.006253859493881464, -0.0038527469150722027, -0.015448619611561298, -0.025229962542653084, -0.02448379062116146, -0.016386665403842926, -0.013597874902188778, -0.030136432498693466, -0.04475438594818115, -0.05195416882634163, -0.05770590528845787, -0.059998489916324615, -0.04654187336564064, -0.04245055094361305, -0.05211986228823662, -0.06637424230575562, -0.07426691800355911, -0.09081737697124481, -0.08991966396570206, -0.07787063717842102, -0.058401938527822495, -0.042706891894340515, -0.03477286174893379, -0.03101455233991146, -0.02223876304924488, -0.003916918765753508, 0.0036158086732029915, -0.010842886753380299, -0.013262171298265457, -0.02423352561891079, -0.030079824849963188, 0.01019561942666769, 0.0648837611079216, 0.09764900803565979, 0.11943431198596954, 0.12439325451850891, 0.10569661855697632, 0.08550471812486649, 0.07420599460601807, 0.06570185720920563, 0.056365009397268295, 0.05687680095434189, 0.04649870842695236, 0.042025890201330185, 0.04316869378089905, 0.03787672519683838, 0.029987972229719162, -0.0008101863786578178, -0.019844818860292435, -0.02657056599855423, -0.031287264078855515, -0.021655604243278503, -0.023067736998200417, -0.035627659410238266, -0.04044024273753166, -0.044159308075904846, -0.03830096498131752, -0.018624497577548027, -0.014152705669403076, -0.026262350380420685, -0.025913257151842117, -0.03523802384734154, -0.037178296595811844, -0.0007528300629928708, 0.054142121225595474, 0.06832781434059143, 0.035554513335227966, 0.020624075084924698, 0.011817080900073051, 0.00676106009632349, 0.006779761053621769, 0.009496381506323814, 0.004768200218677521, -0.019334889948368073, -0.029063809663057327, -0.03425125777721405, -0.041134100407361984, -0.04858878254890442, -0.04879685118794441, -0.05582347512245178, -0.05172433331608772, -0.05606123059988022, -0.0530865453183651, -0.05115608870983124, -0.0361785814166069, -0.022487875074148178, -0.020748810842633247, -0.021818405017256737, -0.023972414433956146, -0.018271518871188164, -0.023037299513816833, -0.017547814175486565, -0.0011834714096039534, -0.0019133378518745303, 0.011903487145900726, 0.028431732207536697, 0.010967684909701347, 0.002512222621589899, 0.004075219389051199, -0.0010120925726369023, 0.009753033518791199, 0.01568983495235443, 0.02477744221687317, 0.0356721393764019, 0.046937160193920135, 0.036737583577632904, 0.02672170102596283, 0.027032312005758286, 0.029291445389389992, 0.03075534477829933, 0.037833258509635925, 0.031081579625606537, 0.033523768186569214, 0.031115271151065826, 0.029461801052093506, 0.034365445375442505, 0.05532549321651459, 0.07212202996015549, 0.07219340652227402, 0.0719326063990593, 0.04954429343342781, 0.03649772331118584, 0.025497782975435257, 0.005302811041474342, 0.0027944983448833227, 0.002430105349048972, -0.007277905009686947, 0.00034364842576906085, 0.005039392039179802, -0.005541202612221241, 0.0027787904255092144, 0.0003079515299759805, -0.010852455161511898, -0.01003273855894804, -0.026075316593050957, -0.03988470509648323, -0.04910270869731903, -0.05535256117582321, -0.06511157751083374, -0.07266991585493088, -0.06776881963014603, -0.05984412506222725, -0.04883419722318649, -0.043073490262031555, -0.04414387047290802, -0.04492367058992386, -0.0520317368209362, -0.05283663421869278, -0.05394003167748451, -0.0556059330701828, -0.04643171280622482, -0.041010547429323196, -0.036538124084472656, -0.026152146980166435, -0.022027067840099335, -0.017910555005073547, -0.01786058582365513, -0.016264423727989197, -0.006698695011436939, 0.006045851390808821, 0.011276248842477798, 0.01931973360478878, 0.03249793499708176, 0.040329400449991226, 0.046060025691986084, 0.07111266255378723, 0.09410052001476288, 0.08306239545345306, 0.07654013484716415, 0.06214795261621475, 0.04949229955673218, 0.031204791739583015, 0.024725260213017464, 0.030896909534931183, 0.025396332144737244, 0.019905872642993927, 0.027331611141562462, 0.020297998562455177, 0.028296004980802536, 0.03700912743806839, 0.03191208094358444, 0.03709527850151062, 0.035805560648441315, 0.019250983372330666, 0.010506981983780861, -0.006773645989596844, -0.00962388888001442, -0.010295909829437733, -0.010493183508515358, -0.00641994085162878, 0.004287723917514086, 0.005605469457805157, -0.009367741644382477, -0.014223827980458736, -0.02278073877096176, -0.023721078410744667, -0.02765403687953949, -0.0378250889480114, -0.030657825991511345, -0.0346829853951931, -0.03391255810856819, -0.03041648119688034, -0.038889508694410324, -0.04370696097612381, -0.04426259547472, -0.0478287972509861, -0.04952630028128624, -0.04962483048439026, -0.049959152936935425, -0.0507458932697773, -0.0458357073366642, -0.04086773842573166, -0.04282543808221817, -0.048691440373659134, -0.04030605033040047, -0.03604073077440262, -0.03769046440720558, -0.03019169345498085, -0.021912112832069397, -0.012613732367753983, 0.031997423619031906, 0.08176957815885544, 0.10630663484334946, 0.10582410544157028, 0.09258913993835449, 0.07975803315639496, 0.05902497470378876, 0.030639847740530968, 0.024609096348285675, 0.01963742822408676, 0.017447490245103836, 0.014485789462924004, 0.00858895480632782, 0.012649904936552048, 0.0192607119679451, 0.02565895766019821, 0.03487198054790497, 0.043299514800310135, 0.0564410537481308, 0.05903283879160881, 0.05723832547664642, 0.0567777194082737, 0.05658295005559921, 0.03823285549879074, 0.03203464299440384, 0.031453393399715424, 0.029543332755565643, 0.02914668619632721, 0.02551879547536373, 0.03540019690990448, 0.03314241021871567, 0.0013381603639572859, -0.02043984830379486, -0.043831776827573776, -0.04891858249902725, -0.03193928301334381, -0.013830217532813549, -0.0032617845572531223, -0.02567240782082081, -0.039086055010557175, -0.029739469289779663, -0.013030466623604298, -0.0087376544252038, -0.009010465815663338, -0.016463473439216614, -0.02565423771739006, -0.03101670742034912, -0.041627056896686554, -0.06412447988986969, -0.09188560396432877, -0.10633642226457596, -0.0861220434308052, -0.08353571593761444, -0.11325951665639877, -0.12149163335561752, -0.10887466371059418, -0.09148243069648743, -0.06096561253070831, -0.039998531341552734, -0.0328526645898819, -0.03518281504511833, -0.038984958082437515, -0.04500994831323624, -0.05186948552727699, -0.05114811286330223, -0.052576713263988495, -0.04610710218548775, -0.017920179292559624, -0.0007623679121024907, 0.0011947883758693933, 0.0047400277107954025, 0.009110682643949986, 0.021670296788215637, 0.04523318633437157, 0.05465203523635864, 0.06867912411689758, 0.06223442405462265, 0.03720811754465103, 0.052633292973041534, 0.052513085305690765, 0.0442519411444664, 0.07213277369737625, 0.09610605984926224, 0.09726729989051819, 0.08379650861024857, 0.07724937796592712, 0.08427020162343979, 0.07904364913702011, 0.08004095405340195, 0.08539402484893799, 0.069503553211689, 0.062458351254463196, 0.05657770484685898, 0.04198163375258446, 0.035629820078611374, 0.03571842238306999, 0.04006126895546913, 0.047117214649915695, 0.04712565988302231, 0.04277456924319267, 0.030973942950367928, 0.01970561593770981, 0.010067285038530827, 0.006429243367165327, 0.009971598163247108, 0.0030488541815429926, -0.0005645541823469102, -0.0049194032326340675, -0.005507552996277809, -0.0010409703245386481, -3.439456122578122e-05, -0.005268516484647989, -0.009323472157120705, -0.015692729502916336, -0.02645808830857277, -0.02783001959323883, -0.018935516476631165, -0.027260342612862587, -0.028642157092690468, -0.03250414878129959, -0.023900097236037254, -0.016414223238825798, -0.02234509028494358, -0.022390877828001976, -0.022303741425275803, -0.03821414336562157, -0.04983725771307945, -0.054950959980487823, -0.04950219392776489, -0.04511161893606186, -0.04426794499158859, -0.04331735894083977, -0.043847911059856415, -0.04412083700299263, -0.037313882261514664, -0.03877027705311775, -0.033546507358551025, -0.03758453205227852, -0.036501847207546234, -0.03812160715460777, -0.029690276831388474, -0.01756414957344532, -0.01065395399928093, -0.001145272864960134, 0.003278855700045824, 8.831246987028862e-07, 0.0021805870346724987, 8.772076398599893e-05, 0.00037481769686564803, -0.004241975490003824, -0.005235804710537195, -0.0009997226297855377, 0.010661299340426922, 0.023845486342906952, 0.028903644531965256, 0.023221304640173912, 0.015040779486298561, -0.0036350556183606386, -0.02523590624332428, -0.015057304874062538, -0.010237238369882107, -0.014954105950891972, -0.00788029097020626, 0.010618144646286964, 0.03745031729340553, 0.05350301414728165, 0.04341498017311096, 0.024868443608283997, 0.0308973491191864, 0.03918847069144249, 0.04076658561825752, 0.042663365602493286, 0.044243354350328445, 0.04685169458389282, 0.05225597694516182, 0.05338117107748985, 0.03531995415687561, 0.0014905541902408004, -0.012865623459219933, 0.0025478729512542486, 0.007515082135796547, -0.0011946615995839238, -0.013740192167460918, -0.01830340176820755, -0.0035842673387378454, 0.017506901174783707, 0.024720899760723114, 0.026207616552710533, 0.022608282044529915, 0.015979807823896408, 0.016964828595519066, 0.005108793266117573, -0.010100550018250942, -0.030825436115264893, -0.0367121696472168, -0.01676137186586857, -0.015319539234042168, -0.03677629679441452, -0.05142997205257416, -0.046833351254463196, -0.017659280449151993, 0.005889777559787035, 0.012062235735356808, 0.0235042255371809, 0.027003150433301926, 0.016579080373048782, 0.017811769619584084, 0.006897725630551577, -0.014276592992246151, -0.031058767810463905, -0.02836928330361843, -0.011797438375651836, -0.0028248450253158808, -0.03104301355779171, -0.04143156483769417, -0.0355648435652256, -0.021377140656113625, 0.003279309254139662, 0.013654508627951145, 0.012354920618236065, 0.01113474927842617, 0.006109361071139574, -0.007225668523460627, -0.034217752516269684, -0.04542209580540657, -0.06447427719831467, -0.0717601552605629, -0.04601519554853439, -0.041064027696847916, -0.06921504437923431, -0.0683264210820198, -0.059293489903211594, -0.05502087250351906, -0.02795013226568699, -0.013802949339151382, -0.009095004759728909, -0.0004470267449505627, 0.008689606562256813, 0.006606450770050287, 0.010227271355688572, 0.016744762659072876, 0.018619664013385773, 0.02802509255707264, 0.041048530489206314, 0.045224878937006, 0.048158906400203705, 0.03161942586302757, 0.024288563057780266, 0.017197832465171814, -0.005665496923029423, -0.016024060547351837, -0.028097080066800117, -0.04248068481683731, -0.04206081107258797, -0.03567254915833473, -0.022035719826817513, 0.022801389917731285, 0.047297049313783646, 0.05546209216117859, 0.08029813319444656, 0.08994592726230621, 0.0875038206577301, 0.07616029679775238, 0.06069284304976463, 0.05244371294975281, 0.04777366667985916, 0.044873230159282684, 0.029641898348927498, 0.023859772831201553, 0.013220345601439476, -0.01851906068623066, -0.020899897441267967, -0.019613469019532204, -0.026788141578435898, -0.023262547329068184, -0.010460815392434597, 0.009496231563389301, 0.008514880202710629, -0.011497730389237404, -0.009119135327637196, 0.006136974785476923, 0.020543940365314484, 0.026462111622095108, 0.02849516086280346, 0.028659803792834282, 0.027476714923977852, 0.033568453043699265, 0.022068466991186142, 8.00749912741594e-05, -0.02180120348930359, -0.028293728828430176, -0.01007284689694643, -0.01189661119133234, -0.022995978593826294, -0.033198095858097076, -0.02980181947350502, -0.011310296133160591, 0.017192700877785683, 0.031674448400735855, 0.03400930017232895, 0.0288779865950346, 0.024564016610383987, 0.021137896925210953, 0.016118954867124557, -0.00401595002040267, -0.029385985806584358, -0.04004679247736931, -0.02226956933736801, -0.004808439407497644, -0.025956453755497932, -0.03599162399768829, -0.03769608959555626, -0.03198522701859474, -0.00359923904761672, 0.015089880675077438, 0.018685461953282356, 0.0073718600906431675, -0.015977833420038223, -0.02129264734685421, -0.037566136568784714, -0.05830131471157074, -0.06521140784025192, -0.06764459609985352, -0.044470444321632385, -0.04144523665308952, -0.059662722051143646, -0.059994399547576904, -0.044428855180740356, -0.021833600476384163, 0.012185311876237392, 0.02957536093890667, 0.035013165324926376, 0.04388660937547684, 0.04033796116709709, 0.03644490987062454, 0.021930642426013947, 0.008963461965322495, -0.005644714459776878, -0.010812759399414062, 0.01745527796447277, 0.030997613444924355, 0.0017202665330842137, -0.007745075039565563, 0.0023160541895776987, 0.019777145236730576, 0.047953445464372635, 0.05638616904616356, 0.05759863555431366, 0.050182439386844635, 0.04222678393125534, 0.039079561829566956, 0.012564901262521744, 0.004668392241001129, -0.012991602532565594, -0.018741536885499954, 0.0050702523440122604, 0.01693195290863514, 0.027057353407144547, 0.0202212855219841, -0.004326710477471352, 0.001337046967819333, 0.020042788237333298, 0.02759762480854988, 0.03517872095108032, 0.03281695768237114, 0.022093795239925385, 0.02458321675658226, 0.009916701354086399, -0.011687535792589188, -0.0454690046608448, -0.05568567290902138, -0.03213058412075043, 0.0002283969515701756, 0.019691169261932373, 0.019773755222558975, 0.00907648354768753, 0.01374451071023941, 0.03402291610836983, 0.03489508852362633, 0.05171942338347435, -0.02977435104548931, -0.15856079757213593, -0.3149987757205963, -0.18212896585464478, -0.09268604218959808, -0.015287245623767376, -0.04243325814604759, -0.2826298773288727, -0.36386170983314514, -0.07588467746973038, -0.061661239713430405, 0.011652530170977116, 0.03434557467699051, -0.08546844124794006, 0.10336137562990189, 0.036493875086307526, 0.07261145859956741, 0.15558065474033356, 0.061367351561784744, -0.019247904419898987, 0.05164321884512901, -0.20849037170410156, 0.05436139553785324, -0.35095545649528503, -0.0013772501843050122, 0.11114773154258728, -0.0021603316999971867, 0.27678561210632324, 0.03246277943253517, 0.2438153773546219, 0.06582867354154587, 0.07162819057703018, 0.08580265939235687, -0.004505714867264032, 0.13952894508838654, -0.08119867742061615, 0.1553727686405182, -0.020699331536889076, 0.17645493149757385, 0.1743847131729126, 0.1473332643508911, 0.13919194042682648, 0.023126590996980667, 0.1137450560927391, -0.03602224588394165, -0.1364319920539856, 0.1574668139219284, -0.023379230871796608, 0.17459464073181152, -0.1228547915816307, 0.05315018817782402, -0.0035175136290490627, 0.033592939376831055, 0.020125076174736023, 0.041844699531793594, 0.07173223793506622, 0.03577548637986183, 0.06518014520406723, -0.08623302727937698, 0.07737849652767181, 0.04930167645215988, 0.06297124177217484, 0.10665389895439148, 0.05570322275161743, -0.008046401664614677, 0.0037231184542179108, 0.07874491810798645, 0.03884998336434364, -0.030008114874362946, -0.0570378452539444, -0.059493664652109146, -0.08988182246685028, -0.14565153419971466, -0.0715421661734581, -0.04279431328177452, -0.026412002742290497, -0.07188401371240616, -0.10960506647825241, -0.06666043400764465, -0.14175695180892944, -0.14954537153244019, -0.10441461950540543, -0.12054556608200073, -0.17529922723770142, -0.20107540488243103, -0.02404501847922802, -0.03933963552117348, -0.05997017025947571, -0.0436895489692688, -0.044667575508356094, -0.053546175360679626, -0.1420411467552185, -0.06185869127511978, -0.023758672177791595, -0.04222540929913521, 0.01809842884540558, -0.025255665183067322, 0.005808625370264053, -0.04453727602958679, -0.01116714533418417, 0.03894857317209244, 0.03850724920630455, 0.011297830380499363, 0.010624553076922894, -0.008879990316927433, -0.06189402565360069, -0.05205663666129112, 0.02235790714621544, 0.1775360256433487, 0.03740363195538521, 0.008420983329415321, 0.02631354331970215, 0.04882512241601944, 0.025082366541028023, -0.06027791276574135, 0.054963648319244385, 0.07573392987251282, 0.09830460697412491, 0.009471140801906586, 0.13182954490184784, 0.12689116597175598, 0.1009381040930748, 0.07718450576066971, 0.09140292555093765, 0.12707261741161346, 0.12729699909687042, 0.14867514371871948, 0.1559065878391266, 0.12899476289749146, 0.11409461498260498, 0.050311379134655, 0.14283107221126556, 0.04458898678421974, 0.029374076053500175, 0.14440566301345825, 0.12343110889196396, 0.07450274378061295, -0.025223596021533012, -0.011468245647847652, 0.03140722215175629, -0.04038039967417717, -0.06546898186206818, 0.02673087641596794, -0.05376084893941879, -0.008200615644454956, -0.016927359625697136, -0.05325860530138016, -0.06881171464920044, -0.12539330124855042, -0.11506932228803635, -0.0860670730471611, -0.07242423295974731, -0.0877823680639267, -0.08982077986001968, -0.054511379450559616, -0.11897169053554535, -0.15203319489955902, -0.2100280523300171, -0.2393733114004135, -0.2402413785457611, -0.2136324793100357, -0.1420767903327942, -0.07316254079341888, -0.15628699958324432, -0.18139412999153137, -0.15474535524845123, -0.11727339774370193, -0.07767052948474884, -0.11483028531074524, -0.1445285677909851, -0.20120656490325928, -0.3053736686706543, -0.13885809481143951, -0.1081138327717781, -0.04890388622879982, -0.020144933834671974, -0.04229819402098656, -0.05213212966918945, -0.08614319562911987, -0.051248569041490555, -0.03633958101272583, -0.028547825291752815, 0.06997470557689667, 0.1601477861404419, 0.2233116179704666, 0.2471758872270584, 0.19352665543556213, 0.27364736795425415, 0.35945290327072144, 0.4327346980571747, 0.4459349513053894, 0.4394891858100891, 0.47511327266693115, 0.4751560389995575, 0.5218794345855713, 0.5993551015853882, 0.5521200895309448, 0.4997560977935791, 0.4876198470592499, 0.47754204273223877, 0.489959716796875, 0.3543628752231598, 0.2599810063838959, 0.1725606620311737, 0.02506359852850437, -0.02567122131586075, -0.07103285193443298, -0.12510164082050323, -0.11898152530193329, -0.1515628844499588, -0.18844640254974365, -0.2115248292684555, -0.30797162652015686, -0.42721426486968994, -0.47673696279525757, -0.47341808676719666, -0.5179119110107422, -0.5487901568412781, -0.5379214286804199, -0.643415093421936, -0.6497520804405212, -0.5431733727455139, -0.45638763904571533, -0.3706459701061249, -0.3088725805282593, -0.3673914074897766, -0.4063654839992523, -0.4004381597042084, -0.4570062458515167, -0.5165879130363464, -0.5153352618217468, -0.5130276083946228, -0.42492401599884033, -0.3947829604148865, -0.3870709538459778, -0.36702972650527954, -0.32799026370048523, -0.19671198725700378, -0.12181589752435684, -0.11181169003248215, -0.0479436032474041, -0.021065156906843185, -0.026347171515226364, 0.02495451644062996, 0.12288066744804382, 0.12692534923553467, 0.15526847541332245, 0.2654225528240204, 0.42269229888916016, 0.6158990859985352, 0.7996572256088257, 0.9780248403549194, 1.159470558166504, 1.2840135097503662, 1.4315249919891357, 1.6337260007858276, 1.7686964273452759, 1.8259905576705933, 1.8226145505905151, 1.5906246900558472, 1.1999891996383667, 0.8209962844848633, 0.37381261587142944, 0.11708901822566986, 0.033623334020376205, 0.013840841129422188, 0.07142959535121918, 0.09773706644773483, 0.05297642573714256, -0.05703992396593094, -0.2625132203102112, -0.4926340878009796, -0.7138431072235107, -0.983780562877655, -1.2450053691864014, -1.4308487176895142, -1.5921577215194702, -1.4741371870040894, -1.1325868368148804, -0.7947480082511902, -0.4647032618522644, -0.24306590855121613, -0.20418138802051544, -0.26803746819496155, -0.3967513144016266, -0.4903537631034851, -0.40991905331611633, -0.3168588876724243, -0.2219301015138626, -0.12508442997932434, -0.08137238770723343, -0.04852089285850525, 0.04827512800693512, 0.07489898055791855, 0.07856633514165878, -0.0011655944399535656, -0.23468217253684998, -0.41577374935150146, -0.6282316446304321, -0.8357910513877869, -0.8531108498573303, -0.8655202388763428, -0.8879225254058838, -0.8764609694480896, -0.9394596219062805, -0.9365087747573853, -0.9087198376655579, -0.8440055847167969, -0.8812564611434937, -0.9597388505935669, -0.8040890097618103, -0.6628624796867371, -0.39057883620262146, -0.19333842396736145, 0.04646080732345581, 0.2960392236709595, 0.5129697918891907, 0.7856674194335938, 0.9924182891845703, 1.1613998413085938, 1.3767881393432617, 1.6054081916809082, 1.8106809854507446, 2.0841317176818848, 2.357875347137451, 2.6703219413757324, 2.9300317764282227, 3.0590245723724365, 3.064518690109253, 2.858535051345825, 2.517524242401123, 2.1866812705993652, 1.5689142942428589, 0.8097078800201416, 0.1861637830734253, -0.36560681462287903, -0.6666998863220215, -0.7351582646369934, -0.7711852788925171, -0.9118602275848389, -1.0855745077133179, -1.356747031211853, -1.7388745546340942, -2.048046350479126, -2.202183723449707, -2.2184696197509766, -2.177335500717163, -2.076066493988037, -1.8842920064926147, -1.5759968757629395, -1.0782485008239746, -0.4088030755519867, 0.11439605802297592, 0.5040306448936462, 0.765556275844574, 0.8453182578086853, 0.8799865245819092, 0.935675859451294, 1.0008634328842163, 1.1984455585479736, 1.3517529964447021, 1.365529179573059, 1.2850980758666992, 1.0439317226409912, 0.680761992931366, 0.44809746742248535, -0.11997772753238678, -0.8068998456001282, -1.187126874923706, -1.660370945930481, -1.9432196617126465, -2.0769870281219482, -2.167569637298584, -2.2036008834838867, -2.243734836578369, -2.4111859798431396, -2.5010063648223877, -2.5305349826812744, -2.5255353450775146, -2.2850611209869385, -1.942634105682373, -1.5512373447418213, -1.111434817314148, -0.7826160192489624, -0.3419288992881775, 0.06847011297941208, 0.28199082612991333, 0.5367213487625122, 0.8121605515480042, 1.0205390453338623, 1.2817590236663818, 1.5302460193634033, 1.7855952978134155, 2.1747002601623535, 2.393172264099121, 2.507519006729126, 2.662822723388672, 2.602414846420288, 2.5602424144744873, 2.79207706451416, 3.0957913398742676, 3.5500950813293457, 4.030212879180908, 4.356142520904541, 4.617073059082031, 4.276347637176514, 3.3613243103027344, 1.176885724067688, -1.3419674634933472, -2.7726998329162598, -3.737726926803589, -3.2024903297424316, -2.3228068351745605, -1.6202925443649292, -1.4477753639221191, -1.611926794052124, -2.5200483798980713, -3.4986555576324463, -4.16791296005249, -4.219885349273682, -3.589639663696289, -2.765213966369629, -2.0832667350769043, -1.1202104091644287, -0.19337086379528046, 1.0188885927200317, 2.0545101165771484, 2.262127161026001, 2.337282657623291, 2.291306972503662, 2.191751003265381, 2.407135248184204, 2.9176108837127686, 3.2817583084106445, 3.8424549102783203, 3.575789451599121, 2.685589551925659, 1.5320988893508911, 0.42664700746536255, -0.43306899070739746, -0.8592097759246826, -1.5502898693084717, -1.991682529449463, -2.1941123008728027, -2.608555793762207, -2.80594801902771, -3.379014730453491, -4.486782073974609, -4.786358833312988, -5.010385990142822, -4.916296482086182, -3.9086108207702637, -2.8181300163269043, -1.7319276332855225, -0.8081740140914917, -0.5822666883468628, -0.5221313238143921, -0.5273516774177551, -0.5101097226142883, 0.11720588058233261, 0.9239159226417542, 1.5500319004058838, 2.2267417907714844, 2.519056558609009, 2.5712857246398926, 2.5584137439727783, 2.026085615158081, 1.6211897134780884, 1.370782494544983, 0.8305475115776062, 0.6351624727249146, 0.843106210231781, 1.126582145690918, 1.6555736064910889, 1.7657471895217896, 1.6562323570251465, 1.4800633192062378, 1.1049318313598633, 0.8460807204246521, 1.2890303134918213, 2.1108059883117676, 3.0854272842407227, 4.4297380447387695, 5.658381462097168, 4.752537250518799, 1.657651424407959, -1.2177284955978394, -3.6723458766937256, -4.276422500610352, -2.8829054832458496, -1.226208209991455, -0.28395310044288635, 0.12024153023958206, -0.43940305709838867, -1.7727015018463135, -3.119292736053467, -3.996411085128784, -3.9478280544281006, -3.3122878074645996, -2.611551523208618, -1.9159345626831055, -1.2498942613601685, 0.13142278790473938, 1.8386883735656738, 2.20145320892334, 1.8141024112701416, 1.225824236869812, 0.5682211518287659, 0.624923050403595, 1.5872536897659302, 2.796005964279175, 4.1389384269714355, 4.613076686859131, 3.86421537399292, 2.3753395080566406, 0.5443896651268005, -0.6217493414878845, -0.8798997402191162, -1.2528220415115356, -1.7097806930541992, -1.8867673873901367, -2.2418789863586426, -2.199965715408325, -2.258537769317627, -3.0461225509643555, -3.7773618698120117, -4.570048809051514, -5.341392517089844, -4.972875595092773, -3.707012176513672, -2.081183671951294, -0.33586883544921875, 0.5411335825920105, 0.5234926342964172, -0.2453085333108902, -1.1266263723373413, -1.2395100593566895, -0.5085119009017944, 0.608974277973175, 1.8037835359573364, 2.5160725116729736, 2.610311508178711, 2.4871432781219482, 2.0633842945098877, 1.6373958587646484, 1.359798550605774, 0.6954495906829834, 0.09097247570753098, -0.06976991891860962, -0.03618249297142029, 0.44318366050720215, 1.130639910697937, 1.5676366090774536, 1.5008089542388916, 1.0085405111312866, 0.4539490342140198, 0.23313124477863312, 0.6148011088371277, 1.6483798027038574, 3.033130407333374, 4.355179786682129, 5.44121789932251, 6.479292869567871, 6.367077350616455, 2.530222177505493, -0.6923650503158569, -3.3012139797210693, -4.954092025756836, -3.133277177810669, -1.046413540840149, 0.14035867154598236, 0.47449371218681335, -0.3848385512828827, -2.421865463256836, -4.205615997314453, -5.489480018615723, -5.349313735961914, -3.999791383743286, -2.67071270942688, -1.428917407989502, -0.509880781173706, 0.13151860237121582, 1.720727562904358, 1.7600698471069336, 0.8274258375167847, 0.5690751075744629, 0.3671795427799225, 0.8728876709938049, 2.8522236347198486, 4.402578830718994, 5.784265041351318, 6.287182331085205, 4.575215816497803, 2.4568746089935303, 0.1786893755197525, -1.2606173753738403, -1.0773141384124756, -0.7243705987930298, -1.1184874773025513, -1.171372413635254, -1.8577648401260376, -2.7059485912323, -3.0509698390960693, -4.193350315093994, -5.284154415130615, -5.471362590789795, -5.814538955688477, -5.042304992675781, -3.211646556854248, -1.5931382179260254, -0.2949472665786743, 0.22431610524654388, -0.4198310971260071, -1.2090429067611694, -1.9960931539535522, -1.6700572967529297, -0.10227103531360626, 1.4449150562286377, 2.707226514816284, 3.411625862121582, 2.9236392974853516, 2.243447780609131, 1.6480088233947754, 0.9932517409324646, 0.9721560478210449, 0.9034578800201416, 0.46434107422828674, 0.6568161845207214, 0.7258139848709106, 0.6178980469703674, 0.8293954133987427, 0.8682103157043457, 0.553632915019989, 0.23518036305904388, -0.08979089558124542, 0.020731762051582336, 0.8914774060249329, 1.8085026741027832, 2.9281115531921387, 4.187551021575928, 4.976492404937744, 5.639350414276123, 6.58323335647583, 3.8375866413116455, -0.14446446299552917, -2.1151390075683594, -4.511627674102783, -3.2668356895446777, -0.85389244556427, 0.6286402940750122, 0.8004909157752991, 0.07817085087299347, -2.1184093952178955, -3.8568115234375, -5.181588649749756, -5.148386001586914, -3.512284517288208, -2.149847984313965, -1.0786006450653076, -0.1186610534787178, -0.1826973259449005, 0.8356016874313354, 1.4152075052261353, 0.216798335313797, 0.05741973593831062, 0.25784832239151, 0.49813276529312134, 2.2196459770202637, 4.20869255065918, 5.161970615386963, 6.031073570251465, 4.374040603637695, 1.9557896852493286, -0.06362982839345932, -1.4924211502075195, -1.2028529644012451, -0.15024937689304352, -0.46516910195350647, -0.7624117732048035, -1.392405390739441, -2.954176187515259, -3.533703327178955, -4.148239612579346, -5.362852096557617, -5.325931549072266, -5.172209739685059, -4.982875823974609, -3.1808722019195557, -1.631339192390442, -0.5977038741111755, 0.08924220502376556, -0.5492066144943237, -1.3906221389770508, -1.8759732246398926, -1.6796311140060425, -0.12209087610244751, 1.6987383365631104, 2.7389228343963623, 3.301305055618286, 2.6598691940307617, 1.5119110345840454, 1.1241408586502075, 0.8895257115364075, 0.9826271533966064, 1.4320467710494995, 1.0314385890960693, 0.6575428247451782, 0.4622715413570404, -0.05486401543021202, -0.008263691328465939, 0.4936840236186981, 0.5303794145584106, 0.4572177231311798, 0.5191378593444824, 0.5515480637550354, 1.1579476594924927, 1.797375202178955, 2.7369446754455566, 3.8099987506866455, 4.803493976593018, 5.481317043304443, 6.549673080444336, 5.8155412673950195, 1.8186103105545044, -0.22115574777126312, -2.7969164848327637, -3.409716844558716, -1.3835458755493164, -0.03509499877691269, 0.31898871064186096, 0.3414800763130188, -1.0840990543365479, -2.9996466636657715, -4.271844863891602, -4.997542381286621, -4.471951961517334, -3.0520808696746826, -2.166774034500122, -1.0342953205108643, -0.5051017999649048, -0.02195669710636139, 0.9055016040802002, -0.06562719494104385, -0.7830896973609924, -0.36128321290016174, -0.044679444283246994, 1.1966443061828613, 3.5439863204956055, 4.622189998626709, 5.37300443649292, 4.766783714294434, 2.576214551925659, 0.6322768926620483, -0.6531751751899719, -0.9571488499641418, -0.13511522114276886, -0.07880550622940063, -0.6773117184638977, -0.8756906986236572, -2.2394046783447266, -3.280255079269409, -3.6924052238464355, -5.166447162628174, -5.373453617095947, -4.946411609649658, -4.933294296264648, -3.60977840423584, -2.0284371376037598, -1.3672133684158325, -0.8200191259384155, -0.9308615922927856, -1.5854580402374268, -1.8192254304885864, -1.7342596054077148, -0.716621994972229, 0.9575378894805908, 2.012620687484741, 2.5884320735931396, 2.507660388946533, 1.7354899644851685, 1.3533787727355957, 1.2039451599121094, 1.1202462911605835, 1.557963252067566, 1.575448989868164, 1.320722222328186, 1.4263941049575806, 0.9557454586029053, 0.7131228446960449, 0.9788927435874939, 1.0269112586975098, 1.0160751342773438, 1.137998104095459, 1.2022477388381958, 1.745580792427063, 2.4448299407958984, 2.892444372177124, 3.7149388790130615, 4.542422294616699, 5.02007532119751, 5.903939723968506, 4.448136329650879, 0.8906357884407043, -0.7743934988975525, -3.206327438354492, -2.8727145195007324, -1.0982067584991455, 0.1340963989496231, 0.4106818437576294, 0.11363565921783447, -1.8620659112930298, -3.71250319480896, -4.686049461364746, -5.015435218811035, -3.9505887031555176, -2.4419100284576416, -1.6999553442001343, -0.7298288941383362, -0.5287085771560669, -0.27134063839912415, 0.31071263551712036, -0.6146675944328308, -0.8632625937461853, -0.29748106002807617, 0.1858147531747818, 1.4129985570907593, 3.4985108375549316, 4.419601917266846, 5.0571489334106445, 3.93410587310791, 1.8098551034927368, 0.0654805600643158, -0.8307666182518005, -0.740562915802002, 0.28019222617149353, 0.34590277075767517, -0.006889815907925367, -0.8362884521484375, -2.5331060886383057, -3.7828474044799805, -4.354083061218262, -4.702180862426758, -4.716303825378418, -4.081130027770996, -3.8535211086273193, -3.1528210639953613, -2.2818305492401123, -1.8086153268814087, -1.424022912979126, -1.2803837060928345, -1.5592559576034546, -1.6110633611679077, -1.2749019861221313, -0.3959696292877197, 0.8867661356925964, 1.926884412765503, 2.2204012870788574, 1.9914956092834473, 1.3911257982254028, 1.0261974334716797, 1.2252824306488037, 1.659292459487915, 2.2541143894195557, 2.3285274505615234, 1.9834405183792114, 1.4814985990524292, 1.039469838142395, 0.9293661713600159, 1.4063948392868042, 1.9949523210525513, 2.0513932704925537, 2.0653879642486572, 2.002669334411621, 2.021375894546509, 2.6033365726470947, 3.4629921913146973, 4.366021156311035, 5.3327741622924805, 6.0658721923828125, 3.6117403507232666, 0.30846938490867615, -1.5393970012664795, -3.885045051574707, -2.9047598838806152, -0.862403929233551, 0.24464835226535797, 0.029796063899993896, -0.7619943022727966, -2.656083583831787, -4.199899673461914, -4.818121433258057, -4.462350368499756, -3.2662546634674072, -2.199995994567871, -1.6395769119262695, -1.0501741170883179, -1.0922081470489502, -0.009300151839852333, 0.6180936694145203, -0.09648467600345612, -0.15496553480625153, -0.2570054233074188, -0.03039073944091797, 1.356374979019165, 3.2423319816589355, 4.406633377075195, 5.118448734283447, 3.589480400085449, 1.4276500940322876, -0.27622896432876587, -1.1492048501968384, -0.478969007730484, 0.5925288796424866, 0.42668381333351135, -0.10260815173387527, -1.2147364616394043, -3.102933168411255, -4.162442207336426, -4.341935157775879, -4.600327491760254, -4.203189849853516, -4.0855937004089355, -3.9855501651763916, -3.1896474361419678, -2.464740514755249, -1.7149378061294556, -1.1190712451934814, -1.327067494392395, -1.567266583442688, -1.72647225856781, -1.3006551265716553, 0.1395413726568222, 1.5113385915756226, 2.242328643798828, 2.5752875804901123, 1.83748459815979, 0.9551076889038086, 1.0557758808135986, 1.4655550718307495, 2.3685085773468018, 3.159128427505493, 2.892117500305176, 2.313772678375244, 1.6184138059616089, 1.0498414039611816, 1.2937077283859253, 1.9328882694244385, 2.2265570163726807, 2.2396535873413086, 2.019976854324341, 1.7199621200561523, 2.0772864818573, 2.957165002822876, 4.170410633087158, 5.213729381561279, 5.912748336791992, 3.479400157928467, -0.2839020788669586, -2.157336473464966, -4.1378936767578125, -2.8667869567871094, -0.7495017647743225, 0.647471010684967, 0.5978060364723206, -0.5886937379837036, -2.5329883098602295, -4.0809712409973145, -4.8049445152282715, -4.321384429931641, -2.8557486534118652, -1.7965176105499268, -1.1349635124206543, -0.7469534277915955, -1.1140482425689697, -0.38224607706069946, 0.13888102769851685, -0.30603423714637756, 0.005655029788613319, 0.03706152364611626, 0.33541756868362427, 1.4114372730255127, 2.803112745285034, 3.7293946743011475, 4.280882835388184, 2.9839890003204346, 1.3325127363204956, -0.09476132690906525, -1.0437605381011963, -0.3263755738735199, 0.5925748348236084, 0.4184458553791046, -0.05747115612030029, -0.9864996075630188, -3.012014389038086, -4.0343451499938965, -4.2616658210754395, -4.819144248962402, -4.1102190017700195, -3.7749979496002197, -3.5592763423919678, -2.7081940174102783, -2.282912254333496, -1.7561707496643066, -1.4463379383087158, -1.8051210641860962, -1.9415467977523804, -2.0062363147735596, -1.4365580081939697, 0.25005969405174255, 1.6125508546829224, 2.257262945175171, 2.4883296489715576, 1.5103871822357178, 0.5737010836601257, 0.662544846534729, 1.0853534936904907, 2.3071305751800537, 3.598280191421509, 3.5767526626586914, 3.095196485519409, 2.431676149368286, 1.475159764289856, 1.604055643081665, 1.929058313369751, 2.1595709323883057, 2.6331589221954346, 2.6765692234039307, 2.7688724994659424, 3.27134370803833, 3.9013805389404297, 4.820582866668701, 5.864579200744629, 3.609403371810913, -0.11409555375576019, -2.405352830886841, -4.7385334968566895, -3.5799078941345215, -1.1053931713104248, 0.6989988684654236, 1.1251553297042847, -0.07352932542562485, -2.6598410606384277, -4.673791885375977, -5.472066402435303, -4.734639644622803, -2.5422749519348145, -1.2662750482559204, -0.7512866854667664, -0.5296696424484253, -1.2575268745422363, -0.7828377485275269, -0.10312404483556747, -0.3995577394962311, 0.1305701583623886, 0.4346449673175812, 0.48652663826942444, 1.6026078462600708, 3.211578130722046, 4.0921783447265625, 4.653956413269043, 3.0978517532348633, 0.8957963585853577, -0.5912315845489502, -1.4087333679199219, -0.35416582226753235, 1.0040377378463745, 0.7146487832069397, -0.004007688723504543, -1.5031718015670776, -3.720163106918335, -4.23494291305542, -4.364641189575195, -4.20688533782959, -3.5794525146484375, -3.5164308547973633, -3.9788315296173096, -3.4608256816864014, -2.970623731613159, -2.2836737632751465, -1.4243403673171997, -1.4530069828033447, -1.7421375513076782, -2.0964245796203613, -1.8931020498275757, -0.5444866418838501, 1.0588581562042236, 2.2703680992126465, 2.7749595642089844, 2.103959083557129, 1.1358494758605957, 0.9249799847602844, 1.354642391204834, 2.472618579864502, 3.9128246307373047, 4.241040229797363, 3.936901807785034, 3.1033616065979004, 2.1779699325561523, 2.020845413208008, 2.506709575653076, 3.1330063343048096, 3.4077672958374023, 3.5959339141845703, 3.6025068759918213, 3.961202383041382, 4.974037170410156, 5.620354175567627, 2.996523380279541, -0.046346861869096756, -2.9799916744232178, -5.427437782287598, -4.15443754196167, -1.9313923120498657, 0.17972910404205322, 0.8505318760871887, 0.115110382437706, -2.6810545921325684, -5.104347229003906, -6.334744930267334, -5.442117691040039, -3.2041103839874268, -1.3437927961349487, -0.029643764719367027, 0.062368180602788925, -0.7991520166397095, -0.39524781703948975, -0.5170006155967712, -0.5203412771224976, 0.2347339242696762, 0.8365615606307983, 1.0697001218795776, 2.0608420372009277, 3.3194971084594727, 4.227911472320557, 4.858740329742432, 3.6003665924072266, 1.9441174268722534, 0.035387538373470306, -1.3064773082733154, -0.8663582801818848, -0.19097378849983215, -0.02167537435889244, -0.06190076470375061, -1.3938572406768799, -3.283964157104492, -4.398375034332275, -4.936188220977783, -5.084898471832275, -4.316156387329102, -3.988436698913574, -3.6621670722961426, -3.20940899848938, -3.047276258468628, -2.560622453689575, -2.238528251647949, -2.1046507358551025, -1.9985233545303345, -2.010835886001587, -1.406105875968933, -0.21885822713375092, 1.163085699081421, 2.250488519668579, 2.8209362030029297, 2.3125245571136475, 1.7651219367980957, 1.774090051651001, 2.161618709564209, 3.332202196121216, 4.532320976257324, 4.967535495758057, 4.880389213562012, 3.9979476928710938, 2.991774559020996, 2.493682861328125, 2.662144899368286, 3.2209174633026123, 3.9785258769989014, 4.571150779724121, 4.910974502563477, 5.378747940063477, 4.105926036834717, 1.2258284091949463, -0.9776828289031982, -3.3341102600097656, -4.370977878570557, -3.506518840789795, -2.308290481567383, -1.1826024055480957, -0.7884771227836609, -1.2575483322143555, -2.9764349460601807, -4.508152484893799, -5.635184288024902, -4.976432800292969, -3.5866219997406006, -2.4120943546295166, -0.8430388569831848, -0.3313676714897156, -0.07243376225233078, 0.4697359502315521, 0.2585018575191498, 0.1676717847585678, 0.5786244869232178, 0.8712354898452759, 1.2037543058395386, 2.5281524658203125, 3.5350608825683594, 4.359265327453613, 4.474178314208984, 3.068943977355957, 1.96294367313385, 0.5897800922393799, -0.19971004128456116, -0.28732138872146606, -0.5275468826293945, -1.0538853406906128, -1.1646541357040405, -2.050168514251709, -3.0257411003112793, -3.46875, -4.477818965911865, -4.924582004547119, -4.933749675750732, -5.006252765655518, -4.392138957977295, -3.4993600845336914, -3.008741855621338, -2.2799761295318604, -1.9646309614181519, -2.3159611225128174, -2.3545382022857666, -2.0911037921905518, -1.381509780883789, 0.0792187824845314, 1.3594495058059692, 2.421163320541382, 2.9484024047851562, 2.8369972705841064, 2.73783802986145, 2.8648741245269775, 3.224029064178467, 4.158632755279541, 4.872864246368408, 5.116948127746582, 5.304620742797852, 4.7885870933532715, 4.181363105773926, 4.060067653656006, 4.081190586090088, 4.281809329986572, 4.878734111785889, 5.410557270050049, 4.289541721343994, 1.6603877544403076, -0.6200677156448364, -2.826866865158081, -3.6187143325805664, -2.9273455142974854, -2.0037713050842285, -1.7017515897750854, -1.9833431243896484, -2.8685600757598877, -4.380828857421875, -4.989521503448486, -5.1442060470581055, -4.337341785430908, -3.2731800079345703, -2.61118745803833, -2.013091802597046, -1.7452844381332397, -1.1505855321884155, -0.3517535626888275, 0.0388314463198185, 0.5412937998771667, 0.9851641058921814, 1.4352725744247437, 1.7892001867294312, 2.704883337020874, 3.479285717010498, 3.991215944290161, 4.081399917602539, 3.2687041759490967, 2.6209096908569336, 1.6316404342651367, 0.9564083218574524, 0.44787511229515076, -0.49860110878944397, -1.3106430768966675, -1.8823223114013672, -2.585177421569824, -2.881059408187866, -2.819777727127075, -3.3386006355285645, -3.838247776031494, -4.20423698425293, -4.870113372802734, -4.990642070770264, -4.507474422454834, -3.788378953933716, -2.9925196170806885, -2.5024163722991943, -2.3299808502197266, -2.5023446083068848, -2.3938848972320557, -1.6796154975891113, -0.6341415047645569, 0.5977897644042969, 1.8747369050979614, 2.6670925617218018, 3.029780387878418, 3.5654375553131104, 3.991827964782715, 4.574557304382324, 5.172968864440918, 5.253139495849609, 5.108664512634277, 4.929579734802246, 4.843642711639404, 5.335712432861328, 5.989388465881348, 6.515013694763184, 6.872525691986084, 5.657196998596191, 2.4957313537597656, -0.1595892459154129, -2.1756999492645264, -2.8098769187927246, -1.7708545923233032, -0.8128575086593628, -0.6653860807418823, -1.5174446105957031, -2.9899895191192627, -4.820987701416016, -5.957742691040039, -6.260311603546143, -5.397400856018066, -4.169462203979492, -3.4386818408966064, -2.6044716835021973, -2.138740301132202, -1.862431526184082, -1.0265358686447144, -0.5186848640441895, -0.3636248707771301, 0.05393574759364128, 0.6267415881156921, 1.010933756828308, 2.0135483741760254, 3.233198881149292, 4.033648490905762, 4.290107250213623, 3.6084470748901367, 2.6498947143554688, 1.649674892425537, 1.0224940776824951, 0.9287226796150208, 0.6652824282646179, 0.2400100976228714, -0.178532674908638, -0.8614189028739929, -1.6597561836242676, -2.04263973236084, -2.759141206741333, -3.487065076828003, -3.8739089965820312, -4.5131001472473145, -4.826289653778076, -4.453683376312256, -3.934603452682495, -3.3358747959136963, -2.6438958644866943, -2.5201027393341064, -2.846686601638794, -2.9428608417510986, -2.665701150894165, -1.807744026184082, -0.3458748757839203, 1.1285344362258911, 2.34639048576355, 3.097623348236084, 3.623436450958252, 3.960996627807617, 4.161959171295166, 4.5115885734558105, 4.927219867706299, 5.011877059936523, 5.2274298667907715, 5.699748516082764, 6.080135822296143, 6.672551155090332, 7.153865337371826, 5.870167255401611, 3.518219232559204, 1.1914769411087036, -0.8811532258987427, -1.6414490938186646, -1.2732442617416382, -0.5017743110656738, -0.30197301506996155, -0.5751021504402161, -1.8081756830215454, -3.478123426437378, -4.659363746643066, -5.1793599128723145, -4.974025726318359, -4.750702381134033, -4.419668674468994, -4.028198719024658, -3.6921472549438477, -2.6789727210998535, -1.4721828699111938, -0.639682948589325, -0.16837868094444275, -0.13643404841423035, -0.404085248708725, -0.408066064119339, 0.3083973228931427, 1.4647780656814575, 2.709516763687134, 3.2525417804718018, 3.1946890354156494, 2.663593292236328, 1.823127031326294, 1.2636313438415527, 0.8322474956512451, 0.30974194407463074, 0.04398290067911148, 0.022564934566617012, -0.2660922408103943, -0.2705730199813843, -0.35285070538520813, -0.8514771461486816, -1.4024103879928589, -2.168339490890503, -3.0274930000305176, -3.6153178215026855, -3.6468708515167236, -3.380838632583618, -2.8643012046813965, -2.4122793674468994, -2.2884559631347656, -2.3651959896087646, -2.541766881942749, -2.519277572631836, -2.07564377784729, -1.2486408948898315, 0.00044799421448260546, 1.3336580991744995, 2.4431638717651367, 3.2051305770874023, 3.7900054454803467, 4.0727949142456055, 4.2895827293396, 4.529263973236084, 4.671648979187012, 5.0395379066467285, 5.578577995300293, 5.841231346130371, 5.2909111976623535, 4.355625152587891, 3.147573232650757, 1.9426823854446411, 0.9601479768753052, 0.30673840641975403, 0.008479551412165165, -0.12701605260372162, -0.04683898016810417, -0.45070332288742065, -1.2310776710510254, -2.1670119762420654, -3.012559652328491, -3.583038091659546, -4.043625354766846, -4.162573337554932, -4.0696516036987305, -3.7931056022644043, -3.2600789070129395, -2.62088680267334, -1.8939074277877808, -1.334809422492981, -0.9024607539176941, -0.804290771484375, -0.8452070951461792, -0.6922246217727661, -0.12494179606437683, 0.5463830828666687, 1.0235570669174194, 1.49526047706604, 1.6361243724822998, 1.4675050973892212, 1.1235615015029907, 0.5939862132072449, 0.12627390027046204, -0.06124260276556015, -0.006123707164078951, -0.020684439688920975, 0.10533284395933151, 0.03959600254893303, -0.38972795009613037, -0.6885828375816345, -0.9875435829162598, -1.2690433263778687, -1.4950077533721924, -1.6780054569244385, -1.8365317583084106, -1.89885413646698, -1.8287333250045776, -1.6937741041183472, -1.5605753660202026, -1.478187084197998, -1.3815313577651978, -1.1100084781646729, -0.6832067966461182, 0.03922701254487038, 0.9006882309913635, 1.6316142082214355, 2.2160983085632324, 2.532104253768921, 2.580981731414795, 2.7861886024475098, 3.213733196258545, 3.649339199066162, 4.390836715698242, 4.640166759490967, 3.9599366188049316, 2.9989922046661377, 2.005953073501587, 1.3408167362213135, 1.1213380098342896, 1.2997859716415405, 1.3196989297866821, 1.0583643913269043, 0.793919563293457, 0.17082543671131134, -0.3993275761604309, -0.829907238483429, -1.0438275337219238, -1.2507610321044922, -1.6637905836105347, -2.0806162357330322, -2.5715434551239014, -2.808778762817383, -2.5581932067871094, -2.2226202487945557, -1.8449432849884033, -1.3689327239990234, -1.1655635833740234, -1.1544402837753296, -1.1031298637390137, -1.1282336711883545, -0.987518846988678, -0.7969655394554138, -0.7312625050544739, -0.5539478659629822, -0.3649357855319977, -0.186031311750412, -0.03981948643922806, 0.06908968091011047, -0.03256283327937126, -0.21098369359970093, -0.4254205822944641, -0.6366993188858032, -0.6626890897750854, -0.6229640245437622, -0.49239882826805115, -0.3927129805088043, -0.36066514253616333, -0.4126880466938019, -0.45573434233665466, -0.5505182147026062, -0.6190720200538635, -0.6443483233451843, -0.7828043699264526, -0.903850257396698, -0.93391352891922, -0.8697848320007324, -0.5693663358688354, -0.028512122109532356, 0.47985246777534485, 0.845839262008667, 1.0432946681976318, 1.0881835222244263, 1.13921058177948, 1.3708175420761108, 1.7338875532150269, 2.2885546684265137, 2.760891914367676, 3.0791099071502686, 3.2149274349212646, 2.906559705734253, 2.3216919898986816, 1.7935799360275269, 1.352128505706787, 1.0393370389938354, 1.0247066020965576, 1.1660248041152954, 1.1326048374176025, 1.1360725164413452, 0.9492698907852173, 0.45695003867149353, 0.04178149253129959, -0.3232763707637787, -0.5597198605537415, -0.7837483286857605, -0.9476505517959595, -1.1115295886993408, -1.3460383415222168, -1.4054791927337646, -1.3952879905700684, -1.3346335887908936, -1.1199374198913574, -0.8595587015151978, -0.8062064051628113, -0.7860627174377441, -0.7616942524909973, -0.8070777654647827, -0.6769840717315674, -0.666672945022583, -0.8591287732124329, -0.954330563545227, -1.0229907035827637, -1.1600629091262817, -1.1456124782562256, -1.006359338760376, -0.950279951095581, -0.8008607029914856, -0.7779048085212708, -0.901262104511261, -1.010357141494751, -1.1339292526245117, -1.1188005208969116, -1.0815916061401367, -0.9788085222244263, -0.8117183446884155, -0.6844958066940308, -0.5388978719711304, -0.41280990839004517, -0.39247989654541016, -0.3941443860530853, -0.34095391631126404, -0.4033697247505188, -0.28004708886146545, 0.048653773963451385, 0.3606743812561035, 0.6783739924430847, 0.9106475114822388, 1.0719927549362183, 1.2550188302993774, 1.4816948175430298, 1.6932933330535889, 1.821232795715332, 1.9403700828552246, 1.9892330169677734, 2.0434296131134033, 2.1011598110198975, 1.9964605569839478, 1.768198847770691, 1.5685851573944092, 1.4228731393814087, 1.1868160963058472, 1.0210806131362915, 1.019856572151184, 0.9559425711631775, 0.9725557565689087, 0.9282373785972595, 0.7461705207824707, 0.5709501504898071, 0.38094934821128845, 0.2216685265302658, 0.021930091083049774, -0.22311042249202728, -0.46642133593559265, -0.669529139995575, -0.7706314921379089, -0.7630121111869812, -0.723219096660614, -0.5845676064491272, -0.4356452524662018, -0.3884986340999603, -0.4472943842411041, -0.6104331016540527, -0.7700797319412231, -0.923098087310791, -1.0234988927841187, -0.9983083605766296, -0.8995369076728821, -0.7897919416427612, -0.7662544250488281, -0.8480120301246643, -1.0692079067230225, -1.2861417531967163, -1.361140251159668, -1.360404133796692, -1.2327909469604492, -1.0998848676681519, -1.0926990509033203, -1.18252432346344, -1.3177881240844727, -1.3942111730575562, -1.4676181077957153, -1.4350061416625977, -1.3293540477752686, -1.1976970434188843, -1.0617095232009888, -0.9266852736473083, -0.7773141264915466, -0.6591305136680603, -0.4848085343837738, -0.3208688199520111, -0.14909318089485168, 0.13596995174884796, 0.4157128632068634, 0.7003485560417175, 1.004204511642456, 1.3033504486083984, 1.5326497554779053, 1.7710169553756714, 2.0381126403808594, 2.241391658782959, 2.3899943828582764, 2.5191545486450195, 2.4876773357391357, 2.263526678085327, 2.0507287979125977, 1.9010372161865234, 1.6228721141815186, 1.427947998046875, 1.359830379486084, 1.2573630809783936, 1.1858265399932861, 1.1608978509902954, 0.8785455226898193, 0.5804567933082581, 0.3495060205459595, 0.09399161487817764, -0.09541597962379456, -0.1559995710849762, -0.16674593091011047, -0.21457986533641815, -0.28888633847236633, -0.370860755443573, -0.47489795088768005, -0.48484501242637634, -0.22734278440475464, -0.10290326178073883, -0.07774198055267334, -0.06417158246040344, -0.2326701134443283, -0.3847975730895996, -0.4165305197238922, -0.5379990339279175, -0.6442384123802185, -0.7333773374557495, -0.9611343145370483, -1.2410506010055542, -1.4208863973617554, -1.5254642963409424, -1.5006206035614014, -1.4063547849655151, -1.4295318126678467, -1.4248583316802979, -1.5081063508987427, -1.7045059204101562, -1.7601362466812134, -1.7755831480026245, -1.784999132156372, -1.719040870666504, -1.6697801351547241, -1.4730979204177856, -1.2815630435943604, -1.1997863054275513, -1.0865092277526855, -0.9619559049606323, -0.9358990788459778, -0.7828662991523743, -0.4992673993110657, -0.23771411180496216, 0.12473688274621964, 0.4770365059375763, 0.728268563747406, 0.9693136215209961, 1.1640779972076416, 1.3652596473693848, 1.6533344984054565, 1.941932201385498, 2.1949706077575684, 2.443776845932007, 2.563124179840088, 2.530867099761963, 2.4851174354553223, 2.426109552383423, 2.295137405395508, 2.1387248039245605, 1.9914331436157227, 1.7735058069229126, 1.6123545169830322, 1.483668565750122, 1.2623753547668457, 1.1018471717834473, 0.9348047375679016, 0.7023385763168335, 0.4303590953350067, 0.14900946617126465, -0.1453762799501419, -0.34324944019317627, -0.4058159589767456, -0.43765467405319214, -0.4115637540817261, -0.3391960561275482, -0.21313077211380005, -0.16141372919082642, -0.1343783140182495, -0.16188032925128937, -0.33300432562828064, -0.45296671986579895, -0.525538444519043, -0.6045998334884644, -0.6221922636032104, -0.6231619119644165, -0.6927011609077454, -0.7531787753105164, -0.837956964969635, -1.0263885259628296, -1.2359892129898071, -1.407390832901001, -1.5412107706069946, -1.6284048557281494, -1.6967533826828003, -1.78488028049469, -1.9639005661010742, -2.07210636138916, -2.150954484939575, -2.2272040843963623, -2.1834592819213867, -2.041609525680542, -1.82916259765625, -1.5717918872833252, -1.3468751907348633, -1.2373512983322144, -1.1468180418014526, -1.0180444717407227, -0.8764867782592773, -0.706740140914917, -0.4132281243801117, -0.013046029023826122, 0.33813923597335815, 0.713222324848175, 1.0712759494781494, 1.345587134361267, 1.561777949333191, 1.7893234491348267, 2.0544919967651367, 2.327913284301758, 2.493809223175049, 2.517637014389038, 2.4883782863616943, 2.4592392444610596, 2.417034864425659, 2.454771041870117, 2.451509714126587, 2.3633029460906982, 2.1526849269866943, 1.8993878364562988, 1.595130205154419, 1.3286656141281128, 1.157380223274231, 1.0354194641113281, 0.920890748500824, 0.743127703666687, 0.455634742975235, 0.10898537188768387, -0.13955335319042206, -0.2639239430427551, -0.303072065114975, -0.23950901627540588, -0.1606762707233429, -0.2338438481092453, -0.3641648292541504, -0.456466406583786, -0.5549735426902771, -0.5844056010246277, -0.5582584738731384, -0.6191465258598328, -0.715204656124115, -0.778343677520752, -0.8772982358932495, -0.900859534740448, -0.8592341542243958, -0.8306695222854614, -0.8226330280303955, -0.914167046546936, -1.112131953239441, -1.322062373161316, -1.485270380973816, -1.566909909248352, -1.6538724899291992, -1.7253042459487915, -1.8238348960876465, -1.9519041776657104, -1.9804575443267822, -1.919951319694519, -1.856039047241211, -1.7455172538757324, -1.6574337482452393, -1.670361876487732, -1.6700348854064941, -1.6085835695266724, -1.514235019683838, -1.2768077850341797, -0.9262867569923401, -0.5873222947120667, -0.2873629331588745, 0.05347570776939392, 0.3746524453163147, 0.6486383080482483, 1.0009205341339111, 1.3298312425613403, 1.6172866821289062, 1.9124701023101807, 2.1716041564941406, 2.34495210647583, 2.4338889122009277, 2.4974446296691895, 2.5618841648101807, 2.589411735534668, 2.5658068656921387, 2.5251221656799316, 2.449754476547241, 2.340167760848999, 2.2236173152923584, 2.015474319458008, 1.7061899900436401, 1.424831748008728, 1.1107417345046997, 0.8365902304649353, 0.6018567681312561, 0.4014701843261719, 0.2295222282409668, 0.07922776788473129, -0.02493801899254322, -0.12678489089012146, -0.2556985318660736, -0.3082677721977234, -0.30504778027534485, -0.3968707323074341, -0.4681803286075592, -0.4707258641719818, -0.5471858382225037, -0.5795483589172363, -0.5674899220466614, -0.6487950086593628, -0.7375993728637695, -0.7606141567230225, -0.8073951601982117, -0.8482142090797424, -0.8765391111373901, -0.8959780931472778, -0.9149500131607056, -0.9179145097732544, -0.957574188709259, -1.0679882764816284, -1.228460431098938, -1.3938252925872803, -1.553295373916626, -1.639845848083496, -1.6805416345596313, -1.6783695220947266, -1.650043249130249, -1.6126079559326172, -1.6397311687469482, -1.669164776802063, -1.6733816862106323, -1.7434378862380981, -1.7362043857574463, -1.6096950769424438, -1.4724340438842773, -1.2534825801849365, -0.9620569348335266, -0.6866036057472229, -0.364310085773468, -0.03484915941953659, 0.2514333426952362, 0.5316752195358276, 0.8299143314361572, 1.1005737781524658, 1.3838366270065308, 1.7014895677566528, 2.024970769882202, 2.270528793334961, 2.4296343326568604, 2.510664463043213, 2.5476415157318115, 2.4781339168548584, 2.4629557132720947, 2.451899290084839, 2.4241974353790283, 2.331864833831787, 2.2299416065216064, 2.021247386932373, 1.6642839908599854, 1.3683042526245117, 1.0415210723876953, 0.7574371695518494, 0.5630127191543579, 0.36113202571868896, 0.14660370349884033, -0.038920607417821884, -0.17886489629745483, -0.30826646089553833, -0.35277268290519714, -0.33760130405426025, -0.39783963561058044, -0.4795478284358978, -0.5493046641349792, -0.6015265583992004, -0.6454880237579346, -0.6373618841171265, -0.610672652721405, -0.5782352089881897, -0.5276389122009277, -0.5132094025611877, -0.5367718935012817, -0.572411835193634, -0.6310306787490845, -0.6437474489212036, -0.6838315725326538, -0.7347809076309204, -0.8345579504966736, -0.9754195213317871, -1.112159013748169, -1.2293002605438232, -1.2903398275375366, -1.3385261297225952, -1.3924137353897095, -1.469202995300293, -1.5638610124588013, -1.6368098258972168, -1.7197762727737427, -1.7076811790466309, -1.632178544998169, -1.5869572162628174, -1.502088189125061, -1.4286506175994873, -1.3563470840454102, -1.2468572854995728, -1.0341800451278687, -0.7833598852157593, -0.47136566042900085, -0.15601029992103577, 0.11664310097694397, 0.39011386036872864, 0.6408578753471375, 0.9188763499259949, 1.2214696407318115, 1.5015572309494019, 1.7640913724899292, 1.9565811157226562, 2.076345205307007, 2.172731876373291, 2.3141067028045654, 2.38356614112854, 2.4439339637756348, 2.436807632446289, 2.324915647506714, 2.127375364303589, 1.92159104347229, 1.7078865766525269, 1.5008556842803955, 1.3904800415039062, 1.2326830625534058, 0.9912646412849426, 0.731549859046936, 0.42014169692993164, 0.14056211709976196, -0.06679154932498932, -0.18931756913661957, -0.27040553092956543, -0.3262438178062439, -0.3479660153388977, -0.3980196714401245, -0.42498499155044556, -0.4574429392814636, -0.48509669303894043, -0.5177952647209167, -0.5640869140625, -0.6007971167564392, -0.6530481576919556, -0.6494354009628296, -0.5706465840339661, -0.5412986874580383, -0.5366503596305847, -0.5672773718833923, -0.6109580993652344, -0.6791662573814392, -0.714507520198822, -0.7446895241737366, -0.8022950291633606, -0.8292055726051331, -0.9157814979553223, -1.0450619459152222, -1.1454203128814697, -1.2624682188034058, -1.2984840869903564, -1.2984967231750488, -1.2698649168014526, -1.318109154701233, -1.3458446264266968, -1.3614575862884521, -1.4081177711486816, -1.3478869199752808, -1.2896599769592285, -1.1752971410751343, -1.0574976205825806, -0.9262259006500244, -0.7663212418556213, -0.5871078968048096, -0.3283757269382477, -0.12472397834062576, 0.11927491426467896, 0.3704412281513214, 0.605637788772583, 0.8752914667129517, 1.0949496030807495, 1.3610087633132935, 1.5543102025985718, 1.7200437784194946, 1.8449466228485107, 1.9190298318862915, 2.014242649078369, 2.039384603500366, 2.045950174331665, 1.9455829858779907, 1.8407213687896729, 1.717391014099121, 1.5802630186080933, 1.4838471412658691, 1.3387861251831055, 1.2213077545166016, 1.035787582397461, 0.823966383934021, 0.6306523084640503, 0.4009782075881958, 0.2376452386379242, 0.06429657340049744, -0.03858637437224388, -0.16157545149326324, -0.27991142868995667, -0.2975958287715912, -0.36960434913635254, -0.3937458097934723, -0.42390477657318115, -0.49976006150245667, -0.5761061310768127, -0.6318241953849792, -0.6513544917106628, -0.6787427663803101, -0.6021202802658081, -0.5402206778526306, -0.5426727533340454, -0.5139382481575012, -0.567869246006012, -0.6267390847206116, -0.6535847783088684, -0.6883864998817444, -0.7192973494529724, -0.7673799991607666, -0.7960449457168579, -0.8713774085044861, -0.9376103281974792, -0.9616387486457825, -1.0014362335205078, -0.9969000816345215, -0.9970254898071289, -0.9927775859832764, -0.9870291352272034, -1.0038305521011353, -0.9622276425361633, -0.9450475573539734, -0.9130036234855652, -0.8754542469978333, -0.7985883355140686, -0.6779317259788513, -0.5641202926635742, -0.419368177652359, -0.25260961055755615, -0.07082287222146988, 0.05433615669608116, 0.17839832603931427, 0.3615981638431549, 0.5179364085197449, 0.6579767465591431, 0.8115147352218628, 0.9549614787101746, 1.1147245168685913, 1.2471784353256226, 1.3162394762039185, 1.3628545999526978, 1.2982903718948364, 1.2952520847320557, 1.2696406841278076, 1.2564730644226074, 1.2475593090057373, 1.216072678565979, 1.2060359716415405, 1.1324081420898438, 1.0633361339569092, 0.9654609560966492, 0.8642467260360718, 0.7780130505561829, 0.6517618298530579, 0.5275729298591614, 0.37575703859329224, 0.2190229594707489, 0.12261995673179626, 0.01953110657632351, -0.019173145294189453, -0.07520390301942825, -0.16784575581550598, -0.23656156659126282, -0.307880163192749, -0.34269440174102783, -0.3792356550693512, -0.42426180839538574, -0.44422945380210876, -0.45729199051856995, -0.47454673051834106, -0.4794937074184418, -0.49619993567466736, -0.5592333078384399, -0.6328826546669006, -0.6599681377410889, -0.6716969609260559, -0.6703970432281494, -0.6409181952476501, -0.6427953839302063, -0.6519415378570557, -0.6476914286613464, -0.66929030418396, -0.7046876549720764, -0.6823189854621887, -0.6628544926643372, -0.6635186672210693, -0.6456232070922852, -0.6539105176925659, -0.6834495663642883, -0.6948572397232056, -0.6631354093551636, -0.6217693090438843, -0.5709290504455566, -0.5578409433364868, -0.532451331615448, -0.4529038071632385, -0.3458791971206665, -0.2149963229894638, -0.075783871114254, 0.03489622846245766, 0.12223127484321594, 0.18307393789291382, 0.2594216763973236, 0.34317928552627563, 0.4589002728462219, 0.5792233347892761, 0.6808783411979675, 0.7524521946907043, 0.7978835105895996, 0.8231016397476196, 0.8428173065185547, 0.8916347622871399, 0.9234745502471924, 0.9080551862716675, 0.8833587765693665, 0.831132709980011, 0.7801243662834167, 0.7620969414710999, 0.7714747190475464, 0.7674229741096497, 0.7358651161193848, 0.6434791088104248, 0.5305134654045105, 0.43628931045532227, 0.39178988337516785, 0.3397168219089508, 0.2655482888221741, 0.21900099515914917, 0.1449059545993805, 0.049534328281879425, -0.01394478790462017, -0.10050847381353378, -0.17644159495830536, -0.243397518992424, -0.2894333600997925, -0.3180184066295624, -0.30845919251441956, -0.3211987316608429, -0.3574082851409912, -0.37684348225593567, -0.3823106586933136, -0.42891135811805725, -0.4623490869998932, -0.45486021041870117, -0.4347374141216278, -0.4286471903324127, -0.385326087474823, -0.3641268014907837, -0.38540351390838623, -0.365119606256485, -0.38961368799209595, -0.45058947801589966, -0.46682208776474, -0.47143587470054626, -0.4554494321346283, -0.4127349853515625, -0.3773624300956726, -0.3926471173763275, -0.3959130346775055, -0.4093424081802368, -0.3662271499633789, -0.3126806914806366, -0.2478293925523758, -0.13042299449443817, -0.10777758061885834, -0.0417606383562088, -0.024757608771324158, -0.07261209934949875, -0.05657722428441048, -0.02085244096815586, 0.025533344596624374, 0.12126941978931427, 0.18736454844474792, 0.222638800740242, 0.20750102400779724, 0.26275762915611267, 0.2520562708377838, 0.3031240403652191, 0.31246644258499146, 0.34817662835121155, 0.3419634997844696, 0.3663690686225891, 0.38821831345558167, 0.3598618507385254, 0.35080116987228394, 0.31876140832901, 0.2967519462108612, 0.3348113000392914, 0.3312423825263977, 0.3241228461265564, 0.2792264223098755, 0.32561323046684265, 0.2611173987388611, 0.334812730550766, 0.2925482988357544, 0.268467515707016, 0.24213287234306335, 0.1705099195241928, 0.1466229408979416, 0.0695103257894516, -0.002515683649107814, -0.030227717012166977, -0.10480163991451263, -0.060900382697582245, -0.06968826055526733, -0.13519130647182465, -0.15435218811035156, -0.2385130375623703, -0.23107236623764038, -0.2244359850883484, -0.20920437574386597, -0.16468128561973572, -0.2003674954175949, -0.18517686426639557, -0.2041168063879013, -0.19603270292282104, -0.21147090196609497, -0.1950051486492157, -0.2033413201570511, -0.15357016026973724, -0.11015527695417404, -0.10228649526834488, -0.09010439366102219, -0.09472844749689102, -0.07170718163251877, -0.03918261080980301, -0.007779446896165609, 0.0028645459096878767, 0.026009295135736465, 0.027699027210474014, 0.03888509422540665, 0.03655252605676651, 0.02461087517440319, 0.013224764727056026, 0.009059078060090542, 0.022349707782268524, 0.05199236795306206, 0.022323574870824814, 0.028873300179839134, 0.046288806945085526, 0.05393201485276222, 0.09926097840070724, 0.09213429689407349, 0.10562068969011307, 0.06791640818119049, 0.02307138405740261, -0.012906432151794434, -0.05644018203020096, -0.04530568793416023, -0.04480401426553726, -0.04022480547428131, -0.011225742287933826, -0.035520195960998535, -0.07713989913463593, -0.15029434859752655, -0.17418017983436584, -0.1511007398366928, -0.12218497693538666, -0.08529248833656311, -0.06636130809783936, -0.07685743272304535, -0.07586783170700073, -0.0730619728565216, -0.09830280393362045, -0.09276804327964783, -0.06649910658597946, -0.06741877645254135, -0.012123522348701954, 0.06333895027637482, 0.08865929394960403, 0.13188853859901428, 0.12120214849710464, 0.08918587863445282, 0.055271849036216736, -0.015050957910716534, -0.04047440364956856, -0.09417333453893661, -0.09878329932689667, -0.09218551963567734, -0.09106094390153885, -0.08515281975269318, -0.059387266635894775, -0.06791515648365021, -0.06025698035955429, -0.03904138132929802, -0.03776949644088745, -0.01081212516874075, -0.005142140202224255, 0.006767214275896549, 0.03690514713525772, 0.048044875264167786, 0.08508533984422684, 0.14023816585540771, 0.16567543148994446, 0.2225690484046936, 0.2766786515712738, 0.31435149908065796, 0.3388720750808716, 0.33182770013809204, 0.31805184483528137, 0.3045887351036072, 0.2913258373737335, 0.293107271194458, 0.3229769468307495, 0.36465343832969666, 0.39343056082725525, 0.3429105877876282, 0.3030700385570526, 0.2661297023296356, 0.21774190664291382, 0.19071264564990997, 0.14189159870147705, 0.09159928560256958, 0.03520716726779938, -0.017581438645720482, -0.07762062549591064, -0.12749721109867096, -0.15646174550056458, -0.2021033763885498, -0.22871564328670502, -0.2469165027141571, -0.26932191848754883, -0.3058639168739319, -0.2972610294818878, -0.39008209109306335, -0.4761069416999817, -0.2685287594795227, -0.42624956369400024, -0.3084453046321869, -0.3250121772289276, -0.3193059265613556, -0.2958580255508423, -0.3244592249393463, -0.32061898708343506, -0.32288262248039246, -0.31771063804626465, -0.30326730012893677, -0.2793673574924469, -0.267005056142807, -0.23375746607780457, -0.20676733553409576, -0.1866338700056076, -0.182424396276474, -0.1834023892879486, -0.15664616227149963, -0.15374617278575897, -0.12775585055351257, -0.11643059551715851, -0.08911186456680298, -0.060759782791137695, -0.039883241057395935, 0.0048934840597212315, 0.027365773916244507, 0.043416302651166916, 0.1193586066365242, 0.14217178523540497, 0.1894877851009369, 0.2278088629245758, 0.2637459635734558, 0.25936663150787354, 0.3099217116832733, 0.3306286931037903, 0.351665735244751, 0.3738080859184265, 0.3766642212867737, 0.3785375654697418, 0.37705960869789124, 0.37844318151474, 0.40500909090042114, 0.4165460467338562, 0.4233008325099945, 0.4274998605251312, 0.39021235704421997, 0.3830655813217163, 0.36045485734939575, 0.340721994638443, 0.3721712529659271, 0.3688192665576935, 0.30553963780403137, 0.25046321749687195, 0.20043855905532837, 0.142832949757576, 0.08803682029247284, 0.05216268077492714, 0.01216816995292902, 0.06667600572109222, -0.010946004651486874, -0.03425145521759987, -0.08417771011590958, -0.12440342456102371, -0.15847475826740265, -0.20836447179317474, -0.27547749876976013, -0.3286692500114441, -0.36884742975234985, -0.3865946829319, -0.41574642062187195, -0.41802212595939636, -0.4109860956668854, -0.40955424308776855, -0.40802663564682007, -0.42134997248649597, -0.42720580101013184, -0.4317975342273712, -0.40764278173446655, -0.38035693764686584, -0.369607150554657, -0.3483905792236328, -0.34102922677993774, -0.33145374059677124, -0.2833718955516815, -0.17833848297595978, -0.11745430529117584, -0.06682003289461136, -0.0735214501619339, -0.07355373352766037, -0.06494467705488205, -0.026206882670521736, -0.000401197059545666, 0.001492230105213821, 0.014794602990150452, 0.00011480969260446727, 0.01251213252544403, 0.017231091856956482, 0.04962800815701485, 0.09256491810083389, 0.11691132187843323, 0.1527032107114792, 0.1613536924123764, 0.18143603205680847, 0.20737704634666443, 0.20770379900932312, 0.22888456284999847, 0.2312013953924179, 0.2523162066936493, 0.2474580556154251, 0.2687722146511078, 0.3133406341075897, 0.33220571279525757, 0.3728914260864258, 0.3866198658943176, 0.38585323095321655, 0.4030454158782959, 0.38617947697639465, 0.3829222619533539, 0.3790351152420044, 0.34398767352104187, 0.32333943247795105, 0.2607981562614441, 0.2087666243314743, 0.16496877372264862, 0.1284037083387375, 0.09424659609794617, 0.04965459927916527, -0.005096816923469305, -0.04602678492665291, -0.09003887325525284, -0.13105233013629913, -0.15479259192943573, -0.17486929893493652, -0.19263839721679688, -0.21403616666793823, -0.22585931420326233, -0.24611641466617584, -0.25696757435798645, -0.26107579469680786, -0.2743736803531647, -0.28420430421829224, -0.2787144184112549, -0.27904412150382996, -0.2722795307636261, -0.2575092017650604, -0.2493312805891037, -0.2291262298822403, -0.1952924281358719, -0.16757921874523163, -0.18751642107963562, -0.16780008375644684, -0.16480332612991333, -0.15762393176555634, -0.12007054686546326, -0.1332980990409851, -0.12414544820785522, -0.14655470848083496, -0.11564292758703232, -0.13944369554519653, -0.10719361901283264, -0.09678028523921967, -0.08667376637458801, -0.05311619117856026, -0.04604892060160637, -0.03623450919985771, -0.01154579408466816, 0.0033324614632874727, 0.02141714282333851, 0.036429308354854584, 0.05722050368785858, 0.08107036352157593, 0.10322444885969162, 0.12101314961910248, 0.1538841277360916, 0.1782088428735733, 0.21839730441570282, 0.2640191316604614, 0.2876666486263275, 0.2954227924346924, 0.31522634625434875, 0.32671353220939636, 0.3256053328514099, 0.3030136227607727, 0.2813614010810852, 0.24139897525310516, 0.2261914759874344, 0.20014984905719757, 0.19831682741641998, 0.19153517484664917, 0.17705103754997253, 0.1735232025384903, 0.13309089839458466, 0.09860005974769592, 0.07189670205116272, 0.05814572796225548, 0.027231726795434952, -0.018048888072371483, -0.06141667813062668, -0.08628001809120178, -0.10496249794960022, -0.12316003441810608, -0.11746521294116974, -0.11348333954811096, -0.11425211280584335, -0.11772888898849487, -0.1309882253408432, -0.16420288383960724, -0.17809459567070007, -0.1938047856092453, -0.19063574075698853, -0.191417396068573, -0.19932453334331512, -0.1934947669506073, -0.19345875084400177, -0.178879514336586, -0.16760137677192688, -0.16430068016052246, -0.15398088097572327, -0.14594663679599762, -0.1421174705028534, -0.12429216504096985, -0.10890427231788635, -0.09073930233716965, -0.09378357231616974, -0.09447619318962097, -0.09634988754987717, -0.09867160767316818, -0.08126364648342133, -0.047173261642456055, -0.03329726681113243, -0.03332597017288208, -0.032738152891397476, -0.020209817215800285, -0.00997778121381998, -0.001539216609671712, 0.026565929874777794, 0.04129296913743019, 0.05413229018449783, 0.0773705244064331, 0.07643184810876846, 0.08340444415807724, 0.09786283224821091, 0.12434288114309311, 0.1374359428882599, 0.18376761674880981, 0.1906145066022873, 0.16376638412475586, 0.15631043910980225, 0.14735466241836548, 0.16624243557453156, 0.18235847353935242, 0.1998106837272644, 0.19968180358409882, 0.18496212363243103, 0.15920473635196686, 0.13393673300743103, 0.11971095204353333, 0.11752849817276001, 0.10350298881530762, 0.11793314665555954, 0.09561946988105774, 0.07134594768285751, 0.048771560192108154, 0.024890372529625893, 0.004908367525786161, 0.011469212360680103, -0.017530834302306175, -0.03977809473872185, -0.061082158237695694, -0.07944692671298981, -0.07230618596076965, -0.0821143388748169, -0.10428863018751144, -0.11142659932374954, -0.1371510624885559, -0.14559976756572723, -0.12683574855327606, -0.0954943597316742, -0.08420561254024506, -0.07338840514421463, -0.05538459122180939, -0.047059204429388046, -0.04725433513522148, -0.06316662579774857, -0.09392296522855759, -0.08490923047065735, -0.0814397856593132, -0.08082465827465057, -0.09405220299959183, -0.09555429965257645, -0.10247217863798141, -0.11151407659053802, -0.08697234094142914, -0.07702004909515381, -0.05913431942462921, -0.054817892611026764, -0.06783201545476913, -0.08325386792421341, -0.11343036592006683, -0.0515008419752121, -0.050953060388565063, -0.019329726696014404, 0.02070583775639534, 0.022332163527607918, 0.024698354303836823, -0.001147308386862278, 0.006769707892090082, 0.03214002028107643, 0.0466943122446537, 0.06477255374193192, 0.09235925227403641, 0.11518490314483643, 0.11129205673933029, 0.12327631562948227, 0.1258358210325241, 0.12863710522651672, 0.13984985649585724, 0.12803058326244354, 0.07391799241304398, 0.0978141725063324, 0.04341509938240051, 0.09154050052165985, 0.06397441774606705, 0.04506608098745346, 0.04937942698597908, 0.02278982847929001, 0.01067467499524355, 0.006356711965054274, 0.004296475555747747, -0.01135297492146492, -0.020876340568065643, -0.005123618990182877, -0.0336175374686718, -0.05915035307407379, -0.02788545936346054, -0.03358076885342598, -0.026091082021594048, 0.004915988072752953, 0.022294387221336365, 0.029638485983014107, 0.002614521887153387, 0.009173750877380371, 0.0200955793261528, -0.020133262500166893, -0.051959626376628876, -0.04337456822395325, -0.058370012789964676, -0.041006699204444885, -0.006112020928412676, -0.007300702389329672, -0.0006228048005141318, -0.011229828000068665, 0.0012135709403082728, -0.019928542897105217, -0.04206925258040428, -0.03513253480195999, -0.012629326432943344, 0.006727958098053932, 0.0022863331250846386, 0.0020973316859453917, 0.016398292034864426, 0.005697735119611025, 0.009009179659187794, -0.00650427769869566, 0.014803288504481316, -0.011929326690733433, -0.019111894071102142, -0.031284794211387634, -0.037738267332315445, -0.043493159115314484, -0.0553489625453949, -0.05395306274294853, -0.03424325957894325, -0.0010248238686472178, 0.013336395844817162, 0.026617763563990593, 0.050782978534698486, 0.04874515160918236, 0.04813539236783981, 0.04864541441202164, 0.050101373344659805, 0.059186432510614395, 0.04216109588742256, 0.03492669388651848, 0.03364197537302971, 0.008297685533761978, 0.003668549470603466, 0.0018878864357247949, 0.001182727632112801, -0.008264574222266674, 0.00030330821755342185, -0.0012472771340981126, -0.014615011401474476, -0.0024108579382300377, -0.04326161742210388, -0.05366453900933266, -0.05539514496922493, -0.04933237284421921, -0.0522085539996624, -0.056856993585824966, -0.04753643274307251, -0.04205016419291496, -0.04839519038796425, -0.06889424473047256, -0.043225113302469254, -0.03727607801556587, -0.04343476518988609, -0.020557114854454994, -0.027544716373085976, -0.0213770791888237, -0.027158886194229126, -0.03324124589562416, -0.01451990194618702, -0.011571502313017845, -0.02509954757988453, -0.02630031108856201, -0.00911526195704937, -0.020339084789156914, -0.011966678313910961, 0.010448480024933815, -0.009014389477670193, 0.009608293883502483, 0.01289547048509121, 0.011910837143659592, 0.006090137641876936, 0.033418599516153336, 0.05800352245569229, 0.08996957540512085, 0.13301964104175568, 0.1193895936012268, 0.1332104206085205, 0.12247520685195923, 0.1095399409532547, 0.07800447195768356, 0.06661379337310791, 0.07075558602809906, 0.0631970688700676, 0.06226777657866478, 0.07347565144300461, 0.0570995919406414, 0.03953305259346962, 0.02363288216292858, 0.043441131711006165, 0.04372707009315491, 0.02776060439646244, 0.024140289053320885, 0.03851599991321564, 0.03210410848259926, -0.012509706430137157, -0.010197136551141739, -0.0048728883266448975, -0.034029632806777954, -0.026750700548291206, -0.050635870546102524, -0.04143142327666283, -0.05436462163925171, -0.07355634868144989, -0.06593145430088043, -0.09012490510940552, -0.07632607221603394, -0.06090197712182999, -0.07963326573371887, -0.08006864786148071, -0.06921447068452835, -0.05863596498966217, -0.05994996428489685, -0.04200936108827591, -0.05979054048657417, -0.04911567643284798, -0.027812648564577103, -0.03906736895442009, -0.0727989599108696, -0.03421402350068092, -0.035649240016937256, -0.02218705601990223, 0.01223178580403328, 0.01961423084139824, -0.1137765496969223, -0.19122576713562012, 0.008726474829018116, 0.051839590072631836, -0.04387105628848076, -0.08931110054254532, 0.004430724307894707, 0.026870468631386757, -0.04308508336544037, -0.02811688371002674, 0.0028109869454056025, -0.004921169485896826, 0.004725747741758823, 0.052481625229120255, 0.05157649517059326, 0.05854902043938637, 0.05365024879574776, 0.07970228046178818, 0.06992188841104507, 0.056940123438835144, 0.05252285301685333, 0.05813662335276604, 0.050912339240312576, 0.05055457726120949, 0.04494355246424675, 0.05728960782289505, 0.06766606122255325, 0.06610828638076782, 0.05953049287199974, 0.06603654474020004, 0.1184176355600357, 0.10208958387374878, 0.04916498810052872, 0.056725285947322845, 0.04370426386594772, 0.0027034718077629805, 0.01611969992518425, 0.04221018776297569, 0.012504223734140396, -0.011902958154678345, 0.008535847999155521, 0.00874986220151186, -0.029821204021573067, -0.004498539492487907, -0.034217700362205505, -0.06080647557973862, -0.03991977125406265, -0.05558910593390465, -0.05926569923758507, -0.04798406735062599, -0.09083226323127747, -0.019444745033979416, -0.16100871562957764, -0.12771004438400269, 0.12349869310855865, -0.21975311636924744, -0.03508324921131134, 0.012306800112128258, -0.11590912193059921, -0.0020921211689710617, 0.01679016649723053, 0.0009338720701634884, -0.024350682273507118, 0.009670770727097988, -0.007534329313784838, -0.03917637839913368, -0.03908149152994156, -0.07595842331647873, -0.037754639983177185, -0.002842816524207592, -0.07563889771699905, -0.006222831085324287, 0.040885429829359055, -0.041655249893665314, 0.03685817867517471, 0.029525844380259514, 0.027401497587561607, 0.07623729854822159, 0.04885466396808624, 0.03048066608607769, -0.00707735912874341, -0.015174590051174164, 0.033785492181777954, -0.0406007319688797, 0.041212279349565506, 0.07908624410629272, 0.015282394364476204, 0.045315735042095184, 0.06646619737148285, 0.030954958871006966, 0.050281573086977005, 0.06032077223062515, 0.029296496883034706, 0.04424769803881645, 0.05693929269909859, 0.030575018376111984, 0.021022191271185875, 0.06456717103719711, 0.03843379020690918, 0.0398416630923748, 0.047718923538923264, 0.0236313808709383, 0.04187922552227974, 0.011858688667416573, 0.01918843388557434, 0.024327358230948448, 0.0054974122904241085, -0.011656124144792557, -0.02604607120156288, -0.03739407658576965, -0.045703768730163574, -0.005268989596515894, -0.0028435050044208765, 0.05834171548485756, 0.047840557992458344, 0.05781054124236107, 0.03882446512579918, -0.010545449331402779, 0.0011966709280386567, -0.023111829534173012, -0.04684101417660713, -0.05084238201379776, -0.038344912230968475, -0.04084264114499092, -0.026007328182458878, -0.041135597974061966, -0.042906615883111954, -0.05673768371343613, -0.07799917459487915, -0.051834844052791595, -0.07691778987646103, -0.063627228140831, -0.1001141145825386, -0.06912700086832047, -0.10482737421989441, -0.004990286659449339, -0.020759688690304756, -0.0017624367028474808, 0.024173948913812637, 0.0012939057778567076, 0.012138032354414463, 0.01585959643125534, 0.01749233528971672, -0.010099723003804684, 0.04423157125711441, 0.012022403068840504, 0.037488970905542374, 0.017055710777640343, 0.008848832920193672, 0.018740281462669373, -0.008036468178033829, 0.00906842015683651, 0.02419203706085682, -0.0254149679094553, -0.017900314182043076, 0.016068486496806145, -0.012198464013636112, 0.03184540197253227, -0.04586290568113327, 0.051389481872320175, 0.027464531362056732, -0.016860511153936386, -0.0025115692988038063, 0.06238439679145813, -0.04849574714899063, 0.06593188643455505, 0.03195010870695114, -0.04025040566921234, 0.03836176544427872, 0.09594962745904922, -0.06086418405175209, 0.13778570294380188, -0.013681729324162006, -0.08521702140569687, 0.06293810158967972, -0.12720678746700287, 0.21448425948619843, 0.043121445924043655, 0.0017911393661051989, 0.16799941658973694, 0.05263178423047066, 0.021475668996572495, 0.03526053577661514, -0.059543147683143616, 0.09314322471618652, -0.027560658752918243, -0.09822126477956772, 0.12534303963184357, -0.15060016512870789, -0.17284078896045685, 0.07586928457021713, 0.022216105833649635, -0.17110294103622437, 0.1071171909570694, 0.12878836691379547, 0.04655646160244942, -0.19132037460803986, 0.009799824096262455, -0.022196751087903976, -0.12838594615459442, -0.07208085805177689, 0.04127449169754982, -0.10738975554704666, -0.28859078884124756, 0.31788119673728943, 0.17149212956428528, 0.1941555291414261, 0.22417660057544708, 0.14908289909362793, -0.19248729944229126, 0.5378929972648621, 0.1691824197769165, -0.4621286392211914, 0.08546800911426544, -0.20146435499191284, 0.1994713842868805, 0.13364583253860474, -0.02437599003314972, -0.2550802230834961, -0.1263183057308197, 0.1589883267879486, -0.18869005143642426, 0.44847944378852844, -0.3317943513393402, -0.13042259216308594, 0.3923455774784088, -0.5891168117523193, 0.00037533268914557993, -0.3968140184879303, -0.21173754334449768, -0.17548328638076782, -0.1305585652589798, 0.04545816034078598, 0.10856190323829651, -0.014681573957204819, 0.1265730857849121, -0.22288793325424194, -0.028790006414055824, 0.21437576413154602, 0.21694731712341309, 0.2677794098854065, 0.18817941844463348, 0.03442607447504997, -0.25258901715278625, -0.14968065917491913, -0.041133128106594086, -0.23991818726062775, -0.004348681773990393, -0.12078588455915451, -0.05589187517762184, 0.19357532262802124, -0.24077239632606506, -0.18423818051815033, -0.09146887063980103, -0.24131697416305542, -0.01269648876041174, -0.03316804766654968, 0.05367009714245796, -0.07953456789255142, -0.43303805589675903, -0.09495160728693008, -0.6199356913566589, -0.2222907692193985, 0.009068327024579048, 0.028350956737995148, 0.40729066729545593, -0.01843971200287342, 0.06323422491550446, 0.19342783093452454, -0.10499458014965057, 0.29379916191101074, -0.03618262708187103, 0.20276929438114166, 0.3476116955280304, 0.02012438327074051, 0.3061516582965851, 0.08205603063106537, -0.02594105526804924, 0.062306612730026245, 0.0660066232085228, 0.26335617899894714, 0.31302809715270996, 0.3320801258087158, 0.3623632788658142, 0.07508052885532379, 0.16010381281375885, 0.012802742421627045, -0.015781542286276817, 0.386503130197525, 0.12715521454811096, 0.16739629209041595, 0.10736920684576035, -0.0014868822181597352, 0.18172703683376312, -0.07443471997976303, 0.06000116467475891, 0.19437645375728607, -0.004897420294582844, 0.10027344524860382, -0.0436985157430172, 0.09932538121938705, -0.018571434542536736, -0.015618111938238144, 0.04009601101279259, -0.07567484676837921, 0.0061658513732254505, -0.04305039718747139, -0.006775772664695978, -0.23538583517074585, -0.1448953002691269, -0.42730164527893066, -0.4982209801673889, -0.10082988440990448, -0.02751976065337658, -0.053980883210897446, -0.22335338592529297, -0.32233721017837524, -0.3915249705314636, -0.3813520669937134, -0.22927206754684448, 0.01544103305786848, -0.19850219786167145, -0.24929603934288025, -0.32408711314201355, -0.27781179547309875, -0.33476534485816956, -0.2503872215747833, -0.17785686254501343, -0.13624097406864166, -0.10471045225858688, 0.07302333414554596, 0.039798587560653687, -0.05087325721979141, -0.01683974079787731, -0.04635374993085861, -0.03753562644124031, 0.19438636302947998, 0.21145503222942352, 0.26025664806365967, 0.1740904152393341, -0.08059771358966827, 0.07531195133924484, 0.09487280249595642, 0.2729734182357788, 0.43390676379203796, 0.3123321831226349, 0.34258151054382324, 0.40602871775627136, 0.34452593326568604, 0.45126667618751526, 0.35812968015670776, 0.4048859179019928, 0.5557817220687866, 0.5585522055625916, 0.7089855074882507, 0.6325309872627258, 0.4272539019584656, 0.45911580324172974, 0.48326167464256287, 0.4544129967689514, 0.5379735827445984, 0.5686376690864563, 0.4135914742946625, 0.30307403206825256, 0.1777775138616562, 0.03551490604877472, 0.030018607154488564, -0.15372905135154724, -0.1055070161819458, -0.18384937942028046, -0.27247175574302673, -0.43865886330604553, -0.653775691986084, -0.748764157295227, -0.948554277420044, -0.9245375394821167, -0.95046466588974, -1.0512326955795288, -1.0766781568527222, -1.227038860321045, -1.3426662683486938, -1.4529746770858765, -1.4453120231628418, -1.4022486209869385, -1.2805155515670776, -1.1851266622543335, -1.085995078086853, -1.075958490371704, -0.9595283269882202, -0.8294301629066467, -0.6238999962806702, -0.24056297540664673, -0.0744725689291954, -0.1199750304222107, 0.15811088681221008, 0.17316511273384094, 0.21299298107624054, 0.7022748589515686, 0.7053128480911255, 0.9559003710746765, 1.2048941850662231, 1.1479600667953491, 1.4785484075546265, 1.5208138227462769, 1.656565546989441, 1.9592211246490479, 2.079847812652588, 2.319916248321533, 2.5297038555145264, 2.230034589767456, 1.608910083770752, 1.393929362297058, 1.187565803527832, 1.5840572118759155, 1.7294749021530151, 1.7018383741378784, 1.38198983669281, 0.5097165107727051, 0.2064705193042755, -0.017704984173178673, 0.0442039780318737, 0.15498000383377075, -0.10896730422973633, -0.46661216020584106, -0.8404914736747742, -1.2214579582214355, -1.5811455249786377, -1.5091552734375, -1.675632119178772, -1.774645447731018, -1.6891289949417114, -1.7202244997024536, -1.9372206926345825, -1.8541918992996216, -2.2201929092407227, -2.1647355556488037, -1.6648281812667847, -1.8901567459106445, -1.3516544103622437, -1.270899772644043, -1.4026316404342651, -1.284788727760315, -1.2207916975021362, -0.8999692797660828, -0.6142781376838684, -0.31752142310142517, -0.1681867241859436, -0.024185944348573685, -0.20381899178028107, -0.1956586241722107, -0.07157323509454727, 0.01583954691886902, 0.3267378509044647, 0.43615853786468506, 0.5183120965957642, 0.5139887928962708, 0.3893345594406128, 0.3547067940235138, 0.5810412168502808, 0.7656168341636658, 0.9406592845916748, 1.2066564559936523, 1.2749881744384766, 1.403723955154419, 1.5104039907455444, 1.7602195739746094, 2.1450281143188477, 2.539032220840454, 2.5523595809936523, 2.2360591888427734, 1.5056627988815308, 0.9594891667366028, 1.3674434423446655, 1.5440088510513306, 2.0517051219940186, 2.163163661956787, 1.2139776945114136, 0.7029367089271545, -0.011295700445771217, -0.08868542313575745, 0.1748511791229248, 0.29549962282180786, 0.1135844737291336, -0.20249445736408234, -0.765476405620575, -1.2709168195724487, -1.4590818881988525, -1.7374610900878906, -1.7473583221435547, -1.5532643795013428, -1.374263048171997, -1.2569092512130737, -1.2597947120666504, -1.5532644987106323, -1.8399759531021118, -1.6896287202835083, -1.5170931816101074, -1.094867467880249, -0.9161940217018127, -0.9409052133560181, -1.0787742137908936, -1.382319688796997, -1.2308648824691772, -0.914013147354126, -0.7557428479194641, -0.4329846501350403, -0.192868173122406, -0.35524845123291016, -0.5123161673545837, -0.7364041209220886, -0.7888762354850769, -0.5614891648292542, -0.5203421711921692, -0.26029717922210693, -0.22377483546733856, -0.4924480617046356, -0.7320045232772827, -0.7606862783432007, -0.5476386547088623, -0.2360180914402008, 0.05630427971482277, 0.14634351432323456, 0.45627230405807495, 0.5825328230857849, 0.6895787715911865, 1.2075737714767456, 1.585111141204834, 1.9900928735733032, 2.355543375015259, 2.844400405883789, 3.43875789642334, 3.3745110034942627, 2.8333778381347656, 2.0500288009643555, 2.0441739559173584, 2.366116523742676, 2.4353091716766357, 3.462898015975952, 2.8824141025543213, 1.7342560291290283, 0.8712515830993652, 0.043228957802057266, 0.2692830562591553, 0.26771336793899536, 0.4529922604560852, 0.23763670027256012, -0.4956533908843994, -1.593934416770935, -2.1727516651153564, -2.265697479248047, -2.5139994621276855, -1.9946577548980713, -2.0434134006500244, -1.8270808458328247, -1.9769295454025269, -2.436941385269165, -2.3299005031585693, -2.278707981109619, -1.8957293033599854, -1.49055016040802, -0.8591763973236084, -0.7523321509361267, -0.7084241509437561, -1.4192633628845215, -1.1687986850738525, -0.5776708126068115, -0.7822734117507935, 0.2847597897052765, 0.36659061908721924, 0.19531093537807465, -0.16243691742420197, -0.4662798047065735, -0.4244154989719391, -0.3605286478996277, -0.254190057516098, -0.18754416704177856, 0.12180768698453903, -0.4903011918067932, -0.803765594959259, -1.084694743156433, -1.347455382347107, -1.2409663200378418, -1.1571698188781738, -0.6862595677375793, -0.1561410278081894, -0.16595664620399475, -0.6734722256660461, -0.1662924885749817, 0.022225001826882362, 0.17625708878040314, 1.3289623260498047, 1.964171290397644, 2.7182037830352783, 2.8531370162963867, 3.2141494750976562, 3.8465662002563477, 3.4336392879486084, 2.9096200466156006, 2.357696294784546, 3.2904183864593506, 3.1399762630462646, 3.6979503631591797, 3.9211394786834717, 2.6001853942871094, 1.79735267162323, 0.46210116147994995, 0.6735823154449463, 0.6604716777801514, 0.5886884331703186, 0.237685427069664, -0.4837501049041748, -1.237168788909912, -2.3715665340423584, -2.64168381690979, -2.786524534225464, -2.3915176391601562, -2.64505672454834, -2.6440348625183105, -2.4093191623687744, -2.679072618484497, -2.8076298236846924, -2.611647605895996, -2.1130478382110596, -1.8398882150650024, -1.3983426094055176, -0.9533066749572754, -0.5670245289802551, -0.36091548204421997, -1.0084712505340576, -0.93466717004776, -0.36592307686805725, -0.19810330867767334, 0.33123746514320374, 1.1460171937942505, 0.8951648473739624, 0.1741996705532074, -0.25803235173225403, -0.48414501547813416, -0.21989299356937408, -0.18410547077655792, -0.10351419448852539, 0.042931362986564636, -0.39474955201148987, -1.247534990310669, -1.541512131690979, -1.7073363065719604, -1.7846273183822632, -1.817703366279602, -1.4116634130477905, -0.8168575167655945, -0.3509470224380493, -0.30508875846862793, -0.4344194531440735, -0.035070281475782394, 0.12276183068752289, 0.734225332736969, 1.8009274005889893, 2.9010000228881836, 3.426786184310913, 3.4776949882507324, 4.103110313415527, 4.4300761222839355, 3.96360445022583, 3.4637434482574463, 3.187488555908203, 3.5944488048553467, 3.2827694416046143, 3.6848435401916504, 3.5195488929748535, 2.456008195877075, 1.1264123916625977, 0.13312043249607086, -0.20043861865997314, -0.5582093000411987, -0.5565987229347229, -1.206336498260498, -1.3432183265686035, -2.3138539791107178, -3.1062538623809814, -3.4066805839538574, -3.4456655979156494, -3.227578639984131, -3.1974024772644043, -2.80025053024292, -2.508699893951416, -2.2924952507019043, -2.329679489135742, -1.8341528177261353, -1.335007667541504, -0.9266436696052551, -0.314179003238678, 0.1189742311835289, 0.763295590877533, 0.8036581873893738, 0.30070680379867554, 0.46936699748039246, 0.5441231727600098, 0.6107578873634338, 0.9342604279518127, 1.555006504058838, 1.0868213176727295, 0.3808363676071167, -0.24973207712173462, -0.6828088760375977, -0.8038919568061829, -1.0752812623977661, -0.9064194560050964, -1.0938031673431396, -1.6056972742080688, -2.2570488452911377, -2.462620258331299, -2.735790491104126, -2.959294080734253, -2.8299899101257324, -2.4250121116638184, -1.779158115386963, -1.2454007863998413, -0.612473726272583, -0.3677174746990204, 0.03453966975212097, 0.6100422143936157, 1.062827229499817, 2.1757564544677734, 3.4673967361450195, 4.112874507904053, 4.721384048461914, 5.543642044067383, 5.850105285644531, 5.6895856857299805, 5.348089694976807, 3.957263708114624, 3.5135035514831543, 3.1876485347747803, 3.0352306365966797, 3.5434746742248535, 2.6953189373016357, 1.2597808837890625, -0.030160512775182724, -1.572959303855896, -2.3035290241241455, -2.5475265979766846, -2.7770211696624756, -2.5489747524261475, -2.829622983932495, -3.5223660469055176, -3.5859808921813965, -4.118483543395996, -4.126462936401367, -3.625615358352661, -3.0957446098327637, -2.2113163471221924, -1.2550078630447388, -0.7149287462234497, -0.13772985339164734, 0.2885514497756958, 0.3527029752731323, 0.728932797908783, 1.266978144645691, 1.7904541492462158, 2.6075780391693115, 2.782883882522583, 2.1836769580841064, 1.5708087682724, 0.7352762222290039, 0.027904409915208817, 0.342744916677475, 0.3934657573699951, 0.029373517259955406, -0.5577390789985657, -1.7035800218582153, -2.5572779178619385, -3.169320583343506, -3.490752696990967, -3.256335735321045, -3.321385145187378, -3.4696240425109863, -3.260432004928589, -3.457498073577881, -3.590418577194214, -3.533428192138672, -3.4257888793945312, -2.697840690612793, -1.6627146005630493, -0.5802320241928101, 0.6910758018493652, 1.6822364330291748, 2.147313117980957, 2.675997257232666, 3.41272234916687, 4.061916828155518, 4.937910556793213, 5.680462837219238, 6.370887279510498, 7.071486473083496, 7.391050338745117, 7.543219566345215, 7.1050519943237305, 5.0626959800720215, 2.5819413661956787, 1.581588864326477, 0.7180886268615723, 0.9863200783729553, 1.3727493286132812, 0.11256781220436096, -1.539583683013916, -3.4636480808258057, -5.184568405151367, -5.6966729164123535, -5.279139518737793, -4.756503105163574, -3.8644232749938965, -3.617321014404297, -3.2232916355133057, -3.0220022201538086, -3.212618112564087, -2.5111844539642334, -1.8290934562683105, -1.088789939880371, 0.4176776707172394, 1.8771708011627197, 2.553229331970215, 3.236393451690674, 3.3082306385040283, 2.939370632171631, 2.850149393081665, 2.4616851806640625, 2.6438543796539307, 3.1281633377075195, 2.938117742538452, 1.9291032552719116, 0.3940708339214325, -1.4777319431304932, -2.6741223335266113, -3.021301507949829, -3.114980697631836, -2.932800054550171, -3.4595940113067627, -4.487583637237549, -5.017859935760498, -5.264737129211426, -5.136153697967529, -4.538511753082275, -4.0712056159973145, -3.592153310775757, -2.9641194343566895, -2.4345266819000244, -1.6968551874160767, -1.1391596794128418, -0.8505691885948181, -0.32150882482528687, 0.5053558349609375, 1.5328624248504639, 2.8828468322753906, 4.120151042938232, 5.178318500518799, 5.653589248657227, 5.442238807678223, 5.4429779052734375, 5.649813175201416, 5.683746337890625, 5.932043552398682, 6.369965553283691, 6.265556812286377, 6.11148738861084, 5.741263389587402, 3.614750385284424, 0.40949299931526184, -1.5380936861038208, -2.8543577194213867, -3.0496652126312256, -2.147754192352295, -2.0886693000793457, -2.7828667163848877, -3.8021352291107178, -4.984278678894043, -5.7583699226379395, -5.727245807647705, -4.713378429412842, -3.2848856449127197, -2.145768642425537, -0.7898350954055786, 0.14502406120300293, 0.5428539514541626, 0.9336080551147461, 1.1348298788070679, 0.9868611693382263, 1.4793853759765625, 2.4837896823883057, 3.584447145462036, 4.591779708862305, 4.697755813598633, 4.0198445320129395, 2.7408745288848877, 1.0974845886230469, 0.19834581017494202, -0.04190519079566002, -0.4158141314983368, -0.3702063262462616, -1.0401759147644043, -2.8499789237976074, -4.1894049644470215, -5.146916389465332, -6.330722808837891, -5.950536727905273, -5.168583869934082, -4.8942484855651855, -4.082940101623535, -3.4260709285736084, -2.9620416164398193, -2.6062588691711426, -2.2671773433685303, -1.6370517015457153, -1.0800989866256714, -0.39350783824920654, 0.5796656608581543, 1.1064194440841675, 1.6371127367019653, 1.8055769205093384, 1.7107467651367188, 1.8973335027694702, 2.1549224853515625, 2.605830192565918, 3.411484956741333, 4.428049564361572, 5.095728874206543, 5.1194024085998535, 4.667982578277588, 3.9821059703826904, 3.2775583267211914, 2.9530656337738037, 3.282539129257202, 3.76391863822937, 4.205136299133301, 4.167695045471191, 1.9725244045257568, -0.7394086718559265, -2.4784622192382812, -3.445457696914673, -2.9398553371429443, -2.201723337173462, -1.8497306108474731, -1.8779596090316772, -2.3323092460632324, -2.5661022663116455, -2.86639666557312, -2.9126787185668945, -2.2897253036499023, -1.8711118698120117, -1.2148979902267456, -0.06819628924131393, 1.09145188331604, 2.0837464332580566, 2.377246379852295, 1.9281460046768188, 1.2401272058486938, 0.9438213109970093, 1.0130361318588257, 1.610910415649414, 2.3409175872802734, 2.572281837463379, 2.431760787963867, 1.321399450302124, -0.2990696132183075, -1.2763009071350098, -2.1345012187957764, -2.7211549282073975, -2.652240514755249, -2.896211624145508, -3.291213035583496, -3.451697587966919, -3.7062628269195557, -3.9030356407165527, -4.053184509277344, -4.3205976486206055, -4.180699825286865, -3.5593059062957764, -2.5249249935150146, -1.0226809978485107, -0.08940209448337555, 0.24607770144939423, 0.3216491937637329, -0.06839045137166977, -0.20513953268527985, -0.00914523284882307, 0.2653408646583557, 0.9192643761634827, 1.5386720895767212, 1.8113826513290405, 2.077789306640625, 2.1398823261260986, 1.9933712482452393, 2.1235785484313965, 2.3101234436035156, 2.94618821144104, 3.836793899536133, 3.978442907333374, 3.985020160675049, 3.8380658626556396, 3.2429747581481934, 2.9301509857177734, 2.8916471004486084, 3.3756399154663086, 4.324827194213867, 4.022123336791992, 1.326452612876892, -1.0975600481033325, -2.609912633895874, -3.3365249633789062, -2.509213924407959, -2.0360829830169678, -2.122704029083252, -2.533740758895874, -2.8049070835113525, -2.8844659328460693, -2.735337257385254, -2.211632251739502, -1.908586859703064, -1.7295399904251099, -1.6028172969818115, -0.47414281964302063, 1.2107532024383545, 2.144666910171509, 2.8519399166107178, 2.1862552165985107, 1.3307772874832153, 1.0890376567840576, 1.180233120918274, 1.6118024587631226, 2.283626079559326, 2.4132282733917236, 1.8183214664459229, 0.599578320980072, -0.7056121826171875, -1.262245774269104, -1.9443515539169312, -2.7049267292022705, -3.163919687271118, -3.7602789402008057, -3.937187433242798, -3.476267099380493, -3.229900360107422, -2.9351806640625, -2.7555155754089355, -3.403562068939209, -3.6691110134124756, -3.089662790298462, -2.167665958404541, -0.895190954208374, 0.16945946216583252, 0.7519117593765259, 0.907539963722229, 0.8633585572242737, 0.8108525276184082, 0.7859681248664856, 0.780974268913269, 1.0487958192825317, 1.3298101425170898, 1.553632140159607, 1.851961612701416, 1.9640599489212036, 1.9614759683609009, 1.9240301847457886, 1.8547441959381104, 2.0169808864593506, 2.5207417011260986, 2.8705170154571533, 2.6706888675689697, 2.4704625606536865, 2.2290802001953125, 2.0728979110717773, 2.4480018615722656, 3.2005398273468018, 3.8996129035949707, 4.443281173706055, 2.4884910583496094, -0.7126588821411133, -2.361980438232422, -3.5490052700042725, -3.252589702606201, -2.0845069885253906, -2.20452880859375, -2.5358517169952393, -1.958098292350769, -1.9728978872299194, -1.607390284538269, -1.0283077955245972, -1.3141224384307861, -1.2965720891952515, -1.3850793838500977, -0.9920324087142944, 0.9488160014152527, 2.373446226119995, 3.28875470161438, 2.9803640842437744, 1.5618420839309692, 0.7325509786605835, 0.8050243258476257, 0.5575301051139832, 1.0749346017837524, 1.4991296529769897, 0.8296418190002441, 0.1424320787191391, -1.2212742567062378, -1.9915767908096313, -2.019974708557129, -2.725217819213867, -3.3664944171905518, -3.7698416709899902, -4.35943078994751, -3.8764567375183105, -2.789971351623535, -2.345825672149658, -1.4298983812332153, -1.1013182401657104, -1.6356545686721802, -1.3880589008331299, -0.8933337926864624, -0.15423443913459778, 0.7398644089698792, 1.0815434455871582, 1.1320064067840576, 1.428557276725769, 1.4196925163269043, 1.3767541646957397, 1.0986688137054443, 0.5342850685119629, 0.3504868447780609, 0.171818345785141, 0.14465855062007904, 0.5064839124679565, 0.7993162870407104, 0.9886469841003418, 1.0320944786071777, 0.8597061038017273, 0.8430219292640686, 1.2376664876937866, 1.4828847646713257, 1.7822421789169312, 1.9073708057403564, 2.1371750831604004, 2.5398504734039307, 3.104191303253174, 4.034200668334961, 4.82642936706543, 5.328253746032715, 3.5260157585144043, 0.3546984791755676, -1.637302041053772, -3.039362907409668, -3.0508060455322266, -2.2945666313171387, -2.6442739963531494, -3.0826358795166016, -2.3632824420928955, -2.226012945175171, -1.572844386100769, -1.09646475315094, -1.2440515756607056, -1.2717645168304443, -1.7312300205230713, -1.6187152862548828, -0.32694730162620544, 0.9310585260391235, 1.9598126411437988, 2.039710521697998, 1.3724782466888428, 1.1375044584274292, 1.6383718252182007, 1.1820952892303467, 1.494551181793213, 1.4084399938583374, 0.5702906847000122, -0.1643725484609604, -1.4451414346694946, -2.063000202178955, -1.5954722166061401, -1.802805781364441, -2.3243799209594727, -2.8737471103668213, -3.694042921066284, -3.554708957672119, -2.5472705364227295, -1.8171414136886597, -0.7243902683258057, -0.25710058212280273, -0.48530805110931396, -0.3274732828140259, 0.09499232470989227, 0.64194655418396, 1.387017846107483, 1.1587824821472168, 0.6372854113578796, 0.468593567609787, 0.1285296380519867, 0.24848328530788422, 0.1932872086763382, 0.04093313589692116, 0.1164875254034996, -0.06537062674760818, -0.16690313816070557, 0.1958734691143036, 0.5370541214942932, 0.7071354985237122, 0.8160666227340698, 0.5551647543907166, 0.476120263338089, 0.7963584661483765, 0.9667964577674866, 1.627776026725769, 2.2831873893737793, 2.4516425132751465, 2.8374991416931152, 3.225592851638794, 3.788572072982788, 4.661288261413574, 5.438265800476074, 5.393173694610596, 2.646665096282959, -0.46814092993736267, -2.670518398284912, -4.124499320983887, -4.016001224517822, -3.7718942165374756, -4.494889259338379, -4.485754013061523, -3.4975781440734863, -2.8752222061157227, -1.7253925800323486, -0.8330763578414917, -0.4242400825023651, -0.454700767993927, -1.1658443212509155, -1.2203689813613892, -0.5035303235054016, 0.8925524353981018, 1.9739893674850464, 2.173081874847412, 1.7558252811431885, 2.1544406414031982, 2.679276704788208, 2.4986984729766846, 2.7734131813049316, 2.4426510334014893, 1.3328083753585815, -0.16102290153503418, -2.0518059730529785, -2.708451271057129, -2.50561785697937, -2.261366128921509, -2.478024959564209, -3.1089065074920654, -3.458301544189453, -2.7312798500061035, -1.8677843809127808, -1.0766632556915283, -0.06906626373529434, -0.10823564976453781, -0.6169730424880981, -0.4759732484817505, 0.014073722995817661, 0.9760729074478149, 1.6916183233261108, 1.2753162384033203, 0.640565037727356, 0.23225907981395721, 0.1304994523525238, 0.25599750876426697, 0.1121988296508789, 0.09226701408624649, -0.053518880158662796, -0.4282159209251404, -0.4072927236557007, 0.046659380197525024, 0.5452606678009033, 0.889359712600708, 0.6864440441131592, 0.053373586386442184, -0.08946911245584488, 0.047264792025089264, 0.22800014913082123, 0.9579620957374573, 1.6054401397705078, 2.095334529876709, 2.547642230987549, 2.990766763687134, 3.7654242515563965, 4.795671463012695, 5.584735870361328, 5.656606197357178, 3.1246719360351562, -0.2846159338951111, -2.617959499359131, -4.369757175445557, -4.550637245178223, -4.480291366577148, -4.951618194580078, -4.947986125946045, -3.6972951889038086, -2.5094475746154785, -1.0906965732574463, -0.03154153376817703, 0.3616010844707489, 0.3199526071548462, -0.5935542583465576, -1.1141034364700317, -0.6427420973777771, 0.4084467589855194, 1.4974560737609863, 1.788386583328247, 1.6554601192474365, 2.251070022583008, 3.340818405151367, 3.7090275287628174, 3.711047649383545, 3.3435938358306885, 2.023083448410034, 0.05903720110654831, -2.2196407318115234, -3.5988733768463135, -3.760490655899048, -3.325748920440674, -3.291191577911377, -3.540396213531494, -3.337747097015381, -2.320779800415039, -1.0362330675125122, -0.3376700282096863, 0.3972950875759125, 0.5952182412147522, 0.19678248465061188, -0.08041197806596756, -0.02499396726489067, 0.43638482689857483, 1.1772772073745728, 1.491125464439392, 1.1957439184188843, 1.0805420875549316, 1.0644855499267578, 0.6262502670288086, 0.02944953739643097, -0.48114967346191406, -0.8051137328147888, -1.0885189771652222, -1.309554934501648, -1.23435378074646, -0.7246025800704956, 0.01380852609872818, 0.4073968529701233, 0.21179860830307007, -0.07279854267835617, -0.08902556449174881, -0.19631686806678772, -0.11024854332208633, 0.3989594578742981, 1.1735845804214478, 1.9792414903640747, 2.7756946086883545, 3.6854758262634277, 4.925014019012451, 6.476884841918945, 7.19503927230835, 5.719915390014648, 2.1760997772216797, -0.9049837589263916, -3.4195356369018555, -4.640192031860352, -5.1403093338012695, -5.67546272277832, -5.955947399139404, -5.041109085083008, -3.5414915084838867, -1.8244960308074951, -0.13951537013053894, 1.0459980964660645, 1.361194133758545, 0.5639870762825012, -0.8166027069091797, -1.3301708698272705, -1.1460644006729126, -0.21577122807502747, 0.3688991367816925, 0.7397648096084595, 1.4757952690124512, 3.082979440689087, 4.4361114501953125, 5.202458381652832, 5.4350433349609375, 4.685744285583496, 2.6241002082824707, -0.17326153814792633, -2.884037971496582, -4.199264049530029, -4.3940019607543945, -4.1279802322387695, -4.314233303070068, -4.115624904632568, -3.014345169067383, -1.1060514450073242, 0.39519819617271423, 1.4317042827606201, 1.8046205043792725, 1.078855037689209, -0.09280314296483994, -1.1267685890197754, -1.5402804613113403, -0.8512277007102966, 0.0698823630809784, 0.4626779556274414, 0.6448131799697876, 0.976184070110321, 1.335914134979248, 1.340791940689087, 0.9518769979476929, 0.20577381551265717, -0.7550401091575623, -1.7180774211883545, -2.3390841484069824, -2.3249032497406006, -1.5687593221664429, -0.6575225591659546, -0.28559908270835876, -0.3297934830188751, -0.16113926470279694, 0.20652718842029572, 0.6575963497161865, 1.0830475091934204, 1.333757758140564, 1.4981435537338257, 1.7140209674835205, 2.1887638568878174, 3.2116737365722656, 4.83240270614624, 6.480412483215332, 7.06282901763916, 5.840980529785156, 2.8460142612457275, 0.2828543484210968, -1.8573530912399292, -3.2782509326934814, -4.523131370544434, -5.98270845413208, -7.04628849029541, -6.469569683074951, -4.8824639320373535, -2.9010937213897705, -1.1273869276046753, 0.3082314729690552, 0.9424557685852051, 0.8564421534538269, -0.07517324388027191, -0.4929201602935791, -0.4920198321342468, -0.2289550006389618, -0.272525429725647, -0.35974690318107605, 0.403876394033432, 2.5060203075408936, 4.725406169891357, 6.235074996948242, 6.812734127044678, 6.524405479431152, 5.041690826416016, 2.6092398166656494, -0.3213338255882263, -2.328045129776001, -3.547624349594116, -4.473849296569824, -5.497730255126953, -5.69981050491333, -4.62852144241333, -2.4069998264312744, -0.45982253551483154, 0.629708468914032, 1.1500508785247803, 0.821742594242096, -0.10836918652057648, -1.1613733768463135, -1.9894863367080688, -2.004488468170166, -1.6714556217193604, -1.680485725402832, -1.5728222131729126, -0.7250829935073853, 0.5981649160385132, 1.8741488456726074, 2.5749130249023438, 2.521364212036133, 2.0750463008880615, 1.167130947113037, -0.008774453774094582, -0.9631378650665283, -1.4596529006958008, -1.630955457687378, -1.696845293045044, -1.8329429626464844, -1.4193265438079834, -0.44429007172584534, 0.4635070264339447, 1.1768118143081665, 1.6217374801635742, 1.8708912134170532, 2.1632142066955566, 2.413947820663452, 2.7621564865112305, 3.3707258701324463, 4.128298759460449, 4.370573997497559, 3.9887731075286865, 2.3407347202301025, 1.004895567893982, 0.05262048915028572, -0.949948251247406, -1.9094464778900146, -3.2698974609375, -4.540019989013672, -4.957100868225098, -4.600822925567627, -3.7796406745910645, -2.9283323287963867, -1.668418049812317, -0.6115849614143372, -0.0030827426817268133, -0.027069518342614174, -0.2106199711561203, -0.10461819916963577, -0.0002855056372936815, -0.03137252479791641, -0.11132609844207764, 0.07268752157688141, 1.3226593732833862, 2.9390599727630615, 4.151960849761963, 4.970550060272217, 5.487128257751465, 5.231257438659668, 4.324389457702637, 2.7468111515045166, 1.2147537469863892, -0.15991418063640594, -1.3290009498596191, -2.8607776165008545, -4.055581092834473, -4.474339962005615, -3.7420473098754883, -2.7400665283203125, -2.0086543560028076, -1.5160396099090576, -1.2473536729812622, -1.317371129989624, -1.4532601833343506, -1.7996593713760376, -1.922511339187622, -1.9918594360351562, -2.135227680206299, -2.3933634757995605, -2.119633913040161, -1.1737879514694214, -0.030112450942397118, 1.0064457654953003, 1.7454736232757568, 2.12982177734375, 2.41674542427063, 2.3802638053894043, 2.0324177742004395, 1.59457528591156, 1.0447181463241577, 0.4331492483615875, -0.3072587847709656, -0.9465934634208679, -1.038940668106079, -0.6513318419456482, -0.106236033141613, 0.5326682925224304, 1.0309566259384155, 1.4361906051635742, 1.9729607105255127, 2.4311747550964355, 2.714482307434082, 3.1240828037261963, 3.127107620239258, 2.6686532497406006, 1.308675765991211, 0.22466862201690674, -0.6109529137611389, -1.1508164405822754, -1.6397135257720947, -2.3443641662597656, -2.923384666442871, -2.931159257888794, -2.4343063831329346, -1.6624367237091064, -1.084531307220459, -0.34545645117759705, 0.171929270029068, 0.07490630447864532, -0.2529809772968292, -0.6412902474403381, -0.7489660978317261, -0.6432960033416748, -0.7254085540771484, -0.9321264624595642, -0.8742524981498718, -0.0868343859910965, 1.0575374364852905, 2.066110134124756, 2.8736326694488525, 3.421344041824341, 3.547802209854126, 3.314951181411743, 2.7474312782287598, 2.112346887588501, 1.3994327783584595, 0.6042373776435852, -0.5955767631530762, -1.716162085533142, -2.380096197128296, -2.202906370162964, -1.7555569410324097, -1.3819385766983032, -1.2052738666534424, -1.157871127128601, -1.252246379852295, -1.2143933773040771, -1.2921181917190552, -1.4418644905090332, -1.6649656295776367, -2.0952444076538086, -2.5981926918029785, -2.858635187149048, -2.5479307174682617, -1.835249900817871, -0.9250248670578003, -0.14741118252277374, 0.4946751892566681, 1.1123685836791992, 1.700461745262146, 2.093156576156616, 2.1995770931243896, 1.9576462507247925, 1.522686243057251, 0.8927558064460754, 0.3257268965244293, -0.04642147570848465, -0.07647120207548141, 0.06658703833818436, 0.15788960456848145, 0.20818442106246948, 0.38189053535461426, 0.6802103519439697, 1.0087132453918457, 1.223865270614624, 1.3115051984786987, 1.46270751953125, 1.4394797086715698, 1.3758947849273682, 1.0323805809020996, 0.4886741638183594, 0.21342353522777557, -0.2574792802333832, -0.5498216152191162, -0.9260647892951965, -1.0991590023040771, -1.064090609550476, -0.807896077632904, -0.5622125864028931, -0.34210410714149475, -0.0861273780465126, 0.23595494031906128, 0.49973225593566895, 0.6032623648643494, 0.5569277405738831, 0.4016311764717102, 0.06781256198883057, -0.27988722920417786, -0.6531544923782349, -0.8752366304397583, -0.920414924621582, -0.6584462523460388, -0.411526083946228, -0.12509304285049438, 0.36906692385673523, 0.8504948019981384, 1.2751078605651855, 1.3686943054199219, 1.2011209726333618, 0.8970967531204224, 0.6126481890678406, 0.3676430583000183, 0.02622227557003498, -0.3253481090068817, -0.6601632237434387, -0.8073927164077759, -0.9687594175338745, -1.0318862199783325, -0.8745293021202087, -0.6627916097640991, -0.4068969190120697, -0.3060528337955475, -0.436799556016922, -0.573785126209259, -0.6087050437927246, -0.6687853932380676, -0.7835143804550171, -0.8894798159599304, -0.9194883108139038, -0.7828627228736877, -0.5844988822937012, -0.29863306879997253, 0.011149182915687561, 0.29306575655937195, 0.48753622174263, 0.4711480438709259, 0.36740291118621826, 0.31558987498283386, 0.3529023826122284, 0.21198947727680206, 0.0290544331073761, -0.19063425064086914, -0.3689570724964142, -0.39676880836486816, -0.3631725609302521, -0.2657512426376343, -0.0990096926689148, 0.04877089709043503, 0.14808686077594757, 0.14705780148506165, 0.13382452726364136, 0.20772339403629303, 0.3421172499656677, 0.4267348349094391, 0.466572105884552, 0.48202067613601685, 0.5511016249656677, 0.5211701393127441, 0.3514292240142822, 0.27712205052375793, 0.18126259744167328, 0.14417119324207306, 0.1226273775100708, 0.09328003972768784, 0.13738439977169037, 0.2690730690956116, 0.4625718593597412, 0.5923172831535339, 0.613046407699585, 0.6237176656723022, 0.5984019637107849, 0.5473678112030029, 0.4779417812824249, 0.42822057008743286, 0.3652855455875397, 0.3335578143596649, 0.20225006341934204, 0.010030289180576801, -0.10865435749292374, -0.1577526032924652, -0.11966020613908768, -0.13063496351242065, -0.1768295019865036, -0.20519375801086426, -0.17070713639259338, -0.13502947986125946, -0.12879334390163422, -0.12839552760124207, -0.15055887401103973, -0.11082503199577332, -0.07755432277917862, -0.1018885001540184, -0.05475436523556709, -0.03155969828367233, -0.03838731348514557, -0.14878343045711517, -0.3023480772972107, -0.39136001467704773, -0.382409006357193, -0.3040194511413574, -0.22584256529808044, -0.16076384484767914, -0.09535550326108932, 0.02248959429562092, 0.05611634626984596, 0.049196917563676834, 0.04275301471352577, -0.07137969136238098, -0.27099186182022095, -0.4768242835998535, -0.6699495911598206, -0.7481682300567627, -0.7553697824478149, -0.7872524261474609, -0.7937800884246826, -0.6967325210571289, -0.5348598957061768, -0.3011830151081085, -0.16754911839962006, -0.027601320296525955, 0.0427214652299881, 0.044179219752550125, -0.04932180792093277, -0.11249811202287674, -0.14227166771888733, -0.12921307981014252, -0.061793308705091476, -0.08746172487735748, -0.04123749956488609, 0.01238173060119152, 0.07725119590759277, 0.09050348401069641, 0.06716527789831161, -0.001729788607917726, 0.010323402471840382, 0.09717410802841187, 0.20025360584259033, 0.26141414046287537, 0.29741227626800537, 0.34931617975234985, 0.46881353855133057, 0.4365209937095642, 0.4900306463241577, 0.5054349899291992, 0.5121000409126282, 0.5448810458183289, 0.5254045128822327, 0.4787198603153229, 0.45786964893341064, 0.44120487570762634, 0.44623857736587524, 0.4753210246562958, 0.5005329847335815, 0.5432868599891663, 0.5548616051673889, 0.4884852170944214, 0.41885533928871155, 0.33289825916290283, 0.2316281795501709, 0.06780055910348892, -0.0945223867893219, -0.28185921907424927, -0.3375333845615387, -0.283119797706604, -0.2103632241487503, -0.08521973341703415, 0.026883935555815697, 0.08788694441318512, 0.11025205254554749, 0.08950645476579666, 0.12255989760160446, 0.1666516214609146, 0.17269746959209442, 0.08519162237644196, -0.030457984656095505, -0.124489925801754, -0.11991512775421143, -0.03965940698981285, 0.0011728728422895074, -0.0027540717273950577, -0.08751220256090164, -0.2624641954898834, -0.3974085748195648, -0.5076621770858765, -0.5534504055976868, -0.5291367769241333, -0.536026656627655, -0.5518385171890259, -0.5447778701782227, -0.518726110458374, -0.4171392619609833, -0.2837868928909302, -0.18661777675151825, -0.14851702749729156, -0.10041068494319916, -0.12503856420516968, -0.14905419945716858, -0.1496819406747818, -0.1590314358472824, -0.20731833577156067, -0.2545280158519745, -0.337332546710968, -0.3546840250492096, -0.26894691586494446, -0.16155767440795898, -0.1287313848733902, -0.18300381302833557, -0.23907096683979034, -0.228140190243721, -0.21593965590000153, -0.17428305745124817, -0.15076057612895966, -0.11961989849805832, -0.07286324352025986, 0.01817278005182743, 0.1272745281457901, 0.21004104614257812, 0.29088979959487915, 0.3071267902851105, 0.2872893810272217, 0.2599986493587494, 0.2577495872974396, 0.2675481140613556, 0.30292749404907227, 0.2967377305030823, 0.251362681388855, 0.2348901927471161, 0.23494228720664978, 0.28179213404655457, 0.3621434271335602, 0.38964569568634033, 0.334526389837265, 0.24104954302310944, 0.1631017029285431, 0.13624010980129242, 0.15663796663284302, 0.21502648293972015, 0.2523380517959595, 0.273507684469223, 0.30561381578445435, 0.3336074948310852, 0.3958486318588257, 0.4541802406311035, 0.4621318280696869, 0.3877769410610199, 0.24549295008182526, 0.12118329852819443, 0.050119973719120026, 0.02124929614365101, 0.007809808477759361, -0.043289873749017715, -0.08762693405151367, -0.14336596429347992, -0.1825108826160431, -0.20072989165782928, -0.20781520009040833, -0.17112357914447784, -0.14442120492458344, -0.17020130157470703, -0.20125503838062286, -0.2089901566505432, -0.17707353830337524, -0.09289512783288956, -0.009288120083510876, 0.011808841489255428, 0.026091307401657104, 0.05298644304275513, 0.09696568548679352, 0.11434654146432877, 0.0618283785879612, -0.05310342088341713, -0.14399664103984833, -0.22109830379486084, -0.2629384398460388, -0.29730191826820374, -0.31043103337287903, -0.31582111120224, -0.36051738262176514, -0.41547533869743347, -0.43132174015045166, -0.37623071670532227, -0.3151967227458954, -0.2921026647090912, -0.31582868099212646, -0.3340829908847809, -0.3134741485118866, -0.2606613039970398, -0.17632155120372772, -0.05895917862653732, 0.07445226609706879, 0.16858705878257751, 0.20319916307926178, 0.22850391268730164, 0.28490301966667175, 0.35813310742378235, 0.3725159764289856, 0.29687047004699707, 0.14812634885311127, 0.022461513057351112, 0.005609835498034954, 0.025540022179484367, 0.031248562037944794, 0.006671001203358173, -0.07318580150604248, -0.16944657266139984, -0.19825492799282074, -0.16557776927947998, -0.07544053345918655, -0.01287802029401064, 0.00042900972766801715, -0.007667721249163151, -0.016772571951150894, 0.030623311176896095, 0.11455926299095154, 0.1729704886674881, 0.20200763642787933, 0.2009786069393158, 0.1559159755706787, 0.11790679395198822, 0.1474054902791977, 0.20728641748428345, 0.24701091647148132, 0.2163398563861847, 0.11133957654237747, 0.019196316599845886, -0.015404121950268745, 0.004426605999469757, 0.0082099549472332, -0.02424517646431923, -0.09822285175323486, -0.1519250124692917, -0.1481812447309494, -0.12073682993650436, -0.052259691059589386, 0.011321413330733776, 0.020791754126548767, 0.040916573256254196, 0.06910808384418488, 0.11331149935722351, 0.17986828088760376, 0.27133557200431824, 0.3008273243904114, 0.2753431797027588, 0.2304820716381073, 0.1555490344762802, 0.06862720847129822, 0.004325744230300188, -0.051138781011104584, -0.08046780526638031, -0.13233986496925354, -0.1529078483581543, -0.16025426983833313, -0.13775885105133057, -0.06142465025186539, -0.020598292350769043, -0.03589702397584915, -0.07522064447402954, -0.09937405586242676, -0.11235849559307098, -0.11326891928911209, -0.09482303261756897, -0.09440309554338455, -0.06766082346439362, -0.02216278202831745, -0.002801000839099288, 0.021251289173960686, 0.07935906946659088, 0.17381027340888977, 0.24887512624263763, 0.2506471276283264, 0.20059241354465485, 0.14631684124469757, 0.1338798850774765, 0.11333062499761581, 0.044333331286907196, -0.03810836747288704, -0.1035938635468483, -0.17682971060276031, -0.21732458472251892, -0.20383363962173462, -0.1712893694639206, -0.14347760379314423, -0.1180979385972023, -0.10603917390108109, -0.08123583346605301, -0.029344644397497177, 0.03725570812821388, 0.0727505162358284, 0.08997711539268494, 0.08865588158369064, 0.08961381018161774, 0.08302953839302063, 0.09072601795196533, 0.12288933247327805, 0.1451347917318344, 0.13390347361564636, 0.07523371279239655, -0.011472332291305065, -0.0652032271027565, -0.10475688427686691, -0.1500980257987976, -0.22740192711353302, -0.32496178150177, -0.3945159614086151, -0.433349072933197, -0.43397247791290283, -0.38600945472717285, -0.33609360456466675, -0.30847591161727905, -0.291069358587265, -0.26303452253341675, -0.20090514421463013, -0.0906149223446846, 0.03265566751360893, 0.11328339576721191, 0.13728421926498413, 0.13487102091312408, 0.15136663615703583, 0.16103379428386688, 0.159707173705101, 0.16049128770828247, 0.15155759453773499, 0.1486213505268097, 0.1454225331544876, 0.13191872835159302, 0.11897080391645432, 0.11405201256275177, 0.1138368472456932, 0.08929376304149628, 0.07709768414497375, 0.07587160915136337, 0.07686933130025864, 0.08275356143712997, 0.07503087818622589, 0.08132994920015335, 0.10979717969894409, 0.13857176899909973, 0.17704209685325623, 0.18260706961154938, 0.19719094038009644, 0.26025092601776123, 0.30488163232803345, 0.3027106523513794, 0.2711631953716278, 0.2052764743566513, 0.1608513444662094, 0.12242776900529861, 0.08661240339279175, 0.04520987346768379, -0.022741075605154037, -0.08090611547231674, -0.13329973816871643, -0.17823292315006256, -0.1887173056602478, -0.15101240575313568, -0.11757086217403412, -0.08801130205392838, -0.047397274523973465, -0.011843683198094368, 0.029376108199357986, 0.052432674914598465, 0.05551457405090332, 0.049750253558158875, 0.043042559176683426, 0.04672333225607872, 0.05472388491034508, 0.07552053034305573, 0.09577374905347824, 0.09847956150770187, 0.07499939203262329, 0.026740506291389465, -0.026755856350064278, -0.04770134761929512, -0.06639178842306137, -0.10841427743434906, -0.1721121370792389, -0.23954294621944427, -0.30310335755348206, -0.3741016089916229, -0.43327218294143677, -0.4546281695365906, -0.44838467240333557, -0.42509061098098755, -0.3641892075538635, -0.290155827999115, -0.1807565838098526, -0.08126819133758545, -0.019431043416261673, 0.024194765836000443, 0.06837368756532669, 0.10825161635875702, 0.11005869507789612, 0.1152830719947815, 0.1089620366692543, 0.08982343226671219, 0.09148550033569336, 0.09697651863098145, 0.08508505672216415, 0.058173879981040955, 0.0297181885689497, 0.013001648709177971, 0.007968233898282051, 0.01631730981171131, 0.03538145869970322, 0.03265867382287979, 0.004075821489095688, -0.022998077794909477, -0.03219772130250931, -0.007363928481936455, 0.04921644926071167, 0.09407754987478256, 0.10581116378307343, 0.10840275883674622, 0.1258719265460968, 0.1650414913892746, 0.19883126020431519, 0.228773832321167, 0.2464320808649063, 0.246221125125885, 0.2406548112630844, 0.22209379076957703, 0.18370208144187927, 0.13258349895477295, 0.08944501727819443, 0.030367733910679817, -0.031180746853351593, -0.07279156893491745, -0.08862707018852234, -0.08394740521907806, -0.07524234801530838, -0.058638740330934525, -0.042192429304122925, -0.03658507764339447, -0.016351211816072464, 0.003123105736449361, 0.028557823970913887, 0.05407325550913811, 0.04616745933890343, 0.019903533160686493, 0.012626213021576405, 0.01282312348484993, 0.017972994595766068, 0.018829287961125374, 0.017191002145409584, -0.0061679985374212265, -0.019759219139814377, -0.027533365413546562, -0.04188966751098633, -0.05702478438615799, -0.09020973742008209, -0.1413276642560959, -0.19486214220523834, -0.2206130027770996, -0.20299853384494781, -0.1738748699426651, -0.1702437847852707, -0.15541692078113556, -0.14997176826000214, -0.12114567309617996, -0.06788785755634308, -0.02151503600180149, 0.030046941712498665, 0.07887554913759232, 0.09468667209148407, 0.07824914902448654, 0.0638423040509224, 0.06166951730847359, 0.09036920219659805, 0.1178571879863739, 0.12273133546113968, 0.13510480523109436, 0.10085408389568329, 0.05931444093585014, 0.035572852939367294, 0.030217930674552917, 0.005590962711721659, -0.04537453129887581, -0.11675221472978592, -0.16745267808437347, -0.1728169322013855, -0.14645200967788696, -0.1026386171579361, -0.07296894490718842, -0.061917565762996674, -0.06465549767017365, -0.061633698642253876, -0.02634827420115471, 0.03351021930575371, 0.07098368555307388, 0.09396535158157349, 0.10333716124296188, 0.0983792319893837, 0.1313118189573288, 0.17232981324195862, 0.19766515493392944, 0.1941167712211609, 0.15059664845466614, 0.09226492792367935, 0.05428692325949669, 0.03217974305152893, 0.02178311161696911, -0.00035819693584926426, -0.03935997188091278, -0.08300632238388062, -0.12499634176492691, -0.13493379950523376, -0.12305041402578354, -0.08370867371559143, -0.04041697084903717, -0.028198856860399246, -0.023306161165237427, -0.018967097625136375, 0.001764557440765202, 0.04850786551833153, 0.06632591038942337, 0.03163916617631912, -0.00319875730201602, -0.04201151430606842, -0.05492614209651947, -0.02299022302031517, 0.015393792651593685, 0.03287561610341072, 0.029981045052409172, -0.015269620344042778, -0.06582354009151459, -0.09099700301885605, -0.0927453339099884, -0.07885799556970596, -0.0808597132563591, -0.08403746783733368, -0.07539623230695724, -0.04984043911099434, 0.0011882419930770993, 0.05419160798192024, 0.06942630559206009, 0.11250859498977661, 0.14391855895519257, 0.10995379835367203, 0.09015962481498718, 0.11031506955623627, 0.14641112089157104, 0.1761741042137146, 0.17567095160484314, 0.1484079211950302, 0.11586957424879074, 0.09946288913488388, 0.09414085000753403, 0.06875602900981903, 0.023219121620059013, -0.006990212947130203, -0.049387481063604355, -0.1040317490696907, -0.14951395988464355, -0.1607879102230072, -0.1640523374080658, -0.15707804262638092, -0.14690248668193817, -0.12651675939559937, -0.10120518505573273, -0.07232294231653214, -0.04845542088150978, -0.04043371230363846, -0.04462886229157448, -0.060560811311006546, -0.06078439950942993, -0.05126136168837547, -0.023995472118258476, 0.021496549248695374, 0.042665526270866394, 0.014380624517798424, 0.002538626315072179, 0.004471914377063513, 0.0245928093791008, 0.05280240625143051, 0.041665513068437576, 0.01737932674586773, -0.011475818231701851, -0.03846573829650879, -0.0445517897605896, -0.04462543874979019, -0.03135238587856293, -0.03918363153934479, -0.04730677977204323, -0.03300034999847412, 0.007044859230518341, 0.06391315162181854, 0.10567183792591095, 0.10584508627653122, 0.09219886362552643, 0.07959088683128357, 0.07037494331598282, 0.07658842206001282, 0.09683828055858612, 0.0979088544845581, 0.07644636929035187, 0.04212596267461777, 0.018209831789135933, -0.01590578816831112, -0.04688449576497078, -0.04261088743805885, -0.05574406683444977, -0.08857133984565735, -0.12911900877952576, -0.13412244617938995, -0.11197592318058014, -0.06585408747196198, -0.0304989255964756, -0.007247945759445429, 0.006142745725810528, 0.01620420068502426, 0.026849031448364258, 0.03922535106539726, 0.05436475947499275, 0.05533149093389511, 0.051178816705942154, 0.05023299530148506, 0.05534745380282402, 0.048495326191186905, 0.06884071975946426, 0.08563189208507538, 0.0813557505607605, 0.06908529251813889, 0.04353218898177147, 0.01684476062655449, 0.0021295074839144945, -0.0008404378313571215, -0.002370998729020357, -0.026363078504800797, -0.050798628479242325, -0.07865887135267258, -0.07848285883665085, -0.05532748997211456, -0.027471663430333138, -0.03344402089715004, -0.05594319477677345, -0.06308325380086899, -0.05801355466246605, -0.034049730747938156, -0.009758533909916878, 0.02400563657283783, 0.034695181995630264, 0.022093234583735466, 0.002047029323875904, -0.0362122468650341, -0.037379760295152664, -0.035760145634412766, -0.03357178345322609, -0.02709909714758396, -0.039268068969249725, -0.07176515460014343, -0.0788855031132698, -0.0674266517162323, -0.04348333925008774, -0.009234213270246983, 0.0001898813497973606, 0.0027313644532114267, 0.011665130034089088, 0.0206314567476511, 0.051777444779872894, 0.059385426342487335, 0.037286125123500824, 0.006443267222493887, -0.012200099416077137, 0.006618951912969351, 0.04559420421719551, 0.04394090548157692, 0.04404158145189285, 0.04559521749615669, 0.047506846487522125, 0.06319620460271835, 0.07342316955327988, 0.08862224966287613, 0.09600865840911865, 0.0775931179523468, 0.038584865629673004, -0.013249792158603668, -0.03425200656056404, -0.03740216791629791, -0.02529095858335495, -0.00847581122070551, -0.009041565470397472, -0.02758374996483326, -0.04666736721992493, -0.040506914258003235, -0.012253859080374241, 0.027126971632242203, 0.04825066030025482, 0.05051717907190323, 0.04034486413002014, 0.032531484961509705, 0.04003814607858658, 0.04186132550239563, 0.030958672985434532, 2.256451807625126e-05, -0.027258601039648056, -0.03271885961294174, -0.03927069529891014, -0.06083384156227112, -0.05055662617087364, -0.038793761283159256, -0.03749958798289299, -0.02085643820464611, -0.015829935669898987, 8.03803704911843e-05, 0.010188606567680836, 0.009180637076497078, -0.010898207314312458, -0.04294012486934662, -0.05263384059071541, -0.07080796360969543, -0.0774671658873558, -0.04362845420837402, -0.0211618784815073, -0.041420578956604004, -0.05272592604160309, -0.05269138142466545, -0.04549092426896095, -0.003604568773880601, 0.020779689773917198, 0.02348584309220314, 0.02421887032687664, 0.01993069425225258, 0.0028174961917102337, -0.0028965440578758717, 0.00012526109640020877, -0.0014627124182879925, 0.003624346572905779, -5.857081077920157e-07, -0.014165864326059818, -0.008038842119276524, -0.011089061386883259, -0.008247233927249908, -0.003912784159183502, -0.015041372738778591, -0.029402606189250946, -0.03681541606783867, -0.039362162351608276, -0.02617828920483589, -0.013125880621373653, 0.0007989085279405117, 0.03130989149212837, 0.04571681469678879, 0.033467456698417664, 0.054813630878925323, 0.09524677693843842, 0.10922767966985703, 0.1037205383181572, 0.08063295483589172, 0.05185620114207268, 0.04530271515250206, 0.05520671606063843, 0.06474074721336365, 0.06211422383785248, 0.046202752739191055, 0.03149602189660072, 0.022697163745760918, 0.018348453566432, 0.026554839685559273, 0.03275585547089577, 0.028970373794436455, 0.02512667514383793, 0.007913507521152496, 0.008354530669748783, 0.021384896710515022, 0.02547711692750454, 0.00985249225050211, -0.0070177242159843445, -0.02383299730718136, -0.029425980523228645, -0.020533418282866478, -0.0063361357897520065, -0.007007698528468609, -0.011538057588040829, -0.04822796583175659, -0.07638110220432281, -0.07168520987033844, -0.053855929523706436, -0.03192462399601936, -0.041715167462825775, -0.07650049775838852, -0.07600994408130646, -0.06027207896113396, -0.04684120789170265, -0.03661533445119858, -0.034296322613954544, -0.03252986818552017, -0.021155303344130516, -0.017731724306941032, -0.033885352313518524, -0.043081339448690414, -0.046481043100357056, -0.03682266175746918, -0.02339188940823078, -0.04012373834848404, -0.05015210062265396, -0.038174837827682495, -0.023479122668504715, -0.006655958015471697, -0.004079905804246664, -0.0021201942581683397, -0.0029174175579100847, 0.0008899152744561434, 0.017629319801926613, 0.025032030418515205, 0.021769601851701736, 0.002368973335251212, 0.02725292183458805, 0.050492849200963974, 0.06856019794940948, 0.06657962501049042, 0.050434086471796036, 0.040971677750349045, 0.03928985074162483, 0.046409722417593, 0.04494387283921242, 0.05423761531710625, 0.05600444972515106, 0.04734507203102112, 0.04389097914099693, 0.034447696059942245, 0.02644992060959339, 0.018432606011629105, 0.013415689580142498, 0.01577751897275448, 0.007712250109761953, 0.003853453090414405, -0.0036160636227577925, -0.016943754628300667, -0.029974637553095818, -0.03790302947163582, -0.03661155700683594, -0.028223058208823204, -0.02395552024245262, -0.012691554613411427, -0.009528045542538166, -0.009796441532671452, -0.003267554333433509, 0.0010055965976789594, 0.007988766767084599, 0.019214393571019173, 0.018693024292588234, 0.033331628888845444, 0.03219066187739372, 0.012640788219869137, 0.008280212990939617, 0.0023804381489753723, -0.0020069549791514874, 0.0013267946196720004, -0.0004415719595272094, 0.0007430561818182468, -0.0051626237109303474, -0.018219441175460815, -0.019921228289604187, -0.013599351979792118, -0.013242842629551888, -0.015557561069726944, -0.022313272580504417, -0.02137710712850094, -0.02192714251577854, -0.01625269278883934, -0.012011210434138775, -0.012932910583913326, -0.014703060500323772, -0.02026703581213951, -0.018231026828289032, -0.008711228147149086, -0.0005882683326490223, 0.0127301886677742, 0.017914755269885063, 0.03468485549092293, 0.04445330426096916, 0.04442088305950165, 0.038623567670583725, 0.03218521550297737, 0.015149088576436043, -0.006163482088595629, -0.024069713428616524, -0.03663372993469238, -0.03901761397719383, -0.02727770246565342, -0.01640177331864834, -0.012911406345665455, -0.021500764414668083, -0.02012312225997448, -0.01782790571451187, -0.022380515933036804, -0.013969491235911846, -0.004656842444092035, -0.007447326090186834, -0.01274340320378542, -0.022534644231200218, -0.007887314073741436, 0.00963986199349165, 0.024617211893200874, 0.0254519023001194, 0.011887963861227036, -0.004162539727985859, -0.015556945465505123, -0.026026651263237, -0.026434803381562233, -0.020887931808829308, -0.016863517463207245, -0.013894554227590561, -0.010246073827147484, -0.005962804891169071, 0.0014622121816501021, 0.014900807291269302, 0.020428843796253204, 0.01916556991636753, 0.015988748520612717, 0.02125656045973301, 0.022595729678869247, 0.029457366093993187, 0.03230100870132446, 0.02377806045114994, 0.016316505149006844, 0.003229950787499547, 0.0008871669415384531, 0.00865759328007698, 0.005448843352496624, 0.006833997089415789, -0.003809987334534526, -0.009649396874010563, -0.011053856462240219, -0.01471272949129343, 0.014566520228981972, 0.03176859766244888, 0.03171832486987114, 0.028251545503735542, 0.018558774143457413, 0.009524915367364883, -0.004584422335028648, -0.0019366536289453506, 0.0008006530115380883, -0.013443302363157272, -0.02573157474398613, -0.018088698387145996, -0.013901756145060062, -0.004804696887731552, 0.022900206968188286, 0.025501109659671783, 0.0197967030107975, 0.01814473606646061, 0.0036178731825202703, 0.00013259837578516454, -0.005918580573052168, -0.0010745072504505515, -0.002097984543070197, -0.011462542228400707, -0.009466217830777168, -0.007736086379736662, 0.0035470821894705296, 0.009842193685472012, 0.010043288581073284, 0.004181609954684973, 0.0098034692928195, 0.012233045883476734, 0.01516758557409048, 0.030532069504261017, 0.03430221974849701, 0.03387191519141197, 0.011758542619645596, 0.0018483861349523067, -0.011510686948895454, -0.0017892790492624044, -0.0036998209543526173, 0.002501054434105754, -0.006468486972153187, -0.02677413634955883, -0.024299124255776405, -0.024613207206130028, -0.026644907891750336, -0.01824430748820305, -0.0462920106947422, -0.04965938255190849, -0.05490220710635185, -0.038751270622015, -0.04547278583049774, -0.02816130220890045, -0.02512759156525135, -0.03766847029328346, -0.03783559799194336, -0.04485290125012398, -0.03299611061811447, -0.018101831898093224, -0.03124053217470646, -0.030409149825572968, -0.02233380451798439, -0.006428949069231749, -0.014641384594142437, 0.008437424898147583, 0.00039222309715114534, 0.014432731084525585, 0.01430548820644617, 0.0003763317072298378, -0.0002742309297900647, -0.009755963459610939, -0.002642608480527997, 0.0064997924491763115, 0.0008143627201206982, -0.0013533475575968623, 0.06543762981891632, 0.08530933409929276, 0.10239631682634354, 0.11010574549436569, 0.09323491901159286, 0.04536311328411102, 0.03784262016415596, -0.02497849427163601, 0.011911147274076939, 0.017305416986346245, 0.007562967948615551, -0.008455551229417324, -0.03676885738968849, -0.03753126040101051, 0.0059783984906971455, 0.008784737437963486, -0.0008612602250650525, 0.06954775750637054, 0.06039373204112053, 0.05172734707593918, 0.033986322581768036, 0.036807868629693985, 0.03120763786137104, 0.03533952683210373, 0.024435076862573624, 0.02971053309738636, 0.015196266584098339, 0.017697233706712723, 0.01726529747247696, -0.012427288107573986, 0.00045337461051531136, -0.007886267267167568, -0.026823053136467934, -0.020496565848588943, -0.04344065487384796, -0.03546886518597603, -0.038580119609832764, -0.0438108816742897, -0.055426377803087234, -0.03183773159980774, -0.06099217012524605, -0.022340813651680946, -0.047825731337070465, -0.044421419501304626, -0.027772635221481323, -0.02873029001057148, -0.0625876784324646, -0.044880468398332596, -0.07718642801046371, -0.02919168956577778, -0.055719636380672455, -0.04751899838447571, -0.017275501042604446, -0.018071269616484642, -0.003080840688198805, 0.0026138268876820803, -0.003134826198220253, 0.0069694542326033115, -0.018282312899827957, -0.025706402957439423, -0.0012257558992132545, 0.015438689850270748, 0.013580912724137306, 0.04795172065496445, 0.0417109876871109, 0.04192458093166351, 0.0566972941160202, 0.07356496900320053, 0.035190388560295105, 0.06198463216423988, 0.009862057864665985, 0.048650652170181274, 0.012020033784210682, 0.016904527321457863, 0.013529450632631779, 0.028027253225445747, -0.024846212938427925, -0.02008693479001522, -0.020506344735622406, 0.003013155423104763, 0.03754713013768196, -0.030360078439116478, 0.006596255581825972, -0.015691421926021576, 0.009116625413298607, -0.007023496087640524, 0.04828684777021408, -0.006006821524351835, 0.05546214058995247, 0.049742452800273895, 0.023444008082151413, 0.01913379691541195, -0.01149442233145237, -0.03295767307281494, -0.0021510242950171232, -0.0022763500455766916, -0.005217891652137041, -0.009237178601324558, -0.024924317374825478, -0.01259958278387785, -0.001801565638743341, 0.0233721062541008, 0.07023407518863678, 0.037019047886133194, 0.029564058408141136, 0.01821606047451496, -0.018916981294751167, -0.02876523695886135, -0.016467204317450523, -0.07781080156564713, 0.015447931364178658, -0.014225862920284271, 0.008204192854464054, -0.043470848351716995, -0.019920652732253075, -0.02300306037068367, 0.019384946674108505, 0.022786948829889297, 0.028803424909710884, 0.04029947891831398, -0.009880492463707924, -0.0012681751977652311, -0.05041247233748436, -0.0394679456949234, -0.031720120459795, -0.04792012646794319, -0.05888144671916962, -0.01627902127802372, -0.06679193675518036, -0.042516402900218964, -0.06240452826023102, -0.019406763836741447, 0.003663450013846159, 0.02690128982067108, 0.019272373989224434, -0.009679730981588364, 0.0011276683071628213, 0.0222129225730896, 0.015138563700020313, -0.030596531927585602, -0.010139287449419498, -0.07435184717178345, -0.03201575577259064, 0.011222313158214092, -0.019594810903072357, 0.0217759869992733, 0.0080499816685915, 0.01834244653582573, 0.041054509580135345, 0.03987084701657295, 0.04902142286300659, 0.01880596950650215, -0.0023635700345039368, 0.00021468897466547787, 0.016595536842942238, 0.0027631171979010105, 0.015657206997275352, 0.010692769661545753, -0.016119487583637238, -0.0021455378737300634, 0.031295500695705414, -0.0050708395428955555, 0.021009109914302826, 0.041309650987386703, 0.02069251425564289, 0.06973903626203537, 0.007144683040678501, -0.004140033852308989, -0.017561201006174088, -0.012983600609004498, 0.03824722394347191, 0.004977863281965256, -0.006030009128153324, 0.060313064604997635, 0.07204344123601913, 0.06735169887542725, 0.11770985275506973, 0.03896690905094147, 0.036294639110565186, 0.0058085075579583645, -0.02868831157684326, -0.01606857404112816, -0.0006306382128968835, -0.04083668440580368, 0.05472946539521217, -0.04699312150478363, -0.030948136001825333, -0.008935347199440002, 0.03558379411697388, -0.005747630726546049, 0.013698102906346321, -0.037308838218450546, -0.06332685053348541, -0.008559213019907475, -0.032857757061719894, -0.011554778553545475, -0.0231036264449358, 0.0043658046051859856, -0.023864956572651863, -0.04463738575577736, -0.09557248651981354, -0.0026146068703383207, -0.07033836096525192, 0.018038632348179817, -0.12140270322561264, -0.114801786839962, -0.03323834016919136, 0.031146222725510597, 0.009417995810508728, -0.032446347177028656, -0.11348400264978409, 0.08262784034013748, 0.04123132675886154, -0.09546717256307602, -0.1274273544549942, -0.012011769227683544, -0.014154097065329552, 0.01877276599407196, 0.01738164946436882, -0.02016744762659073, 0.007527060341089964, 0.06688738614320755, 0.03452171012759209, 0.018227986991405487, 0.06752964854240417, 0.019870614632964134, 0.09951706230640411, 0.005828965920954943, 0.04078131541609764, 0.055691685527563095, 0.02934914641082287, 0.08617118746042252, 0.0640999972820282, -0.01780058816075325, 0.08963596075773239, 0.031532201915979385, -0.07555503398180008, 0.013738201931118965, -0.058199673891067505, -0.035088714212179184, 0.048928890377283096, -0.08992988616228104, 0.028048064559698105, -0.005602654535323381, 0.014704934321343899, 0.09035887569189072, -0.08715112507343292, 0.031424954533576965, -0.005120850633829832, 0.013112605549395084, -0.01838880218565464, -0.024971898645162582, 0.02496587671339512, 0.0010529097635298967, -0.01385039184242487, 0.03297105059027672, -0.012147822417318821, -0.02791474759578705, 0.02411983720958233, -0.02594641037285328, -0.005245357286185026, 0.02975112572312355, -0.03839060291647911, 0.01586860790848732, -0.04740085080265999, 0.01809249259531498, 0.04178319126367569, -0.06580387055873871, 0.055021874606609344, -0.10540597885847092, 0.04298745468258858, 0.08611849695444107, -0.007902302779257298, -0.006791743915528059, -0.003028628882020712, -0.10786186158657074, 0.05668359622359276, -0.0023533483035862446, 0.09903676062822342, 0.07632283121347427, 0.02327192761003971, 0.02987465262413025, -0.05024750903248787, 0.03086535632610321, -0.046822838485240936, -0.028006426990032196, 0.004935376346111298, -0.027315394952893257, 0.03340812027454376, -0.07577548921108246, 0.006832027807831764, -0.09502112865447998, 0.11109688878059387, 0.07308006286621094, 0.055853866040706635, 0.034735169261693954, -0.08721815794706345, -0.1113828495144844, -0.28276389837265015, -0.0022349238861352205, 0.16227401793003082, 0.08470838516950607, 0.06875427812337875, -0.08730222284793854, 0.03779120743274689, -0.06859566271305084, -0.034341685473918915, 0.052914585918188095, -0.04965786635875702, 0.0514630489051342, 0.017051512375473976, -0.07745863497257233, -0.12063512951135635, 0.07820392400026321, -0.02551240101456642, 0.0032604101579636335, -0.10022689402103424, 0.009374864399433136, 0.022092878818511963, -0.03971770405769348, 0.030639199540019035, -0.05916600301861763, 0.0031364320311695337, -0.08983255922794342, -0.11798799782991409, 0.020240379497408867, -0.035065844655036926, 0.15780510008335114, 0.0012453891104087234, -0.0966634526848793, 0.0383894219994545, 0.035711854696273804, 0.16830389201641083, 0.17850933969020844, -0.022699348628520966, 0.023900339379906654, -0.06977631151676178, -0.10035638511180878, 0.05501372739672661, 0.0660175159573555, 0.16301600635051727, 0.14751486480236053, -0.004586553666740656, 0.10368235409259796, 0.05656580999493599, -0.04379772022366524, 0.0017941519618034363, -0.06355618685483932, 0.026650140061974525, 0.04682932794094086, 0.0016557937487959862, 0.07985907047986984, 0.0007272076327353716, 0.11970200389623642, -0.10332594066858292, -0.2197156548500061, -0.042795579880476, -0.061643511056900024, 0.0480773001909256, 0.1132693737745285, -0.029022010043263435, -0.09175550192594528, -0.1469278186559677, -0.011489485390484333, -0.010666884481906891, 0.048058148473501205, 0.053984884172677994, 0.00016992662858683616, 0.02761848270893097, -0.004664435517042875, -0.12304990738630295, -0.04670827090740204, -0.1307366043329239, -0.13230597972869873, -0.011284733191132545, -0.048124559223651886, -0.006707176100462675, 0.12463383376598358, 0.049907710403203964, 0.02070578746497631, 0.007710441015660763, 0.008408714085817337, -0.04271760955452919, -0.03622616454958916, -0.014641238376498222, -0.09155174344778061, 0.013801653869450092, 0.02232820726931095, -0.11229778826236725, 0.06431379169225693, 0.09858836233615875, 0.18447735905647278, 0.08197267353534698, -0.04290057346224785, 0.13847778737545013, -0.12693461775779724, -0.01949804648756981, -0.07580850273370743, -0.08123142272233963, 0.05710379034280777, 0.048906952142715454, 0.08711812645196915, 0.019316211342811584, -0.0363704077899456, 0.03617322817444801, 0.0244643222540617, 0.03442464768886566, 0.0250389501452446, 0.025397304445505142, -0.05391259863972664, -0.032127413898706436, -0.07346183806657791, 0.0044933524914085865, 0.12519413232803345, 0.052104104310274124, 0.04322149604558945, -0.12413647025823593, 0.12422649562358856, 0.08100153505802155, 0.002236297819763422, -0.0040031005628407, -0.07018197327852249, 0.004538369830697775, 0.0172609630972147, 0.03834392502903938, -0.011422566138207912, 0.012844539247453213, 0.02736213058233261, 0.01641056314110756, 0.03953263908624649, -0.047935571521520615, 0.007815246470272541, -0.11899374425411224, 0.01868024840950966, -0.07454896718263626, -0.09062482416629791, -0.02411957085132599, -0.05778706446290016, -0.07595054805278778, -0.06854318082332611, -0.10893210023641586, 0.0057769399136304855, 0.03211071342229843, -0.026939092203974724, -0.0488009974360466, -0.0527440644800663, -0.06185319647192955, -0.12356545776128769, 0.09596960991621017, 0.01924702525138855, 0.07678309828042984, -0.006659334059804678, -0.07024654746055603, 0.12348157912492752, -0.007611419539898634, 0.06863346695899963, 0.059706591069698334, -0.15925271809101105, -0.09787336736917496, -0.1622316986322403, -0.09905003756284714, -0.01034300122410059, 0.04555606096982956, 0.08118578046560287, 0.0649687722325325, 0.00871085561811924, 0.004014118574559689, 0.06431443989276886, -0.055502455681562424, 0.010078095830976963, 0.028124865144491196, 0.149590402841568, 0.12709017097949982, 0.12443369626998901, 0.05824938043951988, 0.13304291665554047, 0.2677499055862427, 0.08140547573566437, 0.12298773974180222, 0.15245701372623444, 0.10203437507152557, 0.15794140100479126, -0.00593832740560174, 0.007891703397035599, 0.08147825300693512, 0.07956049591302872, 0.15210027992725372, 0.0702587366104126, 0.07788275927305222, 0.03813816234469414, 0.009783590212464333, -0.022190673276782036, -0.1400916576385498, -0.1066577285528183, -0.007982652634382248, -0.10232234746217728, 0.023212673142552376, 0.06745519489049911, -0.08729258924722672, -0.016451353207230568, -0.15867243707180023, -0.03163706511259079, -0.08700267225503922, -0.07147514820098877, -0.1712227463722229, -0.14193527400493622, -0.14362898468971252, -0.22335872054100037, -0.1857064664363861, -0.2971666753292084, -0.22322693467140198, -0.18960939347743988, -0.2209526151418686, -0.25722670555114746, -0.1866036206483841, -0.11583147943019867, -0.24367085099220276, -0.19754326343536377, -0.2688865661621094, -0.1859862506389618, -0.08840557187795639, -0.11214880645275116, -0.1241435632109642, -0.13055860996246338, -0.04108959808945656, -0.015092531219124794, -0.016054945066571236, 0.02580728940665722, 0.05463629961013794, 0.08164951205253601, 0.041777923703193665, 0.0459798239171505, 0.14839011430740356, 0.10889554768800735, 0.11500449478626251, 0.16759629547595978, 0.24380271136760712, 0.32040083408355713, 0.32342103123664856, 0.4210883677005768, 0.4538578689098358, 0.4546498656272888, 0.4952280819416046, 0.5358061194419861, 0.601213276386261, 0.5592786073684692, 0.5843387246131897, 0.5231672525405884, 0.44854864478111267, 0.39332616329193115, 0.2542612850666046, 0.20540781319141388, 0.1563764214515686, 0.10837221145629883, 0.09931757301092148, 0.06649677455425262, -0.06799395382404327, -0.14416082203388214, -0.21698972582817078, -0.14950625598430634, -0.12140005081892014, -0.18706056475639343, -0.20266765356063843, -0.18927107751369476, -0.17040744423866272, -0.14700059592723846, -0.16074660420417786, -0.20536790788173676, -0.19984504580497742, -0.1953466534614563, -0.29892754554748535, -0.41561266779899597, -0.5200942754745483, -0.5884453058242798, -0.615998387336731, -0.6524620056152344, -0.6385866403579712, -0.6672542691230774, -0.6464551687240601, -0.5723876953125, -0.5639728307723999, -0.562860369682312, -0.515650749206543, -0.3736482858657837, -0.3652080297470093, -0.3436012864112854, -0.4464360773563385, -0.36349713802337646, -0.33875787258148193, -0.3253696858882904, -0.24444977939128876, -0.07529269903898239, -0.028016721829771996, 0.03299552947282791, 0.04807689040899277, 0.06701362133026123, 0.18088917434215546, 0.24831803143024445, 0.40321794152259827, 0.4266365170478821, 0.5720886588096619, 0.6638897657394409, 0.8659942746162415, 0.9993312358856201, 1.1678909063339233, 1.3288938999176025, 1.3518991470336914, 1.2092455625534058, 1.2532120943069458, 1.1815022230148315, 1.1171354055404663, 0.9639753699302673, 0.623732328414917, 0.34380075335502625, 0.0944443792104721, -0.0912460908293724, -0.20321603119373322, -0.45417746901512146, -0.6963154673576355, -0.744271993637085, -0.7972375750541687, -0.5758718848228455, -0.4675103425979614, -0.37764599919319153, -0.22098912298679352, -0.10308459401130676, 0.07206934690475464, 0.23768030107021332, 0.30455875396728516, 0.3907129466533661, 0.4566865861415863, 0.4127073287963867, 0.3251420259475708, 0.21320746839046478, 0.1593654751777649, 0.05351388081908226, -0.005553888157010078, -0.17229905724525452, -0.32746782898902893, -0.3760141432285309, -0.4804495573043823, -0.6067658066749573, -0.6872907280921936, -0.8194969892501831, -0.8357844948768616, -0.817608654499054, -0.8991506099700928, -0.8332351446151733, -0.8683179616928101, -0.8137121796607971, -0.7462276816368103, -0.7555871605873108, -0.7395690679550171, -0.6384376883506775, -0.6238483786582947, -0.5892682671546936, -0.6086826920509338, -0.6392892003059387, -0.5714729428291321, -0.5176377892494202, -0.5075241327285767, -0.5035896897315979, -0.46170666813850403, -0.32124966382980347, -0.15193958580493927, -0.05244148522615433, 0.060478344559669495, 0.1884114295244217, 0.37795400619506836, 0.5787291526794434, 0.7979627847671509, 0.9375682473182678, 1.1725515127182007, 1.4198132753372192, 1.5872167348861694, 1.8425838947296143, 2.0370309352874756, 2.195176601409912, 2.385921001434326, 2.1329727172851562, 2.038750171661377, 2.0136501789093018, 1.7993502616882324, 1.5423651933670044, 0.937630295753479, 0.28464022278785706, -0.16431821882724762, -0.5620694756507874, -0.8620022535324097, -1.3761709928512573, -1.9526020288467407, -2.117434501647949, -2.1819891929626465, -1.8897260427474976, -1.7385647296905518, -1.6347665786743164, -1.1707229614257812, -0.7529839277267456, -0.21394242346286774, 0.22508996725082397, 0.3791103959083557, 0.5878854990005493, 0.7927008271217346, 0.923305094242096, 0.9195597171783447, 0.8200330138206482, 0.8199113607406616, 0.7092909216880798, 0.6349954009056091, 0.39535048604011536, 0.0925750657916069, 0.03956419974565506, -0.15765593945980072, -0.3602037727832794, -0.4894629716873169, -0.7535596489906311, -0.7853118181228638, -0.7744771242141724, -0.8655684590339661, -0.9220698475837708, -0.9588868021965027, -0.923507034778595, -0.8605009317398071, -0.8270190358161926, -0.8572682738304138, -0.9404857158660889, -1.0235313177108765, -1.0545628070831299, -1.1102169752120972, -1.0637871026992798, -1.0164377689361572, -0.9762330055236816, -0.8756340146064758, -0.8055539727210999, -0.6340089440345764, -0.37210986018180847, -0.17834602296352386, -0.025991808623075485, 0.11186417192220688, 0.24122561514377594, 0.5204235911369324, 0.768930971622467, 0.978187620639801, 1.0601433515548706, 1.178803563117981, 1.3980110883712769, 1.5913043022155762, 1.8868316411972046, 2.1140389442443848, 2.296027660369873, 2.525409698486328, 2.6689345836639404, 2.881420373916626, 2.785879373550415, 2.489187240600586, 2.3906774520874023, 1.8994868993759155, 1.4744453430175781, 0.8105108141899109, -0.04658443480730057, -0.7021917700767517, -1.276034951210022, -1.6221973896026611, -2.055353879928589, -2.7873177528381348, -3.0308141708374023, -3.1175413131713867, -2.855330228805542, -2.431899309158325, -2.35042142868042, -1.9191415309906006, -1.4223849773406982, -0.7991478443145752, -0.1823122501373291, 0.09448383003473282, 0.4740329682826996, 0.9484870433807373, 1.3751091957092285, 1.5859403610229492, 1.577236533164978, 1.6583682298660278, 1.5863606929779053, 1.6335030794143677, 1.4307883977890015, 0.8960088491439819, 0.6820628046989441, 0.3926306664943695, 0.034338369965553284, -0.19746918976306915, -0.6414554119110107, -0.9037466049194336, -0.9981154799461365, -1.2149317264556885, -1.3104350566864014, -1.3955485820770264, -1.3828731775283813, -1.3344672918319702, -1.3482674360275269, -1.4160774946212769, -1.4852944612503052, -1.4264241456985474, -1.4014461040496826, -1.494808554649353, -1.5093820095062256, -1.4049993753433228, -1.209607481956482, -0.9123303294181824, -0.7631206512451172, -0.5924569964408875, -0.2889236509799957, 0.04216964170336723, 0.3055138885974884, 0.5316147208213806, 0.7401052713394165, 0.9530590772628784, 1.1891239881515503, 1.4236327409744263, 1.5263493061065674, 1.6424460411071777, 1.8426563739776611, 1.9386178255081177, 2.188486099243164, 2.4875524044036865, 2.7252931594848633, 3.045478105545044, 3.2268292903900146, 3.4359138011932373, 3.2715988159179688, 2.7052509784698486, 2.433159351348877, 1.7736419439315796, 1.1309441328048706, 0.3254792392253876, -0.6884820461273193, -1.4634547233581543, -2.027620792388916, -2.4023523330688477, -2.7749085426330566, -3.55230450630188, -3.873955249786377, -3.904161214828491, -3.615971326828003, -3.0573318004608154, -2.8241240978240967, -2.2013137340545654, -1.5722904205322266, -0.8118810057640076, -0.05679762363433838, 0.32590582966804504, 0.7542399764060974, 1.2946534156799316, 1.8203542232513428, 2.153412103652954, 2.165961742401123, 2.2939984798431396, 2.233407974243164, 2.2346057891845703, 2.106466054916382, 1.4980220794677734, 1.200750708580017, 0.8946734666824341, 0.43355074524879456, 0.07089655846357346, -0.4977966248989105, -0.9273664355278015, -1.0664036273956299, -1.348012089729309, -1.6195952892303467, -1.8850153684616089, -1.9934558868408203, -1.967745304107666, -2.0102672576904297, -2.126020669937134, -2.277521848678589, -2.182497978210449, -1.9841887950897217, -1.9901479482650757, -1.9189765453338623, -1.7182426452636719, -1.4464936256408691, -0.9290827512741089, -0.6049320697784424, -0.2756555378437042, 0.1628626585006714, 0.6377100944519043, 1.0133624076843262, 1.172951579093933, 1.351332187652588, 1.5408798456192017, 1.7719627618789673, 2.014348268508911, 2.0361220836639404, 2.136655569076538, 2.3834359645843506, 2.567484140396118, 2.8570659160614014, 3.0377261638641357, 3.2110228538513184, 3.476943254470825, 3.614039182662964, 3.560436248779297, 2.8812670707702637, 2.3312580585479736, 1.7678370475769043, 0.9316580295562744, 0.13672000169754028, -1.027944564819336, -1.9769792556762695, -2.5506174564361572, -3.0648882389068604, -3.335014581680298, -3.9224765300750732, -4.534603595733643, -4.457043170928955, -4.263641834259033, -3.6542606353759766, -3.201115369796753, -2.670977830886841, -1.750351905822754, -0.8435395956039429, 0.08584952354431152, 0.6816977858543396, 1.0496163368225098, 1.5200600624084473, 2.117098093032837, 2.66727614402771, 2.840320587158203, 2.868126630783081, 2.8346140384674072, 2.721984386444092, 2.689112901687622, 2.2098679542541504, 1.7085574865341187, 1.3895165920257568, 0.873969316482544, 0.429608553647995, -0.12693840265274048, -0.7809621691703796, -1.1233537197113037, -1.408757209777832, -1.811842441558838, -2.233673334121704, -2.4969773292541504, -2.5329980850219727, -2.509611129760742, -2.5688345432281494, -2.7522337436676025, -2.862473964691162, -2.6447184085845947, -2.4524364471435547, -2.285839080810547, -2.0256850719451904, -1.6771794557571411, -1.0937854051589966, -0.5294864773750305, -0.07491295039653778, 0.4310184121131897, 0.9132561683654785, 1.3798540830612183, 1.6311070919036865, 1.7412298917770386, 1.86432683467865, 1.9667699337005615, 2.169079065322876, 2.186162233352661, 2.120309591293335, 2.233445882797241, 2.3667821884155273, 2.5655434131622314, 2.748361349105835, 2.872732162475586, 3.1233084201812744, 3.4257471561431885, 3.510775089263916, 3.3348238468170166, 2.591076612472534, 2.0701699256896973, 1.453236699104309, 0.5359038710594177, -0.4315604269504547, -1.6695040464401245, -2.689249277114868, -3.2959532737731934, -3.716311454772949, -3.9976677894592285, -4.602207660675049, -5.076920986175537, -4.808394908905029, -4.382663249969482, -3.5222582817077637, -3.009230852127075, -2.3250224590301514, -1.3582477569580078, -0.2991464138031006, 0.7758070826530457, 1.435770034790039, 1.8816094398498535, 2.38828182220459, 3.0671489238739014, 3.5551083087921143, 3.545175790786743, 3.448303699493408, 3.275050401687622, 3.0696823596954346, 2.9400241374969482, 2.2104549407958984, 1.5719910860061646, 1.1542481184005737, 0.5620096325874329, 0.08709810674190521, -0.5593644380569458, -1.1924259662628174, -1.4382460117340088, -1.6787949800491333, -2.07574462890625, -2.591928005218506, -2.9238572120666504, -2.9742183685302734, -3.025689125061035, -3.2085025310516357, -3.477849006652832, -3.5520708560943604, -3.1729302406311035, -2.8461811542510986, -2.5510058403015137, -2.1394004821777344, -1.584276795387268, -0.724147617816925, 0.026990417391061783, 0.603012204170227, 1.1896802186965942, 1.7380050420761108, 2.167999267578125, 2.279423475265503, 2.278231382369995, 2.2686288356781006, 2.2824835777282715, 2.345935344696045, 2.1668412685394287, 2.056455373764038, 2.113501787185669, 2.2261767387390137, 2.425605297088623, 2.5220508575439453, 2.7137811183929443, 3.088068962097168, 3.46362042427063, 3.5587687492370605, 3.124626636505127, 2.1917307376861572, 1.7673083543777466, 1.0712758302688599, 0.12091447412967682, -1.0885205268859863, -2.5174667835235596, -3.5343685150146484, -4.049826622009277, -4.284916877746582, -4.56897497177124, -5.23467493057251, -5.333237648010254, -4.737790584564209, -3.862860679626465, -2.8866307735443115, -2.4214868545532227, -1.5869640111923218, -0.555708646774292, 0.7203366756439209, 1.7368407249450684, 2.270051956176758, 2.5955004692077637, 3.1245439052581787, 3.793295383453369, 4.025730609893799, 3.7805423736572266, 3.5848002433776855, 3.2759084701538086, 3.0617926120758057, 2.671022415161133, 1.7772221565246582, 1.2166293859481812, 0.8071868419647217, 0.2864494025707245, -0.22216148674488068, -0.9154441952705383, -1.438067078590393, -1.5777801275253296, -1.8939731121063232, -2.389641284942627, -2.9991023540496826, -3.3716065883636475, -3.372450590133667, -3.548130750656128, -3.822061061859131, -4.100814342498779, -3.965364933013916, -3.44822096824646, -3.04483962059021, -2.553342819213867, -1.959612250328064, -1.1624486446380615, -0.14920666813850403, 0.626833438873291, 1.2675737142562866, 1.8534621000289917, 2.4238927364349365, 2.7098276615142822, 2.6415460109710693, 2.5237855911254883, 2.370452880859375, 2.37733793258667, 2.2217063903808594, 1.8658493757247925, 1.7420114278793335, 1.8009811639785767, 1.9845176935195923, 2.191277265548706, 2.295961856842041, 2.6095831394195557, 3.217728853225708, 3.6832187175750732, 3.78517746925354, 3.234124183654785, 2.2060012817382812, 1.8513565063476562, 1.0536655187606812, -0.027192773297429085, -1.4944725036621094, -3.1811094284057617, -4.33158016204834, -4.88503885269165, -5.034174919128418, -5.265379905700684, -5.8121538162231445, -5.587619781494141, -4.618426322937012, -3.299825429916382, -2.1224262714385986, -1.4481815099716187, -0.5465418100357056, 0.5509188175201416, 1.8572604656219482, 2.6949596405029297, 3.0724077224731445, 3.1108336448669434, 3.5014448165893555, 3.969154119491577, 3.8445863723754883, 3.385674238204956, 3.05503511428833, 2.7506797313690186, 2.605224132537842, 2.170311689376831, 1.3148913383483887, 0.9075748920440674, 0.6944785118103027, 0.3213213086128235, -0.15871135890483856, -0.8520178198814392, -1.327099323272705, -1.4916231632232666, -1.868919849395752, -2.7560040950775146, -3.650768280029297, -3.995969295501709, -4.194258213043213, -4.33443021774292, -4.771684646606445, -5.026740074157715, -4.534457683563232, -3.7794408798217773, -2.9989078044891357, -2.2556204795837402, -1.3827968835830688, -0.16245250403881073, 0.9200277924537659, 1.6869144439697266, 2.131474256515503, 2.60353946685791, 3.0940399169921875, 3.0638434886932373, 2.7327983379364014, 2.364638328552246, 2.153968334197998, 2.1268653869628906, 1.949888825416565, 1.520670771598816, 1.4044711589813232, 1.7220113277435303, 2.1014392375946045, 2.3957266807556152, 2.630427837371826, 3.0336058139801025, 3.759012460708618, 4.252682685852051, 4.209127426147461, 3.272115468978882, 2.0272960662841797, 1.500417709350586, 0.3824050724506378, -0.9281398057937622, -2.7235212326049805, -4.53916072845459, -5.582154273986816, -5.859890937805176, -5.678708076477051, -5.61796760559082, -5.837583065032959, -5.137907981872559, -3.7332708835601807, -2.053865671157837, -0.772724449634552, -0.11113087087869644, 0.6110222935676575, 1.6066385507583618, 2.673114061355591, 3.2853689193725586, 3.3059420585632324, 3.025247573852539, 3.386348247528076, 3.6181743144989014, 3.317742109298706, 2.796478509902954, 2.47408127784729, 2.323941707611084, 2.4979429244995117, 2.032658815383911, 1.2567592859268188, 1.0689610242843628, 0.9152789115905762, 0.6467384696006775, -0.0038202437572181225, -1.02261483669281, -1.6375089883804321, -1.9803889989852905, -2.649775505065918, -3.7354276180267334, -4.750516891479492, -5.136548042297363, -5.2750349044799805, -5.304125785827637, -5.4741034507751465, -5.211270332336426, -4.1531901359558105, -2.9747447967529297, -1.9843541383743286, -1.0098066329956055, 0.08018959313631058, 1.2983534336090088, 2.188441276550293, 2.4981443881988525, 2.5495223999023438, 2.7718944549560547, 3.0136563777923584, 2.7137386798858643, 2.1656711101531982, 1.6612842082977295, 1.4662140607833862, 1.537009835243225, 1.3878194093704224, 1.1127711534500122, 1.3005568981170654, 1.8097772598266602, 2.281893730163574, 2.6330175399780273, 2.914917230606079, 3.4530935287475586, 4.1712870597839355, 4.47149658203125, 4.170065879821777, 3.2505617141723633, 1.6243816614151, 0.9099641442298889, -0.30258315801620483, -1.6753005981445312, -3.187894821166992, -4.919029235839844, -5.949471950531006, -6.063817501068115, -5.463161945343018, -4.80490255355835, -4.678553581237793, -4.06134557723999, -2.695885181427002, -1.0242043733596802, 0.31305962800979614, 0.6715395450592041, 0.8652096390724182, 1.4413106441497803, 2.1817164421081543, 2.5775721073150635, 2.4617059230804443, 1.969707727432251, 2.337083578109741, 2.8752148151397705, 2.806447744369507, 2.4338696002960205, 2.4454290866851807, 2.6828529834747314, 3.2077412605285645, 2.9830679893493652, 2.0225651264190674, 1.6530625820159912, 1.4876508712768555, 0.9992128014564514, -0.01089091133326292, -1.4721089601516724, -2.570018768310547, -3.1522607803344727, -3.8145697116851807, -4.95062780380249, -5.904796600341797, -5.938060283660889, -5.706484317779541, -5.275179862976074, -4.9244065284729, -4.328343868255615, -2.947944402694702, -1.6400657892227173, -0.7872030735015869, -0.018714064732193947, 0.769477367401123, 1.6969548463821411, 2.2461910247802734, 2.1350982189178467, 1.8899695873260498, 1.9235584735870361, 2.1887598037719727, 2.0286362171173096, 1.5723638534545898, 1.3393771648406982, 1.4348828792572021, 1.6949176788330078, 1.768143892288208, 1.622973084449768, 1.7820019721984863, 2.307846784591675, 2.6142499446868896, 2.6443750858306885, 2.7999417781829834, 3.108438491821289, 3.6116738319396973, 3.9227218627929688, 3.501141309738159, 3.0260791778564453, 1.7374470233917236, 0.4561569392681122, -0.281850129365921, -1.6295251846313477, -2.4511923789978027, -3.7639927864074707, -5.094080448150635, -5.615113735198975, -5.236658096313477, -4.150429725646973, -3.691333293914795, -3.6629486083984375, -2.9481797218322754, -1.7004039287567139, -0.2451459914445877, 0.40269210934638977, 0.2895978093147278, 0.5551973581314087, 1.3454121351242065, 1.955342173576355, 2.102633237838745, 1.7885851860046387, 2.031449317932129, 2.9760749340057373, 3.402740001678467, 3.077975034713745, 2.8306169509887695, 3.2298083305358887, 3.700949192047119, 3.8085803985595703, 2.636693239212036, 1.4838604927062988, 1.047986626625061, 0.5630755424499512, -0.48936960101127625, -1.9368969202041626, -3.2043402194976807, -3.889233112335205, -4.253991603851318, -4.919482707977295, -5.656129837036133, -5.566049575805664, -5.046769618988037, -4.6246256828308105, -4.201416015625, -3.758221387863159, -2.724630355834961, -1.4440746307373047, -0.8372012376785278, -0.5487645268440247, -0.008439557626843452, 0.807689905166626, 1.5224995613098145, 1.616032361984253, 1.523781180381775, 1.6313440799713135, 2.0407817363739014, 2.3398451805114746, 2.127610683441162, 1.9650589227676392, 2.033374071121216, 2.0694150924682617, 1.9483962059020996, 1.687129259109497, 1.5377435684204102, 1.839530110359192, 2.089498281478882, 1.9394398927688599, 2.0280697345733643, 2.417473316192627, 3.020141363143921, 3.676927089691162, 3.890026092529297, 3.6943840980529785, 3.3241395950317383, 1.6343278884887695, 0.4158407747745514, -0.6541059613227844, -1.7679710388183594, -2.686983823776245, -4.63968563079834, -6.047582149505615, -6.291672229766846, -5.210250377655029, -3.7856504917144775, -3.568234443664551, -3.3743040561676025, -2.259665012359619, -0.6002388596534729, 0.8726303577423096, 1.091691255569458, 0.8051483035087585, 1.2904027700424194, 1.6768968105316162, 1.7211087942123413, 1.3805004358291626, 1.1146481037139893, 1.9537781476974487, 2.930335760116577, 2.9859416484832764, 2.5882744789123535, 2.832627773284912, 3.6889495849609375, 4.342764377593994, 4.050772190093994, 2.5302863121032715, 1.481608271598816, 0.966106116771698, 0.07726949453353882, -1.3031119108200073, -2.7640883922576904, -4.020144939422607, -4.756433486938477, -5.279423713684082, -5.923255443572998, -6.036227703094482, -5.455544948577881, -4.874447822570801, -4.365045070648193, -3.7871837615966797, -2.9298324584960938, -1.5292543172836304, -0.511928915977478, -0.227858304977417, -0.003600641619414091, 0.47223183512687683, 1.0841227769851685, 1.4776452779769897, 1.480294108390808, 1.4363175630569458, 1.478652000427246, 1.8165812492370605, 2.0766427516937256, 2.0933966636657715, 2.277617931365967, 2.3036739826202393, 2.1429696083068848, 1.960209846496582, 1.7211284637451172, 1.7286100387573242, 1.9488842487335205, 1.8085517883300781, 1.6467313766479492, 1.8565864562988281, 2.153273344039917, 2.675813674926758, 3.4212443828582764, 3.8161420822143555, 3.8192138671875, 3.2754156589508057, 1.2450485229492188, -0.1449386030435562, -1.0671846866607666, -1.8914889097213745, -2.822042942047119, -4.737958908081055, -6.0654096603393555, -6.045284271240234, -4.5329766273498535, -2.924903392791748, -2.39361310005188, -2.040989398956299, -1.2015365362167358, 0.04406186193227768, 0.8695136904716492, 0.8766046166419983, 0.42919230461120605, 0.6619691848754883, 0.4534113109111786, 0.15516941249370575, -0.12511037290096283, 0.21178048849105835, 1.6002867221832275, 3.036377429962158, 3.5678818225860596, 3.484405279159546, 3.9612531661987305, 4.744786262512207, 5.154038429260254, 4.7102460861206055, 2.9755992889404297, 1.2331697940826416, -0.11819298565387726, -1.5973701477050781, -3.021228790283203, -3.877143621444702, -4.7456746101379395, -5.37346076965332, -5.687964916229248, -5.754972457885742, -4.877968788146973, -3.8452413082122803, -3.1511318683624268, -2.8597869873046875, -2.6545727252960205, -2.1982126235961914, -1.4534379243850708, -0.8724744319915771, -0.8718551993370056, -0.9575419425964355, -0.685015082359314, -0.22451479732990265, 0.34192851185798645, 1.080044150352478, 1.6977330446243286, 2.11256742477417, 2.526970624923706, 2.716106653213501, 2.873819351196289, 2.9891550540924072, 2.8066792488098145, 2.3071913719177246, 1.6929817199707031, 1.085997223854065, 0.7342600226402283, 0.8498099446296692, 0.9960750937461853, 1.1881293058395386, 1.5394279956817627, 1.9046852588653564, 2.5208466053009033, 3.5964784622192383, 4.511612415313721, 4.83932638168335, 4.400362014770508, 2.4585471153259277, -0.04924198240041733, -1.3894981145858765, -2.3887827396392822, -2.9552340507507324, -3.9635605812072754, -5.477083206176758, -5.854009628295898, -4.949854850769043, -2.7379777431488037, -1.0590903759002686, -0.3849761486053467, -0.22447268664836884, -0.014971444383263588, 0.10681542009115219, -0.20413310825824738, -0.8820415139198303, -1.1683801412582397, -1.1924229860305786, -1.4827736616134644, -1.4663636684417725, -0.9197544455528259, 0.9064268469810486, 3.5199079513549805, 5.42234992980957, 5.994330406188965, 5.70231819152832, 5.524130344390869, 5.286410808563232, 4.7962965965271, 3.236034870147705, 0.7472612857818604, -1.4660371541976929, -3.291809320449829, -4.5060930252075195, -4.641798973083496, -4.080611705780029, -3.7706167697906494, -3.475224018096924, -3.5005526542663574, -3.416349172592163, -2.7365143299102783, -2.2232131958007812, -2.210087299346924, -2.8188939094543457, -3.687842607498169, -4.247542858123779, -3.895339012145996, -3.0745654106140137, -2.2284858226776123, -1.168868064880371, -0.17357084155082703, 0.7886314392089844, 1.8373910188674927, 2.8751485347747803, 3.4816324710845947, 3.7037136554718018, 3.3748652935028076, 2.5314791202545166, 1.733510971069336, 1.2877343893051147, 1.1815552711486816, 1.1360702514648438, 0.9795325994491577, 0.7182967662811279, 0.8697453737258911, 1.5696278810501099, 2.2703561782836914, 2.8211817741394043, 3.1236279010772705, 3.1734561920166016, 3.236992359161377, 3.459165096282959, 3.5467281341552734, 3.4655497074127197, 2.9801509380340576, 0.9114119410514832, -1.6043415069580078, -2.776482582092285, -3.080766439437866, -2.5825459957122803, -2.679605007171631, -3.5043857097625732, -3.668704032897949, -2.926821708679199, -1.2764911651611328, -0.3601595163345337, -0.38180863857269287, -0.8245731592178345, -1.345048189163208, -1.9342612028121948, -2.9010632038116455, -3.3576316833496094, -2.4808380603790283, -1.1795297861099243, -0.4239495098590851, 0.20713229477405548, 1.1259098052978516, 3.2211601734161377, 5.550483703613281, 6.928468227386475, 6.834568977355957, 5.439340591430664, 3.9187490940093994, 2.6213319301605225, 1.5367637872695923, 0.3902628421783447, -0.8021656274795532, -1.6563365459442139, -2.4592506885528564, -2.9293510913848877, -2.4752087593078613, -1.511149287223816, -0.9699984192848206, -1.1260533332824707, -2.139540672302246, -3.547381639480591, -4.692526340484619, -5.314968585968018, -5.289630889892578, -5.275141716003418, -5.132102966308594, -4.868162155151367, -3.9074318408966064, -2.2837207317352295, -0.5236298441886902, 1.1583024263381958, 2.2291438579559326, 2.4820542335510254, 2.1591994762420654, 1.6441123485565186, 1.226395845413208, 1.216174602508545, 1.4769607782363892, 1.5210603475570679, 1.375495195388794, 1.435463547706604, 2.0446712970733643, 2.769735097885132, 3.292268991470337, 3.2525367736816406, 2.7407519817352295, 2.119844436645508, 1.3385813236236572, 0.7828850746154785, 0.5929762721061707, 0.7950900197029114, 1.322344183921814, 1.9743353128433228, 2.757766008377075, 3.619205951690674, 4.376380920410156, 4.068154335021973, 1.6260619163513184, -0.42429178953170776, -1.620106816291809, -2.3924036026000977, -2.7794198989868164, -3.6846704483032227, -3.9361467361450195, -3.493302345275879, -2.26493763923645, -0.8419530391693115, -0.4285402297973633, -0.24965152144432068, -0.4756433963775635, -1.0230224132537842, -2.1741883754730225, -3.777010917663574, -3.943363666534424, -3.0250327587127686, -1.8108586072921753, -0.49595025181770325, 0.7341753840446472, 2.236621379852295, 4.252607822418213, 5.914391040802002, 6.757519721984863, 6.148162364959717, 4.451547622680664, 2.519993305206299, 0.9925872087478638, -0.04398053511977196, -0.874264657497406, -1.016650676727295, -0.8315145373344421, -0.7135440111160278, -0.39876458048820496, -0.05338029935956001, -0.03399938717484474, -0.26955950260162354, -1.14249587059021, -2.910520553588867, -4.981865882873535, -6.716982364654541, -7.415877819061279, -6.828566074371338, -5.758894920349121, -4.537878036499023, -3.0593831539154053, -1.6007214784622192, -0.6812543869018555, 0.2712623178958893, 1.0137079954147339, 1.2670618295669556, 1.0448294878005981, 0.02791009284555912, -0.8672838807106018, -0.7892084121704102, 0.3580705225467682, 1.9044057130813599, 3.215308427810669, 3.956632614135742, 4.320277214050293, 4.425146579742432, 3.9585120677948, 3.118340253829956, 2.279330015182495, 1.432161569595337, 0.43736347556114197, -0.477133184671402, -0.7508782148361206, -0.10303736478090286, 1.4594945907592773, 3.1091325283050537, 4.4004106521606445, 5.273066997528076, 5.3733320236206055, 5.009834289550781, 3.3365426063537598, -0.06148408353328705, -2.4559028148651123, -3.6430654525756836, -3.8850464820861816, -3.4935734272003174, -2.9102869033813477, -1.8554584980010986, -0.8476449847221375, 0.37006625533103943, 0.920520544052124, 0.18535806238651276, -1.0060768127441406, -2.7139549255371094, -4.128331184387207, -5.239262104034424, -6.262967109680176, -5.425907611846924, -3.1038296222686768, -0.3241220712661743, 2.2132070064544678, 3.8471782207489014, 4.563190937042236, 4.92656135559082, 5.055346488952637, 4.475821018218994, 3.0764338970184326, 1.276652455329895, -0.30171430110931396, -0.7095044851303101, -0.027244223281741142, 0.8886168003082275, 2.3173508644104004, 3.5488555431365967, 3.592988967895508, 2.561142683029175, 1.024416446685791, -0.9040234088897705, -2.63625168800354, -4.020618438720703, -5.6490349769592285, -6.870791435241699, -7.264076232910156, -6.561804294586182, -4.729044437408447, -2.7573633193969727, -1.5660526752471924, -0.9892849922180176, -1.2186087369918823, -2.3043198585510254, -3.1270976066589355, -3.196830987930298, -2.7319159507751465, -1.883926510810852, -1.0332818031311035, -0.0995313748717308, 1.3151402473449707, 3.0653114318847656, 4.536060333251953, 5.249186038970947, 4.971303462982178, 3.870802640914917, 2.476929187774658, 1.1164143085479736, 0.20170632004737854, 0.10119984298944473, 0.7847820520401001, 1.5139884948730469, 1.9520314931869507, 2.2779996395111084, 2.5297365188598633, 2.89058256149292, 3.2866249084472656, 3.308799982070923, 3.0344691276550293, 2.7273285388946533, 2.4902608394622803, 2.518462657928467, 1.8875864744186401, -0.02305121347308159, -1.0609837770462036, -1.324097990989685, -0.8613216280937195, -0.30227717757225037, -0.28264370560646057, -0.7221086025238037, -1.479425311088562, -1.569774866104126, -1.8257009983062744, -2.5220158100128174, -3.5074782371520996, -3.8534865379333496, -3.7996826171875, -3.469069004058838, -3.4342119693756104, -2.8168704509735107, -1.151201605796814, 0.4453110694885254, 1.5206339359283447, 1.6140918731689453, 1.1005170345306396, 1.0546729564666748, 1.7130887508392334, 1.9583088159561157, 1.894729733467102, 1.5976592302322388, 1.649972677230835, 2.379411458969116, 3.2346432209014893, 3.4129481315612793, 3.18866229057312, 2.8190536499023438, 1.826709508895874, 0.7173317074775696, -0.35509392619132996, -1.5435965061187744, -2.3811352252960205, -2.8977527618408203, -3.4774208068847656, -3.7879221439361572, -3.7922894954681396, -3.605226993560791, -3.1918282508850098, -2.9399495124816895, -3.206606388092041, -3.7612850666046143, -4.12537956237793, -4.279390811920166, -3.9829421043395996, -3.088529109954834, -1.991636872291565, -1.0295034646987915, -0.046132899820804596, 0.5834774374961853, 1.127638578414917, 1.847387671470642, 2.222080945968628, 2.268327474594116, 2.1715540885925293, 1.8206086158752441, 1.5123324394226074, 1.5123000144958496, 1.6337844133377075, 1.9224026203155518, 2.3929851055145264, 2.6193740367889404, 2.649726390838623, 2.5913071632385254, 2.383007287979126, 2.260685443878174, 2.291320323944092, 2.3529791831970215, 2.409325122833252, 2.7501683235168457, 3.187706708908081, 3.5439085960388184, 3.7231292724609375, 3.512946128845215, 1.5096113681793213, -0.5387536287307739, -1.6629079580307007, -1.922142505645752, -0.942942202091217, -0.3306012451648712, 0.02745765633881092, -0.4948633015155792, -0.9203599691390991, -1.5268248319625854, -2.3834426403045654, -3.6308467388153076, -4.412687301635742, -4.336223125457764, -3.795289993286133, -3.2829806804656982, -3.0265443325042725, -1.8410712480545044, -0.5655271410942078, 0.47942617535591125, 0.5421345233917236, -0.024344950914382935, -0.6024450063705444, -0.2611227035522461, 0.601714015007019, 1.5416556596755981, 2.2971482276916504, 2.7293331623077393, 3.1472654342651367, 3.4790477752685547, 3.2163915634155273, 2.513396739959717, 2.101891279220581, 1.3917427062988281, 0.5466353893280029, 0.010890365578234196, -0.32488515973091125, -0.4222242534160614, -0.11279945820569992, -0.30606701970100403, -1.0004255771636963, -1.8579386472702026, -2.9058945178985596, -3.625044107437134, -3.72963809967041, -3.7585978507995605, -3.6619515419006348, -3.2595465183258057, -3.175104856491089, -3.290083169937134, -3.1880197525024414, -2.689340353012085, -2.0017330646514893, -1.3469789028167725, -1.2339762449264526, -1.3639129400253296, -0.9200131893157959, -0.1371692717075348, 0.6481994986534119, 1.2713937759399414, 1.488237977027893, 1.4183462858200073, 1.4229426383972168, 1.434282898902893, 1.466467261314392, 1.9319846630096436, 2.600898265838623, 3.0937061309814453, 3.271517515182495, 2.9366490840911865, 2.4591190814971924, 2.2433810234069824, 2.263397455215454, 2.3490591049194336, 2.6101536750793457, 2.8827099800109863, 3.2474632263183594, 3.8379929065704346, 4.429056167602539, 4.720811367034912, 3.815222978591919, 0.8294451832771301, -1.4748133420944214, -2.43454647064209, -1.9828637838363647, -0.6125303506851196, 0.367574006319046, 0.6470791697502136, -0.0981207862496376, -0.6605859994888306, -1.7024375200271606, -2.8068718910217285, -3.9335947036743164, -4.114310264587402, -3.6183841228485107, -2.841414451599121, -2.667036294937134, -2.562051296234131, -1.990240216255188, -1.557025671005249, -1.1305557489395142, -1.2643706798553467, -1.57468843460083, -1.4867479801177979, -0.41594523191452026, 0.630610466003418, 1.4175188541412354, 1.730414628982544, 1.5803450345993042, 1.6718223094940186, 1.93280029296875, 1.6714731454849243, 1.302667498588562, 1.416013479232788, 1.5568913221359253, 1.917189121246338, 2.338186025619507, 2.132565498352051, 1.5270973443984985, 0.8130336999893188, -0.18213509023189545, -1.0059138536453247, -1.447058081626892, -1.7253719568252563, -1.642849326133728, -1.4251959323883057, -1.6263725757598877, -1.8946396112442017, -2.182105541229248, -2.937321424484253, -3.8626363277435303, -4.296001434326172, -4.15507173538208, -3.475315570831299, -2.425187349319458, -1.718719720840454, -1.3143402338027954, -0.9470518231391907, -0.9070587158203125, -1.0263111591339111, -0.9602277874946594, -0.7499529123306274, -0.225874662399292, 0.6227272748947144, 1.2349926233291626, 1.593827724456787, 2.1594605445861816, 2.6208839416503906, 2.9281463623046875, 3.0480728149414062, 2.7880043983459473, 2.4727284908294678, 2.4257893562316895, 2.6213889122009277, 2.956582546234131, 3.307574510574341, 3.357062339782715, 3.263357162475586, 3.1991655826568604, 3.2225403785705566, 3.5000269412994385, 4.06497859954834, 3.6880061626434326, 1.2415441274642944, -0.5928399562835693, -1.2660077810287476, -0.8557498455047607, 0.7801636457443237, 1.8975186347961426, 1.4831206798553467, -0.11279115825891495, -1.2299405336380005, -2.2195611000061035, -2.843644380569458, -3.2046027183532715, -3.105597496032715, -2.6157000064849854, -2.091646909713745, -2.082624912261963, -2.7210042476654053, -3.1800942420959473, -3.374532699584961, -2.9842071533203125, -2.681736707687378, -2.6059982776641846, -2.0684993267059326, -0.7635173201560974, 0.33330777287483215, 0.8016799688339233, 0.48052698373794556, -0.39571788907051086, -0.45352819561958313, 0.508671760559082, 1.4166909456253052, 2.031404733657837, 2.5191843509674072, 2.449817180633545, 2.346766710281372, 2.6137278079986572, 2.3199942111968994, 1.6038506031036377, 1.0639920234680176, 0.14590156078338623, -0.4279782176017761, -0.2882964611053467, -0.10286455601453781, -0.08561483025550842, -0.09512082487344742, -0.7345743179321289, -1.6355198621749878, -2.2491683959960938, -2.8555569648742676, -3.2523109912872314, -3.147435188293457, -2.865719795227051, -2.66731858253479, -2.3248865604400635, -2.3565549850463867, -2.4950814247131348, -2.1904571056365967, -1.8634450435638428, -1.6558743715286255, -1.2035995721817017, -0.8201857805252075, -0.3507968485355377, 0.4392404854297638, 0.9525339007377625, 1.0042147636413574, 1.1156994104385376, 1.340041160583496, 1.7111648321151733, 2.2012526988983154, 2.3284857273101807, 2.235962152481079, 2.3738341331481934, 2.554532766342163, 2.6867361068725586, 2.9532198905944824, 3.0275018215179443, 2.8752634525299072, 2.86572527885437, 3.0333096981048584, 3.1718592643737793, 3.6145763397216797, 4.088044166564941, 4.011970520019531, 1.9362297058105469, -0.06171781197190285, -0.4167063236236572, -0.05020052567124367, 1.4037537574768066, 2.314301013946533, 1.6391851902008057, -0.4791320562362671, -1.336646318435669, -1.6218037605285645, -1.8551770448684692, -2.1449403762817383, -2.5240447521209717, -2.7589304447174072, -2.5337657928466797, -2.1388115882873535, -2.621675491333008, -3.1478824615478516, -3.4766132831573486, -3.3800034523010254, -2.9623067378997803, -2.598437786102295, -2.1281919479370117, -0.9485280513763428, 0.16877371072769165, 0.33340078592300415, -0.14486338198184967, -1.1050924062728882, -1.2165203094482422, 0.14525145292282104, 1.561617374420166, 1.9953136444091797, 2.0467240810394287, 1.363107442855835, 0.6228026151657104, 0.7493007779121399, 0.9810389876365662, 0.8607141971588135, 0.9786553382873535, 0.8038597702980042, 0.3733060956001282, 0.28118595480918884, 0.32035762071609497, 0.09704611450433731, -0.16327597200870514, -0.7483015060424805, -1.5956780910491943, -1.8509624004364014, -1.8759148120880127, -1.8096593618392944, -1.528868556022644, -1.2963018417358398, -1.520028829574585, -1.5159285068511963, -1.5368824005126953, -1.7705775499343872, -1.6654115915298462, -1.389392614364624, -1.3325772285461426, -1.0826289653778076, -0.7288295030593872, -0.6008996367454529, -0.24819231033325195, 0.1822180151939392, 0.3133069574832916, 0.4347633719444275, 0.7376749515533447, 1.060297966003418, 1.5168626308441162, 1.7908899784088135, 1.8193567991256714, 1.9032760858535767, 2.036630630493164, 2.044826030731201, 2.1759605407714844, 2.5552284717559814, 2.633600950241089, 2.560781955718994, 2.811361074447632, 3.024278163909912, 3.2144742012023926, 3.6231932640075684, 3.6959176063537598, 2.68957257270813, 0.3850341737270355, -0.36766672134399414, 0.12458083778619766, 1.164057970046997, 2.2608556747436523, 2.0899224281311035, 0.3007086515426636, -1.4382731914520264, -1.2183860540390015, -0.8809900283813477, -0.9063544869422913, -1.5090153217315674, -2.32216477394104, -2.5813677310943604, -1.8725100755691528, -1.2615077495574951, -1.6207094192504883, -2.2246737480163574, -2.714892864227295, -2.5573971271514893, -2.152815818786621, -1.8042120933532715, -1.4558768272399902, -0.8392506837844849, -0.5958573222160339, -0.7905356884002686, -1.1859164237976074, -1.5150705575942993, -0.8359169960021973, 0.41569092869758606, 0.9117448925971985, 0.6267531514167786, 0.2899145483970642, -0.08458777517080307, -0.10352779179811478, 0.470691978931427, 0.7226490378379822, 0.2928409278392792, 0.08249902725219727, -0.033245693892240524, -0.12964469194412231, 0.11667639762163162, 0.18137133121490479, -0.18095996975898743, -0.46489477157592773, -0.5049771070480347, -0.5345584750175476, -0.3637097477912903, -0.5655591487884521, -1.2316608428955078, -1.6059824228286743, -1.53307044506073, -1.2385036945343018, -0.722419023513794, -0.6199953556060791, -1.0402599573135376, -1.2010350227355957, -1.070153832435608, -0.8203670978546143, -0.4255102574825287, -0.20166882872581482, -0.3382510244846344, -0.2047935575246811, 0.24965837597846985, 0.5448776483535767, 0.7731284499168396, 0.9858620762825012, 1.0223817825317383, 1.0515799522399902, 1.2756402492523193, 1.4983993768692017, 1.788499116897583, 2.0046708583831787, 1.9831205606460571, 2.0401570796966553, 2.2498726844787598, 2.156886339187622, 2.033202648162842, 2.222903251647949, 2.330317974090576, 2.632097005844116, 3.1181490421295166, 2.521768808364868, 0.4752974808216095, -0.00841439887881279, 0.7994713187217712, 1.5826700925827026, 2.2629637718200684, 1.6598846912384033, -0.25049084424972534, -1.225413203239441, -0.16453799605369568, 0.37535983324050903, -0.026691153645515442, -0.9603031873703003, -1.9099676609039307, -1.7915675640106201, -0.6798925995826721, -0.42009374499320984, -1.6008126735687256, -2.7025535106658936, -3.0744454860687256, -2.324463367462158, -1.2888951301574707, -0.9763938784599304, -1.2322089672088623, -1.229088306427002, -1.063969612121582, -0.9157766699790955, -0.9956359267234802, -1.4928568601608276, -1.264669418334961, -0.22513069212436676, 0.3780500888824463, 0.37064191699028015, 0.2869565188884735, -0.27093207836151123, -0.5912297964096069, -0.17015905678272247, -0.050046663731336594, -0.052102312445640564, 0.37114226818084717, 0.2369057834148407, -0.11286981403827667, -0.08556217700242996, -0.18562932312488556, -0.4277176856994629, -0.313863605260849, -0.31515294313430786, -0.448088675737381, -0.3814089894294739, -0.7172870635986328, -1.3120144605636597, -1.37733793258667, -1.0361047983169556, -0.7970327734947205, -0.5016009211540222, -0.5989586710929871, -0.9783894419670105, -0.8627081513404846, -0.6257254481315613, -0.5811039209365845, -0.40443816781044006, -0.21032153069972992, -0.2031547874212265, 0.12068044394254684, 0.5075058937072754, 0.6443050503730774, 0.8291915655136108, 0.8791766166687012, 0.6008584499359131, 0.6788985133171082, 1.00307035446167, 1.1433637142181396, 1.3005788326263428, 1.3168290853500366, 1.0785974264144897, 1.1313726902008057, 1.457535982131958, 1.5640987157821655, 1.6738531589508057, 1.6526910066604614, 1.517524242401123, 1.9175479412078857, 2.288289785385132, 2.271862030029297, 2.5182793140411377, 1.1094446182250977, -0.2505985200405121, 0.44507142901420593, 1.2936651706695557, 1.7745567560195923, 1.8624024391174316, 0.8062217831611633, -0.8690025210380554, -0.13791820406913757, 0.972804844379425, 0.47904878854751587, -0.48718416690826416, -1.4403014183044434, -1.7322847843170166, -0.6981810927391052, 0.3646008372306824, -0.6457265019416809, -2.0606143474578857, -2.3132386207580566, -1.5175540447235107, -0.46632277965545654, -0.2853236496448517, -1.1977124214172363, -1.8687766790390015, -1.2797046899795532, -0.6024007201194763, -0.28094202280044556, -0.9205102324485779, -1.6009775400161743, -0.8311763405799866, 0.3925781548023224, 0.49410906434059143, 0.1312284767627716, -0.5087730288505554, -1.3195853233337402, -0.6732012033462524, 0.39337968826293945, 0.1128900945186615, -0.20565208792686462, -0.14072100818157196, -0.6109973192214966, -0.5293766856193542, 0.05803746357560158, -0.30903661251068115, -0.8975977897644043, -0.8717426657676697, -0.9868960380554199, -0.807002067565918, -0.3224417269229889, -0.672566831111908, -1.2718793153762817, -1.1539238691329956, -0.8597522377967834, -0.4805399477481842, -0.11878569424152374, -0.5612775087356567, -1.018417477607727, -0.6436625123023987, -0.260331392288208, -0.09337200969457626, 0.048708751797676086, -0.1895616203546524, -0.22668859362602234, 0.37862491607666016, 0.6825259327888489, 0.41897401213645935, 0.27416104078292847, 0.1301455944776535, 0.2739296555519104, 0.916695237159729, 1.1820991039276123, 0.8686168789863586, 0.7384660243988037, 0.8427391052246094, 0.9025099873542786, 1.2269420623779297, 1.3581609725952148, 0.8746302723884583, 0.5811905860900879, 0.9560506343841553, 1.4057307243347168, 1.52023184299469, 1.459324836730957, 1.2158602476119995, 1.1948316097259521, 1.3940328359603882, 1.843786597251892, 1.5619100332260132, -0.28885936737060547, -0.056110940873622894, 0.8329447507858276, 1.2410180568695068, 1.5120431184768677, 1.0265631675720215, -0.5040107369422913, -0.3779301643371582, 1.3734430074691772, 1.0642595291137695, 0.04862431436777115, -0.8205934762954712, -1.1065046787261963, -0.18186846375465393, 1.2621885538101196, 0.5663527250289917, -1.485413670539856, -1.9961349964141846, -1.2960946559906006, 0.05013228952884674, 0.364154577255249, -0.5637273788452148, -1.775383710861206, -1.2296457290649414, -0.05087022855877876, 0.34931522607803345, -0.5399312973022461, -2.0031726360321045, -1.91595458984375, -0.3773270547389984, 0.6012300848960876, 0.19293518364429474, -0.5646601319313049, -1.6002734899520874, -1.3735229969024658, -0.06431647390127182, -0.06662921607494354, -0.959709644317627, -1.0628793239593506, -0.8730887174606323, -0.4917370676994324, 0.28880542516708374, -0.09295115619897842, -1.3170956373214722, -1.4558016061782837, -0.7989193201065063, -0.34418144822120667, 0.01413058489561081, -0.36960336565971375, -1.194261908531189, -1.1472975015640259, -0.3885512351989746, -0.17197130620479584, -0.2531428039073944, -0.6017619371414185, -0.8282417058944702, -0.17197676002979279, 0.5857168436050415, 0.49570369720458984, 0.08267229050397873, -0.27605122327804565, -0.43669605255126953, 0.10676092654466629, 0.6656632423400879, 0.5047063827514648, 0.2672097086906433, 0.39680224657058716, 0.4391833543777466, 0.6837236285209656, 0.9369953274726868, 0.5536403059959412, 0.21622289717197418, 0.3769177198410034, 0.585004985332489, 0.5934827327728271, 0.659284234046936, 0.3250393569469452, 0.0287083238363266, 0.28212985396385193, 0.5667065978050232, 0.3671218752861023, 0.24821913242340088, 0.21658524870872498, 0.28154656291007996, 0.5168575048446655, 0.900544285774231, 0.727417528629303, 0.6871928572654724, 0.9204654097557068, 1.537320613861084, 1.5460565090179443, 0.02994363382458687, 0.28042832016944885, 0.8906922936439514, 1.3456250429153442, 2.0981147289276123, 1.83713698387146, 0.1885150969028473, 0.06052514538168907, 1.5246721506118774, 1.240675449371338, 0.7333183884620667, 0.26875197887420654, -0.13467010855674744, 0.4297041594982147, 1.3842724561691284, 0.81624436378479, -0.7726557850837708, -1.0900332927703857, -0.7920423746109009, -0.19321131706237793, -0.29009371995925903, -0.7958078384399414, -1.4533272981643677, -0.9508415460586548, -0.16324909031391144, -0.2761395573616028, -1.2869902849197388, -2.3100297451019287, -1.9084837436676025, -0.7436094880104065, -0.18451957404613495, -0.6061012148857117, -1.1934590339660645, -1.8541771173477173, -1.3272042274475098, -0.27276405692100525, -0.6591992378234863, -1.3993186950683594, -1.2327135801315308, -0.9037001729011536, -0.3047870099544525, 0.31312721967697144, -0.36241114139556885, -1.2601287364959717, -1.0301326513290405, -0.38595956563949585, 0.0031182104721665382, 0.23225007951259613, -0.22421789169311523, -0.6629160642623901, -0.3186858296394348, 0.301288902759552, 0.3669063150882721, 0.05505993217229843, -0.3080376088619232, -0.31406018137931824, 0.42640602588653564, 0.8020704984664917, 0.39236074686050415, -0.1767876297235489, -0.3618178367614746, -0.13865934312343597, 0.6121674180030823, 0.8167080879211426, 0.11134783923625946, -0.34720155596733093, -0.2408822476863861, -0.06888832896947861, 0.23088032007217407, 0.23706792294979095, -0.28318390250205994, -0.5168424248695374, -0.08322805911302567, 0.2161753624677658, 0.14378085732460022, 0.034316159784793854, -0.3795337975025177, -0.5649884939193726, 0.01673761010169983, 0.29485273361206055, 0.19045060873031616, 0.17862746119499207, 0.26252925395965576, 0.1413864642381668, 0.49503564834594727, 0.8085032105445862, 0.4523841440677643, 0.5198135375976562, 0.7997344136238098, 1.1463485956192017, 1.4621591567993164, 1.5069314241409302, 1.836186170578003, 1.7144314050674438, 0.6713035702705383, 1.1928298473358154, 1.5327178239822388, 1.672686219215393, 1.9919811487197876, 1.8110700845718384, 0.88394695520401, 1.047469139099121, 1.7881875038146973, 1.0537256002426147, 0.49773266911506653, 0.1588822901248932, 0.12997156381607056, 0.6281282305717468, 1.1283928155899048, 0.057126931846141815, -1.175729513168335, -1.2201900482177734, -0.7769147157669067, -0.4096708297729492, -0.7443214654922485, -1.34711754322052, -1.7964797019958496, -1.0931593179702759, -0.5991804599761963, -0.9940817356109619, -1.931618332862854, -2.5081253051757812, -1.767279028892517, -0.5662819743156433, -0.32612404227256775, -1.0169265270233154, -1.4357017278671265, -1.6025683879852295, -0.795990526676178, 0.03819933906197548, -0.4760420620441437, -0.9975004196166992, -0.6003014445304871, -0.08253540843725204, 0.36938217282295227, 0.4224923551082611, -0.4412471652030945, -0.8334083557128906, -0.18543508648872375, 0.4335768222808838, 0.5654889345169067, 0.3212687075138092, -0.21971578896045685, -0.38929054141044617, -0.004153689835220575, 0.15931937098503113, -0.10291147977113724, -0.4640340209007263, -0.5889022946357727, -0.20914573967456818, 0.22594578564167023, -0.006171366199851036, -0.451106458902359, -0.7612035870552063, -0.7176101207733154, -0.3467588424682617, -0.08347412198781967, -0.28235405683517456, -0.6163163185119629, -0.4946146011352539, -0.423001229763031, -0.3149399161338806, -0.2121773362159729, -0.32444441318511963, -0.3110961318016052, -0.12352920323610306, 0.1510789543390274, 0.060552772134542465, -0.20384381711483002, -0.10301320999860764, -0.10181458294391632, 0.043759528547525406, 0.4369698762893677, 0.48119068145751953, 0.27494099736213684, 0.44060277938842773, 0.6231327652931213, 0.48948320746421814, 0.48578962683677673, 0.8238090872764587, 0.7153359055519104, 1.029969573020935, 1.1980738639831543, 0.9984355568885803, 1.1852188110351562, 1.2298625707626343, 1.1648305654525757, 1.2379292249679565, 1.4896023273468018, 1.6639702320098877, 1.8946590423583984, 1.1097737550735474, 0.7594500184059143, 1.1403617858886719, 1.1548668146133423, 1.451169490814209, 1.5364779233932495, 0.746774435043335, 0.26049157977104187, 1.0888853073120117, 0.8857616782188416, 0.16930228471755981, -0.2408325970172882, -0.5254416465759277, -0.4241366982460022, 0.1733250766992569, 0.043731991201639175, -1.111948847770691, -1.3339838981628418, -1.004071831703186, -0.8756008148193359, -0.884606122970581, -1.2285805940628052, -1.7059756517410278, -1.2207248210906982, -0.42479315400123596, -0.5585827827453613, -1.077980399131775, -1.525291085243225, -1.3648011684417725, -0.6075088381767273, -0.058002617210149765, -0.27967211604118347, -0.5262792110443115, -0.602607250213623, -0.25523120164871216, 0.30635717511177063, 0.1428508162498474, -0.294327050447464, -0.3106122314929962, 0.010177853517234325, 0.29230940341949463, 0.4034121334552765, -0.04638411104679108, -0.510815441608429, -0.3324682116508484, -0.059024516493082047, -0.16650448739528656, -0.2985146641731262, -0.5634631514549255, -0.6248072385787964, -0.26968714594841003, -0.3746061623096466, -0.7129557728767395, -1.0400053262710571, -0.9575406908988953, -0.7223098874092102, -0.5479063391685486, -0.3753623068332672, -0.6386634707450867, -0.8669021725654602, -0.6993104219436646, -0.5027860999107361, -0.30972588062286377, -0.3543131649494171, -0.4482300877571106, -0.4046892821788788, -0.2068997323513031, 0.14364194869995117, 0.08644936978816986, -0.02702968940138817, 0.1831810176372528, 0.3295168876647949, 0.4806075394153595, 0.5412191152572632, 0.39826077222824097, 0.4334987998008728, 0.7219760417938232, 0.7432626485824585, 0.6118157505989075, 0.6377007365226746, 0.7554989457130432, 0.7131944894790649, 0.7865431904792786, 0.6181938052177429, 0.5093898177146912, 0.5730723738670349, 0.7629218697547913, 0.6986799240112305, 0.3864225447177887, 0.5130653381347656, 0.3903103768825531, 0.42643600702285767, 0.46852362155914307, 0.3663927912712097, 0.29025599360466003, 0.5032257437705994, 0.6852108836174011, 0.7283594012260437, 0.714203953742981, 0.9144707322120667, 0.6430193185806274, -0.14397650957107544, 0.3742137849330902, 0.7384850382804871, 0.8355382680892944, 1.0304062366485596, 0.6848065257072449, -0.02472655102610588, 0.3958146870136261, 1.2079885005950928, 0.4493570625782013, 0.04269138723611832, 0.00371172814629972, -0.03896734490990639, 0.39188051223754883, 0.6990085244178772, -0.1782127320766449, -0.886695384979248, -0.5877969861030579, -0.33989667892456055, -0.21721719205379486, -0.4739743173122406, -0.7712973952293396, -0.8029297590255737, -0.15225183963775635, -0.0538255013525486, -0.5984033346176147, -1.0221459865570068, -1.0688387155532837, -0.5073387026786804, -0.1357222944498062, -0.2581016421318054, -0.6093147397041321, -0.6463598012924194, -0.5578098297119141, -0.24017445743083954, -0.27222710847854614, -0.7663162350654602, -0.8108441829681396, -0.39250949025154114, -0.3348393738269806, -0.3219667375087738, -0.3545040786266327, -0.7653450965881348, -0.803575336933136, -0.43764281272888184, -0.25711673498153687, -0.5063102841377258, -0.4996371269226074, -0.6136848330497742, -0.7036501169204712, -0.3667885363101959, -0.41614753007888794, -0.5910905599594116, -0.41239458322525024, -0.27915582060813904, -0.23052310943603516, -0.06584817171096802, -0.13381172716617584, -0.32368215918540955, -0.15726107358932495, 0.15615831315517426, -0.07988344132900238, 0.06382837891578674, 0.12612660229206085, 0.05290287733078003, 0.3399158716201782, 0.30938220024108887, 0.0472993366420269, 0.18847952783107758, 0.2843714952468872, 0.22241443395614624, 0.32453233003616333, 0.4209394156932831, 0.3472636342048645, 0.2005370855331421, 0.2377779334783554, 0.123794324696064, -0.03778567165136337, 0.21480092406272888, 0.2696774899959564, -0.012164223939180374, 0.07392319291830063, 0.02024620771408081, -0.02047170139849186, -0.018903160467743874, 0.0790439024567604, 0.10548092424869537, 0.11746387183666229, 0.19565455615520477, 0.341059148311615, 0.3339056670665741, 0.24353304505348206, 0.3377409875392914, 0.3041752278804779, 0.4916551113128662, 0.6114944815635681, 0.8677627444267273, 0.847514271736145, 0.7374554872512817, 0.8499034643173218, 1.0974087715148926, 1.2145006656646729, 1.324419617652893, 1.0132124423980713, 0.6179162859916687, 1.042858600616455, 1.2191617488861084, 1.0502240657806396, 1.0745338201522827, 0.6774640083312988, 0.26498016715049744, 0.6101279854774475, 0.7536697387695312, 0.19207744300365448, -0.11806977540254593, -0.2608807682991028, -0.353340744972229, -0.16908031702041626, -0.19210417568683624, -0.7865283489227295, -1.0234248638153076, -0.8822122812271118, -0.8248207569122314, -0.739478588104248, -0.9211717844009399, -1.2757973670959473, -1.133952021598816, -0.6510739922523499, -0.6011835336685181, -0.7320175766944885, -0.9563952088356018, -1.03570556640625, -0.5675926208496094, -0.15264831483364105, -0.18628111481666565, -0.3378083109855652, -0.39711061120033264, -0.2100542187690735, 0.15157559514045715, 0.147639662027359, -0.14011909067630768, -0.2107238471508026, -0.076455257833004, 0.006421738304197788, 0.01954842358827591, -0.12593311071395874, -0.2866406738758087, -0.24943013489246368, -0.06308387219905853, -0.1555790901184082, -0.23694883286952972, -0.3424416780471802, -0.5232858061790466, -0.37469661235809326, -0.25727859139442444, -0.43375298380851746, -0.5923229455947876, -0.5031370520591736, -0.4660112261772156, -0.44931796193122864, -0.39903122186660767, -0.4670979976654053, -0.5064669251441956, -0.47439396381378174, -0.3627628982067108, -0.2768992781639099, -0.17026886343955994, -0.19207556545734406, -0.35076409578323364, -0.14937596023082733, -0.01747233420610428, -0.07988676428794861, 0.025433480739593506, -0.08702101558446884, 0.030887803062796593, 0.19660380482673645, 0.13085930049419403, 0.1468990296125412, 0.20666106045246124, 0.21360337734222412, 0.316364049911499, 0.46130770444869995, 0.4431225061416626, 0.4517531991004944, 0.47145143151283264, 0.5902630090713501, 0.41597723960876465, 0.38419070839881897, 0.39619672298431396, 0.4759994447231293, 0.545759379863739, 0.5039080381393433, 0.37482351064682007, 0.41538989543914795, 0.551188588142395, 0.5830837488174438, 0.44611966609954834, 0.3717174530029297, 0.42293256521224976, 0.6560136675834656, 0.6840836405754089, 0.4904320538043976, 0.48709172010421753, 0.46063995361328125, 0.6796989440917969, 0.8931849002838135, 0.7177191972732544, 0.877903163433075, 0.7762758135795593, 0.5486211776733398, 0.25580793619155884, 0.4512990117073059, 0.5772314071655273, 0.5260968208312988, 0.6945239305496216, 0.4587193429470062, 0.14205484092235565, 0.30486229062080383, 0.4839513301849365, -0.007513897959142923, -0.16924570500850677, -0.29474982619285583, -0.28002727031707764, -0.0700799971818924, 0.028644802048802376, -0.4187532961368561, -0.7872440814971924, -0.7713561058044434, -0.6086649894714355, -0.4520954489707947, -0.4842137098312378, -0.5326915383338928, -0.6106589436531067, -0.4106820821762085, -0.2373991757631302, -0.41737693548202515, -0.6922621726989746, -0.7056097984313965, -0.37840479612350464, -0.1209922656416893, -0.05824610963463783, -0.19478760659694672, -0.371757835149765, -0.33398497104644775, -0.20047485828399658, -0.1712099015712738, -0.3655925989151001, -0.38483181595802307, -0.26358407735824585, -0.24193988740444183, -0.20249232649803162, -0.30689558386802673, -0.5587413311004639, -0.7211024761199951, -0.5312150120735168, -0.5377334356307983, -0.5325119495391846, -0.5112759470939636, -0.6904114484786987, -0.7551168203353882, -0.7577416300773621, -0.7200309038162231, -0.6270371675491333, -0.6050118207931519, -0.5303686261177063, -0.5082538723945618, -0.30851611495018005, -0.2497583031654358, -0.3983749747276306, -0.37913456559181213, -0.3382835388183594, -0.09292998909950256, 0.08584005385637283, -0.00658781873062253, -0.07774801552295685, 0.02792743407189846, 0.20260530710220337, 0.1849905103445053, 0.2300562709569931, 0.3654535412788391, 0.379624605178833, 0.5904322266578674, 0.5298601984977722, 0.5445485711097717, 0.5037953853607178, 0.37798330187797546, 0.3174804151058197, 0.3821423351764679, 0.6399813890457153, 0.5193477869033813, 0.3125024437904358, 0.48446857929229736, 0.311958372592926, 0.34648293256759644, 0.4432452619075775, 0.3427920937538147, 0.33339470624923706, 0.29094868898391724, 0.32154977321624756, 0.28372427821159363, 0.22453948855400085, 0.3634313642978668, 0.26400837302207947, 0.205667182803154, 0.40764155983924866, 0.39558491110801697, 0.38441869616508484, 0.3957684338092804, 0.44222986698150635, 0.35116109251976013, 0.40561822056770325, 0.6254845857620239, 0.889612078666687, 0.6915680170059204, 0.8486841917037964, 1.0058149099349976, 0.7898691892623901, 0.3505924940109253, 0.3661663234233856, 0.6193348169326782, 0.6129087209701538, 0.9438149929046631, 0.7799644470214844, 0.10759013146162033, 0.22860348224639893, 0.5240992307662964, 0.18174715340137482, -0.08524736016988754, -0.1771126538515091, -0.3162252604961395, -0.12109237909317017, 0.08380253612995148, -0.24863359332084656, -0.7472092509269714, -0.8470975160598755, -0.7875712513923645, -0.6767650246620178, -0.6460782289505005, -0.6637000441551208, -0.6962717771530151, -0.6348837614059448, -0.48750120401382446, -0.5115731358528137, -0.7287746071815491, -0.903801441192627, -0.6473348140716553, -0.3586689829826355, -0.3686981201171875, -0.3001984655857086, -0.39940446615219116, -0.6708747148513794, -0.4987330436706543, -0.3258781135082245, -0.4024467468261719, -0.3715338110923767, -0.3370997905731201, -0.5356383919715881, -0.4605005979537964, -0.2853285074234009, -0.4741085469722748, -0.5920640826225281, -0.5752399563789368, -0.4718295931816101, -0.3419308662414551, -0.24630294740200043, -0.47876685857772827, -0.6646324992179871, -0.6986934542655945, -0.5819851160049438, -0.2818296551704407, -0.2183147668838501, -0.42574042081832886, -0.335147500038147, -0.17617718875408173, -0.1550472527742386, -0.12964579463005066, -0.25147631764411926, -0.1941993683576584, -0.0026133181527256966, 0.12316015362739563, 0.265836626291275, 0.163739413022995, 0.10595721751451492, 0.16203844547271729, 0.2807566225528717, 0.28914642333984375, 0.30177709460258484, 0.39731988310813904, 0.4455602169036865, 0.6222026348114014, 0.4185280203819275, 0.32974258065223694, 0.38354623317718506, 0.45425283908843994, 0.3286920487880707, 0.4088459014892578, 0.5353648662567139, 0.4683665633201599, 0.22207169234752655, 0.20572113990783691, 0.290050745010376, 0.2906818389892578, 0.24232983589172363, 0.12437622249126434, 0.29956430196762085, 0.245316281914711, 0.44966360926628113, 0.3142944574356079, 0.08133627474308014, 0.19473399221897125, 0.34088706970214844, 0.45136117935180664, 0.4496670067310333, 0.5053877830505371, 0.4501558840274811, 0.5017660856246948, 0.6618759632110596, 0.6733022928237915, 0.8496665358543396, 0.9932673573493958, 1.0236315727233887, 1.2253986597061157, 1.396513819694519, 1.052937388420105, 0.42947015166282654, 0.3244730532169342, 0.6726605296134949, 1.0277632474899292, 1.197837233543396, 0.8675488233566284, 0.1916593462228775, 0.1568186730146408, 0.36120933294296265, 0.24437452852725983, -0.025503797456622124, -0.545343279838562, -0.6280001401901245, -0.21524234116077423, -0.06908725202083588, -0.3294515311717987, -0.953603208065033, -1.5139942169189453, -1.3703268766403198, -0.8794803023338318, -0.7414723038673401, -0.879301905632019, -1.1045633554458618, -1.1660442352294922, -0.9012700915336609, -0.6361469626426697, -0.9089962840080261, -1.2289005517959595, -1.049523949623108, -0.6870325207710266, -0.3402695953845978, -0.2235392928123474, -0.5195675492286682, -0.721400797367096, -0.6297013163566589, -0.3808683753013611, -0.14767761528491974, -0.06980215013027191, -0.26706650853157043, -0.3799903094768524, -0.24651044607162476, -0.19631525874137878, -0.20435336232185364, -0.37254688143730164, -0.5862794518470764, -0.49331146478652954, -0.20706123113632202, -0.17695514857769012, -0.350033700466156, -0.579787015914917, -0.7476012110710144, -0.6041290163993835, -0.31237077713012695, -0.2796761393547058, -0.33661073446273804, -0.366422563791275, -0.3193288743495941, -0.17170727252960205, -0.15512818098068237, -0.2583698034286499, -0.1457633078098297, -0.07998890429735184, 0.06754471361637115, 0.29264456033706665, 0.3270232379436493, 0.2517901659011841, 0.1895395964384079, 0.27269765734672546, 0.3814736008644104, 0.5622707605361938, 0.6378128528594971, 0.5923116207122803, 0.5421921610832214, 0.5086156725883484, 0.5479828119277954, 0.5469200015068054, 0.49362748861312866, 0.48937851190567017, 0.520940363407135, 0.6056008338928223, 0.5890950560569763, 0.4829106628894806, 0.3823848366737366, 0.16617465019226074, 0.24225443601608276, 0.39964890480041504, 0.3391095995903015, 0.3261302709579468, 0.20940479636192322, 0.08921989053487778, 0.22708632051944733, 0.2913740873336792, 0.3037588596343994, 0.33177366852760315, 0.33486250042915344, 0.4845074713230133, 0.734305739402771, 0.7577642202377319, 0.6785019636154175, 0.7189840078353882, 0.7652549743652344, 1.1347589492797852, 1.3327997922897339, 1.3853271007537842, 1.3339862823486328, 1.3234127759933472, 1.0564311742782593, 0.6098847389221191, 0.7828161120414734, 0.7875911593437195, 0.9448012113571167, 1.1125543117523193, 0.6600688695907593, 0.08552834391593933, 0.1750619113445282, 0.07490801811218262, -0.17541734874248505, -0.4566459357738495, -0.8473052382469177, -0.9373785257339478, -0.6179836392402649, -0.5657361149787903, -1.0450950860977173, -1.472346544265747, -1.7605650424957275, -1.673937439918518, -1.238228678703308, -1.152256727218628, -1.2734304666519165, -1.1387962102890015, -1.1407874822616577, -1.07047700881958, -0.8383482694625854, -1.1156104803085327, -1.222852110862732, -0.7235060930252075, -0.5446934103965759, -0.313853919506073, -0.09404411166906357, -0.3546828031539917, -0.5662702918052673, -0.33052119612693787, -0.18396712839603424, -0.0959949716925621, 0.10226842761039734, -0.09812960773706436, -0.2582271993160248, -0.09855226427316666, -0.18397675454616547, -0.41949158906936646, -0.4565639793872833, -0.6284469366073608, -0.6142282485961914, -0.27418065071105957, -0.31770843267440796, -0.5883994698524475, -0.7119492888450623, -0.9175263047218323, -0.8687018156051636, -0.5362014174461365, -0.497158408164978, -0.5684004426002502, -0.4996332824230194, -0.43983954191207886, -0.4295487701892853, -0.3473913073539734, -0.3080175220966339, -0.33959901332855225, -0.12510766088962555, 0.16718387603759766, 0.33425068855285645, 0.49928733706474304, 0.4565894901752472, 0.4583086669445038, 0.5511209964752197, 0.6511268019676208, 0.7532461285591125, 0.8936735987663269, 0.9514186382293701, 0.9498575329780579, 0.9392841458320618, 0.9691854119300842, 0.9254491925239563, 0.9179790616035461, 0.927801787853241, 0.9023274183273315, 0.8952999114990234, 0.7767236828804016, 0.5965459942817688, 0.5049821138381958, 0.5051656365394592, 0.49791020154953003, 0.44178128242492676, 0.3934659957885742, 0.28508615493774414, 0.33721157908439636, 0.32645562291145325, 0.3213321268558502, 0.44646787643432617, 0.4093659818172455, 0.5198561549186707, 0.6995248794555664, 0.7497239112854004, 1.00391685962677, 1.07681143283844, 1.0723965167999268, 1.1761956214904785, 1.3145761489868164, 1.4386358261108398, 1.5519694089889526, 1.7146207094192505, 1.180513620376587, 0.6150925755500793, 0.6164500117301941, 0.6338611245155334, 0.8426191210746765, 1.0951818227767944, 0.6940500736236572, -0.05889247730374336, -0.30407625436782837, -0.36979857087135315, -0.46543654799461365, -0.7333056926727295, -1.1819926500320435, -1.5102990865707397, -1.393088698387146, -1.261006236076355, -1.3565571308135986, -1.5503731966018677, -1.8866454362869263, -2.0144400596618652, -1.7850499153137207, -1.537879467010498, -1.3843717575073242, -1.0955212116241455, -1.154001235961914, -1.1428157091140747, -0.999700129032135, -1.1370075941085815, -1.0491244792938232, -0.4630601704120636, -0.2949790060520172, -0.171686053276062, 0.08306389302015305, -0.20791469514369965, -0.3594350218772888, -0.11663622409105301, -0.10194920748472214, -0.14152710139751434, -0.03197718784213066, -0.16466213762760162, -0.22814162075519562, -0.15070955455303192, -0.3192920982837677, -0.5232958793640137, -0.5733475685119629, -0.7935739159584045, -0.7871989607810974, -0.6011984348297119, -0.6720259785652161, -0.7528325319290161, -0.7989990711212158, -0.9826179146766663, -0.9428964257240295, -0.74483722448349, -0.708628237247467, -0.5791584253311157, -0.40837976336479187, -0.4271073341369629, -0.3884267508983612, -0.19095440208911896, -0.13297219574451447, -0.0033987921196967363, 0.210787832736969, 0.3454229533672333, 0.5454679727554321, 0.7850823998451233, 0.8253945708274841, 0.8305730819702148, 0.9375057816505432, 0.9895333051681519, 1.039678692817688, 1.166563630104065, 1.1583460569381714, 1.1154179573059082, 1.1168278455734253, 1.065767765045166, 1.0322469472885132, 0.8896213173866272, 0.7657811045646667, 0.8106371164321899, 0.8289188146591187, 0.7160528898239136, 0.6558625102043152, 0.48055872321128845, 0.3800237774848938, 0.274658203125, 0.2910974323749542, 0.35730820894241333, 0.3359735608100891, 0.2875067889690399, 0.3790683448314667, 0.41836950182914734, 0.4289546012878418, 0.6799035668373108, 0.8439176082611084, 0.8736119270324707, 0.97762131690979, 1.2034399509429932, 1.2010223865509033, 1.3740888833999634, 1.5582269430160522, 1.7086210250854492, 1.8973138332366943, 2.1038155555725098, 1.3436490297317505, 0.4244198203086853, 0.4531071186065674, 0.43593716621398926, 0.920218825340271, 1.253609538078308, 0.7390305995941162, -0.2357754409313202, -0.6270565986633301, -0.828925371170044, -0.9027671217918396, -1.1038438081741333, -1.554118037223816, -1.7989169359207153, -1.7333688735961914, -1.624260425567627, -1.5875462293624878, -1.6268421411514282, -2.1259372234344482, -2.2557532787323, -2.026108741760254, -1.7880022525787354, -1.314022421836853, -0.7412851452827454, -0.9208398461341858, -1.154137372970581, -1.1410279273986816, -1.1740323305130005, -0.811825156211853, -0.2719746232032776, -0.04011646285653114, 0.07767722010612488, 0.22681304812431335, 0.057446353137493134, -0.07937247306108475, 0.06446567177772522, 0.004321801010519266, -0.09667453914880753, 0.011150525882840157, -0.23665089905261993, -0.325740784406662, -0.2604096829891205, -0.44085922837257385, -0.7059375643730164, -0.8303465843200684, -1.0800241231918335, -1.0802481174468994, -0.8828720450401306, -0.8821660876274109, -0.9869424700737, -1.0602729320526123, -1.2171626091003418, -1.213198184967041, -0.9053572416305542, -0.7405428290367126, -0.6412761807441711, -0.4802692234516144, -0.36756983399391174, -0.22218464314937592, 0.04936309903860092, 0.2773761749267578, 0.42026180028915405, 0.4996558725833893, 0.6210563778877258, 0.8458242416381836, 1.099403738975525, 1.2448842525482178, 1.2595841884613037, 1.2745015621185303, 1.2183167934417725, 1.195133090019226, 1.2780383825302124, 1.348057508468628, 1.3442775011062622, 1.296920895576477, 1.1791690587997437, 1.050154685974121, 0.9299669861793518, 0.8504959940910339, 0.7652203440666199, 0.6729323863983154, 0.5376351475715637, 0.39616721868515015, 0.3345220983028412, 0.21150361001491547, 0.13474227488040924, 0.11687076836824417, 0.03928656131029129, 0.044979363679885864, 0.034431539475917816, 0.1732313185930252, 0.3095686137676239, 0.47359082102775574, 0.6561817526817322, 0.6671434640884399, 0.9069382548332214, 1.1475298404693604, 1.2296396493911743, 1.4126291275024414, 1.3318191766738892, 1.3476876020431519, 1.5585436820983887, 1.9912490844726562, 2.2863152027130127, 2.345402240753174, 1.4106155633926392, 0.3597508668899536, 0.03907030075788498, 0.06349734961986542, 0.5506503582000732, 0.9125972986221313, 0.6203323602676392, -0.31526902318000793, -0.8867904543876648, -1.304884672164917, -1.5424220561981201, -1.6978033781051636, -1.869065523147583, -2.118886709213257, -2.0933597087860107, -1.988072156906128, -1.8342441320419312, -1.6697883605957031, -1.8593469858169556, -2.098473072052002, -2.2052199840545654, -2.12165904045105, -1.5796419382095337, -0.8254457712173462, -0.42315366864204407, -0.34723520278930664, -0.4293102025985718, -0.5771711468696594, -0.5243166089057922, -0.030349547043442726, 0.3008672893047333, 0.4646833837032318, 0.49805936217308044, 0.30863532423973083, 0.046723123639822006, 0.1348157376050949, 0.1518768072128296, 0.02767903171479702, -0.1927202343940735, -0.5232883095741272, -0.7127060890197754, -0.7691383361816406, -0.7200971245765686, -0.7359799742698669, -0.924765408039093, -1.2128201723098755, -1.3897168636322021, -1.415507435798645, -1.331716775894165, -1.177520513534546, -1.0242866277694702, -1.0430668592453003, -0.9921755790710449, -0.8527522087097168, -0.6966009140014648, -0.47441351413726807, -0.17535661160945892, 0.05172073841094971, 0.2007971554994583, 0.4248673915863037, 0.6608556509017944, 0.8648640513420105, 0.986813485622406, 1.1092888116836548, 1.1843472719192505, 1.2354735136032104, 1.3349676132202148, 1.4672008752822876, 1.4823278188705444, 1.4073907136917114, 1.225771427154541, 0.957023024559021, 0.8623253107070923, 0.9054167866706848, 0.9143694043159485, 0.8933857679367065, 0.7273874282836914, 0.42453327775001526, 0.26273003220558167, 0.19900068640708923, 0.19176025688648224, 0.21239875257015228, 0.15968365967273712, 0.05293358117341995, -0.05753679573535919, -0.020826123654842377, 0.09748074412345886, 0.24163928627967834, 0.429036408662796, 0.42288628220558167, 0.566457211971283, 0.8268485069274902, 1.039283037185669, 1.5259605646133423, 1.8261891603469849, 1.7694783210754395, 1.8116012811660767, 1.690421462059021, 1.7235273122787476, 1.842101812362671, 2.198152780532837, 2.3995985984802246, 2.002490282058716, 1.1157817840576172, 0.44074547290802, 0.027572525665163994, -0.009524261578917503, 0.24231944978237152, 0.2641964554786682, -0.21705535054206848, -0.8075402975082397, -1.2372833490371704, -1.6716885566711426, -1.9636330604553223, -2.2312233448028564, -2.347604990005493, -2.3647031784057617, -2.235220193862915, -2.086949348449707, -1.8419831991195679, -1.6121448278427124, -1.5422865152359009, -1.547124981880188, -1.5625416040420532, -1.4355798959732056, -0.9663481712341309, -0.35053208470344543, 0.03169349581003189, 0.05591924488544464, -0.1251188963651657, -0.12292708456516266, 0.012629603035748005, 0.3161141872406006, 0.588699460029602, 0.7237535715103149, 0.5699068307876587, 0.2851274013519287, 0.09817918390035629, 0.024748727679252625, -0.07347757369279861, -0.2500803768634796, -0.5471555590629578, -0.8956841826438904, -1.1157866716384888, -1.1972453594207764, -1.1959166526794434, -1.2444040775299072, -1.3762357234954834, -1.540733814239502, -1.578182578086853, -1.552802562713623, -1.447083830833435, -1.2826459407806396, -1.0829977989196777, -0.9048621654510498, -0.6944993138313293, -0.4221985638141632, -0.1552032232284546, 0.09494872391223907, 0.33800506591796875, 0.521079421043396, 0.6875326633453369, 0.8917816281318665, 1.0595827102661133, 1.1894830465316772, 1.2855949401855469, 1.3821985721588135, 1.4181917905807495, 1.453303337097168, 1.399167776107788, 1.3717875480651855, 1.2622275352478027, 1.1177290678024292, 0.9636873602867126, 0.7534981369972229, 0.619726836681366, 0.5159887075424194, 0.4364030659198761, 0.351558655500412, 0.15218959748744965, 0.03948812559247017, -0.04246576130390167, -0.16314734518527985, -0.14448320865631104, -0.20622362196445465, -0.21728239953517914, -0.1785576492547989, -0.17058011889457703, -0.1065831109881401, -0.004733838606625795, 0.058067306876182556, 0.15937134623527527, 0.19479282200336456, 0.17912672460079193, 0.21863332390785217, 0.3221164345741272, 0.4990737736225128, 0.5605493783950806, 0.6687876582145691, 0.612250804901123, 0.603484570980072, 0.6943612694740295, 0.8070353269577026, 0.9723216891288757, 1.2066538333892822, 1.228732705116272, 1.1404075622558594, 0.8983137607574463, 0.6865721344947815, 0.5910224914550781, 0.7359126210212708, 0.995908260345459, 1.1119273900985718, 1.3149545192718506, 1.324950933456421, 1.37213933467865, 1.2578798532485962, 0.6477532386779785, -0.04099505394697189, -0.6862903237342834, -1.066009283065796, -0.911345899105072, -0.6248452663421631, -0.3505164682865143, -0.3596680760383606, -0.4564177095890045, -0.7898957133293152, -1.176099419593811, -1.5151818990707397, -1.7825872898101807, -1.7710788249969482, -1.5204782485961914, -1.279170036315918, -1.0452756881713867, -0.8766180276870728, -0.7959502935409546, -0.7324362397193909, -0.820981502532959, -0.9365896582603455, -1.009813666343689, -0.9123163819313049, -0.7016160488128662, -0.32293012738227844, 0.04590025171637535, 0.011489490047097206, -0.063992440700531, -0.2037506252527237, -0.40869081020355225, -0.44324642419815063, -0.37542620301246643, -0.3713229298591614, -0.33593329787254333, -0.3503476083278656, -0.3810686469078064, -0.42258596420288086, -0.5469652414321899, -0.7546638250350952, -0.9466122388839722, -1.1180301904678345, -1.2351853847503662, -1.1229573488235474, -0.9137846827507019, -0.7293850779533386, -0.5721550583839417, -0.5331573486328125, -0.5957343578338623, -0.6048055291175842, -0.6024670600891113, -0.5006334185600281, -0.2699112892150879, -0.025753941386938095, 0.19557569921016693, 0.40839672088623047, 0.5084345936775208, 0.4869019389152527, 0.5236589312553406, 0.543926477432251, 0.5912169814109802, 0.6683626174926758, 0.5515625476837158, 0.5753336548805237, 0.6865530610084534, 0.8080102205276489, 0.8681647181510925, 0.7864907383918762, 0.7390721440315247, 0.614547073841095, 0.5973547101020813, 0.5726522207260132, 0.49771398305892944, 0.4584957957267761, 0.39548438787460327, 0.4157693684101105, 0.4720820188522339, 0.5000899434089661, 0.5439257025718689, 0.5498526692390442, 0.5507837533950806, 0.6606267094612122, 0.753522515296936, 0.9329882860183716, 1.0683757066726685, 1.1375747919082642, 1.1720504760742188, 1.1677381992340088, 1.1957156658172607, 1.3324649333953857, 1.628378987312317, 1.8930474519729614, 2.1534318923950195, 2.3110909461975098, 2.3559670448303223, 2.2434349060058594, 1.8547916412353516, 0.9815261363983154, 0.11991528421640396, -0.438213586807251, -0.8014031648635864, -0.6296099424362183, -0.31210267543792725, -0.09045934677124023, -0.09859777241945267, -0.3155444860458374, -0.8269332647323608, -1.4641107320785522, -1.97965669631958, -2.3241963386535645, -2.373749017715454, -2.178551435470581, -1.9522417783737183, -1.5521657466888428, -1.0873910188674927, -0.7822445034980774, -0.46129724383354187, -0.3501445949077606, -0.46920254826545715, -0.5078335404396057, -0.45279809832572937, -0.3851677477359772, -0.20328590273857117, -0.03911083936691284, 0.012973593547940254, 0.12500669062137604, 0.22984015941619873, 0.23372335731983185, 0.2870104908943176, 0.22367237508296967, -0.06360282748937607, -0.27762913703918457, -0.49011579155921936, -0.6672807335853577, -0.7314032316207886, -0.836397647857666, -1.0355544090270996, -1.154258131980896, -1.3120747804641724, -1.4146397113800049, -1.352787971496582, -1.2745147943496704, -1.1759415864944458, -1.0447742938995361, -0.9577512145042419, -0.8846787810325623, -0.6848656535148621, -0.49759891629219055, -0.36605849862098694, -0.19278118014335632, -0.046360574662685394, 0.10145827382802963, 0.3388644754886627, 0.5261107683181763, 0.6522499918937683, 0.7795841097831726, 0.8094262480735779, 0.8129172325134277, 0.7554692029953003, 0.6486408114433289, 0.6028618216514587, 0.575420618057251, 0.5524123311042786, 0.541547954082489, 0.5877183675765991, 0.5768464207649231, 0.5333144664764404, 0.38412195444107056, 0.14663371443748474, -0.040789660066366196, -0.16465498507022858, -0.21537871658802032, -0.16561321914196014, -0.16132612526416779, -0.19328518211841583, -0.12434835731983185, -0.0198989100754261, 0.08579249680042267, 0.20272865891456604, 0.24561280012130737, 0.22259677946567535, 0.19402192533016205, 0.18493427336215973, 0.18272671103477478, 0.22008001804351807, 0.27986574172973633, 0.2966791093349457, 0.36346831917762756, 0.4247877597808838, 0.4971626400947571, 0.5505462884902954, 0.5331031084060669, 0.4637053906917572, 0.41984787583351135, 0.36627593636512756, 0.35797858238220215, 0.3542465269565582, 0.3476405143737793, 0.3474631607532501, 0.36505404114723206, 0.3786608874797821, 0.4175223112106323, 0.5054530501365662, 0.6112912893295288, 0.7326277494430542, 0.815876305103302, 0.7992236018180847, 0.7044867873191833, 0.5954898595809937, 0.6011503338813782, 0.704386830329895, 0.8892503976821899, 1.0968232154846191, 1.2280223369598389, 1.3025661706924438, 1.3390815258026123, 1.2727638483047485, 0.9897320866584778, 0.6104568243026733, 0.18552955985069275, -0.21286827325820923, -0.49765950441360474, -0.6489734053611755, -0.702397882938385, -0.6581788063049316, -0.5858478546142578, -0.537413477897644, -0.5896991491317749, -0.7721399068832397, -1.0135551691055298, -1.2186980247497559, -1.3619344234466553, -1.494171142578125, -1.5064754486083984, -1.4366047382354736, -1.309729814529419, -1.0268524885177612, -0.7381969690322876, -0.5778087377548218, -0.4448036849498749, -0.3498101830482483, -0.29406967759132385, -0.2106742411851883, -0.16447386145591736, -0.16260874271392822, -0.21867865324020386, -0.28674423694610596, -0.3452673852443695, -0.3388078510761261, -0.2830459773540497, -0.22909808158874512, -0.17769992351531982, -0.20966285467147827, -0.2930505871772766, -0.3876313269138336, -0.5552088022232056, -0.7393807768821716, -0.8907938599586487, -1.0375951528549194, -1.1258410215377808, -1.1156638860702515, -0.989945650100708, -0.8422146439552307, -0.6741777658462524, -0.5598478317260742, -0.536902904510498, -0.5435019135475159, -0.5488218665122986, -0.5234220623970032, -0.4631979167461395, -0.360266774892807, -0.19253714382648468, 0.023493124172091484, 0.22695784270763397, 0.4019191861152649, 0.5352233052253723, 0.570497989654541, 0.5970161557197571, 0.5838073492050171, 0.6332531571388245, 0.6991856098175049, 0.7226853370666504, 0.7109633088111877, 0.6660757064819336, 0.63693767786026, 0.6661830544471741, 0.6832422018051147, 0.6668155193328857, 0.6120257377624512, 0.5247372984886169, 0.45280763506889343, 0.39795684814453125, 0.3825065791606903, 0.31211110949516296, 0.27218177914619446, 0.21065878868103027, 0.11487225443124771, 0.10173418372869492, 0.1373089998960495, 0.18239901959896088, 0.2779867947101593, 0.339178204536438, 0.38242143392562866, 0.4337596595287323, 0.47738122940063477, 0.5692577362060547, 0.6555538177490234, 0.6761031746864319, 0.6715200543403625, 0.7084426283836365, 0.8542914986610413, 1.0405791997909546, 1.2860060930252075, 1.5067888498306274, 1.7055575847625732, 1.8957759141921997, 2.0156712532043457, 2.00425386428833, 1.7005906105041504, 1.2151265144348145, 0.6605038046836853, 0.11662264168262482, -0.21204398572444916, -0.3317219018936157, -0.31431832909584045, -0.2590811252593994, -0.20821689069271088, -0.20627257227897644, -0.3224242031574249, -0.5493692755699158, -0.8297532796859741, -1.1398683786392212, -1.3664748668670654, -1.5815736055374146, -1.785080909729004, -1.8571823835372925, -1.8047304153442383, -1.5886956453323364, -1.229918122291565, -0.8211873769760132, -0.4359742999076843, -0.11413904279470444, 0.08124256879091263, 0.13069406151771545, 0.0709877610206604, -0.05061584338545799, -0.19886985421180725, -0.32305777072906494, -0.3510721027851105, -0.25970855355262756, -0.09478320181369781, 0.060923248529434204, 0.1967485100030899, 0.2729911506175995, 0.27781394124031067, 0.20853638648986816, 0.02907216176390648, -0.2733967900276184, -0.5864781737327576, -0.8609452247619629, -1.053271770477295, -1.1351873874664307, -1.1177027225494385, -1.0192734003067017, -0.8856906294822693, -0.7922728061676025, -0.7522205114364624, -0.7383843064308167, -0.7436720132827759, -0.7849329710006714, -0.7975323796272278, -0.7536885738372803, -0.6505854725837708, -0.4879709780216217, -0.32112541794776917, -0.15887288749217987, -0.021142704412341118, 0.10368524491786957, 0.21525725722312927, 0.32638034224510193, 0.4070524573326111, 0.4017186760902405, 0.38546425104141235, 0.349398672580719, 0.3624269664287567, 0.36803650856018066, 0.3847830891609192, 0.3996337652206421, 0.4684276580810547, 0.4835842549800873, 0.43976742029190063, 0.37367650866508484, 0.2954145669937134, 0.19922983646392822, 0.12576577067375183, -0.022116107866168022, -0.10964670032262802, -0.1435270458459854, -0.10532201081514359, -0.05635134130716324, 0.006478266790509224, 0.09908705949783325, 0.11873048543930054, 0.1777227371931076, 0.1859084814786911, 0.11350797861814499, 0.08489330112934113, 0.046504393219947815, 0.08115126192569733, 0.16450297832489014, 0.2528151273727417, 0.32683518528938293, 0.43834367394447327, 0.5610201954841614, 0.6996601819992065, 0.8223990201950073, 0.9077230095863342, 0.9177839159965515, 0.9010223150253296, 0.8086276650428772, 0.7359533309936523, 0.7353970408439636, 0.7287918925285339, 0.7709921598434448, 0.8070974946022034, 0.8008353114128113, 0.8026832938194275, 0.796088695526123, 0.7827657461166382, 0.7716826796531677, 0.7848882675170898, 0.7537900805473328, 0.7022648453712463, 0.6711447238922119, 0.659431517124176, 0.5852571129798889, 0.4020692706108093, 0.1713591068983078, -0.08196179568767548, -0.26803991198539734, -0.40047407150268555, -0.4587330222129822, -0.4792240560054779, -0.4396841526031494, -0.38157933950424194, -0.3544328212738037, -0.34491220116615295, -0.3631732761859894, -0.3882772624492645, -0.41458746790885925, -0.46567419171333313, -0.5568084120750427, -0.6057037115097046, -0.6271300315856934, -0.5980896949768066, -0.5357473492622375, -0.4250364899635315, -0.3118771016597748, -0.193781316280365, -0.09739216417074203, -0.05725853517651558, -0.05522793158888817, -0.14723211526870728, -0.32833579182624817, -0.49679696559906006, -0.6409061551094055, -0.7408953309059143, -0.763160228729248, -0.7428249716758728, -0.7188073992729187, -0.6667845249176025, -0.5857864022254944, -0.5251843929290771, -0.46759194135665894, -0.47558078169822693, -0.5312455296516418, -0.5945023894309998, -0.685270369052887, -0.739229679107666, -0.7085723280906677, -0.6595271229743958, -0.5497445464134216, -0.40694475173950195, -0.30306342244148254, -0.23584340512752533, -0.17157933115959167, -0.11914971470832825, -0.027621708810329437, 0.029231781139969826, 0.06216231361031532, 0.04775276035070419, 0.1092705950140953, 0.15440455079078674, 0.12582044303417206, 0.10827961564064026, 0.0718652531504631, 0.03797825425863266, 0.062441397458314896, 0.04967176914215088, 0.05247935280203819, 0.05621175840497017, 0.05165430158376694, 0.020341943949460983, 0.026887042447924614, 0.04156544432044029, 0.04426074028015137, 0.06158285215497017, -0.009982793591916561, -0.02117655612528324, -0.019801339134573936, 0.022752422839403152, 0.0602203868329525, 0.10752012580633163, 0.12371886521577835, 0.11693201959133148, 0.13599765300750732, 0.12570181488990784, 0.12858033180236816, 0.16751088201999664, 0.2148778736591339, 0.23085661232471466, 0.2049720734357834, 0.19482673704624176, 0.1918056607246399, 0.21563296020030975, 0.257717102766037, 0.2639186978340149, 0.260451078414917, 0.26630109548568726, 0.3334125876426697, 0.4222704768180847, 0.5200653076171875, 0.5460245609283447, 0.6093207597732544, 0.6046687364578247, 0.6176154613494873, 0.6214639544487, 0.5977742075920105, 0.6499033570289612, 0.6935418844223022, 0.7344481945037842, 0.7749122977256775, 0.8032926917076111, 0.8299815654754639, 0.8443117737770081, 0.8307451009750366, 0.8529711365699768, 0.8546532392501831, 0.8776916861534119, 0.9132499694824219, 0.9045349359512329, 0.8005629181861877, 0.617317259311676, 0.38393399119377136, 0.17045339941978455, -0.025047004222869873, -0.1693534255027771, -0.2279270887374878, -0.27923333644866943, -0.28780853748321533, -0.25417178869247437, -0.23293951153755188, -0.2310546189546585, -0.24313561618328094, -0.27606678009033203, -0.32598504424095154, -0.43174058198928833, -0.520685613155365, -0.6369310617446899, -0.7287817597389221, -0.7692140936851501, -0.7234059572219849, -0.6110912561416626, -0.47018224000930786, -0.35077357292175293, -0.28778061270713806, -0.2642681300640106, -0.265309602022171, -0.2740342617034912, -0.33078038692474365, -0.44415900111198425, -0.5744093656539917, -0.6825123429298401, -0.7626916170120239, -0.801526665687561, -0.7873132824897766, -0.7234621047973633, -0.6379813551902771, -0.5590126514434814, -0.5175189971923828, -0.5360051989555359, -0.5638742446899414, -0.6334264278411865, -0.6572975516319275, -0.6754535436630249, -0.697125256061554, -0.68113112449646, -0.6371369361877441, -0.5547091960906982, -0.47333967685699463, -0.3838218152523041, -0.3218054473400116, -0.29075178503990173, -0.23182998597621918, -0.15981170535087585, -0.08194251358509064, -0.02741708979010582, 0.009279003366827965, 0.04637019336223602, 0.09470139443874359, 0.13330084085464478, 0.13991354405879974, 0.18969731032848358, 0.20424233376979828, 0.2152489572763443, 0.18222643435001373, 0.12865613400936127, 0.09532180428504944, 0.06544020026922226, 0.10739295184612274, 0.16347138583660126, 0.21426193416118622, 0.23845918476581573, 0.22644183039665222, 0.1999955028295517, 0.1912619024515152, 0.23297150433063507, 0.23676030337810516, 0.21758611500263214, 0.24004092812538147, 0.29335853457450867, 0.33117806911468506, 0.3216800093650818, 0.33425772190093994, 0.3414587676525116, 0.3168173134326935, 0.3346315324306488, 0.3326058089733124, 0.308540403842926, 0.26009857654571533, 0.24402320384979248, 0.18472306430339813, 0.11713913828134537, 0.09879302233457565, 0.1382838636636734, 0.15201742947101593, 0.2232198864221573, 0.2520717680454254, 0.28764572739601135, 0.2958182394504547, 0.30592185258865356, 0.35231995582580566, 0.3849349617958069, 0.39151307940483093, 0.37628403306007385, 0.36029401421546936, 0.3917672038078308, 0.4434453547000885, 0.48753538727760315, 0.542728841304779, 0.5871840119361877, 0.6212219595909119, 0.6556570529937744, 0.6781619191169739, 0.6974281668663025, 0.6982345581054688, 0.6877769827842712, 0.6531750559806824, 0.6071853041648865, 0.5492562055587769, 0.46373724937438965, 0.3814752995967865, 0.27578428387641907, 0.15922513604164124, 0.034630708396434784, -0.07579021900892258, -0.15019500255584717, -0.20579160749912262, -0.24764320254325867, -0.2895626127719879, -0.3240964412689209, -0.33663734793663025, -0.34043872356414795, -0.3555975556373596, -0.37609463930130005, -0.43750038743019104, -0.507987380027771, -0.5666370987892151, -0.583445131778717, -0.5552565455436707, -0.5097846984863281, -0.459923654794693, -0.41992223262786865, -0.3777094781398773, -0.33250534534454346, -0.27865567803382874, -0.23373737931251526, -0.1961848884820938, -0.2036621868610382, -0.2467498779296875, -0.29625794291496277, -0.3587566018104553, -0.4082263112068176, -0.46410781145095825, -0.4811699688434601, -0.47129395604133606, -0.4519613981246948, -0.445227712392807, -0.43692120909690857, -0.4124135673046112, -0.4000389575958252, -0.42740598320961, -0.48198091983795166, -0.529974639415741, -0.5951159596443176, -0.6073060631752014, -0.5577742457389832, -0.5088520050048828, -0.45575085282325745, -0.39377325773239136, -0.37201204895973206, -0.28846779465675354, -0.249052032828331, -0.1903497725725174, -0.10995648801326752, -0.07359098643064499, -0.05005306378006935, -0.04179154708981514, -0.02959633246064186, 0.0016054882435128093, 0.038140714168548584, 0.08029504865407944, 0.09428277611732483, 0.09254608303308487, 0.12128908932209015, 0.1376526951789856, 0.14130724966526031, 0.17220650613307953, 0.17125077545642853, 0.1497536599636078, 0.10471095889806747, 0.08591674268245697, 0.13817955553531647, 0.1725001037120819, 0.19713453948497772, 0.23476268351078033, 0.236285999417305, 0.22662153840065002, 0.22706261277198792, 0.2643960416316986, 0.2570825517177582, 0.3220999240875244, 0.3301524519920349, 0.33997842669487, 0.35820919275283813, 0.35940587520599365, 0.3726886212825775, 0.3501555323600769, 0.3253731429576874, 0.29652389883995056, 0.2576948404312134, 0.271615207195282, 0.2973673641681671, 0.3181808888912201, 0.3226374089717865, 0.3215475380420685, 0.30979886651039124, 0.32109689712524414, 0.3379177451133728, 0.3257193863391876, 0.2994960844516754, 0.29415684938430786, 0.2665843069553375, 0.24910981953144073, 0.2439325749874115, 0.25299331545829773, 0.25918346643447876, 0.27547746896743774, 0.30445215106010437, 0.33188197016716003, 0.3400426506996155, 0.3454591929912567, 0.3596076965332031, 0.37073075771331787, 0.35682541131973267, 0.35921764373779297, 0.35919857025146484, 0.3626812696456909, 0.3827117681503296, 0.3924277126789093, 0.34682509303092957, 0.28996747732162476, 0.24677346646785736, 0.1966281682252884, 0.15128417313098907, 0.10957878828048706, 0.053518228232860565, 0.004829934798181057, -0.046941086649894714, -0.09739392250776291, -0.1366092711687088, -0.16958388686180115, -0.20516550540924072, -0.2512587904930115, -0.28660812973976135, -0.3198484778404236, -0.34018662571907043, -0.3553437292575836, -0.3931162357330322, -0.4261915981769562, -0.45553097128868103, -0.4816620349884033, -0.48955637216567993, -0.47923555970191956, -0.47831329703330994, -0.4750882089138031, -0.46419110894203186, -0.4793027341365814, -0.44040679931640625, -0.3859650790691376, -0.3608982563018799, -0.3324996531009674, -0.31163644790649414, -0.29885077476501465, -0.29991957545280457, -0.28892529010772705, -0.29691433906555176, -0.310043603181839, -0.31961843371391296, -0.33649080991744995, -0.36621806025505066, -0.37282803654670715, -0.34912431240081787, -0.33484452962875366, -0.30891746282577515, -0.31388145685195923, -0.3001228868961334, -0.2846048176288605, -0.2684205174446106, -0.2551802694797516, -0.26475080847740173, -0.2498493492603302, -0.25810766220092773, -0.242854043841362, -0.2094486653804779, -0.15465374290943146, -0.13282060623168945, -0.12918050587177277, -0.14088967442512512, -0.10829421132802963, -0.0958235114812851, -0.05990314856171608, -0.04516671970486641, -0.04205067455768585, -0.02826303243637085, -0.03792357072234154, -0.06989553570747375, -0.1779199242591858, -0.21013794839382172, -0.26948416233062744, -0.2775011360645294, -0.24442408978939056, -0.20658652484416962, -0.17354626953601837, -0.15435318648815155, -0.08529048413038254, 0.0438077412545681, 0.16658911108970642, 0.2750767171382904, 0.35843217372894287, 0.39339253306388855, 0.46103721857070923, 0.5458789467811584, 0.5733887553215027, 0.594557523727417, 0.5842844843864441, 0.602160632610321, 0.5949301719665527, 0.5941140055656433, 0.5846551656723022, 0.5821943879127502, 0.5875468850135803, 0.5533156394958496, 0.5199571847915649, 0.45789244771003723, 0.38870084285736084, 0.3506994843482971, 0.32146915793418884, 0.31709855794906616, 0.3148884177207947, 0.2766469120979309, 0.261252760887146, 0.2514594793319702, 0.28042757511138916, 0.29054126143455505, 0.30730992555618286, 0.33424216508865356, 0.31162264943122864, 0.3350394368171692, 0.37330812215805054, 0.398271769285202, 0.4629881680011749, 0.504936695098877, 0.5176148414611816, 0.5526103377342224, 0.567645788192749, 0.556493878364563, 0.5464500784873962, 0.5463084578514099, 0.5385512113571167, 0.47338300943374634, 0.4058358669281006, 0.3036251366138458, 0.1966722160577774, 0.09720106422901154, 0.015391798689961433, -0.059023067355155945, -0.15696196258068085, -0.2303442507982254, -0.301565021276474, -0.3619595170021057, -0.38078275322914124, -0.4034178555011749, -0.426024854183197, -0.44375357031822205, -0.4809325635433197, -0.5214124917984009, -0.5754354596138, -0.6190412044525146, -0.6336225271224976, -0.6346012353897095, -0.6474014520645142, -0.6514812707901001, -0.6605677008628845, -0.6533447504043579, -0.6061217784881592, -0.5953613519668579, -0.5902615189552307, -0.5871458649635315, -0.5827897191047668, -0.5561314225196838, -0.5400878190994263, -0.531160295009613, -0.5182998776435852, -0.5079798698425293, -0.4705815017223358, -0.4373670220375061, -0.41462892293930054, -0.39606186747550964, -0.38202786445617676, -0.3493555188179016, -0.34029054641723633, -0.32865405082702637, -0.3200342655181885, -0.34824836254119873, -0.3326474726200104, -0.29288238286972046, -0.2556155025959015, -0.23418676853179932, -0.23050366342067719, -0.22110499441623688, -0.19525282084941864, -0.14370986819267273, -0.10441120713949203, -0.07791886478662491, -0.05280900001525879, -0.028135251253843307, 0.005029770545661449, -0.012226869352161884, -0.0014736655866727233, 0.014565123245120049, 0.006189179606735706, 0.047802843153476715, 0.0906907171010971, 0.10002635419368744, 0.11460954695940018, 0.1323031336069107, 0.1894148886203766, 0.2716396450996399, 0.29466187953948975, 0.3266735076904297, 0.29097601771354675, 0.29002052545547485, 0.31417471170425415, 0.3240123689174652, 0.35861581563949585, 0.3290473222732544, 0.32627394795417786, 0.3328488767147064, 0.3529092073440552, 0.3933652639389038, 0.36573001742362976, 0.35573315620422363, 0.3390790820121765, 0.3527074158191681, 0.35838600993156433, 0.3674089014530182, 0.38024598360061646, 0.38656488060951233, 0.35887610912323, 0.3495434820652008, 0.38896992802619934, 0.3778362572193146, 0.39183491468429565, 0.42180365324020386, 0.46191591024398804, 0.49688073992729187, 0.5001947283744812, 0.526059091091156, 0.5128179788589478, 0.5147178769111633, 0.5267305374145508, 0.5464965105056763, 0.5741091966629028, 0.5813238620758057, 0.5910345315933228, 0.5942891836166382, 0.5706987380981445, 0.5504662394523621, 0.5594985485076904, 0.5591899752616882, 0.5759619474411011, 0.565048336982727, 0.520738422870636, 0.44454625248908997, 0.3327700197696686, 0.20058807730674744, 0.07981058955192566, -0.011001969687640667, -0.10048390179872513, -0.1753629595041275, -0.23003928363323212, -0.2887882590293884, -0.33436182141304016, -0.36935946345329285, -0.37206587195396423, -0.3922930359840393, -0.43249282240867615, -0.4980813264846802, -0.5542292594909668, -0.5918769240379333, -0.6249756217002869, -0.6521060466766357, -0.668851375579834, -0.7037280797958374, -0.7150301337242126, -0.7092429995536804, -0.6824023723602295, -0.6758375763893127, -0.6661924719810486, -0.6548720598220825, -0.6500920057296753, -0.6414345502853394, -0.6243352293968201, -0.6055262684822083, -0.6107845306396484, -0.6240257620811462, -0.6132287383079529, -0.5919799208641052, -0.5870582461357117, -0.576113224029541, -0.5711240172386169, -0.5381359457969666, -0.5003173351287842, -0.4853401780128479, -0.4910022020339966, -0.48137378692626953, -0.45280325412750244, -0.40058499574661255, -0.3730540871620178, -0.3326951861381531, -0.2933890223503113, -0.2594689130783081, -0.21003995835781097, -0.13379864394664764, -0.0653197169303894, -0.02673587203025818, 0.009522976353764534, 0.039479129016399384, 0.0625578984618187, 0.08942839503288269, 0.11094982922077179, 0.12938006222248077, 0.1416698843240738, 0.15571822226047516, 0.20251819491386414, 0.25745266675949097, 0.28922244906425476, 0.3148621618747711, 0.33518895506858826, 0.3519381582736969, 0.3563232719898224, 0.34105032682418823, 0.32366305589675903, 0.31982600688934326, 0.33161014318466187, 0.3241714835166931, 0.32473456859588623, 0.3180851638317108, 0.283383309841156, 0.28676897287368774, 0.2962874174118042, 0.3029251992702484, 0.3117417097091675, 0.3404596149921417, 0.3503250479698181, 0.35661137104034424, 0.35825732350349426, 0.3765891194343567, 0.37782520055770874, 0.3982349634170532, 0.406162828207016, 0.4231257736682892, 0.43853944540023804, 0.4024921655654907, 0.39000481367111206, 0.40361160039901733, 0.43648475408554077, 0.46744608879089355, 0.4786943197250366, 0.46511921286582947, 0.4546380639076233, 0.48098939657211304, 0.5117793083190918, 0.5410450100898743, 0.5475996136665344, 0.5543107986450195, 0.5928035974502563, 0.6040941476821899, 0.6148243546485901, 0.6034719347953796, 0.6158838272094727, 0.6260921955108643, 0.6093791127204895, 0.5799500942230225, 0.5086492300033569, 0.42576396465301514, 0.34135136008262634, 0.2641754746437073, 0.1715206354856491, 0.08928224444389343, 0.00914126355201006, -0.07118792086839676, -0.1485486924648285, -0.23078222572803497, -0.33035212755203247, -0.4202410578727722, -0.4756782054901123, -0.49250558018684387, -0.5024359822273254, -0.5128693580627441, -0.5415884852409363, -0.5846036076545715, -0.6361996531486511, -0.6632040143013, -0.6863628625869751, -0.7084161639213562, -0.7226218581199646, -0.7500517964363098, -0.7648603320121765, -0.7747758626937866, -0.7674245238304138, -0.741725742816925, -0.7131426334381104, -0.6838411688804626, -0.6619871258735657, -0.6484787464141846, -0.6393722295761108, -0.6241785883903503, -0.5923187136650085, -0.5643430352210999, -0.5489332675933838, -0.5427777767181396, -0.5675947070121765, -0.5673994421958923, -0.5476933717727661, -0.533089816570282, -0.513750433921814, -0.49328821897506714, -0.4787672162055969, -0.4416210651397705, -0.366274893283844, -0.27814218401908875, -0.21991686522960663, -0.18841572105884552, -0.16579633951187134, -0.13052478432655334, -0.09175072610378265, -0.05264195427298546, -0.012372826226055622, 0.027334196493029594, 0.05994658172130585, 0.07389349490404129, 0.0980413556098938, 0.10961280763149261, 0.1236741915345192, 0.166581928730011, 0.19582520425319672, 0.22231148183345795, 0.232367604970932, 0.2474978119134903, 0.27670595049858093, 0.3080234229564667, 0.3371385633945465, 0.3565535545349121, 0.37500280141830444, 0.37728336453437805, 0.3758513629436493, 0.36382901668548584, 0.36834681034088135, 0.37001389265060425, 0.3645293116569519, 0.3584279716014862, 0.33945274353027344, 0.31702402234077454, 0.3117842972278595, 0.33467450737953186, 0.3455818295478821, 0.3380362391471863, 0.330630362033844, 0.31108683347702026, 0.3109506368637085, 0.3248176872730255, 0.3359067738056183, 0.3588702976703644, 0.3803703784942627, 0.40155845880508423, 0.41986098885536194, 0.43102896213531494, 0.44096070528030396, 0.4566493630409241, 0.4918634295463562, 0.5135042071342468, 0.5260671377182007, 0.547369658946991, 0.5659404397010803, 0.5907804369926453, 0.6146017909049988, 0.6305433511734009, 0.6758586764335632, 0.7038034796714783, 0.7330080270767212, 0.7451929450035095, 0.7349919676780701, 0.7147316336631775, 0.6641608476638794, 0.6076292991638184, 0.5200914144515991, 0.40661191940307617, 0.2915620505809784, 0.18220743536949158, 0.10365209728479385, 0.03610790893435478, -0.03565801680088043, -0.12573643028736115, -0.21942591667175293, -0.29151177406311035, -0.3459046483039856, -0.3712427616119385, -0.3767396807670593, -0.41858187317848206, -0.4984295070171356, -0.5649992227554321, -0.6191253066062927, -0.6611368656158447, -0.6697359085083008, -0.6660886406898499, -0.6827266812324524, -0.7020359039306641, -0.7259624004364014, -0.7484465837478638, -0.7344689965248108, -0.7027292251586914, -0.6629698872566223, -0.6356807947158813, -0.6302661895751953, -0.6457025408744812, -0.6563157439231873, -0.6406374573707581, -0.6115601062774658, -0.5748500823974609, -0.5709328651428223, -0.5764690637588501, -0.5838469862937927, -0.5928870439529419, -0.5706846714019775, -0.5231378078460693, -0.4975466728210449, -0.48608025908470154, -0.48834702372550964, -0.48780447244644165, -0.48189860582351685, -0.45345455408096313, -0.40144145488739014, -0.34934744238853455, -0.3098454177379608, -0.2886979877948761, -0.2493051439523697, -0.19349732995033264, -0.14963911473751068, -0.0959455668926239, -0.04198485612869263, -0.019287407398223877, -0.006592756137251854, 0.011288384906947613, 0.01626993715763092, 0.03130195289850235, 0.05286046862602234, 0.10419659316539764, 0.1446777731180191, 0.1459004133939743, 0.1439589262008667, 0.15580061078071594, 0.1904771775007248, 0.2257903665304184, 0.24346233904361725, 0.26926127076148987, 0.2839981019496918, 0.28591763973236084, 0.29040640592575073, 0.2977946698665619, 0.3076101541519165, 0.29990291595458984, 0.2940728962421417, 0.2981145977973938, 0.2918587327003479, 0.2801051437854767, 0.27097055315971375, 0.28430649638175964, 0.2965519428253174, 0.3105815052986145, 0.3212060332298279, 0.32417482137680054, 0.34030717611312866, 0.35996395349502563, 0.3890388607978821, 0.41247209906578064, 0.43057096004486084, 0.4390650689601898, 0.46096813678741455, 0.4740769565105438, 0.5067328810691833, 0.5429511070251465, 0.5896713733673096, 0.6259716749191284, 0.6433694362640381, 0.6715736389160156, 0.712653398513794, 0.7796549797058105, 0.8656390309333801, 0.929970920085907, 0.9782261252403259, 0.9739981889724731, 0.9443270564079285, 0.9363316297531128, 0.9156444072723389, 0.8671297430992126, 0.7552335262298584, 0.6062195301055908, 0.4506470859050751, 0.3318656086921692, 0.25483405590057373, 0.19080369174480438, 0.10774900019168854, -0.0072426446713507175, -0.11897152662277222, -0.19001856446266174, -0.20337750017642975, -0.22004279494285583, -0.2288028448820114, -0.25825726985931396, -0.3577790856361389, -0.46761971712112427, -0.5578436851501465, -0.6275267601013184, -0.6871597766876221, -0.7210359573364258, -0.7781522274017334, -0.8240764141082764, -0.8685665726661682, -0.8936349153518677, -0.8825641870498657, -0.8274025321006775, -0.765635073184967, -0.7325789928436279, -0.7244654297828674, -0.7317328453063965, -0.7212740778923035, -0.7067707777023315, -0.6796880960464478, -0.667177140712738, -0.6805493235588074, -0.6839579343795776, -0.6653060913085938, -0.6528276801109314, -0.6328095197677612, -0.6185472011566162, -0.6008508205413818, -0.5838586091995239, -0.5691713094711304, -0.5492927432060242, -0.5204024910926819, -0.4717949330806732, -0.4304431974887848, -0.38402047753334045, -0.34629347920417786, -0.30579426884651184, -0.26544326543807983, -0.214915931224823, -0.1646457314491272, -0.1402294933795929, -0.11291776597499847, -0.08311349153518677, -0.055483851581811905, -0.033138591796159744, -0.011649583466351032, 0.01663324423134327, 0.046038124710321426, 0.060603007674217224, 0.06854850053787231, 0.07704189419746399, 0.08862894028425217, 0.11864058673381805, 0.15294955670833588, 0.181597039103508, 0.20543217658996582, 0.22325019538402557, 0.24682922661304474, 0.26171210408210754, 0.27126753330230713, 0.2869025766849518, 0.3014492690563202, 0.2954411506652832, 0.2783591151237488, 0.25397273898124695, 0.24340415000915527, 0.2513042390346527, 0.26783186197280884, 0.2801828384399414, 0.29469889402389526, 0.2998485565185547, 0.3014049530029297, 0.31328821182250977, 0.338424950838089, 0.3578070104122162, 0.3753882646560669, 0.4001246392726898, 0.4107159674167633, 0.4164070188999176, 0.4386553168296814, 0.4762546718120575, 0.5209107995033264, 0.5551667213439941, 0.6156572699546814, 0.6371728181838989, 0.6520330905914307, 0.6804500222206116, 0.7155187726020813, 0.755767822265625, 0.8141511678695679, 0.8661976456642151, 0.8978219032287598, 0.9173164963722229, 0.9538671970367432, 0.9991775155067444, 1.0352091789245605, 1.0468019247055054, 0.9630455374717712, 0.7988911867141724, 0.6252015233039856, 0.4791708290576935, 0.37789562344551086, 0.32719168066978455, 0.2821357548236847, 0.19272471964359283, 0.04223459213972092, -0.07360467314720154, -0.12812508642673492, -0.12883028388023376, -0.12107747048139572, -0.12746891379356384, -0.21434327960014343, -0.3840278089046478, -0.5470763444900513, -0.631767988204956, -0.6796591281890869, -0.7204841375350952, -0.7944399118423462, -0.8862123489379883, -0.9594675302505493, -0.9944632649421692, -0.9728744626045227, -0.9222117066383362, -0.8410689830780029, -0.7744289040565491, -0.7448982000350952, -0.7443010807037354, -0.7573045492172241, -0.7396228313446045, -0.6872745156288147, -0.6212033629417419, -0.6302071213722229, -0.7099148035049438, -0.7419759035110474, -0.7160586714744568, -0.6733304858207703, -0.5937860012054443, -0.5494881272315979, -0.5567362904548645, -0.5803719162940979, -0.5668042302131653, -0.515095055103302, -0.46735042333602905, -0.4210684895515442, -0.4001893997192383, -0.3991783857345581, -0.3908729553222656, -0.35856494307518005, -0.2853865623474121, -0.2156725972890854, -0.16297827661037445, -0.11160718649625778, -0.0699767991900444, -0.04189673066139221, -0.018589209765195847, 0.013105873018503189, 0.052559059113264084, 0.09350334852933884, 0.11316212266683578, 0.09114442765712738, 0.05095406249165535, 0.03172960504889488, 0.05569904297590256, 0.11857938021421432, 0.1574128121137619, 0.16162747144699097, 0.16390115022659302, 0.1854558140039444, 0.23345805704593658, 0.269216924905777, 0.30179059505462646, 0.31996774673461914, 0.32335165143013, 0.31638166308403015, 0.27700668573379517, 0.24837322533130646, 0.22579991817474365, 0.22433744370937347, 0.24614466726779938, 0.2765505015850067, 0.27337756752967834, 0.25230732560157776, 0.2646641731262207, 0.2920590937137604, 0.33940553665161133, 0.37304002046585083, 0.38898780941963196, 0.3895578384399414, 0.3844742476940155, 0.3803154528141022, 0.3809606432914734, 0.4040382504463196, 0.42381513118743896, 0.43753114342689514, 0.4759168028831482, 0.5308834314346313, 0.5749264359474182, 0.6352128982543945, 0.6937410235404968, 0.7567702531814575, 0.8230858445167542, 0.865050196647644, 0.898281991481781, 0.9160821437835693, 0.9506838917732239, 1.0076066255569458, 1.036682367324829, 1.0319867134094238, 0.9254253506660461, 0.7506800293922424, 0.5989068746566772, 0.4819273054599762, 0.3945789933204651, 0.33847522735595703, 0.2831036448478699, 0.1701803058385849, 0.022555291652679443, -0.08182681351900101, -0.11165625602006912, -0.08815621584653854, -0.06886064261198044, -0.08620495349168777, -0.20825722813606262, -0.396450936794281, -0.5430318117141724, -0.6246677041053772, -0.6581384539604187, -0.6805658340454102, -0.7737518548965454, -0.8902499675750732, -0.9679006934165955, -0.9985207915306091, -0.9504667520523071, -0.8718475103378296, -0.7825404405593872, -0.7303808331489563, -0.7092466354370117, -0.6876112222671509, -0.6496677994728088, -0.5914623141288757, -0.5291281342506409, -0.482010155916214, -0.509061872959137, -0.5845179557800293, -0.6365506052970886, -0.6447790265083313, -0.6349316835403442, -0.5917641520500183, -0.5648640990257263, -0.5707229971885681, -0.585334837436676, -0.5876366496086121, -0.5465531945228577, -0.4744279980659485, -0.41068175435066223, -0.37466099858283997, -0.34660768508911133, -0.3237462639808655, -0.2974608838558197, -0.2521650195121765, -0.22219954431056976, -0.18177086114883423, -0.1487882286310196, -0.13139499723911285, -0.10018381476402283, -0.07847020030021667, -0.04910046607255936, -0.006785216741263866, 0.038230400532484055, 0.052349552512168884, 0.01957607828080654, 0.0016849370440468192, -0.015736153349280357, -0.002809797413647175, 0.038625363260507584, 0.09251568466424942, 0.13474394381046295, 0.1265772581100464, 0.1030845195055008, 0.1446496546268463, 0.21083766222000122, 0.25827375054359436, 0.29214122891426086, 0.30020713806152344, 0.2790006697177887, 0.24596348404884338, 0.2080644816160202, 0.1972668617963791, 0.1964241862297058, 0.19599367678165436, 0.22320377826690674, 0.22804677486419678, 0.19647076725959778, 0.1845705509185791, 0.2302578091621399, 0.2873280644416809, 0.3400513231754303, 0.36493176221847534, 0.3652105927467346, 0.35682329535484314, 0.3547188341617584, 0.36373695731163025, 0.3919100761413574, 0.42498472332954407, 0.42408448457717896, 0.4304274022579193, 0.47207120060920715, 0.5389745235443115, 0.62098628282547, 0.6956427097320557, 0.7593939304351807, 0.8124833106994629, 0.8507277965545654, 0.891091525554657, 0.9239623546600342, 0.9447532296180725, 0.9778605103492737, 1.0270142555236816, 1.068602204322815, 1.0740138292312622, 0.9957265257835388, 0.8399741053581238, 0.6737959384918213, 0.5146082639694214, 0.40912094712257385, 0.3585933446884155, 0.30520308017730713, 0.210043802857399, 0.06032348424196243, -0.052615322172641754, -0.10379280149936676, -0.09380148351192474, -0.0876719132065773, -0.1200854480266571, -0.21819093823432922, -0.3678026795387268, -0.4941931962966919, -0.5693641304969788, -0.6112260222434998, -0.6689631938934326, -0.7587867975234985, -0.8580623269081116, -0.9552289247512817, -0.9986299276351929, -0.9764158129692078, -0.9109237194061279, -0.8127559423446655, -0.7461979389190674, -0.7240365147590637, -0.695844829082489, -0.6695103645324707, -0.6257849931716919, -0.5541306734085083, -0.5069465041160583, -0.5016161799430847, -0.5324031710624695, -0.5635355710983276, -0.5697007775306702, -0.576097846031189, -0.5650208592414856, -0.5812250971794128, -0.630526602268219, -0.6647091507911682, -0.6375141739845276, -0.5489739775657654, -0.46284759044647217, -0.3912511467933655, -0.3674366772174835, -0.3532359004020691, -0.3469017446041107, -0.3310563266277313, -0.28975963592529297, -0.23783616721630096, -0.2163127213716507, -0.22113387286663055, -0.22333696484565735, -0.20588816702365875, -0.16444794833660126, -0.11197759956121445, -0.055578846484422684, -0.008691607974469662, 0.030481236055493355, 0.06542852520942688, 0.09751858562231064, 0.10766433924436569, 0.1047389879822731, 0.11914224922657013, 0.12313279509544373, 0.11644813418388367, 0.1051609069108963, 0.0960833951830864, 0.12581534683704376, 0.15922731161117554, 0.18645642697811127, 0.21692043542861938, 0.2236492931842804, 0.2253575474023819, 0.22802619636058807, 0.23247012495994568, 0.23718883097171783, 0.24116356670856476, 0.23646827042102814, 0.22296471893787384, 0.21167317032814026, 0.20071600377559662, 0.2137605994939804, 0.24014076590538025, 0.28356805443763733, 0.3064592480659485, 0.3135834336280823, 0.3189235031604767, 0.3109131455421448, 0.31411421298980713, 0.3270326554775238, 0.35564354062080383, 0.3885903060436249, 0.4027869403362274, 0.4305190145969391, 0.4629734754562378, 0.49607816338539124, 0.5386736392974854, 0.5898337960243225, 0.6430924534797668, 0.7008033990859985, 0.7500671744346619, 0.7835203409194946, 0.8193501234054565, 0.8379112482070923, 0.8625726103782654, 0.9092405438423157, 0.9522585272789001, 0.9868268370628357, 1.0037404298782349, 0.9804430603981018, 0.8769055008888245, 0.7271912097930908, 0.5872611403465271, 0.4911850392818451, 0.4140695333480835, 0.34200233221054077, 0.2559311091899872, 0.11664392054080963, -0.01864933781325817, -0.08452879637479782, -0.08343899250030518, -0.07957576960325241, -0.11075079441070557, -0.17539992928504944, -0.2953396737575531, -0.42166319489479065, -0.5137082934379578, -0.5697011947631836, -0.6225147843360901, -0.6914526224136353, -0.7838241457939148, -0.8606213927268982, -0.9092538356781006, -0.9350697994232178, -0.926790177822113, -0.8940590023994446, -0.8488261699676514, -0.8205012679100037, -0.7896409034729004, -0.7294347286224365, -0.666236162185669, -0.60009765625, -0.5274164080619812, -0.46580198407173157, -0.4892258942127228, -0.5341171622276306, -0.5371212959289551, -0.5193854570388794, -0.5121906399726868, -0.5224524736404419, -0.5360929369926453, -0.5527622699737549, -0.5501354336738586, -0.513288140296936, -0.44297343492507935, -0.37932872772216797, -0.3587225079536438, -0.325920969247818, -0.2904964089393616, -0.299765020608902, -0.29951393604278564, -0.27048295736312866, -0.2410157173871994, -0.23887702822685242, -0.24153536558151245, -0.23991340398788452, -0.21418121457099915, -0.17914029955863953, -0.12371119111776352, -0.058216676115989685, 0.0018012068467214704, 0.020004861056804657, 0.025242140516638756, 0.04553331434726715, 0.05479052662849426, 0.059817638248205185, 0.07562717795372009, 0.0876832902431488, 0.08735533058643341, 0.06867434829473495, 0.06496071070432663, 0.09447361528873444, 0.11694454401731491, 0.12848056852817535, 0.15894891321659088, 0.1840072125196457, 0.18689827620983124, 0.20794662833213806, 0.2583022713661194, 0.2838503420352936, 0.29611465334892273, 0.28663983941078186, 0.26803264021873474, 0.24946151673793793, 0.24225929379463196, 0.23454336822032928, 0.2375899702310562, 0.23927386105060577, 0.22862866520881653, 0.23881308734416962, 0.2551960051059723, 0.27698326110839844, 0.29886677861213684, 0.3267413079738617, 0.37000584602355957, 0.4027276933193207, 0.4237798750400543, 0.45041632652282715, 0.483017235994339, 0.5165248513221741, 0.5590489506721497, 0.5966294407844543, 0.6535395979881287, 0.6906086802482605, 0.7237188816070557, 0.7730512022972107, 0.805843710899353, 0.8333374261856079, 0.888984203338623, 0.9370805621147156, 0.9843145608901978, 1.0151560306549072, 1.0274327993392944, 1.0077828168869019, 0.8727720379829407, 0.6846288442611694, 0.5281209945678711, 0.43655362725257874, 0.3539190888404846, 0.29592689871788025, 0.1844102293252945, 0.03796044737100601, -0.05703171715140343, -0.09545581042766571, -0.11586001515388489, -0.13160023093223572, -0.1857001930475235, -0.2677859365940094, -0.37105950713157654, -0.4557782709598541, -0.50562983751297, -0.5458926558494568, -0.6082877516746521, -0.6944350600242615, -0.7678486108779907, -0.8326302170753479, -0.8564368486404419, -0.8491948246955872, -0.8299765586853027, -0.7781698703765869, -0.751743495464325, -0.7419977188110352, -0.6924635767936707, -0.6244214773178101, -0.5368965268135071, -0.462412029504776, -0.3968243896961212, -0.3652860224246979, -0.39819037914276123, -0.3975149691104889, -0.3703417479991913, -0.3660326302051544, -0.3759927749633789, -0.4292069971561432, -0.47359809279441833, -0.4958497881889343, -0.5018348097801208, -0.47461849451065063, -0.4357290267944336, -0.40547752380371094, -0.39371904730796814, -0.3526937663555145, -0.31213775277137756, -0.31344959139823914, -0.29557478427886963, -0.2635006308555603, -0.2648165822029114, -0.2784343957901001, -0.28963932394981384, -0.2778896689414978, -0.24611735343933105, -0.20936761796474457, -0.16804444789886475, -0.11378446221351624, -0.07288356125354767, -0.05494365468621254, -0.0265809353441, -0.01864440366625786, -0.024697553366422653, -0.013341414742171764, 0.011183359660208225, 0.034898627549409866, 0.039653364568948746, 0.033623095601797104, 0.05511775240302086, 0.07581288367509842, 0.08431942015886307, 0.09528393298387527, 0.11937560886144638, 0.13267219066619873, 0.13240143656730652, 0.13020361959934235, 0.13850826025009155, 0.1690351516008377, 0.18910400569438934, 0.20487698912620544, 0.217629075050354, 0.20384909212589264, 0.19038015604019165, 0.19939349591732025, 0.2135017067193985, 0.2260311245918274, 0.2457762509584427, 0.24692711234092712, 0.22913509607315063, 0.22547835111618042, 0.22563649713993073, 0.26828017830848694, 0.34087327122688293, 0.385499507188797, 0.4251832664012909, 0.44501033425331116, 0.4527127742767334, 0.49887269735336304, 0.5470101237297058, 0.603354275226593, 0.6503656506538391, 0.6640545725822449, 0.6996912956237793, 0.7628656625747681, 0.7998106479644775, 0.832311749458313, 0.8711978793144226, 0.908187210559845, 0.9562715888023376, 0.9993939399719238, 1.01166570186615, 1.0046381950378418, 0.9341384172439575, 0.7967827916145325, 0.663428783416748, 0.552321195602417, 0.4518878161907196, 0.3631902039051056, 0.27838727831840515, 0.1309114247560501, -0.04323121905326843, -0.13836772739887238, -0.1864611655473709, -0.20288050174713135, -0.1902935802936554, -0.19952529668807983, -0.2649685740470886, -0.3833160996437073, -0.4827902019023895, -0.5205180644989014, -0.517787516117096, -0.5548936128616333, -0.6319037675857544, -0.7034811973571777, -0.7738300561904907, -0.8013299107551575, -0.8168463706970215, -0.8087826371192932, -0.7840127944946289, -0.7747693061828613, -0.7306027412414551, -0.6651685833930969, -0.6216352581977844, -0.5595071911811829, -0.46394839882850647, -0.36357253789901733, -0.31693145632743835, -0.3185040354728699, -0.2833535373210907, -0.2613932192325592, -0.24899239838123322, -0.25699934363365173, -0.2957381308078766, -0.36058202385902405, -0.4260144531726837, -0.4458045959472656, -0.4159345328807831, -0.37704870104789734, -0.377940833568573, -0.37240007519721985, -0.349164217710495, -0.3269628882408142, -0.29146334528923035, -0.24891655147075653, -0.21035636961460114, -0.2106080800294876, -0.2224903404712677, -0.22368203103542328, -0.2408989518880844, -0.244300976395607, -0.2501515746116638, -0.2178642302751541, -0.17335963249206543, -0.14449234306812286, -0.13776658475399017, -0.12334078550338745, -0.10581627488136292, -0.06036484241485596, -0.000996473478153348, 0.02827569656074047, 0.025545204058289528, 0.002541027497500181, 0.005248446017503738, 0.029595954343676567, 0.02815534733235836, 0.02226550690829754, 0.011677130125463009, 0.00899888202548027, 0.033062465488910675, 0.06537912786006927, 0.08977434784173965, 0.10247360914945602, 0.10429227352142334, 0.10936294496059418, 0.1369137316942215, 0.1379120796918869, 0.13437385857105255, 0.14282816648483276, 0.14592458307743073, 0.14597609639167786, 0.13595415651798248, 0.12733149528503418, 0.10626886785030365, 0.11025337874889374, 0.1413440853357315, 0.1960102617740631, 0.25881361961364746, 0.288386732339859, 0.3070991039276123, 0.35394081473350525, 0.41149890422821045, 0.46692347526550293, 0.5185085535049438, 0.5494874715805054, 0.5885745882987976, 0.6295529007911682, 0.663140594959259, 0.7098524570465088, 0.7505993247032166, 0.7987174987792969, 0.8569258451461792, 0.924479067325592, 0.9782971143722534, 1.0345441102981567, 1.0595942735671997, 1.068568468093872, 1.0705199241638184, 1.0456280708312988, 0.948336660861969, 0.8041983246803284, 0.6539809107780457, 0.5334347486495972, 0.4396008551120758, 0.33012232184410095, 0.18939033150672913, 0.010606685653328896, -0.13545195758342743, -0.22736091911792755, -0.2607996463775635, -0.2756090462207794, -0.2954367399215698, -0.32410815358161926, -0.37824687361717224, -0.4634437561035156, -0.5268195271492004, -0.5567276477813721, -0.5336008667945862, -0.5455862879753113, -0.6153883934020996, -0.6779327988624573, -0.7498633861541748, -0.7768574953079224, -0.7466087937355042, -0.6967915892601013, -0.6484828591346741, -0.6382297277450562, -0.6411938071250916, -0.5974535346031189, -0.5175425410270691, -0.42668530344963074, -0.3225501775741577, -0.22533512115478516, -0.1940329372882843, -0.18563129007816315, -0.1779719740152359, -0.15943166613578796, -0.13420160114765167, -0.12277580052614212, -0.12917718291282654, -0.17627179622650146, -0.2658042907714844, -0.33737805485725403, -0.3620000183582306, -0.3418937027454376, -0.3320441246032715, -0.3732149600982666, -0.3957752585411072, -0.4237169325351715, -0.4564921259880066, -0.4445802569389343, -0.4422573149204254, -0.4245673418045044, -0.43285301327705383, -0.44817471504211426, -0.3873749375343323, -0.3039761781692505, -0.25805309414863586, -0.20086100697517395, -0.166143000125885, -0.15466822683811188, -0.14786282181739807, -0.13523870706558228, -0.08187847584486008, -0.039904385805130005, 0.014504936523735523, 0.0590270534157753, 0.08210889995098114, 0.059040118008852005, 0.04454585537314415, 0.0618114210665226, 0.0807100459933281, 0.0712946355342865, 0.04933246597647667, 0.04079882800579071, 0.02032804861664772, -0.0061820088885724545, -0.009078769013285637, 0.017002398148179054, 0.040183767676353455, 0.030839815735816956, 0.025441445410251617, 0.03977490961551666, 0.05659323185682297, 0.05233602598309517, 0.04696164280176163, 0.0460536889731884, 0.06108364835381508, 0.06799168139696121, 0.08527060598134995, 0.12350120395421982, 0.16141299903392792, 0.19944383203983307, 0.2556731402873993, 0.3153831362724304, 0.35853371024131775, 0.4027833044528961, 0.47550201416015625, 0.5482193231582642, 0.577054500579834, 0.6061137318611145, 0.6544080376625061, 0.6854829788208008, 0.7140560150146484, 0.745086669921875, 0.7669369578361511, 0.8100489974021912, 0.849571704864502, 0.8979010581970215, 0.9610086679458618, 1.0091310739517212, 1.0603444576263428, 1.1178085803985596, 1.1763837337493896, 1.199066162109375, 1.1407579183578491, 0.9947664737701416, 0.7919228076934814, 0.5643540024757385, 0.3591843247413635, 0.19053198397159576, 0.008064698427915573, -0.14921577274799347, -0.337341845035553, -0.5049998760223389, -0.6190621256828308, -0.661612331867218, -0.6666216254234314, -0.671678900718689, -0.6776992678642273, -0.7149086594581604, -0.7479826807975769, -0.7277451157569885, -0.6595054864883423, -0.5713545680046082, -0.47672519087791443, -0.4302108585834503, -0.4159480631351471, -0.4095990061759949, -0.38525429368019104, -0.34121212363243103, -0.29858431220054626, -0.29130807518959045, -0.30713751912117004, -0.3108087480068207, -0.2806037664413452, -0.2206847071647644, -0.1714257150888443, -0.10684970766305923, -0.045832812786102295, -0.00608242629095912, -0.008812066167593002, -0.007411106955260038, 0.015620230697095394, 0.01580851525068283, -0.030994445085525513, -0.10981009900569916, -0.20131531357765198, -0.27281633019447327, -0.3330039083957672, -0.39397016167640686, -0.42368873953819275, -0.47806549072265625, -0.564482569694519, -0.6301754117012024, -0.6807734370231628, -0.7259863018989563, -0.7049016952514648, -0.6689402461051941, -0.638369083404541, -0.623210072517395, -0.5777427554130554, -0.48684847354888916, -0.36687153577804565, -0.24923527240753174, -0.1463446468114853, -0.0437045693397522, 0.047507550567388535, 0.10387354344129562, 0.13285140693187714, 0.1707250028848648, 0.19523808360099792, 0.2113533765077591, 0.20413628220558167, 0.1832212656736374, 0.15236082673072815, 0.1327408403158188, 0.117950439453125, 0.10359732061624527, 0.0713847279548645, 0.020581616088747978, -0.017726119607686996, -0.07015705108642578, -0.1398516148328781, -0.181886225938797, -0.19582770764827728, -0.19452093541622162, -0.19273589551448822, -0.20498862862586975, -0.19913198053836823, -0.17479202151298523, -0.14905396103858948, -0.12292937934398651, -0.09593629837036133, -0.061750225722789764, -0.030194692313671112, 0.008073704317212105, 0.040317948907613754, 0.0889551118016243, 0.13850510120391846, 0.21069228649139404, 0.2964777648448944, 0.35533612966537476, 0.4167408347129822, 0.49055054783821106, 0.6097566485404968, 0.6817213296890259, 0.7188526391983032, 0.7426250576972961, 0.7494797110557556, 0.7549353241920471, 0.7562816143035889, 0.7706826329231262, 0.7994007468223572, 0.8346685767173767, 0.8614944815635681, 0.8719127178192139, 0.882766842842102, 0.9358595609664917, 0.9849545359611511, 1.0522798299789429, 1.122735857963562, 1.1949212551116943, 1.2530879974365234, 1.2403331995010376, 1.0646378993988037, 0.7435005307197571, 0.3588448464870453, 0.026469631120562553, -0.2590429484844208, -0.5399007201194763, -0.7777199149131775, -1.0134546756744385, -1.1704580783843994, -1.2462631464004517, -1.2214139699935913, -1.1422834396362305, -1.040452003479004, -0.9415398836135864, -0.8410452008247375, -0.7270269989967346, -0.5540888905525208, -0.34458568692207336, -0.14378580451011658, 0.02650594711303711, 0.09936962276697159, 0.1546861231327057, 0.21631047129631042, 0.2897225320339203, 0.34545719623565674, 0.372307151556015, 0.3261464238166809, 0.2132670134305954, 0.12322673201560974, 0.06486077606678009, 0.07832632958889008, 0.08883973956108093, 0.04864484816789627, -0.017000872641801834, -0.09771443903446198, -0.18973809480667114, -0.25358515977859497, -0.3021501302719116, -0.39687150716781616, -0.5143557190895081, -0.6414588093757629, -0.7535348534584045, -0.8109549880027771, -0.8217188715934753, -0.7902634143829346, -0.7354843616485596, -0.7158772945404053, -0.689214289188385, -0.5884170532226562, -0.4646485149860382, -0.35523054003715515, -0.2588103711605072, -0.19157269597053528, -0.16451407968997955, -0.13743504881858826, -0.08499603718519211, -0.021593889221549034, 0.0482763946056366, 0.11001895368099213, 0.13553999364376068, 0.16757343709468842, 0.18624980747699738, 0.1795407384634018, 0.17448781430721283, 0.17252105474472046, 0.11474736779928207, 0.022127846255898476, -0.08853462338447571, -0.18471653759479523, -0.27627405524253845, -0.3521154224872589, -0.41605937480926514, -0.4561960697174072, -0.4896376132965088, -0.4945090115070343, -0.4424281120300293, -0.39043307304382324, -0.33573731780052185, -0.2608809471130371, -0.19227150082588196, -0.1405661702156067, -0.11212204396724701, -0.07604564726352692, -0.03498519957065582, -0.021838609129190445, -0.019225919619202614, -0.008179518394172192, 0.04526843875646591, 0.08728788048028946, 0.13369572162628174, 0.19146913290023804, 0.24507397413253784, 0.31720367074012756, 0.3991025686264038, 0.46487125754356384, 0.49958235025405884, 0.5100889205932617, 0.4996470808982849, 0.4981817603111267, 0.5093415975570679, 0.5108546018600464, 0.529808521270752, 0.5565882921218872, 0.594333827495575, 0.6315430402755737, 0.6569685935974121, 0.6988711357116699, 0.7443885207176208, 0.7775465846061707, 0.8049325346946716, 0.8386124968528748, 0.8793763518333435, 0.9190968871116638, 0.980329692363739, 1.0639020204544067, 1.159611701965332, 1.2593563795089722, 1.3782343864440918, 1.4579167366027832, 1.3525573015213013, 1.02379310131073, 0.5588006973266602, 0.06774964928627014, -0.3520232141017914, -0.7321114540100098, -1.1218461990356445, -1.4791699647903442, -1.7645626068115234, -1.8710182905197144, -1.743041753768921, -1.4578642845153809, -1.16807222366333, -0.8789153695106506, -0.5501634478569031, -0.2740631103515625, -0.03731359541416168, 0.20918159186840057, 0.3955379128456116, 0.4848628640174866, 0.47047942876815796, 0.39082130789756775, 0.3407365679740906, 0.3704158067703247, 0.4348764717578888, 0.4978843033313751, 0.4991331100463867, 0.4192049205303192, 0.34336283802986145, 0.30711859464645386, 0.2703808844089508, 0.20197153091430664, 0.025487201288342476, -0.26340702176094055, -0.5572936534881592, -0.8075453639030457, -1.0055718421936035, -1.1070412397384644, -1.2006044387817383, -1.3068134784698486, -1.3227325677871704, -1.2307202816009521, -1.0288218259811401, -0.7573975324630737, -0.503168523311615, -0.3002159297466278, -0.10515501350164413, 0.04876250401139259, 0.1518230140209198, 0.22432683408260345, 0.24940377473831177, 0.21879297494888306, 0.153411865234375, 0.0935804471373558, 0.022611835971474648, -0.013391418382525444, 0.002239450579509139, 0.03593272343277931, 0.08136847615242004, 0.10287687927484512, 0.10256191343069077, 0.09419766813516617, 0.047481466084718704, -0.06304117292165756, -0.2062915861606598, -0.3685566782951355, -0.5348852276802063, -0.6753596663475037, -0.7403120994567871, -0.7442245483398438, -0.7055512070655823, -0.6156384348869324, -0.4976881742477417, -0.36023494601249695, -0.20857273042201996, -0.0629102885723114, 0.040651835501194, 0.09115283191204071, 0.1133013516664505, 0.13309821486473083, 0.1493767648935318, 0.13452863693237305, 0.0885763093829155, 0.032348062843084335, 0.02792421169579029, 0.0772288516163826, 0.1495661586523056, 0.21220539510250092, 0.22633934020996094, 0.2248355597257614, 0.21390318870544434, 0.19706794619560242, 0.17526951432228088, 0.14099834859371185, 0.10908102989196777, 0.08272813260555267, 0.05397898703813553, 0.01859183982014656, 0.03865925967693329, 0.09240354597568512, 0.203080952167511, 0.3383192718029022, 0.4716457426548004, 0.5594920516014099, 0.6240551471710205, 0.6849871873855591, 0.7441526055335999, 0.7732097506523132, 0.7802392244338989, 0.7574211359024048, 0.7494487762451172, 0.7586538791656494, 0.7834690809249878, 0.823067307472229, 0.8954865336418152, 0.9735946655273438, 1.0789161920547485, 1.1956373453140259, 1.2901887893676758, 1.383753776550293, 1.438600778579712, 1.257845401763916, 0.8304723501205444, 0.24998004734516144, -0.3442552387714386, -0.7960243821144104, -1.1378867626190186, -1.4565750360488892, -1.7032297849655151, -1.8099333047866821, -1.7208197116851807, -1.3585143089294434, -0.868449330329895, -0.4549066424369812, -0.14407381415367126, 0.12577654421329498, 0.29080331325531006, 0.40649929642677307, 0.46255776286125183, 0.42186787724494934, 0.3426186740398407, 0.2505764365196228, 0.1457817107439041, 0.15228910744190216, 0.29744163155555725, 0.4803387522697449, 0.6715026497840881, 0.7598857283592224, 0.6485910415649414, 0.4723813831806183, 0.30769404768943787, 0.06100594252347946, -0.27523836493492126, -0.710654079914093, -1.1932827234268188, -1.5138002634048462, -1.6138617992401123, -1.562657117843628, -1.397196650505066, -1.1795858144760132, -0.955125629901886, -0.6641504168510437, -0.32875797152519226, -0.04364842548966408, 0.18727298080921173, 0.2760040760040283, 0.19040271639823914, 0.0832449346780777, -0.021504240110516548, -0.1395781934261322, -0.19531556963920593, -0.19083908200263977, -0.1890692412853241, -0.14689093828201294, -0.04789232462644577, 0.04408496990799904, 0.1503690481185913, 0.20175616443157196, 0.15441562235355377, 0.056790586560964584, -0.1042565405368805, -0.28576231002807617, -0.4030100107192993, -0.5216612219810486, -0.6582891941070557, -0.7026538848876953, -0.6845294833183289, -0.6008896827697754, -0.43841078877449036, -0.25399309396743774, -0.08999267220497131, 0.028721148148179054, 0.07350639253854752, 0.10890155285596848, 0.15030360221862793, 0.131601482629776, 0.08058875054121017, 0.022569924592971802, -0.05902424454689026, -0.09427095949649811, -0.07553348690271378, -0.0202033594250679, 0.045052241533994675, 0.09015100449323654, 0.10585813969373703, 0.10980052500963211, 0.09394307434558868, 0.05424532666802406, 0.023199893534183502, -0.0647001788020134, -0.1947575807571411, -0.28301483392715454, -0.3032853901386261, -0.24814583361148834, -0.13181845843791962, -0.0014862952521070838, 0.1249988004565239, 0.22203336656093597, 0.31035110354423523, 0.41545259952545166, 0.5237752199172974, 0.5873594880104065, 0.5899370312690735, 0.5768517851829529, 0.568162739276886, 0.5588029623031616, 0.5740572214126587, 0.584256112575531, 0.5861358046531677, 0.6265630125999451, 0.6792574524879456, 0.7156800627708435, 0.7558386325836182, 0.7856729626655579, 0.8731338977813721, 0.9299948811531067, 1.0223108530044556, 1.1084798574447632, 1.1451177597045898, 1.1837985515594482, 1.2138190269470215, 1.1974848508834839, 0.9369219541549683, 0.4707472026348114, -0.07991423457860947, -0.5506432056427002, -0.8600894212722778, -1.0795280933380127, -1.2585586309432983, -1.3814626932144165, -1.3456982374191284, -1.1274691820144653, -0.7126212120056152, -0.3090738356113434, -0.022565407678484917, 0.11102753132581711, 0.1961311548948288, 0.22546659409999847, 0.22086647152900696, 0.1978248804807663, 0.13700877130031586, 0.07998296618461609, 0.09306232631206512, 0.15447871387004852, 0.28733617067337036, 0.5052993893623352, 0.6989387273788452, 0.817936360836029, 0.7644175291061401, 0.5074192881584167, 0.1789667010307312, -0.13421817123889923, -0.4568219780921936, -0.812304675579071, -1.1686722040176392, -1.440222144126892, -1.493964672088623, -1.3111343383789062, -1.0023561716079712, -0.7092081904411316, -0.46213963627815247, -0.2569359838962555, -0.09359116107225418, 0.05604536458849907, 0.08668624609708786, 0.012223619036376476, -0.11689631640911102, -0.26692694425582886, -0.32178816199302673, -0.3115171492099762, -0.2555374205112457, -0.18847890198230743, -0.0846366137266159, 0.022164236754179, 0.09156516939401627, 0.1298913210630417, 0.12201244384050369, 0.036675628274679184, -0.1434272825717926, -0.3216542899608612, -0.49176210165023804, -0.581481397151947, -0.6101410388946533, -0.6132021546363831, -0.580554187297821, -0.5199310779571533, -0.4131840765476227, -0.2772584557533264, -0.13728946447372437, -0.04647016525268555, -0.011058536358177662, -0.01968248561024666, -0.063812255859375, -0.08340515941381454, -0.05341683328151703, -0.026243967935442924, -0.01953074149787426, 0.0020332192070782185, 0.020101195201277733, 0.0682794600725174, 0.11157602816820145, 0.12749823927879333, 0.1362515687942505, 0.10084503889083862, 0.008786260150372982, -0.0769120454788208, -0.12770205736160278, -0.1765030175447464, -0.2247929871082306, -0.2365100085735321, -0.22531133890151978, -0.20083537697792053, -0.14559371769428253, -0.0929788202047348, -0.026981260627508163, 0.059248339384794235, 0.11462697386741638, 0.17916923761367798, 0.2333175092935562, 0.2792320251464844, 0.33232706785202026, 0.38951319456100464, 0.42896682024002075, 0.46932193636894226, 0.5368749499320984, 0.587539553642273, 0.6204570531845093, 0.6552293300628662, 0.6674407124519348, 0.6410224437713623, 0.5981901288032532, 0.5883269309997559, 0.6018255949020386, 0.6259981989860535, 0.6661723256111145, 0.700731098651886, 0.764556348323822, 0.8571151494979858, 0.9348340034484863, 0.9794741272926331, 1.0112003087997437, 0.9997839331626892, 0.9951785802841187, 0.9301946759223938, 0.6675418019294739, 0.283272922039032, -0.20335251092910767, -0.5884634852409363, -0.84995037317276, -0.9755082130432129, -1.0286118984222412, -1.0502043962478638, -0.9687294363975525, -0.7587851285934448, -0.41606631875038147, -0.12976859509944916, 0.047227777540683746, 0.10666567832231522, 0.12349150329828262, 0.1091701090335846, 0.12545444071292877, 0.10770274698734283, 0.12548322975635529, 0.16921517252922058, 0.22518709301948547, 0.34486642479896545, 0.4863363206386566, 0.6362895369529724, 0.7404084205627441, 0.719711184501648, 0.5147314667701721, 0.19158118963241577, -0.1781805008649826, -0.5058016180992126, -0.7675425410270691, -0.9972622990608215, -1.1812289953231812, -1.2392749786376953, -1.1223102807998657, -0.8862847685813904, -0.5824992656707764, -0.35452377796173096, -0.22081570327281952, -0.1464093178510666, -0.10448495298624039, -0.0980193018913269, -0.1354617327451706, -0.22711896896362305, -0.31361356377601624, -0.3347485661506653, -0.2613239884376526, -0.1310548484325409, 0.00944931898266077, 0.11376859992742538, 0.1897604614496231, 0.22083865106105804, 0.15546652674674988, 0.012129667215049267, -0.18534012138843536, -0.4421166777610779, -0.6743377447128296, -0.7938475608825684, -0.8501654863357544, -0.7765291929244995, -0.6630160808563232, -0.5045245885848999, -0.33227959275245667, -0.18885083496570587, -0.08822111040353775, -0.029378021135926247, -0.05720996484160423, -0.14938798546791077, -0.22639842331409454, -0.27468574047088623, -0.290531188249588, -0.22309242188930511, -0.11558917164802551, 0.0031823888421058655, 0.15747863054275513, 0.27051880955696106, 0.3344811201095581, 0.35332855582237244, 0.25720304250717163, 0.10439169406890869, -0.04853227734565735, -0.23178653419017792, -0.36040329933166504, -0.40337491035461426, -0.4121537506580353, -0.3633394241333008, -0.2788203954696655, -0.17411912977695465, -0.012853644788265228, 0.12408677488565445, 0.18051591515541077, 0.20753420889377594, 0.16874177753925323, 0.11718405038118362, 0.11088406294584274, 0.11871618777513504, 0.1378384530544281, 0.2210022360086441, 0.3428073525428772, 0.45171594619750977, 0.5537036657333374, 0.626738965511322, 0.6721696853637695, 0.6912275552749634, 0.6718032360076904, 0.6013150811195374, 0.5392958521842957, 0.48413464426994324, 0.4384496808052063, 0.45235294103622437, 0.5266921520233154, 0.5941520929336548, 0.6685108542442322, 0.7389096617698669, 0.7947583794593811, 0.8453462719917297, 0.8451213836669922, 0.7968741059303284, 0.7491068243980408, 0.6878337264060974, 0.6452953815460205, 0.6453059911727905, 0.5621177554130554, 0.397065669298172, 0.21950934827327728, -0.03138056397438049, -0.288796067237854, -0.4369629919528961, -0.5909596085548401, -0.6665777564048767, -0.741965651512146, -0.7758071422576904, -0.6956784129142761, -0.5246762037277222, -0.3575648069381714, -0.22722162306308746, -0.1034417375922203, -0.06072160229086876, 0.005184793379157782, 0.10520215332508087, 0.1591922640800476, 0.18137627840042114, 0.22229771316051483, 0.2154659926891327, 0.2729009687900543, 0.3942027986049652, 0.45317813754081726, 0.5049412846565247, 0.4629722237586975, 0.29577890038490295, 0.0936727300286293, -0.13056249916553497, -0.4139191508293152, -0.6167535781860352, -0.7840718626976013, -0.94176185131073, -1.0094059705734253, -0.9576441049575806, -0.8239579200744629, -0.608418881893158, -0.40329235792160034, -0.29999104142189026, -0.20553205907344818, -0.1600608229637146, -0.14365577697753906, -0.1198827475309372, -0.14910699427127838, -0.2350158989429474, -0.24459810554981232, -0.18612568080425262, -0.1061973124742508, 0.02039341628551483, 0.07307987660169601, 0.04972612112760544, 0.014471512287855148, -0.05337518826127052, -0.1457444131374359, -0.24163833260536194, -0.3652288019657135, -0.47752371430397034, -0.5449157357215881, -0.5608451962471008, -0.5303888916969299, -0.4288140833377838, -0.31704121828079224, -0.2268979698419571, -0.13877901434898376, -0.1282653659582138, -0.1319495290517807, -0.11993398517370224, -0.13328395783901215, -0.12366198003292084, -0.10758332908153534, -0.083576500415802, -0.01704050414264202, 0.07276834547519684, 0.14845062792301178, 0.20088942348957062, 0.209234356880188, 0.16476285457611084, 0.09375220537185669, 0.018458928912878036, -0.07634396851062775, -0.18425890803337097, -0.28175097703933716, -0.330600380897522, -0.3176931142807007, -0.2703617811203003, -0.19976799190044403, -0.09856299310922623, -0.026518864557147026, 0.029280947521328926, 0.06389152258634567, 0.048059623688459396, 0.021795697510242462, 0.002854759804904461, -0.0012265684781596065, 0.030170563608407974, 0.09821814298629761, 0.1656087040901184, 0.24564620852470398, 0.35199254751205444, 0.4306503236293793, 0.5030826330184937, 0.5433023571968079, 0.5529565811157227, 0.5424813628196716, 0.5092110633850098, 0.4621167778968811, 0.4011121094226837, 0.3679235577583313, 0.3640630543231964, 0.3828420639038086, 0.41422709822654724, 0.46646302938461304, 0.4818781316280365, 0.5155484080314636, 0.5472620725631714, 0.5644568800926208, 0.5824453234672546, 0.5494818687438965, 0.5155553817749023, 0.47878724336624146, 0.4448246657848358, 0.42357996106147766, 0.4100083112716675, 0.39527425169944763, 0.3219248950481415, 0.24433086812496185, 0.19301636517047882, 0.14242644608020782, 0.03746739774942398, -0.17061130702495575, -0.30571261048316956, -0.4177771806716919, -0.44066667556762695, -0.38449418544769287, -0.35397860407829285, -0.30541643500328064, -0.24707640707492828, -0.12902231514453888, 0.0006804202566854656, 0.08745450526475906, 0.1002805233001709, 0.087752565741539, 0.11186157166957855, 0.1372162401676178, 0.1611151099205017, 0.20715558528900146, 0.22527238726615906, 0.23085029423236847, 0.2726101875305176, 0.24339890480041504, 0.16271254420280457, 0.057419970631599426, -0.08128231763839722, -0.23269274830818176, -0.41080331802368164, -0.5796688795089722, -0.6590898036956787, -0.6650817394256592, -0.638908863067627, -0.5764452815055847, -0.4913456439971924, -0.41364261507987976, -0.32106348872184753, -0.21133540570735931, -0.18028371036052704, -0.17981834709644318, -0.21186563372612, -0.24876612424850464, -0.23957939445972443, -0.21041607856750488, -0.18088825047016144, -0.14465577900409698, -0.14376211166381836, -0.1616680771112442, -0.16470248997211456, -0.14692971110343933, -0.17439518868923187, -0.22459912300109863, -0.28469377756118774, -0.37838342785835266, -0.4132564961910248, -0.4114868938922882, -0.3776496350765228, -0.3173506557941437, -0.24983878433704376, -0.1941022127866745, -0.13832852244377136, -0.07673095166683197, -0.043300192803144455, -0.03993966430425644, -0.06798630952835083, -0.11111896485090256, -0.11620273441076279, -0.0880022943019867, -0.06614070385694504, -0.017442218959331512, 0.041744425892829895, 0.08120009303092957, 0.08134903758764267, 0.05865082889795303, 0.04292136803269386, -0.0019721747376024723, -0.058277200907468796, -0.13784967362880707, -0.1948874145746231, -0.22800809144973755, -0.235592782497406, -0.2037988007068634, -0.1719590425491333, -0.1290036290884018, -0.09856607764959335, -0.07095622271299362, -0.04316616803407669, -0.027125312015414238, -0.01657288335263729, -0.012113557197153568, 0.009850471280515194, 0.04673512652516365, 0.0957842469215393, 0.1494572013616562, 0.20239898562431335, 0.2597726583480835, 0.33284446597099304, 0.3763364851474762, 0.42049890756607056, 0.4673134982585907, 0.47819334268569946, 0.48500555753707886, 0.4586493968963623, 0.4357897937297821, 0.4148048460483551, 0.40196678042411804, 0.401518315076828, 0.41663774847984314, 0.431506484746933, 0.43895262479782104, 0.4498870074748993, 0.4446606934070587, 0.4360376000404358, 0.43658578395843506, 0.3963617980480194, 0.33967891335487366, 0.3154970109462738, 0.29552599787712097, 0.2946763336658478, 0.2896201014518738, 0.2877804934978485, 0.3079547882080078, 0.30317020416259766, 0.25057899951934814, 0.19990646839141846, 0.13539887964725494, 0.07842104882001877, 0.0005452127079479396, -0.09885096549987793, -0.16912521421909332, -0.20268084108829498, -0.19481539726257324, -0.1571524292230606, -0.11191169917583466, -0.10114207863807678, -0.07611529529094696, -0.04736869037151337, -0.03311191871762276, -0.03884487226605415, -0.05054207891225815, -0.0744345411658287, -0.09129060059785843, -0.08114255219697952, -0.054685819894075394, -0.002582852030172944, 0.050143394619226456, 0.08884715288877487, 0.10173660516738892, 0.06797658652067184, -0.00884573720395565, -0.07651026546955109, -0.14946547150611877, -0.23519550263881683, -0.3214936852455139, -0.39576923847198486, -0.42073798179626465, -0.4076008200645447, -0.36357516050338745, -0.3020135164260864, -0.24439701437950134, -0.20749938488006592, -0.18326804041862488, -0.1986154317855835, -0.25700780749320984, -0.3078759014606476, -0.3468146026134491, -0.4030705988407135, -0.39216265082359314, -0.3632528781890869, -0.30299749970436096, -0.23972183465957642, -0.1942570060491562, -0.14582109451293945, -0.13117322325706482, -0.16317827999591827, -0.1900492012500763, -0.22144320607185364, -0.2740998864173889, -0.30728378891944885, -0.2902667224407196, -0.24800923466682434, -0.17137542366981506, -0.08372458815574646, -0.004890885669738054, 0.03282378986477852, 0.05108388885855675, 0.037170395255088806, 0.0036738861817866564, -0.05089433863759041, -0.10167738795280457, -0.12714487314224243, -0.12087199836969376, -0.11470083147287369, -0.08321326225996017, -0.01914031058549881, 0.0290604829788208, 0.04669152945280075, 0.05735185369849205, 0.060931093990802765, 0.023750053718686104, -0.021493693813681602, -0.06735469400882721, -0.09146568924188614, -0.10438302904367447, -0.1286071091890335, -0.10453242063522339, -0.052751682698726654, -0.0037803405430167913, 0.07102863490581512, 0.11874552071094513, 0.12399786710739136, 0.1265982687473297, 0.12016098946332932, 0.09623687714338303, 0.07662030309438705, 0.09427084028720856, 0.11397576332092285, 0.1541687399148941, 0.2117479294538498, 0.27433979511260986, 0.33267441391944885, 0.3782041668891907, 0.38675475120544434, 0.3876960575580597, 0.37642911076545715, 0.3329463303089142, 0.29999804496765137, 0.29256826639175415, 0.2808343470096588, 0.29341623187065125, 0.3225327432155609, 0.34570232033729553, 0.35623443126678467, 0.3652951121330261, 0.3510875403881073, 0.310421884059906, 0.2708679735660553, 0.23541955649852753, 0.2061726152896881, 0.1691073328256607, 0.1390143185853958, 0.13546904921531677, 0.12850582599639893, 0.13186141848564148, 0.14916057884693146, 0.13576337695121765, 0.09291371703147888, 0.05237926170229912, 0.020992152392864227, 0.011685705743730068, 0.016993509605526924, 0.017460327595472336, 0.019290806725621223, 0.0232526957988739, 0.03716488555073738, 0.06260757148265839, 0.0847110003232956, 0.07662436366081238, 0.04986998438835144, 0.005999046377837658, -0.04183810576796532, -0.07271431386470795, -0.08830952644348145, -0.10144165903329849, -0.11417548358440399, -0.11917220801115036, -0.1239691972732544, -0.10702911764383316, -0.0963037833571434, -0.09940961003303528, -0.11399294435977936, -0.15804828703403473, -0.19804677367210388, -0.21954742074012756, -0.24294063448905945, -0.25302359461784363, -0.26258647441864014, -0.25759026408195496, -0.2391303926706314, -0.2046196311712265, -0.1590694934129715, -0.14188115298748016, -0.13965238630771637, -0.15798956155776978, -0.1756594330072403, -0.18798339366912842, -0.19375811517238617, -0.19933012127876282, -0.20029844343662262, -0.21065150201320648, -0.21813224256038666, -0.2258969098329544, -0.23800042271614075, -0.24174253642559052, -0.2620350420475006, -0.2912004888057709, -0.31384018063545227, -0.3130345046520233, -0.2959766387939453, -0.26090919971466064, -0.21213018894195557, -0.16379442811012268, -0.12335991114377975, -0.07429514080286026, -0.03310728445649147, -0.012881153263151646, 0.001821452402509749, 0.004392067901790142, -0.004183044657111168, 0.00035075616324320436, 0.00355007266625762, 0.01390049234032631, 0.030728314071893692, 0.045180004090070724, 0.06583201885223389, 0.0779246911406517, 0.06391225755214691, 0.043434564024209976, 0.02215477265417576, -0.005986455827951431, 0.002000596607103944, 0.026951806619763374, 0.03415622562170029, 0.04239150881767273, 0.04997461289167404, 0.05975807458162308, 0.076913021504879, 0.08189260959625244, 0.08158113807439804, 0.07860158383846283, 0.06755650788545609, 0.08764892816543579, 0.10514463484287262, 0.08915379643440247, 0.08833806961774826, 0.0997902899980545, 0.12186426669359207, 0.15800975263118744, 0.1688174158334732, 0.1676008105278015, 0.17610932886600494, 0.18078768253326416, 0.1956654191017151, 0.19528229534626007, 0.1889221966266632, 0.19143156707286835, 0.22138692438602448, 0.24159181118011475, 0.24722245335578918, 0.22955915331840515, 0.2064228504896164, 0.20929375290870667, 0.20730215311050415, 0.19085578620433807, 0.1796792596578598, 0.15774953365325928, 0.1418551653623581, 0.13677047193050385, 0.14152801036834717, 0.14234822988510132, 0.1262722909450531, 0.10606849193572998, 0.0765267089009285, 0.035785574465990067, 0.004190145991742611, -0.016127489507198334, -0.03185318410396576, -0.041511960327625275, -0.04452820494771004, -0.041272249072790146, -0.028406266123056412, 0.006426168140023947, 0.05026376247406006, 0.09584435075521469, 0.12886305153369904, 0.12362625449895859, 0.10613358020782471, 0.08112244307994843, 0.039542295038700104, -0.013314944691956043, -0.064809650182724, -0.10003288835287094, -0.11840963363647461, -0.14426641166210175, -0.13479042053222656, -0.11505340039730072, -0.10377217829227448, -0.09740427136421204, -0.1051054447889328, -0.10500326752662659, -0.10936323553323746, -0.10456094145774841, -0.1061210036277771, -0.1076933816075325, -0.11615347862243652, -0.12081432342529297, -0.1317741572856903, -0.1354352980852127, -0.14830683171749115, -0.15388815104961395, -0.13569040596485138, -0.12783247232437134, -0.11828412860631943, -0.11876170337200165, -0.12398257106542587, -0.11390312761068344, -0.10834739357233047, -0.09365314990282059, -0.08352328836917877, -0.08132510632276535, -0.07930345088243484, -0.0845380574464798, -0.1114618182182312, -0.12709349393844604, -0.12497560679912567, -0.1318715363740921, -0.1396644115447998, -0.13523240387439728, -0.16809070110321045, -0.17763671278953552, -0.16607120633125305, -0.13670215010643005, -0.09570714831352234, -0.06656589359045029, -0.03934097662568092, -0.021577004343271255, 0.0006783404387533665, 0.021701861172914505, 0.038253482431173325, 0.04653389751911163, 0.04742766171693802, 0.04433617740869522, 0.060743074864149094, 0.07378418743610382, 0.07580766826868057, 0.0849645584821701, 0.07138408720493317, 0.050853222608566284, 0.06126225367188454, 0.05804863199591637, 0.05606202408671379, 0.05217045545578003, 0.051665909588336945, 0.04810960963368416, 0.020926689729094505, 0.010696372017264366, -0.0034560570493340492, -0.005660980008542538, 0.013434800319373608, 0.033036161214113235, 0.02774634025990963, 0.023421557620167732, 0.04052901268005371, 0.06430784612894058, 0.09810928255319595, 0.12549419701099396, 0.13265399634838104, 0.12554365396499634, 0.1277986764907837, 0.12674039602279663, 0.11085886508226395, 0.09534561634063721, 0.07261419296264648, 0.06172075495123863, 0.07229752093553543, 0.08847703784704208, 0.10320489853620529, 0.10091269761323929, 0.08392949402332306, 0.069605752825737, 0.06870686262845993, 0.07334693521261215, 0.07209943234920502, 0.06237449124455452, 0.05212979391217232, 0.04727740213274956, 0.025529932230710983, 0.013353063724935055, 0.025890210643410683, 0.019770652055740356, 0.019383743405342102, 0.03449968993663788, 0.03291039541363716, 0.02607116475701332, 0.017490476369857788, -0.009559590369462967, 0.0020424567628651857, -0.005690095480531454, -0.056944288313388824, -0.047196969389915466, -0.0643286183476448, -0.06116442382335663, -0.04907393828034401, -0.05078804865479469, -0.06191412732005119, -0.09611458331346512, -0.07951730489730835, -0.04513617977499962, -0.022858576849102974, -0.026330482214689255, -0.03011501021683216, -0.017709579318761826, -0.018514035269618034, -0.01673177257180214, -0.013996905647218227, -0.011062865145504475, -0.011620976030826569, -0.033824142068624496, -0.040075719356536865, -0.034678276628255844, -0.04519663751125336, -0.04936891421675682, -0.043470028787851334, -0.034987885504961014, -0.0463082492351532, -0.0544387623667717, -0.03864271938800812, -0.027556540444493294, -0.02360488288104534, -0.019166195765137672, 0.010222282260656357, 0.029773393645882607, 0.031728073954582214, 0.029466276988387108, 0.02801031991839409, 0.021139290183782578, 0.011919436044991016, 0.012224651873111725, 0.03083176165819168, 0.03740868717432022, 0.030217325314879417, 0.024577081203460693, 0.014517500065267086, 0.004079608712345362, -0.011965496465563774, -0.022916952148079872, -0.028915535658597946, -0.03414777293801308, -0.03759099915623665, -0.03451458737254143, -0.04520508646965027, -0.05873878300189972, -0.06235149875283241, -0.056435517966747284, -0.05385833978652954, -0.05626537650823593, -0.05619213730096817, -0.047671910375356674, -0.039555665105581284, -0.019143862649798393, -0.00578322121873498, 0.009340694174170494, 0.02840043604373932, 0.031081214547157288, 0.03067709319293499, 0.03612659126520157, 0.03978675603866577, 0.0404660589993, 0.04109762981534004, 0.03884322941303253, 0.03570694476366043, 0.03220384940505028, 0.02980758249759674, 0.032085634768009186, 0.020625313743948936, 0.015488862991333008, 0.017612630501389503, 0.015052849426865578, 0.014871256425976753, 0.012416670098900795, 0.007689549122005701, 0.006526164244860411, 0.004732360597699881, 0.0049629551358520985, 0.0053238156251609325, 0.01207796297967434, 0.01733219251036644, 0.018568774685263634, 0.022402040660381317, 0.02382090501487255, 0.021268466487526894, 0.02114175073802471, 0.020342059433460236, 0.019495166838169098, 0.016060665249824524, 0.007962550036609173, 0.0072472277097404, 0.004096915014088154, -0.00730254827067256, -0.010009626857936382, -0.012377765029668808, -0.013668096624314785, -0.012889206409454346, -0.009280136786401272, -0.009198608808219433, -0.011429899372160435, -0.011201325803995132, -0.007453212980180979, -0.004479401744902134, -0.006848679855465889, -0.0040476215071976185, -0.004182813223451376, -0.004252093378454447, -0.002050563460215926, -0.00294074066914618, -0.00449088029563427, -0.0078919418156147, -0.009811392053961754, -0.012389727868139744, -0.013780447654426098, -0.016033567488193512, -0.01912839524447918, -0.021526427939534187, -0.023228781297802925, -0.0225625392049551, -0.025110088288784027, -0.0270540751516819, -0.021903295069932938, -0.018045322969555855, -0.015062876045703888, -0.011253413744270802, -0.008668135851621628, -0.006251963321119547, 0.001255967654287815, 0.0056474292650818825, 0.003238912671804428, 0.001745829125866294, 0.0021002115681767464, 0.0019704564474523067, -0.00031571462750434875, -0.00013566949928645045, 0.0001381111505907029, 0.0007346334750764072, 0.00591640081256628, 0.01279341708868742, 0.017612610012292862, 0.020815230906009674, 0.01958889700472355, 0.01567363739013672, 0.013673895969986916, 0.01161706168204546, 0.009842165745794773, 0.008887876756489277, 0.007972127757966518, 0.007759101688861847, 0.006699420977383852, 0.006554087623953819, 0.006197637878358364, 0.005557396914809942, 0.005315805785357952, 0.004314144607633352, 0.0025541428476572037, 0.0008669327362440526, 0.0002936291857622564, -0.0005633787368424237, -0.0020905458368360996, -0.001039818860590458, -8.518551476299763e-05, 0.0001901974610518664, 0.0005423550610430539, -0.00034067302476614714, -0.0011234960984438658, -0.0006341246771626174, -0.0005943764699622989, -0.000695859722327441, -0.0005945058655925095, -0.00032686127815395594, -6.321589899016544e-05]\n",
"Training attention_mask: [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]\n",
"Training labels: 3 - happiness\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "HcrEgJO9Hmx7"
},
"source": [
"Great, now we've successfully read all the audio files, resampled the audio files to 16kHz, and mapped each audio to the corresponding label."
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "QL7q6DfcH0Fs"
},
"source": [
"## Model\n",
"\n",
"Before diving into the training part, we need to build our classification model based on the merge strategy. "
]
},
{
"cell_type": "code",
"metadata": {
"id": "uJZoC4T5HpuP"
},
"source": [
"from dataclasses import dataclass\n",
"from typing import Optional, Tuple\n",
"import torch\n",
"from transformers.file_utils import ModelOutput\n",
"\n",
"\n",
"@dataclass\n",
"class SpeechClassifierOutput(ModelOutput):\n",
" loss: Optional[torch.FloatTensor] = None\n",
" logits: torch.FloatTensor = None\n",
" hidden_states: Optional[Tuple[torch.FloatTensor]] = None\n",
" attentions: Optional[Tuple[torch.FloatTensor]] = None\n"
],
"execution_count": 22,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"id": "Fv62ShDsH5DZ"
},
"source": [
"import torch\n",
"import torch.nn as nn\n",
"from torch.nn import BCEWithLogitsLoss, CrossEntropyLoss, MSELoss\n",
"\n",
"from transformers.models.wav2vec2.modeling_wav2vec2 import (\n",
" Wav2Vec2PreTrainedModel,\n",
" Wav2Vec2Model\n",
")\n",
"\n",
"\n",
"class Wav2Vec2ClassificationHead(nn.Module):\n",
" \"\"\"Head for wav2vec classification task.\"\"\"\n",
"\n",
" def __init__(self, config):\n",
" super().__init__()\n",
" self.dense = nn.Linear(config.hidden_size, config.hidden_size)\n",
" self.dropout = nn.Dropout(config.final_dropout)\n",
" self.out_proj = nn.Linear(config.hidden_size, config.num_labels)\n",
"\n",
" def forward(self, features, **kwargs):\n",
" x = features\n",
" x = self.dropout(x)\n",
" x = self.dense(x)\n",
" x = torch.tanh(x)\n",
" x = self.dropout(x)\n",
" x = self.out_proj(x)\n",
" return x\n",
"\n",
"\n",
"class Wav2Vec2ForSpeechClassification(Wav2Vec2PreTrainedModel):\n",
" def __init__(self, config):\n",
" super().__init__(config)\n",
" self.num_labels = config.num_labels\n",
" self.pooling_mode = config.pooling_mode\n",
" self.config = config\n",
"\n",
" self.wav2vec2 = Wav2Vec2Model(config)\n",
" self.classifier = Wav2Vec2ClassificationHead(config)\n",
"\n",
" self.init_weights()\n",
"\n",
" def freeze_feature_extractor(self):\n",
" self.wav2vec2.feature_extractor._freeze_parameters()\n",
"\n",
" def merged_strategy(\n",
" self,\n",
" hidden_states,\n",
" mode=\"mean\"\n",
" ):\n",
" if mode == \"mean\":\n",
" outputs = torch.mean(hidden_states, dim=1)\n",
" elif mode == \"sum\":\n",
" outputs = torch.sum(hidden_states, dim=1)\n",
" elif mode == \"max\":\n",
" outputs = torch.max(hidden_states, dim=1)[0]\n",
" else:\n",
" raise Exception(\n",
" \"The pooling method hasn't been defined! Your pooling mode must be one of these ['mean', 'sum', 'max']\")\n",
"\n",
" return outputs\n",
"\n",
" def forward(\n",
" self,\n",
" input_values,\n",
" attention_mask=None,\n",
" output_attentions=None,\n",
" output_hidden_states=None,\n",
" return_dict=None,\n",
" labels=None,\n",
" ):\n",
" return_dict = return_dict if return_dict is not None else self.config.use_return_dict\n",
" outputs = self.wav2vec2(\n",
" input_values,\n",
" attention_mask=attention_mask,\n",
" output_attentions=output_attentions,\n",
" output_hidden_states=output_hidden_states,\n",
" return_dict=return_dict,\n",
" )\n",
" hidden_states = outputs[0]\n",
" hidden_states = self.merged_strategy(hidden_states, mode=self.pooling_mode)\n",
" logits = self.classifier(hidden_states)\n",
"\n",
" loss = None\n",
" if labels is not None:\n",
" if self.config.problem_type is None:\n",
" if self.num_labels == 1:\n",
" self.config.problem_type = \"regression\"\n",
" elif self.num_labels > 1 and (labels.dtype == torch.long or labels.dtype == torch.int):\n",
" self.config.problem_type = \"single_label_classification\"\n",
" else:\n",
" self.config.problem_type = \"multi_label_classification\"\n",
"\n",
" if self.config.problem_type == \"regression\":\n",
" loss_fct = MSELoss()\n",
" loss = loss_fct(logits.view(-1, self.num_labels), labels)\n",
" elif self.config.problem_type == \"single_label_classification\":\n",
" loss_fct = CrossEntropyLoss()\n",
" loss = loss_fct(logits.view(-1, self.num_labels), labels.view(-1))\n",
" elif self.config.problem_type == \"multi_label_classification\":\n",
" loss_fct = BCEWithLogitsLoss()\n",
" loss = loss_fct(logits, labels)\n",
"\n",
" if not return_dict:\n",
" output = (logits,) + outputs[2:]\n",
" return ((loss,) + output) if loss is not None else output\n",
"\n",
" return SpeechClassifierOutput(\n",
" loss=loss,\n",
" logits=logits,\n",
" hidden_states=outputs.hidden_states,\n",
" attentions=outputs.attentions,\n",
" )\n"
],
"execution_count": 23,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
"id": "OrBrR1b7zvUL"
},
"source": [
"## Training\n",
"\n",
"The data is processed so that we are ready to start setting up the training pipeline. We will make use of 🤗's [Trainer](https://huggingface.co/transformers/master/main_classes/trainer.html?highlight=trainer) for which we essentially need to do the following:\n",
"\n",
"- Define a data collator. In contrast to most NLP models, XLSR-Wav2Vec2 has a much larger input length than output length. *E.g.*, a sample of input length 50000 has an output length of no more than 100. Given the large input sizes, it is much more efficient to pad the training batches dynamically meaning that all training samples should only be padded to the longest sample in their batch and not the overall longest sample. Therefore, fine-tuning XLSR-Wav2Vec2 requires a special padding data collator, which we will define below\n",
"\n",
"- Evaluation metric. During training, the model should be evaluated on the word error rate. We should define a `compute_metrics` function accordingly\n",
"\n",
"- Load a pretrained checkpoint. We need to load a pretrained checkpoint and configure it correctly for training.\n",
"\n",
"- Define the training configuration.\n",
"\n",
"After having fine-tuned the model, we will correctly evaluate it on the test data and verify that it has indeed learned to correctly transcribe speech."
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "Ji9-n1eUIKZc"
},
"source": [
"### Set-up Trainer\n",
"\n",
"Let's start by defining the data collator. The code for the data collator was copied from [this example](https://github.com/huggingface/transformers/blob/9a06b6b11bdfc42eea08fa91d0c737d1863c99e3/examples/research_projects/wav2vec2/run_asr.py#L81).\n",
"\n",
"Without going into too many details, in contrast to the common data collators, this data collator treats the `input_values` and `labels` differently and thus applies to separate padding functions on them (again making use of XLSR-Wav2Vec2's context manager). This is necessary because in speech input and output are of different modalities meaning that they should not be treated by the same padding function.\n",
"Analogous to the common data collators, the padding tokens in the labels with `-100` so that those tokens are **not** taken into account when computing the loss."
]
},
{
"cell_type": "code",
"metadata": {
"id": "rkM0VLIwy903"
},
"source": [
"from dataclasses import dataclass\n",
"from typing import Dict, List, Optional, Union\n",
"import torch\n",
"\n",
"import transformers\n",
"from transformers import Wav2Vec2Processor\n",
"\n",
"\n",
"@dataclass\n",
"class DataCollatorCTCWithPadding:\n",
" \"\"\"\n",
" Data collator that will dynamically pad the inputs received.\n",
" Args:\n",
" processor (:class:`~transformers.Wav2Vec2Processor`)\n",
" The processor used for proccessing the data.\n",
" padding (:obj:`bool`, :obj:`str` or :class:`~transformers.tokenization_utils_base.PaddingStrategy`, `optional`, defaults to :obj:`True`):\n",
" Select a strategy to pad the returned sequences (according to the model's padding side and padding index)\n",
" among:\n",
" * :obj:`True` or :obj:`'longest'`: Pad to the longest sequence in the batch (or no padding if only a single\n",
" sequence if provided).\n",
" * :obj:`'max_length'`: Pad to a maximum length specified with the argument :obj:`max_length` or to the\n",
" maximum acceptable input length for the model if that argument is not provided.\n",
" * :obj:`False` or :obj:`'do_not_pad'` (default): No padding (i.e., can output a batch with sequences of\n",
" different lengths).\n",
" max_length (:obj:`int`, `optional`):\n",
" Maximum length of the ``input_values`` of the returned list and optionally padding length (see above).\n",
" max_length_labels (:obj:`int`, `optional`):\n",
" Maximum length of the ``labels`` returned list and optionally padding length (see above).\n",
" pad_to_multiple_of (:obj:`int`, `optional`):\n",
" If set will pad the sequence to a multiple of the provided value.\n",
" This is especially useful to enable the use of Tensor Cores on NVIDIA hardware with compute capability >=\n",
" 7.5 (Volta).\n",
" \"\"\"\n",
"\n",
" processor: Wav2Vec2Processor\n",
" padding: Union[bool, str] = True\n",
" max_length: Optional[int] = None\n",
" max_length_labels: Optional[int] = None\n",
" pad_to_multiple_of: Optional[int] = None\n",
" pad_to_multiple_of_labels: Optional[int] = None\n",
"\n",
" def __call__(self, features: List[Dict[str, Union[List[int], torch.Tensor]]]) -> Dict[str, torch.Tensor]:\n",
" input_features = [{\"input_values\": feature[\"input_values\"]} for feature in features]\n",
" label_features = [feature[\"labels\"] for feature in features]\n",
"\n",
" d_type = torch.long if isinstance(label_features[0], int) else torch.float\n",
"\n",
" batch = self.processor.pad(\n",
" input_features,\n",
" padding=self.padding,\n",
" max_length=self.max_length,\n",
" pad_to_multiple_of=self.pad_to_multiple_of,\n",
" return_tensors=\"pt\",\n",
" )\n",
"\n",
" batch[\"labels\"] = torch.tensor(label_features, dtype=d_type)\n",
"\n",
" return batch"
],
"execution_count": 24,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"id": "-YhJ0OA4RxQe"
},
"source": [
"data_collator = DataCollatorCTCWithPadding(processor=processor, padding=True)"
],
"execution_count": 25,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
"id": "mYxy2IR-KcU2"
},
"source": [
"Next, the evaluation metric is defined. There are many pre-defined metrics for classification/regression problems, but in this case, we would continue with just **Accuracy** for classification and **MSE** for regression. You can define other metrics on your own."
]
},
{
"cell_type": "code",
"metadata": {
"id": "LL8I5MKvPnth"
},
"source": [
"is_regression = False"
],
"execution_count": 33,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"id": "XK26Z6IfR36K"
},
"source": [
"import numpy as np\n",
"from transformers import EvalPrediction\n",
"\n",
"\n",
"def compute_metrics(p: EvalPrediction):\n",
" preds = p.predictions[0] if isinstance(p.predictions, tuple) else p.predictions\n",
" preds = np.squeeze(preds) if is_regression else np.argmax(preds, axis=1)\n",
"\n",
" if is_regression:\n",
" return {\"mse\": ((preds - p.label_ids) ** 2).mean().item()}\n",
" else:\n",
" return {\"accuracy\": (preds == p.label_ids).astype(np.float32).mean().item()}"
],
"execution_count": 34,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
"id": "ZsH_nKJdK28o"
},
"source": [
"Now, we can load the pretrained XLSR-Wav2Vec2 checkpoint into our classification model with a pooling strategy."
]
},
{
"cell_type": "code",
"metadata": {
"id": "0Tl6iKAUR4EL",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 171,
"referenced_widgets": [
"0561dae888b24853bf6bd12b36b9f58c",
"147983c81ea54adf9a9fcc94be46e53c",
"149ebd49f5b047c0869941fda06c1136",
"1e356a9dd0c6482ca56e83cb600a49ab",
"0eb6c74ddd614b0284cc8fcb7e9749b9",
"d5e84bc6021746ac834f95b6850e397e",
"a68fdcd0b0ef4349a2fd46d5d10ad4fb",
"32863857edff47a6894d619eef3aa72a"
]
},
"outputId": "7af3b6e2-dfc2-4e78-b326-010e32f86a94"
},
"source": [
"model = Wav2Vec2ForSpeechClassification.from_pretrained(\n",
" model_name_or_path,\n",
" config=config,\n",
")"
],
"execution_count": 27,
"outputs": [
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "0561dae888b24853bf6bd12b36b9f58c",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description='Downloading', max=1262159319.0, style=ProgressStyle(descr…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"\n"
],
"name": "stdout"
},
{
"output_type": "stream",
"text": [
"Some weights of the model checkpoint at lighteternal/wav2vec2-large-xlsr-53-greek were not used when initializing Wav2Vec2ForSpeechClassification: ['lm_head.weight', 'lm_head.bias']\n",
"- This IS expected if you are initializing Wav2Vec2ForSpeechClassification from the checkpoint of a model trained on another task or with another architecture (e.g. initializing a BertForSequenceClassification model from a BertForPreTraining model).\n",
"- This IS NOT expected if you are initializing Wav2Vec2ForSpeechClassification from the checkpoint of a model that you expect to be exactly identical (initializing a BertForSequenceClassification model from a BertForSequenceClassification model).\n",
"Some weights of Wav2Vec2ForSpeechClassification were not initialized from the model checkpoint at lighteternal/wav2vec2-large-xlsr-53-greek and are newly initialized: ['classifier.out_proj.bias', 'classifier.out_proj.weight', 'classifier.dense.bias', 'classifier.dense.weight']\n",
"You should probably TRAIN this model on a down-stream task to be able to use it for predictions and inference.\n"
],
"name": "stderr"
}
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "bqF4rNMzI1M5"
},
"source": [
"The first component of XLSR-Wav2Vec2 consists of a stack of CNN layers that are used to extract acoustically meaningful - but contextually independent - features from the raw speech signal. This part of the model has already been sufficiently trained during pretraining and as stated in the [paper](https://arxiv.org/pdf/2006.13979.pdf) does not need to be fine-tuned anymore. \n",
"Thus, we can set the `requires_grad` to `False` for all parameters of the *feature extraction* part."
]
},
{
"cell_type": "code",
"metadata": {
"id": "KHMhxFGoR4Hb"
},
"source": [
"model.freeze_feature_extractor()"
],
"execution_count": 28,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
"id": "n0HzBneBK84G"
},
"source": [
"In a final step, we define all parameters related to training. \n",
"To give more explanation on some of the parameters:\n",
"- `learning_rate` and `weight_decay` were heuristically tuned until fine-tuning has become stable. Note that those parameters strongly depend on the Common Voice dataset and might be suboptimal for other speech datasets.\n",
"\n",
"For more explanations on other parameters, one can take a look at the [docs](https://huggingface.co/transformers/master/main_classes/trainer.html?highlight=trainer#trainingarguments).\n",
"\n",
"**Note**: If one wants to save the trained models in his/her google drive the commented-out `output_dir` can be used instead."
]
},
{
"cell_type": "code",
"metadata": {
"id": "3tPqZ12BLCJk"
},
"source": [
"# from google.colab import drive\n",
"\n",
"# drive.mount('/gdrive')"
],
"execution_count": null,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"id": "vUtWjldAI9-H"
},
"source": [
"from transformers import TrainingArguments\n",
"\n",
"training_args = TrainingArguments(\n",
" output_dir=\"/content/wav2vec2-xlsr-greek-speech-emotion-recognition\",\n",
" # output_dir=\"/content/gdrive/MyDrive/wav2vec2-xlsr-greek-speech-emotion-recognition\"\n",
" per_device_train_batch_size=4,\n",
" per_device_eval_batch_size=4,\n",
" gradient_accumulation_steps=2,\n",
" evaluation_strategy=\"steps\",\n",
" num_train_epochs=1.0,\n",
" fp16=True,\n",
" save_steps=10,\n",
" eval_steps=10,\n",
" logging_steps=10,\n",
" learning_rate=1e-4,\n",
" save_total_limit=2,\n",
")"
],
"execution_count": 29,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
"id": "XAtuL0APLZSs"
},
"source": [
"For future use we can create our training script, we do it in a simple way. You can add more on you own."
]
},
{
"cell_type": "code",
"metadata": {
"id": "KfW6uDolJYZv"
},
"source": [
"from typing import Any, Dict, Union\n",
"\n",
"import torch\n",
"from packaging import version\n",
"from torch import nn\n",
"\n",
"from transformers import (\n",
" Trainer,\n",
" is_apex_available,\n",
")\n",
"\n",
"if is_apex_available():\n",
" from apex import amp\n",
"\n",
"if version.parse(torch.__version__) >= version.parse(\"1.6\"):\n",
" _is_native_amp_available = True\n",
" from torch.cuda.amp import autocast\n",
"\n",
"\n",
"class CTCTrainer(Trainer):\n",
" def training_step(self, model: nn.Module, inputs: Dict[str, Union[torch.Tensor, Any]]) -> torch.Tensor:\n",
" \"\"\"\n",
" Perform a training step on a batch of inputs.\n",
"\n",
" Subclass and override to inject custom behavior.\n",
"\n",
" Args:\n",
" model (:obj:`nn.Module`):\n",
" The model to train.\n",
" inputs (:obj:`Dict[str, Union[torch.Tensor, Any]]`):\n",
" The inputs and targets of the model.\n",
"\n",
" The dictionary will be unpacked before being fed to the model. Most models expect the targets under the\n",
" argument :obj:`labels`. Check your model's documentation for all accepted arguments.\n",
"\n",
" Return:\n",
" :obj:`torch.Tensor`: The tensor with training loss on this batch.\n",
" \"\"\"\n",
"\n",
" model.train()\n",
" inputs = self._prepare_inputs(inputs)\n",
"\n",
" if self.use_amp:\n",
" with autocast():\n",
" loss = self.compute_loss(model, inputs)\n",
" else:\n",
" loss = self.compute_loss(model, inputs)\n",
"\n",
" if self.args.gradient_accumulation_steps > 1:\n",
" loss = loss / self.args.gradient_accumulation_steps\n",
"\n",
" if self.use_amp:\n",
" self.scaler.scale(loss).backward()\n",
" elif self.use_apex:\n",
" with amp.scale_loss(loss, self.optimizer) as scaled_loss:\n",
" scaled_loss.backward()\n",
" elif self.deepspeed:\n",
" self.deepspeed.backward(loss)\n",
" else:\n",
" loss.backward()\n",
"\n",
" return loss.detach()\n"
],
"execution_count": 30,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
"id": "Qv7Ju3qYJeJn"
},
"source": [
"Now, all instances can be passed to Trainer and we are ready to start training!"
]
},
{
"cell_type": "code",
"metadata": {
"id": "nEFkfK45JYiZ"
},
"source": [
"trainer = CTCTrainer(\n",
" model=model,\n",
" data_collator=data_collator,\n",
" args=training_args,\n",
" compute_metrics=compute_metrics,\n",
" train_dataset=train_dataset,\n",
" eval_dataset=eval_dataset,\n",
" tokenizer=processor.feature_extractor,\n",
")"
],
"execution_count": 35,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
"id": "0gGLwJAOLtDg"
},
"source": [
"### Training"
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "UpN6xlWCLxJ7"
},
"source": [
"Training will take between 10 and 60 minutes depending on the GPU allocated to this notebook. \n",
"\n",
"In case you want to use this google colab to fine-tune your model, you should make sure that your training doesn't stop due to inactivity. A simple hack to prevent this is to paste the following code into the console of this tab (right mouse click -> inspect -> Console tab and insert code)."
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "zyYZH7YZL8a9"
},
"source": [
"```javascript\n",
"function ConnectButton(){\n",
" console.log(\"Connect pushed\"); \n",
" document.querySelector(\"#top-toolbar > colab-connect-button\").shadowRoot.querySelector(\"#connect\").click() \n",
"}\n",
"setInterval(ConnectButton,60000);\n",
"```"
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 298
},
"id": "6M8bNvLLJnG1",
"outputId": "819249df-b341-4007-d6de-b8137dfa1651"
},
"source": [
"trainer.train()"
],
"execution_count": 36,
"outputs": [
{
"output_type": "display_data",
"data": {
"text/html": [
"\n",
" \n",
" \n",
"
\n",
" [60/60 09:55, Epoch 0/1]\n",
"
\n",
" \n",
" \n",
" \n",
" Step \n",
" Training Loss \n",
" Validation Loss \n",
" Accuracy \n",
" \n",
" \n",
" \n",
" \n",
" 10 \n",
" 1.531200 \n",
" 1.542005 \n",
" 0.280992 \n",
" \n",
" \n",
" 20 \n",
" 1.545000 \n",
" 1.437195 \n",
" 0.388430 \n",
" \n",
" \n",
" 30 \n",
" 1.519600 \n",
" 1.392583 \n",
" 0.396694 \n",
" \n",
" \n",
" 40 \n",
" 1.425600 \n",
" 1.290362 \n",
" 0.429752 \n",
" \n",
" \n",
" 50 \n",
" 1.408200 \n",
" 1.239589 \n",
" 0.438017 \n",
" \n",
" \n",
" 60 \n",
" 1.287800 \n",
" 1.215581 \n",
" 0.487603 \n",
" \n",
" \n",
"
"
],
"text/plain": [
""
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "execute_result",
"data": {
"text/plain": [
"TrainOutput(global_step=60, training_loss=1.4529215176900228, metrics={'train_runtime': 594.5685, 'train_samples_per_second': 0.812, 'train_steps_per_second': 0.101, 'total_flos': 8.45847594771822e+16, 'epoch': 0.99})"
]
},
"metadata": {
"tags": []
},
"execution_count": 36
}
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "3prIN9eiMBHo"
},
"source": [
"The training loss goes down and we can see that the Acurracy on the test set also improves nicely. Because this notebook is just for demonstration purposes, we can stop here.\n",
"\n",
"The resulting model of this notebook has been saved to [m3hrdadfi/wav2vec2-xlsr-greek-speech-emotion-recognition](https://huggingface.co/m3hrdadfi/wav2vec2-xlsr-greek-speech-emotion-recognition)\n",
"\n",
"As a final check, let's load the model and verify that it indeed has learned to recognize the emotion in the speech.\n",
"\n",
"Let's first load the pretrained checkpoint."
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "VsaOTx_FVm0i"
},
"source": [
"## Evaluation"
]
},
{
"cell_type": "code",
"metadata": {
"id": "4tGNY7hRXO44"
},
"source": [
"import librosa\n",
"from sklearn.metrics import classification_report"
],
"execution_count": 37,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 156,
"referenced_widgets": [
"8a5be3ab74704643a36dd219fa3eb5a3",
"0094521e8cf64ac098cfe122cf7021c4",
"969ace95cb9742258efb81f517fccbe9",
"ae3d53de5af147e98ee12966054cf41c",
"5a4c57e5833840e19700a650781a95db",
"ee8702b9d94c4b869e0601d42df0519c",
"5c8945a46d2748c9b50c939e178c9d97",
"654a83f92aec429a823f89cfadd618cb"
]
},
"id": "IYxg1Tfo2VUw",
"outputId": "1bdf2b50-7663-4c63-eb16-bcd97614f285"
},
"source": [
"test_dataset = load_dataset(\"csv\", data_files={\"test\": \"/content/data/test.csv\"}, delimiter=\"\\t\")[\"test\"]\n",
"test_dataset"
],
"execution_count": 38,
"outputs": [
{
"output_type": "stream",
"text": [
"Using custom data configuration default-557d7b43c54d3362\n"
],
"name": "stderr"
},
{
"output_type": "stream",
"text": [
"Downloading and preparing dataset csv/default (download: Unknown size, generated: Unknown size, post-processed: Unknown size, total: Unknown size) to /content/cache/csv/default-557d7b43c54d3362/0.0.0/2dc6629a9ff6b5697d82c25b73731dd440507a69cbce8b425db50b751e8fcfd0...\n"
],
"name": "stdout"
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "8a5be3ab74704643a36dd219fa3eb5a3",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=1.0, bar_style='info', max=1.0), HTML(value='')))"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"\rDataset csv downloaded and prepared to /content/cache/csv/default-557d7b43c54d3362/0.0.0/2dc6629a9ff6b5697d82c25b73731dd440507a69cbce8b425db50b751e8fcfd0. Subsequent calls will reuse this data.\n"
],
"name": "stdout"
},
{
"output_type": "execute_result",
"data": {
"text/plain": [
"Dataset({\n",
" features: ['name', 'path', 'emotion'],\n",
" num_rows: 121\n",
"})"
]
},
"metadata": {
"tags": []
},
"execution_count": 38
}
]
},
{
"cell_type": "code",
"metadata": {
"id": "QgZFkMDHW_Um",
"colab": {
"base_uri": "https://localhost:8080/"
},
"outputId": "8efb8a2c-2021-4b76-9ba6-d6a0d7c20dde"
},
"source": [
"device = torch.device(\"cuda\" if torch.cuda.is_available() else \"cpu\")\n",
"print(f\"Device: {device}\")"
],
"execution_count": 39,
"outputs": [
{
"output_type": "stream",
"text": [
"Device: cuda\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"id": "-ESFEXeaWgua",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 360,
"referenced_widgets": [
"735b283d128b417d93ee1060f4863aad",
"b5c6c623c0114078bcabec93f8e2603a",
"9229f1dfcd1b49b29e24101b9669f98c",
"d29034b7bb8944e68cf5cd60687656eb",
"482acb885cfc409ab154abceeb15a436",
"6ba7834558484368a9cb78f03d1afc25",
"863249661fb9464eb5c1396bf52cad68",
"a6d0ca3153884127ae8d26fa01ffd0da",
"bca57f08a63a47b8897dbc4cf7eccae8",
"ba879b3bdd0b44329aec961c5d62a4c5",
"1c8cd3635c674ba1a893a5d9a9846410",
"0e971f449c674f3a9bf3695799d77300",
"3d584f500a2d45108b8795fd34a114c6",
"337acef1f7324919913748461d4f6379",
"4b3b5fee89234437b6a6199baba7105f",
"a9c7d9dd865041a0bf83c0a9abd134c7",
"a6508c4c275547669f0f3646e9d6e599",
"c6c6aaf73a45402f89cce228bbbbcda1",
"0dff4d876a8d4f879f977312dff1b358",
"b891b8a8b07b4b88b6d0dda55ccab66b",
"d604cbae5d454c7d95a1526da7061756",
"f4f5ab54359f4038b835a05ce42d33f3",
"947766db621a4ff0869f6d44e23b68af",
"8e7f210188f44d7b8f6a65b930abe563",
"821ee8ae573a4e7092c810dfa5317802",
"599f611af5d54d1ebf48d2357e25f189",
"9431932a569c4bd3a8c46e99ff07aefd",
"25942482b41141088bd3628b1e47d57a",
"49880831258d43f59096117a8c2c02eb",
"b7af7737c23248309a362885e9b9fe0b",
"8d908d01e07d4452a67852f8d03bc1e7",
"cac3d72d95d049a1a5267bcc3fac83c7",
"86b895aedb3446bdb5f7380a7677b03b",
"2a30879c7e3240c08f6c63e857317958",
"ce1cf206122446888c04e38323860dbc",
"3dddc5e034a84aa5ba12052c3262c372",
"1824dace1db2480189f2fb64ce2d3d74",
"1343c8850129492b9f65386320479dcf",
"2b737940965f4fa5806eb217e09aceb0",
"c7cba6ab31094e20824306840f79303f",
"c4e0188a78504385b5e3849f621a2660",
"1662eecc294843c9b267116e6a9c239f",
"5a0c1ba72f7443858c65d0a7c4e27fa3",
"e0a34bb58a214bc1b954639600532319",
"6081ce6d643d46e19b854d6b975066ec",
"b34af14010c34fc19db828708389a196",
"9c93948f6db741abb93847a7df55d800",
"0fd3649215604be3ae625b375b42a200",
"9d76f30b2da34f95adc14d65a5db42be",
"df988cc1226d411e9b45c00430508207",
"dae4b191c7a24f1296a72be45254ed17",
"ef2247cf25584486b3e6f7fd5bd8c754",
"1b3d7294af164cb9bf623532b0c57430",
"4a87c1f5f89247a08d7c3a905068c6d3",
"3bf30dcb727a45f496f3ecce705a93b2",
"f333b755188f4c5db4a013eb3d925229"
]
},
"outputId": "1ece0dda-8d00-4b24-d227-d787b2dcbb61"
},
"source": [
"model_name_or_path = \"m3hrdadfi/wav2vec2-xlsr-greek-speech-emotion-recognition\"\n",
"config = AutoConfig.from_pretrained(model_name_or_path)\n",
"processor = Wav2Vec2Processor.from_pretrained(model_name_or_path)\n",
"model = Wav2Vec2ForSpeechClassification.from_pretrained(model_name_or_path).to(device)"
],
"execution_count": 42,
"outputs": [
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "735b283d128b417d93ee1060f4863aad",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description='Downloading', max=1925.0, style=ProgressStyle(description…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"\n"
],
"name": "stdout"
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "bca57f08a63a47b8897dbc4cf7eccae8",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description='Downloading', max=214.0, style=ProgressStyle(description_…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"\n"
],
"name": "stdout"
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "a6508c4c275547669f0f3646e9d6e599",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description='Downloading', max=535.0, style=ProgressStyle(description_…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"\n"
],
"name": "stdout"
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "821ee8ae573a4e7092c810dfa5317802",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description='Downloading', max=398.0, style=ProgressStyle(description_…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"\n"
],
"name": "stdout"
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "86b895aedb3446bdb5f7380a7677b03b",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description='Downloading', max=23.0, style=ProgressStyle(description_w…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"\n"
],
"name": "stdout"
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "c4e0188a78504385b5e3849f621a2660",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description='Downloading', max=309.0, style=ProgressStyle(description_…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"\n"
],
"name": "stdout"
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "9d76f30b2da34f95adc14d65a5db42be",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description='Downloading', max=1266153513.0, style=ProgressStyle(descr…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"id": "BkEd4w8IV7kZ"
},
"source": [
"def speech_file_to_array_fn(batch):\n",
" speech_array, sampling_rate = torchaudio.load(batch[\"path\"])\n",
" speech_array = speech_array.squeeze().numpy()\n",
" speech_array = librosa.resample(np.asarray(speech_array), sampling_rate, processor.feature_extractor.sampling_rate)\n",
"\n",
" batch[\"speech\"] = speech_array\n",
" return batch\n",
"\n",
"\n",
"def predict(batch):\n",
" features = processor(batch[\"speech\"], sampling_rate=processor.feature_extractor.sampling_rate, return_tensors=\"pt\", padding=True)\n",
"\n",
" input_values = features.input_values.to(device)\n",
" attention_mask = features.attention_mask.to(device)\n",
"\n",
" with torch.no_grad():\n",
" logits = model(input_values, attention_mask=attention_mask).logits \n",
"\n",
" pred_ids = torch.argmax(logits, dim=-1).detach().cpu().numpy()\n",
" batch[\"predicted\"] = pred_ids\n",
" return batch"
],
"execution_count": 43,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 66,
"referenced_widgets": [
"c3d1935d11764b65aa03c1b8abd431cc",
"56318e1f4b4a41f5bfcd9239ba2442b9",
"fc3498912378423b856ae47d79a37cc3",
"7438096ce4f34d1e97d217a9ef53f375",
"66120bcdfe194074b51c204be44a6bf5",
"92636f7a713147e19a5a7af33a654db0",
"f06d687a08cc4b9ba7aa738ff475e928",
"21a3955a06b44d6bbf9b0676a999aa8e"
]
},
"id": "S4P6P6XwW85p",
"outputId": "59cd6b44-182f-438a-f32d-a604d96132c5"
},
"source": [
"test_dataset = test_dataset.map(speech_file_to_array_fn)"
],
"execution_count": 44,
"outputs": [
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "c3d1935d11764b65aa03c1b8abd431cc",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, max=121.0), HTML(value='')))"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 66,
"referenced_widgets": [
"7bcc8e538ff34d4196055461811097ac",
"8f144001036e4ffb845cb2d5575bb86e",
"9da77be834fa48e2a416844aae7ee58a",
"101d52fef40d426fa713c385304499bf",
"b280d16336ce4cca95c8577025fd4764",
"2f21becfde73488ea26aeb8d338fa332",
"3abc327d585e4840b51a12e5efb2281f",
"992a468bf6d54c2d98837e10a562cfab"
]
},
"id": "K_oZJzHsXKHv",
"outputId": "6bf8dd80-e5db-4415-810b-bfa2fa76e60f"
},
"source": [
"result = test_dataset.map(predict, batched=True, batch_size=8)"
],
"execution_count": 45,
"outputs": [
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "7bcc8e538ff34d4196055461811097ac",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, max=16.0), HTML(value='')))"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "BnfJLZvAaxTo",
"outputId": "dfea7223-1211-471e-8653-5fef695e58fb"
},
"source": [
"label_names = [config.id2label[i] for i in range(config.num_labels)]\n",
"label_names"
],
"execution_count": 46,
"outputs": [
{
"output_type": "execute_result",
"data": {
"text/plain": [
"['anger', 'disgust', 'fear', 'happiness', 'sadness']"
]
},
"metadata": {
"tags": []
},
"execution_count": 46
}
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "vRtajzvTabeH",
"outputId": "6a3ea32f-bc88-4b50-de82-ef96feb5d6be"
},
"source": [
"y_true = [config.label2id[name] for name in result[\"emotion\"]]\n",
"y_pred = result[\"predicted\"]\n",
"\n",
"print(y_true[:5])\n",
"print(y_pred[:5])"
],
"execution_count": 48,
"outputs": [
{
"output_type": "stream",
"text": [
"[1, 4, 0, 4, 3]\n",
"[1, 4, 0, 4, 3]\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "tUt5rIppXrzl",
"outputId": "b434aa90-93f5-45bc-80bf-a821c9dff7c7"
},
"source": [
"print(classification_report(y_true, y_pred, target_names=label_names))"
],
"execution_count": 49,
"outputs": [
{
"output_type": "stream",
"text": [
" precision recall f1-score support\n",
"\n",
" anger 0.96 0.96 0.96 24\n",
" disgust 0.96 1.00 0.98 24\n",
" fear 0.96 0.96 0.96 24\n",
" happiness 1.00 0.88 0.93 24\n",
" sadness 0.93 1.00 0.96 25\n",
"\n",
" accuracy 0.96 121\n",
" macro avg 0.96 0.96 0.96 121\n",
"weighted avg 0.96 0.96 0.96 121\n",
"\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "Ylb2Z6Xke2ro"
},
"source": [
"# Prediction"
]
},
{
"cell_type": "code",
"metadata": {
"id": "EQzCioPhWIiX"
},
"source": [
"import torch\n",
"import torch.nn as nn\n",
"import torch.nn.functional as F\n",
"import torchaudio\n",
"from transformers import AutoConfig, Wav2Vec2Processor\n",
"\n",
"import librosa\n",
"import IPython.display as ipd\n",
"import numpy as np\n",
"import pandas as pd"
],
"execution_count": 50,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"id": "DocavTvQWIr_"
},
"source": [
"device = torch.device(\"cuda\" if torch.cuda.is_available() else \"cpu\")\n",
"model_name_or_path = \"m3hrdadfi/wav2vec2-xlsr-greek-speech-emotion-recognition\"\n",
"config = AutoConfig.from_pretrained(model_name_or_path)\n",
"processor = Wav2Vec2Processor.from_pretrained(model_name_or_path)\n",
"sampling_rate = processor.feature_extractor.sampling_rate\n",
"model = Wav2Vec2ForSpeechClassification.from_pretrained(model_name_or_path).to(device)"
],
"execution_count": 51,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"id": "1SSs95o9WIvK"
},
"source": [
"def speech_file_to_array_fn(path, sampling_rate):\n",
" speech_array, _sampling_rate = torchaudio.load(path)\n",
" resampler = torchaudio.transforms.Resample(_sampling_rate)\n",
" speech = resampler(speech_array).squeeze().numpy()\n",
" return speech\n",
"\n",
"\n",
"def predict(path, sampling_rate):\n",
" speech = speech_file_to_array_fn(path, sampling_rate)\n",
" features = processor(speech, sampling_rate=sampling_rate, return_tensors=\"pt\", padding=True)\n",
"\n",
" input_values = features.input_values.to(device)\n",
" attention_mask = features.attention_mask.to(device)\n",
"\n",
" with torch.no_grad():\n",
" logits = model(input_values, attention_mask=attention_mask).logits\n",
"\n",
" scores = F.softmax(logits, dim=1).detach().cpu().numpy()[0]\n",
" outputs = [{\"Emotion\": config.id2label[i], \"Score\": f\"{round(score * 100, 3):.1f}%\"} for i, score in enumerate(scores)]\n",
" return outputs\n",
"\n",
"\n",
"STYLES = \"\"\"\n",
"\n",
"\"\"\".strip()\n",
"\n",
"def prediction(df_row):\n",
" path, emotion = df_row[\"path\"], df_row[\"emotion\"]\n",
" df = pd.DataFrame([{\"Emotion\": emotion, \"Sentence\": \" \"}])\n",
" setup = {\n",
" 'border': 2,\n",
" 'show_dimensions': True,\n",
" 'justify': 'center',\n",
" 'classes': 'xxx',\n",
" 'escape': False,\n",
" }\n",
" ipd.display(ipd.HTML(STYLES + df.to_html(**setup) + \" \"))\n",
" speech, sr = torchaudio.load(path)\n",
" speech = speech[0].numpy().squeeze()\n",
" speech = librosa.resample(np.asarray(speech), sr, sampling_rate)\n",
" ipd.display(ipd.Audio(data=np.asarray(speech), autoplay=True, rate=sampling_rate))\n",
"\n",
" outputs = predict(path, sampling_rate)\n",
" r = pd.DataFrame(outputs)\n",
" ipd.display(ipd.HTML(STYLES + r.to_html(**setup) + \" \"))"
],
"execution_count": 55,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 204
},
"id": "UD7oUP20YwYT",
"outputId": "ec5251d3-4e27-42e7-f8de-54544c3beb2c"
},
"source": [
"test = pd.read_csv(\"/content/data/test.csv\", sep=\"\\t\")\n",
"test.head()"
],
"execution_count": 56,
"outputs": [
{
"output_type": "execute_result",
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" \n",
" name \n",
" path \n",
" emotion \n",
" \n",
" \n",
" \n",
" \n",
" 0 \n",
" d09 (5) \n",
" /content/data/aesdd/disgust/d09 (5).wav \n",
" disgust \n",
" \n",
" \n",
" 1 \n",
" s20 (2) \n",
" /content/data/aesdd/sadness/s20 (2).wav \n",
" sadness \n",
" \n",
" \n",
" 2 \n",
" a17 (5) \n",
" /content/data/aesdd/anger/a17 (5).wav \n",
" anger \n",
" \n",
" \n",
" 3 \n",
" s16 (6) \n",
" /content/data/aesdd/sadness/s16 (6).wav \n",
" sadness \n",
" \n",
" \n",
" 4 \n",
" h14 (4) \n",
" /content/data/aesdd/happiness/h14 (4).wav \n",
" happiness \n",
" \n",
" \n",
"
\n",
"
"
],
"text/plain": [
" name path emotion\n",
"0 d09 (5) /content/data/aesdd/disgust/d09 (5).wav disgust\n",
"1 s20 (2) /content/data/aesdd/sadness/s20 (2).wav sadness\n",
"2 a17 (5) /content/data/aesdd/anger/a17 (5).wav anger\n",
"3 s16 (6) /content/data/aesdd/sadness/s16 (6).wav sadness\n",
"4 h14 (4) /content/data/aesdd/happiness/h14 (4).wav happiness"
]
},
"metadata": {
"tags": []
},
"execution_count": 56
}
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 617
},
"id": "FlJO2LfVWIyT",
"outputId": "74a524ce-f4b5-46a9-df20-dc8be43a0a4b"
},
"source": [
"prediction(test.iloc[0])"
],
"execution_count": 57,
"outputs": [
{
"output_type": "display_data",
"data": {
"text/html": [
"\n",
" \n",
" \n",
" \n",
" Emotion \n",
" Sentence \n",
" \n",
" \n",
" \n",
" \n",
" 0 \n",
" disgust \n",
" \n",
" \n",
" \n",
"
\n",
"1 rows × 2 columns
"
],
"text/plain": [
""
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "display_data",
"data": {
"text/html": [
"\n",
" \n",
" \n",
" Your browser does not support the audio element.\n",
" \n",
" "
],
"text/plain": [
""
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "display_data",
"data": {
"text/html": [
"\n",
" \n",
" \n",
" \n",
" Emotion \n",
" Score \n",
" \n",
" \n",
" \n",
" \n",
" 0 \n",
" anger \n",
" 0.0% \n",
" \n",
" \n",
" 1 \n",
" disgust \n",
" 99.4% \n",
" \n",
" \n",
" 2 \n",
" fear \n",
" 0.1% \n",
" \n",
" \n",
" 3 \n",
" happiness \n",
" 0.1% \n",
" \n",
" \n",
" 4 \n",
" sadness \n",
" 0.4% \n",
" \n",
" \n",
"
\n",
"5 rows × 2 columns
"
],
"text/plain": [
""
]
},
"metadata": {
"tags": []
}
}
]
},
{
"cell_type": "code",
"metadata": {
"id": "hzoKOgpoWI1K",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 617
},
"outputId": "0fad7fac-2f09-455f-c5b3-30316911cf54"
},
"source": [
"prediction(test.iloc[1])"
],
"execution_count": 58,
"outputs": [
{
"output_type": "display_data",
"data": {
"text/html": [
"\n",
" \n",
" \n",
" \n",
" Emotion \n",
" Sentence \n",
" \n",
" \n",
" \n",
" \n",
" 0 \n",
" sadness \n",
" \n",
" \n",
" \n",
"
\n",
"1 rows × 2 columns
"
],
"text/plain": [
""
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "display_data",
"data": {
"text/html": [
"\n",
" \n",
" \n",
" Your browser does not support the audio element.\n",
" \n",
" "
],
"text/plain": [
""
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "display_data",
"data": {
"text/html": [
"\n",
" \n",
" \n",
" \n",
" Emotion \n",
" Score \n",
" \n",
" \n",
" \n",
" \n",
" 0 \n",
" anger \n",
" 0.5% \n",
" \n",
" \n",
" 1 \n",
" disgust \n",
" 0.2% \n",
" \n",
" \n",
" 2 \n",
" fear \n",
" 0.1% \n",
" \n",
" \n",
" 3 \n",
" happiness \n",
" 0.0% \n",
" \n",
" \n",
" 4 \n",
" sadness \n",
" 99.2% \n",
" \n",
" \n",
"
\n",
"5 rows × 2 columns
"
],
"text/plain": [
""
]
},
"metadata": {
"tags": []
}
}
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 617
},
"id": "7nqwbTTXSfMO",
"outputId": "ab767a32-1c73-4eed-f388-d12e5f4a0fcf"
},
"source": [
"prediction(test.iloc[2])"
],
"execution_count": 59,
"outputs": [
{
"output_type": "display_data",
"data": {
"text/html": [
"\n",
" \n",
" \n",
" \n",
" Emotion \n",
" Sentence \n",
" \n",
" \n",
" \n",
" \n",
" 0 \n",
" anger \n",
" \n",
" \n",
" \n",
"
\n",
"1 rows × 2 columns
"
],
"text/plain": [
""
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "display_data",
"data": {
"text/html": [
"\n",
" \n",
" \n",
" Your browser does not support the audio element.\n",
" \n",
" "
],
"text/plain": [
""
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "display_data",
"data": {
"text/html": [
"\n",
" \n",
" \n",
" \n",
" Emotion \n",
" Score \n",
" \n",
" \n",
" \n",
" \n",
" 0 \n",
" anger \n",
" 99.4% \n",
" \n",
" \n",
" 1 \n",
" disgust \n",
" 0.0% \n",
" \n",
" \n",
" 2 \n",
" fear \n",
" 0.1% \n",
" \n",
" \n",
" 3 \n",
" happiness \n",
" 0.2% \n",
" \n",
" \n",
" 4 \n",
" sadness \n",
" 0.2% \n",
" \n",
" \n",
"
\n",
"5 rows × 2 columns
"
],
"text/plain": [
""
]
},
"metadata": {
"tags": []
}
}
]
}
]
}
================================================
FILE: notebooks/Regression_Example_Emotion_recognition_in_Greek_speech_using_Wav2Vec2.ipynb
================================================
{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"name": "Multi Variable Regression - Emotion recognition in Greek speech using Wav2Vec2.ipynb",
"provenance": [],
"collapsed_sections": []
},
"kernelspec": {
"name": "python3",
"display_name": "Python 3"
},
"language_info": {
"name": "python"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
"dcb3759e82ea4fdea6d6348d62a59e69": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_1f08307342a74e8f839182e6918c2eee",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_92d31d73f0be45e59f02a606dd9ba4bc",
"IPY_MODEL_97386307594a4a74a804f45720b23096"
]
}
},
"1f08307342a74e8f839182e6918c2eee": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"92d31d73f0be45e59f02a606dd9ba4bc": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_7fd7c3ef7f29430a8558ea2cc2301e4b",
"_dom_classes": [],
"description": "100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 483,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 483,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_7d65a6ca925a4267b2682c9afe9e3071"
}
},
"97386307594a4a74a804f45720b23096": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_81574abedcd5492aaedd597a7308997e",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 483/483 [00:02<00:00, 169.17ex/s]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_19a153f2925b42dc86c3f8cc94efc2b1"
}
},
"7fd7c3ef7f29430a8558ea2cc2301e4b": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"7d65a6ca925a4267b2682c9afe9e3071": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"81574abedcd5492aaedd597a7308997e": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"19a153f2925b42dc86c3f8cc94efc2b1": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"23cab63510b54331a45c531512b1220b": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_2f9e2eb66ac243ee947c5e0e90ba0963",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_73ba3c43267b48d8bb03dd125f994564",
"IPY_MODEL_08804f4be2fd401da39dbe6b09372b89"
]
}
},
"2f9e2eb66ac243ee947c5e0e90ba0963": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"73ba3c43267b48d8bb03dd125f994564": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_f53da1384c604aaa8dece6bb4094efc9",
"_dom_classes": [],
"description": "100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 121,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 121,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_5c027df6f15d48f4b7e195c3b5ca10d1"
}
},
"08804f4be2fd401da39dbe6b09372b89": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_15d48f43109c49b08639d99ef5c00af8",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 121/121 [01:49<00:00, 1.11ex/s]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_e22ffc20153b4ab7b541c0d63a2fa1db"
}
},
"f53da1384c604aaa8dece6bb4094efc9": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"5c027df6f15d48f4b7e195c3b5ca10d1": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"15d48f43109c49b08639d99ef5c00af8": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"e22ffc20153b4ab7b541c0d63a2fa1db": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"0c5871b4f88d4165b63d6d313d8e7386": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_52ae203424c74e1b89e59b889984839d",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_f1c75fa5913b46cb9bf2b8d7c3336dab",
"IPY_MODEL_255500931c8f4b7292dd2232349181d4"
]
}
},
"52ae203424c74e1b89e59b889984839d": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"f1c75fa5913b46cb9bf2b8d7c3336dab": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_e72b71274ed8409ca23f1e27c4e5302d",
"_dom_classes": [],
"description": " #0: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 1,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 1,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_9869fc04765b4639b2d7565e58b3da4f"
}
},
"255500931c8f4b7292dd2232349181d4": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_d281477981c9495692761e130f91b5be",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 1/1 [00:03<00:00, 3.39s/ba]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_fc341fa8f34a4ef09e7c1ac8a0c6b307"
}
},
"e72b71274ed8409ca23f1e27c4e5302d": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"9869fc04765b4639b2d7565e58b3da4f": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"d281477981c9495692761e130f91b5be": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"fc341fa8f34a4ef09e7c1ac8a0c6b307": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"a1dc9bf4f3d64370bbdc444cf0c4bbad": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_eaf92263e9404ed8a6413727c2ac46a8",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_c6cf3d1023024ce5ab93c6c1c0c08267",
"IPY_MODEL_3a71526610994ae98cdc100f0143ce31"
]
}
},
"eaf92263e9404ed8a6413727c2ac46a8": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"c6cf3d1023024ce5ab93c6c1c0c08267": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_31a362da48374cbfb7ac572e404e7320",
"_dom_classes": [],
"description": " #1: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 1,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 1,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_977396007ad04766ae3dae2763ea8b12"
}
},
"3a71526610994ae98cdc100f0143ce31": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_1dbb1183d48f4c9da60b40a8fa0f1e14",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 1/1 [00:03<00:00, 3.40s/ba]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_c4eeb89d056749959d7dfbdb56a306d2"
}
},
"31a362da48374cbfb7ac572e404e7320": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"977396007ad04766ae3dae2763ea8b12": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"1dbb1183d48f4c9da60b40a8fa0f1e14": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"c4eeb89d056749959d7dfbdb56a306d2": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"1954ab8f32ca47548345073fe3acefc3": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_4f00a9887945494aa6e0b83c1c6edf70",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_be5edf7717974d93966aa5542e501c64",
"IPY_MODEL_1bd915293157423c95efe86aaac01b16"
]
}
},
"4f00a9887945494aa6e0b83c1c6edf70": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"be5edf7717974d93966aa5542e501c64": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_666a45dca9c94dd89d9e0bd463bfea22",
"_dom_classes": [],
"description": " #2: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 1,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 1,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_bdf4ce6fc4774d9fb6669f981d61f0f4"
}
},
"1bd915293157423c95efe86aaac01b16": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_8476bbe6ed0f4264ace10cd2fa43f1ed",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 1/1 [00:03<00:00, 3.44s/ba]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_06fc0f2e94ca4bb886b65b12b32d0b8b"
}
},
"666a45dca9c94dd89d9e0bd463bfea22": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"bdf4ce6fc4774d9fb6669f981d61f0f4": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"8476bbe6ed0f4264ace10cd2fa43f1ed": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"06fc0f2e94ca4bb886b65b12b32d0b8b": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"dc422c120c4748f48ff0c5f0fc253f2a": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_5500472d2f1744469d90273468ae53c8",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_84108857a0214b079a41f5d37a6143cb",
"IPY_MODEL_cee6deb9696841cead24e37eaf3fe3c7"
]
}
},
"5500472d2f1744469d90273468ae53c8": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"84108857a0214b079a41f5d37a6143cb": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_8b5b6869703f4e859642a7344ec6460a",
"_dom_classes": [],
"description": " #3: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 1,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 1,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_2da151743d48433d95eb1ebabe01c254"
}
},
"cee6deb9696841cead24e37eaf3fe3c7": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_510e7a4db7a8486e87e372e49947e728",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 1/1 [00:03<00:00, 3.33s/ba]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_ba5bc71c2ef54fc08ce252f8b81befd4"
}
},
"8b5b6869703f4e859642a7344ec6460a": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"2da151743d48433d95eb1ebabe01c254": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"510e7a4db7a8486e87e372e49947e728": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"ba5bc71c2ef54fc08ce252f8b81befd4": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"906fc829b3494228b00603b035d83616": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_d7bac1d5c96349f993556d46ded35f38",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_2e2236cac7214d49b6aa37593475fe88",
"IPY_MODEL_5c27b958b20543288486db01b3c7e930"
]
}
},
"d7bac1d5c96349f993556d46ded35f38": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"2e2236cac7214d49b6aa37593475fe88": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_3f0e8674225f48fa8e4aef4472e0574d",
"_dom_classes": [],
"description": " #0: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 1,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 1,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_8285e4e983b34addaf34b294b3e0075f"
}
},
"5c27b958b20543288486db01b3c7e930": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_82a0e2f801434bbaa3139c7842139f1d",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 1/1 [00:03<00:00, 3.09s/ba]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_19f3f95131984d33bb098eb5a9c97d3a"
}
},
"3f0e8674225f48fa8e4aef4472e0574d": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"8285e4e983b34addaf34b294b3e0075f": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"82a0e2f801434bbaa3139c7842139f1d": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"19f3f95131984d33bb098eb5a9c97d3a": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"8759bf0c1dc24342b5f8e9568461a1a6": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_7d57d4bd837a48aba99446528a4d5830",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_f657f601b6824845829ec354db117370",
"IPY_MODEL_8f1f6dac659345a4a1e66017bdce3372"
]
}
},
"7d57d4bd837a48aba99446528a4d5830": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"f657f601b6824845829ec354db117370": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_4c4da0a52dab4cdc8e30a67069852e43",
"_dom_classes": [],
"description": " #1: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 1,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 1,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_be70da8b07974ee5b81c7765ab5868d5"
}
},
"8f1f6dac659345a4a1e66017bdce3372": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_8af7ea9f5b7b4762a375536fd9fceb98",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 1/1 [00:03<00:00, 3.22s/ba]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_e773b78f75f74a5aad61ebc96c275368"
}
},
"4c4da0a52dab4cdc8e30a67069852e43": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"be70da8b07974ee5b81c7765ab5868d5": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"8af7ea9f5b7b4762a375536fd9fceb98": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"e773b78f75f74a5aad61ebc96c275368": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"9a66d0d5774e47fb86f7109d3d3b411f": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_f3d1ef43fde1429b9f7c6a906b2c145c",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_dd378ef625a44739809a5767470b931c",
"IPY_MODEL_3e4c9f29c8324076ac7ba703eff449c6"
]
}
},
"f3d1ef43fde1429b9f7c6a906b2c145c": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"dd378ef625a44739809a5767470b931c": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_b48d1aaffd924dc4bb42af9f917aea49",
"_dom_classes": [],
"description": " #2: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 1,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 1,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_a62e24094be24ddaaffa2b325cd4f1d6"
}
},
"3e4c9f29c8324076ac7ba703eff449c6": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_bd4c83cc2ac149afb29fb19c853af09b",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 1/1 [00:03<00:00, 3.22s/ba]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_ec678325a311443a8439adc5abb0b241"
}
},
"b48d1aaffd924dc4bb42af9f917aea49": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"a62e24094be24ddaaffa2b325cd4f1d6": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"bd4c83cc2ac149afb29fb19c853af09b": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"ec678325a311443a8439adc5abb0b241": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"7b07eab52b7f4c8f8ba43c476a0c3ecb": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_f507c4ba697847c1b1ec4b8b0dfb3e27",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_a1f99370842d4a3395c3005c92bc0087",
"IPY_MODEL_8af1e6eb01f04003b655946ccf6c14db"
]
}
},
"f507c4ba697847c1b1ec4b8b0dfb3e27": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"a1f99370842d4a3395c3005c92bc0087": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_db6f5531b1864aad9b19823f639fd6ff",
"_dom_classes": [],
"description": " #3: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 1,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 1,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_0e6a043e93864797ab3ca0a68fe375f9"
}
},
"8af1e6eb01f04003b655946ccf6c14db": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_a8703ed0f8144936bebcc6580a601f1e",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 1/1 [00:03<00:00, 3.05s/ba]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_bad0cb6688e443a7887ff718f0741531"
}
},
"db6f5531b1864aad9b19823f639fd6ff": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"0e6a043e93864797ab3ca0a68fe375f9": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"a8703ed0f8144936bebcc6580a601f1e": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"bad0cb6688e443a7887ff718f0741531": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"2d6ea197b69c4ebc8cbabdab871d098d": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_83d41ca78151477390f0b898ccb2f484",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_5469b185c4d74e4c85f8c7f9fa4f4f6c",
"IPY_MODEL_5e68b078d0034e35b762273e4779f76c"
]
}
},
"83d41ca78151477390f0b898ccb2f484": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"5469b185c4d74e4c85f8c7f9fa4f4f6c": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_7f3119c9e7e64ec4895ef6a40941eba9",
"_dom_classes": [],
"description": "Downloading: 100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 1262159319,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 1262159319,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_33dd4bb4d7054975b6f9801e6c3edf2a"
}
},
"5e68b078d0034e35b762273e4779f76c": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_2adc2a1a8a744bd483ab815072a84e25",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 1.26G/1.26G [00:28<00:00, 44.7MB/s]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_a13a5e263a8f4d1cae5f8707a52d735d"
}
},
"7f3119c9e7e64ec4895ef6a40941eba9": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"33dd4bb4d7054975b6f9801e6c3edf2a": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"2adc2a1a8a744bd483ab815072a84e25": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"a13a5e263a8f4d1cae5f8707a52d735d": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"41f82099f80b4a03845844f8489a5826": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_af99577c37ff4dc287a2e00443e4374a",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_c4512334385347ab9fd76247018c5c30",
"IPY_MODEL_861c05c80e064570b106159ab3110e2e"
]
}
},
"af99577c37ff4dc287a2e00443e4374a": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"c4512334385347ab9fd76247018c5c30": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_51ba184c85054a7eb833c582d8b86ee7",
"_dom_classes": [],
"description": "100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 5,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 5,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_53f0ed181dff46459d22bb80ab0ab883"
}
},
"861c05c80e064570b106159ab3110e2e": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_cd36a032ac5343ccba1520344d576cdd",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 5/5 [00:00<00:00, 6.10ex/s]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_ca21585f728b46cbadffa84d5d8c5ffb"
}
},
"51ba184c85054a7eb833c582d8b86ee7": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"53f0ed181dff46459d22bb80ab0ab883": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"cd36a032ac5343ccba1520344d576cdd": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"ca21585f728b46cbadffa84d5d8c5ffb": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"0ad22c80ab7d4864b0ef2658f5b4aaae": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HBoxModel",
"state": {
"_view_name": "HBoxView",
"_dom_classes": [],
"_model_name": "HBoxModel",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.5.0",
"box_style": "",
"layout": "IPY_MODEL_c5584297a5c94a67bb59266981066c9a",
"_model_module": "@jupyter-widgets/controls",
"children": [
"IPY_MODEL_ad70de4f8b92424eb93c737b5e8e23d7",
"IPY_MODEL_4a744770e8804b4e8b926852c59eea84"
]
}
},
"c5584297a5c94a67bb59266981066c9a": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"ad70de4f8b92424eb93c737b5e8e23d7": {
"model_module": "@jupyter-widgets/controls",
"model_name": "FloatProgressModel",
"state": {
"_view_name": "ProgressView",
"style": "IPY_MODEL_67f2f69515a9415fb6692863e4733dd9",
"_dom_classes": [],
"description": "100%",
"_model_name": "FloatProgressModel",
"bar_style": "success",
"max": 3,
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": 3,
"_view_count": null,
"_view_module_version": "1.5.0",
"orientation": "horizontal",
"min": 0,
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_22b0dd4e93cc4551965023a2eca6ce6e"
}
},
"4a744770e8804b4e8b926852c59eea84": {
"model_module": "@jupyter-widgets/controls",
"model_name": "HTMLModel",
"state": {
"_view_name": "HTMLView",
"style": "IPY_MODEL_5ec4ed9f02584f9f94556c016be24bff",
"_dom_classes": [],
"description": "",
"_model_name": "HTMLModel",
"placeholder": "",
"_view_module": "@jupyter-widgets/controls",
"_model_module_version": "1.5.0",
"value": " 3/3 [00:29<00:00, 9.67s/ba]",
"_view_count": null,
"_view_module_version": "1.5.0",
"description_tooltip": null,
"_model_module": "@jupyter-widgets/controls",
"layout": "IPY_MODEL_0699318c176f45218f481b803a086d2d"
}
},
"67f2f69515a9415fb6692863e4733dd9": {
"model_module": "@jupyter-widgets/controls",
"model_name": "ProgressStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "ProgressStyleModel",
"description_width": "initial",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"bar_color": null,
"_model_module": "@jupyter-widgets/controls"
}
},
"22b0dd4e93cc4551965023a2eca6ce6e": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
},
"5ec4ed9f02584f9f94556c016be24bff": {
"model_module": "@jupyter-widgets/controls",
"model_name": "DescriptionStyleModel",
"state": {
"_view_name": "StyleView",
"_model_name": "DescriptionStyleModel",
"description_width": "",
"_view_module": "@jupyter-widgets/base",
"_model_module_version": "1.5.0",
"_view_count": null,
"_view_module_version": "1.2.0",
"_model_module": "@jupyter-widgets/controls"
}
},
"0699318c176f45218f481b803a086d2d": {
"model_module": "@jupyter-widgets/base",
"model_name": "LayoutModel",
"state": {
"_view_name": "LayoutView",
"grid_template_rows": null,
"right": null,
"justify_content": null,
"_view_module": "@jupyter-widgets/base",
"overflow": null,
"_model_module_version": "1.2.0",
"_view_count": null,
"flex_flow": null,
"width": null,
"min_width": null,
"border": null,
"align_items": null,
"bottom": null,
"_model_module": "@jupyter-widgets/base",
"top": null,
"grid_column": null,
"overflow_y": null,
"overflow_x": null,
"grid_auto_flow": null,
"grid_area": null,
"grid_template_columns": null,
"flex": null,
"_model_name": "LayoutModel",
"justify_items": null,
"grid_row": null,
"max_height": null,
"align_content": null,
"visibility": null,
"align_self": null,
"height": null,
"min_height": null,
"padding": null,
"grid_auto_rows": null,
"grid_gap": null,
"max_width": null,
"order": null,
"_view_module_version": "1.2.0",
"grid_template_areas": null,
"object_position": null,
"object_fit": null,
"grid_auto_columns": null,
"margin": null,
"display": null,
"left": null
}
}
}
},
"accelerator": "GPU"
},
"cells": [
{
"cell_type": "markdown",
"metadata": {
"id": "5fbCls1d2yBs"
},
"source": [
"# Emotion Recognition in Greek Speech Using Wav2Vec 2.0"
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "sp37lZOV2042"
},
"source": [
"**Wav2Vec 2.0** is a pretrained model for Automatic Speech Recognition (ASR) and was released in [September 2020](https://ai.facebook.com/blog/wav2vec-20-learning-the-structure-of-speech-from-raw-audio/) by Alexei Baevski, Michael Auli, and Alex Conneau. Soon after the superior performance of Wav2Vec2 was demonstrated on the English ASR dataset LibriSpeech, *Facebook AI* presented XLSR-Wav2Vec2 (click [here](https://arxiv.org/abs/2006.13979)). XLSR stands for *cross-lingual speech representations* and refers to XLSR-Wav2Vec2`s ability to learn speech representations that are useful across multiple languages.\n",
"\n",
"Similar to Wav2Vec2, XLSR-Wav2Vec2 learns powerful speech representations from hundreds of thousands of hours of speech in more than 50 languages of unlabeled speech. Similar, to [BERT's masked language modeling](http://jalammar.github.io/illustrated-bert/), the model learns contextualized speech representations by randomly masking feature vectors before passing them to a transformer network.\n",
"\n",
"\n",
"\n",
"The authors show for the first time that massively pretraining an ASR model on cross-lingual unlabeled speech data, followed by language-specific fine-tuning on very little labeled data achieves state-of-the-art results. See Table 1-5 of the official [paper](https://arxiv.org/pdf/2006.13979.pdf)."
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "y0xJwDkA3QQR"
},
"source": [
"During fine-tuning week hosted by HuggingFace, more than 300 people participated in tuning XLSR-Wav2Vec2's pretrained on low-resources ASR dataset for more than 50 languages. This model is fine-tuned using [Connectionist Temporal Classification](https://distill.pub/2017/ctc/) (CTC), an algorithm used to train neural networks for sequence-to-sequence problems and mainly in Automatic Speech Recognition and handwriting recognition. Follow this [notebook](https://colab.research.google.com/github/patrickvonplaten/notebooks/blob/master/Fine_Tune_XLSR_Wav2Vec2_on_Turkish_ASR_with_%F0%9F%A4%97_Transformers.ipynb#scrollTo=Gx9OdDYrCtQ1) for more information about XLSR-Wav2Vec2 fine-tuning.\n",
"\n",
"This model was shown significant results in many low-resources languages. You can see the [competition board](https://paperswithcode.com/dataset/common-voice) or even testing the models from the [HuggingFace hub](https://huggingface.co/models?filter=xlsr-fine-tuning-week). \n",
"\n",
"\n",
"In this notebook, we will go through how to use this model to recognize the emotional aspects of speech in a language (or even as a general view using for every classification problem). Before going any further, we need to install some handy packages and define some enviroment values."
]
},
{
"cell_type": "code",
"metadata": {
"id": "TYsw43ULuXC_"
},
"source": [
"%%capture\n",
"\n",
"!pip install git+https://github.com/huggingface/datasets.git\n",
"!pip install git+https://github.com/huggingface/transformers.git\n",
"!pip install jiwer\n",
"!pip install torchaudio\n",
"!pip install librosa\n",
"\n",
"# Monitor the training process\n",
"# !pip install wandb"
],
"execution_count": 1,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "cp4-LTa2uphv",
"outputId": "652dcdfd-477d-425a-b5a7-c2c16ad786aa"
},
"source": [
"%env LC_ALL=C.UTF-8\n",
"%env LANG=C.UTF-8\n",
"%env TRANSFORMERS_CACHE=/content/cache\n",
"%env HF_DATASETS_CACHE=/content/cache\n",
"%env CUDA_LAUNCH_BLOCKING=1"
],
"execution_count": 2,
"outputs": [
{
"output_type": "stream",
"text": [
"env: LC_ALL=C.UTF-8\n",
"env: LANG=C.UTF-8\n",
"env: TRANSFORMERS_CACHE=/content/cache\n",
"env: HF_DATASETS_CACHE=/content/cache\n",
"env: CUDA_LAUNCH_BLOCKING=1\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"id": "A0B06FRmusKF"
},
"source": [
"# # Uncomment this part if you want to setup your wandb project\n",
"\n",
"# %env WANDB_WATCH=all\n",
"# %env WANDB_LOG_MODEL=1\n",
"# %env WANDB_PROJECT=YOUR_PROJECT_NAME\n",
"# !wandb login YOUR_API_KEY --relogin"
],
"execution_count": 3,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
"id": "krC50MmmvBWJ"
},
"source": [
"## Prepare Data\n",
"\n",
"For this particular example, we use [Acted Emotional Speech Dynamic Database – AESDD](http://m3c.web.auth.gr/research/aesdd-speech-emotion-recognition/) provided by Multidisciplinary Media & Mediated Communication Research Group ([M3C](http://m3c.web.auth.gr/)). \n",
"\n",
"The Acted Emotional Speech Dynamic Database (AESDD) is a publically available speech emotion recognition dataset that contains utterances of acted emotional speech in the Greek language for five different emotions `sadness`, `disgust`, `happiness`, `anger`, and `fear`.\n",
"\n",
"The dataset consists of directories of emotions; each folder includes specific emotions. We need to loop over directories and save the paths related to each class based on the directory name.\n",
"\n",
"```bash\n",
".\n",
"├── Tools\\ and\\ Documentation\n",
"│ ├── ESTrainer.mlapp\n",
"│ ├── Speech\\ Emotion\\ Recognition\\ Adapted\\ to\\ Multimodal\\ Semantic\\ Repositories_documentation.pdf\n",
"│ ├── Speech\\ Emotion\\ Recognition\\ for\\ Performance\\ Interaction.pdf\n",
"│ └── readme.txt\n",
"├── anger\n",
"│ ├── a01\\ (1).wav\n",
"│ ├── a01\\ (2).wav\n",
"│ ├── ...\n",
"├── disgust\n",
"│ ├── d01\\ (1).wav\n",
"│ ├── d01\\ (2).wav\n",
"│ ├── ...\n",
"├── fear\n",
"│ ├── f01\\ (1).wav\n",
"│ ├── f01\\ (2).wav\n",
"│ ├── ...\n",
"├── happiness\n",
"│ ├── h01\\ (1).wav\n",
"│ ├── h01\\ (2).wav\n",
"│ ├── ...\n",
"└── sadness\n",
" ├── s01\\ (1).wav\n",
" ├── s01\\ (2).wav\n",
" ├── ...\n",
"\n",
"6 directories, 609 files\n",
"```"
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "4UVGPPOVCl-Y"
},
"source": [
"Since the dataset is hosted on [Mega](https://mega.nz/#F!0ShVXY7C!-73kVoK05OjTPEA95UUvMw) and unable to access it directly, we upload the dataset on the G-drive to make this tutorial accessible."
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "nEKDAy2bCGFM",
"outputId": "d492adcb-7507-4389-d2c5-21922724e1ef"
},
"source": [
"# Download the dataset from \n",
"\n",
"!mkdir -p /content/data\n",
"!gdown https://drive.google.com/uc?id=1_IAWexEWpH-ly_JaA5EGfZDp-_3flkN1\n",
"!unzip -q aesdd.zip -d /content/data/\n",
"!mv \"/content/data/Acted Emotional Speech Dynamic Database/\" /content/data/aesdd/"
],
"execution_count": 4,
"outputs": [
{
"output_type": "stream",
"text": [
"Downloading...\n",
"From: https://drive.google.com/uc?id=1_IAWexEWpH-ly_JaA5EGfZDp-_3flkN1\n",
"To: /content/aesdd.zip\n",
"410MB [00:03, 111MB/s]\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"id": "pFSqZ0jwCMSv"
},
"source": [
"import numpy as np\n",
"import pandas as pd\n",
"\n",
"from pathlib import Path\n",
"from tqdm import tqdm\n",
"\n",
"import torchaudio\n",
"from sklearn.model_selection import train_test_split\n",
"\n",
"import os\n",
"import sys"
],
"execution_count": 5,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"id": "tLu6DVtJj4PI"
},
"source": [
"sample_label = {\n",
" 'happiness': [2/100, 4/100, 6/100],\n",
" 'sadness': [3/100, 6/100, 9/100],\n",
" 'anger': [5/100, 10/100, 15/100],\n",
" 'disgust': [7/100, 14/100, 28/100],\n",
" 'fear': [11/100, 22/100, 33/100],\n",
"}"
],
"execution_count": 25,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "7MXAESg_Dqr6",
"outputId": "d6cbd397-c53b-44ed-d9a0-013ae6f4d89f"
},
"source": [
"data = []\n",
"\n",
"for path in tqdm(Path(\"/content/data/aesdd\").glob(\"**/*.wav\")):\n",
" name = str(path).split('/')[-1].split('.')[0]\n",
" label = str(path).split('/')[-2]\n",
" \n",
" try:\n",
" # There are some broken files\n",
" s = torchaudio.load(path)\n",
" data.append({\n",
" \"name\": name,\n",
" \"path\": path,\n",
" \"emotion\": sample_label[label]\n",
" })\n",
" except Exception as e:\n",
" # print(str(path), e)\n",
" pass\n",
"\n",
" # break"
],
"execution_count": 40,
"outputs": [
{
"output_type": "stream",
"text": [
"605it [00:01, 501.41it/s]\n"
],
"name": "stderr"
}
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 204
},
"id": "10b89ZpLDqx9",
"outputId": "765f457c-d451-4d6e-bdb9-46e4efdf06b7"
},
"source": [
"df = pd.DataFrame(data)\n",
"df.head()"
],
"execution_count": 41,
"outputs": [
{
"output_type": "execute_result",
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" \n",
" name \n",
" path \n",
" emotion \n",
" \n",
" \n",
" \n",
" \n",
" 0 \n",
" d15 (3) \n",
" /content/data/aesdd/disgust/d15 (3).wav \n",
" [0.07, 0.14, 0.28] \n",
" \n",
" \n",
" 1 \n",
" d16 (1) \n",
" /content/data/aesdd/disgust/d16 (1).wav \n",
" [0.07, 0.14, 0.28] \n",
" \n",
" \n",
" 2 \n",
" d20 (5) \n",
" /content/data/aesdd/disgust/d20 (5).wav \n",
" [0.07, 0.14, 0.28] \n",
" \n",
" \n",
" 3 \n",
" d11 (1) \n",
" /content/data/aesdd/disgust/d11 (1).wav \n",
" [0.07, 0.14, 0.28] \n",
" \n",
" \n",
" 4 \n",
" d01 (2) \n",
" /content/data/aesdd/disgust/d01 (2).wav \n",
" [0.07, 0.14, 0.28] \n",
" \n",
" \n",
"
\n",
"
"
],
"text/plain": [
" name path emotion\n",
"0 d15 (3) /content/data/aesdd/disgust/d15 (3).wav [0.07, 0.14, 0.28]\n",
"1 d16 (1) /content/data/aesdd/disgust/d16 (1).wav [0.07, 0.14, 0.28]\n",
"2 d20 (5) /content/data/aesdd/disgust/d20 (5).wav [0.07, 0.14, 0.28]\n",
"3 d11 (1) /content/data/aesdd/disgust/d11 (1).wav [0.07, 0.14, 0.28]\n",
"4 d01 (2) /content/data/aesdd/disgust/d01 (2).wav [0.07, 0.14, 0.28]"
]
},
"metadata": {
"tags": []
},
"execution_count": 41
}
]
},
{
"cell_type": "code",
"metadata": {
"id": "iMhTHur8voOp",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 238
},
"outputId": "49ece9a6-51c4-40e1-fce2-0254687947da"
},
"source": [
"# Filter broken and non-existed paths\n",
"\n",
"print(f\"Step 0: {len(df)}\")\n",
"\n",
"df[\"status\"] = df[\"path\"].apply(lambda path: True if os.path.exists(path) else None)\n",
"df = df.dropna(subset=[\"path\"])\n",
"df = df.drop(\"status\", 1)\n",
"print(f\"Step 1: {len(df)}\")\n",
"\n",
"df = df.sample(frac=1)\n",
"df = df.reset_index(drop=True)\n",
"df.head()"
],
"execution_count": 42,
"outputs": [
{
"output_type": "stream",
"text": [
"Step 0: 604\n",
"Step 1: 604\n"
],
"name": "stdout"
},
{
"output_type": "execute_result",
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" \n",
" name \n",
" path \n",
" emotion \n",
" \n",
" \n",
" \n",
" \n",
" 0 \n",
" s13 (5) \n",
" /content/data/aesdd/sadness/s13 (5).wav \n",
" [0.03, 0.06, 0.09] \n",
" \n",
" \n",
" 1 \n",
" s05 (4) \n",
" /content/data/aesdd/sadness/s05 (4).wav \n",
" [0.03, 0.06, 0.09] \n",
" \n",
" \n",
" 2 \n",
" d13 (6) \n",
" /content/data/aesdd/disgust/d13 (6).wav \n",
" [0.07, 0.14, 0.28] \n",
" \n",
" \n",
" 3 \n",
" s16 (2) \n",
" /content/data/aesdd/sadness/s16 (2).wav \n",
" [0.03, 0.06, 0.09] \n",
" \n",
" \n",
" 4 \n",
" f15 (4) \n",
" /content/data/aesdd/fear/f15 (4).wav \n",
" [0.11, 0.22, 0.33] \n",
" \n",
" \n",
"
\n",
"
"
],
"text/plain": [
" name path emotion\n",
"0 s13 (5) /content/data/aesdd/sadness/s13 (5).wav [0.03, 0.06, 0.09]\n",
"1 s05 (4) /content/data/aesdd/sadness/s05 (4).wav [0.03, 0.06, 0.09]\n",
"2 d13 (6) /content/data/aesdd/disgust/d13 (6).wav [0.07, 0.14, 0.28]\n",
"3 s16 (2) /content/data/aesdd/sadness/s16 (2).wav [0.03, 0.06, 0.09]\n",
"4 f15 (4) /content/data/aesdd/fear/f15 (4).wav [0.11, 0.22, 0.33]"
]
},
"metadata": {
"tags": []
},
"execution_count": 42
}
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "TWku4ra3Bp52"
},
"source": [
"Let's explore how many labels (emotions) are in the dataset with what distribution."
]
},
{
"cell_type": "code",
"metadata": {
"id": "beNpKMh5xXmX"
},
"source": [
"# print(\"Labels: \", df[\"emotion\"].unique())\n",
"# print()\n",
"# df.groupby(\"emotion\").count()[[\"path\"]]"
],
"execution_count": 30,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
"id": "i2hwRai7BNrx"
},
"source": [
"Let's display some random sample of the dataset and run it a couple of times to get a feeling for the audio and the emotional label."
]
},
{
"cell_type": "code",
"metadata": {
"id": "DZaQ_sP5xkIX",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 126
},
"outputId": "ab38a3fa-886e-47da-de19-cde1eeb41f95"
},
"source": [
"import torchaudio\n",
"import librosa\n",
"import IPython.display as ipd\n",
"import numpy as np\n",
"\n",
"idx = np.random.randint(0, len(df))\n",
"sample = df.iloc[idx]\n",
"path = sample[\"path\"]\n",
"label = sample[\"emotion\"]\n",
"\n",
"\n",
"print(f\"ID Location: {idx}\")\n",
"print(f\" Label: {label}\")\n",
"print()\n",
"\n",
"speech, sr = torchaudio.load(path)\n",
"speech = speech[0].numpy().squeeze()\n",
"speech = librosa.resample(np.asarray(speech), sr, 16_000)\n",
"ipd.Audio(data=np.asarray(speech), autoplay=True, rate=16000)"
],
"execution_count": 10,
"outputs": [
{
"output_type": "stream",
"text": [
"ID Location: 410\n",
" Label: anger\n",
"\n"
],
"name": "stdout"
},
{
"output_type": "execute_result",
"data": {
"text/html": [
"\n",
" \n",
" \n",
" Your browser does not support the audio element.\n",
" \n",
" "
],
"text/plain": [
""
]
},
"metadata": {
"tags": []
},
"execution_count": 10
}
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "7WNjWoWRCmPk"
},
"source": [
"For training purposes, we need to split data into train test sets; in this specific example, we break with a `20%` rate for the test set."
]
},
{
"cell_type": "code",
"metadata": {
"id": "mlim-044xtJN",
"colab": {
"base_uri": "https://localhost:8080/"
},
"outputId": "91552b87-9444-4211-ebe2-4d5ce98f7e10"
},
"source": [
"save_path = \"/content/data\"\n",
"\n",
"train_df, test_df = train_test_split(df, test_size=0.2, random_state=101)\n",
"\n",
"train_df = train_df.reset_index(drop=True)\n",
"test_df = test_df.reset_index(drop=True)\n",
"\n",
"train_df.to_csv(f\"{save_path}/train.csv\", sep=\"\\t\", encoding=\"utf-8\", index=False)\n",
"test_df.to_csv(f\"{save_path}/test.csv\", sep=\"\\t\", encoding=\"utf-8\", index=False)\n",
"\n",
"\n",
"print(train_df.shape)\n",
"print(test_df.shape)"
],
"execution_count": 31,
"outputs": [
{
"output_type": "stream",
"text": [
"(483, 3)\n",
"(121, 3)\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "kcnD-d_rDElt"
},
"source": [
"## Prepare Data for Training"
]
},
{
"cell_type": "code",
"metadata": {
"id": "Hr4md2ywo3eK"
},
"source": [
"import ast\n",
"\n",
"def str2list(batch):\n",
" batch[\"emotion\"] = ast.literal_eval(batch[\"emotion\"])\n",
" return batch"
],
"execution_count": 46,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 285,
"referenced_widgets": [
"dcb3759e82ea4fdea6d6348d62a59e69",
"1f08307342a74e8f839182e6918c2eee",
"92d31d73f0be45e59f02a606dd9ba4bc",
"97386307594a4a74a804f45720b23096",
"7fd7c3ef7f29430a8558ea2cc2301e4b",
"7d65a6ca925a4267b2682c9afe9e3071",
"81574abedcd5492aaedd597a7308997e",
"19a153f2925b42dc86c3f8cc94efc2b1",
"23cab63510b54331a45c531512b1220b",
"2f9e2eb66ac243ee947c5e0e90ba0963",
"73ba3c43267b48d8bb03dd125f994564",
"08804f4be2fd401da39dbe6b09372b89",
"f53da1384c604aaa8dece6bb4094efc9",
"5c027df6f15d48f4b7e195c3b5ca10d1",
"15d48f43109c49b08639d99ef5c00af8",
"e22ffc20153b4ab7b541c0d63a2fa1db"
]
},
"id": "nnVfxQYDDIc6",
"outputId": "5dfd9965-6181-4b93-a3e5-a0b4afa8ee60"
},
"source": [
"# Loading the created dataset using datasets\n",
"from datasets import load_dataset, load_metric\n",
"\n",
"\n",
"data_files = {\n",
" \"train\": \"/content/data/train.csv\", \n",
" \"validation\": \"/content/data/test.csv\",\n",
"}\n",
"\n",
"dataset = load_dataset(\"csv\", data_files=data_files, delimiter=\"\\t\")\n",
"dataset = dataset.map(str2list)\n",
"train_dataset = dataset[\"train\"]\n",
"eval_dataset = dataset[\"validation\"]\n",
"\n",
"print(train_dataset)\n",
"print(eval_dataset)"
],
"execution_count": 47,
"outputs": [
{
"output_type": "stream",
"text": [
"Using custom data configuration default-b009d1261915c83d\n",
"Reusing dataset csv (/content/cache/csv/default-b009d1261915c83d/0.0.0/2dc6629a9ff6b5697d82c25b73731dd440507a69cbce8b425db50b751e8fcfd0)\n"
],
"name": "stderr"
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "dcb3759e82ea4fdea6d6348d62a59e69",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, max=483.0), HTML(value='')))"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"\n"
],
"name": "stdout"
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "23cab63510b54331a45c531512b1220b",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, max=121.0), HTML(value='')))"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"\n",
"Dataset({\n",
" features: ['emotion', 'name', 'path'],\n",
" num_rows: 483\n",
"})\n",
"Dataset({\n",
" features: ['emotion', 'name', 'path'],\n",
" num_rows: 121\n",
"})\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"id": "rsOrQPBOEVOy"
},
"source": [
"# We need to specify the input and output column\n",
"input_column = \"path\"\n",
"output_column = \"emotion\""
],
"execution_count": 48,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "OWHA4xtpoUC-",
"outputId": "01c2e7f2-d104-4a69-8987-94bc722d6579"
},
"source": [
"train_dataset[0][output_column]"
],
"execution_count": 49,
"outputs": [
{
"output_type": "execute_result",
"data": {
"text/plain": [
"[0.05, 0.1, 0.15]"
]
},
"metadata": {
"tags": []
},
"execution_count": 49
}
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "-gh7fQ1XEpC7",
"outputId": "65dc9f63-6de3-4df5-88b8-24456c75f024"
},
"source": [
"num_labels = len(train_dataset[0][output_column])\n",
"label_list = list(range(num_labels))\n",
"print(f\"A regression problem with {num_labels} items: {label_list}\")\n",
"is_regression = True"
],
"execution_count": 50,
"outputs": [
{
"output_type": "stream",
"text": [
"A regression problem with 3 items: [0, 1, 2]\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "4TkGYrVTFR6Y"
},
"source": [
"In order to preprocess the audio into our classification model, we need to set up the relevant Wav2Vec2 assets regarding our language in this case `lighteternal/wav2vec2-large-xlsr-53-greek` fine-tuned by [Dimitris Papadopoulos](https://huggingface.co/lighteternal/wav2vec2-large-xlsr-53-greek). To handle the context representations in any audio length we use a merge strategy plan (pooling mode) to concatenate that 3D representations into 2D representations.\n",
"\n",
"There are three merge strategies `mean`, `sum`, and `max`. In this example, we achieved better results on the mean approach. In the following, we need to initiate the config and the feature extractor from the Dimitris model."
]
},
{
"cell_type": "code",
"metadata": {
"id": "rQrGaFohGzVo"
},
"source": [
"from transformers import AutoConfig, Wav2Vec2Processor"
],
"execution_count": 51,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"id": "9Y1adr7vFrq7"
},
"source": [
"model_name_or_path = \"lighteternal/wav2vec2-large-xlsr-53-greek\"\n",
"pooling_mode = \"mean\""
],
"execution_count": 52,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"id": "AZjDSmBRGqr6"
},
"source": [
"# config\n",
"config = AutoConfig.from_pretrained(\n",
" model_name_or_path,\n",
" num_labels=num_labels,\n",
" label2id={label: i for i, label in enumerate(label_list)},\n",
" id2label={i: label for i, label in enumerate(label_list)},\n",
" finetuning_task=\"wav2vec2_clf\",\n",
" problem_type=\"regression\"\n",
")\n",
"setattr(config, 'pooling_mode', pooling_mode)"
],
"execution_count": 53,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 35
},
"id": "J4wRa6YdjRVU",
"outputId": "c6d3d43f-054c-45a0-c0ae-b87319cac048"
},
"source": [
"config.problem_type"
],
"execution_count": 54,
"outputs": [
{
"output_type": "execute_result",
"data": {
"application/vnd.google.colaboratory.intrinsic+json": {
"type": "string"
},
"text/plain": [
"'regression'"
]
},
"metadata": {
"tags": []
},
"execution_count": 54
}
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "ZXVl9qW1Gw_-",
"outputId": "e33efaca-6f5d-4981-88ef-a06e6966005c"
},
"source": [
"processor = Wav2Vec2Processor.from_pretrained(model_name_or_path,)\n",
"target_sampling_rate = processor.feature_extractor.sampling_rate\n",
"print(f\"The target sampling rate: {target_sampling_rate}\")"
],
"execution_count": 55,
"outputs": [
{
"output_type": "stream",
"text": [
"Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.\n"
],
"name": "stderr"
},
{
"output_type": "stream",
"text": [
"The target sampling rate: 16000\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "CbGuYgLqHXZg"
},
"source": [
"# Preprocess Data"
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "qLk-eM1DFjtE"
},
"source": [
"So far, we downloaded, loaded, and split the SER dataset into train and test sets. The instantiated our strategy configuration for using context representations in our classification problem SER. Now, we need to extract features from the audio path in context representation tensors and feed them into our classification model to determine the emotion in the speech.\n",
"\n",
"Since the audio file is saved in the `.wav` format, it is easy to use **[Librosa](https://librosa.org/doc/latest/index.html)** or others, but we suppose that the format may be in the `.mp3` format in case of generality. We found that the **[Torchaudio](https://pytorch.org/audio/stable/index.html)** library works best for reading in `.mp3` data.\n",
"\n",
"An audio file usually stores both its values and the sampling rate with which the speech signal was digitalized. We want to store both in the dataset and write a **map(...)** function accordingly. Also, we need to handle the string labels into integers for our specific classification task in this case, the **single-label classification** you may want to use for your **regression** or even **multi-label classification**."
]
},
{
"cell_type": "code",
"metadata": {
"id": "6UqlIV3uGxDA"
},
"source": [
"def speech_file_to_array_fn(path):\n",
" speech_array, sampling_rate = torchaudio.load(path)\n",
" resampler = torchaudio.transforms.Resample(sampling_rate, target_sampling_rate)\n",
" speech = resampler(speech_array).squeeze().numpy()\n",
" return speech\n",
"\n",
"def preprocess_function(examples):\n",
" speech_list = [speech_file_to_array_fn(path) for path in examples[input_column]]\n",
" target_list = [label for label in examples[output_column]] # Do any preprocessing on your float/integer data\n",
"\n",
" result = processor(speech_list, sampling_rate=target_sampling_rate)\n",
" result[\"labels\"] = list(target_list)\n",
"\n",
" return result"
],
"execution_count": 56,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"id": "onJ2ichkpl5q"
},
"source": [
"train_dataset = train_dataset.select(range(100))\n",
"eval_dataset = eval_dataset.select(range(100))"
],
"execution_count": 58,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 769,
"referenced_widgets": [
"0c5871b4f88d4165b63d6d313d8e7386",
"52ae203424c74e1b89e59b889984839d",
"f1c75fa5913b46cb9bf2b8d7c3336dab",
"255500931c8f4b7292dd2232349181d4",
"e72b71274ed8409ca23f1e27c4e5302d",
"9869fc04765b4639b2d7565e58b3da4f",
"d281477981c9495692761e130f91b5be",
"fc341fa8f34a4ef09e7c1ac8a0c6b307",
"a1dc9bf4f3d64370bbdc444cf0c4bbad",
"eaf92263e9404ed8a6413727c2ac46a8",
"c6cf3d1023024ce5ab93c6c1c0c08267",
"3a71526610994ae98cdc100f0143ce31",
"31a362da48374cbfb7ac572e404e7320",
"977396007ad04766ae3dae2763ea8b12",
"1dbb1183d48f4c9da60b40a8fa0f1e14",
"c4eeb89d056749959d7dfbdb56a306d2",
"1954ab8f32ca47548345073fe3acefc3",
"4f00a9887945494aa6e0b83c1c6edf70",
"be5edf7717974d93966aa5542e501c64",
"1bd915293157423c95efe86aaac01b16",
"666a45dca9c94dd89d9e0bd463bfea22",
"bdf4ce6fc4774d9fb6669f981d61f0f4",
"8476bbe6ed0f4264ace10cd2fa43f1ed",
"06fc0f2e94ca4bb886b65b12b32d0b8b",
"dc422c120c4748f48ff0c5f0fc253f2a",
"5500472d2f1744469d90273468ae53c8",
"84108857a0214b079a41f5d37a6143cb",
"cee6deb9696841cead24e37eaf3fe3c7",
"8b5b6869703f4e859642a7344ec6460a",
"2da151743d48433d95eb1ebabe01c254",
"510e7a4db7a8486e87e372e49947e728",
"ba5bc71c2ef54fc08ce252f8b81befd4",
"906fc829b3494228b00603b035d83616",
"d7bac1d5c96349f993556d46ded35f38",
"2e2236cac7214d49b6aa37593475fe88",
"5c27b958b20543288486db01b3c7e930",
"3f0e8674225f48fa8e4aef4472e0574d",
"8285e4e983b34addaf34b294b3e0075f",
"82a0e2f801434bbaa3139c7842139f1d",
"19f3f95131984d33bb098eb5a9c97d3a",
"8759bf0c1dc24342b5f8e9568461a1a6",
"7d57d4bd837a48aba99446528a4d5830",
"f657f601b6824845829ec354db117370",
"8f1f6dac659345a4a1e66017bdce3372",
"4c4da0a52dab4cdc8e30a67069852e43",
"be70da8b07974ee5b81c7765ab5868d5",
"8af7ea9f5b7b4762a375536fd9fceb98",
"e773b78f75f74a5aad61ebc96c275368",
"9a66d0d5774e47fb86f7109d3d3b411f",
"f3d1ef43fde1429b9f7c6a906b2c145c",
"dd378ef625a44739809a5767470b931c",
"3e4c9f29c8324076ac7ba703eff449c6",
"b48d1aaffd924dc4bb42af9f917aea49",
"a62e24094be24ddaaffa2b325cd4f1d6",
"bd4c83cc2ac149afb29fb19c853af09b",
"ec678325a311443a8439adc5abb0b241",
"7b07eab52b7f4c8f8ba43c476a0c3ecb",
"f507c4ba697847c1b1ec4b8b0dfb3e27",
"a1f99370842d4a3395c3005c92bc0087",
"8af1e6eb01f04003b655946ccf6c14db",
"db6f5531b1864aad9b19823f639fd6ff",
"0e6a043e93864797ab3ca0a68fe375f9",
"a8703ed0f8144936bebcc6580a601f1e",
"bad0cb6688e443a7887ff718f0741531"
]
},
"id": "ioP8FfR2GxHi",
"outputId": "3e75660e-7517-4958-f38e-3e19195edaa6"
},
"source": [
"train_dataset = train_dataset.map(\n",
" preprocess_function,\n",
" batch_size=100,\n",
" batched=True,\n",
" num_proc=4\n",
")\n",
"eval_dataset = eval_dataset.map(\n",
" preprocess_function,\n",
" batch_size=100,\n",
" batched=True,\n",
" num_proc=4\n",
")"
],
"execution_count": 59,
"outputs": [
{
"output_type": "stream",
"text": [
" "
],
"name": "stdout"
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "0c5871b4f88d4165b63d6d313d8e7386",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description=' #0', max=1.0, style=ProgressStyle(description_width='ini…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
" "
],
"name": "stdout"
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "a1dc9bf4f3d64370bbdc444cf0c4bbad",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description=' #1', max=1.0, style=ProgressStyle(description_width='ini…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "1954ab8f32ca47548345073fe3acefc3",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description=' #2', max=1.0, style=ProgressStyle(description_width='ini…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "dc422c120c4748f48ff0c5f0fc253f2a",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description=' #3', max=1.0, style=ProgressStyle(description_width='ini…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"/usr/local/lib/python3.7/dist-packages/numpy/core/_asarray.py:83: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray\n",
" return array(a, dtype, copy=False, order=order)\n",
"/usr/local/lib/python3.7/dist-packages/numpy/core/_asarray.py:83: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray\n",
" return array(a, dtype, copy=False, order=order)\n",
"/usr/local/lib/python3.7/dist-packages/numpy/core/_asarray.py:83: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray\n",
" return array(a, dtype, copy=False, order=order)\n",
"/usr/local/lib/python3.7/dist-packages/numpy/core/_asarray.py:83: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray\n",
" return array(a, dtype, copy=False, order=order)\n"
],
"name": "stderr"
},
{
"output_type": "stream",
"text": [
"\n",
"\n",
"\n",
"\n",
" "
],
"name": "stdout"
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "906fc829b3494228b00603b035d83616",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description=' #0', max=1.0, style=ProgressStyle(description_width='ini…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
" "
],
"name": "stdout"
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "8759bf0c1dc24342b5f8e9568461a1a6",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description=' #1', max=1.0, style=ProgressStyle(description_width='ini…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "9a66d0d5774e47fb86f7109d3d3b411f",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description=' #2', max=1.0, style=ProgressStyle(description_width='ini…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "7b07eab52b7f4c8f8ba43c476a0c3ecb",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description=' #3', max=1.0, style=ProgressStyle(description_width='ini…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"/usr/local/lib/python3.7/dist-packages/numpy/core/_asarray.py:83: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray\n",
" return array(a, dtype, copy=False, order=order)\n",
"/usr/local/lib/python3.7/dist-packages/numpy/core/_asarray.py:83: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray\n",
" return array(a, dtype, copy=False, order=order)\n",
"/usr/local/lib/python3.7/dist-packages/numpy/core/_asarray.py:83: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray\n",
" return array(a, dtype, copy=False, order=order)\n",
"/usr/local/lib/python3.7/dist-packages/numpy/core/_asarray.py:83: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray\n",
" return array(a, dtype, copy=False, order=order)\n"
],
"name": "stderr"
},
{
"output_type": "stream",
"text": [
"\n",
"\n",
"\n",
"\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "eu1qcRucHk6d",
"outputId": "cacb1608-5219-4b7e-99db-58871cfd4278"
},
"source": [
"idx = 0\n",
"print(f\"Training input_values: {train_dataset[idx]['input_values']}\")\n",
"print(f\"Training attention_mask: {train_dataset[idx]['attention_mask']}\")\n",
"print(f\"Training labels: {train_dataset[idx]['labels']} - {train_dataset[idx]['emotion']}\")\n",
"print(f\"Type of label: {type(train_dataset[idx]['labels'])}\")"
],
"execution_count": 65,
"outputs": [
{
"output_type": "stream",
"text": [
"Training input_values: [-0.010774079710245132, -0.01810072548687458, -0.014727980829775333, -0.008076385594904423, -0.008145168423652649, -0.007798978593200445, -0.007959483191370964, -0.008001809008419514, -0.007976813241839409, -0.007508280221372843, -0.00824645534157753, -0.007159586995840073, 0.00020136195234954357, 0.0007507744594477117, 0.0008653859258629382, 0.0006440710858441889, 0.0004495307512115687, 0.00042356998892500997, 0.0007293993257917464, 0.0005440274835564196, 0.0010411323746666312, 0.0008375509059987962, 0.000538927037268877, 0.0006388535257428885, 0.0005701392656192183, 0.0006645595422014594, 0.000773670501075685, 0.0005853964248672128, 0.0005868952139280736, 0.0007286491454578936, 0.0007448248798027635, 0.0007389641250483692, 0.00040652835741639137, 0.0005920393159613013, 0.00029072293546050787, 0.0005208543734624982, 0.000625554530415684, 0.0005883093108423054, 0.0006173308938741684, 0.0005788262351416051, 0.0006759322714060545, 0.0008048624731600285, 0.0007862251368351281, 0.0007570101879537106, 0.0006149172550067306, 0.00026620569406077266, 0.00046785155427642167, 0.000758927664719522, 0.0003358385874889791, -0.0015796155203133821, -0.0016665951116010547, -0.0010520286159589887, 0.0009533081902191043, 0.0003022983146365732, 0.0006291677709668875, 0.0007906961254775524, 0.0005575212999247015, 0.00044743239413946867, 0.0004691507783718407, 0.0006230957224033773, 0.0005915238289162517, 0.0006115136202424765, 0.0005960423732176423, 0.0006141838966868818, 0.0008424140396527946, 0.00013494196173269302, 0.00039849395398050547, 0.0006276516942307353, 0.0006734674097970128, 0.0007775886333547533, 0.0005084112635813653, 0.0008213364635594189, 0.0008129886700771749, 0.0007375854765996337, 0.00047997638466767967, 0.00266055716201663, 0.0096903620287776, 0.009375708177685738, 0.009158110246062279, 0.00936850905418396, 0.009029626846313477, 0.009155011735856533, 0.00937741994857788, 0.009318377822637558, 0.009182245470583439, 0.00946110486984253, 0.009573188610374928, 0.009197412990033627, 0.009226619265973568, 0.009742526337504387, 0.008731624111533165, 0.011594317853450775, 0.018566472455859184, 0.01760922558605671, 0.01778121292591095, 0.01798499934375286, 0.018097402527928352, 0.01757429540157318, 0.017683902755379677, 0.01809246838092804, 0.017730198800563812, 0.017968840897083282, 0.018079068511724472, 0.018031667917966843, 0.017744243144989014, 0.017991838976740837, 0.017920617014169693, 0.01794622652232647, 0.017795491963624954, 0.017798297107219696, 0.017955971881747246, 0.017899570986628532, 0.01809452474117279, 0.017904071137309074, 0.01756405644118786, 0.01786474511027336, 0.01808784529566765, 0.018069395795464516, 0.017867891117930412, 0.017616767436265945, 0.017853373661637306, 0.01763911359012127, 0.017839597538113594, 0.01838686875998974, 0.02582516148686409, 0.026906505227088928, 0.026340123265981674, 0.026510978117585182, 0.026584221050143242, 0.0267243180423975, 0.025817427784204483, 0.032501671463251114, 0.03571203723549843, 0.03495758771896362, 0.035274069756269455, 0.03523401916027069, 0.035358626395463943, 0.03435191884636879, 0.038968540728092194, 0.044120460748672485, 0.04347735643386841, 0.04395988956093788, 0.04370613023638725, 0.04387899488210678, 0.04358365759253502, 0.04384066164493561, 0.04364780709147453, 0.0405590757727623, 0.0438329316675663, 0.04364686831831932, 0.0436900295317173, 0.04349138215184212, 0.04369955509901047, 0.043688032776117325, 0.043683748692274094, 0.043705135583877563, 0.04365671053528786, 0.043788209557533264, 0.043911803513765335, 0.04340270906686783, 0.04444313794374466, 0.0416361503303051, 0.041619837284088135, 0.04492563381791115, 0.03759133070707321, 0.03440225496888161, 0.03522317856550217, 0.0348532572388649, 0.035164326429367065, 0.03505527973175049, 0.035133395344018936, 0.035029202699661255, 0.03482009842991829, 0.027011504396796227, 0.02626776322722435, 0.02617250382900238, 0.02718723751604557, 0.02105395868420601, 0.017213188111782074, 0.018220359459519386, 0.017588118091225624, 0.018163377419114113, 0.018007175996899605, 0.018111158162355423, 0.017883742228150368, 0.017891133204102516, 0.02590399980545044, 0.026398612186312675, 0.027004752308130264, 0.020910652354359627, 0.0170682892203331, 0.018441831693053246, 0.0172494538128376, 0.009561839513480663, 0.009237600490450859, 0.009248652495443821, 0.009042314253747463, 0.00926585216075182, 0.009432272985577583, 0.008999768644571304, 0.009613323025405407, 0.008781912736594677, 0.011278507299721241, 0.01832413859665394, 0.01754804328083992, 0.018163498491048813, 0.01790832169353962, 0.01050686277449131, 0.009060767479240894, 0.009344495832920074, 0.009153947234153748, 0.0020511457696557045, 0.0004012617573607713, 0.0006334327626973391, 0.0005157241248525679, 0.0006251647137105465, 0.0006445633480325341, 0.000588531547691673, 0.0006443787715397775, 0.0003511813119985163, 0.0011067395098507404, -0.0026493973564356565, -0.008590694516897202, -0.00784333050251007, -0.008202532306313515, -0.007976286113262177, -0.007903349585831165, -0.008380589075386524, -0.005250762216746807, -0.007289704866707325, -0.008491872809827328, -0.009275977499783039, -0.0038460586220026016, -0.0168987475335598, 0.010739543475210667, -0.21233658492565155, -0.3561396896839142, -0.04343608394265175, -0.5260114669799805, -0.6555108428001404, -0.35567253828048706, -0.057198043912649155, -0.07820912450551987, -0.38623571395874023, -0.6574759483337402, -0.1313074678182602, -0.35692131519317627, -0.39897769689559937, -0.943694531917572, -0.8269596099853516, -0.3737245500087738, -0.9928569793701172, -0.4928319752216339, -0.27393782138824463, -0.19629903137683868, -0.12305835634469986, -0.0664462298154831, -0.02506338804960251, -0.023814305663108826, -0.07814811915159225, -0.09138762950897217, 0.03136968985199928, 0.24927844107151031, 0.46096113324165344, 0.5898180603981018, 0.422942578792572, 0.5778223276138306, 0.5469786524772644, 0.43669605255126953, 0.36371272802352905, 0.34506943821907043, 0.46303388476371765, 0.43361619114875793, 0.5334330797195435, 0.5436869263648987, 0.48257073760032654, 0.6834668517112732, 0.6937717795372009, 0.6588699817657471, 0.6482225060462952, 0.36351194977760315, 0.41179338097572327, 0.5036901831626892, 0.5539445877075195, 0.48608699440956116, 0.4861338436603546, 0.6524645686149597, 0.6401504278182983, 0.5018014311790466, 0.31731584668159485, 0.2506605386734009, 0.24677899479866028, 0.1744837462902069, 0.05802306532859802, 0.0761442482471466, 0.13568566739559174, 0.07419048249721527, 0.0676867887377739, 0.06490156799554825, 0.0487949401140213, 0.08488009870052338, -0.11753538250923157, -0.09062577784061432, -0.5994847416877747, -0.7345378398895264, -0.013522242195904255, -0.22505652904510498, -0.3609858751296997, -0.24589009582996368, -0.21808238327503204, -0.23259811103343964, -0.263009250164032, -0.33409470319747925, -0.3013148903846741, -0.2980497479438782, -0.4259849488735199, -0.34599003195762634, -0.33071357011795044, -0.25835615396499634, -0.7021287679672241, -0.48655250668525696, 0.097531259059906, -0.32784706354141235, -0.3674313426017761, -0.024090666323900223, -0.31155067682266235, -0.19219452142715454, -0.26459774374961853, -0.6762711405754089, -0.39782723784446716, 0.14301922917366028, -0.008315189741551876, 0.04051825776696205, 0.153936505317688, 0.16432419419288635, 0.044801563024520874, 0.26842737197875977, 0.23634015023708344, 0.03522732853889465, 0.17322342097759247, 0.25900211930274963, 0.24766290187835693, 0.27427735924720764, 0.26797881722450256, 0.27680981159210205, 0.21099098026752472, 0.17901566624641418, 0.1281847506761551, 0.012201705016195774, -0.1328447312116623, -0.15444643795490265, -0.13003858923912048, -0.1654987931251526, -0.21490830183029175, -0.10345875471830368, 0.008842986077070236, -0.06258454918861389, -0.11895398050546646, -0.03893785923719406, -0.028596295043826103, -0.017164722084999084, -0.09803522378206253, 0.02098623849451542, 0.21245431900024414, 0.15377970039844513, 0.21347516775131226, 0.37965038418769836, 0.371673047542572, 0.2957379221916199, 0.21789799630641937, 0.24162155389785767, 0.29945799708366394, 0.2931523621082306, 0.18234992027282715, 0.03853026032447815, -0.03838378190994263, -0.013593358919024467, -0.09463619440793991, -0.19593901932239532, -0.17858605086803436, -0.14075373113155365, -0.14621466398239136, -0.10402567684650421, 0.011628004722297192, 0.0014027707511559129, -0.1316564977169037, -0.13974210619926453, -0.05638125538825989, -0.009242926724255085, -0.05435515567660332, -0.09660456329584122, -0.044922396540641785, -0.021707143634557724, -0.08442077040672302, -0.193427175283432, -0.19378036260604858, -0.2271406501531601, -0.27457085251808167, -0.28670215606689453, -0.3059904873371124, -0.3601866066455841, -0.39340099692344666, -0.27341869473457336, -0.16409112513065338, -0.09244898706674576, -0.0547935888171196, 0.04871879145503044, 0.08546595275402069, 0.1587679386138916, 0.18476912379264832, 0.12723486125469208, 0.16290825605392456, 0.19890347123146057, 0.2552037537097931, 0.2717188596725464, 0.2667047381401062, 0.204546257853508, 0.019462238997220993, 0.021891701966524124, 0.09581763297319412, 0.1260930448770523, 0.10645301640033722, 0.12395547330379486, 0.2560984194278717, 0.41302308440208435, 0.471362829208374, 0.4961153268814087, 0.44913870096206665, 0.28079643845558167, 0.1740872710943222, 0.12820713222026825, 0.1485297977924347, 0.06318609416484833, -0.017333224415779114, 0.03880332037806511, 0.10973072052001953, 0.056053172796964645, -0.133001908659935, -0.35357001423835754, -0.4903891086578369, -0.5969807505607605, -0.7367528676986694, -0.765212893486023, -0.7333866357803345, -0.6906785368919373, -0.6101221442222595, -0.4354129433631897, -0.34230750799179077, -0.33169353008270264, -0.2292436808347702, 0.040961481630802155, 0.14506734907627106, 0.08178522437810898, 0.09988608211278915, 0.14197315275669098, 0.15790125727653503, 0.17791792750358582, 0.2504216432571411, 0.3506203889846802, 0.38385915756225586, 0.5086759924888611, 0.6596991419792175, 0.5285546183586121, 0.1601574569940567, -0.03464919701218605, -0.0033864660654217005, -0.05773349478840828, -0.24069646000862122, -0.2150743007659912, 0.007775652222335339, 0.09915228188037872, 0.22714263200759888, 0.3898423910140991, 0.4416404068470001, 0.260503888130188, 0.0740266963839531, 0.027841081842780113, 0.08628470450639725, 0.0523892417550087, -0.04436276853084564, -0.011635140515863895, 0.12169605493545532, 0.11465463042259216, -0.14231520891189575, -0.43720707297325134, -0.6025334000587463, -0.7954881191253662, -0.9736849665641785, -0.9286799430847168, -0.7853283286094666, -0.6335681676864624, -0.4281480312347412, -0.22558948397636414, -0.026704145595431328, 0.05216179043054581, 0.13252660632133484, 0.2399025410413742, 0.3433031439781189, 0.3333704173564911, 0.3115342855453491, 0.39390721917152405, 0.5128191113471985, 0.6674352884292603, 0.7881093621253967, 1.0119215250015259, 1.1193346977233887, 0.7308381199836731, 0.1838977336883545, -0.053935568779706955, -0.06003203243017197, -0.3309926390647888, -0.6674287915229797, -0.6272345781326294, -0.35812699794769287, -0.2066998928785324, -0.04098343849182129, 0.07705431431531906, 0.058406587690114975, -0.12484186887741089, -0.20820997655391693, -0.19179777801036835, -0.25766703486442566, -0.3293444514274597, -0.22073954343795776, 0.11676066368818283, 0.33138206601142883, 0.23748879134655, -0.08704223483800888, -0.30830395221710205, -0.5028913617134094, -0.9544004797935486, -1.2999786138534546, -1.3834738731384277, -1.2465410232543945, -0.9192960858345032, -0.5018885135650635, -0.15933123230934143, 0.05922675132751465, 0.20175473392009735, 0.3279971480369568, 0.4506073594093323, 0.4893034100532532, 0.39307206869125366, 0.44404542446136475, 0.6737668514251709, 0.9373830556869507, 1.1250531673431396, 1.2600842714309692, 1.6824369430541992, 1.876824975013733, 1.234789252281189, 0.3018265664577484, -0.09988515079021454, -0.09941728413105011, -0.6009809970855713, -1.1812429428100586, -1.1280760765075684, -0.6611269116401672, -0.44772496819496155, -0.3676784336566925, -0.0894830971956253, -0.057276513427495956, -0.39771637320518494, -0.6058799028396606, -0.5456466674804688, -0.5124640464782715, -0.37985318899154663, -0.09728025645017624, 0.34993332624435425, 0.8184159994125366, 0.8128398656845093, 0.4557201862335205, 0.16200709342956543, -0.17227889597415924, -0.8258633017539978, -1.4638696908950806, -1.7014389038085938, -1.4634108543395996, -1.0958349704742432, -0.7710649371147156, -0.2169867306947708, 0.3463073968887329, 0.48206186294555664, 0.3751489520072937, 0.41426804661750793, 0.5299963355064392, 0.44873303174972534, 0.3945425748825073, 0.6160575151443481, 1.2256327867507935, 1.7355570793151855, 2.2544984817504883, 2.3470871448516846, 1.646077036857605, 0.7236099243164062, 0.089326873421669, -0.31886056065559387, -1.036610722541809, -1.625100016593933, -1.7228593826293945, -1.344024419784546, -0.7153299450874329, -0.19545423984527588, -0.1888406127691269, -0.5809091925621033, -0.7242713570594788, -0.6884220242500305, -0.9740048050880432, -1.1887422800064087, -0.7761512994766235, -0.002220531227067113, 0.5878279805183411, 1.107215166091919, 1.403055191040039, 1.297002911567688, 0.7752662897109985, 0.2193092256784439, -0.5016448497772217, -1.273061990737915, -1.72499680519104, -1.6660171747207642, -1.2534714937210083, -0.7468081712722778, -0.11811898648738861, 0.40875449776649475, 0.7336052060127258, 0.8767191767692566, 0.8855015635490417, 0.6366361975669861, 0.45681512355804443, 0.6083377599716187, 0.9901912808418274, 1.4829061031341553, 2.2686543464660645, 2.886174440383911, 2.2972240447998047, 1.2355268001556396, 0.3745235204696655, -0.024074804037809372, -0.9164974093437195, -1.8521889448165894, -2.226008653640747, -2.0796732902526855, -1.4792406558990479, -0.6849256753921509, -0.33921587467193604, -0.8152958750724792, -1.161069393157959, -1.0924415588378906, -1.176173448562622, -1.4259006977081299, -1.2549188137054443, -0.5409846901893616, 0.20570026338100433, 1.0847219228744507, 1.668818712234497, 1.7109334468841553, 1.2116957902908325, 0.7565751075744629, 0.10638768970966339, -0.8595448136329651, -1.6178120374679565, -1.7645437717437744, -1.535281777381897, -1.1278572082519531, -0.34319615364074707, 0.3368211090564728, 0.7031717896461487, 1.0050607919692993, 1.2817792892456055, 1.263160228729248, 1.0736331939697266, 1.1309893131256104, 1.460070013999939, 1.9496663808822632, 2.8337228298187256, 2.7811217308044434, 1.8352797031402588, 0.7462948560714722, 0.2606735825538635, -0.18562495708465576, -1.1950820684432983, -2.0133635997772217, -2.5448403358459473, -2.245558977127075, -1.353830099105835, -0.6389252543449402, -0.920005738735199, -1.5354841947555542, -1.5463752746582031, -1.347476601600647, -1.2097814083099365, -1.1064531803131104, -0.5780829787254333, 0.027624396607279778, 0.8952957987785339, 1.6489877700805664, 1.9434517621994019, 1.6290597915649414, 0.9487619996070862, 0.2996159791946411, -0.4085228443145752, -0.8989217281341553, -1.3487982749938965, -1.5750110149383545, -1.6338452100753784, -1.126246690750122, -0.4348890483379364, -0.04799108952283859, 0.2612249255180359, 0.5509334802627563, 1.0430933237075806, 1.3857887983322144, 1.6511067152023315, 1.7133694887161255, 2.0879456996917725, 2.9322917461395264, 2.712632417678833, 1.6934868097305298, 0.3181111216545105, -0.07207828760147095, -0.23201268911361694, -0.6655853986740112, -1.5342508554458618, -2.433880090713501, -2.182852268218994, -1.264914631843567, -0.748627245426178, -1.3379243612289429, -2.056032419204712, -2.301443576812744, -2.0940706729888916, -1.5643510818481445, -0.9369227886199951, -0.24933931231498718, 0.3573208749294281, 1.1252386569976807, 1.6911064386367798, 2.0202484130859375, 1.8102569580078125, 1.058226227760315, 0.04738307371735573, -0.5739630460739136, -0.5955190062522888, -0.46409258246421814, -0.5643653273582458, -0.8202532529830933, -0.726158618927002, -0.42761215567588806, 0.03376730903983116, 0.263937771320343, 0.43136119842529297, 0.7344979047775269, 1.3721495866775513, 2.187992811203003, 2.582253932952881, 3.0514132976531982, 3.1075706481933594, 2.4077260494232178, 0.9783790707588196, -0.31592556834220886, -0.5437927842140198, -0.7174867391586304, -1.033876895904541, -1.8791618347167969, -1.9485872983932495, -1.1925396919250488, -0.36359143257141113, -0.5458663105964661, -1.7080409526824951, -2.7028143405914307, -2.9846608638763428, -2.5351123809814453, -1.7727802991867065, -0.8231157064437866, 0.07922551780939102, 0.919114351272583, 1.4443060159683228, 1.8223286867141724, 1.8082247972488403, 1.2548158168792725, 0.23076727986335754, -0.8632720708847046, -1.2254003286361694, -0.9023135900497437, -0.3015914559364319, -0.09879971295595169, -0.23054303228855133, -0.2926785945892334, -0.12014183402061462, 0.2093065232038498, 0.4799708425998688, 0.6212462782859802, 0.7919657230377197, 1.2363598346710205, 2.0546436309814453, 2.8211028575897217, 3.569801092147827, 3.147362470626831, 1.825622797012329, -0.3937775492668152, -1.2779842615127563, -1.2573148012161255, -0.7213755249977112, -1.2741236686706543, -1.7985997200012207, -1.6835654973983765, -0.7597019672393799, -0.015844279900193214, -0.46674156188964844, -1.6704120635986328, -2.843463182449341, -2.9508230686187744, -2.375880479812622, -1.0789772272109985, 0.27327537536621094, 1.3686187267303467, 1.6137080192565918, 1.497429609298706, 1.4026763439178467, 1.3812114000320435, 0.9687604308128357, 0.00767953135073185, -1.0396076440811157, -1.4934966564178467, -0.9579328298568726, -0.027730444446206093, 0.5058844089508057, 0.41242825984954834, -0.08469247817993164, -0.3974584937095642, -0.24792689085006714, 0.38717541098594666, 0.9983697533607483, 1.154502034187317, 1.1969259977340698, 1.4130445718765259, 2.211334705352783, 2.801053762435913, 2.704115152359009, 0.9870584011077881, -0.8745834231376648, -2.013561248779297, -1.8445513248443604, -1.2843321561813354, -0.877316415309906, -0.5593809485435486, -0.4329434931278229, -0.06338327378034592, -0.1391735076904297, -0.2957784831523895, -0.929309070110321, -1.1212952136993408, -1.582262635231018, -1.6065983772277832, -1.1927186250686646, 0.28222012519836426, 1.5704611539840698, 2.13425350189209, 1.651950716972351, 0.8065023422241211, -0.15147073566913605, -0.7987274527549744, -1.0871984958648682, -1.1167411804199219, -0.7964491248130798, -0.3019796311855316, 0.009547971189022064, 0.304812490940094, 0.4910784065723419, 0.19300027191638947, -0.28773441910743713, -0.7111614346504211, -0.7284097075462341, -0.18384379148483276, 0.19281353056430817, 0.2538357079029083, 0.21352043747901917, -0.001065434655174613, 0.08726544678211212, 0.2865300476551056, 0.2986839711666107, 0.03298451751470566, -0.4188564419746399, -0.7288362383842468, -0.7568499445915222, -0.4480430781841278, -0.11444884538650513, 0.5523015856742859, 1.1596388816833496, 1.5646007061004639, 1.4331799745559692, 1.0922549962997437, 0.5289934873580933, 0.06828151643276215, -0.2349480241537094, -0.22894947230815887, -0.02832888439297676, 0.26596924662590027, 0.49791285395622253, 0.5708189010620117, 0.36999326944351196, -0.050719376653432846, -0.3926226496696472, -0.6320049166679382, -0.6733627319335938, -0.6488779783248901, -0.49447572231292725, -0.3034059405326843, -0.048266876488924026, 0.08915150910615921, 0.028229324147105217, -0.22803106904029846, -0.5203529596328735, -0.8142661452293396, -0.8875442147254944, -0.8513600826263428, -0.798257052898407, -0.6708150506019592, -0.48729535937309265, -0.20183658599853516, -0.005255349446088076, -0.09788349270820618, -0.37642422318458557, -0.6060581207275391, -0.7842584848403931, -0.6096971035003662, -0.31186771392822266, 0.06379002332687378, 0.3413068652153015, 0.5232337117195129, 0.5252591967582703, 0.5811392664909363, 0.6074579954147339, 0.580818772315979, 0.42519012093544006, 0.30849558115005493, 0.4239512085914612, 0.6182816028594971, 0.8502981066703796, 0.9759511947631836, 1.0435398817062378, 0.8555756211280823, 0.5634133219718933, 0.19579769670963287, -0.09656856954097748, -0.4427371025085449, -0.563991129398346, -0.344447523355484, 0.030560698360204697, 0.268097460269928, 0.3959910571575165, 0.49367764592170715, 0.5007832646369934, 0.2726905345916748, -0.1622304767370224, -0.6246938705444336, -0.8439134955406189, -0.7800650000572205, -0.5117294192314148, -0.24350591003894806, 0.09656631946563721, 0.2414526641368866, 0.21389782428741455, 0.03817439451813698, -0.4069652259349823, -1.001676082611084, -1.3978146314620972, -1.336004614830017, -0.8473786115646362, -0.22914615273475647, 0.24444745481014252, 0.240981325507164, 0.09849188476800919, -0.1293080747127533, -0.010833078995347023, 0.20179234445095062, 0.6869435906410217, 1.098362922668457, 1.1214851140975952, 0.5927521586418152, 0.04990311339497566, -0.011300312355160713, 0.39208340644836426, 0.57439786195755, 0.5334640741348267, 0.3912728428840637, 0.3788389265537262, 0.4182494878768921, 0.4983440041542053, 0.3287101984024048, 0.0015001670690253377, -0.45535922050476074, -0.6887497305870056, -0.7357376217842102, -0.43149784207344055, -0.030701985582709312, 0.12241297960281372, -0.07075329124927521, -0.2303026020526886, 0.02490868978202343, 0.4272615611553192, 0.5555105209350586, 0.056382834911346436, -0.7106301784515381, -1.330389142036438, -1.3953856229782104, -1.130999207496643, -0.7916967868804932, -0.6581690907478333, -0.6675572395324707, -0.5894891619682312, -0.3599563241004944, 0.07883846014738083, 0.4206991195678711, 0.5067493915557861, 0.4930424690246582, 0.5681349635124207, 0.751646876335144, 1.0010207891464233, 1.366154670715332, 1.6931533813476562, 2.008105993270874, 2.5205135345458984, 3.13857102394104, 2.9914309978485107, 1.3998479843139648, -0.7275619506835938, -1.3624943494796753, -0.6964696645736694, -0.7238262891769409, -1.939146876335144, -2.414015054702759, -1.4860702753067017, -0.3390449583530426, -0.26039838790893555, -0.9901106357574463, -1.8037114143371582, -2.010345697402954, -1.767926573753357, -1.2101558446884155, -0.4603152871131897, 0.5051386952400208, 1.232495903968811, 1.64960777759552, 1.9518095254898071, 2.069279432296753, 1.478665828704834, 0.2204044908285141, -0.8426775932312012, -1.3910094499588013, -1.5551453828811646, -1.684565544128418, -1.5429883003234863, -1.194393277168274, -0.7917090654373169, -0.6440179347991943, -0.516830325126648, -0.29183512926101685, 0.025951683521270752, 0.23588034510612488, 0.5843309760093689, 1.173906922340393, 1.958102822303772, 2.6787848472595215, 3.4103355407714844, 4.319126129150391, 4.231508255004883, 2.395104169845581, -0.14219263195991516, -0.8294664025306702, -0.2825683355331421, -0.715708315372467, -2.4699642658233643, -3.0139970779418945, -1.6012369394302368, -0.3751133382320404, -0.7009209990501404, -2.0685532093048096, -2.8038713932037354, -2.8589892387390137, -2.456245183944702, -1.8221724033355713, -0.5667543411254883, 0.7202492952346802, 1.4590492248535156, 1.9766230583190918, 2.6420793533325195, 2.8859381675720215, 1.7705700397491455, 0.21122336387634277, -0.5158774852752686, -0.622340977191925, -1.016584038734436, -1.5998075008392334, -1.420883059501648, -0.8040760159492493, -0.41574734449386597, -0.6009213328361511, -0.44719114899635315, 0.0042860968969762325, 0.3089011013507843, 0.413019061088562, 0.8767163753509521, 1.875933051109314, 2.6191015243530273, 3.2864084243774414, 3.5276942253112793, 2.919546127319336, 0.955780565738678, -0.5064154863357544, -0.5978261232376099, -0.7045700550079346, -1.9669259786605835, -3.274575710296631, -2.5204851627349854, -1.080592393875122, -0.24136987328529358, -1.0800526142120361, -1.717727541923523, -1.9774459600448608, -1.6391849517822266, -1.6934380531311035, -1.2742642164230347, -0.28331664204597473, 0.978455662727356, 1.6902729272842407, 2.2935595512390137, 2.747215747833252, 2.500091075897217, 1.181040644645691, -0.1613703817129135, -1.060638666152954, -1.5135278701782227, -1.9671461582183838, -1.846625804901123, -1.2193458080291748, -0.4549298584461212, -0.1125512644648552, 0.13569147884845734, 0.5136339664459229, 0.8018506169319153, 0.8115314841270447, 0.8103289604187012, 1.334876537322998, 2.0432684421539307, 2.6233177185058594, 3.1939594745635986, 3.2872843742370605, 2.455169200897217, 0.5077621340751648, -0.4632277190685272, -0.8197224140167236, -1.2753643989562988, -2.805589199066162, -3.4131433963775635, -2.5452771186828613, -1.206868052482605, -0.5390121936798096, -0.8909060955047607, -1.0008172988891602, -1.1260910034179688, -0.8476043939590454, -1.0253657102584839, -0.6956142783164978, -0.02850295975804329, 0.9243003129959106, 1.4683263301849365, 1.7834136486053467, 2.0795397758483887, 1.7492282390594482, 0.79336017370224, -0.3710232675075531, -1.123407244682312, -1.644303798675537, -1.9915403127670288, -1.8328191041946411, -1.3698493242263794, -0.8205706477165222, -0.5300636887550354, -0.07147924602031708, 0.4055335819721222, 0.8795838356018066, 1.184906005859375, 1.3195013999938965, 1.6341207027435303, 2.0027201175689697, 2.69268536567688, 3.2357230186462402, 3.1849260330200195, 2.0139594078063965, 0.32260188460350037, -0.3827751874923706, -0.4596095681190491, -0.7423375844955444, -2.0312893390655518, -2.538233518600464, -2.011423349380493, -1.0515896081924438, -0.922194242477417, -1.2087870836257935, -1.458457350730896, -1.5937061309814453, -1.783917784690857, -1.6912564039230347, -1.0308623313903809, 0.12788665294647217, 0.8572494387626648, 1.357565999031067, 1.5559895038604736, 2.0305330753326416, 1.70511794090271, 0.9105554223060608, -0.18874995410442352, -0.8460716009140015, -1.4162558317184448, -1.6930789947509766, -1.3783915042877197, -0.8042446374893188, -0.3022395670413971, -0.23681899905204773, 0.02654862590134144, 0.37550288438796997, 0.8730594515800476, 1.0865046977996826, 1.095790147781372, 1.0438594818115234, 1.1237890720367432, 1.5432881116867065, 2.033315658569336, 2.4144177436828613, 1.9774806499481201, 1.0253554582595825, 0.05305669084191322, -0.23065687716007233, -0.46218597888946533, -0.9130215644836426, -1.5356817245483398, -1.659550428390503, -1.510835886001587, -1.2466315031051636, -0.9590392112731934, -0.6245615482330322, -0.590961217880249, -0.888435959815979, -1.2015676498413086, -1.139115571975708, -0.6300532817840576, -0.011913614347577095, 0.42624419927597046, 0.612765908241272, 0.7759566307067871, 0.8758086562156677, 0.8721504211425781, 0.5467139482498169, 0.06763915717601776, -0.567987322807312, -1.0880610942840576, -1.3483079671859741, -1.180348515510559, -0.7704552412033081, -0.38056308031082153, -0.12726350128650665, 0.09829660505056381, 0.4758056402206421, 0.8550245761871338, 0.9695178270339966, 0.8257142305374146, 0.6946207284927368, 0.764395534992218, 0.9541009068489075, 1.3416705131530762, 1.7401288747787476, 1.8977041244506836, 1.566208839416504, 0.878189206123352, 0.2612309157848358, -0.1745956391096115, -0.4203672409057617, -0.671483039855957, -0.8361849188804626, -0.8618479371070862, -0.7324073910713196, -0.5483887791633606, -0.5388174653053284, -0.7214145064353943, -0.9992925524711609, -1.0711368322372437, -1.0652128458023071, -0.911813497543335, -0.665802538394928, -0.06682729721069336, 0.4945125877857208, 0.9090684652328491, 1.1065870523452759, 1.1163289546966553, 0.7719386219978333, 0.1005268543958664, -0.5141922831535339, -0.8132646083831787, -0.7561976909637451, -0.5817813873291016, -0.4865661859512329, -0.24773940443992615, -0.07457767426967621, 0.1292978972196579, 0.1220673993229866, 0.0587446503341198, -0.004219545517116785, -0.03852484002709389, 0.0782000944018364, 0.06308288127183914, 0.13335122168064117, 0.36676111817359924, 0.38918620347976685, 0.7088059186935425, 0.8892584443092346, 0.6961591243743896, 0.5760087966918945, 0.09221963584423065, -0.23614820837974548, -0.35495510697364807, -0.2617184519767761, -0.07294119149446487, 0.11906421184539795, 0.3916245102882385, 0.3956649899482727, 0.346639484167099, 0.2854122221469879, 0.1379730999469757, -0.02658233419060707, -0.26946550607681274, -0.49208706617355347, -0.5310810804367065, -0.37304219603538513, -0.11307769268751144, 0.1848818063735962, 0.32224634289741516, 0.2945089340209961, 0.07138583809137344, 0.06449627876281738, 0.05613257363438606, -0.2256440967321396, -0.3619953989982605, -0.4848425090312958, -0.7130075693130493, -0.6920979619026184, -0.2658231258392334, -0.06583759933710098, -0.37125271558761597, -0.5082435011863708, -0.39191704988479614, -0.29261669516563416, -0.20140545070171356, -0.36264514923095703, -0.6704527139663696, -0.8534388542175293, -0.9816624522209167, -0.6592240929603577, -0.07933592051267624, 0.020701754838228226, 0.2787361145019531, 0.4906008243560791, 0.6921697854995728, 0.6816559433937073, 0.867698073387146, 0.6206783056259155, 0.4444780945777893, 0.29058727622032166, 0.03376813605427742, 0.05431419238448143, 0.16680507361888885, 0.34569939970970154, 0.402607798576355, 0.44538530707359314, 0.3979484736919403, 0.34058767557144165, 0.2581329047679901, 0.011355530470609665, -0.27968624234199524, -0.4385640621185303, -0.4938467741012573, -0.35165563225746155, -0.054299935698509216, 0.32021066546440125, 0.608727753162384, 0.641153872013092, 0.3512630760669708, -0.07404965907335281, -0.511740505695343, -0.8209207653999329, -0.8644405007362366, -0.740533173084259, -0.34577101469039917, -0.16525839269161224, -0.04362359270453453, -0.11708970367908478, 0.060265231877565384, 0.22851189970970154, -0.4192308783531189, -1.0806061029434204, -0.8719358444213867, -0.31885427236557007, -0.3597448170185089, -0.3174780011177063, -0.0008548824116587639, 0.2584630250930786, 0.15796370804309845, 0.11440913379192352, -0.0348929762840271, 0.21313880383968353, 0.5183699131011963, 0.7550850510597229, 0.9391617774963379, 1.1527783870697021, 0.9583846926689148, 0.7115281224250793, 0.7882261872291565, 0.7010195851325989, 0.3166470527648926, -0.014678114093840122, -0.10319997370243073, 0.028098607435822487, 0.02112457901239395, -0.0767095535993576, -0.10553441941738129, 0.030332352966070175, -0.058381322771310806, -0.3426709473133087, -0.52271968126297, -0.5170580148696899, -0.4024009108543396, -0.38109686970710754, -0.30245211720466614, -0.06118767336010933, 0.30641040205955505, 0.30707481503486633, 0.08783584088087082, -0.2319415807723999, -0.5260044932365417, -0.8438251614570618, -0.9867091178894043, -0.8502130508422852, -0.6567545533180237, -0.3600694239139557, -0.15735186636447906, 0.0479692704975605, 0.3308493494987488, 0.2600211203098297, -0.05733745917677879, -0.2853057086467743, -0.20877781510353088, -0.1377774029970169, -0.1459389328956604, -0.05873763933777809, 0.2266533374786377, 0.5605334639549255, 0.6861483454704285, 0.7713210582733154, 0.928534209728241, 1.0432771444320679, 1.1640994548797607, 1.0187993049621582, 0.9205368161201477, 0.7718151211738586, 0.4854573607444763, 0.2917355000972748, 0.22179721295833588, 0.1304834932088852, -0.03651074320077896, -0.10886681824922562, -0.23734985291957855, -0.46139344573020935, -0.7449097633361816, -0.8578400611877441, -0.959784746170044, -0.8632780909538269, -0.7011688947677612, -0.485261470079422, -0.15416644513607025, 0.16183221340179443, 0.46284717321395874, 0.46857190132141113, 0.36444714665412903, 0.1606898456811905, -0.036912064999341965, -0.3555767238140106, -0.5401697158813477, -0.5996296405792236, -0.6023853421211243, -0.5703562498092651, -0.5065364241600037, -0.5295442342758179, -0.45460179448127747, -0.24734842777252197, -0.069480761885643, -0.07285302132368088, 0.14443646371364594, 0.30995601415634155, 0.32834169268608093, 0.23304389417171478, 0.09355881810188293, 0.009552800096571445, -0.10572792589664459, 0.0411955863237381, 0.28167152404785156, 0.3503205180168152, 0.5817069411277771, 0.8263307213783264, 1.0058188438415527, 1.0203524827957153, 0.9604232311248779, 0.6964631676673889, 0.6000143885612488, 0.5555489659309387, 0.40637069940567017, 0.2528151869773865, 0.19015799462795258, 0.16501188278198242, -0.061623841524124146, -0.25208908319473267, -0.6023098826408386, -0.8045920729637146, -0.8692740797996521, -0.8948411345481873, -0.9173797369003296, -0.7512344717979431, -0.35998857021331787, -0.05090785399079323, 0.10009114444255829, 0.1505836546421051, 0.07159245014190674, -0.15350627899169922, -0.40716803073883057, -0.4985755681991577, -0.5070780515670776, -0.5090048909187317, -0.5741570591926575, -0.5363407135009766, -0.438468873500824, -0.322326123714447, -0.2589934468269348, -0.37033811211586, -0.29714250564575195, -0.07791619002819061, -0.0422750823199749, 0.11938603222370148, 0.34118664264678955, 0.5228393077850342, 0.581200897693634, 0.5739023685455322, 0.5186091065406799, 0.5506967902183533, 0.3735937774181366, 0.3285306692123413, 0.4711960554122925, 0.8107584118843079, 0.9215472936630249, 0.9238458871841431, 0.8523141741752625, 0.7956380248069763, 0.661465048789978, 0.37204891443252563, -0.04192642122507095, -0.20812995731830597, -0.31214115023612976, -0.4533270597457886, -0.655116081237793, -0.6559737920761108, -0.883949339389801, -0.8071172833442688, -0.64872807264328, -0.5281524062156677, -0.48561373353004456, -0.31692808866500854, -0.11135216057300568, 0.0881865993142128, 0.22569213807582855, 0.34096965193748474, 0.3582935631275177, 0.38190725445747375, 0.24121902883052826, 0.039307184517383575, -0.16326270997524261, -0.4623009264469147, -0.5514612793922424, -0.5335655212402344, -0.4705401659011841, -0.28875210881233215, -0.3887118101119995, -0.18019983172416687, 0.11202368885278702, 0.14996081590652466, -0.01622171141207218, 0.17510877549648285, 0.14685381948947906, 0.17921532690525055, 0.07609320431947708, 0.1500130295753479, 0.025274429470300674, 0.22403927147388458, 0.4208841323852539, 0.43107280135154724, 0.7415124773979187, 0.6268596053123474, 0.5197594165802002, 0.5491904616355896, 0.4842534363269806, 0.38410183787345886, 0.3588673770427704, 0.3907809853553772, 0.3593428134918213, 0.23834247887134552, -0.009635413065552711, -0.10879296064376831, -0.2704176902770996, -0.39405277371406555, -0.681800901889801, -0.7221197485923767, -0.7149789929389954, -0.537463903427124, -0.36238786578178406, -0.2117289900779724, -0.06217142939567566, 0.06008857488632202, 0.20813825726509094, 0.1580512672662735, 0.1276058554649353, 0.3069065511226654, 0.2960258424282074, 0.1832839995622635, 0.04449845850467682, 0.20084848999977112, 0.1487848162651062, -0.01504371128976345, 0.10651540011167526, -0.2461628019809723, -0.4461391568183899, -0.3851909339427948, -0.3728772699832916, -0.2778688371181488, -0.14407353103160858, -0.1624012589454651, -0.06989149004220963, -0.12028081715106964, -0.02638932317495346, -0.07567793130874634, -0.1314006894826889, -0.3125462532043457, -0.6138689517974854, -0.36539268493652344, -0.18102318048477173, -0.15630310773849487, 0.0943043977022171, 0.31862252950668335, 0.6103245615959167, 0.4984975755214691, 0.5250626802444458, 0.4587717652320862, 0.45752185583114624, 0.563634991645813, 0.5195132493972778, 0.33707016706466675, 0.35818618535995483, 0.6068738698959351, 0.5642977952957153, 0.23555739223957062, 0.009640398435294628, -0.051906898617744446, -0.1368281990289688, -0.1619586944580078, -0.41962820291519165, -0.5429931282997131, -0.4247022569179535, -0.3920213580131531, -0.31154343485832214, -0.3194783926010132, -0.10288141667842865, 0.053392328321933746, 0.1620928794145584, -0.030700433999300003, -7.846525841159746e-05, 0.003312383545562625, -0.39305421710014343, -0.33976173400878906, -0.1694280356168747, -0.4553793668746948, -0.33707496523857117, 0.0982426106929779, -0.3788411021232605, -0.20287902653217316, -0.2804473042488098, -0.5342814326286316, -0.44241398572921753, -0.6001743674278259, -0.522111713886261, -0.19322580099105835, -0.024217132478952408, -0.17973396182060242, -0.5969325304031372, 0.09940542280673981, 0.1638132482767105, -0.2975335419178009, 0.03076889179646969, -0.07013911753892899, 0.3773438036441803, 0.16149862110614777, 0.18500663340091705, 0.3477110266685486, 0.19211898744106293, 0.44691547751426697, 0.6501144170761108, 0.7667174339294434, 0.23169925808906555, 0.5774195790290833, 0.5572117567062378, 0.34162411093711853, 0.38305583596229553, 0.21769709885120392, 0.2531260550022125, 0.45857420563697815, 0.2414458841085434, 0.06260262429714203, 0.1607283502817154, 0.2744901776313782, 0.10270252078771591, -0.042211730033159256, -0.34444910287857056, -0.18488620221614838, -0.04026547819375992, -0.0706588625907898, -0.24817262589931488, -0.2134663611650467, -0.3220645785331726, -0.4600975215435028, -0.08949294686317444, -0.37965670228004456, -0.1744922548532486, -0.2848427891731262, -0.6106953024864197, -0.1054108664393425, 0.03747672960162163, -0.036245137453079224, -0.7724812030792236, 0.03134724125266075, 0.0980304554104805, -0.5026763677597046, 0.08834947645664215, -0.20490488409996033, -0.3275409936904907, -0.27794748544692993, -0.3787917494773865, -0.4358351230621338, -0.3427211344242096, -0.07725436985492706, 0.08586815744638443, 0.19853223860263824, -0.21010419726371765, 0.052683331072330475, 0.08517555147409439, -0.2661544978618622, -0.2373252511024475, 0.2575153112411499, 0.3611782193183899, 0.5918728709220886, 0.614690899848938, 0.23863504827022552, -0.2194698601961136, 0.3989832401275635, 0.24160051345825195, 0.06486284732818604, 0.038664691150188446, 0.24103757739067078, 0.24509593844413757, 0.08549705147743225, 0.07827054709196091, 0.3168860077857971, 0.64840167760849, 0.07245390862226486, 0.16807201504707336, -0.08272834122180939, 0.3796437680721283, 0.521248996257782, -0.025136388838291168, 0.18374639749526978, 0.41136661171913147, 0.09217753261327744, 0.0327814444899559, 0.2195456624031067, -0.0014531173510476947, -0.289547324180603, -0.3805355429649353, -0.19693931937217712, -0.07274384796619415, -0.34177809953689575, -0.3906899094581604, -0.10140836238861084, 0.35710299015045166, -0.2769288420677185, -0.2315952181816101, 0.37728992104530334, -0.27413102984428406, -0.2872525155544281, -0.33755937218666077, 0.10139834880828857, -0.6220273971557617, -0.08318833261728287, 0.17331154644489288, -0.325647234916687, 0.2419058382511139, -0.1459401398897171, -0.18210481107234955, -0.53292316198349, 0.05618107691407204, 0.2392858862876892, -0.4675031304359436, -0.2700096368789673, 0.13101531565189362, 0.32230767607688904, -0.397894024848938, -0.6621196269989014, 0.29038700461387634, 0.3872184157371521, -0.15452036261558533, -0.16703388094902039, -0.10066383332014084, 0.03896322846412659, 0.4378156065940857, 0.10908239334821701, 0.4789868891239166, 0.37121251225471497, 0.6351601481437683, 0.4918213188648224, -0.13174869120121002, 0.2383107841014862, 0.6898819208145142, 0.21980302035808563, -0.1955190896987915, 0.3508279323577881, 0.30538055300712585, 0.23331007361412048, 0.2113894373178482, 0.4920305013656616, 0.5143100619316101, 0.08482566475868225, -0.12414097785949707, -0.05688691511750221, 0.06151486933231354, -0.00706090871244669, 0.03471364453434944, 0.2125426083803177, 0.3838699758052826, -0.07196090370416641, -0.07212339341640472, -0.048171963542699814, -0.18720684945583344, -0.22922371327877045, -0.21863286197185516, 0.06977986544370651, -0.2400166541337967, -0.44502636790275574, -0.04064171388745308, 0.15750041604042053, -0.3145591914653778, -0.2907026708126068, -0.3059256374835968, -0.4235105812549591, -0.4465491473674774, 0.21880805492401123, -0.6362679600715637, -0.5042091608047485, -0.479646235704422, -0.1434466391801834, -0.025022173300385475, -0.6860829591751099, 0.03437696024775505, -0.050863441079854965, 0.10774888098239899, -0.2364330142736435, -0.29740309715270996, -0.08496305346488953, 0.28099551796913147, 0.10286320000886917, 0.10381696373224258, 0.5292654633522034, 0.23949496448040009, 0.2078785002231598, 0.1445300281047821, 0.5493227243423462, 0.0038394287694245577, -0.3109792470932007, 0.1914679855108261, 0.062059346586465836, 0.07340116053819656, 0.20061057806015015, 0.7824259996414185, 0.8901546597480774, 0.20623153448104858, 0.08507563173770905, 0.044325459748506546, 0.8302571177482605, -0.4968981146812439, -0.4428830146789551, 0.11674746870994568, 0.31217044591903687, 0.22427998483181, 0.03029719553887844, 0.7109419703483582, 0.21547093987464905, 0.08596871048212051, -0.22649244964122772, -0.5078732371330261, -0.09155800193548203, -0.23165571689605713, -0.04431161284446716, 0.0025733066722750664, 0.14591361582279205, 0.03161165863275528, -0.22534354031085968, 0.07119977474212646, -0.6878125667572021, -0.3852212429046631, -0.5072921514511108, -0.5653783679008484, -0.40501850843429565, -0.41760942339897156, 0.08776500821113586, 0.3222675919532776, -0.01934690773487091, -0.5118295550346375, -0.1976156234741211, -0.011105409823358059, -0.6103106141090393, -0.6544312238693237, -0.3370681703090668, -0.032112181186676025, 0.16189652681350708, -0.7086570262908936, -0.4922872483730316, 1.0097278356552124, 0.5300739407539368, -0.7256699204444885, -0.24361485242843628, 0.36316508054733276, 0.1461440473794937, -0.20204472541809082, -0.24410250782966614, 0.15096652507781982, 0.7196779251098633, 0.4212307035923004, -0.049169767647981644, 0.4993830621242523, 0.30327534675598145, -0.32299917936325073, -0.23468761146068573, 0.5494375824928284, -0.46664634346961975, -0.005038485862314701, 0.8325226902961731, 0.463657408952713, 0.03961802273988724, -0.2418600618839264, 0.43451690673828125, 0.5322273969650269, -0.43441200256347656, -0.4435604512691498, -0.22427552938461304, 0.2936171293258667, 0.10560578852891922, -0.593159019947052, -0.003555788192898035, 0.45946475863456726, -0.3564462661743164, -0.569432258605957, -0.08291756361722946, 0.3569149971008301, 0.05450671911239624, -0.4534231126308441, 0.4044959247112274, -0.1672774702310562, -0.004602835047990084, 0.007046768441796303, 0.17840705811977386, 0.11065798252820969, -0.2224418967962265, -0.2979065775871277, 0.0737588107585907, -0.24171477556228638, -0.08934412896633148, -0.46981287002563477, 0.5063308477401733, -0.6245826482772827, 0.3038398027420044, 0.22912393510341644, 0.10486037284135818, 0.13870173692703247, -0.07021230459213257, 0.010377923026680946, -0.5639391541481018, 0.06150878593325615, 0.37787267565727234, -0.21051444113254547, -0.673091471195221, 0.7412431836128235, -0.009963142685592175, -0.18708045780658722, -0.24247398972511292, 0.11070387810468674, 0.3568817675113678, -0.3340580463409424, -0.006608427502214909, -0.304452508687973, 0.5565354228019714, -0.08511944860219955, -0.2285318225622177, -0.292075514793396, 0.2860889732837677, 0.3123222887516022, -0.5083385109901428, 0.005915180779993534, -0.13566116988658905, 0.38898441195487976, -0.21893155574798584, -0.5876476168632507, 0.9908607006072998, -0.03899044543504715, 0.2963726222515106, -0.13002601265907288, 0.11684953421354294, 0.357195645570755, -0.08840156346559525, -0.253715842962265, -0.02799137495458126, 0.10433142632246017, -0.06883101910352707, 0.5572115778923035, 0.17563197016716003, 0.1474655270576477, -0.12053826451301575, 0.6753442287445068, 0.39132004976272583, -0.8870437145233154, 0.7454360127449036, -0.25130921602249146, 0.10953347384929657, -0.21022537350654602, -0.5125339031219482, 0.6172719597816467, -0.039330657571554184, -0.17534537613391876, 0.2968791723251343, 0.04768165946006775, -0.12491041421890259, -0.10192817449569702, -0.03244052827358246, -0.16793908178806305, -0.09907332807779312, -0.334407240152359, 0.2520450949668884, -0.29016223549842834, -0.0170906949788332, -0.1572011262178421, 0.02683417499065399, -0.0424487441778183, -0.31144773960113525, 0.3531114459037781, -0.5765041708946228, -0.07060454785823822, 0.19495554268360138, -0.2925800383090973, -0.20871283113956451, -0.11732547730207443, 0.3231205642223358, -0.3501143753528595, -0.0958089530467987, -0.10834696888923645, 0.38475489616394043, -0.007534040603786707, -0.5907663106918335, 0.5417564511299133, -0.07593052834272385, -0.1529596894979477, -0.1893271654844284, 0.0747612863779068, 0.4089248478412628, -0.5457771420478821, 0.32642650604248047, -0.141145721077919, 0.30953967571258545, 0.10221102088689804, -0.24909217655658722, 0.21382929384708405, 0.5583159923553467, -0.03236973658204079, 0.2751742899417877, 0.10180170834064484, -0.1693042516708374, 0.46462228894233704, -0.39124926924705505, -0.015211066231131554, 0.5053514242172241, -0.28305748105049133, 0.14969998598098755, -0.10741906613111496, 0.27021390199661255, 0.09491118043661118, -0.04046746343374252, 0.1473662555217743, -0.3900517523288727, 0.5097593069076538, -0.1489429473876953, -0.2031441181898117, -0.0751195102930069, 0.14368166029453278, -0.05329182744026184, 0.17077289521694183, 0.048498813062906265, -0.13460750877857208, 0.18204206228256226, -0.016892269253730774, -0.24336542189121246, -0.16724960505962372, -0.04429824650287628, 0.3177780210971832, -0.5836277604103088, 0.36291930079460144, 0.08261738717556, 0.01657922752201557, -0.26432400941848755, -0.25796106457710266, 0.16392672061920166, -0.4186009168624878, -0.04690477252006531, -0.4416763484477997, 0.3094499707221985, 0.07867687940597534, -0.11694494634866714, -0.08212751895189285, 0.027879871428012848, 0.23051077127456665, -0.34148234128952026, 0.2040117084980011, -0.3033096492290497, -0.019146723672747612, 0.3302028477191925, -0.5656142234802246, 0.27300819754600525, 0.16915659606456757, 0.010130676440894604, 0.17845213413238525, -0.0022538797929883003, 0.20012781023979187, -0.14377930760383606, 0.20784513652324677, -0.37092214822769165, 0.35408255457878113, -0.04635649919509888, 0.00474780797958374, -0.2266130894422531, 0.0024365370627492666, 0.5459706783294678, -0.24708564579486847, 0.005356647539883852, 0.2456192970275879, 0.288235068321228, -0.30007386207580566, 0.12757743895053864, 0.09573785960674286, 0.03073657490313053, -0.16847491264343262, -0.14161930978298187, 0.4967668354511261, -0.5297541618347168, 0.025607740506529808, 0.03239152580499649, -0.016759686172008514, 0.12523770332336426, -0.30279889702796936, 0.3764868974685669, -0.25415298342704773, 0.25553929805755615, -0.16953611373901367, 0.09346245974302292, 0.030545271933078766, -0.08724386990070343, 0.3111453354358673, -0.51490718126297, -0.05885215476155281, 0.41160649061203003, -0.1372988373041153, -0.3393263816833496, 0.05402231961488724, 0.16182981431484222, 0.03213706240057945, -0.0976196750998497, -0.08677300065755844, -0.08275040239095688, 0.5306522846221924, -0.26778942346572876, -0.5988268256187439, 0.5850687026977539, -0.084268718957901, -0.305649995803833, 0.007338380441069603, -0.22881251573562622, 0.3649471402168274, -0.0024643302895128727, -0.43840304017066956, 0.06228061765432358, -0.015585758723318577, 0.07040578126907349, -0.26203230023384094, -0.5112218260765076, 0.5828596353530884, -0.3149943947792053, -0.020024793222546577, 0.0001285962207475677, 0.037919286638498306, 0.10672347992658615, 0.0008062202832661569, 0.026664400473237038, -0.057613976299762726, -0.045687638223171234, -0.08274593204259872, 0.008607733994722366, -0.016816603019833565, 0.3057039678096771, -0.1844012290239334, -0.20314714312553406, 0.5588551163673401, -0.041616290807724, -0.20078550279140472, 0.16729968786239624, -0.0026871897280216217, 0.22687026858329773, 0.022833749651908875, -0.10571824014186859, 0.5521631836891174, -0.03528602421283722, 0.18943914771080017, -0.17354196310043335, -0.033754996955394745, 0.3322465419769287, -0.3344266414642334, -0.17958900332450867, 0.2449624091386795, -0.27892380952835083, 0.5076466798782349, -0.4180142283439636, -0.06096629053354263, 0.5706506967544556, -0.08383234590291977, -0.19091936945915222, -0.1939665824174881, 0.3126559257507324, -0.0864221453666687, -0.5260959267616272, -0.12675921618938446, 0.17126131057739258, -0.04306812584400177, -0.3679060935974121, 0.2607472836971283, 0.02991604059934616, 0.17329174280166626, -0.44297757744789124, 0.03581993281841278, 0.2521526515483856, -0.5271169543266296, -0.09327760338783264, -0.0011095290537923574, -0.1953478902578354, 0.0992603451013565, -0.26716455817222595, 0.16520191729068756, 0.02788439579308033, -0.05563193932175636, 0.058151163160800934, -0.06644026190042496, -0.18112166225910187, 0.7329421639442444, -0.6410022974014282, 0.023500222712755203, 0.36074066162109375, -0.08536239713430405, 0.14944453537464142, -0.252579003572464, 0.5108635425567627, -0.15264424681663513, -0.10971569269895554, 0.47904399037361145, -0.40367206931114197, -0.011738141067326069, 0.3828549385070801, -0.04032205790281296, 0.3344934284687042, -0.5292285680770874, 0.39404627680778503, 0.38406771421432495, -0.18485359847545624, -0.061435066163539886, -0.1422024667263031, 0.20825770497322083, -0.04117012396454811, -0.075483538210392, -0.143550843000412, 0.2673245072364807, 0.1696067899465561, -0.11350613087415695, 0.09146488457918167, 0.0475577749311924, -0.12624816596508026, 0.000646017084363848, 0.17303507030010223, -0.21555103361606598, -0.058080583810806274, -0.16997596621513367, 0.17350172996520996, -0.2415909320116043, 0.06595274806022644, -0.33823806047439575, 0.33476054668426514, 0.0689062625169754, -0.4156227707862854, -0.020969077944755554, -0.07989925146102905, 0.40871545672416687, -0.6300495266914368, -0.11784511059522629, 0.15769943594932556, -0.030596474185585976, 0.18031617999076843, -0.432758629322052, 0.059599582105875015, 0.2808508574962616, -0.09798605740070343, -0.25731414556503296, -0.14906033873558044, 0.22075791656970978, 0.032347772270441055, -0.06003539264202118, -0.09486771374940872, 0.19923773407936096, 0.07312119007110596, 0.1900537610054016, -0.20619237422943115, -0.21049238741397858, 0.5897853374481201, -0.0019252861384302378, -0.12933389842510223, -0.2901791036128998, 0.40721654891967773, 0.25536900758743286, -0.19200487434864044, -0.1585339605808258, 0.09107851982116699, 0.2547493875026703, 0.1843072921037674, -0.22029483318328857, -0.2380673587322235, 0.2357625514268875, 0.23570455610752106, 0.2529376149177551, -0.17946909368038177, -0.24457377195358276, 0.2929864227771759, 0.29565390944480896, -0.19360673427581787, 0.14819589257240295, -0.580081045627594, 0.30435672402381897, 0.038385532796382904, 0.19125333428382874, -0.4122220575809479, -0.27039632201194763, 0.6596319079399109, -0.07734008878469467, -0.09607243537902832, -0.38451385498046875, 0.5136982202529907, -0.23235401511192322, 0.04620647430419922, -0.36177828907966614, 0.16820254921913147, 0.2818921208381653, -0.3107975125312805, -0.32209160923957825, 0.3858008086681366, 0.18629756569862366, -0.3741123378276825, -0.0704512968659401, 0.2838840186595917, -0.003011863213032484, 0.06386662274599075, -0.19975817203521729, 0.004920979496091604, -0.0273678470402956, 0.2883751392364502, -0.3363904356956482, -0.033505454659461975, 0.14565463364124298, -0.14346177875995636, 0.02891610376536846, -0.4196535646915436, 0.3950375020503998, -0.021197699010372162, -0.17273814976215363, -0.08970573544502258, 0.21644863486289978, 0.004507823847234249, -0.1998991072177887, -0.0672726258635521, 0.16046741604804993, -0.04165402427315712, -0.1401505023241043, 0.011697869747877121, 0.15755487978458405, -0.008522748947143555, -0.14709138870239258, 0.09267444163560867, 0.30598047375679016, -0.32183513045310974, 0.06765052676200867, 0.3446819484233856, -0.13804002106189728, -0.14627113938331604, 0.16806566715240479, -0.18308603763580322, 0.47588151693344116, -0.061376091092824936, -0.11112575232982635, -0.16178034245967865, 0.08704502880573273, 0.22285497188568115, 0.30001524090766907, -0.3001406192779541, -0.2292390912771225, 0.4228706359863281, 0.02536115050315857, -0.17300193011760712, -0.2217109054327011, 0.3480071723461151, -0.10661832988262177, -0.05070187523961067, 0.0012167590903118253, -0.09755741059780121, -0.04145193472504616, 0.31843337416648865, -0.2987264394760132, -0.1314765363931656, 0.21233579516410828, -0.03443806618452072, -0.007494246121495962, -0.05761105939745903, 0.02404101751744747, -0.13280007243156433, -0.04455108195543289, 0.1492975950241089, -0.06551261991262436, -0.21356692910194397, -0.21250371634960175, 0.2954930067062378, -0.047707367688417435, -0.08992850035429001, -0.33561384677886963, 0.03262755647301674, 0.05166103318333626, 0.00818624533712864, -0.24053269624710083, -0.07682287693023682, 0.023666298016905785, 0.044209375977516174, -0.03439975902438164, -0.0032714095432311296, 0.15349246561527252, -0.21604657173156738, 0.17906560003757477, 0.14956599473953247, -0.06165863946080208, 0.09422161430120468, -0.07785947620868683, -0.21136146783828735, 0.12241128087043762, 0.11682278662919998, -0.24532529711723328, -0.009224854409694672, 0.08496935665607452, 0.3421599864959717, 0.05827644094824791, -0.017557140439748764, -0.14798332750797272, 0.06907138973474503, 0.3162657916545868, -0.09426318854093552, -0.2068054974079132, 0.13192732632160187, 0.011259595863521099, 0.1581582874059677, 0.08442626893520355, -0.12733255326747894, -0.09594348818063736, 0.18118998408317566, -0.07137692719697952, 0.031403444707393646, -0.020327359437942505, 0.057008225470781326, -0.21456019580364227, 0.14070267975330353, 0.11833948642015457, -0.05150024965405464, -0.15270376205444336, 0.07773914933204651, 0.10888168215751648, 0.15454505383968353, -0.1837862730026245, -0.16875389218330383, 0.28729063272476196, -0.05081957206130028, 0.06007062643766403, 0.016380170360207558, 0.035956595093011856, 0.04282126948237419, -0.11109878122806549, 0.06952683627605438, 0.060463644564151764, 0.14190764725208282, -0.0762215331196785, -0.06649447232484818, 0.16666407883167267, -0.1487196832895279, 0.03627609461545944, 0.027725951746106148, -0.050079647451639175, 0.07028350234031677, -0.11611856520175934, 0.06537085771560669, 0.2702135443687439, 0.007629388477653265, -0.07883439213037491, -0.07245834916830063, -0.16547395288944244, 0.28798118233680725, 0.014426668174564838, -0.16849777102470398, -0.10459422320127487, 0.03927702456712723, 0.0553593710064888, 0.005131176207214594, -0.027985690161585808, -0.14468754827976227, 0.1383974552154541, -0.04001469165086746, -0.17749392986297607, 0.06179642304778099, 0.13444781303405762, -0.02376595512032509, -0.2547043561935425, 0.14569899439811707, 0.03778833523392677, -0.0357859767973423, 0.1778876930475235, -0.1504712849855423, 0.09227868169546127, 0.1562487632036209, -0.16423901915550232, -0.07455257326364517, 0.16420258581638336, 0.12213938683271408, -0.024598687887191772, -0.14810246229171753, 0.1526622623205185, 0.009954482316970825, 0.09786951541900635, -0.041107770055532455, -0.057180847972631454, -0.033753685653209686, 0.11748570948839188, 0.017744604498147964, -0.011191547848284245, -0.003718504449352622, -0.011669298633933067, -0.038095828145742416, -0.05441998317837715, 0.044804058969020844, -0.06514117866754532, 0.0031995822209864855, -0.03169681876897812, -0.03705327957868576, -0.023837249726057053, 0.0171124916523695, 0.06638763099908829, -0.1707112342119217, 0.0439969040453434, -0.056894026696681976, 0.0006606003735214472, -0.045609571039676666, -0.07758086919784546, -0.09314495325088501, 0.06634603440761566, -0.06794985383749008, -0.030805757269263268, 0.053095221519470215, -0.040330272167921066, -0.05829599127173424, 0.09649356454610825, -0.008380617015063763, -0.059011027216911316, -0.03349148482084274, 0.05977052450180054, 0.05140245705842972, 0.010951339267194271, -0.024568630382418633, 0.009541681967675686, 0.05495976656675339, 0.03265710175037384, 0.025658464059233665, 0.012476712465286255, 0.04645005986094475, 0.006706323940306902, -0.018861601129174232, 0.11728730797767639, 0.05890774354338646, 0.05711114779114723, 0.03799977898597717, 0.06566479802131653, 0.09423758834600449, -0.03851277008652687, 0.07453206926584244, 0.03837424889206886, 0.09007196128368378, 0.03121280111372471, 0.048907261341810226, 0.03177650272846222, 0.08305249363183975, 0.014898329973220825, 0.008247826248407364, 0.046781498938798904, -0.012257379479706287, 0.02404877543449402, 0.019441038370132446, 0.09698521345853806, -0.02542457915842533, -0.04495488852262497, 0.04926145076751709, -0.04007958993315697, 0.01462565828114748, 0.028078213334083557, -0.056918878108263016, -0.014842762611806393, 0.03919079899787903, -0.05904008820652962, -0.0842294916510582, 0.02999378927052021, 0.01658819243311882, -0.02188839204609394, -0.012877036817371845, -0.05000106990337372, 0.05545511096715927, -0.041107989847660065, -0.0537586435675621, 0.01793152093887329, -0.015817411243915558, 0.04185612499713898, -0.04855019226670265, -0.04510200396180153, 0.022115463390946388, 4.253859515301883e-05, 0.03046489879488945, 0.0058739325031638145, -0.004007946699857712, 0.053199391812086105, 0.014240497723221779, 0.02673378773033619, 0.04184398427605629, -0.024645330384373665, 0.03345172852277756, 0.041529059410095215, 0.002507089637219906, 0.04520547389984131, 0.006655564997345209, 0.047492992132902145, 0.0018185657681897283, 0.04955039545893669, 0.012681507505476475, 0.002058205660432577, -0.0028477085288614035, 0.03947008401155472, 0.0047494047321379185, 0.0031674900092184544, -0.01385711319744587, 0.02752339467406273, 0.04011974483728409, -0.007457237225025892, -0.05299575254321098, 7.859915785957128e-05, 0.04108509048819542, -0.021954894065856934, -0.02578803338110447, -0.005181403364986181, 0.0029650237411260605, 0.016955189406871796, -0.058690812438726425, -0.023189004510641098, -0.04521113261580467, -0.007496207021176815, 0.007238970138132572, -0.07097189873456955, -0.0027920149732381105, 0.025195227935910225, -0.03438910096883774, -0.032130055129528046, -0.0198488999158144, -0.009216701611876488, -0.007152098696678877, 0.0025595910847187042, -0.04317960888147354, -0.037030141800642014, 0.0066087073646485806, 0.011025195010006428, -0.04716954752802849, -0.0147597910836339, -0.027429696172475815, -0.01812109164893627, -0.015252136625349522, -0.038043003529310226, -0.04542366415262222, 0.01065379474312067, -0.026472685858607292, -0.0308633241802454, -0.015411085449159145, -0.0031106488313525915, -0.0310782752931118, -0.017856895923614502, 0.00394990760833025, -0.015331893227994442, -0.03520975261926651, -0.010253310203552246, 0.0023476395290344954, -0.021467601880431175, -0.008869358338415623, 0.03474980592727661, -0.02064451202750206, -0.012352424673736095, 0.005502590909600258, 0.009087824262678623, 0.03938325494527817, -0.017652267590165138, 0.0030775696504861116, -0.0020014606416225433, 0.048436835408210754, -0.011283794417977333, -0.02098543383181095, 0.006278887391090393, 0.023319941014051437, 0.01845531351864338, -0.0034225941635668278, -0.005845978390425444, 0.04697494953870773, 0.01967412792146206, -0.027370590716600418, -0.008727602660655975, 0.012905936688184738, 0.004172820597887039, 0.021796761080622673, -0.02956962212920189, 0.02082967199385166, -0.013251395896077156, 0.02181689441204071, -0.01807386428117752, -0.021486004814505577, -0.010847480967640877, 0.002565487753599882, -0.011695257388055325, 0.007329330779612064, -0.02750483527779579, -0.00047474238090217113, -0.02529153600335121, -0.017709951847791672, -0.011085355654358864, 0.01161142997443676, -0.018864573910832405, -0.04265674576163292, 0.0018458390841260552, -0.028027119114995003, 0.009862687438726425, -0.02630721963942051, 0.0025315536186099052, -0.012437944300472736, -0.0291556678712368, 0.009936468675732613, -0.008175280876457691, 0.020412150770425797, -0.01931377872824669, -0.005063280928879976, 0.018163809552788734, 0.002709041815251112, 0.006572720594704151, 0.0040602427907288074, -0.011957438662648201, -0.003156597726047039, 0.014075173065066338, -0.01099489163607359, 0.0038307432550936937, -0.008141320198774338, -0.013993652537465096, 0.0015693812165409327, 0.009170672856271267, 0.005556149408221245, 0.020563844591379166, -0.015742477029561996, -0.008639203384518623, 0.021868621930480003, -0.006307244300842285, -0.001867092214524746, -0.011682619340717793, -0.001418005907908082, 0.007067483384162188, -0.013014700263738632, 0.014064094983041286, 0.022000841796398163, 0.002685587154701352, 0.01448614988476038, -0.0007450755801983178, 0.027412015944719315, 0.03268875926733017, -0.0022685385774821043, 0.02909003756940365, -0.0008288715034723282, 0.03402775526046753, 0.02596910484135151, 0.016118178144097328, 0.006497551221400499, 0.01479607354849577, -0.001990166725590825, 0.03060263581573963, 0.010000324808061123, 0.007161494344472885, 0.0323953703045845, -0.006458512973040342, 0.016899047419428825, 0.023532070219516754, 0.007709485944360495, -0.006074827164411545, 0.011160217225551605, -0.009488438256084919, -0.006744893733412027, 0.006878625601530075, -0.0036033049691468477, -0.02921172045171261, -0.0014873056206852198, 0.01910414732992649, -0.0013671729248017073, 0.00043056547292508185, -0.010127724148333073, 0.0077469064854085445, 0.014637991786003113, -0.015699420124292374, -0.011511065997183323, 0.023529134690761566, 0.00793534703552723, 0.013056060299277306, -0.017976900562644005, 0.0029381613712757826, 0.0015696301124989986, -0.00024929785286076367, 0.0028095513116568327, 0.012195682153105736, -0.00018264949903823435, 0.022465012967586517, 0.024686003103852272, 0.006562884896993637, 0.012521367520093918, 0.027344759553670883, 0.021269982680678368, 0.008047996088862419, 0.008228606544435024, -0.009557187557220459, 0.00444481335580349, -0.0037732257042080164, 0.008214057423174381, 0.0023315914440900087, 0.013847588561475277, -0.006878461688756943, -0.007002615369856358, 0.005645801313221455, 0.004938558675348759, -0.002104182029142976, 0.019790811464190483, 0.012545011937618256, 0.007942491210997105, 0.011056920513510704, 0.00047432686551474035, -0.00451280502602458, 0.0022245370782911777, 0.02495179884135723, -0.004099033307284117, -0.013423391617834568, 0.010596123524010181, -0.00690488563850522, 0.007836077362298965, -0.019866321235895157, 0.0008678293088451028, -0.00016044019139371812, -0.003153352765366435, 0.005294010974466801, -0.0035344944335520267, 0.0004069599963258952, -0.0027282200753688812, 0.0010480631608515978, -0.010378558188676834, -0.004656128119677305, 0.002942811930552125, 0.004414891824126244, -0.011211794801056385, -0.018380265682935715, 0.0037540278863161802, -0.0014728513779118657, -0.009667633101344109, 0.0035594715736806393, 0.0034112646244466305, 0.021106375381350517, -0.005993491038680077, -0.004129556939005852, -0.013320442289113998, -0.005020700860768557, -0.014174088835716248, -0.01924692839384079, -0.02054753713309765, -0.0020510279573500156, -0.019722843542695045, -0.01627158559858799, -0.011242974549531937, -0.006434237118810415, -0.005715122912079096, -0.01556213479489088, -0.018436912447214127, -0.004964793100953102, -0.004700927063822746, -0.008553112857043743, -0.02181374840438366, -0.006702064070850611, -0.013887910172343254, -0.009413555264472961, -0.0017197128618136048, -0.020730942487716675, -0.010320681147277355, -0.007463973946869373, -0.005237783771008253, -0.002722247736528516, -0.007209553848952055, -0.0005138259730301797, 0.014823348261415958, 0.002335404045879841, 0.005432514939457178, 0.012734931893646717, 0.013123908080160618, 0.02877076342701912, -0.004008447285741568, 0.003004015190526843, 0.024858463555574417, 0.010115770623087883, 0.008332774974405766, 0.004366511944681406, 0.011837939731776714, 0.011844622902572155, 0.01852850243449211, 0.00908704474568367, 0.0023272638209164143, 0.006477413233369589, 0.013356911949813366, 0.009665830060839653, -0.010949069634079933, 0.0016402165638282895, 0.013465368188917637, -0.0032006592955440283, -0.00252907769754529, -0.0010314352111890912, 0.01029518898576498, 0.01824299804866314, -0.004112131427973509, -0.006159886717796326, 0.01734241098165512, 0.023102063685655594, 0.0010626889998093247, 0.002154269954189658, 0.002245752839371562, 0.006316618528217077, 0.02286115288734436, -0.010365637950599194, -0.0017982842400670052, 0.007443465758115053, 0.0012678832281380892, -0.0029499742668122053, 0.0025920229963958263, -0.0028749292250722647, -0.001520402729511261, -0.0007649122853763402, 0.0020050862804055214, 0.01882092095911503, -0.005876469891518354, 0.010839954949915409, 0.01674581877887249, -0.006390467751771212, -0.0072294967249035835, 0.00857850257307291, 0.005762050859630108, 0.004649034701287746, 0.007334292400628328, 0.021149760112166405, 0.012270915322005749, 0.010715353302657604, 0.002777659799903631, 0.007649484556168318, 0.02546090818941593, 0.0011745253577828407, 0.000725756399333477, 0.010127786546945572, 0.005644229706376791, 0.013577388599514961, 0.007933011278510094, 0.0007292412919923663, 0.005224382504820824, 0.008038921281695366, 0.010248051024973392, 0.0005033931229263544, -0.007886219769716263, 0.0069891116581857204, 0.006645656656473875, -0.0021645051892846823, 0.003015153808519244, -0.008781303651630878, 0.00224517029710114, 0.00533730024471879, 0.00010167199798161164, -0.005562999285757542, -0.00759505107998848, 0.004966001491993666, -0.0029662710148841143, -0.021397890523076057, 0.0019527551485225558, -0.0028452363330870867, -0.011800927110016346, -0.00622170465067029, -0.0029742559418082237, 0.0006117753800936043, 0.0025090815033763647, -0.00815628468990326, -0.0009196581086143851, 0.004336197394877672, -1.9421420802245848e-05, -0.0044416100718081, 0.001432889373973012, -0.003944368567317724, 0.0027213608846068382, -0.0021689003333449364, 0.0006204750970937312, 0.0009848977206274867, 0.0018402800196781754, 0.004639129154384136, -0.007413902319967747, -0.007894226349890232, 0.016217699274420738, -0.00036986361374147236, 0.0011455448111519217, 0.000706761609762907, -0.0005774761666543782, -0.004085175693035126, -0.002536807442083955, 0.0008756000315770507, -0.0031328077893704176, -0.0062313987873494625, -0.001132730394601822, -0.0011797200422734022, 0.0026051232125610113, -0.006506023928523064, -0.016752656549215317, 0.011931345798075199, -0.006266992073506117, 0.003711870638653636, 0.011742077767848969, -0.00428794277831912, 0.002185491379350424, -0.005546282976865768, 0.002449308754876256, 0.0014675661223009229, -0.026732362806797028, 0.004473651293665171, -0.005363840609788895, -0.003650818718597293, -0.0016460104379802942, -0.004061297047883272, -0.0011747400276362896, -0.007348479237407446, 0.007758144289255142, -0.0007519472273997962, -0.003306242637336254, 0.0031006147619336843, 0.0017181683797389269, -0.0013203975977376103, 0.0021851174533367157, -0.007743427529931068, -0.0015683503588661551, 0.009339540265500546, -0.008853667415678501, -0.0014302071649581194, -0.005092650186270475, 0.0032822361681610346, 0.004006553906947374, -0.006499321199953556, 0.001820054487325251, -0.0019516292959451675, -0.0012718824436888099, 0.003482186933979392, -0.009377426467835903, -0.0014798407210037112, -0.0021019550040364265, -0.0023233527317643166, -0.004563790746033192, 0.00589717086404562, 0.002046553883701563, -0.00020426551054697484, 0.002189593855291605, 0.014174339361488819, 0.001811272231861949, 6.084022606955841e-05, 0.008436775766313076, 0.0030829941388219595, -0.0006232699379324913, 0.005637990776449442, 0.0038425580132752657, 0.008494852110743523, -9.568256791681051e-05, 0.01637796312570572, 0.02379116229712963, 0.020745733752846718, 0.024424958974123, 0.028805719688534737, 0.02029537409543991, 0.021589461714029312, 0.026800215244293213, 0.020124370232224464, 0.0185663141310215, 0.017314407974481583, 0.02887435257434845, 0.0217455867677927, 0.012852312065660954, 0.01953190751373768, 0.02428489364683628, 0.013313159346580505, 0.026844942942261696, 0.0033415157813578844, 0.019617866724729538, 0.012831874191761017, 0.024428360164165497, 0.033272165805101395, 0.022432396188378334, 0.021629778668284416, 0.024443646892905235, 0.018391331657767296, 0.025514837354421616, 0.005475340411067009, 0.019372666254639626, 0.01671263948082924, 0.002097022021189332, 0.010434369556605816, 0.0011963703436776996, 0.005876003298908472, -0.0018904360476881266, -0.0003667722048703581, -0.0022807770874351263, 0.0010803634067997336, 0.0007159375818446279, -0.004327747970819473, -0.0022658496163785458, -0.006971839349716902, -0.0032484005205333233, -0.00859084352850914, -0.008601748384535313, -0.012640757486224174, -0.013033176772296429, -0.0051099397242069244, -0.013217149302363396, -0.006122833117842674, -0.0012768502347171307, -0.009635900147259235, -0.011605137959122658, -0.011467245407402515, -0.016857432201504707, -0.0017370531568303704, -0.014158208854496479, -0.007559225894510746, -0.01560921873897314, -0.011287801899015903, -0.0003248979046475142, -0.016633853316307068, -0.014379788190126419, -0.02246067300438881, -0.01557479240000248, -0.017016801983118057, -0.015695393085479736, -0.006839030887931585, -0.012467564083635807, -0.020494282245635986, -0.003976499196141958, -0.009367795661091805, -0.0019685837905853987, 0.001817408250644803, -0.0025750421918928623, 5.583971142186783e-05, -0.003838305128738284, -0.0029659743886440992, 0.0013620636891573668, -0.0030467926990240812, -0.005378326401114464, -0.0002992274530697614, 0.005459768697619438, -0.0052024805918335915, -0.01372376549988985, -0.006786703132092953, -0.004865850321948528, -0.01025407575070858, -0.009067484177649021, -0.002394807757809758, 0.00247742491774261, -0.003845483995974064, -0.008886028081178665, -0.005425919778645039, -0.009190833196043968, -0.0034622875973582268, -0.012222912162542343, -0.01667674258351326, -0.01191568560898304, -0.01013028435409069, -0.009589280933141708, -0.006390745285898447, -0.005906385835260153, -0.013117413967847824, 0.0028536091558635235, -0.003184947185218334, -0.005101594142615795, -0.008484726771712303, -0.00020821827638428658, -0.008467941544950008, -0.012297986075282097, -0.017096057534217834, -0.011920277960598469, -0.006361306179314852, -0.014200299046933651, -0.01374351978302002, -0.02239689789712429, -0.011711995117366314, -0.0197244081646204, -0.021059172227978706, -0.021774213761091232, -0.009398045018315315, -0.012915113940834999, -0.017374997958540916, -0.014261821284890175, -0.011973798274993896, -0.0131327910348773, -0.01708296313881874, -0.01742883399128914, -0.02571721188724041, -0.01533272210508585, -0.01705728843808174, -0.02000425010919571, -0.010950112715363503, -0.015043008141219616, 0.00011530192568898201, -0.004915724042803049, -0.001287728315219283, -0.004311463329941034, -0.000775348162278533, 0.0012983485357835889, -0.003254834795370698, -0.001577583490870893, 0.003958962857723236, -0.005501922685652971, 0.0008905463619157672, -0.005528694950044155, 0.0013317168923094869, 0.0004813076229766011, 0.0003972770064137876, 0.000979297561571002, -0.0005250558606348932, 0.006554959807544947, 0.007180138025432825, 0.008975383825600147, 0.006095333024859428, 0.009169907309114933, 0.005604444537311792, 0.010082262568175793, 0.0013962127268314362, 0.003889162791892886, 0.005526346154510975, 0.0023081107065081596, 0.0020186619367450476, 0.003110557561740279, 0.0013461795169860125, 0.008964765816926956, 0.0013292769435793161, 5.871930989087559e-05, 0.0034109819680452347, 0.0017204865580424666, -0.0005924839060753584, -0.002001520711928606, 0.0009323757258243859, 0.00044530839659273624, 0.0005439399974420667, 0.00047458449262194335, 0.000642624800093472, 0.0002607234346214682, 0.00040184258250519633, 0.0005175935220904648, 0.0006529625970870256, 0.0007512859301641583, 0.0009105631033889949, 0.0006046694470569491, 0.001047506113536656, 0.00011340505443513393, 0.00355438981205225, -0.00042840937385335565, -0.0011408112477511168, -0.0013422764604911208, -0.0008456940413452685, 0.0019434966379776597, -0.002006952418014407, 3.71602873201482e-05, 0.0036841074470430613, -0.00044596183579415083, 0.0011815564939752221, 0.0035613717045634985, 0.0005571420770138502, 0.0008816584013402462, 0.0006397191318683326, 0.00042337662307545543, 0.0010592478793114424, -0.0001313683605985716, 0.005557614378631115, 0.0031484959181398153, -0.000471609178930521, 0.001168641378171742, -0.0003420009452383965, 0.0020772176794707775, 0.0028397543355822563, -0.00014094068319536746, 0.0013051835121586919, -0.0005759734776802361, 0.0046693491749465466, 0.0064683714881539345, 0.002260941080749035, 0.006255459506064653, -0.0011170677607879043, 0.004220706410706043, 0.008150971494615078, -0.0005991858779452741, 0.0025537137407809496, 0.005149327218532562, 0.0028945074882358313, 0.005630520638078451, -0.0008656012360006571, 0.0019859757740050554, 0.0061785271391272545, 0.0004538159118965268, 0.0006965600186958909, 0.0005560254794545472, 0.000660487508866936, 0.0012217253679409623, -0.00020232466340530664, 0.0019597546197474003, 0.0011507919989526272, -0.0019672149792313576, 0.0012420431012287736, 0.0002226909127784893, 0.00093498220667243, -1.1234823432459962e-05, -0.001996054779738188, -0.00010545425902819261, 0.00357281812466681, -0.00015838586841709912, -0.0008397199562750757, -0.0026829640846699476, -0.0031292017083615065, -0.0004757257120218128, -0.001956494990736246, 0.0018354370258748531, -0.0005870216409675777, -0.0019452396081760526, 0.0011841094819828868, 0.0004852861166000366, 0.0005629982915706933, 0.0003338863898534328, 0.0005772675503976643, 0.0009079313604161143, 0.0002101798017974943, 0.0010715245734900236, -0.0012799386167898774, -0.004729893058538437, 0.001268819672986865, 0.000345423148246482, 0.0006168309482745826, 0.00043506905785761774, 0.0005972497165203094, 0.0006749958265572786, -0.0003075020795222372, 0.002432218985632062, 0.002279416425153613, 0.0049852835945785046, 0.0033586258068680763, 0.0027648780960589647, 0.0015062270686030388, 0.007904642261564732, 0.0062754335813224316, 0.009529808536171913, 0.008926955983042717, 0.00043931687832809985, 0.0050677047111094, 0.004422257654368877, 0.011368362233042717, 0.009317224845290184, 0.0016729776980355382, 0.0001781722530722618, 0.0006145975785329938, 0.0006968319066800177, 0.000676763360388577, 0.00046844835742376745, 0.0009353342466056347, -0.002552801975980401, 0.000507109914906323, 0.0005756426835432649, 0.0006905487971380353, 0.0005941196577623487, 0.0004627309099305421, 0.00019907501700799912, 0.0010383962653577328, 0.00047777878353372216, 0.0009917457355186343, -0.0015487713972106576, -0.0009612701833248138, -0.0012146895751357079, -0.0007978368666954339, 0.0004017325409222394, -0.00105343631003052, 0.003361887764185667, -0.0002710542466957122, 0.0008867410942912102, 0.00043529816321097314, 0.0008505251607857645, 0.0004928276175633073, 0.00029786565573886037, 0.0006404376472346485, 0.0007313576643355191, 0.0006971790571697056, 0.0005726157105527818, 0.0006091349059715867, 0.0006336894002743065, 0.000489029276650399, 0.0010422784835100174, 0.0003291331813670695, 0.002184375189244747, 0.0025651422329247, 0.0018789498135447502, 0.0035075251944363117, 0.014504380524158478, 0.009871033951640129, 0.009673691354691982, 0.0046253385953605175, 0.00658726179972291, 0.004638067912310362, 0.007353478576987982, 0.0034676503855735064, 0.002689971821382642, 0.0015409354818984866, 0.0060480800457298756, 0.0010715285316109657, 0.0003620269417297095, 0.002434958703815937, 0.003442747751250863, 0.0060779256746172905, 0.0012443120358511806, -0.09498999267816544, -0.40674254298210144, 0.11684912443161011, 0.25010281801223755, -0.10567261278629303, -0.2115742266178131, -0.1222369596362114, -0.0020713862031698227, -0.013886423781514168, -0.3639000952243805, -0.44982609152793884, 0.06972096115350723, -0.21020270884037018, -0.5064143538475037, -0.32830655574798584, 0.10756085813045502, 0.03148508071899414, -0.7155025601387024, -0.31331896781921387, 0.42647242546081543, 0.18367980420589447, 0.10207824409008026, 0.14637397229671478, 0.2867234945297241, 0.3006492257118225, 0.1411285400390625, -0.10787525027990341, 0.0885508731007576, 0.16744330525398254, 0.11576390266418457, 0.12035607546567917, 0.12075435370206833, 0.23404549062252045, 0.11415169388055801, 0.10871243476867676, 0.0984112024307251, 0.08224909007549286, 0.029647624120116234, -0.07283835113048553, -0.312166303396225, -0.050601374357938766, 0.031833335757255554, -0.02478877082467079, -0.021819520741701126, -0.16228246688842773, -0.42016831040382385, -0.3153589367866516, -0.12109074741601944, -0.16849854588508606, -0.16921837627887726, 0.23918721079826355, 0.06753020733594894, -0.025161689147353172, 0.29778024554252625, 0.2295723855495453, 0.2275516837835312, 0.20795147120952606, 0.1779881715774536, 0.23676063120365143, 0.19673696160316467, 0.19611021876335144, 0.16973374783992767, 0.12004527449607849, 0.0932065024971962, 0.05446575954556465, 0.05075262486934662, 0.08629528433084488, 0.04727480188012123, 0.04332549870014191, -0.032390620559453964, -0.12888988852500916, -0.12213749438524246, -0.06337839365005493, -0.05179108306765556, -0.003908584825694561, -0.1458146721124649, -0.3737400472164154, -0.12911656498908997, -0.24519352614879608, -0.3245828151702881, 0.02728419378399849, -0.02051047794520855, 0.013163847848773003, 0.04458462446928024, 0.1476369947195053, 0.17425371706485748, 0.11686287820339203, 0.1790836602449417, 0.15823018550872803, 0.1807718724012375, 0.16468186676502228, 0.15382520854473114, 0.22624024748802185, 0.22723495960235596, 0.24533919990062714, 0.17042088508605957, 0.2165011167526245, 0.24253971874713898, 0.18022987246513367, 0.08041567355394363, 0.005034635309129953, 0.09617958962917328, 0.02436104044318199, -0.1553051769733429, 0.05270834639668465, 0.15952402353286743, 0.10596837848424911, 0.08399683982133865, 0.03096272610127926, 0.032235123217105865, -0.013470488600432873, -0.11841848492622375, -0.11037911474704742, -0.04116597771644592, -0.06901346892118454, -0.07621867954730988, -0.09640106558799744, -0.07222474366426468, -0.05534810945391655, -0.11940596997737885, -0.18332605063915253, -0.1843278855085373, -0.19397149980068207, -0.1789625734090805, -0.13433611392974854, -0.22030360996723175, -0.09094817191362381, -0.018420739099383354, -0.11825031042098999, -0.10768505930900574, -0.08170709013938904, -0.012542436830699444, 0.04006609320640564, 0.026768378913402557, 0.09222038835287094, 0.17589221894741058, 0.2845878601074219, 0.2261771410703659, 0.08107106387615204, 0.0716981291770935, 0.10572592169046402, 0.05389191210269928, -0.03109818883240223, -0.09760826826095581, -0.0488545261323452, 0.03269924223423004, 0.07074102014303207, 0.1440877467393875, 0.19091640412807465, 0.1990581601858139, 0.17686133086681366, 0.13413263857364655, 0.13156013190746307, 0.07403332740068436, -0.053917765617370605, -0.08268265426158905, -0.08991370350122452, -0.13916772603988647, -0.23239582777023315, -0.264121413230896, -0.19253455102443695, -0.15245628356933594, -0.1994013488292694, -0.2623682916164398, -0.2920326590538025, -0.33348721265792847, -0.35898277163505554, -0.34201017022132874, -0.36149686574935913, -0.30774760246276855, -0.1653701215982437, -0.04274659603834152, 0.050792548805475235, 0.10424862056970596, 0.1598907858133316, 0.21347834169864655, 0.26516133546829224, 0.30441686511039734, 0.3471287190914154, 0.3946956694126129, 0.4832175672054291, 0.48498043417930603, 0.36400771141052246, 0.18915380537509918, 0.05239713191986084, 0.00014480427489615977, -0.10515617579221725, -0.3018176257610321, -0.3831924498081207, -0.2852126359939575, -0.06976653635501862, 0.06190493702888489, 0.17506511509418488, 0.2922365665435791, 0.32570701837539673, 0.23971058428287506, 0.16565825045108795, 0.09916697442531586, -0.009543071500957012, -0.10599257797002792, -0.15923179686069489, -0.1369391679763794, -0.08049075305461884, -0.040969762951135635, -0.028788631781935692, -0.04852401837706566, -0.10595228523015976, -0.19272282719612122, -0.32507285475730896, -0.43062853813171387, -0.483400821685791, -0.5105844736099243, -0.48528993129730225, -0.378526508808136, -0.22710132598876953, -0.23465053737163544, -0.09649484604597092, 0.15106099843978882, 0.3032529950141907, 0.39952710270881653, 0.44872742891311646, 0.5480992197990417, 0.5981795787811279, 0.6802656054496765, 0.8121886253356934, 0.9526008367538452, 0.9636281728744507, 0.7233555316925049, 0.4400435984134674, 0.2731002867221832, 0.05554511398077011, -0.4046335518360138, -0.8274145722389221, -0.9941608905792236, -0.9235399961471558, -0.7884556651115417, -0.6260114312171936, -0.3338592052459717, 0.04181242361664772, 0.33221668004989624, 0.40493589639663696, 0.32141175866127014, 0.27385061979293823, 0.28506436944007874, 0.10141942650079727, -0.11907065659761429, -0.15454493463039398, -0.11613978445529938, -0.06400768458843231, -0.051064006984233856, -0.09789391607046127, -0.23031587898731232, -0.41099485754966736, -0.6152867674827576, -0.6802931427955627, -0.7299204468727112, -0.7200824618339539, -0.5527101755142212, -0.2950594127178192, -0.08908778429031372, 0.09172961860895157, 0.27608975768089294, 0.420443058013916, 0.4886396825313568, 0.4154348373413086, 0.41433385014533997, 0.49314674735069275, 0.6815787553787231, 0.9686626195907593, 1.2171902656555176, 1.3303064107894897, 1.2569751739501953, 0.9158200025558472, 0.5107802748680115, 0.12076080590486526, -0.43844544887542725, -1.205283761024475, -1.7409876585006714, -1.7302188873291016, -1.5280680656433105, -1.3852788209915161, -1.0938996076583862, -0.4242795407772064, 0.28737446665763855, 0.6731288433074951, 0.6585097908973694, 0.5565721392631531, 0.5592997074127197, 0.5740570425987244, 0.3855684995651245, 0.1168847531080246, 0.08423718065023422, 0.2754340171813965, 0.40347495675086975, 0.2578344941139221, -0.04805414006114006, -0.3526780903339386, -0.6218624114990234, -0.9271121025085449, -1.232737421989441, -1.4048206806182861, -1.2645584344863892, -0.796700656414032, -0.2617487907409668, 0.11620651185512543, 0.43535467982292175, 0.7678683996200562, 0.9355629086494446, 0.8504772186279297, 0.6409891843795776, 0.5009205341339111, 0.5980462431907654, 0.808204174041748, 1.0261740684509277, 1.4204444885253906, 1.8160220384597778, 1.7242311239242554, 1.0551538467407227, 0.4411516487598419, 0.07930415123701096, -0.6482861638069153, -1.9036614894866943, -2.660630464553833, -2.443030834197998, -2.0018513202667236, -1.7427092790603638, -1.3015382289886475, -0.2795964181423187, 0.8270537853240967, 1.356284499168396, 1.2456151247024536, 0.9980295300483704, 0.9330653548240662, 0.8590381741523743, 0.4801206886768341, 0.04861730709671974, 0.011212536133825779, 0.26457479596138, 0.38471487164497375, 0.19623112678527832, -0.15879884362220764, -0.5316634178161621, -0.923075795173645, -1.3516125679016113, -1.7465674877166748, -1.9141324758529663, -1.6972781419754028, -1.0745900869369507, -0.2798915505409241, 0.3375319540500641, 0.8316617608070374, 1.312475323677063, 1.5146421194076538, 1.265600323677063, 0.806561291217804, 0.5051789283752441, 0.44717636704444885, 0.41535425186157227, 0.4625408351421356, 0.9249894618988037, 1.743485450744629, 2.134328842163086, 1.5996019840240479, 0.6936121582984924, 0.14732667803764343, -0.33000585436820984, -1.5882949829101562, -3.0770161151885986, -3.476986885070801, -2.687234401702881, -1.916098713874817, -1.449728012084961, -0.46087759733200073, 1.0962555408477783, 2.198406457901001, 2.2521233558654785, 1.7798248529434204, 1.3187648057937622, 0.8629577159881592, 0.256762832403183, -0.3440132439136505, -0.6986674070358276, -0.7004026174545288, -0.416226863861084, -0.08500347286462784, -0.027371754869818687, -0.34476110339164734, -0.657795786857605, -0.8653994202613831, -1.143164873123169, -1.481133222579956, -1.4949548244476318, -0.9736313819885254, -0.24795925617218018, 0.2321501076221466, 0.5926562547683716, 1.0170639753341675, 1.2369526624679565, 0.9702690243721008, 0.38994473218917847, 0.026466580107808113, 0.002106064697727561, -0.011043514125049114, 0.0029083548579365015, 0.4352577328681946, 1.3036397695541382, 2.264873504638672, 2.6346466541290283, 2.111121654510498, 1.1314467191696167, 0.30372029542922974, -0.5599868893623352, -1.9466655254364014, -3.4332547187805176, -3.847665309906006, -3.046220541000366, -2.0663044452667236, -1.208441138267517, 0.01508905366063118, 1.5265001058578491, 2.4757511615753174, 2.4918949604034424, 2.016763687133789, 1.384311556816101, 0.571282684803009, -0.20223350822925568, -0.677141010761261, -0.8695791959762573, -0.8475687503814697, -0.5101509690284729, 0.0056524151004850864, 0.26109644770622253, 0.0069229635410010815, -0.44784724712371826, -0.7845727205276489, -1.1058615446090698, -1.4260640144348145, -1.4353102445602417, -0.962562620639801, -0.25916779041290283, 0.28317558765411377, 0.6775292754173279, 0.993317723274231, 0.9964414238929749, 0.5757539868354797, 0.02086181379854679, -0.3208984434604645, -0.4676350951194763, -0.48531654477119446, -0.26107609272003174, 0.2619379460811615, 1.0919524431228638, 2.098695993423462, 2.888275384902954, 3.087108612060547, 2.5217597484588623, 1.367317795753479, 0.12765160202980042, -1.0357788801193237, -2.2871997356414795, -3.5126335620880127, -3.8932993412017822, -3.1124603748321533, -1.7882567644119263, -0.6534992456436157, 0.3504151999950409, 1.4655892848968506, 2.2615175247192383, 2.289353132247925, 1.64724862575531, 0.83343505859375, 0.2547658383846283, -0.04775828868150711, -0.32049131393432617, -0.5078299641609192, -0.39660367369651794, 0.017508022487163544, 0.3059729337692261, 0.189353808760643, -0.20907853543758392, -0.6797840595245361, -1.0672796964645386, -1.3831398487091064, -1.5066572427749634, -1.2678884267807007, -0.747069239616394, -0.12085837870836258, 0.43289780616760254, 0.8057367205619812, 0.9369905591011047, 0.7509517669677734, 0.33057576417922974, -0.09603449702262878, -0.5081643462181091, -0.7780020236968994, -0.715275764465332, -0.31357476115226746, 0.25060969591140747, 0.9469504952430725, 1.7793004512786865, 2.5997426509857178, 3.1046226024627686, 2.9161553382873535, 1.8492419719696045, 0.41974446177482605, -0.655134379863739, -1.493167757987976, -2.5908145904541016, -3.495452642440796, -3.206636428833008, -1.9863966703414917, -0.8491448163986206, -0.18210960924625397, 0.5851575136184692, 1.488410472869873, 1.8365082740783691, 1.407071828842163, 0.6181332468986511, 0.18399998545646667, 0.14589662849903107, 0.014786544255912304, -0.3651554584503174, -0.3930378258228302, 0.10549034923315048, 0.416679322719574, 0.13640540838241577, -0.23988431692123413, -0.349336713552475, -0.5625477433204651, -1.0744699239730835, -1.312842607498169, -0.9273588061332703, -0.4261055588722229, -0.24157628417015076, -0.07163082808256149, 0.3225528597831726, 0.5526862740516663, 0.31606313586235046, -0.06025085970759392, -0.30608516931533813, -0.46103206276893616, -0.6425005197525024, -0.6591362357139587, -0.3011459708213806, 0.27798470854759216, 0.9377886056900024, 1.585603952407837, 2.264014720916748, 2.7405922412872314, 2.8447601795196533, 2.2695810794830322, 1.0667020082473755, -0.12891864776611328, -1.0267285108566284, -1.8277348279953003, -2.6933484077453613, -2.994152307510376, -2.3941617012023926, -1.422446846961975, -0.6021794080734253, 0.10590851306915283, 0.7570540308952332, 1.2286975383758545, 1.3132474422454834, 0.9348059892654419, 0.4669630527496338, 0.3021807074546814, 0.3553224205970764, 0.1700800657272339, -0.0934855118393898, -0.016048066318035126, 0.17282737791538239, -0.06095117703080177, -0.5593567490577698, -0.783076286315918, -0.7787386178970337, -0.9700037240982056, -1.1622471809387207, -0.7840479016304016, -0.11334002017974854, 0.2743918299674988, 0.3444279134273529, 0.410452276468277, 0.5016084909439087, 0.24831262230873108, -0.30518215894699097, -0.6742799878120422, -0.808139443397522, -0.8362780809402466, -0.7926374077796936, -0.46163010597229004, 0.12808136641979218, 0.7291679382324219, 1.2779176235198975, 1.7535114288330078, 2.209294319152832, 2.438455104827881, 2.3507511615753174, 1.9358851909637451, 1.1090366840362549, 0.12594613432884216, -0.705046534538269, -1.4024347066879272, -2.0561559200286865, -2.482893228530884, -2.2965426445007324, -1.699947476387024, -1.1303342580795288, -0.5527337789535522, 0.08293935656547546, 0.7092906832695007, 1.1154460906982422, 1.2292530536651611, 1.0789401531219482, 0.998559296131134, 0.8529470562934875, 0.5283462405204773, 0.08351721614599228, -0.10451847314834595, -0.19352926313877106, -0.5402050614356995, -0.804944634437561, -0.7603075504302979, -0.6156219840049744, -0.7618272304534912, -0.711417555809021, -0.22431214153766632, 0.24680419266223907, 0.31099411845207214, 0.26726749539375305, 0.3489559292793274, 0.3492541015148163, -0.04888395592570305, -0.6062537431716919, -0.8780991435050964, -0.8796782493591309, -0.7396025061607361, -0.7547099590301514, -0.473021000623703, 0.3405144512653351, 1.0706610679626465, 1.251795768737793, 1.2669414281845093, 1.7424179315567017, 2.089315176010132, 1.75657057762146, 1.193102240562439, 0.9990474581718445, 0.7502061128616333, 0.023189915344119072, -0.6932535171508789, -1.078447937965393, -1.4048138856887817, -1.6515371799468994, -1.6937856674194336, -1.611292839050293, -1.342313289642334, -0.7592482566833496, -0.16744059324264526, 0.28914642333984375, 0.6128529906272888, 1.1380754709243774, 1.443619728088379, 1.3015848398208618, 1.0073845386505127, 0.7270577549934387, 0.3705524504184723, -0.35655757784843445, -0.969409704208374, -1.1078311204910278, -1.1222870349884033, -1.1771314144134521, -0.8686498403549194, -0.27600032091140747, 0.27383953332901, 0.5471757650375366, 0.6766948103904724, 0.7135523557662964, 0.47110238671302795, 0.0438559465110302, -0.48067066073417664, -0.9595227241516113, -1.2582511901855469, -1.268251895904541, -1.1520086526870728, -0.9951849579811096, -0.4567316174507141, 0.28217417001724243, 0.8167386651039124, 1.1032133102416992, 1.4139599800109863, 1.5683034658432007, 1.3281352519989014, 0.9571449160575867, 0.7856029272079468, 0.8011353611946106, 0.7052290439605713, 0.4100625514984131, 0.42650309205055237, 0.4242998957633972, 0.2119475156068802, -0.23760303854942322, -0.8581393361091614, -1.353553295135498, -1.6777116060256958, -1.6461918354034424, -1.5175895690917969, -1.0722647905349731, -0.40237730741500854, 0.3873738944530487, 1.0134152173995972, 1.3207348585128784, 1.3772939443588257, 1.3239487409591675, 0.902600884437561, 0.08757137507200241, -0.5157148241996765, -0.8192676305770874, -1.0530034303665161, -1.195401668548584, -0.8415929675102234, -0.24174469709396362, 0.2616960406303406, 0.46538764238357544, 0.6312867403030396, 0.7413148880004883, 0.4951227009296417, -0.06893611699342728, -0.5984051823616028, -0.9116503000259399, -0.9820125699043274, -1.0259209871292114, -1.0397565364837646, -0.7574215531349182, -0.27263787388801575, 0.16219866275787354, 0.28371182084083557, 0.4698972702026367, 0.6845638751983643, 0.7527974843978882, 0.581925094127655, 0.5490005016326904, 0.709664523601532, 0.7151033878326416, 0.746354877948761, 0.9834387898445129, 1.2072936296463013, 1.1670258045196533, 0.9041451811790466, 0.6734779477119446, 0.3153068721294403, -0.4099005460739136, -1.1339894533157349, -1.4582288265228271, -1.507344126701355, -1.5890713930130005, -1.346714973449707, -0.8085891008377075, -0.11093384772539139, 0.41755470633506775, 0.7721108198165894, 0.924425482749939, 0.9623898267745972, 0.7998990416526794, 0.4924807548522949, 0.15665766596794128, -0.10196121037006378, -0.27510419487953186, -0.46451228857040405, -0.5804884433746338, -0.5371885895729065, -0.3127615451812744, -0.21201394498348236, -0.1395629644393921, -0.059264879673719406, 0.11050502210855484, 0.07137251645326614, -0.1116943359375, -0.12163841724395752, -0.06399793177843094, -0.36289578676223755, -0.6880192160606384, -0.6408684253692627, -0.6373351216316223, -0.6508105993270874, -0.5009622573852539, -0.1269979625940323, 0.21641606092453003, 0.5231650471687317, 0.7204152345657349, 0.8349352478981018, 0.8192119598388672, 0.8134050965309143, 0.6973235011100769, 0.6072327494621277, 0.6675938367843628, 0.7003805637359619, 0.7962906360626221, 0.7647294998168945, 0.4818010926246643, 0.543218731880188, 0.48784467577934265, 0.0017111711204051971, -0.3475959002971649, -0.5996347665786743, -0.8313866257667542, -1.2571356296539307, -1.1704859733581543, -1.2680041790008545, -1.1165945529937744, -0.5082545280456543, -0.03348267823457718, 0.2698695957660675, 0.7118951082229614, 1.199084997177124, 1.1168932914733887, 0.724200963973999, 0.4459129273891449, 0.22347994148731232, -0.28203195333480835, -0.6177685856819153, -0.6643191576004028, -0.44761037826538086, -0.4917464256286621, -0.5028766989707947, -0.2191779911518097, 0.03131679818034172, -0.05823229253292084, -0.2579564154148102, -0.2409331351518631, -0.2033005803823471, -0.27148064970970154, -0.452300488948822, -0.46516281366348267, -0.4046535789966583, -0.11339789628982544, -0.11792034655809402, -0.2364094853401184, -0.052743274718523026, 0.32664254307746887, 0.3005485534667969, -0.042222097516059875, 0.042104557156562805, 0.37017884850502014, 0.30738863348960876, 0.3276100754737854, 0.6373390555381775, 0.9036628007888794, 1.073402762413025, 0.9765881896018982, 0.9727200865745544, 0.8030686974525452, 0.47526055574417114, 0.055320434272289276, -0.3865572512149811, -0.5797170400619507, -0.70576012134552, -0.8307010531425476, -0.8210440278053284, -0.6521298289299011, -0.3109571635723114, -0.38638854026794434, -0.33153027296066284, 0.026939913630485535, 0.25480952858924866, 0.3117442727088928, 0.3701758086681366, 0.6131888031959534, 0.5312449336051941, 0.3873099386692047, 0.15689188241958618, -0.10562095791101456, -0.2076728790998459, -0.26276275515556335, -0.4475902318954468, -0.5933786034584045, -0.42743349075317383, -0.2929788827896118, -0.29578709602355957, -0.25728222727775574, -0.07796791195869446, 0.07736195623874664, -0.10851363837718964, -0.13092584908008575, 0.0030848460737615824, -0.0769490972161293, -0.22949489951133728, -0.49827471375465393, -0.3139970898628235, -0.36636340618133545, -0.6111875176429749, -0.2685369849205017, -0.07174861431121826, 0.05140778794884682, 0.12872886657714844, 0.3490687906742096, 0.5354231595993042, 0.4760952889919281, 0.48828598856925964, 0.3296997547149658, 0.20334331691265106, 0.10264839977025986, 0.011386778205633163, 0.08954200148582458, 0.05823255330324173, 0.17817455530166626, 0.23186153173446655, 0.08399436622858047, 0.047355204820632935, 0.08325983583927155, 0.019869351759552956, -0.08628413081169128, -0.12479779869318008, 0.10030472278594971, -0.014183138497173786, -0.035491738468408585, 0.1509723663330078, 0.05308343842625618, -0.0009465969051234424, -0.1838725060224533, -0.19551995396614075, -0.27435731887817383, -0.40394461154937744, -0.3328931927680969, -0.3478168845176697, -0.30342650413513184, -0.3302585780620575, -0.10831636190414429, -0.02068030647933483, -0.14820268750190735, 5.412068730947794e-06, 0.15960052609443665, 0.06930956989526749, -0.016850655898451805, 0.036932457238435745, -0.13475602865219116, -0.38550975918769836, -0.5817545652389526, -0.4880213737487793, -0.49675101041793823, -0.5475230813026428, -0.2627633810043335, 0.04942610487341881, 0.1338595449924469, 0.11540234833955765, 0.23552247881889343, 0.31264805793762207, 0.22739547491073608, 0.1340053528547287, 0.01976526901125908, 0.010183407925069332, 0.02044522762298584, -0.057388920336961746, -0.05061126500368118, 0.10483593493700027, 0.2609959542751312, 0.2417944073677063, 0.26070353388786316, 0.46847549080848694, 0.6474354863166809, 0.6039626598358154, 0.6415756344795227, 0.8537377119064331, 0.9389539361000061, 0.9645819664001465, 0.6548037528991699, 0.36920106410980225, 0.22073940932750702, -0.11934803426265717, -0.544265866279602, -0.786457896232605, -0.3856455385684967, -0.6669231653213501, -0.9409201741218567, -0.5988821983337402, -0.1902327984571457, -0.06870780885219574, 0.11534981429576874, 0.5728126764297485, 0.7293925285339355, 0.757601261138916, 0.35783088207244873, -0.010083380155265331, -0.06198462098836899, -0.16981858015060425, -0.518947184085846, -0.3660593330860138, 0.05828468129038811, 0.12246618419885635, 0.024418596178293228, 0.11542678624391556, 0.22795017063617706, -0.027841705828905106, -0.2201787233352661, -0.28039321303367615, -0.3227319121360779, -0.2200269252061844, -0.16859562695026398, -0.24539126455783844, -0.13163144886493683, 0.07294470816850662, -0.04116357862949371, -0.38227418065071106, -0.32528454065322876, -0.11184033751487732, -0.3749408721923828, -0.44777756929397583, -0.04966408759355545, 0.21361885964870453, 0.26177123188972473, 0.2827773988246918, 0.47965002059936523, 0.5763197541236877, 0.4467943608760834, 0.3813665211200714, 0.47156816720962524, 0.6493460536003113, 0.4901016056537628, 0.36939769983291626, 0.609803318977356, 0.27003318071365356, 0.003192074364051223, 0.16474325954914093, 0.09135246276855469, -0.08016853779554367, -0.08740270137786865, -0.02670939452946186, -0.27452924847602844, -0.23484675586223602, -0.17696954309940338, -0.43187543749809265, -0.4291130602359772, 0.0013108893763273954, 0.15242651104927063, -0.06306272000074387, 0.0014538634568452835, 0.18317028880119324, 0.2490302324295044, -0.1023089811205864, -0.20129138231277466, -0.04428813233971596, -0.045380108058452606, -0.21083366870880127, -0.15340182185173035, 0.0951576977968216, 0.03275400400161743, -0.13721445202827454, -0.28422513604164124, -0.28667083382606506, -0.36298322677612305, -0.6438661217689514, -0.7589442729949951, -0.48868051171302795, -0.4542158842086792, -0.5948302149772644, -0.45951277017593384, -0.19678568840026855, -0.09029967337846756, -0.09092308580875397, -0.11265373229980469, -0.06414513289928436, 0.029696807265281677, 0.13973870873451233, 0.006693228147923946, -0.020457308739423752, 0.03196023032069206, 0.07400192320346832, 0.07782036066055298, -0.09754031151533127, 0.03284348174929619, 0.19948206841945648, 0.13974638283252716, 0.15989699959754944, 0.45305129885673523, 0.6430510878562927, 0.5493379831314087, 0.4291931390762329, 0.6341465711593628, 0.6116572022438049, 0.39623895287513733, 0.34343966841697693, 0.22487667202949524, 0.23117172718048096, 0.007374202366918325, -0.17929202318191528, -0.3182283937931061, -0.19422748684883118, -0.30362728238105774, -0.37774547934532166, -0.3403479754924774, -0.07807911187410355, -0.03861360251903534, 0.03078106790781021, 0.16703426837921143, 0.16386638581752777, 0.09671392291784286, 0.008083865977823734, 0.13605475425720215, -0.07174459844827652, -0.1083412617444992, -0.29967981576919556, -0.5520651340484619, -0.5136775970458984, -0.4213346242904663, -0.4014047086238861, -0.3426644504070282, -0.009084204211831093, 0.07258787751197815, -0.015815215185284615, 0.1458226591348648, 0.20869772136211395, 0.04904051497578621, -0.1648462414741516, -0.21664094924926758, -0.19133780896663666, -0.33258137106895447, -0.4409544765949249, -0.06392624974250793, -0.0758180245757103, -0.11502674221992493, -0.2911870777606964, -0.20007634162902832, -0.16404853761196136, 0.010387147776782513, 0.22649571299552917, 0.4206886291503906, 0.8052862882614136, 0.9780346155166626, 0.8184378147125244, 0.820595920085907, 0.6587124466896057, 0.5280245542526245, 0.3371891677379608, 0.2871409058570862, 0.428343802690506, 0.5945091843605042, 0.5378533601760864, 0.28528448939323425, 0.09628346562385559, 0.1945430338382721, -0.023831529542803764, -0.3074653446674347, -0.08708871155977249, 0.27498942613601685, 0.28271517157554626, 0.014321590773761272, -0.07625051587820053, -0.07610367983579636, -0.3579367697238922, -0.46086567640304565, -0.3783295154571533, 0.09078999608755112, 0.2165435254573822, 0.11242169886827469, 0.1360945850610733, 0.06121259927749634, 0.04803583770990372, -0.10764145106077194, -0.21455225348472595, -0.3010410666465759, -0.06867527961730957, -0.09946268051862717, -0.4272008240222931, -0.4994058310985565, -0.23678220808506012, -0.2565426230430603, -0.43479031324386597, -0.306231826543808, -0.1504981517791748, 0.0325467586517334, -0.097901351749897, -0.2936871647834778, -0.2548736035823822, -0.15731269121170044, -0.3183235228061676, -0.47321733832359314, -0.15454623103141785, 0.11274374276399612, -0.03978540748357773, 0.15224313735961914, 0.26892852783203125, 0.27298980951309204, 0.18474702537059784, 0.23408949375152588, 0.05755331367254257, 0.000761947943829, 0.12325446307659149, -0.003183369990438223, 0.043481502681970596, 0.17039011418819427, 0.2636285722255707, 0.1564987152814865, 0.08232881873846054, 0.11392268538475037, 0.11134395003318787, 0.020595021545886993, -0.03167957067489624, 0.10506530851125717, 0.28493189811706543, 0.4404568672180176, 0.3853186368942261, 0.3369564712047577, 0.34163254499435425, 0.21826176345348358, -0.03655064105987549, -0.2276516705751419, -0.17380940914154053, -0.29603448510169983, -0.3481868803501129, -0.07645660638809204, -0.024117007851600647, -0.13976509869098663, -0.09692530333995819, -0.03183393552899361, -0.18633152544498444, -0.2579916715621948, -0.10900205373764038, -0.03094807080924511, -0.19331443309783936, -0.15167953073978424, -0.05840804800391197, -0.17689843475818634, -0.29525020718574524, -0.12728014588356018, -0.1029328852891922, -0.20751245319843292, -0.09444162994623184, 0.02671353705227375, 0.11693006753921509, -0.1546722799539566, -0.2795836329460144, -0.08722392469644547, -0.11639644205570221, -0.23195648193359375, 0.0818312019109726, -0.08521368354558945, -0.22707845270633698, 0.05605238676071167, -0.03301367908716202, -0.2710689306259155, -0.19554980099201202, 0.09848660230636597, -0.03873070329427719, -0.16215203702449799, -0.020627224817872047, 0.06226231902837753, 0.20579934120178223, 0.30213144421577454, 0.016402509063482285, -0.04860085994005203, -0.05737727880477905, -0.010646948590874672, 0.06368114799261093, 0.09460683166980743, 0.10097651928663254, 0.1319453865289688, -0.02820846438407898, 0.030469482764601707, 0.16674742102622986, -0.039233509451150894, -0.1856098175048828, -0.07475519180297852, -0.07675307244062424, -0.029686598107218742, 0.0717855766415596, -0.11893457919359207, -0.09889224171638489, 0.01200223620980978, -0.10592442005872726, -0.03419850021600723, 0.0902322456240654, 0.09000211954116821, 0.07179023325443268, 0.09210514277219772, 0.06923354417085648, 0.010574164800345898, 0.030109670013189316, 0.0955776795744896, 0.07851707935333252, 0.007894725538790226, 0.009214377962052822, -0.07117833197116852, -0.17107486724853516, 0.06241333484649658, 0.029169432818889618, -0.039100781083106995, -0.018402865156531334, -0.09943116456270218, -0.2215135544538498, -0.20120331645011902, -0.17287056148052216, -0.07385943830013275, -0.06910652667284012, -0.025091079995036125, -0.004965806845575571, 0.014430372044444084, -0.039920248091220856, -0.20977997779846191, -0.10094957798719406, -0.06234103441238403, -0.24101336300373077, -0.2515813112258911, -0.0592520534992218, -0.02586229145526886, -0.023233965039253235, 0.19261862337589264, -0.0072196549735963345, -0.10814061015844345, 0.0487600713968277, -0.1564132422208786, 0.03963422030210495, 0.09960414469242096, -0.040893059223890305, 0.008654719218611717, 0.08808833360671997, 0.17935103178024292, 0.24822059273719788, 0.015085581690073013, -0.10368923842906952, 0.21198007464408875, 0.1171829104423523, 0.06225040555000305, 0.012044351547956467, 0.043566927313804626, 0.2668701112270355, 0.08040773123502731, 0.1753614842891693, 0.23451201617717743, 0.08828213810920715, -0.01208901684731245, 0.21998876333236694, 0.40035325288772583, 0.23593594133853912, 0.1123877614736557, -0.008600595407187939, -0.004712538328021765, 0.1945921778678894, 0.07665802538394928, 0.32862669229507446, 0.23403911292552948, -0.06924015283584595, 0.08171992748975754, 0.023699220269918442, 0.18698813021183014, 0.1803920418024063, 0.08155228197574615, 0.07074858248233795, 0.2563421428203583, 0.2690920829772949, -0.046640995889902115, -0.01912127435207367, 0.13650363683700562, 0.16721084713935852, 0.14885945618152618, 0.030982227995991707, -0.07046610116958618, -0.09577391296625137, -0.08621128648519516, -0.018350161612033844, -0.07652699202299118, -0.2407863587141037, -0.16103437542915344, 0.08356467634439468, 0.06817825138568878, -0.10154277831315994, -0.1454927921295166, 0.04069417715072632, 0.14225541055202484, -0.24045708775520325, -0.10742927342653275, 0.19701939821243286, 0.0442780926823616, -0.0577208586037159, 0.0022266670130193233, -0.19946247339248657, 0.178959921002388, 0.09967011213302612, -0.09085722267627716, 0.04861922562122345, -0.17390790581703186, 0.10409275442361832, 0.049646712839603424, 0.02640160173177719, -0.1228180006146431, -0.17442338168621063, -0.14154551923274994, -0.24294131994247437, -0.18369075655937195, -0.0014036669163033366, 0.03696476295590401, -0.2563110589981079, -0.09875907003879547, 0.16678975522518158, -0.22127196192741394, -0.24893832206726074, 0.029398823156952858, 0.08707111328840256, 0.09780430048704147, -0.1368512660264969, -0.14535534381866455, -0.08511670678853989, 0.05653706192970276, 0.1787710189819336, -0.025641314685344696, 0.14264903962612152, 0.051161836832761765, -0.060397516936063766, 0.15990743041038513, -0.0159757100045681, 0.046778012067079544, 0.14491625130176544, 0.07469842582941055, -0.06993676722049713, 0.08910191804170609, -0.1693854033946991, -0.07968483120203018, -0.038139116019010544, -0.2930185794830322, -0.2919531464576721, -0.1538524180650711, -0.07126567512750626, 0.010748340748250484, 0.22954241931438446, 0.15356817841529846, -0.16141030192375183, 0.11629894375801086, 0.1436992734670639, 0.06142164021730423, -0.010728799737989902, -0.056614287197589874, -0.04554031416773796, -0.09382550418376923, -0.29544132947921753, -0.021856632083654404, 0.012142541818320751, 0.0648624449968338, -0.2228895127773285, -0.3331591486930847, 0.059511151164770126, 0.005802982021123171, -0.0156791340559721, -0.20083913207054138, -0.20698820054531097, -0.011432182975113392, -0.14115801453590393, -0.09371691942214966, -0.020608870312571526, -0.008887086994946003, -0.0900588184595108, -0.22673538327217102, -0.16791494190692902, -0.03858282044529915, -0.19784818589687347, -0.058058299124240875, 0.09476146101951599, 0.06749698519706726, 0.00732948025688529, 0.1257268488407135, 0.1663857400417328, 0.23852401971817017, 0.14127767086029053, 0.014341004192829132, -0.08718552440404892, -0.08737022429704666, -0.06735185533761978, 0.08421270549297333, 0.07220754772424698, 0.11909299343824387, 0.0022260842379182577, -0.03228206932544708, 0.05761086940765381, 0.010117908008396626, 0.18833987414836884, 0.023968152701854706, 0.1543000489473343, 0.22832639515399933, 0.05777263268828392, 0.14575842022895813, 0.04575560241937637, 0.06449878960847855, 0.0651283785700798, 0.03381362184882164, -0.05908571556210518, -0.0048490483313798904, 0.15565519034862518, -0.0721743255853653, -0.2585960030555725, 0.0653606429696083, -0.04124139994382858, 0.00505108805373311, 0.03850298374891281, 0.08394164592027664, 0.05397655814886093, -0.05480573698878288, -0.2589772045612335, -0.04070965200662613, -0.13396340608596802, -0.02446661703288555, -0.01786097139120102, -0.15768314898014069, -0.06205517053604126, -0.23001767694950104, -0.15589499473571777, -0.11339668184518814, -0.04617830365896225, 0.18922489881515503, 0.03182236850261688, -0.12722793221473694, -0.030064454302191734, 0.038764722645282745, -0.2826719284057617, -0.29145511984825134, 0.06311763823032379, -0.03906160593032837, -0.04904365539550781, -0.0760522112250328, -0.007908820174634457, -0.01650644652545452, 0.03351826220750809, 0.08442086726427078, -0.025697678327560425, 0.03997461125254631, 0.06948716938495636, 0.008598977699875832, -0.014607863500714302, 0.11814247071743011, 0.298545777797699, -0.14888152480125427, 0.2472032755613327, 0.17133277654647827, 0.097122423350811, 0.05002196878194809, 0.046315718442201614, -0.14993420243263245, 0.20839157700538635, 0.15603035688400269, -0.045039307326078415, -0.060836661607027054, 0.08972574025392532, 0.11109109222888947, 0.1225007101893425, -0.00504953833296895, -0.02245822176337242, -0.01804211549460888, 0.026162128895521164, -0.09658209979534149, -0.024166332557797432, -0.023414690047502518, 0.019538287073373795, -0.07925614714622498, -0.0910840705037117, 0.0890653058886528, 0.01736442558467388, -0.07586276531219482, -0.12946677207946777, 0.03480256721377373, -0.16831852495670319, 0.050539154559373856, 0.048373471945524216, -0.0322701670229435, -0.19359536468982697, -0.31616324186325073, 0.06501854956150055, 0.1261725276708603, -0.026799114421010017, -0.0329030342400074, -0.21297520399093628, -0.2870762348175049, -0.08644924312829971, 0.11270342022180557, -0.014280674047768116, -0.08190757781267166, 0.16868345439434052, -0.09593350440263748, -0.1809815615415573, 0.03575890138745308, -0.050502657890319824, 0.12458974123001099, 0.11018729209899902, -0.029992111027240753, -0.065327949821949, 0.09012728929519653, 0.10446497797966003, 0.03338222950696945, 0.09510689973831177, -0.004182932898402214, 0.09238926321268082, 0.07191717624664307, 0.1069309338927269, -0.0299766156822443, 0.14497169852256775, 0.2608698010444641, -0.2020377814769745, -0.1087557002902031, -0.08561684936285019, -0.03894868865609169, -0.016487959772348404, 0.1530923694372177, -0.07975354790687561, -0.05199103429913521, 0.10111035406589508, -0.014076856896281242, 0.07584182918071747, 0.22571377456188202, -0.005648349411785603, -0.05841664597392082, -0.0090545155107975, -0.0013423447962850332, 0.035700101405382156, 0.02757127210497856, 0.052495699375867844, 0.19963407516479492, 0.05008946731686592, -0.027051452547311783, -0.19824160635471344, 0.026691846549510956, 0.07974574714899063, -0.05589025095105171, -0.0635046735405922, -0.13568390905857086, 0.10255332291126251, 0.06126117706298828, -0.05679415538907051, 0.0063772560097277164, 0.01739257574081421, -0.006501347292214632, -0.18925301730632782, -0.12272068113088608, -0.010006649419665337, 0.05553508549928665, -0.042228713631629944, -0.13196173310279846, -0.11683154106140137, 0.004993409849703312, 0.03357443958520889, -0.008725632913410664, -0.03621652349829674, -0.06319821625947952, 0.0340539775788784, -0.06812717020511627, 0.045802146196365356, 0.019094692543148994, -0.0008313799626193941, 0.06133199483156204, -0.13647626340389252, 0.0604749470949173, 0.12744176387786865, 0.04028639569878578, -0.04773649573326111, 0.020611142739653587, 0.05119581148028374, -0.042935919016599655, 0.030994223430752754, -0.02992658130824566, 0.07779810577630997, 0.20032303035259247, -0.07982547581195831, 0.040639203041791916, 0.07806264609098434, 0.0040763081051409245, 0.05609286203980446, 0.06861995160579681, -0.0563788115978241, 0.08826014399528503, 0.057158712297677994, 0.04106186330318451, 0.18805399537086487, 0.045841991901397705, -0.019433556124567986, -0.0475839301943779, 0.1464148610830307, 0.2080235481262207, 0.056894898414611816, -0.08394977450370789, -0.14000695943832397, 0.06312268227338791, 0.009576351381838322, 0.007314249873161316, 0.030222680419683456, -0.09732351452112198, 0.1088913232088089, -0.11881804466247559, -0.05238836631178856, 0.11728150397539139, -0.13363300263881683, -0.1406656801700592, -0.07914607226848602, 0.08159714192152023, 0.01098886039108038, -0.03797784820199013, -0.05871032178401947, -0.07594822347164154, -0.048910170793533325, -0.022594163194298744, 0.02129809930920601, -0.047945789992809296, -0.034507013857364655, -0.08591777086257935, 0.010790450498461723, -0.04401002451777458, 0.022663142532110214, 0.07428237050771713, -0.057387832552194595, 0.021918660029768944, 0.048377133905887604, -0.00827708002179861, -0.21689215302467346, -0.023374132812023163, 0.10433106124401093, -0.03143113851547241, -0.14000830054283142, 0.001811015303246677, -0.0030281234066933393, 0.003345963777974248, 0.10813359916210175, -0.028127431869506836, 0.09445374459028244, 0.0017875676276162267, -0.015153110027313232, -0.02427254244685173, -0.03322065994143486, 0.00965545792132616, 0.009122700430452824, -0.00866609439253807, 0.1175636500120163, 0.1331033557653427, 0.06161346659064293, -0.03893696144223213, -0.03487646207213402, -0.01991555467247963, 0.1447545886039734, -0.016985861584544182, 0.09846668690443039, 0.055555883795022964, -0.01496368832886219, -0.003751531708985567, 0.05411335825920105, 0.06462904065847397, 0.00038721610326319933, -0.015888091176748276, -0.06398655474185944, -0.034785471856594086, 0.037924837321043015, -0.057508572936058044, -0.04185878112912178, 0.09400388598442078, 0.026487944647669792, 0.023953810334205627, -0.019205542281270027, -0.0818445160984993, -0.03881251439452171, 0.1468328982591629, -0.06168593093752861, 0.00015381668345071375, 0.04592900350689888, 0.05426529049873352, -0.030828889459371567, 0.020547786727547646, -0.027427570894360542, 0.023458434268832207, -0.03923328220844269, -0.09547384828329086, 0.008751447312533855, 0.043442945927381516, -0.12849800288677216, 0.024868568405508995, -0.08687666058540344, 0.010155314579606056, 0.07141487300395966, -0.042455896735191345, -0.1272508054971695, -0.02077401429414749, 0.057200368493795395, 0.05850598216056824, -0.016165990382432938, -0.10266958177089691, -0.0974087044596672, -0.001290320185944438, 0.06302962452173233, -0.06902513653039932, -0.0938427522778511, 0.031324222683906555, -0.02274130843579769, 0.04111751914024353, 0.11692549288272858, -0.011090942658483982, 0.12796124815940857, -0.09914059937000275, 0.04760812222957611, 0.04173073172569275, 0.107462078332901, 0.09620664268732071, -0.12653011083602905, -0.010615735314786434, 0.08112316578626633, 0.10012613236904144, -0.04892044886946678, 0.05211907625198364, 0.032478030771017075, 0.0529596172273159, 0.061323054134845734, -0.00046420417493209243, 0.014165789820253849, 0.036837588995695114, -0.016799321398139, 0.049058232456445694, 0.0168133694678545, 0.07209903001785278, -0.03410643711686134, 0.06562921404838562, 0.07539112120866776, 0.03808632120490074, -0.043773870915174484, -0.06333219259977341, 0.007414276711642742, 0.03829779475927353, 0.027392107993364334, 0.01926717720925808, -0.06605654209852219, 0.034261927008628845, 0.0034787829499691725, -0.1008969321846962, -0.042590267956256866, -0.025847498327493668, 0.05020829290151596, -0.010396015830338001, -0.11049108952283859, -0.036989476531744, 0.027111681178212166, -0.07727497816085815, 0.027639808133244514, 0.016086770221590996, -0.03334754705429077, -0.057562198489904404, -0.10899437963962555, -0.04247457534074783, 0.026227464899420738, 0.043587300926446915, -0.0477074570953846, -0.06348806619644165, -0.10167623311281204, 0.10431341081857681, -0.05948298051953316, -0.10012085735797882, 0.021041471511125565, -0.031027771532535553, 0.012673030607402325, -0.08122608810663223, -0.007926193997263908, 0.10577715188264847, 0.05760084465146065, -0.13235951960086823, -0.06631427258253098, -0.05238497257232666, 0.14609019458293915, 0.08204586803913116, -0.09122037142515182, -0.17600958049297333, 0.16679370403289795, 0.22073328495025635, -0.05295262858271599, -0.025283124297857285, -0.002368943765759468, 0.14249712228775024, 0.031945303082466125, -0.0350266769528389, -0.04055146127939224, 0.03617498278617859, 0.10985424369573593, -0.07952053099870682, -0.051572494208812714, 0.02594773657619953, -0.04571519047021866, 0.04337863624095917, 0.11931020766496658, 0.06448114663362503, 0.0083360830321908, -0.0017459725495427847, -0.015183542855083942, -0.002247515833005309, 0.0266665518283844, -0.00507452804595232, -0.11410783231258392, 0.0360257662832737, 0.03801339864730835, -0.09889587759971619, -0.12638522684574127, -0.1498725861310959, 0.06306706368923187, 0.06347618997097015, -0.1242893636226654, -0.015451260842382908, 0.06703456491231918, -0.0045022303238511086, -0.08807886391878128, -0.1372961550951004, 0.02261435240507126, 0.03182075172662735, -0.07713937014341354, -0.12301935255527496, -0.1248970553278923, 0.11082351207733154, 0.024610187858343124, -0.052068307995796204, 0.04740336537361145, 0.09166271239519119, -0.05754324048757553, 0.02561303600668907, 0.006555467378348112, 0.06005605682730675, 0.0541921891272068, -0.017162784934043884, -0.11221563816070557, 0.07020875811576843, 0.11196073144674301, -0.024992188438773155, 0.004046383313834667, 0.04104052484035492, 0.02636868879199028, 0.01948285847902298, 0.00639114435762167, 0.04879092797636986, -0.045352134853601456, 0.03125648945569992, -0.01746327616274357, 0.010362003929913044, 0.0908355861902237, 0.05213479325175285, 0.006455861497670412, -0.05845167487859726, 0.00472086388617754, -0.000616737874224782, -0.0946909710764885, 0.0030055204406380653, 0.0910535678267479, -0.09994693845510483, -0.058679793030023575, 0.08492377400398254, -0.08114942163228989, 0.06241702660918236, 0.06343287229537964, -0.1080540344119072, 0.03459781035780907, 0.04821249842643738, -0.03595491498708725, -0.03786829486489296, -0.06438829004764557, 0.014446857385337353, -0.04228326678276062, 0.01874149776995182, -0.07640824466943741, -0.020447885617613792, -0.0304135549813509, -0.07647101581096649, 0.0527142733335495, -0.05531315878033638, -0.03518516570329666, -0.013577943667769432, -0.045670635998249054, -0.09836502373218536, 0.0174928717315197, -0.06652382016181946, -0.03265625610947609, 0.009789311327040195, -0.08617676049470901, -0.014691061340272427, -0.15963220596313477, 0.07927006483078003, 0.08734866231679916, -0.08555325120687485, 0.02573292888700962, 0.03897848725318909, -0.07801756262779236, 0.02652120403945446, 0.11927110701799393, -0.06813141703605652, 0.02413259446620941, 0.0284882802516222, -0.01592925190925598, -0.08435433357954025, 0.0807991623878479, -0.0034960319753736258, -0.02917003631591797, 0.1345662623643875, -0.031207645311951637, 0.036823928356170654, -0.023303432390093803, 0.04472798481583595, 0.04729338735342026, -0.06696238368749619, 0.03211650997400284, 0.03383127599954605, -0.007057442329823971, 0.12225550413131714, -0.12986864149570465, 0.06723443418741226, 0.08192582428455353, -0.0758914053440094, 0.012026812881231308, 0.09543392062187195, 0.03604872524738312, -0.029422368854284286, -0.08403439074754715, -0.030802257359027863, 0.013018890284001827, 0.042527806013822556, -0.04949994012713432, -0.006085134111344814, -0.01854451186954975, -0.020028678700327873, -0.027282418683171272, 0.016561634838581085, -0.0683804303407669, 0.032253697514534, -0.026866884902119637, -0.06976570934057236, -0.07174505293369293, 0.07399499416351318, -0.012950373813509941, -0.06698115170001984, 0.08659084141254425, 0.012927515432238579, -0.011649023741483688, -0.017936628311872482, -0.05199157074093819, 0.005443768575787544, 0.09203910827636719, -0.06296053528785706, -0.10555504262447357, 0.10517675429582596, 0.07138748466968536, -0.03401144966483116, 0.004511882551014423, -0.008734229952096939, 0.022228581830859184, -0.030704842880368233, -0.049833666533231735, -0.023993179202079773, 0.0034147093538194895, -0.010018841363489628, 0.032051146030426025, 0.038885053247213364, 0.045295100659132004, 0.07655894756317139, 0.009617154486477375, 0.05627491697669029, 0.0035603498108685017, 0.0039382027462124825, -0.011178776621818542, 0.0992967039346695, 0.026135094463825226, 0.006421998143196106, 0.016139201819896698, 0.012773360125720501, -0.024130238220095634, 0.02181035839021206, 0.03287196531891823, -0.0156756192445755, -0.000679803139064461, 0.006497237831354141, 0.028365181758999825, 0.06727781891822815, 0.01755766198039055, -0.0028312611393630505, 0.029339909553527832, -0.008809125982224941, 0.14526338875293732, 0.04430500045418739, -0.1208164319396019, -0.1636258214712143, -0.012170153670012951, -0.013538136146962643, 0.02267005480825901, -0.05959701910614967, 0.00553912203758955, 0.06419139355421066, 0.08554815500974655, -0.03595435991883278, -0.08641809970140457, 0.08796090632677078, -0.032288484275341034, -0.07162731140851974, -0.062201857566833496, 0.08134783059358597, 0.09490852057933807, -0.019848648458719254, -0.004855820909142494, -0.0855170339345932, 0.0009395881206728518, -0.037543751299381256, -0.02409248612821102, 0.0292897280305624, 0.02329573780298233, -0.06430476158857346, 0.06410595774650574, 0.017982661724090576, -0.0317799337208271, -0.031114740297198296, -0.007448851130902767, 0.04090265929698944, -0.02935922145843506, -0.01066654548048973, -0.04145187884569168, -0.03362666442990303, -0.023478617891669273, -0.0010125581175088882, -0.02978866547346115, 0.06407997012138367, -0.05061321705579758, 0.0036009433679282665, -0.0067536854185163975, -0.040720753371715546, -0.0030829673632979393, 0.07165054976940155, -0.047890931367874146, -0.02616828866302967, -0.02535419538617134, -0.11738262325525284, 0.03312455490231514, 0.0498921200633049, -0.040924228727817535, -0.05072759464383125, 0.030272379517555237, -0.05486515164375305, 0.06882884353399277, 0.03215767443180084, -0.050167620182037354, -0.02112424001097679, 0.023586919531226158, 0.06934212148189545, -0.03776666894555092, -0.029672052711248398, 0.11482327431440353, -0.03389555588364601, 0.024327073246240616, 0.004176077898591757, -0.10913728177547455, 0.1333375722169876, 0.0005626206984743476, -0.07744796574115753, 0.0478283166885376, -0.09578882902860641, -0.05789333954453468, 0.046271320432424545, -0.12501810491085052, -0.050243981182575226, 0.04160156473517418, -0.039509937167167664, 0.010040294378995895, 0.029284778982400894, 0.020515931770205498, 0.014913474209606647, -0.106979139149189, -0.0693945363163948, 0.01789475604891777, -0.056518275290727615, -0.10018341988325119, -0.021214505657553673, 0.04565958306193352, 0.0198111180216074, -0.018973663449287415, 0.06041509285569191, 0.02616339549422264, -0.06873476505279541, -0.06942668557167053, -0.07419184595346451, -0.028847474604845047, -0.004319053143262863, 0.007706898730248213, -0.06285835802555084, 0.027118539437651634, 0.06465930491685867, -0.006349118892103434, -0.05616330727934837, -0.023572996258735657, 0.03438708558678627, -0.024730971083045006, -0.07503201067447662, -0.013518637977540493, 0.07931611686944962, 0.12500187754631042, 0.11422484368085861, -0.05041642487049103, -0.023743601515889168, 0.10171656310558319, 0.04151344299316406, -0.11071155220270157, -0.04268333315849304, 0.02446090243756771, -0.08218932151794434, 0.08981721848249435, -0.007532582618296146, 0.13338841497898102, 0.08878681808710098, -0.002383941551670432, 0.005123166833072901, 0.04785517230629921, 0.07842529565095901, -0.05776769295334816, -0.009461017325520515, 0.00043932098196819425, 0.041998617351055145, 0.0303727388381958, -0.009961561299860477, 0.1289888620376587, 0.011236825957894325, -0.03224700689315796, -0.03439132124185562, -0.056409649550914764, -0.00922670029103756, -0.003108884673565626, 0.042254433035850525, -0.10232268273830414, -0.034533094614744186, 0.12437721341848373, 0.020833749324083328, 0.03404993936419487, -0.04893510043621063, 0.0054071866907179356, 0.039410706609487534, -0.028659431263804436, -0.10328911989927292, 0.025747546926140785, 0.0028118055779486895, -0.05090152844786644, 0.040502116084098816, -0.02403886988759041, -0.02435135468840599, 0.06388253718614578, 0.026669815182685852, -0.00040718395030125976, -0.03269903361797333, 0.051184989511966705, -0.025049705058336258, -0.07652531564235687, 0.05548391491174698, -0.010125632397830486, 0.055531829595565796, 0.059543658047914505, 0.031048903241753578, 0.06780293583869934, 0.039623379707336426, -0.09204554557800293, -0.0776824876666069, 0.042350128293037415, -0.04385849088430405, -0.01572704128921032, 0.05350399389863014, 0.025979885831475258, 0.08348022401332855, 0.006357769947499037, 0.06995653361082077, 0.029545243829488754, -0.019731251522898674, -0.03809894621372223, -0.11044659465551376, -0.0013792045647278428, 0.010764937847852707, -0.0017165682511404157, -0.024631567299365997, 0.047856226563453674, -0.04785074666142464, 0.022277524694800377, -0.026374103501439095, 0.025752155110239983, 0.022710204124450684, -0.0787029042840004, 0.037740956991910934, 0.04396205022931099, -0.025200270116329193, 0.08870301395654678, -0.09619226306676865, -0.09495306015014648, 0.031646233052015305, 0.041065189987421036, -0.027357464656233788, 0.06433773040771484, -0.10469350218772888, -0.15087732672691345, 0.07712343335151672, 0.05612644553184509, -0.08059606701135635, 0.001184049528092146, 0.02934400923550129, 0.022679666057229042, 0.05039972439408302, 0.010613461025059223, -0.1057298481464386, 0.038355208933353424, 0.030624540522694588, -0.060892485082149506, -0.008314235135912895, 0.016215892508625984, -0.07689853012561798, -0.07401857525110245, 0.053598638623952866, -0.023114988580346107, -0.004330162890255451, 0.0503544844686985, 0.11470947414636612, 0.07635056972503662, 0.01157927792519331, 0.0435636080801487, 0.007067284546792507, 0.008449633605778217, 0.005331388674676418, -0.11194995045661926, 0.049364324659109116, 0.06561890244483948, -0.04852685332298279, -0.008986708708107471, 0.04252772778272629, 0.0030982729513198137, 0.08570226281881332, 0.07068055123090744, -0.0009165084920823574, -0.05373015254735947, 0.07107900828123093, 0.039920490235090256, 0.04503434896469116, -0.03375079110264778, 0.014226874336600304, 0.08914229273796082, 0.03989050164818764, 0.044750940054655075, 0.04050511121749878, 0.03059394843876362, 0.0002772220177575946, -0.007842241786420345, 0.0473000593483448, -0.1373485028743744, -0.012449225410819054, 0.0886731743812561, -0.07801025360822678, 0.13645809888839722, 0.10084622353315353, -0.031043585389852524, -0.051771800965070724, 0.004600835498422384, 0.09669484943151474, -0.010772849433124065, -0.025435810908675194, -0.04958321526646614, -0.03565738722681999, -0.007250114344060421, -0.08231308311223984, -0.055971819907426834, -0.046409331262111664, -0.03802703693509102, 0.07957662642002106, -0.05206485092639923, 0.022000009194016457, -0.002155547495931387, 0.07436428219079971, -0.004544490482658148, 0.0008021739777177572, 0.0020670860540121794, 0.04808035492897034, -0.013629336841404438, -0.09082094579935074, -0.05660511925816536, -0.05557025223970413, -0.05062036216259003, 0.011595426127314568, -0.03185180202126503, 0.024244550615549088, 0.06147122010588646, 0.01687663048505783, -0.003493290627375245, -0.035302743315696716, -0.007577125448733568, 0.038128990679979324, -0.039284709841012955, 0.021862808614969254, -0.053126685321331024, -0.11919066309928894, -0.06655911356210709, 0.054812923073768616, 0.06183094531297684, -0.027875758707523346, 0.01757064089179039, -0.024320267140865326, 0.06764061748981476, 0.06628379970788956, -0.036975130438804626, -0.0492304228246212, -0.009518496692180634, 0.045829273760318756, -0.001749758142977953, -0.1137496754527092, -0.018717680126428604, 0.047108449041843414, -0.02619936317205429, -0.06873448938131332, 0.06713536381721497, 0.08096388727426529, -0.053927455097436905, -0.03445225954055786, 0.011143072508275509, -0.008291531354188919, -0.05802220478653908, -0.09649725258350372, 0.053845878690481186, 0.07744601368904114, 0.048960089683532715, -0.11726822704076767, -0.08857933431863785, 0.12256789207458496, -0.04552873224020004, -0.04000457003712654, -0.002820761641487479, -0.07610327750444412, -0.012041214853525162, -0.03295253962278366, -0.0681278333067894, 0.12212993204593658, 0.05468423292040825, -0.009667085483670235, -0.03984524682164192, -0.072559654712677, -0.023356974124908447, 0.009810546413064003, -0.03234836459159851, -0.17441847920417786, -0.09371685981750488, 0.05221160873770714, -0.06933970749378204, 0.028500596061348915, 0.015695858746767044, -0.020137494429945946, 0.018768729642033577, -0.12372147291898727, -0.11218332499265671, 0.0886242613196373, 0.0324833020567894, 0.03706317022442818, 0.15644635260105133, -0.1621883362531662, -0.28757134079933167, -0.039232369512319565, 0.15975064039230347, -0.15199019014835358, -0.16381101310253143, 0.03364136815071106, -0.03596678003668785, -0.10773263871669769, -0.03510725870728493, -0.04128538817167282, 0.017906764522194862, 0.052254561334848404, -0.061547599732875824, 0.06547317653894424, 0.08357646316289902, 0.008463958278298378, -0.06927454471588135, -0.1811334639787674, -0.17381414771080017, -0.08526817709207535, -0.008066901937127113, 0.09864892065525055, -0.07089681178331375, -0.05940714478492737, -0.02674032747745514, -0.11277348548173904, 0.14799194037914276, 0.1647755354642868, 0.08654768764972687, -0.011601898819208145, -0.1024383008480072, -0.04071201756596565, 0.06030058115720749, -0.0798686221241951, -0.12473452091217041, 0.05773843824863434, 0.09083651751279831, -0.027346171438694, 0.015003233216702938, 0.0014760132180526853, -0.04868338257074356, -0.00702377175912261, 0.08971179276704788, 0.14050407707691193, 0.10219535231590271, 0.10295163840055466, 0.02965848334133625, -0.09102629870176315, -0.022629909217357635, 0.026075026020407677, 0.06654184311628342, -0.02839105762541294, -0.11577527970075607, -0.03510298207402229, -0.0813673585653305, 0.07191423326730728, 0.06567902863025665, 0.01356072910130024, -0.02683522365987301, -0.042683832347393036, -0.012138696387410164, -0.0006234408356249332, 0.027838196605443954, 0.029995091259479523, 0.060461562126874924, 0.07957229763269424, 0.01675746776163578, 0.057160306721925735, 0.08325476199388504, 0.10968688875436783, -0.035598885267972946, -0.1095408946275711, -0.055925071239471436, 0.006379277445375919, 0.00043104251381009817, -0.008103522472083569, 0.0287124402821064, -0.042482730001211166, 0.03640122711658478, 0.05610554292798042, 0.07045186311006546, 0.09087053686380386, -0.012800049036741257, 0.04499135911464691, -0.07678704708814621, -0.008075207471847534, 0.08617111295461655, 0.0328211709856987, 0.06599020957946777, 0.041264090687036514, -0.054537925869226456, 0.034054405987262726, 0.11676106601953506, 0.09816465526819229, -0.02228051982820034, 0.06375785171985626, 0.03024842031300068, -0.02707003802061081, -0.019419850781559944, 0.12383241951465607, 0.12574952840805054, 0.11266083270311356, 0.10771097242832184, 0.03837302699685097, 0.015427881851792336, 0.09543875604867935, 0.019014395773410797, 0.01297121774405241, 0.09360837191343307, 0.06839898228645325, 0.010440375655889511, 0.035331230610609055, 0.062848761677742, 0.1091092899441719, 0.07510877400636673, 0.07637359946966171, -0.021337170153856277, -0.0058796219527721405, 0.040448300540447235, 0.006714377086609602, 0.02673826739192009, 0.0060903653502464294, 0.01333564706146717, -0.06089338660240173, -0.06822570413351059, -0.006255718879401684, -0.0015537061262875795, -0.008160445839166641, -0.03851203992962837, -0.06922586262226105, -0.044662076979875565, -0.041947491466999054, 0.012346839532256126, -0.0839608833193779, -0.05535880848765373, -0.045123349875211716, -0.07796436548233032, -0.06230177730321884, -0.017961354926228523, 0.028077490627765656, 0.031180433928966522, 0.026732515543699265, 0.06763675808906555, 0.06636437773704529, 0.10922397673130035, 0.10480254143476486, 0.1594722867012024, 0.15782542526721954, 0.2344009131193161, 0.25518742203712463, 0.22906631231307983, 0.2738201916217804, 0.28160855174064636, 0.3049657642841339, 0.3518635034561157, 0.3219629228115082, 0.2121025174856186, 0.13655026257038116, 0.14548806846141815, 0.11561906337738037, 0.11710961908102036, 0.049623601138591766, -0.027028700336813927, -0.146731436252594, -0.18330064415931702, -0.2053106725215912, -0.26567915081977844, -0.3069712221622467, -0.33721181750297546, -0.37789300084114075, -0.3905669152736664, -0.36690253019332886, -0.33096641302108765, -0.32705944776535034, -0.33792951703071594, -0.403933048248291, -0.4356246292591095, -0.33621829748153687, -0.2531742453575134, -0.26259568333625793, -0.15039247274398804, -0.06294393539428711, -0.09172363579273224, -0.09934896230697632, 0.009915093891322613, 0.1874188631772995, 0.25580430030822754, 0.227264866232872, 0.2361733317375183, 0.31436970829963684, 0.47023889422416687, 0.8043379187583923, 0.8273493051528931, 0.4980131983757019, 0.28195270895957947, 0.42945218086242676, 0.5927292704582214, 0.5299056172370911, 0.3157820701599121, 0.1258401721715927, 0.03574394807219505, -0.001672364305704832, -0.027418676763772964, -0.17547616362571716, -0.29482296109199524, -0.4595221281051636, -0.49295565485954285, -0.4981057345867157, -0.5686822533607483, -0.5524072051048279, -0.5788219571113586, -0.5500809550285339, -0.528373122215271, -0.5610093474388123, -0.48290765285491943, -0.4657127261161804, -0.34892773628234863, -0.2821667790412903, -0.3212282657623291, -0.39413827657699585, -0.30660903453826904, -0.09950455278158188, -0.015704352408647537, 0.08328897505998611, 0.18440330028533936, 0.2613058388233185, 0.3695356845855713, 0.4642767906188965, 0.6077922582626343, 0.7238107323646545, 0.85391765832901, 0.9699784517288208, 0.926727831363678, 0.8189096450805664, 0.5529599785804749, 0.4331763684749603, 0.4455718994140625, 0.4350779056549072, 0.30468741059303284, 0.14157497882843018, -0.15675830841064453, -0.3401273787021637, -0.3668399155139923, -0.27910324931144714, -0.39081379771232605, -0.5358211994171143, -0.6996379494667053, -0.8796511292457581, -0.7510038018226624, -0.49687081575393677, -0.4223102629184723, -0.5221157073974609, -0.5656945705413818, -0.6138822436332703, -0.608488142490387, -0.371431440114975, -0.17105913162231445, -0.21254073083400726, -0.28451988101005554, -0.4317761957645416, -0.4190610647201538, -0.17624033987522125, 0.15274913609027863, 0.27092111110687256, 0.2204188108444214, 0.301428884267807, 0.37877771258354187, 0.5456911325454712, 0.8471145033836365, 1.0115394592285156, 1.0133708715438843, 1.0524649620056152, 1.1206566095352173, 0.8936785459518433, 0.59457927942276, 0.5214940309524536, 0.7798608541488647, 0.7231869697570801, 0.428433895111084, -0.03642100468277931, -0.27006417512893677, -0.26246923208236694, -0.10365637391805649, -0.13918103277683258, -0.4706694185733795, -0.8364763259887695, -0.9588391184806824, -0.8787341713905334, -0.7821857333183289, -0.6184277534484863, -0.6023514270782471, -0.6945387125015259, -0.9422706365585327, -0.8198726773262024, -0.6443421840667725, -0.3483441174030304, -0.241507425904274, -0.2558128535747528, -0.4376436769962311, -0.5015437602996826, -0.3345213234424591, -0.04199175909161568, 0.19616398215293884, 0.268136203289032, 0.16216537356376648, 0.2538875937461853, 0.5106159448623657, 0.7435861229896545, 1.0266406536102295, 1.1550981998443604, 1.327603816986084, 1.2850563526153564, 1.1151787042617798, 0.6062344908714294, 0.42362236976623535, 0.8936911225318909, 1.2014631032943726, 0.6961020231246948, -0.1755126267671585, -0.49294912815093994, -0.27127203345298767, 0.07968587428331375, 0.021004946902394295, -0.45418331027030945, -1.1250855922698975, -1.1399567127227783, -0.9465298652648926, -0.7894455194473267, -0.8248502016067505, -0.7301279306411743, -0.7987765073776245, -0.9807742238044739, -1.0725499391555786, -0.8203204870223999, -0.44513455033302307, -0.08488736301660538, -0.2390720546245575, -0.5923195481300354, -0.6833769679069519, -0.29090017080307007, 0.12225267291069031, 0.2529767155647278, 0.16565564274787903, 0.037124793976545334, 0.20907564461231232, 0.602588951587677, 0.9320500493049622, 1.0386865139007568, 1.2359168529510498, 1.3046295642852783, 1.5466110706329346, 1.3268358707427979, 0.7781177163124084, 0.3752674162387848, 1.0015686750411987, 1.5343821048736572, 0.8768165707588196, -0.24034470319747925, -0.4129974842071533, -0.04275144636631012, 0.3115949332714081, 0.060481566935777664, -0.6463713645935059, -1.2705421447753906, -1.1102389097213745, -0.5927424430847168, -0.8781638741493225, -1.150536298751831, -1.0547733306884766, -0.8140617609024048, -1.0016058683395386, -1.1042978763580322, -1.0238234996795654, -0.6321771740913391, -0.31882455945014954, -0.3323586881160736, -0.7412461042404175, -0.7118235230445862, -0.2638397514820099, 0.09241990000009537, 0.09686944633722305, 0.03790917992591858, 0.04221106693148613, 0.336395263671875, 0.6760714054107666, 0.9882774949073792, 1.0664411783218384, 1.293661117553711, 1.5181206464767456, 1.734785556793213, 1.542155385017395, 0.6097026467323303, 0.49831029772758484, 1.4113010168075562, 2.0261220932006836, 0.6548160910606384, -0.47704216837882996, -0.19872349500656128, 0.4846839904785156, 0.45646458864212036, -0.12969723343849182, -0.9649368524551392, -1.3668442964553833, -0.7885603904724121, -0.36133310198783875, -1.2630741596221924, -1.586577296257019, -1.1494300365447998, -0.6993546485900879, -1.2022731304168701, -1.2532367706298828, -1.1861075162887573, -0.7034246325492859, -0.36299073696136475, -0.5035935640335083, -0.8748102784156799, -0.6298639178276062, -0.06503111869096756, 0.03596029430627823, -0.04333044961094856, 0.029576506465673447, 0.20458798110485077, 0.5489892363548279, 0.8264150023460388, 0.8936223983764648, 1.141276240348816, 1.5611151456832886, 1.8500272035598755, 1.8022596836090088, 1.358281135559082, 0.5186549425125122, 0.8573129773139954, 1.8356982469558716, 1.9290155172348022, 0.1887538582086563, -0.3749636113643646, 0.13037623465061188, 0.5632645487785339, 0.20197655260562897, -0.23780322074890137, -0.9725138545036316, -1.264512300491333, -0.6567380428314209, -0.5883139967918396, -1.5710190534591675, -1.7290691137313843, -0.9429182410240173, -0.8649633526802063, -1.411278486251831, -1.5124149322509766, -1.228891372680664, -0.7084442973136902, -0.34829840064048767, -0.6569850444793701, -1.0864336490631104, -0.6907601356506348, -0.02335181273519993, -0.03563428670167923, -0.09978800266981125, 0.007817907258868217, 0.23743237555027008, 0.5306894183158875, 0.7473834156990051, 0.8468074798583984, 1.263423204421997, 1.7252113819122314, 1.819512963294983, 1.7567158937454224, 1.1358757019042969, 0.5623252987861633, 0.9476262331008911, 2.2419846057891846, 1.784236192703247, -0.05668109655380249, -0.45868104696273804, 0.3172159790992737, 0.6383470892906189, 0.26398542523384094, -0.30815279483795166, -1.2295809984207153, -1.4683234691619873, -0.39951756596565247, -0.6411879658699036, -1.84389066696167, -1.57216477394104, -0.6943625211715698, -1.1877423524856567, -1.8361444473266602, -1.2980430126190186, -0.9144967794418335, -0.6054260730743408, -0.5531180500984192, -0.963273823261261, -1.0870436429977417, -0.19389767944812775, 0.13070550560951233, -0.4026443660259247, -0.2282639741897583, 0.25468817353248596, 0.46174752712249756, 0.509379506111145, 0.6854586005210876, 0.8611651062965393, 1.417616605758667, 2.074965238571167, 1.9463485479354858, 1.4945600032806396, 0.6103336215019226, 0.7137385010719299, 1.7186260223388672, 2.506420612335205, 1.1109203100204468, -0.6140666007995605, -0.23719802498817444, 0.7164903879165649, 0.7738918662071228, 0.014717482961714268, -0.8469260334968567, -1.2606374025344849, -0.8614838123321533, -0.4441060423851013, -1.2560149431228638, -1.7523294687271118, -1.1211433410644531, -0.8477764129638672, -1.5946922302246094, -1.690070390701294, -1.2222208976745605, -0.6949914693832397, -0.6728640198707581, -0.9258384704589844, -1.0128964185714722, -0.6506627798080444, -0.08834972977638245, -0.23338669538497925, -0.37389567494392395, 0.060338135808706284, 0.43113213777542114, 0.5313572883605957, 0.5078169107437134, 0.6632519960403442, 1.1930334568023682, 1.850786805152893, 2.125267744064331, 1.8980371952056885, 0.9995861649513245, 0.43568921089172363, 1.259405493736267, 2.4161641597747803, 2.2469935417175293, 0.0041331276297569275, -0.6741580367088318, 0.24886029958724976, 1.168051838874817, 0.7114145755767822, -0.44161826372146606, -1.18277108669281, -1.2650208473205566, -0.5922808051109314, -0.6617614030838013, -1.4024689197540283, -1.5559446811676025, -1.117069959640503, -1.5355690717697144, -1.750427007675171, -1.2110943794250488, -0.7761310338973999, -0.9165038466453552, -1.1867291927337646, -0.996699869632721, -0.5679200291633606, -0.14883777499198914, -0.23736540973186493, -0.6292190551757812, -0.18153026700019836, 0.4967116415500641, 0.6173213720321655, 0.4861048758029938, 0.5162031054496765, 1.0442993640899658, 1.7222081422805786, 2.076869487762451, 2.0598156452178955, 1.3875991106033325, 0.5539332032203674, 0.9148451089859009, 2.156827688217163, 2.444244146347046, 0.7183155417442322, -0.602084755897522, 0.011034402064979076, 0.8607196807861328, 0.8617194294929504, -0.0030672927387058735, -0.9576863050460815, -1.368877649307251, -1.109035849571228, -0.5083554983139038, -0.8756507039070129, -1.5166457891464233, -1.6471792459487915, -1.5245150327682495, -1.4356012344360352, -1.1988624334335327, -1.0173064470291138, -1.0271856784820557, -1.271691083908081, -0.913040041923523, -0.4334820508956909, -0.3071385324001312, -0.3865761160850525, -0.47419488430023193, -0.1561342030763626, 0.34967151284217834, 0.6427065134048462, 0.632197380065918, 0.6261675953865051, 1.0201821327209473, 1.7543824911117554, 2.0590357780456543, 2.2259082794189453, 1.261064052581787, 0.4571663439273834, 1.0307592153549194, 2.3786206245422363, 2.284749746322632, 0.49188676476478577, -0.477072536945343, 0.11971234530210495, 0.8269977569580078, 0.8463268280029297, -0.08618412911891937, -1.120274305343628, -1.5246472358703613, -0.9302461743354797, -0.6066555976867676, -0.8810052871704102, -1.372152328491211, -1.6764615774154663, -2.016101837158203, -1.4696903228759766, -0.7334702014923096, -0.76314377784729, -1.3667176961898804, -1.5688985586166382, -0.8313837051391602, -0.02187277190387249, 0.02727934904396534, -0.5936996936798096, -0.7419394850730896, 0.092161163687706, 0.8004129528999329, 0.732614278793335, 0.6134901642799377, 0.7874504923820496, 1.4051322937011719, 1.888527512550354, 2.407853126525879, 1.7248252630233765, 0.6001599431037903, 0.6573280096054077, 1.990391731262207, 2.57409930229187, 1.0201213359832764, -0.1521887630224228, -0.10444685816764832, 0.6226222515106201, 0.8368641138076782, 0.23849667608737946, -0.9312757253646851, -1.684492588043213, -1.143776297569275, -0.38363271951675415, -0.6613525748252869, -1.5210530757904053, -1.8893083333969116, -1.9131306409835815, -1.2804794311523438, -0.7644002437591553, -0.925612211227417, -1.4538218975067139, -1.4567716121673584, -0.6311891078948975, 0.01481868326663971, -0.009941103868186474, -0.41978076100349426, -0.5697049498558044, 0.1026349887251854, 0.736341118812561, 0.8611951470375061, 0.8548077940940857, 0.8887238502502441, 1.3016505241394043, 1.8602449893951416, 2.4295268058776855, 1.6581060886383057, 0.6532684564590454, 0.766352117061615, 1.9582585096359253, 2.1088106632232666, 0.9784976840019226, 0.1656416803598404, -0.11297909170389175, 0.2865692377090454, 0.6111825108528137, 0.1795831322669983, -1.1107938289642334, -1.9124547243118286, -0.9952449202537537, -0.41936448216438293, -1.1503885984420776, -1.877501130104065, -1.8251233100891113, -1.4814425706863403, -1.226638674736023, -1.0455116033554077, -1.2116087675094604, -1.3089879751205444, -0.9076901078224182, -0.4788680672645569, -0.28213441371917725, 0.012129107490181923, -0.022824738174676895, -0.1982467919588089, 0.1633387953042984, 0.7932666540145874, 1.1151875257492065, 1.1132965087890625, 1.0771173238754272, 1.3149762153625488, 2.053309679031372, 2.3731727600097656, 1.366101622581482, 0.5812543034553528, 1.0202797651290894, 1.9407812356948853, 1.4759324789047241, 0.6961817145347595, 0.07100780308246613, -0.047750819474458694, 0.22010153532028198, 0.22085797786712646, -0.5311393737792969, -1.4723589420318604, -1.202113389968872, -0.9040501117706299, -1.4497931003570557, -1.815941572189331, -1.4522191286087036, -1.3835116624832153, -1.5881386995315552, -1.46055006980896, -1.2219465970993042, -0.9701775908470154, -0.6851816773414612, -0.7148705720901489, -0.704984188079834, -0.06583870947360992, 0.40423455834388733, 0.07218025624752045, 0.05579372122883797, 0.569920003414154, 1.03862726688385, 1.2091385126113892, 1.2389811277389526, 1.2934064865112305, 1.8015855550765991, 2.2699131965637207, 1.6675031185150146, 0.8699520230293274, 0.987101137638092, 1.6109092235565186, 1.3477470874786377, 0.6927170157432556, 0.2850107252597809, 0.007796910125762224, 0.11541625112295151, 0.12934686243534088, -0.49823519587516785, -1.2832614183425903, -1.4546581506729126, -1.1048260927200317, -1.3218863010406494, -1.6706684827804565, -1.8989193439483643, -1.6481704711914062, -1.3867825269699097, -1.3434977531433105, -1.4428361654281616, -1.0909111499786377, -0.6170135140419006, -0.5227838158607483, -0.49085840582847595, -0.2606421113014221, 0.09304562956094742, 0.2827390730381012, 0.42955315113067627, 0.6569346189498901, 0.9217017889022827, 1.220622181892395, 1.3558603525161743, 1.5131255388259888, 1.9561810493469238, 2.0309503078460693, 1.4764584302902222, 1.1590899229049683, 1.3199694156646729, 1.654761552810669, 1.1737189292907715, 0.6112209558486938, 0.26619452238082886, 0.11302175372838974, 0.08479852229356766, -0.14642466604709625, -0.5808989405632019, -1.0875674486160278, -1.3611738681793213, -1.621591567993164, -1.9131914377212524, -1.56641685962677, -1.264316201210022, -1.6125364303588867, -2.038330078125, -1.7196751832962036, -1.009242296218872, -0.652337908744812, -0.6202396750450134, -0.7970001697540283, -0.48813334107398987, 0.19440338015556335, 0.4616427421569824, 0.2856997847557068, 0.4208972156047821, 0.8955295085906982, 1.1731832027435303, 1.2829607725143433, 1.487249732017517, 1.8504581451416016, 2.0501554012298584, 1.6651355028152466, 1.1205241680145264, 1.2481961250305176, 1.7841593027114868, 1.5497701168060303, 0.7799942493438721, 0.36233580112457275, 0.06523382663726807, -0.050507351756095886, 0.1075289249420166, -0.15867435932159424, -1.0452712774276733, -1.7135846614837646, -1.7338932752609253, -1.765536904335022, -1.613434910774231, -1.3428224325180054, -1.7493089437484741, -2.218200922012329, -1.7086764574050903, -0.8308437466621399, -0.7707006931304932, -0.8656747341156006, -0.7845818996429443, -0.3656866252422333, 0.11466113477945328, 0.3696753680706024, 0.4025183916091919, 0.6408483982086182, 1.0295156240463257, 1.1334388256072998, 0.9759490489959717, 1.2740141153335571, 1.9663838148117065, 2.2414188385009766, 1.5538687705993652, 0.9952611923217773, 1.0681966543197632, 1.7151151895523071, 1.6636011600494385, 0.7922099828720093, 0.22996525466442108, 0.1155877485871315, 0.23411104083061218, 0.03615008667111397, -0.45392587780952454, -0.981479823589325, -1.4711617231369019, -1.8876755237579346, -1.762390375137329, -1.3962531089782715, -1.3665432929992676, -1.898848295211792, -2.015399217605591, -1.2844182252883911, -0.70267653465271, -0.6063860058784485, -0.8394956588745117, -0.736111581325531, 0.01149872038513422, 0.34295904636383057, 0.2434011995792389, 0.3316727876663208, 0.7489953637123108, 1.135204792022705, 0.9152641296386719, 1.158352017402649, 1.6476534605026245, 1.9691967964172363, 1.6743402481079102, 0.8927817344665527, 1.053229808807373, 1.6263507604599, 1.747768521308899, 0.7153080105781555, 0.26760831475257874, 0.33518996834754944, 0.45068320631980896, 0.1292807012796402, -0.4172191917896271, -0.7653594017028809, -1.2036569118499756, -1.475844144821167, -1.600305438041687, -1.53757905960083, -1.4096956253051758, -1.5473593473434448, -1.5845094919204712, -1.410089135169983, -0.9363541603088379, -0.5598222017288208, -0.5298044681549072, -0.3901565670967102, -0.10482820123434067, 0.17692801356315613, 0.1924895942211151, 0.4135722517967224, 0.7739306688308716, 0.9001991748809814, 0.9476456642150879, 0.9420133829116821, 1.2460850477218628, 1.7444144487380981, 1.623389482498169, 0.8279733657836914, 0.8281084895133972, 1.1428818702697754, 1.1672557592391968, 0.5456864237785339, 0.2675027847290039, 0.3238925337791443, 0.13723136484622955, 0.0054232231341302395, -0.4131832718849182, -0.879501223564148, -1.1026285886764526, -1.1423698663711548, -1.255942940711975, -1.4444208145141602, -1.3561975955963135, -1.2203316688537598, -1.2638485431671143, -1.1001899242401123, -0.6850073933601379, -0.4604319632053375, -0.3325381278991699, -0.2005671113729477, 0.02485554665327072, 0.3843194246292114, 0.4619140326976776, 0.4677409529685974, 0.5523110032081604, 0.8583888411521912, 1.0140231847763062, 0.9155390858650208, 1.006393551826477, 1.375991702079773, 1.336138129234314, 0.7964737415313721, 0.6453773379325867, 0.994903028011322, 0.5986527800559998, 0.24391241371631622, 0.22120791673660278, 0.052467230707407, -0.009151065722107887, -0.36240246891975403, -0.6860948801040649, -1.0483567714691162, -0.8369064927101135, -0.8950023055076599, -1.2762311697006226, -1.575230598449707, -1.0390148162841797, -0.6211961507797241, -0.7495875954627991, -0.73555588722229, -0.4872925877571106, -0.13907626271247864, 0.046617649495601654, 0.09207620471715927, 0.16246147453784943, 0.6321619153022766, 0.8178901076316833, 0.5338957905769348, 0.4615139365196228, 0.8374597430229187, 1.095923900604248, 0.8347268104553223, 1.1437602043151855, 1.0555671453475952, 0.410381942987442, 0.5719033479690552, 0.434060662984848, 0.6512297987937927, 0.5032108426094055, -0.05273756384849548, -0.12469452619552612, -0.5754127502441406, -0.21755307912826538, -0.28337401151657104, -0.929489016532898, -1.1196614503860474, -1.0515636205673218, -1.0149040222167969, -1.3297398090362549, -1.0609102249145508, -0.6918697953224182, -0.6074318885803223, -0.5948783755302429, -0.4152698218822479, -0.11228788644075394, 0.33398786187171936, 0.5098236799240112, 0.23212014138698578, 0.31840983033180237, 0.764402449131012, 0.8382844924926758, 0.47415298223495483, 0.7057070732116699, 0.8738727569580078, 0.8244935274124146, 0.947515070438385, 0.6489619016647339, 0.5754168629646301, 0.41079282760620117, 0.3830321431159973, 0.5805032849311829, 0.38278838992118835, 0.07585613429546356, -0.407785028219223, -0.363150954246521, -0.3007204532623291, -0.2729073166847229, -0.5296320915222168, -1.1291146278381348, -1.257924199104309, -1.0009162425994873, -0.9314845204353333, -1.1001404523849487, -0.8790528774261475, -0.6396087408065796, -0.46281492710113525, -0.26397615671157837, -0.1756548434495926, 0.17321762442588806, 0.42940473556518555, 0.6451488137245178, 0.5862299799919128, 0.3967112898826599, 0.698090672492981, 0.6457006931304932, 0.693482518196106, 0.7777356505393982, 0.7778181433677673, 0.6268960237503052, 0.6491910219192505, 0.7048090696334839, 0.3900718688964844, 0.6764189600944519, 0.5094206929206848, 0.24944253265857697, 0.0826173946261406, -0.2562503516674042, -0.21028189361095428, -0.020218264311552048, -0.1553792506456375, -0.5466820001602173, -1.0023272037506104, -1.1129786968231201, -0.8354548215866089, -0.8811072707176208, -0.9193010926246643, -1.0622388124465942, -0.908435583114624, -0.5756955742835999, -0.23429231345653534, -0.029955197125673294, 0.05928375944495201, 0.15565429627895355, 0.2509029805660248, 0.43157127499580383, 0.6343963146209717, 0.6486363410949707, 0.6338292360305786, 0.2899879515171051, 0.612061083316803, 0.7172694206237793, 0.7714951634407043, 0.6795951128005981, 0.7434184551239014, 0.6144548058509827, 0.16030892729759216, 0.6977691054344177, 0.28309834003448486, 0.307775616645813, 0.24348077178001404, -0.4732601046562195, -0.08778825402259827, -0.1619817614555359, -0.22111612558364868, -0.5257653594017029, -0.9309872984886169, -0.7844451069831848, -0.8612954020500183, -0.8745434880256653, -0.8806898593902588, -0.7587012052536011, -0.5372158288955688, -0.5110310912132263, -0.42211729288101196, 0.07571294158697128, 0.24234311282634735, 0.10209998488426208, 0.2444048374891281, 0.18571555614471436, 0.5069759488105774, 0.6022663116455078, 0.5155304074287415, 0.4667905867099762, 0.5432994961738586, 0.5363062620162964, 0.29215288162231445, 0.6476859450340271, 0.5298647880554199, 0.772203803062439, 0.24467583000659943, 0.19133639335632324, 0.2916969656944275, 0.05492452532052994, 0.43420037627220154, 0.03923482447862625, -0.14767582714557648, -0.32901376485824585, -0.5399072766304016, -0.43036699295043945, -0.39995381236076355, -0.6563376188278198, -0.7428485751152039, -0.9127939939498901, -0.7179580330848694, -0.23506379127502441, -0.2864965498447418, -0.535038411617279, -0.22059473395347595, -0.24560919404029846, -0.014021504670381546, 0.32607507705688477, 0.18164877593517303, -0.05271262302994728, 0.2405497282743454, 0.15545591711997986, 0.5834797620773315, 0.46676748991012573, 0.31873857975006104, 0.40996116399765015, 0.04713011160492897, 0.6787214875221252, 0.4307647943496704, 0.04945971816778183, 0.49378684163093567, -0.0027919888962060213, 0.437377005815506, -0.010889188386499882, 0.30953630805015564, 0.006698778364807367, -0.48745113611221313, 0.3844154179096222, -0.08474236726760864, -0.7450469732284546, -0.16183774173259735, -0.45367148518562317, -0.49072474241256714, -0.49389177560806274, -0.6360707879066467, -0.21450911462306976, -0.6075180768966675, 0.014634567312896252, -0.31720128655433655, -0.07095544040203094, 0.0603521429002285, 0.19998860359191895, -0.21254053711891174, 0.13972365856170654, 0.2591630518436432, 0.03862332925200462, 0.5642135739326477, 0.3893675208091736, -0.16520214080810547, 0.7664757966995239, -0.22112199664115906, 0.25844570994377136, 0.5545089244842529, -0.06145294010639191, 0.4166264832019806, -0.014007676392793655, 0.4752236008644104, -0.21696904301643372, 0.4164331257343292, 0.2059561163187027, -0.022979656234383583, 0.09334109723567963, -0.5070695281028748, 0.21066759526729584, -0.599906861782074, -0.09967952221632004, -0.2021624892950058, -0.8325237035751343, 0.016397127881646156, -0.5033733248710632, 0.13292331993579865, -0.2529084384441376, -0.2258533388376236, -0.04897952452301979, -0.15657581388950348, 0.3425731062889099, -0.11372346431016922, 0.11830835789442062, 0.4133731722831726, -0.2659982740879059, 0.358856201171875, 0.4480190873146057, -0.07666885852813721, 0.3932422399520874, 0.2350454330444336, 0.02021472342312336, 0.6500902771949768, -0.46637120842933655, 0.5070080161094666, 0.37046465277671814, -0.6209816932678223, 0.25081613659858704, 0.46463918685913086, -0.6483256220817566, 0.43849658966064453, 0.0600370317697525, -0.5890753865242004, 0.5516389012336731, -0.4708383083343506, -0.31540435552597046, -0.16396908462047577, -0.3261159360408783, -0.37361177802085876, -0.0645289495587349, -0.48191553354263306, -0.4680345952510834, 0.16213418543338776, 0.009356553666293621, 0.01999697834253311, 0.5370087623596191, -0.4990989863872528, 0.7961722612380981, -0.16587544977664948, -0.10254499316215515, 1.2142592668533325, -1.0260225534439087, 1.0250426530838013, -0.284510999917984, 0.20093409717082977, 0.6376685500144958, -0.049445826560258865, 0.5532647371292114, -0.8012585043907166, 0.7579060792922974, -0.2600681185722351, -0.09838078916072845, 0.5367941856384277, -1.061202049255371, 0.6055930256843567, -0.7068421244621277, -0.20601476728916168, -0.17530658841133118, -0.26409849524497986, -0.21245671808719635, -0.13822992146015167, 0.1326533406972885, -0.4459938406944275, 0.40942877531051636, -0.8116186857223511, 0.6074270009994507, 0.06724046170711517, -0.3360295593738556, 0.549325168132782, -0.2706519663333893, 0.3604333996772766, 0.6472963690757751, -0.17559128999710083, -0.21121172606945038, 0.6376936435699463, -0.3694547712802887, 0.21867404878139496, -0.005889551714062691, 0.03963550925254822, -0.05753430351614952, 0.2398996204137802, 0.09187150746583939, 0.24323199689388275, -0.18942813575267792, 0.320518434047699, -0.6698817014694214, 0.5272411108016968, -0.5808007717132568, 0.4153669774532318, -1.0449310541152954, 0.23875345289707184, -0.2240336686372757, -0.5162274837493896, 0.33689719438552856, -0.4166441261768341, -0.07168486714363098, 0.28571563959121704, -0.1981886327266693, 0.012494084425270557, -0.0225666556507349, 0.22327394783496857, 0.15932641923427582, -0.1883659064769745, 0.18716223537921906, 0.2125917226076126, -0.21177370846271515, 0.40575021505355835, 0.454712837934494, -0.016825232654809952, 0.22239069640636444, 0.07098892331123352, -0.275467187166214, 0.6360241174697876, -0.14620454609394073, -0.0524371899664402, 0.27421677112579346, -0.8322536945343018, 0.3084557354450226, -0.7192788124084473, 0.48744532465934753, 0.24270008504390717, -0.6903011798858643, 0.040678780525922775, -0.4937676191329956, 0.015713587403297424, -0.037625860422849655, -0.2016458958387375, 0.23146604001522064, -0.5580923557281494, -0.48940423130989075, 0.28977730870246887, 0.16361841559410095, -0.25060445070266724, 1.016302227973938, -0.8790565133094788, 0.09402808547019958, 0.9153592586517334, 0.02638591080904007, 0.6520465016365051, 0.07419177889823914, -0.27371230721473694, 0.030413754284381866, 0.3611506521701813, -0.05595450475811958, 0.19916366040706635, 0.2714477777481079, -0.34690821170806885, 0.05834748595952988, 0.24416658282279968, -0.22137832641601562, 0.5425704121589661, -0.4702995717525482, -0.3121876120567322, 0.35210710763931274, -1.118937373161316, 0.043528057634830475, 0.20021545886993408, -0.7695620059967041, 0.3545934557914734, -0.7291612029075623, -0.18952931463718414, -0.019121885299682617, -0.15232425928115845, 0.5647273659706116, -0.3893161416053772, 0.37109479308128357, -0.3671973645687103, 0.3266238570213318, 0.14441923797130585, 0.3107975423336029, 0.41600704193115234, -0.32707875967025757, 0.14088046550750732, 0.866789698600769, -0.6010028719902039, 0.8893458247184753, -0.319353312253952, 0.5343373417854309, 0.033427413552999496, 0.1477513462305069, 0.07082520425319672, -0.13821561634540558, 0.18928593397140503, 0.04260988533496857, -0.26959818601608276, -0.18770168721675873, -0.15744778513908386, -0.09550325572490692, -0.3140163719654083, -0.4555569589138031, 0.2951132357120514, -0.9034245014190674, 0.1730043739080429, -0.4099823832511902, -0.43578848242759705, -0.1431857794523239, -0.0442216619849205, 0.06672240793704987, -0.3042333424091339, 0.34152963757514954, 0.008521553128957748, 0.12250126153230667, 0.1903218924999237, 0.4208531677722931, 0.014958525076508522, -0.17660006880760193, 0.4216168224811554, 0.08076168596744537, 0.16665825247764587, 0.46816155314445496, 0.3231350779533386, -0.1740608811378479, 0.4764729142189026, 0.09833657741546631, -0.43825921416282654, 0.5783025622367859, -0.26564618945121765, 0.04137646406888962, -0.2490546703338623, -0.09968555718660355, 0.0740508958697319, -0.682707667350769, 0.5428881645202637, -0.6261335015296936, -0.09769770503044128, -0.628029465675354, -0.1768883317708969, 0.0705486461520195, -0.7974398732185364, 0.580954909324646, -1.0222270488739014, 0.490866094827652, -0.6061360836029053, 0.44865328073501587, -0.2682333290576935, 0.3784608542919159, 0.08822603523731232, 0.3972856104373932, -0.24926921725273132, 0.3878072500228882, 0.5940454006195068, -0.5957192778587341, 1.0073349475860596, -0.2468821257352829, 0.06140323728322983, 1.0986261367797852, -0.5174400210380554, 0.4441550374031067, -0.01581740751862526, 0.4923049211502075, -0.024790402501821518, 0.28009849786758423, -0.25387507677078247, -0.5578194260597229, 0.2757442891597748, -0.6017756462097168, 0.02987060509622097, 0.01011700090020895, -1.1857486963272095, 0.31342023611068726, -0.4927771985530853, -0.047020554542541504, 0.026920532807707787, -0.6077424883842468, -0.09050697833299637, -0.04561571776866913, -0.19016212224960327, -0.06761493533849716, 0.08673029392957687, 0.22177794575691223, -0.28660479187965393, 0.2521956264972687, 0.2547367513179779, 0.08247940242290497, 0.4042556583881378, 0.36195826530456543, -0.5458524823188782, 0.9894915223121643, -0.21483677625656128, 0.7622830867767334, -0.18933327496051788, 0.35104256868362427, -0.16938245296478271, 0.2514530420303345, -0.13219812512397766, 0.2839357256889343, -0.17463132739067078, -0.052464500069618225, 0.06609166413545609, 0.08604063093662262, -0.1481858193874359, 0.04484964534640312, -0.4941974878311157, -0.1992170512676239, -0.5062177181243896, 0.2945290505886078, -0.8538902401924133, 0.5368885397911072, -0.5329389572143555, 0.07778587192296982, -0.22523875534534454, 0.05791131407022476, 0.01844644360244274, -0.07078748196363449, -0.1214657798409462, 0.07952799648046494, 0.09259482473134995, 0.4011572599411011, 0.14387021958827972, 0.192587748169899, 0.32726389169692993, 0.2611141800880432, -0.09832516312599182, 0.3968648314476013, 0.05929458886384964, 0.5798695087432861, -0.4499565362930298, 0.7696688771247864, -0.25608405470848083, 0.15435439348220825, 0.29870837926864624, -0.14671416580677032, -0.08320752531290054, -0.11248959600925446, 0.08549297600984573, -0.5354548692703247, 0.7152309417724609, -0.7692208290100098, 0.260599285364151, -0.46289288997650146, -0.6204736232757568, -0.3129732310771942, 0.16344745457172394, -0.343847393989563, 0.549448549747467, -0.6842558979988098, -0.25611722469329834, 0.5056527256965637, 0.17174850404262543, 0.23658306896686554, 0.295232892036438, -0.14526481926441193, -0.11104399710893631, -0.08450931310653687, 0.3793095350265503, 0.24277734756469727, 0.07454407215118408, 0.4353829622268677, -0.15830689668655396, 0.3556117117404938, -0.1757092922925949, 0.7085227966308594, -0.3883534073829651, 0.2613600492477417, -0.08494827151298523, -0.3043822944164276, 0.17860765755176544, -0.5831661820411682, 0.5550040006637573, -0.1365901082754135, -0.409640371799469, 0.13721893727779388, -0.4754657745361328, 0.17072482407093048, -0.22546595335006714, 0.04723736271262169, -0.24503278732299805, -0.026354549452662468, -0.3595012426376343, -0.08786772191524506, 0.3591626286506653, -0.21802882850170135, 0.0027753207832574844, 0.052075352519750595, 0.06679494678974152, -0.007845251820981503, 0.3261917233467102, 0.15889564156532288, 0.25570055842399597, 0.027617072686553, -0.12235759943723679, 0.15452079474925995, 0.0682070255279541, -0.21200259029865265, 0.5722448825836182, -0.3775743842124939, 0.2534745931625366, -0.15191400051116943, 0.007448564283549786, -0.09371022880077362, 0.2068885713815689, -0.13836199045181274, 0.030115850269794464, -0.15000194311141968, -0.1564447283744812, -0.1510261744260788, -0.09430591017007828, 0.04676555097103119, -0.18118062615394592, 0.025060316547751427, -0.015621342696249485, -0.06858021765947342, -0.2763770818710327, 0.44713613390922546, -0.22022254765033722, 0.4103793203830719, -0.43617263436317444, 0.44824421405792236, -0.30479687452316284, 0.3528684675693512, 0.031086493283510208, 0.21653662621974945, -0.10071627050638199, 0.08351314812898636, 0.14128267765045166, 0.007276333402842283, -0.19573448598384857, 0.347053200006485, -0.1403466910123825, 0.16903279721736908, -0.34546786546707153, 0.35769832134246826, -0.4637819528579712, -0.032757267355918884, -0.0060570030473172665, -0.26821067929267883, 0.13954807817935944, -0.008730504661798477, 0.022363658994436264, -0.26055246591567993, 0.2935262620449066, -0.22283534705638885, -0.23811829090118408, 0.5055240988731384, -0.35308003425598145, 0.15188919007778168, 0.08865173161029816, 0.16050496697425842, -0.05634990707039833, 0.43228521943092346, -0.4196772277355194, 0.628858745098114, -0.3947362005710602, 0.30268266797065735, 0.15962433815002441, -0.06577830016613007, 0.10710042715072632, -0.05597899854183197, -0.23434093594551086, 0.09189397096633911, 0.03373630717396736, 0.03429573029279709, -0.10760395228862762, 0.07283831387758255, -0.24700534343719482, 0.007925408892333508, 0.021744802594184875, 0.1428840458393097, -0.36886560916900635, 0.08764100819826126, -0.14480866491794586, 0.12466192245483398, -0.0501825250685215, 0.03793526813387871, 0.024774514138698578, -0.06812886893749237, 0.04080605134367943, 0.19072960317134857, -0.29401010274887085, 0.3012160062789917, -0.05656814947724342, -0.039922699332237244, 0.21843792498111725, 0.09703841805458069, -0.1102653294801712, 0.43823617696762085, -0.346514493227005, 0.6061297655105591, -0.48525315523147583, 0.29461923241615295, -0.009622291661798954, -0.12276933342218399, 0.2365158051252365, -0.37230244278907776, 0.37832534313201904, -0.036917418241500854, -0.27489975094795227, 0.1442112773656845, -0.20351369678974152, 0.018725445494055748, -0.016528837382793427, 0.05693155154585838, -0.08537738025188446, -0.16479648649692535, 0.19428382813930511, -0.11851995438337326, -0.0433264821767807, 0.3416253924369812, -0.4504251480102539, 0.16257944703102112, -0.21233046054840088, -0.1617405265569687, 0.37992462515830994, -0.17835082113742828, -0.034699320793151855, 0.07191997766494751, -0.24582141637802124, 0.18995678424835205, 0.06433913111686707, 0.2427171766757965, 0.0007031882996670902, 0.11933688819408417, -0.09658685326576233, 0.2904479205608368, -0.15615206956863403, 0.34240636229515076, -0.3590709865093231, -0.0008958540274761617, 0.1100076213479042, -0.20861777663230896, 0.06365922093391418, 0.052274513989686966, 0.0016871718689799309, -0.16475717723369598, 0.2171187400817871, -0.1912466138601303, -0.07137736678123474, 0.14562469720840454, -0.24585026502609253, 0.12322942167520523, -0.16664309799671173, -0.084942527115345, 0.008686964400112629, -0.16939197480678558, 0.24724821746349335, -0.15915876626968384, 0.09849168360233307, -0.4728820025920868, 0.419486939907074, -0.4031662940979004, 0.32286006212234497, -0.13073167204856873, 0.04754084348678589, 0.3047525882720947, -0.3133162558078766, 0.6842769980430603, -0.1868080049753189, 0.14098291099071503, 0.4496084451675415, -0.5102185010910034, 0.567710816860199, -0.11139203608036041, -0.12563300132751465, 0.20814044773578644, -0.31064552068710327, 0.11749958992004395, 0.0368179976940155, -0.2777363061904907, 0.09214747697114944, -0.3327100872993469, 0.15255892276763916, -0.3304411470890045, -0.0389009565114975, -0.15104004740715027, 0.29544565081596375, -0.4522007405757904, 0.243591770529747, -0.07180624455213547, -0.26670461893081665, 0.33549490571022034, -0.261186808347702, 0.09274671971797943, -0.0783761739730835, -0.04410632327198982, -0.008114597760140896, 0.1470513641834259, 0.14111627638339996, -0.0715104416012764, 0.1870366334915161, -0.020883386954665184, 0.1052214726805687, 0.5313346982002258, -0.5336146354675293, 0.6656824350357056, -0.5892290472984314, 0.49242809414863586, 0.02469600923359394, -0.011943523772060871, -0.19467169046401978, 0.39005011320114136, -0.5687145590782166, 0.3879525065422058, -0.3025500774383545, 0.07291192561388016, 0.07857432961463928, -0.1936897188425064, -0.12336638569831848, -0.1360340416431427, 0.15056782960891724, -0.2868403196334839, 0.07149573415517807, -0.27627140283584595, 0.047205276787281036, 0.020644355565309525, -0.07248160243034363, -0.022233592346310616, 0.30019238591194153, -0.1652853637933731, 0.2025195062160492, 0.12111903727054596, -0.13270699977874756, 0.0032858639024198055, 0.1761128455400467, 0.029029136523604393, 0.18579013645648956, -0.007880296558141708, 0.19357606768608093, -0.3146935999393463, 0.39195340871810913, -0.10545532405376434, 0.32122382521629333, -0.40287870168685913, 0.022611767053604126, 0.2312587946653366, -0.44596683979034424, 0.44254887104034424, -0.40784183144569397, 0.15125241875648499, -0.19159641861915588, -0.11133038252592087, 0.3076305687427521, -0.31712034344673157, 0.0993688553571701, -0.03552621230483055, -0.351532906293869, 0.5259832739830017, -0.230155348777771, -0.1981128603219986, 0.4418163299560547, -0.6881706714630127, 0.5078761577606201, 0.15746325254440308, -0.49728119373321533, 0.6695208549499512, -0.4819781184196472, 0.3336324095726013, -0.07428036630153656, 0.09568817913532257, 0.07212717831134796, 0.16710081696510315, -0.36530789732933044, 0.38333216309547424, -0.09869091957807541, 0.1353222131729126, 0.398764967918396, -0.4020851254463196, 0.5283044576644897, -0.3783510625362396, 0.258636474609375, -0.16858603060245514, 0.05658305808901787, 0.0477965772151947, -0.4112114906311035, 0.5675041079521179, -0.47929614782333374, 0.034831661731004715, 0.18965506553649902, -0.16957250237464905, 0.13615922629833221, -0.20632442831993103, 0.22076381742954254, -0.5891963839530945, 0.8491196632385254, -0.5316153168678284, 0.5273533463478088, -0.5191189050674438, 0.07766269147396088, 0.29471516609191895, -0.39036688208580017, 0.4795362949371338, -0.09241792559623718, -0.16691400110721588, 0.14369022846221924, 0.06212984025478363, 0.09355510026216507, -0.007605883292853832, 0.19311854243278503, -0.08113884180784225, 0.024433929473161697, 0.027634089812636375, 0.1628810614347458, -0.18846367299556732, -0.054234083741903305, 0.5389910936355591, -0.8472516536712646, 0.5377810597419739, -0.28713086247444153, 0.02452617697417736, 0.10369808226823807, -0.11283031851053238, 0.326000839471817, -0.27371418476104736, 0.2129606157541275, -0.06909085065126419, 0.09510862827301025, -0.3417448103427887, -0.4367634654045105, 0.5451772212982178, -0.8134199380874634, 1.0407311916351318, -0.5788347721099854, 0.29934975504875183, -0.4011661410331726, 0.6231681108474731, -0.6352592706680298, 0.4966314136981964, -0.060093604028224945, -0.12182311713695526, -0.02402597665786743, 0.2930268943309784, -0.28340160846710205, 0.6630728840827942, -0.769443690776825, 0.7942662239074707, -0.4203035235404968, 0.03287796676158905, 0.18793092668056488, -0.23152706027030945, 0.3928527534008026, -0.16058166325092316, 0.2507273852825165, -0.502090334892273, 0.2558958828449249, -0.20203393697738647, -0.20066408812999725, 0.4214392304420471, -0.26775941252708435, -0.09232094138860703, 0.010465449653565884, -0.3473581075668335, 0.4186340272426605, -0.44523826241493225, 0.3454853892326355, -0.42235031723976135, 0.006474778056144714, 0.28284937143325806, -0.2884959876537323, 0.28723081946372986, -0.059141606092453, 0.32918375730514526, -0.15558844804763794, -0.15707415342330933, 0.06169949844479561, -0.019685784354805946, 0.03197040781378746, 0.03706325963139534, 0.07116136699914932, -0.31964489817619324, 0.38712969422340393, -0.3765651285648346, 0.3158297836780548, -0.24459782242774963, 0.35879015922546387, -0.4453909993171692, -0.13147035241127014, -0.1430354118347168, 0.12580880522727966, 0.021059365943074226, 0.21448808908462524, -0.3047395348548889, 0.12354949861764908, 0.012652771547436714, -0.24544978141784668, 0.5677130818367004, -0.3612143397331238, 0.2980719804763794, -0.15768593549728394, -0.3131934702396393, 0.31433239579200745, -0.030318032950162888, 0.265489786863327, -0.2485494166612625, 0.15886974334716797, -0.013074381276965141, 0.11489616334438324, 0.15729264914989471, 0.027950892224907875, 0.14220264554023743, 0.05303803086280823, 0.011420493014156818, 0.04335567355155945, -0.05384557694196701, 0.4547111392021179, -0.5771296620368958, 0.10236535966396332, 0.03719102963805199, 0.07181869447231293, -0.21271537244319916, 0.06358379125595093, -0.14535392820835114, -0.035745322704315186, 0.11571350693702698, -0.18126942217350006, 0.07813160866498947, -0.015600099228322506, 0.16274334490299225, -0.031180456280708313, -0.05752537399530411, 0.23265881836414337, 0.008905638940632343, -0.2729640007019043, 0.5221962332725525, -0.5287377834320068, 0.344692587852478, -0.32550570368766785, 0.3646460473537445, -0.07684941589832306, 0.016524355858564377, 0.22813725471496582, -0.09183332324028015, -0.005033539142459631, 0.007794538512825966, 0.2215149700641632, -0.16100624203681946, 0.3453159034252167, -0.1703098863363266, -0.16018153727054596, 0.1021086573600769, 0.00919289793819189, -0.07661839574575424, 0.06087503582239151, -0.3383563458919525, 0.011053256690502167, 0.005019063595682383, -0.07454222440719604, -0.047047313302755356, -0.18477140367031097, 0.18748877942562103, -0.243962362408638, 0.250495970249176, -0.08853624761104584, 0.11911159753799438, -0.20166015625, 0.3239385485649109, -0.6468880772590637, 0.5505961179733276, -0.047541894018650055, 0.33676257729530334, -0.2840265929698944, 0.39326557517051697, 0.13509415090084076, 0.015191408805549145, 0.008765576407313347, -0.055945634841918945, -0.08877935260534286, -0.10723774880170822, 0.13463003933429718, -0.36926400661468506, 0.11319674551486969, 0.16656193137168884, -0.03689571097493172, 0.017602741718292236, -0.11343760788440704, -0.05272955074906349, -0.3289976418018341, 0.219277024269104, -0.10244741290807724, -0.1112721711397171, 0.20438572764396667, -0.271666556596756, 0.1159571185708046, -0.1430129110813141, 0.05590243637561798, -0.20245876908302307, 0.0871308445930481, -0.170353963971138, 0.0013907697284594178, -0.390329509973526, 0.40553030371665955, -0.015655793249607086, 0.38458913564682007, -0.49142229557037354, 0.6009821891784668, -0.17642667889595032, 0.4470405578613281, -0.5031245350837708, 0.2281857430934906, -0.00212074164301157, -0.07252705842256546, -0.15966682136058807, -0.07602972537279129, 0.13626033067703247, -0.08319253474473953, 0.250154972076416, -0.2500106394290924, 0.3162729740142822, 0.01728655770421028, -0.20814818143844604, -0.08359914273023605, 0.2284451574087143, -0.2933197319507599, 0.20455393195152283, -0.4431650638580322, 0.2631920278072357, -0.11949293315410614, 0.1350184679031372, 0.09612444788217545, -0.4036250710487366, 0.10576816648244858, 0.022415177896618843, 0.26433277130126953, 0.2474767118692398, -0.0006158964824862778, -0.13782265782356262, -0.4368852972984314, 0.3776443898677826, -0.025152744725346565, 0.06265679746866226, 0.15986423194408417, -0.29732459783554077, 0.02815701812505722, 0.2343226820230484, -0.15555156767368317, 0.3954574763774872, -0.18451835215091705, -0.09472832828760147, -0.12795190513134003, -0.1255943775177002, 0.2798977196216583, -0.3186085522174835, 0.11305929720401764, -0.2639691233634949, 0.2552877962589264, -0.1994021087884903, -0.01186763122677803, -0.0579155869781971, 0.12446770817041397, 0.0030160534661263227, 0.14003264904022217, -0.09623314440250397, 0.14996565878391266, -0.18451334536075592, 0.049765508621931076, -0.03379349783062935, 0.02491464465856552, 0.17098961770534515, -0.025214411318302155, -0.29134440422058105, 0.19665375351905823, 0.2857089340686798, -0.3313746750354767, 0.46842148900032043, -0.11272367835044861, 0.10389772802591324, -0.004134871065616608, 0.006108180154114962, 0.004613856319338083, -0.02200954221189022, 0.21574744582176208, -0.10018903017044067, -0.23308171331882477, 0.2501313090324402, 0.030625363811850548, -0.12874174118041992, 0.02336425893008709, 0.05545232072472572, 0.007798580452799797, 0.12608611583709717, -0.04504954814910889, -0.2829015254974365, 0.18849049508571625, -0.11080875247716904, 0.09702366590499878, -0.3210173547267914, 0.3760485351085663, 0.007700247690081596, 0.022803111001849174, -0.023716270923614502, 0.052827972918748856, -0.10721291601657867, -0.043603651225566864, 0.16631191968917847, -0.12775790691375732, -0.011640319600701332, 0.02991471067070961, -0.32251405715942383, 0.19112974405288696, 0.10138354450464249, -0.14619915187358856, 0.0743556097149849, 0.043249379843473434, 0.17788733541965485, -0.04463930428028107, 0.04047483578324318, -0.25234952569007874, 0.10943235456943512, -0.10293923318386078, -0.08160397410392761, 0.08644790202379227, -0.083194799721241, -0.02924867905676365, 0.06204830855131149, -0.2461208999156952, 0.18236882984638214, -0.049259964376688004, 0.08786400407552719, -0.24041038751602173, 0.1665937453508377, 0.15862013399600983, 0.22209405899047852, -0.06540995091199875, 0.1364283412694931, -0.00992826372385025, 0.004443894140422344, -0.0987711101770401, 0.07182590663433075, -0.327151894569397, -0.012465475127100945, -0.10305758565664291, -0.11508696526288986, 0.045455269515514374, 0.05922354757785797, 0.18449437618255615, -0.08158043026924133, 0.2257286012172699, -0.20615310966968536, 0.18404239416122437, -0.050807759165763855, 0.009538562968373299, 0.020830245688557625, -0.03032834641635418, -0.10930808633565903, -0.028981316834688187, -0.11445149034261703, 0.076388880610466, 0.023939749225974083, -0.12971064448356628, -0.07642035186290741, 0.13644631206989288, -0.050269369035959244, 0.158503457903862, -0.007057846523821354, -0.05756055936217308, 0.03453641012310982, -0.05476273223757744, 0.14246533811092377, 0.19647584855556488, 0.24745789170265198, 0.11873460561037064, 0.10402022302150726, 0.20687414705753326, 0.06226879358291626, 0.1741655468940735, 0.008701437152922153, 0.12128642201423645, 0.035247448831796646, -0.1815609484910965, -0.09409373253583908, -0.37065389752388, -0.02275317721068859, -0.2763581871986389, -0.2537093758583069, -0.38654825091362, -0.14552034437656403, -0.42831411957740784, -0.5012433528900146, -0.08366923779249191, -0.19331397116184235, -0.12977316975593567, -0.14577314257621765, 0.15729182958602905, 0.42982032895088196, 0.4452280104160309, 0.504185140132904, 0.5294621586799622, 0.6457026600837708, 0.7737152576446533, 0.6449787020683289, 0.7136896848678589, 0.8065648078918457, 0.781024158000946, 0.4596090614795685, 0.6088994741439819, 0.2282336801290512, -0.043761856853961945, -0.4859961271286011, -0.9521659016609192, -0.9841087460517883, -0.9346041679382324, -1.4478349685668945, -1.698795199394226, -1.3954130411148071, -1.3901859521865845, -1.6676748991012573, -0.8776234984397888, -0.326023668050766, 0.025364791974425316, 0.2894044518470764, 0.6750577688217163, 1.1169569492340088, 1.1671390533447266, 1.2712677717208862, 1.3569196462631226, 1.7552211284637451, 1.8124455213546753, 1.6890099048614502, 1.807301640510559, 2.1168675422668457, 1.621842861175537, 0.548518180847168, 0.009295941330492496, -0.6253126859664917, -0.9432463645935059, -1.5791692733764648, -1.4300506114959717, -1.6364573240280151, -2.190251350402832, -2.4519617557525635, -2.913046360015869, -2.855128288269043, -2.4566338062286377, -1.8065530061721802, -1.0724989175796509, -0.2505422830581665, 0.42932620644569397, 0.7630589604377747, 1.0661553144454956, 1.3845973014831543, 1.7705798149108887, 1.8120524883270264, 1.7543935775756836, 1.8851072788238525, 2.150831937789917, 2.3279311656951904, 2.424379348754883, 2.7912259101867676, 2.028709888458252, 0.45531362295150757, 0.11253079771995544, -0.6546587944030762, -1.3984096050262451, -1.9309850931167603, -2.0214459896087646, -2.417612314224243, -2.7337381839752197, -2.854227304458618, -3.1530520915985107, -2.8804819583892822, -2.4300949573516846, -2.4591033458709717, -1.5283352136611938, -0.35433974862098694, -0.025071220472455025, 0.4615122675895691, 1.3532119989395142, 1.841134786605835, 1.864251971244812, 2.187324047088623, 2.1587064266204834, 2.3894386291503906, 2.662473201751709, 2.584385395050049, 2.467728853225708, 2.680720806121826, 2.715947151184082, 1.1423850059509277, 0.07854893803596497, -0.4120529592037201, -1.1975890398025513, -2.308588743209839, -2.5566887855529785, -2.3316078186035156, -2.6211795806884766, -3.107272148132324, -3.193809747695923, -3.116725444793701, -2.845762014389038, -2.29960560798645, -1.5262055397033691, -0.8855066895484924, 0.13174594938755035, 0.543856680393219, 0.8886963725090027, 1.6531442403793335, 2.2763888835906982, 2.291440010070801, 2.3485207557678223, 2.609548568725586, 2.840411901473999, 2.8139257431030273, 2.848407745361328, 2.7795984745025635, 2.8937606811523438, 2.1108648777008057, 0.3881267309188843, -0.48287615180015564, -1.2676165103912354, -2.0052597522735596, -2.9034230709075928, -2.9051973819732666, -2.919365167617798, -3.184251308441162, -3.3184893131256104, -3.2801544666290283, -3.153700113296509, -2.4317779541015625, -1.6640383005142212, -0.8456131815910339, 0.23563124239444733, 1.0359998941421509, 1.3123859167099, 1.679960012435913, 2.1109867095947266, 2.3293910026550293, 2.290297269821167, 2.3419227600097656, 2.7154734134674072, 3.06182861328125, 3.0447235107421875, 2.989659070968628, 3.075962781906128, 2.555032730102539, 0.43779948353767395, -0.6500642895698547, -1.3615556955337524, -2.0853681564331055, -3.0226926803588867, -2.883122682571411, -2.6585097312927246, -3.3957526683807373, -3.5120739936828613, -3.2402284145355225, -3.068371295928955, -2.7209866046905518, -1.6555238962173462, -0.8240421414375305, 0.1486659049987793, 0.9144883751869202, 1.2784733772277832, 1.5912131071090698, 2.114982843399048, 2.1754837036132812, 2.2543067932128906, 2.3901703357696533, 2.627676486968994, 2.9035208225250244, 3.2807562351226807, 3.267522096633911, 3.291513204574585, 2.810352325439453, 0.5628089308738708, -0.6339165568351746, -1.364009141921997, -2.105393886566162, -3.21118426322937, -3.0874264240264893, -2.9003148078918457, -3.5688188076019287, -3.6489269733428955, -3.5834827423095703, -3.142745018005371, -2.6784982681274414, -1.7346680164337158, -0.6291664838790894, 0.3995930254459381, 1.138486623764038, 1.292933702468872, 1.6277574300765991, 2.041858196258545, 2.0250489711761475, 2.0412187576293945, 2.32106876373291, 2.6315712928771973, 2.970982551574707, 3.4899752140045166, 3.5148892402648926, 3.4969100952148438, 2.8597445487976074, 0.45999035239219666, -0.652239203453064, -1.3775689601898193, -2.197059392929077, -3.2435152530670166, -2.8841912746429443, -2.9945461750030518, -3.622809886932373, -3.5299952030181885, -3.6169795989990234, -3.247694730758667, -2.420746326446533, -1.540820837020874, -0.5891538858413696, 0.5616286993026733, 1.0192954540252686, 1.0875260829925537, 1.432719111442566, 1.7875488996505737, 1.7236058712005615, 1.775730848312378, 2.178084135055542, 2.500946283340454, 2.908216714859009, 3.4814610481262207, 3.5781967639923096, 3.462307929992676, 3.2160661220550537, 1.123209834098816, -0.5338464975357056, -1.1298751831054688, -1.5521049499511719, -3.086836814880371, -3.311899423599243, -2.833883762359619, -3.366101026535034, -3.931608200073242, -3.6587460041046143, -2.985933780670166, -2.5825650691986084, -1.8506706953048706, -0.7544444799423218, 0.3940039277076721, 0.8837953209877014, 1.0343538522720337, 1.4187233448028564, 1.8475979566574097, 1.7762142419815063, 1.6403348445892334, 1.930965781211853, 2.3578310012817383, 2.6345856189727783, 3.214357852935791, 3.5208303928375244, 3.4997715950012207, 3.4445178508758545, 1.944434642791748, -0.09763453155755997, -0.9311134219169617, -1.698155164718628, -2.786885976791382, -3.2542216777801514, -2.878009796142578, -3.236637830734253, -3.6372058391571045, -3.61446475982666, -3.167879581451416, -2.525580644607544, -1.909397006034851, -1.0584615468978882, 0.1770101934671402, 0.9249733686447144, 0.9644032716751099, 1.2323205471038818, 1.587878942489624, 1.68679678440094, 1.502169132232666, 1.6770520210266113, 2.125143051147461, 2.431633949279785, 2.889507532119751, 3.4436957836151123, 3.528245210647583, 3.603970766067505, 2.6919057369232178, 0.3532632887363434, -0.6353015303611755, -1.3409003019332886, -2.32938814163208, -3.351112127304077, -2.986926794052124, -2.8609039783477783, -3.5884828567504883, -3.7654213905334473, -3.3968770503997803, -2.6764726638793945, -2.2038114070892334, -1.3702696561813354, -0.10868952423334122, 0.9948583841323853, 0.9303172826766968, 1.1204664707183838, 1.4723079204559326, 1.6681185960769653, 1.463261604309082, 1.4175262451171875, 1.919631838798523, 2.1858274936676025, 2.5697999000549316, 3.155214309692383, 3.5287864208221436, 3.3905413150787354, 3.108342409133911, 0.9062630534172058, -0.3800429701805115, -1.0003148317337036, -1.9159692525863647, -3.04858660697937, -3.1516671180725098, -2.632399082183838, -3.4109699726104736, -3.631986379623413, -3.477602958679199, -2.8027729988098145, -2.2378008365631104, -1.557404637336731, -0.4600306749343872, 0.6551638841629028, 0.9544902443885803, 0.9256192445755005, 1.3736529350280762, 1.6090573072433472, 1.449267029762268, 1.2363041639328003, 1.5483157634735107, 1.9530115127563477, 2.2674782276153564, 2.778479814529419, 3.3838305473327637, 3.2849652767181396, 3.3141098022460938, 2.113776922225952, -0.07768866419792175, -0.8392634987831116, -1.3176196813583374, -2.5475337505340576, -3.4321274757385254, -2.503944158554077, -2.710812568664551, -3.60910964012146, -3.4423182010650635, -2.8493874073028564, -2.5702714920043945, -2.0086493492126465, -0.9052350521087646, 0.1742904633283615, 1.0936435461044312, 1.0581053495407104, 1.2586240768432617, 1.632942795753479, 1.4706003665924072, 1.0437774658203125, 1.1104568243026733, 1.6667817831039429, 1.96060049533844, 2.450791120529175, 3.1824586391448975, 3.3249523639678955, 3.218079090118408, 3.1569480895996094, 0.6924718022346497, -0.5962141752243042, -1.0133544206619263, -1.8148210048675537, -3.205019950866699, -2.8639960289001465, -2.110306978225708, -3.1594154834747314, -3.540015697479248, -2.9971206188201904, -2.567254066467285, -2.4842915534973145, -1.524610161781311, -0.4285718500614166, 0.769034206867218, 1.0122132301330566, 1.047741174697876, 1.5617496967315674, 1.5903394222259521, 1.0693382024765015, 0.8612579107284546, 1.4051555395126343, 1.709886908531189, 2.0804996490478516, 2.8519349098205566, 3.376645565032959, 3.23994517326355, 3.1856753826141357, 2.026193141937256, -0.14252746105194092, -0.5805791616439819, -1.3361085653305054, -2.331815242767334, -3.153599500656128, -2.241938829421997, -2.5024664402008057, -3.32375168800354, -3.2765519618988037, -2.7983903884887695, -2.5435619354248047, -2.132608652114868, -1.1579073667526245, 0.07244972139596939, 1.0133299827575684, 1.006023645401001, 1.243316650390625, 1.6789251565933228, 1.3521196842193604, 0.7119771242141724, 0.9613690972328186, 1.456637978553772, 1.7047374248504639, 2.2157647609710693, 2.97471022605896, 3.30660343170166, 3.0907838344573975, 3.2273035049438477, 1.1946109533309937, -0.17925703525543213, -0.718389630317688, -1.5370419025421143, -2.6540729999542236, -2.803006410598755, -1.973568081855774, -2.6936540603637695, -3.1005334854125977, -2.9894700050354004, -2.7146008014678955, -2.567215919494629, -1.9372235536575317, -1.0386394262313843, 0.2557877004146576, 0.9632565379142761, 0.982599675655365, 1.2838165760040283, 1.5767910480499268, 1.0306146144866943, 0.651742160320282, 1.09557044506073, 1.5109994411468506, 1.834351658821106, 2.4569287300109863, 3.0751023292541504, 3.143202066421509, 3.1941335201263428, 2.7587380409240723, 0.7903841733932495, -0.2978229820728302, -0.8545522093772888, -1.7317298650741577, -2.696765184402466, -2.406801700592041, -1.9666948318481445, -2.6623759269714355, -2.978088140487671, -2.813244581222534, -2.7916200160980225, -2.554868221282959, -1.8088911771774292, -0.8150582909584045, 0.35239264369010925, 1.008476972579956, 0.9796305894851685, 1.2173742055892944, 1.3436824083328247, 0.7956814765930176, 0.6712626218795776, 1.134535551071167, 1.5579084157943726, 1.8993104696273804, 2.561347007751465, 2.9893617630004883, 2.9050943851470947, 2.97450590133667, 2.6632425785064697, 0.7137618064880371, -0.28652769327163696, -0.7086952924728394, -1.4016627073287964, -2.48911452293396, -2.2620673179626465, -1.8112998008728027, -2.3996055126190186, -3.0007336139678955, -2.78324294090271, -2.633727550506592, -2.4195353984832764, -1.9363510608673096, -0.841218113899231, 0.34800252318382263, 0.7336443662643433, 0.7205531597137451, 1.075416922569275, 1.3493452072143555, 0.9109744429588318, 0.7368311882019043, 1.1729602813720703, 1.604884386062622, 1.8008687496185303, 2.2979769706726074, 2.7287168502807617, 2.780771255493164, 2.753190755844116, 2.6162235736846924, 0.9879385232925415, -0.10135863721370697, -0.514682412147522, -1.112980842590332, -2.0559918880462646, -2.1016342639923096, -1.6109392642974854, -2.1883702278137207, -2.7938320636749268, -2.633984327316284, -2.4601833820343018, -2.3537440299987793, -2.118425130844116, -1.079137921333313, -0.1307228058576584, 0.2953636944293976, 0.3482244312763214, 0.9468886852264404, 1.4133994579315186, 1.0452617406845093, 0.8256665468215942, 1.1117933988571167, 1.472585678100586, 1.6532472372055054, 2.0109617710113525, 2.379894733428955, 2.489431381225586, 2.3556501865386963, 2.4060168266296387, 1.3462457656860352, 0.20709340274333954, -0.28554391860961914, -0.7498515844345093, -1.3811708688735962, -1.8912012577056885, -1.491001844406128, -1.879908561706543, -2.40854549407959, -2.492973804473877, -2.251854658126831, -2.094550609588623, -2.0977349281311035, -1.5249156951904297, -0.7444604635238647, -0.15914340317249298, 0.07465226948261261, 0.6387351155281067, 1.2956899404525757, 1.2203680276870728, 0.9050425291061401, 0.9052360653877258, 1.3832776546478271, 1.4239437580108643, 1.5732556581497192, 1.8986774682998657, 1.8472930192947388, 1.714658260345459, 1.7026009559631348, 1.5956969261169434, 0.6156492829322815, 0.10837473720312119, -0.037609659135341644, -0.4384022653102875, -1.1875320672988892, -1.533038854598999, -1.46888267993927, -1.7628451585769653, -1.955916166305542, -1.7954846620559692, -1.5507241487503052, -1.541490077972412, -1.6553895473480225, -1.3591134548187256, -0.8125914931297302, -0.2300538271665573, -0.028301695361733437, 0.7657467126846313, 1.1833549737930298, 0.9717079401016235, 0.7280185222625732, 1.0594271421432495, 1.1908178329467773, 1.1625702381134033, 1.2310961484909058, 1.244262456893921, 0.9723167419433594, 0.6477998495101929, 0.6897935271263123, 0.9177291393280029, 0.6058387160301208, 0.4295729100704193, 0.34258243441581726, -0.055396851152181625, -0.7589712142944336, -1.1812095642089844, -0.9392824769020081, -1.1715097427368164, -1.1696680784225464, -0.8075376749038696, -0.7563847303390503, -0.8707314729690552, -1.0126128196716309, -1.0044904947280884, -0.8596052527427673, -0.5675008296966553, -0.12369991093873978, 0.2977421283721924, 0.7493290305137634, 0.7221478223800659, 0.7648813724517822, 0.8025723695755005, 0.8121344447135925, 0.6464727520942688, 0.6912240982055664, 0.41214585304260254, 0.058097682893276215, 0.06344857066869736, 0.09421329945325851, 0.3202575147151947, 0.46208781003952026, 0.29763156175613403, 0.051846861839294434, -0.22203323245048523, -0.2963629364967346, -0.5142279267311096, -0.6187268495559692, -0.5493685603141785, -0.3421503007411957, -0.27483421564102173, -0.36552509665489197, -0.3237432837486267, -0.21065688133239746, -0.15786400437355042, -0.20736129581928253, -0.12952540814876556, 0.10815908014774323, 0.19325143098831177, 0.3434606194496155, 0.5757393836975098, 0.6689875721931458, 0.5381603240966797, 0.386361688375473, 0.24461357295513153, -0.011543861590325832, -0.1406034231185913, -0.14153914153575897, -0.1920344978570938, -0.16722987592220306, -0.06554756313562393, -0.07259175926446915, -0.19331799447536469, -0.41708022356033325, -0.4228386878967285, -0.4102397561073303, -0.389841228723526, -0.3797976076602936, -0.3173963129520416, -0.2520585358142853, -0.3492893576622009, -0.3913377821445465, -0.2497434765100479, -0.1413363814353943, -0.07719656080007553, 0.15594464540481567, 0.41233447194099426, 0.6318464875221252, 0.6900608539581299, 0.7067381143569946, 0.6709328293800354, 0.6024280190467834, 0.5330280065536499, 0.39910757541656494, 0.35229700803756714, 0.2013329714536667, 0.13509176671504974, 0.1435484141111374, 0.21893787384033203, 0.10524711012840271, 0.037018872797489166, -0.10998614877462387, -0.39700600504875183, -0.4901143014431, -0.4121860861778259, -0.4427434206008911, -0.5607391595840454, -0.5400704145431519, -0.5748550295829773, -0.6381338834762573, -0.6506987810134888, -0.6255120038986206, -0.5322479605674744, -0.4407188892364502, -0.28843554854393005, -0.09071065485477448, 0.18206992745399475, 0.3625374436378479, 0.48874136805534363, 0.6589406132698059, 0.6250696778297424, 0.5228615999221802, 0.47055771946907043, 0.4624907076358795, 0.3565732538700104, 0.4143306314945221, 0.5584495067596436, 0.589465320110321, 0.5078578591346741, 0.48884057998657227, 0.2971497178077698, 0.04174371436238289, -0.04061705619096756, -0.09044170379638672, -0.18874698877334595, -0.33061400055885315, -0.405849426984787, -0.512095034122467, -0.5873957276344299, -0.6960253715515137, -0.7140650153160095, -0.6746111512184143, -0.6488105654716492, -0.6153542399406433, -0.4580426514148712, -0.21608027815818787, -0.08117944002151489, 0.0806928351521492, 0.24872425198554993, 0.24204465746879578, 0.16364477574825287, 0.11743954569101334, 0.11442304402589798, 0.14840584993362427, 0.289170503616333, 0.42494481801986694, 0.5709102153778076, 0.6401723623275757, 0.6144340634346008, 0.4479369819164276, 0.3417614996433258, 0.2930290997028351, 0.26953932642936707, 0.2214432805776596, 0.16409611701965332, 0.05777859315276146, -0.04844500496983528, -0.1728001981973648, -0.3263595700263977, -0.38048431277275085, -0.4426613748073578, -0.4451935291290283, -0.45798248052597046, -0.35645708441734314, -0.27957767248153687, -0.22593384981155396, -0.10230643302202225, -0.0023941800463944674, 0.014434109441936016, -0.0006922106258571148, -0.0506078377366066, -0.119969442486763, -0.12260845303535461, -0.03888295963406563, 0.0627770647406578, 0.19289308786392212, 0.2915646433830261, 0.3094075322151184, 0.22351668775081635, 0.182403564453125, 0.13217364251613617, 0.1346920132637024, 0.14547088742256165, 0.14004704356193542, 0.11094729602336884, 0.04608407989144325, -0.0411774106323719, -0.1311308592557907, -0.15531009435653687, -0.15556970238685608, -0.14450819790363312, -0.15102167427539825, -0.07716096192598343, -0.10054314136505127, -0.06770680844783783, -0.005190117750316858, 0.0645570382475853, 0.12497302889823914, 0.1062987893819809, 0.05378887802362442, -0.03177335485816002, -0.037612952291965485, -0.026374204084277153, 0.030650386586785316, 0.07102042436599731, 0.1357080340385437, 0.1358729898929596, 0.09135302156209946, 0.06744983792304993, 0.016787797212600708, 0.02699432149529457, 0.04518723115324974, 0.0524602085351944, 0.005523898638784885, -0.07493247836828232, -0.20632490515708923, -0.3017881214618683, -0.3200230002403259, -0.26297327876091003, -0.19667936861515045, -0.13107162714004517, -0.03574179485440254, -0.07140778750181198, -0.044887155294418335, 0.0031338457483798265, 0.09055183082818985, 0.15465660393238068, 0.18486246466636658, 0.19787558913230896, 0.1855652630329132, 0.1984480321407318, 0.2063169926404953, 0.21965238451957703, 0.2169080227613449, 0.2074258029460907, 0.1811845451593399, 0.15033935010433197, 0.08810603618621826, 0.05436982959508896, 0.11548954993486404, 0.1630486398935318, 0.15425100922584534, 0.09206737577915192, -0.0370032899081707, -0.2051021158695221, -0.3491615951061249, -0.3938256800174713, -0.39821290969848633, -0.3487229347229004, -0.27638480067253113, -0.244253009557724, -0.25635677576065063, -0.24709109961986542, -0.2463933229446411, -0.19664068520069122, -0.12353277206420898, -0.05057244747877121, 0.017468539997935295, 0.0885954350233078, 0.17302167415618896, 0.2108379751443863, 0.2512161433696747, 0.26784446835517883, 0.2549194395542145, 0.23043473064899445, 0.2323235273361206, 0.19693079590797424, 0.20013125240802765, 0.2774675786495209, 0.3210356831550598, 0.3082052171230316, 0.22646194696426392, 0.09397687017917633, -0.037290338426828384, -0.14949175715446472, -0.19342225790023804, -0.21099525690078735, -0.19288697838783264, -0.1877819448709488, -0.19273939728736877, -0.2365487515926361, -0.21704918146133423, -0.24737349152565002, -0.226329043507576, -0.21226710081100464, -0.19497500360012054, -0.18074698746204376, -0.14102132618427277, -0.01689005270600319, 0.029619846493005753, 0.10509955137968063, 0.12815704941749573, 0.12154838442802429, 0.0891852155327797, 0.05447432026267052, 0.068872831761837, 0.14284159243106842, 0.2404698133468628, 0.30674952268600464, 0.3012259006500244, 0.23517100512981415, 0.11516465991735458, -0.012792985886335373, -0.05388210341334343, -0.07835455983877182, -0.09724702686071396, -0.0890587866306305, -0.09160187095403671, -0.12039653956890106, -0.13980068266391754, -0.09644398838281631, -0.08044068515300751, -0.07003618031740189, -0.07909931242465973, -0.0855100154876709, -0.12454123795032501, -0.11486787348985672, -0.06747037172317505, -0.013525782153010368, 0.05287402123212814, 0.09375255554914474, 0.09998469799757004, 0.04531976953148842, -0.0009816390229389071, -0.0154367471113801, 0.011359208263456821, 0.09592032432556152, 0.1583929806947708, 0.16159109771251678, 0.12238126993179321, 0.04884561523795128, -0.028881361708045006, -0.10749761760234833, -0.14388328790664673, -0.15910209715366364, -0.141984760761261, -0.1470908373594284, -0.15029574930667877, -0.12642741203308105, -0.09624919295310974, -0.060979850590229034, -0.04617546498775482, -0.01423981599509716, -0.023670364171266556, -0.061885055154561996, -0.06277962028980255, -0.025148164480924606, -0.006584377959370613, 0.03268105164170265, 0.11066189408302307, 0.14057569205760956, 0.1251332014799118, 0.10306795686483383, 0.10364328324794769, 0.0807853490114212, 0.1060197502374649, 0.1446542739868164, 0.14370238780975342, 0.10821352899074554, 0.08297964930534363, 0.03444329649209976, -0.019461235031485558, -0.08470187336206436, -0.12490828335285187, -0.1629524827003479, -0.2027311474084854, -0.18118271231651306, -0.15200017392635345, -0.11238154768943787, -0.08536110073328018, -0.03918365761637688, 0.0033709537237882614, -0.014998394064605236, -0.024094877764582634, -0.024418706074357033, -0.024943634867668152, -0.024662580341100693, 0.021539833396673203, 0.07615457475185394, 0.11604778468608856, 0.13513673841953278, 0.15991725027561188, 0.1681755930185318, 0.14421191811561584, 0.14969126880168915, 0.16091977059841156, 0.1292082816362381, 0.08300375938415527, 0.08565730601549149, 0.07352855801582336, 0.02996409498155117, -0.0246558990329504, -0.07809025794267654, -0.14443650841712952, -0.1824396252632141, -0.15135492384433746, -0.13630114495754242, -0.1376321166753769, -0.1327390968799591, -0.0662776455283165, -0.03848947212100029, -0.03528168797492981, -0.017697107046842575, -0.0068702478893101215, -0.009660441428422928, -0.016385966911911964, 0.03719216585159302, 0.06705355644226074, 0.10056918859481812, 0.11676772683858871, 0.14824625849723816, 0.16457568109035492, 0.1684698909521103, 0.18168674409389496, 0.1817733645439148, 0.135778546333313, 0.08981415629386902, 0.0711892619729042, 0.0462203249335289, 0.00018950205412693322, -0.048544544726610184, -0.07705582678318024, -0.12644235789775848, -0.1430307775735855, -0.11943229287862778, -0.14017829298973083, -0.17151236534118652, -0.1536165177822113, -0.10575030744075775, -0.0841243639588356, -0.06079646572470665, -0.04563538730144501, -0.035211123526096344, -0.06581810116767883, -0.042709704488515854, -0.0019185360288247466, 0.0434606559574604, 0.09299187362194061, 0.14235706627368927, 0.18873392045497894, 0.20397332310676575, 0.21007521450519562, 0.20009292662143707, 0.17969435453414917, 0.1353560835123062, 0.1116660013794899, 0.10891380161046982, 0.08194601535797119, 0.014384705573320389, -0.036605969071388245, -0.06686088442802429, -0.09523092955350876, -0.11933765560388565, -0.10940338671207428, -0.12238448858261108, -0.14101484417915344, -0.11902767419815063, -0.09488513320684433, -0.08933292329311371, -0.07964906096458435, -0.0842137560248375, -0.10076060146093369, -0.1186690405011177, -0.08977816998958588, -0.08266390115022659, -0.05945636332035065, -0.031177081167697906, 0.028217408806085587, 0.08928099274635315, 0.14749836921691895, 0.19083726406097412, 0.1986175924539566, 0.18405508995056152, 0.12393274158239365, 0.10140953958034515, 0.09714529663324356, 0.08929269760847092, 0.03690880909562111, 0.02004561573266983, 0.020483726635575294, -0.006536693312227726, -0.05021831765770912, -0.0694241002202034, -0.08461596816778183, -0.09088828414678574, -0.05169684812426567, -0.023779110983014107, -0.009224990382790565, -0.024263640865683556, -0.04869180545210838, -0.07720485329627991, -0.09601949900388718, -0.09224285185337067, -0.10737144201993942, -0.10333584249019623, -0.09647517651319504, -0.055323753505945206, 0.008538378402590752, 0.06349074840545654, 0.09497566521167755, 0.10922154784202576, 0.10510898381471634, 0.05781609192490578, 0.01836394891142845, 0.0077088396064937115, 0.0018612253479659557, -0.019837908446788788, -0.0024089054204523563, 0.02110266126692295, -0.00702460715547204, -0.05241674929857254, -0.08531276881694794, -0.09304266422986984, -0.0803421288728714, -0.04328621178865433, 0.0029135618824511766, 0.038062550127506256, 0.039359983056783676, 0.014117990620434284, -0.010803836397826672, -0.02541973628103733, -0.047503333538770676, -0.06724880635738373, -0.05912909284234047, -0.04595477506518364, -0.029178140684962273, 0.009227129630744457, 0.04589920863509178, 0.07321252673864365, 0.09385667741298676, 0.07883826643228531, 0.03651606664061546, -0.010757753625512123, -0.02587541565299034, -0.04593562334775925, -0.05198032781481743, -0.022374479100108147, 0.005683791823685169, -0.01565856859087944, -0.07448894530534744, -0.11851983517408371, -0.1337132453918457, -0.13379892706871033, -0.0975668802857399, -0.032087430357933044, 0.015416378155350685, 0.03115944005548954, 0.03598137944936752, 0.014545065350830555, -0.007542314473539591, -0.032352231442928314, -0.05926870182156563, -0.05968604236841202, -0.04784875735640526, -0.008137633092701435, 0.034072451293468475, 0.07781288027763367, 0.10374828428030014, 0.12225272506475449, 0.10182350128889084, 0.06439691036939621, 0.019293978810310364, -0.006776442285627127, -0.005887226201593876, 0.00015627576794940978, 0.01761660724878311, 0.03432919457554817, 0.011092685163021088, -0.03678300976753235, -0.09211218357086182, -0.1267661601305008, -0.13824604451656342, -0.11449003964662552, -0.053267139941453934, -0.00520850857719779, 0.008622702211141586, 0.009585845284163952, -0.00438162125647068, -0.03241143003106117, -0.05592791736125946, -0.07689234614372253, -0.07381193339824677, -0.06400873512029648, -0.04168546572327614, -0.013731155544519424, 0.012917888350784779, 0.05069424584507942, 0.06717824190855026, 0.05928519740700722, 0.01795458421111107, -0.0020163063891232014, -0.027547962963581085, -0.01448331493884325, 0.004668460227549076, 0.028138333931565285, 0.03663875162601471, 0.02459956519305706, -0.01140534970909357, -0.051072411239147186, -0.07397404313087463, -0.09484216570854187, -0.06600513309240341, -0.019568998366594315, 0.01160403061658144, 0.03893066942691803, 0.04819684848189354, 0.023413855582475662, -0.0013346618507057428, -0.019260326400399208, -0.032373059540987015, -0.04001088812947273, -0.03231479972600937, -0.002616569632664323, -0.0006960116443224251, 0.015428352169692516, 0.03579339012503624, 0.041860759258270264, 0.020934846252202988, -0.008612633682787418, -0.026634428650140762, -0.04446903243660927, -0.014573270455002785, 0.0009107805672101676, 0.005866445135325193, 0.00601055845618248, -0.010845744982361794, -0.0532672144472599, -0.09192568063735962, -0.10229554772377014, -0.09236318618059158, -0.06100522354245186, -0.019229110330343246, 0.020617052912712097, 0.04797954484820366, 0.06242188438773155, 0.05296490713953972, 0.031312569975852966, 0.014236033894121647, 0.008901647292077541, 0.008390181697905064, 0.02444167248904705, 0.05710249021649361, 0.055080339312553406, 0.06070356443524361, 0.05599161610007286, 0.04513683542609215, 0.014768737368285656, -0.003021166194230318, -0.015215735882520676, -0.022321384400129318, -0.00970879103988409, -0.0018032845109701157, -0.0003566513769328594, -0.027842016890645027, -0.05741533637046814, -0.10360923409461975, -0.12739728391170502, -0.13540717959403992, -0.11836250871419907, -0.09325985610485077, -0.05694476142525673, -0.028078464791178703, -0.005511302035301924, 0.007189933676272631, 0.023445717990398407, 0.022244205698370934, 0.017276490107178688, 0.012027591466903687, 0.010295243933796883, 0.03151361644268036, 0.056638844311237335, 0.07544510811567307, 0.08488589525222778, 0.08115621656179428, 0.05813555791974068, 0.02958550490438938, 0.008727025240659714, 0.009291217662394047, 0.012725350446999073, 0.023843135684728622, 0.033563751727342606, 0.029289770871400833, 0.005451238714158535, -0.026636097580194473, -0.06902904063463211, -0.10053473711013794, -0.10582596063613892, -0.09646429121494293, -0.07521737366914749, -0.03461555391550064, -0.025247210636734962, -0.01563103310763836, -0.006417142227292061, 0.00012028345372527838, -0.00030498087289743125, 0.011790664866566658, 0.02750580385327339, 0.02293315716087818, 0.032889943569898605, 0.04553595557808876, 0.05906650424003601, 0.0532631017267704, 0.05120719224214554, 0.039310798048973083, 0.02270262874662876, 0.017175329849123955, 0.025722885504364967, 0.026866363361477852, 0.02609296515583992, 0.03971581161022186, 0.052944984287023544, 0.04156889393925667, 0.01621614210307598, -0.0017333964351564646, -0.020418768748641014, -0.029561413452029228, -0.035261865705251694, -0.01273853238672018, 0.00738955894485116, 0.009049217216670513, 0.009910819120705128, 0.017970513552427292, 0.021438537165522575, 0.008859442546963692, 0.019460560753941536, 0.03590429946780205, 0.03378373384475708, 0.021553566679358482, 0.02424001321196556, 0.021683739498257637, 0.004206186160445213, -3.178232509526424e-05, 0.0013444324722513556, -0.005485265050083399, -0.00857925321906805, -0.00013732934894505888, 0.00048774699098430574, 0.0005699146422557533, 0.0009119223104789853, 0.00046455615665763617, 0.0003295975038781762, -0.010963091626763344, -0.01694595068693161, -0.01729332096874714, -0.029564520344138145, -0.029095293954014778, -0.008444120176136494, 0.0017646817723289132, 0.0008025637362152338, 0.01528216153383255, 0.03266076371073723, 0.0409240685403347, 0.03833027929067612, 0.04777832701802254, 0.05322609841823578, 0.04033498466014862, 0.03029206022620201, 0.02538897655904293, 0.027727162465453148, 0.012047801166772842, -2.5414401534362696e-05, -0.002243202878162265, -0.022667502984404564, -0.03533191233873367, -0.042902059853076935, -0.042804017663002014, -0.05084575340151787, -0.04284892603754997, -0.05055810138583183, -0.060494668781757355, -0.05985177680850029, -0.06006675958633423, -0.05960043519735336, -0.05409613251686096, -0.04182865098118782, -0.03305543586611748, -0.034364812076091766, -0.02779768593609333, -0.016786864027380943, -0.00026377016911283135, 0.014998170547187328, 0.03727464750409126, 0.05041435733437538, 0.05367227643728256, 0.04654815420508385, 0.03330700471997261, 0.026606924831867218, 0.018255257979035378, 0.01740279234945774, 0.018197981640696526, 0.015098410658538342, 0.006154858041554689, -0.0005397587083280087, -0.012977492064237595, -0.0318337082862854, -0.03488875553011894, -0.03251870349049568, -0.04514576494693756, -0.051509175449609756, -0.056604620069265366, -0.051077764481306076, -0.04149899631738663, -0.03745827078819275, -0.02651362307369709, -0.029547981917858124, -0.03514746576547623, -0.03299073502421379, -0.02387082763016224, -0.009843793697655201, 0.006594714242964983, 0.02527860924601555, 0.03796543553471565, 0.044206827878952026, 0.043726176023483276, 0.03690776601433754, 0.02363070845603943, 0.017737628892064095, 0.018127281218767166, 0.018466373905539513, 0.011652548797428608, 0.009594871662557125, 0.004668891429901123, 0.0006023900350555778, -0.0020143508445471525, -0.008600966073572636, -0.018801311030983925, -0.036962706595659256, -0.048677634447813034, -0.0571771115064621, -0.05173034965991974, -0.038426291197538376, -0.02700158953666687, -0.024375775828957558, -0.02610132284462452, -0.017383938655257225, -0.022868353873491287, -0.02458031103014946, -0.010652247816324234, -0.0011456648353487253, 0.003306039609014988, 0.015635550022125244, 0.02608964778482914, 0.03220760077238083, 0.02692095749080181, 0.026191333308815956, 0.02658410370349884, 0.023302700370550156, 0.007271187845617533, -0.00019488717953208834, 0.0011461955728009343, 0.00049081991892308, 0.00033176146098412573, 0.001004799036309123, -0.00432956637814641, -0.01694563776254654, -0.026528500020503998, -0.03289327397942543, -0.03907709941267967, -0.043415963649749756, -0.035455264151096344, -0.03335302695631981, -0.03408840671181679, -0.02556571364402771, -0.012746353633701801, -0.007328998763114214, -0.00882628932595253, -0.0032998467795550823, 0.001328226993791759, 0.00128484598826617, 0.008114432916045189, 0.021877162158489227, 0.03303617238998413, 0.02410178631544113, -0.002004274632781744, -0.1291855126619339, 0.09381970018148422, 0.052200570702552795, -0.023307697847485542, 0.030020829290151596, 0.013876459561288357, 0.009916823357343674, 0.004475208930671215, 0.07546523213386536, -0.03441712260246277, -0.14048250019550323, 0.04836579039692879, -0.04866782948374748, -0.0690741166472435, -0.0566587820649147, -0.023437228053808212, 0.016047341749072075, -0.0458914190530777, -0.04886561259627342, -0.010780966840684414, -0.2411653697490692, -0.2010556310415268, 0.14926110208034515, -0.05876738950610161, -0.3376162648200989, -0.09812656790018082, 0.0918017104268074, 0.0039801569655537605, -0.049545422196388245, -0.2870326042175293, -0.1991419643163681, 0.11896014958620071, 0.07612131536006927, -0.11524795740842819, -0.20673918724060059, -0.0016202096594497561, -0.1263589859008789, 0.14748872816562653, 0.0438777357339859, -0.0036338483914732933, -0.04956375062465668, -0.4584486186504364, -0.4216841757297516, -0.16405199468135834, -0.14837205410003662, -0.155748650431633, -0.05782926827669144, 0.07265859842300415, 0.14524245262145996, 0.029458805918693542, -0.03246230259537697, 0.11320741474628448, 0.013211511075496674, 0.16211016476154327, 0.03210160881280899, -0.014690350741147995, 0.044406529515981674, -0.1720728576183319, -0.0757649838924408, 0.10272422432899475, 0.002552095102146268, 0.07695052772760391, 0.16600452363491058, 0.12498961389064789, 0.22129283845424652, 0.16926860809326172, -0.2360171526670456, -0.11895941942930222, 0.14848940074443817, 0.31235966086387634, 0.24665336310863495, 0.2319234162569046, 0.0799332708120346, 0.03663147613406181, 0.22259120643138885, 0.2829147279262543, 0.23965127766132355, 0.2445136308670044, 0.1574544757604599, 0.01811855658888817, 0.08658141642808914, 0.0825144574046135, 0.028191134333610535, 0.1450922042131424, 0.18632490932941437, 0.17301440238952637, 0.18625925481319427, 0.2548365592956543, 0.16056834161281586, 0.1148027628660202, 0.17663896083831787, 0.1402304619550705, 0.10898036509752274, 0.1304299384355545, 0.15481159090995789, 0.13398511707782745, 0.2472563236951828, 0.2105068862438202, 0.15642067790031433, 0.2115231454372406, 0.2934569716453552, 0.303242951631546, 0.11080944538116455, 0.08778555691242218, -0.06773216277360916, -0.09612962603569031, -0.1500840038061142, -0.15707765519618988, -0.23175443708896637, -0.29747483134269714, -0.33403685688972473, -0.4303532540798187, -0.5459455847740173, -0.4397699534893036, -0.3895259499549866, -0.325268030166626, -0.24689607322216034, -0.16983292996883392, 0.03707195445895195, 0.24105404317378998, 0.4038281738758087, 0.4109362065792084, 0.6612135767936707, 0.8294771313667297, 0.9356226921081543, 1.1055176258087158, 1.2401145696640015, 0.8636781573295593, 0.3191814720630646, 0.08539970964193344, 0.1541515290737152, 0.06569316238164902, -0.2592596709728241, -0.3619869351387024, -0.4123060703277588, -0.6582049131393433, -1.0708726644515991, -1.4750295877456665, -1.5067620277404785, -1.4587122201919556, -1.3407143354415894, -1.0783073902130127, -0.6750131845474243, -0.1715405434370041, -0.04923555999994278, -0.05202537775039673, 0.08073236793279648, 0.3327561616897583, 0.6163462400436401, 0.7402650713920593, 0.9852821826934814, 1.306015968322754, 1.5913360118865967, 1.767435073852539, 2.033729314804077, 2.2277538776397705, 1.0519757270812988, 0.5232401490211487, 0.3652162253856659, 0.14437289535999298, -0.3600928485393524, -0.7760373950004578, -0.740329384803772, -1.4174891710281372, -2.014645576477051, -2.2604973316192627, -2.9001834392547607, -2.6275880336761475, -2.242703676223755, -1.8329761028289795, -1.4846217632293701, -0.9668276906013489, -0.3550689220428467, -0.1305537223815918, 0.5138406157493591, 1.0577303171157837, 1.1526737213134766, 1.2704662084579468, 1.3661473989486694, 1.576346755027771, 1.8327269554138184, 2.1699888706207275, 2.460371255874634, 2.7639641761779785, 3.110861301422119, 1.865130066871643, 0.5498781800270081, 0.14555315673351288, -0.29718461632728577, -0.8022252321243286, -1.4699780941009521, -1.3582141399383545, -1.8153530359268188, -2.797791004180908, -3.3620526790618896, -3.743028402328491, -3.367161750793457, -2.501361131668091, -1.8027997016906738, -1.3698673248291016, -0.788489580154419, -0.144562765955925, 0.06036987900733948, 0.5786722302436829, 1.4228394031524658, 1.9833976030349731, 2.0907468795776367, 2.1146867275238037, 2.2943475246429443, 2.5285909175872803, 2.9374136924743652, 3.2764229774475098, 3.526127576828003, 3.608778953552246, 2.0777525901794434, 0.4811571538448334, -0.30729565024375916, -0.877266526222229, -1.5414676666259766, -2.183018684387207, -2.0874598026275635, -2.7818593978881836, -4.026912689208984, -4.422382354736328, -4.286414623260498, -3.6272823810577393, -2.543027639389038, -1.5202101469039917, -0.7697494626045227, -0.22339019179344177, 0.40692177414894104, 0.7671160101890564, 1.393919825553894, 2.139094114303589, 2.4928860664367676, 2.460672616958618, 2.569181203842163, 2.791250705718994, 3.2082066535949707, 3.8097989559173584, 3.9361016750335693, 3.8844857215881348, 2.7508764266967773, 0.5905768275260925, -0.4924314022064209, -1.1330417394638062, -1.4618585109710693, -2.218043327331543, -2.6818506717681885, -3.0699896812438965, -4.317355155944824, -5.06865930557251, -4.680891513824463, -3.8438360691070557, -2.675102949142456, -1.7374461889266968, -0.8365249037742615, -0.24045918881893158, 0.3666175603866577, 1.0210723876953125, 1.5948121547698975, 2.409348726272583, 2.811687707901001, 2.579763412475586, 2.4552407264709473, 2.727318525314331, 3.415191888809204, 4.218347549438477, 4.512112140655518, 4.257730007171631, 2.9197514057159424, 0.21036750078201294, -1.0515966415405273, -1.3865139484405518, -1.5374338626861572, -2.1349706649780273, -2.738832473754883, -3.453484058380127, -5.030980587005615, -5.758570671081543, -4.879148483276367, -3.657087802886963, -2.3403027057647705, -1.1240986585617065, -0.5619631409645081, -0.3061651885509491, 0.18997901678085327, 1.1720054149627686, 2.0910277366638184, 2.886002540588379, 3.1134870052337646, 2.443373441696167, 2.0468645095825195, 2.451348066329956, 3.3451879024505615, 4.4721221923828125, 4.837136745452881, 4.652572154998779, 2.7352514266967773, -0.7830564975738525, -1.7851712703704834, -1.324570894241333, -1.1137902736663818, -1.9276617765426636, -2.8230714797973633, -3.5358805656433105, -5.332631587982178, -6.034542083740234, -4.944139003753662, -3.2440433502197266, -1.792044758796692, -0.9355818629264832, -0.703587532043457, -0.4944179654121399, 0.18568947911262512, 1.2777987718582153, 2.164518356323242, 3.0950934886932373, 3.1300103664398193, 2.2157678604125977, 1.7704592943191528, 2.330650568008423, 3.4474399089813232, 4.705624580383301, 4.885020732879639, 4.520107269287109, 2.8277182579040527, -0.927894651889801, -1.8896394968032837, -0.9762237668037415, -0.7455868124961853, -1.9524224996566772, -2.9881720542907715, -3.263805866241455, -5.189042568206787, -6.138484954833984, -4.810382843017578, -3.1786201000213623, -1.8255704641342163, -1.128197431564331, -1.0774149894714355, -0.5489959120750427, 0.3890869617462158, 1.6043710708618164, 2.1682138442993164, 2.8400628566741943, 2.9519541263580322, 1.8567453622817993, 1.4717738628387451, 2.315023899078369, 3.3754444122314453, 4.527136325836182, 4.81418514251709, 4.215542793273926, 3.1207218170166016, -0.16717574000358582, -1.7856776714324951, -0.8159453868865967, -0.2449743002653122, -1.3488630056381226, -3.011033296585083, -3.3669869899749756, -4.59881591796875, -5.878400802612305, -4.868511199951172, -3.2798800468444824, -2.137545347213745, -1.380021095275879, -1.5229525566101074, -0.9827643036842346, 0.12387595325708389, 1.5878523588180542, 2.3079209327697754, 2.6155660152435303, 2.82804799079895, 1.8270188570022583, 1.0720781087875366, 1.844878911972046, 3.1059625148773193, 4.243905067443848, 4.7418413162231445, 4.105676651000977, 3.4520134925842285, 1.2997705936431885, -1.429147720336914, -1.1462277173995972, 0.007411606144160032, -0.43551409244537354, -2.452266216278076, -3.543102502822876, -3.985135793685913, -5.308060169219971, -5.180067539215088, -3.5320184230804443, -2.4670798778533936, -1.6505343914031982, -1.5232828855514526, -1.428349256515503, -0.32031819224357605, 0.9867426753044128, 2.120992660522461, 2.3334033489227295, 2.6480324268341064, 2.202615976333618, 1.0288364887237549, 1.2349478006362915, 2.5116710662841797, 3.6927785873413086, 4.349258899688721, 4.155200958251953, 3.643125295639038, 2.860551595687866, -0.14277297258377075, -1.59514582157135, -0.40448740124702454, 0.25756871700286865, -1.2356183528900146, -3.396158456802368, -3.7532286643981934, -4.452033042907715, -5.280933380126953, -4.218618869781494, -2.8835039138793945, -2.1289994716644287, -1.5626444816589355, -1.680454134941101, -1.007385492324829, 0.2717747986316681, 1.549021601676941, 2.1559829711914062, 2.3421130180358887, 2.5107262134552, 1.502941608428955, 0.8812140226364136, 1.7753949165344238, 3.0329720973968506, 3.944169044494629, 4.136275291442871, 3.621903657913208, 3.2475998401641846, 1.863237738609314, -0.9991114139556885, -1.225208044052124, 0.19540785253047943, -0.01884419098496437, -2.3218882083892822, -3.778979778289795, -3.8094537258148193, -4.587045192718506, -4.75023889541626, -3.437666416168213, -2.483839511871338, -1.9187631607055664, -1.5756008625030518, -1.5802055597305298, -0.512579619884491, 0.9381325840950012, 1.9046887159347534, 2.125288724899292, 2.3211324214935303, 2.0100321769714355, 1.0097581148147583, 1.0612990856170654, 2.329961061477661, 3.4746742248535156, 4.003701686859131, 3.763692855834961, 2.8983569145202637, 2.703754186630249, 1.3028465509414673, -0.9045702815055847, -0.6056621670722961, 0.358371764421463, -0.6328744888305664, -3.110260009765625, -4.021324157714844, -3.7741661071777344, -4.4163713455200195, -4.086757183074951, -2.864762783050537, -2.4218637943267822, -1.983224868774414, -1.7538495063781738, -1.2618381977081299, 0.12286120653152466, 1.4704539775848389, 2.1065709590911865, 2.027523994445801, 2.0297935009002686, 1.465200662612915, 0.7914279103279114, 1.3912849426269531, 2.7640769481658936, 3.6465299129486084, 3.795257568359375, 3.2257611751556396, 2.471428632736206, 2.3983168601989746, 0.6765516996383667, -0.9575201272964478, -0.24286311864852905, 0.32256749272346497, -1.2568402290344238, -3.5392298698425293, -3.847795248031616, -3.5206403732299805, -4.029378890991211, -3.5754592418670654, -2.7150280475616455, -2.4236209392547607, -2.039787530899048, -1.8646175861358643, -0.9803932905197144, 0.6542029976844788, 1.7621148824691772, 1.9741086959838867, 1.7305325269699097, 1.5844727754592896, 1.08125638961792, 0.7690066695213318, 1.7952711582183838, 3.127762794494629, 3.691619396209717, 3.4153034687042236, 2.616112232208252, 2.3001708984375, 2.50063419342041, 0.8714476227760315, -0.6196772456169128, -0.2767137587070465, 0.03647007793188095, -1.574870228767395, -3.4810142517089844, -3.5634214878082275, -3.1493313312530518, -3.5948872566223145, -3.584923505783081, -3.057377815246582, -2.512730598449707, -1.9422433376312256, -1.5551121234893799, -0.5098794102668762, 0.8742955327033997, 1.5317896604537964, 1.4642858505249023, 1.3625669479370117, 1.4624278545379639, 1.2898043394088745, 1.1474006175994873, 2.01257586479187, 3.0605416297912598, 3.3723652362823486, 3.0310916900634766, 2.5452301502227783, 2.601870536804199, 2.8206377029418945, 0.9723096489906311, -0.711402177810669, -0.397855669260025, -0.18450413644313812, -1.4294357299804688, -3.0096628665924072, -3.1184849739074707, -2.996331214904785, -3.7252562046051025, -3.7197115421295166, -3.2135491371154785, -2.5496037006378174, -1.747107982635498, -1.2905374765396118, -0.5202657580375671, 0.4202122390270233, 0.8874180912971497, 0.9997885227203369, 1.248223066329956, 1.5969645977020264, 1.4505491256713867, 1.2541717290878296, 1.9647678136825562, 2.8535749912261963, 3.118445873260498, 2.9753918647766113, 2.7535808086395264, 2.813926935195923, 3.020632266998291, 1.1433475017547607, -0.6514813303947449, -0.4426170289516449, -0.07455701380968094, -1.045039415359497, -2.614651918411255, -2.8134827613830566, -2.973111867904663, -3.953735589981079, -3.922156810760498, -3.2535009384155273, -2.450927257537842, -1.586611032485962, -1.1995736360549927, -0.853364884853363, -0.25371530652046204, 0.3779958188533783, 0.8291005492210388, 1.3798673152923584, 1.7876752614974976, 1.4473992586135864, 1.1061304807662964, 1.6644138097763062, 2.5408403873443604, 2.914006233215332, 3.067291498184204, 3.1157889366149902, 2.8671882152557373, 2.6886579990386963, 1.1815094947814941, -0.23504672944545746, -0.024782007560133934, 0.3352639079093933, -0.5742425918579102, -1.9547549486160278, -2.638780355453491, -3.1059088706970215, -3.570326805114746, -3.6154093742370605, -2.958622455596924, -2.1044745445251465, -1.6762446165084839, -1.5776324272155762, -1.400394082069397, -0.7602258920669556, 0.00380714307539165, 0.5227250456809998, 1.1300570964813232, 1.4329944849014282, 1.017246961593628, 0.7742920517921448, 1.4771504402160645, 2.424729108810425, 2.8120434284210205, 2.8199779987335205, 2.7700130939483643, 2.5610597133636475, 2.7858834266662598, 2.494976043701172, 0.8747802972793579, 0.16100308299064636, 0.49483269453048706, 0.18569187819957733, -1.685533881187439, -2.800588607788086, -2.300368309020996, -2.5866200923919678, -3.353222131729126, -3.3712313175201416, -2.6771814823150635, -2.1267757415771484, -1.9302424192428589, -1.730713963508606, -1.2217789888381958, -0.2074359953403473, 0.3423537015914917, 0.4908081591129303, 0.8368657827377319, 1.0985300540924072, 1.1284080743789673, 1.3365122079849243, 1.9346517324447632, 2.349497079849243, 2.481600284576416, 2.4860846996307373, 2.3444669246673584, 2.435394048690796, 2.9709744453430176, 2.059201955795288, 0.43389710783958435, 0.10832628607749939, 0.19174493849277496, -0.8873352408409119, -2.1073148250579834, -1.7448201179504395, -1.3557658195495605, -2.198321580886841, -2.934884786605835, -2.8923940658569336, -2.447523832321167, -1.9780343770980835, -1.6240384578704834, -1.2465627193450928, -0.7784333825111389, -0.5143634676933289, -0.5630374550819397, -0.35470858216285706, 0.482901006937027, 1.222741723060608, 1.544204592704773, 1.6804908514022827, 1.7106008529663086, 1.6916240453720093, 1.6545132398605347, 1.7640632390975952, 1.977613091468811, 2.625556468963623, 3.255911111831665, 2.370217800140381, 0.34270232915878296, -0.53586345911026, -0.33670565485954285, -0.725678563117981, -1.2361347675323486, -0.7319891452789307, -0.6239132881164551, -2.046996831893921, -3.088247537612915, -3.0055811405181885, -2.3779518604278564, -1.5809762477874756, -0.9281374216079712, -0.8337644338607788, -1.1631500720977783, -1.1427384614944458, -0.9717130064964294, -0.40771856904029846, 0.9517389535903931, 1.8789565563201904, 1.7129467725753784, 1.238641619682312, 0.9512534141540527, 0.8799047470092773, 1.1851059198379517, 1.5288231372833252, 1.769212245941162, 2.0368404388427734, 2.178407907485962, 1.578460931777954, 0.20325376093387604, -0.47130465507507324, -0.27112433314323425, -0.14882001280784607, -0.3896557092666626, -0.5256602168083191, -0.5904764533042908, -1.1180988550186157, -1.584728479385376, -1.6881380081176758, -1.5167473554611206, -1.2030616998672485, -0.9816337823867798, -0.9139392971992493, -0.8137844204902649, -0.44116902351379395, -0.059339385479688644, 0.2559831440448761, 0.6143538355827332, 0.8802257776260376, 0.6907292008399963, 0.42487117648124695, 0.323820561170578, 0.41125476360321045, 0.46071526408195496, 0.4161248803138733, 0.3028753995895386, 0.030027149245142937, -0.031246116384863853, -0.10001681745052338, -0.3890424966812134, -0.38076090812683105, -0.1108442172408104, 0.04989394173026085, -0.12149737775325775, -0.5181004405021667, -0.6664642095565796, -0.4505208134651184, -0.14084748923778534, 0.04003095626831055, 0.2142280638217926, 0.29641953110694885, 0.25039249658584595, 0.0795944556593895, 0.18690761923789978, 0.5861712098121643, 0.7479985356330872, 0.6405608057975769, 0.40727975964546204, 0.22901387512683868, 0.1764230579137802, -0.038278914988040924, -0.23716646432876587, -0.40871089696884155, -0.32461121678352356, -0.2967525124549866, -0.4100993871688843, -0.4018956124782562, -0.3094405233860016, -0.41866958141326904, -0.6513371467590332, -0.5164636969566345, -0.14587262272834778, 0.12186861038208008, 0.08114653825759888, -0.024035438895225525, 0.04228483885526657, 0.15211935341358185, 0.19544406235218048, 0.2639578878879547, 0.4743121862411499, 0.5859701633453369, 0.5940160751342773, 0.6283944845199585, 0.8113682866096497, 0.8115801215171814, 0.7099987864494324, 0.540923535823822, 0.27225303649902344, 0.15028299391269684, 0.10472341626882553, -0.0643450915813446, -0.32088518142700195, -0.44232475757598877, -0.5199896693229675, -0.6429672837257385, -0.7793312668800354, -0.7544700503349304, -0.770990252494812, -0.7019328474998474, -0.6636403799057007, -0.6321273446083069, -0.5740894675254822, -0.4439385235309601, -0.3534347712993622, -0.15193362534046173, 0.15681396424770355, 0.2088937908411026, 0.15507735311985016, 0.10097037255764008, 0.22158414125442505, 0.4954906702041626, 0.9592769742012024, 1.1225982904434204, 1.1657233238220215, 1.0075390338897705, 0.8226237297058105, 0.6060274243354797, 0.4501720666885376, 0.5061624050140381, 0.4133666455745697, 0.311782568693161, 0.08515854924917221, -0.25635817646980286, -0.44649821519851685, -0.47667938470840454, -0.5814968347549438, -0.7477066516876221, -0.7664656639099121, -0.7263625264167786, -0.7950848937034607, -0.825980007648468, -0.8559062480926514, -0.8446761965751648, -0.7397792935371399, -0.4827422797679901, -0.22198116779327393, -0.08026722818613052, -0.0033634838182479143, -0.07619495689868927, 0.023365730419754982, 0.4666982889175415, 0.8020987510681152, 1.0752476453781128, 1.303716778755188, 1.219817876815796, 1.02582848072052, 0.7148224115371704, 0.6650746464729309, 0.7086408734321594, 0.7543537616729736, 0.7830236554145813, 0.3941618502140045, 0.0008330672280862927, -0.1729026585817337, -0.33325114846229553, -0.45231854915618896, -0.5249322056770325, -0.5743293166160583, -0.7222493290901184, -0.976794421672821, -1.2434147596359253, -1.3797028064727783, -1.1999528408050537, -0.9357331991195679, -0.7455630302429199, -0.7050549983978271, -0.6871350407600403, -0.6407699584960938, -0.39705899357795715, 0.0964135229587555, 0.4322373569011688, 0.7634245753288269, 0.9605208039283752, 0.9246087074279785, 0.9627041220664978, 1.030781865119934, 1.074390172958374, 1.1321473121643066, 1.1873592138290405, 1.2634735107421875, 0.9551925659179688, 0.5515406131744385, 0.3211238384246826, 0.1299101561307907, 0.09047648310661316, 0.02248377725481987, -0.11859646439552307, -0.29733240604400635, -0.5665240287780762, -0.955306351184845, -1.3534374237060547, -1.4632458686828613, -1.240293264389038, -1.0300289392471313, -0.8846458196640015, -0.9262044429779053, -1.0100058317184448, -0.9717734456062317, -0.6950131058692932, -0.29790520668029785, 0.2003149539232254, 0.6702137589454651, 0.7701520919799805, 0.6969974040985107, 0.6446281671524048, 0.7327448129653931, 0.9774914383888245, 1.3881325721740723, 1.5166414976119995, 1.3848178386688232, 1.0237683057785034, 0.7747167944908142, 0.5106305480003357, 0.4194330871105194, 0.4957619607448578, 0.4410264492034912, 0.3490312993526459, 0.09441883862018585, -0.40400147438049316, -0.8713496923446655, -1.1129443645477295, -1.1718953847885132, -1.2111951112747192, -1.1942061185836792, -1.1640379428863525, -1.2141544818878174, -1.183604121208191, -1.0687333345413208, -0.8520224690437317, -0.5815713405609131, -0.27818939089775085, -0.02976848930120468, 0.17168840765953064, 0.390776127576828, 0.48566144704818726, 0.6274176836013794, 0.8823596239089966, 1.066576361656189, 1.229366421699524, 1.2967743873596191, 1.143249273300171, 0.9779974818229675, 0.8355849385261536, 0.8781182765960693, 0.8547410368919373, 0.8071568608283997, 0.7240687608718872, 0.3029353618621826, -0.15774641931056976, -0.4429723620414734, -0.5994158387184143, -0.6470561027526855, -0.7587151527404785, -0.9676401019096375, -1.2689803838729858, -1.41940438747406, -1.3418419361114502, -1.1677807569503784, -0.953945517539978, -0.7890903949737549, -0.6643316149711609, -0.606541097164154, -0.475614070892334, -0.2536593973636627, 0.1947702318429947, 0.7008711099624634, 0.8473384976387024, 0.8545758128166199, 0.8292616009712219, 0.844341516494751, 0.9981732368469238, 1.2507116794586182, 1.3452543020248413, 1.3437079191207886, 1.1648420095443726, 0.928974986076355, 0.5545775294303894, 0.2881772220134735, 0.2579041123390198, 0.14515429735183716, -0.04454776644706726, -0.35281649231910706, -0.7937743663787842, -1.0615981817245483, -1.1857119798660278, -1.141500473022461, -1.1404048204421997, -1.121958613395691, -1.0851061344146729, -1.1227500438690186, -1.0668842792510986, -0.9570180177688599, -0.7175599932670593, -0.4462064504623413, -0.11827876418828964, 0.14653624594211578, 0.3381750285625458, 0.520746111869812, 0.5969657897949219, 0.703001081943512, 0.9461656212806702, 1.2178176641464233, 1.3391214609146118, 1.3616185188293457, 1.1851983070373535, 0.9094764590263367, 0.7013203501701355, 0.6797714829444885, 0.6294100284576416, 0.43844062089920044, 0.1312754899263382, -0.28730979561805725, -0.624742865562439, -0.790303647518158, -0.765661895275116, -0.7337016463279724, -0.8415307998657227, -0.9672679901123047, -1.1838945150375366, -1.2556401491165161, -1.1947752237319946, -0.9998299479484558, -0.681453287601471, -0.477347731590271, -0.3014220595359802, -0.2621842622756958, -0.1437080055475235, 0.06533773988485336, 0.3483475148677826, 0.7384432554244995, 0.9637183547019958, 1.0165940523147583, 0.9527682662010193, 0.873114287853241, 0.9015589952468872, 0.9551970958709717, 0.9620687961578369, 0.9419540762901306, 0.7920648455619812, 0.4803352952003479, 0.11252524703741074, -0.09316174685955048, -0.13650421798229218, -0.15850912034511566, -0.28462836146354675, -0.474258691072464, -0.5855625867843628, -0.6606900095939636, -0.8133957982063293, -0.9315333962440491, -1.0168417692184448, -0.8718897700309753, -0.7859419584274292, -0.7107023596763611, -0.5715657472610474, -0.4643608331680298, -0.33170071244239807, -0.2888646721839905, -0.06217389926314354, 0.1982210874557495, 0.4901547431945801, 0.7172394394874573, 0.7071909308433533, 0.6159582138061523, 0.6434525847434998, 0.7087549567222595, 0.8550472259521484, 0.9355847835540771, 0.7743896842002869, 0.5984081029891968, 0.44280824065208435, 0.36786600947380066, 0.23322004079818726, 0.09302645176649094, -0.00472212815657258, -0.10478498041629791, -0.19377951323986053, -0.2525290250778198, -0.37240585684776306, -0.5044291019439697, -0.6109659075737, -0.7726571559906006, -0.9027212858200073, -0.8273974657058716, -0.7045437097549438, -0.5674753189086914, -0.4837002456188202, -0.3841741979122162, -0.2731595039367676, -0.24718394875526428, -0.09632128477096558, 0.09917739033699036, 0.3774428367614746, 0.627400815486908, 0.6124474406242371, 0.5435358881950378, 0.4975334405899048, 0.501569390296936, 0.6650630831718445, 0.7921131253242493, 0.772270679473877, 0.674976110458374, 0.49198323488235474, 0.32340118288993835, 0.13354147970676422, 0.13186165690422058, 0.19628363847732544, 0.08618947863578796, -0.15262632071971893, -0.3659849464893341, -0.5453528165817261, -0.589084267616272, -0.5708618760108948, -0.6657392978668213, -0.8061223030090332, -0.8078425526618958, -0.7025614380836487, -0.5914475917816162, -0.5133063197135925, -0.34596097469329834, -0.23057401180267334, -0.21825800836086273, -0.15698941051959991, -0.02413650043308735, 0.20640099048614502, 0.3780624568462372, 0.44510284066200256, 0.4899711012840271, 0.5687695145606995, 0.5241352319717407, 0.5507310628890991, 0.5786948204040527, 0.5841521620750427, 0.6109088659286499, 0.5735116004943848, 0.562178373336792, 0.3101913034915924, 0.14857253432273865, 0.01972459815442562, -0.15912701189517975, -0.21773375570774078, -0.2492026537656784, -0.3477341830730438, -0.49324411153793335, -0.5664153099060059, -0.6267378926277161, -0.7171069383621216, -0.6363405585289001, -0.5516899824142456, -0.4838346540927887, -0.4896286725997925, -0.4402313828468323, -0.3280242383480072, -0.25901103019714355, -0.1057063490152359, 0.034925781190395355, 0.304551899433136, 0.5000149607658386, 0.43072056770324707, 0.3602074980735779, 0.4152717590332031, 0.5572595000267029, 0.7224484086036682, 0.7981635332107544, 0.7887405157089233, 0.6641660928726196, 0.5485442876815796, 0.4463202655315399, 0.23152311146259308, 0.16641761362552643, 0.09082228690385818, -0.07021895051002502, -0.28685393929481506, -0.31591442227363586, -0.26835307478904724, -0.33247697353363037, -0.405427485704422, -0.5840457081794739, -0.7633861303329468, -0.7983829975128174, -0.7185272574424744, -0.5892077088356018, -0.47696492075920105, -0.37472909688949585, -0.3723493814468384, -0.4028063416481018, -0.3058129549026489, -0.10686863213777542, 0.16423766314983368, 0.43772706389427185, 0.5371056795120239, 0.4820254147052765, 0.4349513053894043, 0.49675989151000977, 0.6681169271469116, 0.7893305420875549, 0.8208099007606506, 0.7172515988349915, 0.5778039693832397, 0.3117366433143616, 0.051936980336904526, 0.005948929116129875, 0.08107509464025497, 0.142330601811409, -0.0016582608222961426, -0.15278875827789307, -0.36599618196487427, -0.5693324208259583, -0.6671664714813232, -0.7450754046440125, -0.7335244417190552, -0.6115362048149109, -0.5990570783615112, -0.6700842976570129, -0.7105767726898193, -0.6017650365829468, -0.4962431490421295, -0.40349116921424866, -0.14992636442184448, 0.08272203058004379, 0.26619812846183777, 0.36200016736984253, 0.39641091227531433, 0.4332699477672577, 0.6010969281196594, 0.7262160181999207, 0.7764921188354492, 0.7905808091163635, 0.6600079536437988, 0.5180610418319702, 0.44309043884277344, 0.47379806637763977, 0.4098980724811554, 0.34125569462776184, 0.20097984373569489, 0.004200936760753393, -0.225876122713089, -0.3330906331539154, -0.3851499557495117, -0.39908337593078613, -0.443752259016037, -0.6176175475120544, -0.81207674741745, -0.8620241284370422, -0.7856065034866333, -0.706207275390625, -0.602878749370575, -0.4605918526649475, -0.34844115376472473, -0.32604989409446716, -0.18738768994808197, 0.03927658125758171, 0.3418234884738922, 0.5823327898979187, 0.6086245775222778, 0.50515216588974, 0.4702838361263275, 0.5094931125640869, 0.6238248348236084, 0.7200271487236023, 0.7674061059951782, 0.7116260528564453, 0.6071775555610657, 0.4866786599159241, 0.2885010242462158, 0.17352019250392914, 0.038729771971702576, -0.07548146694898605, -0.231242835521698, -0.2902179956436157, -0.35026466846466064, -0.48994606733322144, -0.6346529722213745, -0.8233129978179932, -0.933273196220398, -0.8972577452659607, -0.7680280208587646, -0.6535991430282593, -0.5471494197845459, -0.40135663747787476, -0.3459388315677643, -0.29024964570999146, -0.10633452236652374, 0.1277998834848404, 0.40770161151885986, 0.5912172198295593, 0.5939115285873413, 0.5003805160522461, 0.5115558505058289, 0.6197685599327087, 0.764847457408905, 0.870381236076355, 0.8436345458030701, 0.7478550672531128, 0.5782002806663513, 0.3747536838054657, 0.20491254329681396, 0.13813240826129913, 0.08800531923770905, -0.007186925038695335, -0.20792831480503082, -0.3824366629123688, -0.5554395914077759, -0.6692421436309814, -0.7250066995620728, -0.7849071025848389, -0.8376429080963135, -0.7918248176574707, -0.7093648314476013, -0.65651535987854, -0.5626964569091797, -0.4133310914039612, -0.2871350944042206, -0.17786571383476257, -0.03535544127225876, 0.14764000475406647, 0.39326438307762146, 0.5475126504898071, 0.5812445878982544, 0.5655016303062439, 0.6172170639038086, 0.6572961807250977, 0.7859821319580078, 0.8292447924613953, 0.7725210785865784, 0.651740312576294, 0.5508805513381958, 0.42435914278030396, 0.24333138763904572, 0.16739512979984283, 0.030947847291827202, -0.16141659021377563, -0.38832172751426697, -0.49215224385261536, -0.547054648399353, -0.6466725468635559, -0.6656654477119446, -0.7671076655387878, -0.8712404370307922, -0.8558053970336914, -0.7593452334403992, -0.6191343665122986, -0.5099918246269226, -0.3424037992954254, -0.28675577044487, -0.21169628202915192, -0.022724971175193787, 0.15509407222270966, 0.47483959794044495, 0.6374983787536621, 0.6333657503128052, 0.5385370254516602, 0.5759929418563843, 0.6795346736907959, 0.8193838000297546, 0.8874123692512512, 0.8156675696372986, 0.654121994972229, 0.5061412453651428, 0.35541099309921265, 0.15134917199611664, 0.07282490283250809, -0.015451077371835709, -0.17526070773601532, -0.41208869218826294, -0.502246618270874, -0.5294203162193298, -0.585688591003418, -0.6084309220314026, -0.721512496471405, -0.8233429193496704, -0.8286452293395996, -0.7405422329902649, -0.6352473497390747, -0.5144766569137573, -0.30798086524009705, -0.19950538873672485, -0.15680719912052155, -0.043266426771879196, 0.1240186095237732, 0.4034593403339386, 0.5992810130119324, 0.6653664708137512, 0.6151787638664246, 0.6193050742149353, 0.6294446587562561, 0.7189342975616455, 0.8204114437103271, 0.7741861939430237, 0.6697276830673218, 0.5208652019500732, 0.3963717222213745, 0.16335389018058777, 0.030615242198109627, -0.036132022738456726, -0.15776947140693665, -0.3276984691619873, -0.41489648818969727, -0.49091482162475586, -0.5724164843559265, -0.6246874928474426, -0.7165669798851013, -0.821394145488739, -0.8044517040252686, -0.7028506994247437, -0.5875032544136047, -0.46168145537376404, -0.3169219493865967, -0.24379870295524597, -0.20187005400657654, -0.05454779788851738, 0.1415116935968399, 0.4393337070941925, 0.6411852836608887, 0.6609746813774109, 0.5736733675003052, 0.5700200200080872, 0.6172206997871399, 0.7112129330635071, 0.7857467532157898, 0.77784663438797, 0.6692370176315308, 0.5324012041091919, 0.38924893736839294, 0.17388856410980225, 0.08173312246799469, -0.0020123182330280542, -0.10071949660778046, -0.2584572434425354, -0.3269796669483185, -0.39385131001472473, -0.49586233496665955, -0.5713984370231628, -0.6949174404144287, -0.8356629014015198, -0.8243516683578491, -0.7170016169548035, -0.6413933038711548, -0.5306189656257629, -0.3729579448699951, -0.2862982153892517, -0.2483832985162735, -0.12186863273382187, 0.07411456108093262, 0.3781598210334778, 0.5913906097412109, 0.6244827508926392, 0.5217716693878174, 0.5027621388435364, 0.5514598488807678, 0.6813335418701172, 0.817762017250061, 0.8287816047668457, 0.7342469692230225, 0.568389892578125, 0.4192739725112915, 0.21060411632061005, 0.1641937643289566, 0.09138220548629761, -0.013040338642895222, -0.22319993376731873, -0.34730038046836853, -0.4387607276439667, -0.5473061203956604, -0.5913633704185486, -0.680796205997467, -0.822208821773529, -0.8716286420822144, -0.8191235065460205, -0.7438216209411621, -0.603709876537323, -0.42325878143310547, -0.3339259624481201, -0.28870853781700134, -0.15175075829029083, 0.012205502018332481, 0.2896459698677063, 0.5611684322357178, 0.6627489924430847, 0.5821806788444519, 0.5532382130622864, 0.6079816222190857, 0.7033804059028625, 0.8435348868370056, 0.8561621904373169, 0.808377206325531, 0.6937015652656555, 0.5734173059463501, 0.30430158972740173, 0.1470658779144287, 0.06767558306455612, -0.026682980358600616, -0.17348362505435944, -0.3192345201969147, -0.4300369620323181, -0.5676113367080688, -0.6247502565383911, -0.7265000343322754, -0.8693614602088928, -0.901588499546051, -0.8465975522994995, -0.7905007004737854, -0.7164058089256287, -0.5186450481414795, -0.37045878171920776, -0.32755178213119507, -0.18089920282363892, 0.017055103555321693, 0.2863244414329529, 0.5108351111412048, 0.5866907238960266, 0.5421267747879028, 0.5175225734710693, 0.5923904180526733, 0.6859673261642456, 0.8698941469192505, 0.883307158946991, 0.8256821036338806, 0.656501054763794, 0.5648984909057617, 0.34605884552001953, 0.1912308782339096, 0.11790324002504349, -0.0354083888232708, -0.2590698003768921, -0.40449589490890503, -0.4467962980270386, -0.5225636959075928, -0.6089600324630737, -0.7134669423103333, -0.9003660082817078, -0.9874722957611084, -0.9253607988357544, -0.8252833485603333, -0.7183024883270264, -0.5413094758987427, -0.3848079442977905, -0.3679579198360443, -0.23955513536930084, -0.04715213179588318, 0.21135938167572021, 0.5346634984016418, 0.6591845154762268, 0.5802760124206543, 0.5380575060844421, 0.6173158884048462, 0.6614343523979187, 0.8165882229804993, 0.9454565048217773, 0.9157084822654724, 0.7260692715644836, 0.6135239601135254, 0.38906538486480713, 0.19758625328540802, 0.12567251920700073, 0.03631443902850151, -0.1633051484823227, -0.3369743227958679, -0.41532349586486816, -0.5507075786590576, -0.593264102935791, -0.6357255578041077, -0.7744487524032593, -0.9203683733940125, -0.9296687245368958, -0.8603822588920593, -0.7791303992271423, -0.5502535104751587, -0.3346468210220337, -0.2796173393726349, -0.20524479448795319, -0.05545426160097122, 0.16485245525836945, 0.4839908182621002, 0.7118169665336609, 0.6709813475608826, 0.5564910769462585, 0.6172816753387451, 0.6889516115188599, 0.8325194716453552, 0.9135722517967224, 0.8538960814476013, 0.7279210090637207, 0.5557391047477722, 0.394184410572052, 0.09357930719852448, -0.08675859123468399, -0.20550623536109924, -0.27123141288757324, -0.13459347188472748, -0.16731910407543182, -0.4891373813152313, -0.5696337223052979, -0.5023967623710632, -0.6933133602142334, -0.9329200387001038, -0.8447321653366089, -0.7498812079429626, -0.7046118378639221, -0.5288772583007812, -0.4201790690422058, -0.34839707612991333, -0.13867929577827454, 0.13022355735301971, 0.5216629505157471, 0.9521782398223877, 1.0030494928359985, 0.6579974889755249, 0.31147700548171997, 0.175037682056427, 0.08313494920730591, 0.29666808247566223, 0.6689364314079285, 0.7272822260856628, 0.571292519569397, 0.38043951988220215, 0.19321908056735992, -0.16445490717887878, -0.27901187539100647, -0.31700992584228516, -0.3348698914051056, -0.226502925157547, -0.11780638247728348, -0.1897854208946228, -0.39757126569747925, -0.4690849781036377, -0.5420652627944946, -0.8223974108695984, -0.9560912251472473, -0.6769852638244629, -0.42156895995140076, -0.25892430543899536, 0.012415782548487186, 0.2336576282978058, 0.25162896513938904, 0.5431427955627441, 1.0558425188064575, 1.578566312789917, 1.6411207914352417, 1.1347362995147705, 0.6753101944923401, 0.2710954248905182, -0.3529246151447296, -0.8783687353134155, -0.5220462083816528, -0.04019778594374657, -0.20938923954963684, -0.4159697890281677, -0.3863951563835144, -0.5532540082931519, -0.8574473857879639, -0.7570827603340149, -0.419752299785614, -0.18142452836036682, 0.08676286041736603, 0.18710817396640778, -0.046116024255752563, -0.2087043672800064, -0.3005819618701935, -0.55852210521698, -0.6725252270698547, -0.3047618269920349, 0.07068769633769989, 0.28096142411231995, 0.5982730388641357, 0.9220734238624573, 1.0430923700332642, 1.0257046222686768, 1.4251513481140137, 1.874953269958496, 1.4227702617645264, 0.5148391723632812, 0.09328090399503708, -0.2575024664402008, -1.2548917531967163, -1.7470226287841797, -1.0366430282592773, -0.5435720086097717, -0.7615209221839905, -0.8817954063415527, -0.6458595395088196, -0.6325271725654602, -0.6648487448692322, -0.3488730788230896, 0.06838156282901764, 0.47930318117141724, 0.6517452001571655, 0.4401947259902954, 0.13737089931964874, -0.043626610189676285, -0.31247538328170776, -0.7271232604980469, -0.6830098628997803, -0.12558309733867645, 0.3046172857284546, 0.5123826861381531, 0.7492610812187195, 1.1061649322509766, 1.1633694171905518, 1.1851651668548584, 1.8886473178863525, 2.2482075691223145, 1.0905715227127075, -0.2469213604927063, -0.5137958526611328, -1.1009840965270996, -2.3788506984710693, -2.2575788497924805, -1.0882236957550049, -0.6845353245735168, -0.8679009675979614, -0.6852278709411621, -0.4746383726596832, -0.5575631856918335, -0.24980594217777252, 0.19227032363414764, 0.7088183164596558, 1.1950832605361938, 1.1835640668869019, 0.5643206238746643, -0.0803738385438919, -0.44695815443992615, -0.8824403285980225, -1.126775860786438, -0.6930390000343323, 0.18264268338680267, 0.7538458108901978, 0.9061082005500793, 1.1252450942993164, 1.3760416507720947, 1.198673963546753, 1.218568205833435, 2.188293695449829, 2.727238416671753, 1.152312994003296, -0.7240854501724243, -1.270509123802185, -1.7666912078857422, -3.2964670658111572, -3.402282476425171, -1.624517798423767, -0.3963325619697571, -0.20721586048603058, -0.13725320994853973, 0.14283393323421478, 0.0037418343126773834, -0.06326591223478317, 0.18644869327545166, 0.717290461063385, 1.2925857305526733, 1.1137139797210693, 0.3888215124607086, -0.2969040870666504, -0.7064580917358398, -1.1748024225234985, -1.3815686702728271, -0.6020954847335815, 0.615545928478241, 1.3064985275268555, 1.3932201862335205, 1.4294564723968506, 1.4216095209121704, 0.8888581991195679, 0.8907977938652039, 1.9713877439498901, 2.6712863445281982, 1.0408319234848022, -1.1532807350158691, -1.8206223249435425, -2.331723213195801, -3.7003557682037354, -3.80810546875, -1.5895012617111206, 0.10676667839288712, 0.5448421835899353, 0.5533308386802673, 0.6037775278091431, 0.33166617155075073, -0.03224596753716469, 0.0030141514725983143, 0.3181653618812561, 0.9580085277557373, 0.9461283087730408, 0.156474307179451, -0.570558488368988, -0.822952389717102, -1.0492398738861084, -1.2329602241516113, -0.3851262629032135, 1.0194061994552612, 1.7228432893753052, 1.6517313718795776, 1.3885053396224976, 1.1408541202545166, 0.3962579667568207, 0.21965010464191437, 1.5459011793136597, 2.841567039489746, 1.546850323677063, -1.131432056427002, -2.292856454849243, -2.4279427528381348, -3.5333199501037598, -3.849698305130005, -1.6081900596618652, 0.7622292041778564, 1.4508925676345825, 0.9588534235954285, 0.7006358504295349, 0.2988893687725067, -0.31907469034194946, -0.48832157254219055, -0.042837031185626984, 0.783673882484436, 0.8651540875434875, 0.2661738693714142, -0.515022337436676, -0.8585495352745056, -0.9472255110740662, -1.0970321893692017, -0.32491335272789, 1.1278278827667236, 1.9428296089172363, 1.727310061454773, 1.1209895610809326, 0.7962145805358887, 0.049259625375270844, -0.2186732292175293, 1.213199257850647, 3.0025877952575684, 2.2602193355560303, -0.6726679801940918, -2.389005184173584, -2.458651065826416, -3.186570644378662, -3.9548726081848145, -1.8189033269882202, 1.1424708366394043, 1.962353229522705, 1.0833207368850708, 0.6063065528869629, 0.30379703640937805, -0.6441940069198608, -0.9653154611587524, -0.36902761459350586, 0.6848978400230408, 0.9654377698898315, 0.36113905906677246, -0.41488903760910034, -0.86179518699646, -1.0495582818984985, -1.2523257732391357, -0.5205568075180054, 1.0372768640518188, 1.8911339044570923, 1.763517141342163, 1.1549432277679443, 0.5938471555709839, -0.24268817901611328, -0.4959571659564972, 0.8853024840354919, 3.044710397720337, 3.391507148742676, 0.486062228679657, -2.3228485584259033, -2.8527071475982666, -2.91859769821167, -3.9604454040527344, -2.736894369125366, 0.8231426477432251, 2.5527713298797607, 1.6621025800704956, 0.44087350368499756, 0.2475264072418213, -0.510355532169342, -1.1462273597717285, -0.7145834565162659, 0.4371964931488037, 1.1736160516738892, 0.4916500449180603, -0.3500100374221802, -0.8494219183921814, -1.1026992797851562, -1.3078389167785645, -0.7750736474990845, 0.8049911856651306, 1.869813323020935, 1.8716105222702026, 1.2541487216949463, 0.5544554591178894, -0.25336557626724243, -0.6519975066184998, 0.23812243342399597, 2.4048726558685303, 4.21340274810791, 2.4372756481170654, -1.377159833908081, -3.2724852561950684, -2.8563551902770996, -3.31984281539917, -3.6088716983795166, -0.5213907957077026, 2.423774003982544, 2.3252010345458984, 0.6294548511505127, 0.023623021319508553, -0.2043103277683258, -1.0959110260009766, -0.8459490537643433, 0.07842173427343369, 1.0234417915344238, 0.934821367263794, -0.06683774292469025, -0.7267765402793884, -1.082584023475647, -1.2179092168807983, -1.1836774349212646, 0.0036664968356490135, 1.4782671928405762, 1.7358033657073975, 1.323447346687317, 0.7453440427780151, -0.10236144065856934, -0.8003523349761963, -0.2195034772157669, 1.3916715383529663, 3.6248419284820557, 4.5073747634887695, 1.6494884490966797, -2.4938316345214844, -4.0314836502075195, -3.0455992221832275, -3.3647513389587402, -2.8652422428131104, 0.6238662004470825, 3.055885076522827, 2.157118558883667, 0.016293231397867203, -0.29774802923202515, -0.515932559967041, -1.0348808765411377, -0.46390852332115173, 0.4743688106536865, 1.1001477241516113, 0.4010430872440338, -0.652126669883728, -1.268436312675476, -1.3384840488433838, -1.2154579162597656, -0.8424620628356934, 0.4788283407688141, 1.5324965715408325, 1.5882817506790161, 1.184539556503296, 0.566061794757843, -0.4634803235530853, -0.8317089676856995, 0.3602384626865387, 1.9795036315917969, 4.079346656799316, 4.745328426361084, 1.4587510824203491, -3.043903112411499, -4.350837707519531, -2.745912790298462, -3.1053876876831055, -2.6589033603668213, 0.8388399481773376, 3.166661024093628, 1.9544410705566406, -0.412203848361969, -0.5704571604728699, -0.5878127813339233, -0.7766934633255005, -0.3816564381122589, 0.323758602142334, 0.853988528251648, 0.2544207274913788, -0.9939412474632263, -1.5641016960144043, -1.1875118017196655, -0.9446821808815002, -0.6030170321464539, 0.6189233660697937, 1.579079270362854, 1.6644047498703003, 1.3569843769073486, 0.5009760856628418, -0.6531460285186768, -0.778641939163208, 0.519718587398529, 1.7356681823730469, 3.5560765266418457, 5.052095890045166, 2.3760011196136475, -2.693726062774658, -4.81168794631958, -2.8198187351226807, -2.5192697048187256, -3.0019919872283936, -0.12360106408596039, 2.9761266708374023, 2.3526549339294434, -0.47771942615509033, -0.8903616666793823, -0.416343092918396, -0.5419700145721436, -0.6200872659683228, -0.0011845709523186088, 0.7806555032730103, 0.3323673605918884, -0.9901888370513916, -1.480149507522583, -0.8602971434593201, -0.7559432983398438, -0.774114191532135, 0.21766185760498047, 1.4181716442108154, 1.619796633720398, 1.3784842491149902, 0.5684375166893005, -0.7255358695983887, -1.1154929399490356, 0.06431834399700165, 1.2877485752105713, 2.76849365234375, 5.131463050842285, 4.408530235290527, -0.5939038395881653, -4.636703968048096, -3.7229223251342773, -2.2300939559936523, -3.359187602996826, -1.822249174118042, 1.9549800157546997, 2.9124650955200195, 0.4143994450569153, -1.1661818027496338, -0.5450180172920227, -0.4784605801105499, -0.6790637969970703, -0.3184141218662262, 0.6814934015274048, 0.93808913230896, -0.31094980239868164, -1.137291431427002, -0.7647467255592346, -0.7139882445335388, -1.111800193786621, -0.48372554779052734, 0.8847319483757019, 1.4072356224060059, 1.5350596904754639, 1.0317293405532837, -0.24381524324417114, -1.1999659538269043, -0.733203649520874, 0.5990169048309326, 1.976649522781372, 3.982943296432495, 5.431583881378174, 3.2477550506591797, -1.9259330034255981, -4.80323600769043, -3.648547887802124, -2.5073320865631104, -2.83339786529541, -0.735406756401062, 2.0889687538146973, 2.0723817348480225, -0.035292722284793854, -1.2840497493743896, -0.8840367197990417, -0.492514431476593, -0.05995325371623039, 0.21850255131721497, 0.9319621324539185, 1.0123668909072876, -0.2535499334335327, -0.9792197346687317, -0.8440282940864563, -1.0377819538116455, -1.2225397825241089, -0.36561959981918335, 0.6970844268798828, 1.334254264831543, 1.5648257732391357, 0.7812283039093018, -0.666795551776886, -1.093126654624939, -0.38274848461151123, 0.7984491586685181, 2.3487977981567383, 3.9609999656677246, 5.197922706604004, 3.348986864089966, -1.7764389514923096, -5.290476322174072, -3.8875832557678223, -1.8978019952774048, -2.7071268558502197, -1.4671686887741089, 1.528200387954712, 2.123948097229004, -0.12788447737693787, -1.6796101331710815, -0.9007089138031006, -0.059349872171878815, 0.4112951159477234, 0.4433140754699707, 1.2333780527114868, 1.3331984281539917, -0.21772326529026031, -1.0655359029769897, -0.9665748476982117, -1.2740601301193237, -1.5677790641784668, -0.6053640842437744, 0.5959337949752808, 1.310933232307434, 1.6086747646331787, 0.8354388475418091, -0.46124210953712463, -0.9097135663032532, -0.4049627482891083, 0.7858965992927551, 2.3280768394470215, 3.693847179412842, 4.842950344085693, 3.8299949169158936, -1.1760485172271729, -5.4106669425964355, -4.206518173217773, -1.7133358716964722, -2.7729432582855225, -2.2409298419952393, 1.162461519241333, 2.0971226692199707, -0.007075945846736431, -1.5916647911071777, -0.7627080678939819, 0.25286024808883667, 0.7984809875488281, 0.8362853527069092, 1.2358558177947998, 1.493023157119751, 0.01350546907633543, -0.9316503405570984, -1.0176492929458618, -1.6396484375, -1.9682443141937256, -1.0212781429290771, 0.25858643651008606, 1.0710570812225342, 1.7536689043045044, 1.31374192237854, -0.2741840183734894, -0.8530837297439575, -0.3250400125980377, 0.7018900513648987, 1.9150135517120361, 3.3346076011657715, 4.676961898803711, 4.07656192779541, -0.22267784178256989, -4.646032333374023, -4.324646949768066, -1.9831039905548096, -2.6152243614196777, -2.5837321281433105, 0.3465144634246826, 1.700473666191101, 0.37627843022346497, -0.9984937310218811, -0.7251700162887573, 0.3133658468723297, 1.1433186531066895, 1.1187520027160645, 1.0196070671081543, 1.3950140476226807, 0.45596998929977417, -0.9684344530105591, -1.4850881099700928, -1.9419370889663696, -2.163667678833008, -1.3510833978652954, -0.09694080799818039, 0.9067360758781433, 1.7285674810409546, 1.6097134351730347, 0.12748101353645325, -0.592669665813446, -0.210447758436203, 0.551205039024353, 1.614864706993103, 2.8765881061553955, 3.8717241287231445, 4.15910005569458, 1.666152000427246, -2.9867146015167236, -4.761444091796875, -2.760721445083618, -2.0932137966156006, -3.052048921585083, -1.2204455137252808, 1.1029891967773438, 1.3298354148864746, 0.14676225185394287, -0.6127008199691772, 0.05879194289445877, 1.2851214408874512, 1.4725865125656128, 0.5941411852836609, 0.9528711438179016, 0.7970268726348877, -0.6597716808319092, -1.6559170484542847, -1.989646553993225, -2.0962767601013184, -1.6675586700439453, -0.5929700136184692, 0.4430852234363556, 1.6223385334014893, 2.1456069946289062, 0.8966505527496338, -0.2524101138114929, -0.1104055792093277, 0.25243398547172546, 0.818406343460083, 1.9478938579559326, 3.069209337234497, 3.6942055225372314, 3.367072343826294, -0.12801393866539001, -4.061823844909668, -4.210202217102051, -2.4335620403289795, -2.6350929737091064, -2.294343948364258, 0.14851340651512146, 1.6704213619232178, 1.1897305250167847, -0.21071869134902954, -0.5140566825866699, 0.5416856408119202, 1.1492570638656616, 0.4287714958190918, 0.5684217214584351, 1.2435235977172852, 0.0919545367360115, -1.395180106163025, -1.8181090354919434, -2.0945470333099365, -2.0503242015838623, -1.1221569776535034, 0.06172369793057442, 1.1997836828231812, 2.120676040649414, 1.7270704507827759, 0.19790993630886078, -0.30069902539253235, -0.06058633700013161, 0.38945192098617554, 1.2770599126815796, 2.222043991088867, 2.885096788406372, 3.579761266708374, 2.5209174156188965, -1.7009328603744507, -4.455819606781006, -3.2232930660247803, -1.8376317024230957, -2.4069058895111084, -1.561048150062561, 0.7423526048660278, 1.5327198505401611, 0.35591331124305725, -0.9095727205276489, -0.3104257881641388, 0.8990761637687683, 0.6751896739006042, 0.28422608971595764, 1.1197773218154907, 1.022273302078247, -0.7492945790290833, -1.5944926738739014, -1.5842279195785522, -1.6736514568328857, -1.3607265949249268, -0.6519210338592529, 0.22890792787075043, 1.1929576396942139, 1.6755566596984863, 0.920573353767395, 0.17620544135570526, 0.2064191699028015, 0.2978622019290924, 0.6029044985771179, 1.218893051147461, 1.884669542312622, 2.484091281890869, 3.2843618392944336, 1.984575629234314, -1.6212828159332275, -3.529371500015259, -2.5123119354248047, -1.923039436340332, -2.5254440307617188, -1.4969768524169922, 0.41723811626434326, 0.9251388907432556, -0.17485827207565308, -0.9777806997299194, -0.018668456003069878, 0.7845684885978699, 0.43944594264030457, 0.5761048197746277, 1.4016120433807373, 0.8000528812408447, -0.5583823323249817, -0.8529134392738342, -1.204464316368103, -1.6395726203918457, -1.4276056289672852, -1.017486572265625, -0.3204660713672638, 1.0413264036178589, 1.7874524593353271, 1.050740361213684, 0.31301021575927734, 0.29222187399864197, 0.34205877780914307, 0.3977731168270111, 0.9860438704490662, 1.8714523315429688, 2.8017516136169434, 3.5382003784179688, 1.910539150238037, -1.651525855064392, -3.2842695713043213, -2.428727626800537, -2.5089004039764404, -3.107830047607422, -1.5486465692520142, 0.47180670499801636, 0.740498423576355, -0.2226564884185791, -0.5784417390823364, 0.06206135451793671, 0.3907003700733185, 0.3496638834476471, 0.9755386710166931, 1.7906321287155151, 1.0577224493026733, -0.1425393968820572, -0.6431047320365906, -1.4565553665161133, -2.182941198348999, -2.1083383560180664, -1.235535740852356, 0.09108065068721771, 1.486158013343811, 1.8601415157318115, 1.0263680219650269, 0.24879465997219086, 0.10130009800195694, 0.10343963652849197, 0.3278196454048157, 1.1815204620361328, 2.2166526317596436, 3.172333240509033, 3.727107048034668, 1.8815722465515137, -1.6511330604553223, -3.259272336959839, -2.696098804473877, -2.8314547538757324, -3.0201985836029053, -1.2230929136276245, 0.555750846862793, 0.5713059306144714, -0.3720666468143463, -0.6947123408317566, -0.12119227647781372, 0.2245778888463974, 0.4454435706138611, 1.4052371978759766, 2.163430690765381, 1.2679071426391602, 0.06663694232702255, -0.7258663177490234, -1.8366127014160156, -2.27519154548645, -1.7116105556488037, -0.8484989404678345, 0.2271343469619751, 1.4305936098098755, 1.5777219533920288, 0.5307276248931885, -0.11680977791547775, -0.0006988145760260522, 0.11863446235656738, 0.40069645643234253, 1.3042296171188354, 2.456684112548828, 3.271282434463501, 3.5693986415863037, 1.8636316061019897, -1.2346137762069702, -2.94545841217041, -2.8739609718322754, -2.8657448291778564, -2.7924065589904785, -1.3437446355819702, 0.12353794276714325, 0.32861223816871643, -0.4571544826030731, -0.9174103736877441, -0.37025749683380127, 0.1202252209186554, 0.6774851083755493, 1.608769178390503, 2.0777671337127686, 1.315986156463623, 0.24543339014053345, -0.7007128596305847, -1.6795001029968262, -1.7262389659881592, -1.1539093255996704, -0.8313431739807129, -0.12942257523536682, 0.8790822625160217, 1.0199768543243408, 0.1983909159898758, -0.07828390598297119, 0.10002008080482483, 0.1685471385717392, 0.5249508619308472, 1.4546796083450317, 2.3673007488250732, 2.8846044540405273, 3.3304355144500732, 2.200669527053833, -0.6377587914466858, -2.599672555923462, -2.6597564220428467, -2.4720687866210938, -2.604048252105713, -1.7030984163284302, -0.39658302068710327, 0.024354362860322, -0.5933496356010437, -1.0546774864196777, -0.5048322677612305, -0.06382095068693161, 0.5478873252868652, 1.4528050422668457, 1.9774408340454102, 1.4615864753723145, 0.5310084223747253, -0.33269697427749634, -1.138140320777893, -1.0540188550949097, -0.7237164378166199, -0.8791438937187195, -0.6436436772346497, 0.20998026430606842, 0.5996571779251099, 0.03313695266842842, -0.20223920047283173, 0.0050490680150687695, 0.28510230779647827, 0.576187789440155, 1.1531448364257812, 1.999430537223816, 2.7269287109375, 3.2444119453430176, 2.4168295860290527, 0.057865824550390244, -1.800405740737915, -2.2449231147766113, -2.2282822132110596, -2.5076780319213867, -1.7724350690841675, -0.5778405070304871, -0.304696261882782, -1.0537996292114258, -1.2926342487335205, -0.6077432036399841, -0.1906755566596985, 0.3054739236831665, 1.1702284812927246, 1.733743667602539, 1.31009840965271, 0.6072987914085388, 0.11160244792699814, -0.29691603779792786, -0.3121432065963745, -0.3463999927043915, -0.7595232129096985, -0.8512694239616394, -0.2932388186454773, 0.10820508748292923, -0.08567116409540176, -0.23998190462589264, -0.060015369206666946, 0.19869886338710785, 0.3889150023460388, 0.8791966438293457, 1.7350010871887207, 2.581540822982788, 3.0249533653259277, 2.349210262298584, 0.5598132014274597, -1.0080351829528809, -1.6860510110855103, -1.912696361541748, -2.2161941528320312, -1.5948445796966553, -0.6308016180992126, -0.5129947662353516, -1.219505786895752, -1.3887873888015747, -0.6638378500938416, -0.4157918095588684, -0.34579601883888245, 0.5435168147087097, 1.5473920106887817, 1.5018292665481567, 0.8227547407150269, 0.553077220916748, 0.4401732385158539, 0.2570122182369232, -0.3131725788116455, -0.9313001036643982, -0.9354543685913086, -0.429578572511673, -0.01841052435338497, -0.10630425810813904, -0.2582617998123169, -0.06362315267324448, -0.005006484221667051, -0.06840811669826508, 0.4195447862148285, 1.4257757663726807, 2.217099905014038, 2.6372783184051514, 2.3492045402526855, 1.1881150007247925, -0.3089344799518585, -1.2595192193984985, -1.639641284942627, -1.997511863708496, -1.6104276180267334, -0.540906548500061, -0.005395767744630575, -0.625639021396637, -0.972104549407959, -0.7151641845703125, -0.8317104578018188, -0.874508798122406, -0.15516920387744904, 0.6614387035369873, 0.7630369663238525, 0.7253856062889099, 0.9269201159477234, 0.7339711785316467, 0.4582465589046478, 0.06629754602909088, -0.39813366532325745, -0.8401927351951599, -0.5103939175605774, 0.09033774584531784, 0.22414530813694, -0.10055563598871231, -0.33322596549987793, -0.4174349904060364, -0.7552709579467773, -0.5737715363502502, 0.311153769493103, 1.0562520027160645, 1.7531087398529053, 1.8072577714920044, 1.4268451929092407, 0.8511837124824524, -0.07015153765678406, -0.8145822882652283, -0.72420334815979, -0.37691211700439453, -0.345710426568985, -0.08738142997026443, 0.4368480443954468, 0.05539689213037491, -0.3874948024749756, -0.6143667101860046, -0.8466940522193909, -0.9766164422035217, -0.8040347099304199, -0.9832091331481934, -0.7676151394844055, -0.022129831835627556, 0.8874338865280151, 0.6092855334281921, 0.3331718146800995, 0.42136555910110474, 0.22885531187057495, -0.43177521228790283, -0.32043349742889404, 0.3383347690105438, 0.15843629837036133, -0.699693500995636, -1.0117086172103882, -0.7947240471839905, -0.75218665599823, -0.7009829878807068, -0.09223780035972595, 0.757901132106781, 1.3668456077575684, 1.5355110168457031, 1.4708852767944336, 1.53307044506073, 1.3633341789245605, 0.41177791357040405, 0.33862942457199097, 0.775294840335846, 0.2390776127576828, -0.6268277764320374, -0.06602145731449127, 0.555226743221283, -0.36220884323120117, -1.1956475973129272, -1.1171298027038574, -1.3156853914260864, -1.6823852062225342, -1.883069396018982, -1.432474970817566, -0.5141280889511108, 0.03639574348926544, 0.3426572382450104, 0.6220611333847046, 0.819965660572052, 0.6991394758224487, 0.46299266815185547, 0.10863776504993439, 0.000786940916441381, -0.18882955610752106, -0.8560258746147156, -1.0855793952941895, -0.5438807010650635, -0.22464591264724731, -0.23657271265983582, -0.15762639045715332, 0.2684555947780609, 1.1063810586929321, 1.5599647760391235, 1.3473411798477173, 1.595810890197754, 2.1123955249786377, 1.6317230463027954, 0.5795270204544067, 1.0013855695724487, 0.8304903507232666, -0.8160702586174011, -1.3668214082717896, -0.37162455916404724, -0.43743228912353516, -1.4561903476715088, -1.4128682613372803, -1.0809204578399658, -1.3460614681243896, -1.5417098999023438, -1.385449767112732, -1.071366786956787, -0.49840718507766724, 0.16875991225242615, 0.26895275712013245, 0.5121913552284241, 1.1062946319580078, 1.3585286140441895, 0.6447474956512451, -0.021831247955560684, -0.23662637174129486, -0.4761919379234314, -0.878831684589386, -1.0149933099746704, -0.4209902882575989, 0.07516926527023315, 0.08518028259277344, -0.1214003711938858, 0.2133333683013916, 1.011248230934143, 1.1732245683670044, 1.1478389501571655, 1.8197990655899048, 2.669623851776123, 2.2025058269500732, 1.1350312232971191, 0.768330454826355, 0.4508412480354309, -0.8665100336074829, -1.755855917930603, -1.1723837852478027, -0.7302622199058533, -1.246146559715271, -1.2045726776123047, -0.5833017230033875, -0.6977874040603638, -1.167271614074707, -1.2494624853134155, -1.4635645151138306, -1.093490719795227, -0.1588081419467926, 0.4819796681404114, 0.7882660627365112, 1.2690922021865845, 1.3017605543136597, 0.41970232129096985, -0.458024263381958, -0.646683394908905, -0.5758834481239319, -0.6811782717704773, -0.683820366859436, -0.13360261917114258, 0.23996786773204803, -0.11978071182966232, -0.6882113814353943, -0.3606978952884674, 0.7934305667877197, 1.3493595123291016, 1.378380537033081, 2.1720478534698486, 3.004206657409668, 2.441143274307251, 0.9915739893913269, 0.32097846269607544, 0.19703824818134308, -0.6098711490631104, -1.6587469577789307, -1.745357632637024, -0.9419471025466919, -0.2880273163318634, -0.21795105934143066, -0.5460014939308167, -1.0113108158111572, -1.1274112462997437, -1.128740906715393, -1.3769419193267822, -1.2544678449630737, -0.06993173807859421, 0.8614169359207153, 0.630632758140564, 0.33575624227523804, 0.5404845476150513, 0.17539547383785248, -0.532474935054779, -0.572669267654419, -0.15883499383926392, -0.15470828115940094, -0.5005695819854736, -0.4838905930519104, -0.03017682023346424, 0.16396278142929077, -0.22104889154434204, -0.47159820795059204, 0.24886491894721985, 1.2746599912643433, 1.5892083644866943, 1.6284254789352417, 2.2045156955718994, 2.5480172634124756, 2.0390806198120117, 0.7665193676948547, -0.40560367703437805, -0.43043991923332214, -0.08360063284635544, -0.9420515298843384, -1.7216838598251343, -0.6882321834564209, 0.2527483403682709, -0.499417245388031, -1.1540088653564453, -0.847949206829071, -0.6921667456626892, -0.7297422885894775, -0.5739213228225708, -0.8069336414337158, -0.8255793452262878, 0.09575161337852478, 0.4174657166004181, -0.23876048624515533, -0.15754322707653046, 0.42867279052734375, 0.0034047209192067385, -0.5779799818992615, -0.23353850841522217, -0.06522586196660995, -0.4712967574596405, -0.3291357457637787, 0.2035449743270874, 0.5156691670417786, 0.32470113039016724, -0.11277992278337479, -0.14751464128494263, 0.6526954174041748, 1.2892916202545166, 0.9048951864242554, 0.834300696849823, 1.761709213256836, 2.210167646408081, 1.4179248809814453, 0.20020322501659393, -0.4341420829296112, -0.12137994170188904, -0.02502448298037052, -1.2086678743362427, -1.7924777269363403, -0.19375498592853546, 1.0489696264266968, 0.14814098179340363, -0.7372487187385559, -0.6140612959861755, -0.6092761754989624, -0.7973994016647339, -1.0333482027053833, -1.4799320697784424, -0.9645179510116577, 0.4829695224761963, 0.6533796191215515, -0.3397071063518524, -0.35922500491142273, 0.1000802144408226, -0.3807533085346222, -0.6079853177070618, 0.18690545856952667, 0.37875601649284363, -0.06799327582120895, 0.23598149418830872, 0.8233257532119751, 0.49965623021125793, -0.2026096135377884, -0.6835787296295166, -0.6716200709342957, 0.3060290813446045, 1.1691986322402954, 0.7173284888267517, 0.4844152331352234, 1.6611387729644775, 2.1776816844940186, 1.2162809371948242, 0.2519197165966034, -0.39244166016578674, -0.31052055954933167, 0.40809366106987, 0.12049368768930435, -1.1658930778503418, -0.48694777488708496, 1.099402666091919, 0.5489121675491333, -0.8844955563545227, -1.0549081563949585, -0.8064819574356079, -0.7421794533729553, -0.5672995448112488, -0.9706247448921204, -1.4230643510818481, -0.4973255693912506, 0.4245349168777466, -0.13802878558635712, -0.6104288697242737, 0.05338091403245926, 0.06037219241261482, -0.4011836647987366, 0.11677581071853638, 0.4781681299209595, -0.17791767418384552, -0.3053230047225952, 0.330536425113678, 0.3727540075778961, -0.044076014310121536, -0.515411913394928, -0.8436239957809448, -0.24553503096103668, 0.7225558161735535, 0.5855258107185364, 0.0209865253418684, 0.7811274528503418, 1.737511157989502, 1.508417010307312, 1.2087069749832153, 0.7484015226364136, -0.09377113729715347, 0.11845201998949051, 1.1527290344238281, 0.16902543604373932, -1.4408828020095825, -0.2711728513240814, 1.3415954113006592, 0.4167601764202118, -0.8967756032943726, -0.9640637636184692, -0.9698871970176697, -0.8484951257705688, -0.3265638053417206, -0.9043755531311035, -1.6505259275436401, -0.5320226550102234, 0.8483970761299133, 0.19664810597896576, -0.6189129948616028, -0.2991444766521454, -0.19637030363082886, -0.29141923785209656, 0.08749981969594955, 0.07163317501544952, -0.3927280306816101, -0.2564801275730133, 0.15155990421772003, 0.2591799795627594, 0.22451789677143097, -0.4373696744441986, -1.1254156827926636, -0.30372247099876404, 0.8950541019439697, 0.530748724937439, -0.047515351325273514, 0.7535524368286133, 1.7145755290985107, 1.6337063312530518, 1.41641366481781, 0.9987788200378418, 0.007150273770093918, -0.20453912019729614, 0.9567508697509766, 1.0167862176895142, -0.7677209377288818, -1.1153497695922852, 0.6113427877426147, 0.8664965033531189, -0.5702047348022461, -1.048097014427185, -0.6608230471611023, -0.5858545899391174, -0.1835896223783493, -0.15493011474609375, -1.2357349395751953, -1.3488227128982544, 0.027503343299031258, 0.23978650569915771, -0.8215684294700623, -0.9653536677360535, -0.30359378457069397, 0.08953503519296646, 0.3399254381656647, -0.0007826108485460281, -0.7857581973075867, -0.8049798607826233, -0.1480446308851242, 0.21091926097869873, 0.20412300527095795, -0.1443905234336853, -0.5445172190666199, -0.07468830049037933, 0.7735259532928467, 0.4112569987773895, -0.38502490520477295, 0.03456539660692215, 1.1586803197860718, 1.5763416290283203, 1.5508003234863281, 1.513249397277832, 0.8780246376991272, -0.056132521480321884, -0.071253202855587, 0.951388418674469, 0.8474029898643494, -0.6555494070053101, -0.9333939552307129, 0.7523851990699768, 1.234569787979126, -0.11356407403945923, -1.0245007276535034, -1.132500410079956, -1.0285730361938477, -0.44950807094573975, -0.35246577858924866, -1.1675854921340942, -1.2149630784988403, -0.023620715364813805, 0.23846042156219482, -0.6024359464645386, -0.8889740705490112, -0.39782363176345825, -0.05483962595462799, -0.020113112404942513, -0.342838317155838, -0.6062450408935547, -0.42871177196502686, -0.0948844850063324, 0.16009342670440674, 0.17473161220550537, -0.1444237232208252, -0.4152624309062958, 0.014461900107562542, 0.6094107627868652, 0.4322550892829895, 0.054339081048965454, 0.3252982497215271, 0.854147732257843, 1.2208671569824219, 1.6057381629943848, 1.531874656677246, 0.7624948620796204, 0.10240582376718521, 0.3106552064418793, 1.182576298713684, 1.2204586267471313, -0.5248775482177734, -1.7005163431167603, -0.23639598488807678, 1.1179711818695068, 0.22950060665607452, -1.0245018005371094, -0.9679857492446899, -0.4872523248195648, 0.09368500858545303, 0.2282557338476181, -0.9671040773391724, -1.608875036239624, -0.2910367250442505, 0.36460572481155396, -0.5218382477760315, -0.8374152779579163, -0.42970722913742065, -0.4079994261264801, -0.35573333501815796, -0.13209222257137299, -0.3966912627220154, -0.72095787525177, -0.39857879281044006, 0.2618924379348755, 0.5858835577964783, 0.2960531711578369, -0.25824373960494995, -0.3973377048969269, 0.23090367019176483, 0.8357077240943909, 0.4481385052204132, -0.01837807707488537, 0.36507636308670044, 0.9216005206108093, 1.125400185585022, 0.9264404773712158, 0.42082083225250244, 0.5026572942733765, 0.7249367833137512, 0.36697691679000854, 0.6734269261360168, 0.7562647461891174, -0.5897334218025208, -1.1848653554916382, 0.47051194310188293, 0.9602140188217163, -0.3694462478160858, -0.41148942708969116, 0.12347368150949478, -0.3051277697086334, -0.14743593335151672, 0.2100418359041214, -1.0384929180145264, -1.8698267936706543, -0.6170868277549744, -0.05529164522886276, -0.6642997860908508, -0.5313934087753296, -0.21366386115550995, -0.5869812369346619, -0.41940420866012573, -0.004932314623147249, -0.5578891038894653, -0.9423935413360596, -0.12885747849941254, 0.7142969965934753, 0.7261140942573547, 0.3164684772491455, -0.29085052013397217, -0.3606044054031372, 0.4076676368713379, 0.5709528923034668, -0.2988259792327881, -0.514083743095398, 0.3967401683330536, 1.0352848768234253, 1.006149172782898, 0.8360507488250732, 0.9352940320968628, 1.2255810499191284, 0.712883472442627, -0.14177003502845764, 0.5447065830230713, 1.155535101890564, -0.2735827565193176, -1.0510642528533936, 0.4018976092338562, 0.91651451587677, 0.014358669519424438, -0.012703748419880867, -0.25790679454803467, -0.9371328353881836, -0.06893208622932434, 0.4238872528076172, -1.450626254081726, -2.246656894683838, -0.5526049137115479, 0.006807547062635422, -0.6898832321166992, -0.2309550791978836, -0.13010446727275848, -0.8818302750587463, -0.1851184219121933, 0.5212564468383789, -0.7291219830513, -1.4229062795639038, -0.16314974427223206, 0.5883231163024902, 0.3208715319633484, 0.16113612055778503, -0.217304065823555, -0.2996300160884857, 0.525824785232544, 0.6358915567398071, -0.43264278769493103, -0.5875426530838013, 0.42431265115737915, 0.8088664412498474, 0.7937107682228088, 0.9886720180511475, 0.9004013538360596, 1.1791613101959229, 1.3749122619628906, 0.06087667495012283, -0.38347598910331726, 1.1753151416778564, 1.0012754201889038, -1.0242345333099365, -0.5816273093223572, 1.0253443717956543, 0.4356478154659271, -0.18731263279914856, 0.017503535374999046, -0.8286340832710266, -0.8818910717964172, 0.5716795921325684, -0.060477957129478455, -2.17757511138916, -1.3704843521118164, 0.3379196226596832, -0.2581641972064972, -0.6740345358848572, -0.3108536899089813, -0.9452946782112122, -0.7149445414543152, 0.4298502206802368, -0.14755450189113617, -1.1721688508987427, -0.38941437005996704, 0.4123508930206299, 0.2011445015668869, 0.34499621391296387, 0.20514842867851257, -0.5231233239173889, -0.0926242396235466, 0.7242901921272278, 0.11080916970968246, -0.5813916325569153, 0.07137399166822433, 0.6861062049865723, 0.6603699326515198, 0.941602349281311, 1.0077579021453857, 0.8940250277519226, 1.3113051652908325, 0.8802412748336792, -0.5669949054718018, -0.001791225397028029, 1.5779290199279785, 0.6386303305625916, -1.17636239528656, -0.30909356474876404, 0.9707388281822205, 0.539738118648529, 0.05054238811135292, -0.5111435651779175, -1.2751158475875854, -0.2735881507396698, 0.8162480592727661, -0.8315896987915039, -2.1934292316436768, -0.6070302128791809, 0.3911738991737366, -0.3192445635795593, -0.46797534823417664, -0.6965879797935486, -1.228033423423767, -0.21217232942581177, 0.6506751179695129, -0.5178722143173218, -1.1807446479797363, -0.1576782763004303, 0.43887072801589966, 0.33248811960220337, 0.27720561623573303, -0.27137628197669983, -0.5041627287864685, 0.4785585105419159, 0.8365269899368286, -0.20792831480503082, -0.4716639518737793, 0.43817123770713806, 0.7036961913108826, 0.5518366098403931, 0.7985829710960388, 0.7302314639091492, 0.6809907555580139, 1.404909610748291, 0.9785844087600708, -0.6752927899360657, 0.016280418261885643, 1.804568886756897, 0.5666131377220154, -1.594687819480896, -0.5352331399917603, 0.9982854127883911, 0.4848168194293976, 0.06545402109622955, -0.3101988434791565, -1.196295976638794, -0.27818602323532104, 0.965050458908081, -0.5851284265518188, -2.1079344749450684, -0.8769035935401917, -0.021640028804540634, -0.5423282384872437, -0.35460224747657776, -0.523185133934021, -1.3592976331710815, -0.2752813696861267, 1.1157077550888062, 0.010929539799690247, -1.1433218717575073, -0.46833932399749756, 0.17440029978752136, 0.3841474652290344, 0.5637423992156982, -0.26807111501693726, -0.7492545247077942, 0.6066249012947083, 1.2068930864334106, -0.06152432784438133, -0.5555269122123718, 0.22106066346168518, 0.29277893900871277, 0.16056810319423676, 0.692671537399292, 0.5496265888214111, 0.3811500668525696, 1.5049394369125366, 1.625503659248352, -0.507731556892395, -0.5976237654685974, 1.5833505392074585, 1.0856943130493164, -1.4009854793548584, -1.0556511878967285, 0.7437479496002197, 0.7785496711730957, 0.4214516282081604, 0.011385532096028328, -1.1698167324066162, -0.7339803576469421, 1.0057607889175415, 0.23377087712287903, -1.921991229057312, -1.451689600944519, 0.04350191354751587, -0.05808279290795326, -0.15644551813602448, -0.1677999347448349, -0.9293584823608398, -0.5531675815582275, 0.8784271478652954, 0.5020188689231873, -0.8296789526939392, -0.7495331764221191, 0.005946483928710222, 0.46602869033813477, 0.7475248575210571, -0.07869580388069153, -1.1377874612808228, -0.12876936793327332, 1.0906009674072266, 0.17734403908252716, -0.8813916444778442, -0.35784104466438293, 0.15506963431835175, 0.15676584839820862, 0.5536372065544128, 0.49315333366394043, -0.031010476872324944, 0.6840699911117554, 1.7997523546218872, 0.7189144492149353, -1.2118666172027588, -0.1662064790725708, 1.9544426202774048, 0.8882030248641968, -1.2995084524154663, -0.6617684960365295, 0.7581709623336792, 0.7018327116966248, 0.4959988594055176, -0.06926839053630829, -1.2183138132095337, -0.3100513815879822, 1.4240601062774658, 0.27527686953544617, -1.7933849096298218, -1.1336055994033813, 0.1590258777141571, 0.08420965820550919, -0.029543351382017136, -0.3993527591228485, -1.059990644454956, -0.2672494947910309, 0.9979999661445618, 0.24961449205875397, -0.9877447485923767, -0.7159518599510193, 0.07295694947242737, 0.41380664706230164, 0.3257073760032654, -0.5369166731834412, -0.8549104332923889, 0.18900321424007416, 0.6776176691055298, -0.22033323347568512, -0.6362712383270264, -0.20103637874126434, -0.0863473117351532, 0.05639771372079849, 0.4738120138645172, 0.19014498591423035, -0.08964958786964417, 0.7732065916061401, 1.5115625858306885, 0.5838353633880615, -0.8619905114173889, 0.03641824796795845, 1.870163917541504, 1.0478568077087402, -1.297839879989624, -0.9020069241523743, 1.1229934692382812, 1.1898924112319946, 0.24013681709766388, -0.2704990804195404, -0.7668251991271973, -0.030164437368512154, 1.3689061403274536, 0.4000343084335327, -1.7639440298080444, -1.1988449096679688, 0.623931348323822, 0.43979761004447937, -0.6007130146026611, -0.7639297246932983, -0.5655404925346375, 0.08757135272026062, 0.7366402745246887, -0.07682964950799942, -1.2164227962493896, -0.8216440081596375, 0.1304815262556076, 0.16132111847400665, -0.15244626998901367, -0.51541668176651, -0.7667365074157715, -0.07814903557300568, 0.5109851956367493, -0.1390242576599121, -0.6812646985054016, -0.4324796497821808, -0.36469873785972595, -0.2736009657382965, 0.423557847738266, 0.40141141414642334, -0.2970581650733948, 0.2616165280342102, 1.500086784362793, 1.2414509057998657, -0.1596473753452301, -0.8217347264289856, 0.6363443732261658, 1.8301024436950684, 0.583173394203186, -1.0733834505081177, -0.09507005661725998, 1.1502280235290527, 0.8236379623413086, 0.4550442099571228, 0.0956132709980011, -0.7250552177429199, 0.13987413048744202, 1.3904573917388916, 0.030081411823630333, -1.6565160751342773, -0.5927520394325256, 0.5329436659812927, -0.09365479648113251, -0.4487208425998688, -0.43390583992004395, -0.7942406535148621, -0.156514510512352, 0.6790529489517212, -0.35974788665771484, -1.427851915359497, -0.6533750295639038, 0.34414592385292053, 0.05877302587032318, -0.44655054807662964, -0.8205585479736328, -0.7006707787513733, 0.13696062564849854, 0.4147275388240814, -0.32299333810806274, -0.7303397059440613, -0.4102001488208771, -0.14716912806034088, 0.08720769733190536, 0.23458120226860046, -0.19547751545906067, -0.2640208303928375, 0.8290401101112366, 1.426944375038147, 0.7661810517311096, -0.18531769514083862, -0.4154582619667053, 0.9895114302635193, 1.9366235733032227, 0.3299860954284668, -1.4722398519515991, -0.07214853167533875, 1.5910643339157104, 0.9387884736061096, 0.19667929410934448, -0.06929117441177368, -0.5896506309509277, 0.38516318798065186, 1.5476020574569702, -0.02462962456047535, -1.8185642957687378, -0.5222229361534119, 0.7913269996643066, -0.003395024687051773, -0.5277312994003296, -0.5768550038337708, -0.8951868414878845, -0.015039988793432713, 0.833005964756012, -0.624291181564331, -1.9241323471069336, -0.6945563554763794, 0.660888671875, 0.04303912818431854, -0.7851809859275818, -0.8757061958312988, -0.4972025454044342, 0.1783626526594162, 0.30337968468666077, -0.5060373544692993, -0.9649324417114258, -0.19403454661369324, 0.23984940350055695, -0.017187781631946564, 0.038898926228284836, 0.1242777481675148, 0.006990465801209211, 0.48868924379348755, 0.9642131328582764, 0.8189186453819275, 0.3992386758327484, -0.4336839020252228, 0.0532335564494133, 1.8015611171722412, 1.5732593536376953, -1.051532506942749, -1.021156668663025, 1.3258024454116821, 1.249436855316162, 0.16117335855960846, 0.3125682771205902, -0.36471354961395264, -0.39244481921195984, 1.5702953338623047, 1.2559648752212524, -1.4578758478164673, -1.1294158697128296, 0.8064122796058655, 0.1274830847978592, -0.7151936292648315, -0.3788643181324005, -0.9207308888435364, -0.7422775030136108, 0.7848698496818542, 0.17424002289772034, -1.685583233833313, -1.1377520561218262, 0.4585287570953369, 0.11135000735521317, -0.7030219435691833, -0.7008196711540222, -0.7617800235748291, -0.3086369037628174, 0.3959512412548065, -0.07550647109746933, -0.8984886407852173, -0.2613811194896698, 0.27655476331710815, -0.29014235734939575, -0.16421154141426086, 0.3853949010372162, -0.10397059470415115, -0.26882699131965637, 0.647372305393219, 0.8748428225517273, 0.5667821764945984, 0.14804843068122864, -0.42489057779312134, 0.5040795207023621, 2.0221784114837646, 0.7552472352981567, -1.3771623373031616, -0.024292759597301483, 1.7017228603363037, 1.0146453380584717, 0.48528948426246643, 0.3023560047149658, -0.5120830535888672, 0.48723074793815613, 1.917615294456482, 0.1798570603132248, -1.6354635953903198, -0.26065799593925476, 0.6707237362861633, -0.27639833092689514, -0.42445629835128784, -0.4566880464553833, -1.2636171579360962, -0.4824516773223877, 0.8474268317222595, -0.2284887731075287, -1.6454415321350098, -0.8820335268974304, 0.2346365600824356, -0.11776360124349594, -0.5213050842285156, -0.7211690545082092, -1.0405226945877075, -0.5135018825531006, 0.44570863246917725, 0.11727134883403778, -0.7251248955726624, -0.44583019614219666, 0.019296742975711823, -0.052641209214925766, 0.1945306658744812, 0.2183402180671692, -0.6410517692565918, -0.2329983413219452, 1.1567801237106323, 1.0306771993637085, 0.34440338611602783, 0.3577554523944855, -0.08910626173019409, 0.3563448488712311, 1.829160451889038, 1.1371378898620605, -0.9173728823661804, -0.3260650932788849, 1.3842915296554565, 1.1005070209503174, 0.39336997270584106, 0.3437776565551758, -0.18663525581359863, -0.04253998398780823, 1.1073061227798462, 0.6828460097312927, -1.0100903511047363, -1.0005344152450562, 0.13623228669166565, 0.14750762283802032, -0.2555970847606659, -0.5470390915870667, -1.1987578868865967, -0.8346540927886963, 0.6954692602157593, 0.5014600157737732, -1.3244260549545288, -1.625532627105713, -0.2652653157711029, 0.38887590169906616, 0.08224742859601974, -0.6655677556991577, -1.4460562467575073, -0.7224259376525879, 0.9605235457420349, 0.596233069896698, -1.1228070259094238, -0.9975486397743225, 0.20968097448349, 0.4107791781425476, 0.20837336778640747, -0.04783216863870621, -0.7039016485214233, -0.29807159304618835, 1.0553805828094482, 0.7737503051757812, -0.248230442404747, 0.19653604924678802, 0.6485506892204285, 0.12311442196369171, 0.6296437978744507, 1.298974633216858, 0.34681928157806396, -0.4973389208316803, 0.340648353099823, 1.1040171384811401, 0.8092933297157288, 0.5313152074813843, 0.17998185753822327, -0.3188357651233673, 0.24274542927742004, 1.1041443347930908, 0.354259192943573, -0.9572160243988037, -0.7321861386299133, 0.08641518652439117, 0.1797020584344864, -0.031009210273623466, -0.6637398600578308, -1.2725982666015625, -0.3139788508415222, 0.8803232908248901, 0.019626324996352196, -1.4647440910339355, -1.267202615737915, 0.023253915831446648, 0.5148579478263855, -0.13619521260261536, -1.0890182256698608, -1.2114996910095215, -0.051135919988155365, 0.6732217669487, -0.19133315980434418, -1.0477941036224365, -0.514751136302948, 0.2287505567073822, 0.1943604052066803, 0.005530757829546928, -0.16466160118579865, -0.3447204530239105, 0.09976989030838013, 0.645163893699646, 0.2494739443063736, -0.08607572317123413, 0.41525834798812866, 0.6760250926017761, -0.011817755177617073, 0.09849131107330322, 1.0377075672149658, 0.8637733459472656, -0.1575346291065216, -0.19215241074562073, 0.6069457530975342, 0.9130568504333496, 0.7010265588760376, 0.26903942227363586, -0.2386276125907898, 0.0845942348241806, 0.9969543814659119, 0.8038890957832336, -0.4524145722389221, -0.7985872030258179, 0.05357254669070244, 0.5689627528190613, 0.14208443462848663, -0.5890783667564392, -0.9249515533447266, -0.31983834505081177, 0.5943849086761475, 0.28256669640541077, -1.0504204034805298, -1.4904437065124512, -0.31111010909080505, 0.639898955821991, -0.11222611367702484, -1.3613369464874268, -1.3507033586502075, -0.18470200896263123, 0.4854429364204407, -0.13179457187652588, -0.9868565201759338, -0.7750072479248047, 0.05575399100780487, 0.3170863091945648, -0.09487998485565186, -0.5704919695854187, -0.5636573433876038, 0.10054370760917664, 0.5312415361404419, 0.21994979679584503, -0.0858016088604927, 0.3372251093387604, 0.8758343458175659, 0.513982355594635, -0.18567904829978943, 0.28430333733558655, 1.183323860168457, 0.7983203530311584, -0.3112963140010834, -0.20584145188331604, 0.8577881455421448, 1.2525945901870728, 0.7813296318054199, 0.0762406513094902, -0.27119410037994385, 0.4610326886177063, 1.4325305223464966, 0.6849875450134277, -0.9239081740379333, -0.8492144346237183, 0.5016108751296997, 0.70706707239151, -0.16875553131103516, -0.9246987104415894, -0.9190896153450012, 0.03536859527230263, 0.8326571583747864, -0.07052814215421677, -1.5806059837341309, -1.3531686067581177, 0.19282084703445435, 0.5412097573280334, -0.6652588248252869, -1.49330735206604, -0.897365152835846, 0.157154381275177, 0.28187403082847595, -0.3907220959663391, -0.8529082536697388, -0.4579611122608185, 0.12291870266199112, 0.07378209382295609, -0.3607610762119293, -0.4840731918811798, -0.18643538653850555, 0.0941120982170105, 0.20179423689842224, -0.022431544959545135, -0.144857257604599, 0.3866068124771118, 0.6783944964408875, 0.11874393373727798, -0.4226377606391907, 0.07038923352956772, 1.0406484603881836, 0.8809911608695984, -0.36821243166923523, -0.3692055344581604, 1.0352790355682373, 1.5208799839019775, 0.7699376344680786, 0.2140723615884781, 0.0010857844026759267, 0.3307090103626251, 1.2281091213226318, 1.0976144075393677, -0.4017121195793152, -0.7456082105636597, 0.6036676168441772, 1.0767285823822021, 0.1276400089263916, -0.5649614930152893, -0.5029512643814087, -0.07393618673086166, 0.5994157195091248, 0.25084325671195984, -1.1036977767944336, -1.335338830947876, 0.07379135489463806, 0.6126939654350281, -0.577231764793396, -1.4738248586654663, -1.0304396152496338, -0.17613473534584045, 0.08883916586637497, -0.38338175415992737, -1.1650766134262085, -0.997636616230011, -0.03556067869067192, 0.11669979244470596, -0.5081663727760315, -0.7587523460388184, -0.38107702136039734, 0.13061319291591644, 0.3279936611652374, -0.13242098689079285, -0.5017263293266296, 0.07350993156433105, 0.7839384078979492, 0.6725436449050903, 0.12055052071809769, -0.3963196873664856, 0.0728444904088974, 1.4333099126815796, 1.3679112195968628, -0.30085816979408264, -0.3625729978084564, 1.3291395902633667, 1.6904184818267822, 0.7464956045150757, 0.26804760098457336, 0.03504922613501549, 0.42239996790885925, 1.5494794845581055, 1.1390107870101929, -0.6911048293113708, -0.8032748699188232, 0.7745972275733948, 0.9894867539405823, -0.07401864975690842, -0.6460171937942505, -0.7748551964759827, -0.3597533106803894, 0.5719844698905945, 0.3589162826538086, -1.2443876266479492, -1.576218843460083, -0.1587248593568802, 0.5309065580368042, -0.37008583545684814, -1.207015037536621, -1.0423001050949097, -0.4609529674053192, 0.13285896182060242, 0.012885505333542824, -0.8887370228767395, -1.0006955862045288, -0.07788316905498505, 0.1746053397655487, -0.35047653317451477, -0.48062101006507874, -0.25870323181152344, -0.06635527312755585, 0.10212994366884232, -0.0907416120171547, -0.40722277760505676, -0.120635025203228, 0.39836740493774414, 0.3427332043647766, -0.037456367164850235, -0.32303065061569214, 0.09290329366922379, 1.122854471206665, 1.10260009765625, -0.19259428977966309, -0.3577176332473755, 1.0929160118103027, 1.4981311559677124, 0.610025942325592, 0.26749512553215027, 0.42891424894332886, 0.6834629774093628, 1.2320291996002197, 1.043976068496704, -0.20140834152698517, -0.38005509972572327, 0.7583668231964111, 1.0433568954467773, 0.016569048166275024, -0.6508609056472778, -0.3595544993877411, 0.1066584438085556, 0.4054618775844574, 0.20840339362621307, -0.7696136236190796, -1.2412846088409424, -0.29414287209510803, 0.5277916789054871, -0.25064778327941895, -1.3723435401916504, -1.2327651977539062, -0.40476393699645996, -0.03792686387896538, -0.3013121485710144, -0.8380944728851318, -0.9571539163589478, -0.20692341029644012, 0.29557543992996216, -0.43584468960762024, -1.3065388202667236, -0.8243464231491089, 0.03660647198557854, 0.016912663355469704, -0.41984623670578003, -0.7053588628768921, -0.5291725397109985, 0.20139382779598236, 0.6645227670669556, 0.322055846452713, -0.0749000534415245, -0.0305965356528759, 0.33432716131210327, 0.9954712986946106, 1.1559767723083496, 0.32073774933815, -0.4082288444042206, 0.5630696415901184, 1.8088845014572144, 1.266212821006775, 0.2002488076686859, 0.2707279920578003, 0.8903181552886963, 1.122245192527771, 0.7876088619232178, -0.0009329348104074597, -0.4069821536540985, 0.1618981957435608, 0.8543834090232849, 0.5152658820152283, -0.46596434712409973, -0.7382802963256836, -0.08469902724027634, 0.4705386161804199, 0.05822129547595978, -1.0091092586517334, -1.5141432285308838, -0.9204410314559937, 0.13651391863822937, 0.16499239206314087, -1.0183428525924683, -1.8369625806808472, -1.102589726448059, 0.05734822526574135, -0.08738947659730911, -1.1508070230484009, -1.3478814363479614, -0.34860795736312866, 0.3151816725730896, 0.034956514835357666, -0.6374635696411133, -0.9119002223014832, -0.3225511908531189, 0.6029736399650574, 0.9072619676589966, 0.008499516174197197, -0.4012979567050934, 0.5707595944404602, 1.3950109481811523, 1.4137097597122192, 1.299620509147644, 0.7544574737548828, 0.0797630101442337, 0.3795944154262543, 1.52171790599823, 1.4763288497924805, 0.25464051961898804, -0.28704577684402466, 0.6357784271240234, 1.3660081624984741, 0.6123184561729431, -0.5118198990821838, -0.7549917697906494, -0.1351948231458664, 0.5511643290519714, 0.40594083070755005, -0.755835771560669, -1.5372228622436523, -0.9064447283744812, 0.046525321900844574, -0.1006796732544899, -0.9429919719696045, -1.2933546304702759, -0.7587715983390808, -0.02406800352036953, 0.10131736099720001, -0.5730171203613281, -1.1287988424301147, -0.6694043278694153, 0.37113985419273376, 0.4566282331943512, -0.5496841669082642, -1.092543601989746, -0.3218603730201721, 0.46885839104652405, -0.0014820897486060858, -0.8613518476486206, -0.8098347187042236, -0.16874286532402039, 0.2721633017063141, 0.2512233853340149, 0.023236963897943497, -0.07655258476734161, 0.4000294804573059, 0.9288007616996765, 0.9054660797119141, 0.757562518119812, 1.182134747505188, 1.5550296306610107, 0.6851638555526733, -0.159388929605484, 0.5401929020881653, 1.89181649684906, 1.5938184261322021, 0.223100483417511, -0.41099005937576294, 0.15725663304328918, 0.7275266051292419, 0.526794970035553, -0.10833027958869934, -0.6074866652488708, -0.4143143594264984, 0.1930774301290512, 0.028477748855948448, -0.9416176080703735, -1.2999858856201172, -0.6098793148994446, -0.10144389420747757, -0.5858929753303528, -1.3905309438705444, -1.439546823501587, -0.5801798701286316, 0.23069730401039124, 0.09141681343317032, -0.971497118473053, -1.4353657960891724, -0.4270625710487366, 0.6668066382408142, 0.2361290603876114, -0.8206071853637695, -0.8955600261688232, -0.1258116364479065, 0.09984744340181351, -0.462175190448761, -0.6694786548614502, -0.1622992753982544, 0.3051406443119049, 0.31096112728118896, -0.015092811547219753, -0.1078244224190712, 0.2783556282520294, 0.9046156406402588, 1.0621334314346313, 0.8555635809898376, 1.0845060348510742, 1.4120689630508423, 0.6075599193572998, -0.2663937509059906, 0.5668611526489258, 2.3481643199920654, 1.9101067781448364, -0.021783698350191116, -0.6590392589569092, 0.5149114727973938, 1.5922757387161255, 1.4320504665374756, 0.28069421648979187, -0.8313621878623962, -0.8151987791061401, 0.37904122471809387, 0.8336344957351685, -0.28682464361190796, -1.4549102783203125, -1.2606476545333862, -0.4077998697757721, -0.17641538381576538, -0.8969798684120178, -1.6199254989624023, -1.4305249452590942, -0.3884067237377167, 0.042229894548654556, -1.0381852388381958, -1.9379165172576904, -1.21242094039917, 0.0021346621215343475, 0.19955328106880188, -0.602522611618042, -1.118828296661377, -0.6863452792167664, 0.08535761386156082, 0.1131553128361702, -0.3912122845649719, -0.4696405231952667, -0.06185326725244522, 0.295946329832077, 0.4191133677959442, 0.4204156696796417, 0.4064261317253113, 0.596717894077301, 1.035377025604248, 1.215139627456665, 1.1858631372451782, 1.5432355403900146, 1.007495403289795, -0.16708216071128845, 0.13117516040802002, 2.042423963546753, 2.590543031692505, 0.47074654698371887, -0.9784475564956665, 0.11000636965036392, 1.7516634464263916, 1.6667200326919556, 0.35139167308807373, -0.9584956169128418, -1.1184089183807373, 0.38537541031837463, 1.4956144094467163, 0.07844234257936478, -1.88832688331604, -1.7151474952697754, -0.1789451688528061, 0.34495148062705994, -0.48229122161865234, -1.8113293647766113, -2.0869524478912354, -0.813849925994873, 0.48603561520576477, -0.3242718577384949, -2.1733057498931885, -2.015338182449341, -0.26478347182273865, 0.553091824054718, -0.1679357886314392, -1.2043946981430054, -1.2497256994247437, -0.3003549575805664, 0.4742361903190613, 0.08878736197948456, -0.5461236238479614, -0.4270365536212921, 0.17982974648475647, 0.4744184911251068, 0.3878600001335144, 0.426645427942276, 0.5146912336349487, 0.6814280152320862, 0.9206863641738892, 1.2503150701522827, 1.55270254611969, 1.2174279689788818, -0.0629180297255516, -0.06961189210414886, 1.5352444648742676, 2.6891112327575684, 0.889929473400116, -0.896173894405365, -0.3393188714981079, 1.7403655052185059, 1.855853796005249, 0.5931916832923889, -0.8761821985244751, -0.8816211223602295, 0.2239103764295578, 1.5524626970291138, 0.39260774850845337, -1.5456931591033936, -1.7259142398834229, -0.10282248258590698, 0.3885336220264435, -0.33624035120010376, -1.5914164781570435, -1.9478899240493774, -1.1585371494293213, 0.2287350744009018, -0.016520949080586433, -1.8994537591934204, -2.5068185329437256, -0.7911044955253601, 0.4783926010131836, 0.015690937638282776, -1.1332396268844604, -1.608001708984375, -0.8748422265052795, 0.3363702893257141, 0.5565701127052307, -0.3940720856189728, -0.8849495649337769, -0.2626301944255829, 0.6057191491127014, 0.7606093883514404, 0.5493272542953491, 0.24951890110969543, 0.2650497853755951, 0.7748850584030151, 1.5591949224472046, 1.6000099182128906, 1.28514564037323, 0.25623172521591187, -0.28246942162513733, 0.9027175903320312, 2.570007562637329, 1.967558741569519, -0.5884101390838623, -0.9719606637954712, 1.0330544710159302, 2.475461721420288, 1.030881643295288, -0.4485503137111664, -0.9766314029693604, -0.0794711634516716, 1.1222503185272217, 1.163068175315857, -0.7959898710250854, -1.9341729879379272, -0.5685836672782898, 0.7219964265823364, -0.26063239574432373, -1.573750615119934, -1.7118945121765137, -1.0637893676757812, -0.5802525281906128, -0.19651855528354645, -1.0107386112213135, -2.250645160675049, -1.5970996618270874, -0.14997810125350952, 0.041953299194574356, -0.9508875608444214, -1.208681344985962, -1.0065830945968628, -0.4571877121925354, 0.09080187976360321, 0.24008816480636597, -0.39643236994743347, -0.7924196720123291, -0.01626993902027607, 0.8727136850357056, 0.7814584374427795, 0.37487339973449707, 0.21912409365177155, 0.49352648854255676, 1.0693100690841675, 1.6130588054656982, 1.4826608896255493, 0.7751070261001587, -0.1746589094400406, 0.4349325895309448, 1.955718994140625, 2.4289960861206055, 0.33689790964126587, -1.121896743774414, 0.1259821057319641, 2.3434066772460938, 1.8175619840621948, -0.3032522201538086, -1.0315665006637573, -0.03721703961491585, 0.973065972328186, 1.0220931768417358, -0.2167317122220993, -1.3379851579666138, -1.0232067108154297, 0.31769832968711853, 0.17150716483592987, -1.1068198680877686, -1.7862694263458252, -1.3173108100891113, -0.6360793709754944, -0.32797783613204956, -0.6243951916694641, -1.7472079992294312, -2.0473268032073975, -0.8288043141365051, 0.25471433997154236, -0.2526368498802185, -1.3699631690979004, -1.4305832386016846, -0.4775867462158203, 0.411660373210907, 0.3443082571029663, -0.3549136519432068, -0.7509208917617798, -0.16433008015155792, 0.9641537666320801, 1.1615312099456787, 0.3981669247150421, -0.12259101122617722, 0.422288179397583, 1.3905277252197266, 1.6559251546859741, 1.0755624771118164, 0.6447094082832336, 0.4989677965641022, 0.6866211295127869, 1.1605397462844849, 1.572670340538025, 1.0387918949127197, -0.11800644546747208, -0.14387498795986176, 1.164647102355957, 1.7111563682556152, 0.3822633922100067, -0.6086443066596985, -0.06864868849515915, 0.6684703230857849, 0.6568602919578552, 0.06685023754835129, -0.5023093819618225, -0.6363332271575928, -0.039448074996471405, 0.13687565922737122, -0.7208938002586365, -1.300401210784912, -0.9807323813438416, -0.46648627519607544, -0.8532248139381409, -1.02532160282135, -1.0726323127746582, -1.386247992515564, -1.2588716745376587, -0.6921637058258057, -0.481509804725647, -1.0650382041931152, -1.2921831607818604, -0.9087769389152527, -0.34878093004226685, -0.10956329852342606, -0.22094734013080597, -0.4744272828102112, -0.4475814700126648, 0.26414284110069275, 0.8435242772102356, 0.5749731063842773, 0.03363896533846855, 0.23198716342449188, 0.9713935256004333, 1.2126837968826294, 1.0829085111618042, 0.878883957862854, 1.111352801322937, 0.8637276887893677, 0.5986312031745911, 1.068966031074524, 1.6261744499206543, 1.136206030845642, -0.06389255076646805, 0.28156498074531555, 1.36600661277771, 1.3248926401138306, 0.1259244978427887, -0.2284410446882248, 0.39935481548309326, 0.5866316556930542, 0.2945345342159271, 0.09952697157859802, -0.24260620772838593, -0.5233500003814697, -0.26990267634391785, -0.1028117686510086, -0.6526696681976318, -0.9491286277770996, -0.8350098729133606, -0.7746464610099792, -0.9659672379493713, -0.8661947846412659, -0.8056803345680237, -1.3867971897125244, -1.3514578342437744, -0.6685383915901184, -0.41853782534599304, -1.0322891473770142, -1.258680820465088, -0.867644190788269, -0.3792201280593872, -0.22199614346027374, -0.37951481342315674, -0.5760888457298279, -0.3835282623767853, 0.19648277759552002, 0.4618309438228607, 0.040531352162361145, -0.15470470488071442, 0.3281148374080658, 0.8713878393173218, 0.7048525810241699, 0.5596209764480591, 0.6919333338737488, 1.1431934833526611, 1.3984428644180298, 0.6902932524681091, 0.15602166950702667, 0.7882192730903625, 2.078727960586548, 1.6218823194503784, -0.166054368019104, -0.17433951795101166, 1.5811086893081665, 2.078383684158325, 0.46500349044799805, -0.3682610094547272, 0.2582263946533203, 0.8613085746765137, 0.8270910978317261, 0.42603492736816406, -0.3889307677745819, -1.0286014080047607, -0.3307609260082245, 0.6238722205162048, -0.15689289569854736, -1.6590862274169922, -1.6196973323822021, -0.7691754698753357, -0.38804560899734497, -0.6646959781646729, -1.3851872682571411, -2.0820553302764893, -1.5939122438430786, -0.2658398151397705, -0.14423701167106628, -1.5185214281082153, -2.029923677444458, -0.832962691783905, 0.13338802754878998, -0.08045481890439987, -0.7126463055610657, -0.7281332015991211, -0.20025013387203217, 0.5184609889984131, 0.7649296522140503, 0.11377182602882385, -0.3044828474521637, 0.3384772539138794, 1.1195147037506104, 0.8894450068473816, 0.3730365037918091, 0.5245270729064941, 1.0238280296325684, 1.293144702911377, 0.7294896841049194, 0.493794709444046, 0.8268443942070007, 1.3473224639892578, 1.2354998588562012, 0.3708626925945282, 0.5111861824989319, 1.0615328550338745, 1.1357938051223755, 0.31059151887893677, 0.5280928015708923, 0.9152269959449768, 0.3616904020309448, -0.19711937010288239, 0.3878370523452759, 0.6682583689689636, -0.3103254735469818, -1.025936484336853, -0.18673256039619446, 0.039483387023210526, -0.7512885928153992, -1.3616557121276855, -1.0895025730133057, -0.78105229139328, -0.6831832528114319, -1.0269131660461426, -1.6371276378631592, -1.4769272804260254, -0.7035249471664429, -0.4994033873081207, -1.3054133653640747, -1.3512426614761353, -0.4812326729297638, -0.21687380969524384, -0.5707648396492004, -0.4262244999408722, 0.13699227571487427, 0.0661836490035057, -0.17097653448581696, 0.07394833117723465, 0.2369544506072998, 0.29878753423690796, 0.1710137128829956, 0.26261571049690247, 0.19647055864334106, 0.4973304271697998, 0.9303117990493774, 0.7778703570365906, 0.4950217306613922, 0.7223743796348572, 0.7423114776611328, 0.6783657670021057, 0.8072643280029297, 1.206020474433899, 0.7214440107345581, 0.4116576611995697, 0.9887961149215698, 1.4150619506835938, 0.7678500413894653, 0.40166452527046204, 0.9109869599342346, 0.8888115882873535, 0.31794974207878113, 0.3890402317047119, 0.5414220690727234, 0.1565089374780655, -0.46362993121147156, 0.09328459948301315, -0.09897421300411224, -0.7815330028533936, -1.063341498374939, -0.5509104132652283, -0.7152184844017029, -1.2902804613113403, -1.2445024251937866, -1.0946955680847168, -1.3238320350646973, -1.478600025177002, -1.151740312576294, -0.9853985905647278, -1.1560965776443481, -0.930095911026001, -0.7502158284187317, -0.6021272540092468, -0.3918534219264984, -0.037162043154239655, 0.028874296694993973, -0.09671905636787415, 0.06971308588981628, 0.2707293927669525, 0.1654968410730362, -0.10865876823663712, 0.17338134348392487, 0.3834684193134308, 0.315446138381958, 0.3072132468223572, 0.47855255007743835, 0.5989404916763306, 0.6194199919700623, 0.8047269582748413, 0.8360768556594849, 0.35148128867149353, 0.3441525101661682, 1.0860483646392822, 1.4679481983184814, 0.6061218976974487, 0.1529545783996582, 0.9716938734054565, 1.5196040868759155, 0.9652121067047119, 0.24201929569244385, 0.6780121326446533, 0.96135014295578, 0.5460542440414429, 0.27677610516548157, 0.4335213601589203, 0.056757863610982895, -0.40912291407585144, -0.09004030376672745, 0.2524885833263397, -0.4708739221096039, -1.211699366569519, -0.9105576276779175, -0.33007723093032837, -0.7768403887748718, -1.3990232944488525, -1.3523285388946533, -1.1336299180984497, -1.0512491464614868, -0.9960964918136597, -0.9400650262832642, -1.0102787017822266, -0.8906964063644409, -0.4732552766799927, -0.16434220969676971, -0.30732637643814087, -0.37084701657295227, -0.16600073873996735, -0.0030620924662798643, 0.12247620522975922, 0.1093066856265068, -0.13389471173286438, -0.30993160605430603, 0.07410034537315369, 0.4226163625717163, 0.17203888297080994, -0.17540499567985535, -0.023982249200344086, 0.4423488676548004, 0.42636969685554504, 0.3731668293476105, 0.48588451743125916, 0.5217206478118896, 0.42347225546836853, 0.4920256435871124, 0.8203840255737305, 1.0716774463653564, 0.9295545816421509, 0.5574279427528381, 0.7092974185943604, 1.2642700672149658, 1.3259094953536987, 0.6807126402854919, 0.43169334530830383, 0.9197066426277161, 1.090152621269226, 0.5470871925354004, 0.242994025349617, 0.4131144881248474, 0.47132608294487, 0.0522913858294487, -0.011253413744270802, -0.1604577600955963, -0.42052194476127625, -0.7157357931137085, -0.642458438873291, -0.5770794749259949, -0.9433928728103638, -1.2287304401397705, -1.2034493684768677, -1.032482385635376, -0.9505184888839722, -0.9050146341323853, -0.9587903618812561, -0.9334675669670105, -0.5830541849136353, -0.2865898013114929, -0.1612805277109146, -0.19858407974243164, -0.26188743114471436, -0.31269383430480957, -0.18441028892993927, 0.12662248313426971, -0.13402311503887177, -0.5514250993728638, -0.365657240152359, 0.11453556269407272, 0.08739040791988373, -0.18386685848236084, -0.13760408759117126, -0.002110076369717717, 0.16082878410816193, 0.20777948200702667, 0.037162717431783676, 0.07616706937551498, 0.2732200622558594, 0.5391793847084045, 0.5110461115837097, 0.25490280985832214, 0.25076740980148315, 0.5780458450317383, 0.9294466376304626, 0.6900360584259033, 0.46560177206993103, 0.6622313857078552, 0.938961923122406, 0.8195695281028748, 0.5834670066833496, 0.6797826886177063, 0.6683563590049744, 0.534792959690094, 0.6326715350151062, 0.7277085781097412, 0.40428227186203003, 0.08582882583141327, 0.2068174034357071, 0.3757750689983368, 0.04140401631593704, -0.4467228353023529, -0.4107413589954376, -0.27521586418151855, -0.4209182560443878, -0.6157326698303223, -0.6735496520996094, -0.6817267537117004, -0.699592113494873, -0.5901308655738831, -0.4875037372112274, -0.5006240606307983, -0.46485254168510437, -0.40459346771240234, -0.3247816562652588, -0.262458473443985, -0.2613726854324341, -0.3630814552307129, -0.5072839856147766, -0.4362233877182007, -0.4219973683357239, -0.4390694797039032, -0.39368149638175964, -0.4801620841026306, -0.33670204877853394, -0.3785453140735626, -0.34793949127197266, -0.4192449748516083, -0.285877525806427, -0.20120622217655182, -0.31674930453300476, -0.3562313914299011, -0.22743791341781616, 0.05425474792718887, 0.10070133209228516, 0.14428551495075226, 0.13850367069244385, 0.28100496530532837, 0.32709383964538574, 0.2879643440246582, 0.47955086827278137, 0.6868576407432556, 0.6183883547782898, 0.4793471693992615, 0.5926714539527893, 0.9516456127166748, 0.8598990440368652, 0.7013367414474487, 0.769600510597229, 0.9729658961296082, 0.9137448072433472, 0.6889437437057495, 0.763684868812561, 0.6920897960662842, 0.539941668510437, 0.4654565453529358, 0.584440290927887, 0.36937999725341797, -0.00446073804050684, 0.026741595938801765, 0.06534349173307419, -0.07627391815185547, -0.2895656228065491, -0.290244460105896, -0.4131872355937958, -0.4836118519306183, -0.34523993730545044, -0.2996114492416382, -0.394709050655365, -0.5074498653411865, -0.36895617842674255, -0.30846086144447327, -0.4150504171848297, -0.6228530406951904, -0.7578961849212646, -0.6759065389633179, -0.6113901734352112, -0.6967375874519348, -0.7387760281562805, -0.8281156420707703, -0.9703645706176758, -0.8022443652153015, -0.6429935693740845, -0.9619042277336121, -1.0959571599960327, -0.7147536873817444, -0.5297722220420837, -0.624678909778595, -0.6552020907402039, -0.43331512808799744, -0.29000672698020935, -0.2157207429409027, -0.07321590930223465, 0.03647899627685547, 0.11256559938192368, 0.24819788336753845, 0.4962673485279083, 0.4800337553024292, 0.5377432703971863, 0.7110269069671631, 0.8518137335777283, 0.8285766839981079, 0.8681614995002747, 1.1589548587799072, 1.1816960573196411, 1.0273969173431396, 1.1024984121322632, 1.2597635984420776, 1.130926251411438, 1.0108004808425903, 1.1340464353561401, 1.0872901678085327, 0.9075773358345032, 0.7163498401641846, 0.7007935643196106, 0.6881797909736633, 0.5104551911354065, 0.30008867383003235, 0.1153494343161583, 0.05723724141716957, -0.019922146573662758, -0.11244320869445801, -0.23028594255447388, -0.3468632102012634, -0.3991570472717285, -0.4462312161922455, -0.45887666940689087, -0.4637512266635895, -0.5357974767684937, -0.6759836077690125, -0.7493242025375366, -0.548601508140564, -0.593445360660553, -0.9707368016242981, -1.1734389066696167, -0.9583642482757568, -0.9100505709648132, -1.3796030282974243, -1.4000054597854614, -1.0864686965942383, -1.007514476776123, -1.1472502946853638, -0.9280740022659302, -0.721352219581604, -0.9110561609268188, -0.8878089189529419, -0.3645181953907013, -0.30588316917419434, -0.5689334869384766, -0.29064157605171204, 0.05284280702471733, 0.029267089441418648, 0.008799600414931774, 0.30086058378219604, 0.45647087693214417, 0.49573031067848206, 0.647152841091156, 0.8716843724250793, 0.878877580165863, 0.7773496508598328, 0.9083126783370972, 1.1557451486587524, 1.1058837175369263, 0.9760886430740356, 1.0670759677886963, 1.1314969062805176, 1.1407139301300049, 1.0647141933441162, 1.0882567167282104, 1.0585535764694214, 0.8681836128234863, 0.7953815460205078, 0.8390160202980042, 0.7058451771736145, 0.5593231916427612, 0.4835022985935211, 0.467140793800354, 0.37821879982948303, 0.34491634368896484, 0.13909555971622467, 0.05402449145913124, -0.06474082916975021, -0.07070092856884003, -0.17854107916355133, -0.34390565752983093, -0.5390880107879639, -0.5793015360832214, -0.5418456196784973, -0.5190590620040894, -0.6977929472923279, -0.849934995174408, -0.8466060757637024, -0.7489014863967896, -0.8920515179634094, -1.1036930084228516, -1.0727161169052124, -0.7925481796264648, -1.0787211656570435, -1.0706452131271362, -0.5671077370643616, -0.7156774401664734, -1.0770106315612793, -0.697625458240509, -0.37073010206222534, -0.6034225225448608, -0.712232768535614, -0.42549267411231995, -0.11096564680337906, -0.3773329257965088, -0.25151047110557556, 0.05759717896580696, 0.03660965710878372, -0.10423406213521957, 0.1296314150094986, 0.29786452651023865, 0.20863156020641327, 0.3671024739742279, 0.5847938656806946, 0.4280841052532196, 0.4699678122997284, 0.6589124202728271, 0.702838122844696, 0.6304493546485901, 0.7170469164848328, 0.8314134478569031, 0.617079496383667, 0.6777470707893372, 0.938407301902771, 0.7169544100761414, 0.5009889006614685, 0.8074479699134827, 0.8237640261650085, 0.5169616937637329, 0.5523740649223328, 0.6601466536521912, 0.597312867641449, 0.5392086505889893, 0.46002528071403503, 0.39589422941207886, 0.2904934883117676, 0.3263046145439148, 0.2990386486053467, 0.15484502911567688, 0.03227546438574791, 0.05057505518198013, 0.015340853482484818, -0.11725300550460815, -0.18454977869987488, -0.22949941456317902, -0.24451994895935059, -0.3321675956249237, -0.41293588280677795, -0.42120254039764404, -0.3448033630847931, -0.45212259888648987, -0.47815215587615967, -0.5178167819976807, -0.5598834156990051, -0.39110273122787476, -0.41131624579429626, -0.5346285104751587, -0.5186126828193665, -0.5891825556755066, -0.7684807777404785, -0.6096323728561401, -0.43553945422172546, -0.7192445993423462, -0.5568750500679016, -0.2328607141971588, -0.45910853147506714, -0.7234932780265808, -0.41514119505882263, -0.39950820803642273, -0.385175496339798, -0.3337494730949402, -0.2644112706184387, -0.16008715331554413, -0.07428978383541107, -0.1043308824300766, -0.04414501041173935, 0.08203849196434021, 0.04773015156388283, 0.12820670008659363, 0.3090779185295105, 0.20387035608291626, 0.19453057646751404, 0.38591867685317993, 0.3986567556858063, 0.26869237422943115, 0.3825405240058899, 0.43617963790893555, 0.44508180022239685, 0.5432689189910889, 0.5266557335853577, 0.5764304995536804, 0.5625788569450378, 0.4825250208377838, 0.5322281122207642, 0.591998815536499, 0.5241900682449341, 0.504618227481842, 0.5740943551063538, 0.6229317784309387, 0.46172353625297546, 0.510476291179657, 0.5893513560295105, 0.4875456988811493, 0.46745479106903076, 0.5785358548164368, 0.4154552221298218, 0.27902770042419434, 0.4119647145271301, 0.2545967996120453, 0.13613754510879517, 0.108368881046772, 0.0484204925596714, -0.16116435825824738, -0.12604288756847382, -0.17107300460338593, -0.32403895258903503, -0.32988864183425903, -0.4080752730369568, -0.553928792476654, -0.492003470659256, -0.6050755977630615, -0.6161571145057678, -0.652959406375885, -0.7214894890785217, -0.8070811033248901, -0.7573968172073364, -0.7086784243583679, -0.7132400870323181, -0.8448487520217896, -0.8642795085906982, -0.6601412296295166, -0.6445854902267456, -0.7758040428161621, -0.5670629143714905, -0.582491934299469, -0.5268786549568176, -0.4410130977630615, -0.3815416097640991, -0.3499411940574646, -0.3511316180229187, -0.14116023480892181, -0.0976572334766388, -0.1465984731912613, -0.09508653730154037, 0.11369430273771286, 0.1343117654323578, 0.18471941351890564, 0.2731085419654846, 0.20742745697498322, 0.3712102174758911, 0.37888655066490173, 0.3206901550292969, 0.46631744503974915, 0.49779677391052246, 0.40953201055526733, 0.526465892791748, 0.6163232326507568, 0.5009772777557373, 0.5392968058586121, 0.7180292010307312, 0.6318666338920593, 0.5525283813476562, 0.6260753870010376, 0.6447334885597229, 0.605473518371582, 0.6029165387153625, 0.5946696400642395, 0.49199432134628296, 0.5119040012359619, 0.45031750202178955, 0.37580737471580505, 0.3914165198802948, 0.24402610957622528, 0.21722657978534698, 0.16288383305072784, 0.17226950824260712, 0.11666513979434967, -0.039610911160707474, -0.10779415816068649, -0.1065661683678627, -0.13723959028720856, -0.25136229395866394, -0.298678994178772, -0.3825240731239319, -0.35304221510887146, -0.3964463174343109, -0.49735721945762634, -0.48597103357315063, -0.5146868824958801, -0.5215474963188171, -0.5916039943695068, -0.4884636104106903, -0.5943456888198853, -0.5764610767364502, -0.45153969526290894, -0.7002435922622681, -0.5311033725738525, -0.42142239212989807, -0.7357131838798523, -0.5539599061012268, -0.4216693341732025, -0.34652990102767944, -0.4196641743183136, -0.4179930090904236, -0.3985055685043335, -0.3886224031448364, -0.1337791085243225, -0.09026239812374115, -0.316808819770813, -0.28888487815856934, -0.04513191431760788, 0.009510066360235214, -0.0560341477394104, 0.03175165131688118, 0.16172225773334503, 0.1457943618297577, 0.06810959428548813, 0.2888187766075134, 0.27629148960113525, 0.1300150454044342, 0.4725397229194641, 0.27570152282714844, 0.3630824089050293, 0.3958761692047119, 0.4204866886138916, 0.39011287689208984, 0.4309470057487488, 0.4607260823249817, 0.40808698534965515, 0.5473436713218689, 0.38442474603652954, 0.3769470453262329, 0.6153944730758667, 0.4300752282142639, 0.4306246340274811, 0.49670660495758057, 0.3322056233882904, 0.38989999890327454, 0.5369546413421631, 0.37914618849754333, 0.3362424373626709, 0.4397011399269104, 0.2737049162387848, 0.27745407819747925, 0.23855946958065033, 0.339995414018631, 0.18560917675495148, 0.0752592384815216, 0.19032397866249084, 0.05077933147549629, 0.036810941994190216, -0.04576043039560318, -0.06515748053789139, -0.1357256919145584, -0.1485784500837326, -0.14230291545391083, -0.4020821750164032, -0.22917190194129944, -0.32416561245918274, -0.46033045649528503, -0.323066771030426, -0.38169097900390625, -0.5598123669624329, -0.5140374898910522, -0.4748051166534424, -0.516875147819519, -0.5271778702735901, -0.5427697896957397, -0.6347146034240723, -0.4467008709907532, -0.5474931597709656, -0.518394947052002, -0.4668048620223999, -0.4079427123069763, -0.46994102001190186, -0.46894097328186035, -0.4010055363178253, -0.38154131174087524, -0.318879097700119, -0.2766524851322174, -0.43855080008506775, -0.14782209694385529, -0.085272416472435, -0.14911210536956787, 0.006194491870701313, 0.011793281883001328, 0.19010119140148163, 0.24733294546604156, 0.046957191079854965, 0.3442186117172241, 0.40996086597442627, 0.2937994599342346, 0.41032472252845764, 0.4084762930870056, 0.5135825872421265, 0.591713011264801, 0.39341089129447937, 0.5926297903060913, 0.635565459728241, 0.4072474539279938, 0.6746252179145813, 0.5690874457359314, 0.4181396961212158, 0.6431605219841003, 0.47302666306495667, 0.34873536229133606, 0.5300828218460083, 0.4819558560848236, 0.1552116423845291, 0.44452759623527527, 0.43336960673332214, 0.06937601417303085, 0.3457784354686737, 0.2620847225189209, -0.07439444214105606, 0.1275682896375656, 0.10794714093208313, -0.1549341082572937, -0.006402910687029362, -0.0047029051929712296, -0.23053905367851257, -0.154246523976326, -0.1287282109260559, -0.3441688120365143, -0.34207427501678467, -0.18343117833137512, -0.40785884857177734, -0.5309280753135681, -0.18557065725326538, -0.5189518332481384, -0.5137312412261963, -0.35230860114097595, -0.5638424754142761, -0.4398959279060364, -0.44422441720962524, -0.5229617357254028, -0.5074569582939148, -0.43153467774391174, -0.390124648809433, -0.49477893114089966, -0.39968186616897583, -0.20926222205162048, -0.2639918923377991, -0.19472257792949677, -0.2035757601261139, -0.1826058030128479, -0.11712661385536194, -0.006715763825923204, -0.10817699879407883, 0.006332068238407373, 0.06276276707649231, 0.026846732944250107, 0.25963422656059265, 0.17938032746315002, -0.0045247008092701435, 0.17016471922397614, 0.2162395417690277, 0.15497183799743652, 0.13299085199832916, 0.13789312541484833, 0.19781269133090973, 0.23462308943271637, 0.2901201546192169, 0.20334185659885406, 0.30314651131629944, 0.35216599702835083, 0.2717989981174469, 0.3834512233734131, 0.40473395586013794, 0.2955331802368164, 0.22633053362369537, 0.24185971915721893, 0.39716166257858276, 0.19226622581481934, 0.24364985525608063, 0.22375856339931488, 0.053384311497211456, 0.12510469555854797, 0.2441268116235733, -0.062107618898153305, 0.013146626763045788, 0.10222353041172028, -0.152276873588562, 0.04778572916984558, 0.06341349333524704, -0.15256860852241516, -0.07311049848794937, 0.03576808050274849, -0.138341024518013, -0.03251007944345474, -0.08739914745092392, -0.22819086909294128, -0.0934232771396637, -0.13170304894447327, -0.26616528630256653, -0.07354817539453506, -0.23880767822265625, -0.2056155800819397, -0.13713613152503967, -0.21928176283836365, -0.12006313353776932, -0.14396899938583374, -0.2135239541530609, -0.18287645280361176, -0.057778697460889816, -0.20981982350349426, -0.1623583287000656, -0.009285198524594307, -0.2755717635154724, -0.10082308948040009, -0.14049233496189117, -0.1349106878042221, -0.16283783316612244, -0.07170253247022629, -0.19870351254940033, -0.012447364628314972, 0.05232343077659607, -0.22444024682044983, 0.15670542418956757, 0.034809600561857224, -0.02056731842458248, 0.07758388668298721, 0.08304817229509354, -0.056509677320718765, -0.055171266198158264, 0.0632123053073883, 0.08157176524400711, -0.13459745049476624, 0.1318432092666626, 0.08608124405145645, -0.12642189860343933, 0.13903473317623138, 0.15183782577514648, 0.13142050802707672, 0.11385682225227356, 0.12630149722099304, 0.03045923076570034, 0.2655336260795593, 0.08064194023609161, 0.13571332395076752, -0.027763400226831436, 0.0837317705154419, 0.12669020891189575, 0.00703458720818162, 0.01857304573059082, 0.07974892854690552, 0.017264919355511665, 0.10578923672437668, 0.09986571222543716, 0.045517709106206894, -0.0015341299585998058, -0.06698764860630035, 0.010211694985628128, 0.032666366547346115, -0.217409148812294, 0.022545523941516876, -0.06394030153751373, -0.29760676622390747, -0.01303381659090519, -0.03956930339336395, -0.288138210773468, 0.004483391996473074, -0.07641852647066116, -0.1939137578010559, 0.14738476276397705, -0.12062004208564758, -0.1666850745677948, 0.13455317914485931, -0.0007504723616875708, -0.10360017418861389, 0.14780695736408234, -0.04225976765155792, -0.16533340513706207, 0.1938370019197464, -0.07969359308481216, -0.12828375399112701, 0.0532345175743103, 0.043451689183712006, -0.07341507077217102, 0.08234786242246628, 0.05530509352684021, 0.046924613416194916, 0.13684913516044617, -0.029066400602459908, 0.19321909546852112, 0.05322016403079033, 0.04527841880917549, 0.11029365658760071, 0.003484148997813463, 0.22145672142505646, 0.05304007604718208, -0.06006549671292305, 0.17555662989616394, 0.09195787459611893, 0.0721885934472084, 0.1273433119058609, 0.10487809032201767, 0.0864381343126297, 0.052130717784166336, 0.08326699584722519, -0.041441235691308975, -0.06245850771665573, 0.04721352458000183, -0.11452623456716537, -0.07746873795986176, -0.11927744001150131, -0.04191507026553154, 0.006091548129916191, -0.13783200085163116, -0.071712426841259, -0.009054177440702915, -0.021334396675229073, -0.14379087090492249, -0.1483798772096634, 0.023761315271258354, -0.17648397386074066, -0.07624497264623642, -0.06615431606769562, -0.30007603764533997, 0.013087602332234383, -0.1090758889913559, -0.2255450338125229, -0.21010462939739227, -0.04991741105914116, -0.126376211643219, -0.04672301560640335, -0.10523627698421478, 0.06671113520860672, 0.0028751709032803774, -0.07057347148656845, 0.1588926464319229, -0.05735733360052109, 0.047662992030382156, 0.05552641674876213, 0.08525807410478592, 0.0922655537724495, 0.16600559651851654, -0.0018550334498286247, 0.00904934387654066, 0.24940769374370575, 0.14510026574134827, 0.0620308592915535, 0.24703828990459442, 0.16810496151447296, 0.20626600086688995, 0.3294459879398346, 0.2191968411207199, 0.053810618817806244, 0.3267068862915039, 0.2332768440246582, 0.12171494215726852, 0.3253767788410187, 0.15480968356132507, 0.20945940911769867, 0.2169690877199173, 0.12021955102682114, 0.042539700865745544, 0.09138442575931549, 0.0945575088262558, -0.008778332732617855, 0.10905930399894714, -0.04945605993270874, 0.057658951729536057, 0.03404391556978226, -0.03954385966062546, -0.015820320695638657, -0.07790258526802063, 0.02275267243385315, -0.08379857242107391, -0.114911749958992, 0.10605932772159576, -0.16204769909381866, -0.026357488706707954, -0.10764242708683014, -0.0292664747685194, -0.1367373913526535, -0.30459287762641907, -0.0824095755815506, -0.21322689950466156, -0.10100019723176956, -0.22323139011859894, -0.30411750078201294, -0.17419026792049408, -0.22650566697120667, -0.25626274943351746, -0.05813266336917877, -0.18664349615573883, -0.15067289769649506, -0.16218702495098114, -0.0986422747373581, -0.12091609090566635, -0.0962720438838005, -0.10701944679021835, -0.20010805130004883, -0.16872642934322357, -0.01320311613380909, -0.16354700922966003, 0.013945457525551319, 0.10824175179004669, -0.0732373595237732, 0.116883285343647, 0.01999812014400959, -0.11989148706197739, 0.10814449191093445, 0.1811041384935379, 0.01114446111023426, 0.18339110910892487, 0.2206033170223236, 0.1202627643942833, 0.014031913131475449, 0.2731350064277649, 0.09952671825885773, 0.1901833564043045, 0.19050343334674835, 0.09462049603462219, 0.21364229917526245, 0.26728227734565735, 0.20336367189884186, 0.2854158878326416, 0.21175284683704376, 0.209494486451149, 0.2775532901287079, 0.2055440992116928, 0.29293012619018555, 0.2273663878440857, 0.23099680244922638, 0.1921733021736145, 0.1910899430513382, 0.11794640123844147, 0.1426471769809723, 0.08904321491718292, 0.15302883088588715, 0.022177372127771378, 0.0012671336298808455, -0.047347381711006165, 0.07719104737043381, -0.1073857843875885, -0.10327860713005066, 0.02632693387567997, -0.19211097061634064, -0.14878210425376892, -0.14227943122386932, -0.2178204506635666, -0.21630892157554626, -0.18848024308681488, -0.16347196698188782, -0.24500758945941925, -0.13048586249351501, -0.2798471748828888, -0.1822236329317093, -0.21291938424110413, -0.3937374949455261, -0.17974106967449188, -0.34476831555366516, -0.30685439705848694, -0.18994316458702087, -0.36580339074134827, -0.18823124468326569, -0.14704960584640503, -0.3358228802680969, -0.12352290749549866, -0.16672870516777039, -0.18992197513580322, -0.29532530903816223, 0.053370919078588486, -0.28650757670402527, -0.030050698667764664, -0.011504149995744228, -0.19854487478733063, 0.1351831555366516, 0.09526489675045013, -0.019319022074341774, 0.18812106549739838, 0.16438321769237518, 0.06211799010634422, 0.23608531057834625, 0.2452056109905243, 0.12629340589046478, 0.31066691875457764, 0.26132288575172424, 0.20673403143882751, 0.3578256368637085, 0.28732532262802124, 0.307915061712265, 0.3376377820968628, 0.3536369502544403, 0.3552580177783966, 0.25648146867752075, 0.3657788336277008, 0.3830322325229645, 0.24558530747890472, 0.26669812202453613, 0.2988574504852295, 0.09203239530324936, 0.24454572796821594, 0.18698464334011078, 0.05254136025905609, 0.1386345475912094, 0.15604868531227112, 0.0318799763917923, -0.052161697298288345, 0.16885092854499817, -0.2141915261745453, 0.00294939405284822, -0.017971819266676903, -0.2599627673625946, -0.13105739653110504, -0.17540819942951202, -0.12770386040210724, -0.2436770796775818, -0.2467687875032425, -0.22415001690387726, -0.16751544177532196, -0.1986241638660431, -0.3178945779800415, -0.3081091344356537, -0.29890453815460205, -0.47139593958854675, -0.3044494390487671, -0.39622563123703003, -0.28192463517189026, -0.49836742877960205, -0.3440186381340027, -0.23129522800445557, -0.3108961880207062, -0.24180063605308533, -0.2798877954483032, -0.1799120306968689, -0.19669803977012634, -0.2820848822593689, -0.03398972377181053, -0.1268041878938675, -0.14027215540409088, 0.07893860340118408, 0.0035775634460151196, 0.01705029048025608, 0.021488633006811142, -0.06560918688774109, 0.11886624991893768, 0.1542561650276184, 0.16817930340766907, 0.12388170510530472, 0.27904850244522095, 0.17346476018428802, 0.3041945695877075, 0.4242747128009796, 0.2178032249212265, 0.32767924666404724, 0.2708037793636322, 0.2691054344177246, 0.3659480810165405, 0.3258790671825409, 0.34698009490966797, 0.3753281533718109, 0.31281107664108276, 0.4045066237449646, 0.2630475163459778, 0.41805729269981384, 0.3043080270290375, 0.20851358771324158, 0.4680233299732208, 0.10016109049320221, 0.16357630491256714, 0.09937691688537598, 0.07344712316989899, 0.14060068130493164, 0.0005150415236130357, 0.009376890026032925, 0.0757446140050888, -0.09700055420398712, -0.011912595480680466, -0.076292023062706, -0.026071688160300255, -0.15405365824699402, -0.2236732393503189, -0.06035119667649269, -0.21266986429691315, -0.26245108246803284, -0.23232465982437134, -0.3148927390575409, -0.2898480296134949, -0.2929307818412781, -0.42475220561027527, -0.27791208028793335, -0.2989685535430908, -0.3975616991519928, -0.34491389989852905, -0.24301013350486755, -0.3027508556842804, -0.3532658815383911, -0.17181316018104553, -0.18518468737602234, -0.30890512466430664, -0.22907988727092743, -0.20827139914035797, -0.3542152941226959, -0.11972597986459732, -0.1880403459072113, -0.18841131031513214, 0.0001649838814046234, -0.13097724318504333, -0.03925454989075661, 0.06707371771335602, 0.02020353078842163, 0.12853087484836578, 0.043815504759550095, 0.09183447808027267, 0.3026847541332245, 0.06782938539981842, 0.2833285927772522, 0.3065605163574219, 0.2916128933429718, 0.34277886152267456, 0.28190284967422485, 0.2674642503261566, 0.5020127892494202, 0.34307602047920227, 0.33924350142478943, 0.4440402686595917, 0.3531991243362427, 0.4332605302333832, 0.3260467052459717, 0.40733280777931213, 0.3890783190727234, 0.3047032654285431, 0.2455635517835617, 0.3302342891693115, 0.2542251944541931, 0.16797460615634918, 0.2276078313589096, 0.11966726928949356, 0.10222532600164413, 0.02646581456065178, -0.0045313723385334015, 0.009524701163172722, -0.09367383271455765, 0.015700096264481544, -0.11820316314697266, -0.10900726169347763, -0.08744121342897415, -0.21593545377254486, -0.30684909224510193, -0.16205231845378876, -0.15938866138458252, -0.4085546135902405, -0.2627057433128357, -0.24698081612586975, -0.3964141607284546, -0.39404505491256714, -0.23506928980350494, -0.48031774163246155, -0.21850529313087463, -0.31372037529945374, -0.25266003608703613, -0.2548639476299286, -0.4856150150299072, -0.18822893500328064, -0.43709510564804077, -0.3482324182987213, -0.1710284799337387, -0.40535086393356323, -0.15668624639511108, -0.20450544357299805, -0.12299413979053497, -0.16414758563041687, 0.02962132729589939, 0.07865343987941742, -0.0011526509188115597, 0.19208401441574097, 0.07422091066837311, 0.10391701757907867, 0.398410826921463, 0.031252775341272354, 0.3446587920188904, 0.38118860125541687, 0.14866751432418823, 0.5288411378860474, 0.44757747650146484, 0.36305806040763855, 0.5202597379684448, 0.44915953278541565, 0.3829961121082306, 0.522478461265564, 0.3703352212905884, 0.393644779920578, 0.4535205066204071, 0.44919705390930176, 0.3417717516422272, 0.35213565826416016, 0.3876970410346985, 0.18944904208183289, 0.31977853178977966, 0.20440742373466492, 0.2483680248260498, 0.16840560734272003, 0.09130223095417023, 0.0603875033557415, 0.1368163526058197, -0.041820600628852844, 0.010888418182730675, -0.008188484236598015, -0.3179149031639099, -0.021273605525493622, -0.18236640095710754, -0.425437331199646, -0.08114366233348846, -0.31087660789489746, -0.441280722618103, -0.20291858911514282, -0.4539303183555603, -0.4324648082256317, -0.35082462430000305, -0.37541085481643677, -0.38907283544540405, -0.27226531505584717, -0.36842527985572815, -0.5404146313667297, -0.2576512396335602, -0.5494242310523987, -0.33365288376808167, -0.3583977222442627, -0.4994894564151764, -0.09309287369251251, -0.3821958601474762, -0.2686798870563507, -0.20109979808330536, -0.33485376834869385, -0.03334852680563927, -0.19104263186454773, -0.07729589194059372, 0.04333999752998352, 0.1045268177986145, -0.01030613575130701, 0.07997503131628036, 0.1879357099533081, 0.0976090133190155, 0.3056972026824951, 0.32330045104026794, 0.19595736265182495, 0.5198168158531189, 0.46961158514022827, 0.3370154798030853, 0.6361649036407471, 0.46403199434280396, 0.4149002432823181, 0.5183418989181519, 0.4688796103000641, 0.5200734734535217, 0.46826568245887756, 0.48770248889923096, 0.41701167821884155, 0.35230353474617004, 0.3863718807697296, 0.2993500232696533, 0.31020668148994446, 0.3261262774467468, 0.0645269826054573, 0.3071359694004059, 0.056960612535476685, 0.0813961997628212, 0.08587489277124405, -0.05938532203435898, -0.03326960280537605, -0.013338628225028515, -0.141389861702919, -0.11863638460636139, -0.1473778933286667, -0.2800050377845764, -0.32708093523979187, -0.158964142203331, -0.48150280117988586, -0.30477848649024963, -0.3544560670852661, -0.5309598445892334, -0.439598947763443, -0.27501124143600464, -0.5281255841255188, -0.49657678604125977, -0.3895247280597687, -0.6637592315673828, -0.2840689718723297, -0.42442044615745544, -0.6119825839996338, -0.2852877676486969, -0.39306965470314026, -0.5970749258995056, -0.145233154296875, -0.4174947142601013, -0.39679619669914246, -0.23918503522872925, -0.1310778111219406, -0.15562982857227325, 0.03856882080435753, -0.03838180750608444, -0.04264334589242935, 0.21378907561302185, -0.03763103112578392, 0.410178542137146, 0.2203904390335083, 0.1919914335012436, 0.41025474667549133, 0.4990748167037964, 0.27107179164886475, 0.6723836064338684, 0.5299383401870728, 0.34231051802635193, 0.604131281375885, 0.6371030807495117, 0.5539013743400574, 0.589297890663147, 0.41117000579833984, 0.46876922249794006, 0.6107828617095947, 0.19604294002056122, 0.4551835358142853, 0.3452644646167755, 0.23782549798488617, 0.25147560238838196, 0.2676100730895996, 0.12023032456636429, 0.2763293981552124, -0.0008204166078940034, -0.07666578888893127, 0.20345091819763184, -0.10671326518058777, -0.0792965292930603, -0.04477326199412346, -0.16677965223789215, -0.2081056535243988, -0.15352141857147217, -0.3281698226928711, -0.31454867124557495, -0.2184375375509262, -0.5331209301948547, -0.38368117809295654, -0.35837244987487793, -0.602989912033081, -0.48751816153526306, -0.41127416491508484, -0.5705854892730713, -0.15086477994918823, -0.5384763479232788, -0.8919556140899658, -0.3768409490585327, -0.5656517148017883, -0.8015621900558472, -0.2960064709186554, -0.42450109124183655, -0.5329744219779968, -0.15971973538398743, -0.2450159788131714, -0.33499759435653687, -0.1030152291059494, -0.11312177032232285, -0.1317504346370697, 0.11697641760110855, 0.2814980149269104, -0.0838899165391922, 0.34281954169273376, 0.4103243052959442, 0.2734968662261963, 0.48343735933303833, 0.29876235127449036, 0.6472018957138062, 0.34904778003692627, 0.54603511095047, 0.6520822048187256, 0.4651773273944855, 0.7129456996917725, 0.3434450030326843, 0.4098654091358185, 0.717909574508667, 0.44951242208480835, 0.32503166794776917, 0.49380213022232056, 0.4325335919857025, 0.2832432687282562, 0.2949092984199524, 0.35886508226394653, 0.2173442840576172, 0.1257389783859253, 0.16994516551494598, 0.047830794006586075, 0.23754091560840607, -0.07487720251083374, -0.050814904272556305, 0.11075861006975174, -0.1799692064523697, -0.11145100742578506, -0.15726445615291595, -0.18775245547294617, -0.22130094468593597, -0.2939246594905853, -0.29478493332862854, -0.23440860211849213, -0.36307233572006226, -0.30131271481513977, -0.5782057046890259, -0.44760215282440186, -0.5107678174972534, -0.6705241203308105, -0.5743100047111511, -0.6077548265457153, -0.5296661257743835, -0.5304388403892517, -0.4593048095703125, -0.2764880657196045, -0.3408784568309784, -0.5337004661560059, 0.008854144252836704, -0.24429431557655334, -0.3727739453315735, -0.04108386114239693, -0.1498396098613739, -0.0038900156505405903, 0.11723630130290985, -0.1388576328754425, 0.14432384073734283, 0.38416701555252075, 0.22747935354709625, 0.13399237394332886, 0.5377866625785828, 0.5729612708091736, 0.19272054731845856, 0.5896288156509399, 0.5629242062568665, 0.4897066354751587, 0.48975470662117004, 0.3484616279602051, 0.46615365147590637, 0.5324411392211914, 0.39090320467948914, 0.2639182209968567, 0.3674100637435913, 0.36328697204589844, 0.10080397129058838, 0.2385585457086563, 0.38074976205825806, 0.10240212827920914, -0.06995133310556412, 0.32472699880599976, 0.13463924825191498, 0.11086773872375488, 0.11034556478261948, -0.1321280151605606, 0.07359563559293747, 0.09954909235239029, -0.20710057020187378, -0.0969657227396965, 0.075511634349823, -0.32244881987571716, -0.3725784420967102, -0.05484823137521744, -0.19702625274658203, -0.5142824053764343, -0.5603824853897095, -0.2976319491863251, -0.4169282913208008, -0.4403548538684845, -0.33150210976600647, -0.7300939559936523, -0.32454001903533936, -0.3924233317375183, -0.49077680706977844, -0.4188063144683838, -0.3437333405017853, -0.3126052916049957, -0.31045445799827576, -0.35678014159202576, -0.09445048123598099, -0.002572748577222228, -0.024219481274485588, -0.041453130543231964, -0.03924669325351715, 0.27146920561790466, 0.2814835011959076, 0.3114011585712433, 0.19779342412948608, 0.3733621835708618, 0.5094061493873596, 0.27823933959007263, 0.2936345338821411, 0.6013610363006592, 0.43408676981925964, 0.27509912848472595, 0.3162091374397278, 0.2920779883861542, 0.581875205039978, 0.19523878395557404, 0.059554245322942734, 0.34557485580444336, 0.24342286586761475, -0.030972503125667572, 0.17186236381530762, 0.285349041223526, 0.0815630555152893, 0.025831056758761406, -0.037478767335414886, 0.24711936712265015, 0.12530024349689484, -0.14049792289733887, -0.15819652378559113, 0.06651932746171951, 0.024940207600593567, -0.2585223317146301, -0.04664238169789314, -0.007202479988336563, -0.409430593252182, -0.273101270198822, -0.03721468523144722, -0.2572144865989685, -0.3240211308002472, -0.4604114294052124, -0.33160844445228577, -0.2634241282939911, -0.216544508934021, -0.46624526381492615, -0.45083528757095337, -0.4038267731666565, -0.22627468407154083, -0.48456546664237976, -0.3063328266143799, -0.09995455294847488, -0.4544733166694641, -0.520366370677948, 0.030111758038401604, 0.054295193403959274, 0.15187756717205048, -0.06778460741043091, -0.2019805610179901, 0.3401152789592743, 0.5936888456344604, 0.1371762603521347, 0.06098896265029907, 0.7154139280319214, 0.3831188380718231, 0.1516725718975067, 0.510697066783905, 0.7275732755661011, 0.4151528775691986, 0.18239441514015198, 0.008691255003213882, 0.5871676802635193, 0.42260441184043884, -0.00790437776595354, -0.009124603122472763, 0.24974457919597626, 0.16928233206272125, -0.1418943852186203, -0.07946432381868362, 0.28877726197242737, -0.009628520347177982, -0.3415387272834778, -0.2223791480064392, 0.21379171311855316, 0.006530459970235825, -0.4203871190547943, -0.2082253098487854, -0.201401948928833, -0.03833747282624245, -0.23125140368938446, -0.1874821037054062, -0.19532108306884766, -0.28079134225845337, -0.3603062331676483, -0.10923956334590912, -0.16913193464279175, -0.37739861011505127, -0.6182785630226135, -0.49382829666137695, -0.009376644156873226, -0.19669735431671143, -0.6745458245277405, -0.385431706905365, -0.2787054181098938, -0.27154403924942017, -0.16203100979328156, -0.21858330070972443, -0.04161704331636429, -0.5753659605979919, -0.08586283028125763, 0.23584170639514923, 0.3988887667655945, 0.028948619961738586, -0.1637570559978485, 0.4712633192539215, 0.6861507892608643, 0.44144344329833984, 0.36053138971328735, 0.5624030828475952, 0.6988261938095093, 0.30102092027664185, 0.49815794825553894, 0.873934805393219, 0.6895664930343628, 0.05235325172543526, 0.1489924192428589, 0.7065960168838501, 0.429175466299057, 0.07334008067846298, -0.021634291857481003, 0.25000762939453125, -0.02534174732863903, -0.07256051152944565, 0.033588651567697525, -0.053217917680740356, -0.15494567155838013, -0.2610447108745575, -0.2753269374370575, -0.03211537003517151, -0.14001767337322235, -0.3041374385356903, -0.5889126062393188, -0.3388527035713196, -0.08887948840856552, -0.35970067977905273, -0.36807671189308167, -0.340763121843338, -0.4418143630027771, -0.4193880259990692, -0.17560389637947083, -0.20110228657722473, -0.4220748841762543, -0.5965537428855896, -0.4248533844947815, -0.23447854816913605, -0.22054386138916016, -0.4022859036922455, -0.5692065954208374, -0.28712838888168335, -0.15373310446739197, -0.0806712657213211, -0.10721497982740402, -0.7552453279495239, 0.18555296957492828, 0.3299298882484436, 0.12569111585617065, -0.2366790920495987, 0.30177345871925354, 0.7308683395385742, 0.410629004240036, 0.28296688199043274, 0.7533407211303711, 0.8665489554405212, 0.5778759717941284, 0.28353697061538696, 0.7513765692710876, 1.2136791944503784, 0.7041948437690735, -0.02525106444954872, 0.564605712890625, 1.142801284790039, 0.21004197001457214, 0.011327603831887245, 0.4194917380809784, 0.4115811288356781, -0.05283493176102638, -0.14155912399291992, 0.20874819159507751, -0.0001382580230711028, -0.24997276067733765, -0.2143823206424713, -0.11265404522418976, -0.07557223737239838, -0.5048567652702332, -0.5131871104240417, -0.2654682695865631, -0.2000153511762619, -0.6625674366950989, -0.5082229971885681, -0.3078254461288452, -0.3295186758041382, -0.5712616443634033, -0.46973127126693726, -0.23564204573631287, -0.43341657519340515, -0.513624906539917, -0.48723188042640686, -0.18126310408115387, -0.40238305926322937, -0.5570559501647949, -0.36053916811943054, -0.28888067603111267, -0.38492244482040405, -0.2908254861831665, -0.45181769132614136, -0.5874584317207336, 0.23089389503002167, 0.22189317643642426, -0.06523385643959045, -0.3951443135738373, 0.35976698994636536, 0.7184593081474304, 0.34825944900512695, 0.1964271068572998, 0.6078994870185852, 0.944251298904419, 0.44568324089050293, 0.254976749420166, 1.0023146867752075, 1.1448696851730347, 0.32772916555404663, -0.026152625679969788, 0.9189143180847168, 1.198199987411499, 0.1256079524755478, -0.06563383340835571, 0.4607003629207611, 0.5532729625701904, 0.050887566059827805, 0.07992170751094818, 0.11318819969892502, 0.01141053531318903, -0.08892305940389633, -0.12343495339155197, 0.12389595061540604, -0.31002891063690186, -0.5601475238800049, -0.3135695457458496, -0.13998369872570038, -0.28734850883483887, -0.5166351199150085, -0.3984552025794983, -0.4602617919445038, -0.19207938015460968, -0.4803852438926697, -0.4422000050544739, -0.10488586872816086, -0.5432886481285095, -0.5448042750358582, -0.22240754961967468, -0.2680831551551819, -0.2504272758960724, -0.5741075277328491, -0.508003294467926, 0.09530333429574966, -0.04918497055768967, -1.024098515510559, -0.5728285908699036, 0.3346509039402008, 0.3332168757915497, -0.43298420310020447, -0.791755735874176, 0.800072431564331, 0.9070470333099365, -0.1142350360751152, -0.24186041951179504, 0.9756406545639038, 0.9150950312614441, -0.19545187056064606, 0.43290528655052185, 1.1053199768066406, 0.8571226000785828, -0.0683848112821579, -0.07154981046915054, 1.2309658527374268, 0.7223502993583679, -0.14538787305355072, 0.012843254022300243, 0.3590458333492279, 0.45037877559661865, 0.068630650639534, -0.14520029723644257, -0.16904854774475098, -0.02282864600419998, -0.021862301975488663, -0.060883779078722, -0.15369033813476562, -0.5855319499969482, -0.2909274697303772, -0.2185356616973877, -0.34973734617233276, -0.3577668070793152, -0.2907814085483551, -0.3874039947986603, -0.2598892152309418, -0.18689313530921936, -0.18914686143398285, -0.021468784660100937, -0.3985093832015991, -0.15452666580677032, -0.1634148210287094, -0.24753737449645996, 0.030560610815882683, -0.34338074922561646, -0.17503315210342407, 0.06247870624065399, -0.14734375476837158, -0.8075915575027466, 0.19142848253250122, 0.6057032942771912, 0.08994664251804352, -0.840984046459198, -0.10581793636083603, 0.8589117527008057, 0.7430351376533508, -0.37403401732444763, -0.10282518714666367, 1.1235486268997192, 0.532417356967926, -0.19987896084785461, 0.5968820452690125, 1.0581588745117188, 0.23019570112228394, -0.5090133547782898, 0.4589204788208008, 1.1055349111557007, 0.11430288851261139, -0.43063849210739136, -0.09186890721321106, 0.3443414270877838, 0.16278181970119476, 0.024957047775387764, -0.45073646306991577, -0.49415019154548645, -0.13050347566604614, 0.12670603394508362, -0.25220823287963867, -0.6885870099067688, -0.6301699280738831, -0.1521533727645874, -0.377401739358902, -0.4172373116016388, -0.21339021623134613, -0.47716957330703735, -0.8978022933006287, -0.19357596337795258, 0.12671828269958496, -0.03603527694940567, -0.08341706544160843, -0.4297965466976166, -0.17830191552639008, 0.5769570469856262, 0.4484652280807495, -0.1791735291481018, 0.06251320242881775, 0.4710778594017029, -0.16217893362045288, -0.34730231761932373, 0.559727132320404, 1.003379464149475, -0.1707514524459839, -1.2430839538574219, 0.8263071179389954, 1.5634737014770508, 0.2729489505290985, -0.5813456177711487, 0.2940085232257843, 1.2428433895111084, 0.31794700026512146, -0.1433737725019455, 0.7276509404182434, 0.8092591762542725, -0.21688252687454224, -0.3779490292072296, 0.9189674854278564, 0.7998949885368347, -0.3089696764945984, -0.6862395405769348, -0.06770091503858566, 0.3949556052684784, 0.1522371619939804, -0.40569373965263367, -0.8408169746398926, -0.47489649057388306, -0.07988547533750534, -0.27119940519332886, -0.8045055866241455, -0.7779731750488281, -0.45175832509994507, -0.7715442776679993, -0.7853631973266602, -0.10091792792081833, -0.20632487535476685, -0.8495521545410156, -0.7680836319923401, 0.17920616269111633, 0.400849312543869, -0.1668984442949295, -0.5465933084487915, -0.0021840757690370083, 0.37045058608055115, 0.6190263032913208, 0.14686821401119232, 0.223987877368927, -0.07341808825731277, -0.5248851776123047, 0.651832640171051, 1.2051844596862793, 0.7129960060119629, -0.9011179208755493, -0.21386560797691345, 1.5778042078018188, 1.4309769868850708, -0.2768288254737854, 0.1432081162929535, 1.0342639684677124, 0.42248955368995667, 0.04029320180416107, 1.05410635471344, 1.0866155624389648, -0.2992340326309204, -0.6068493127822876, 0.5785110592842102, 0.9717879891395569, 0.0077093495056033134, -0.6434489488601685, -0.4912343919277191, -0.23697088658809662, 0.004483240656554699, 0.16084931790828705, -0.8725056052207947, -1.2698734998703003, -0.6564714312553406, -0.28006163239479065, -0.32676851749420166, -0.9604538083076477, -1.0030517578125, -1.0357693433761597, -0.6743729710578918, 0.005935815628618002, -0.056500375270843506, -0.8593076467514038, -0.938596248626709, 0.0687292292714119, 0.5679038166999817, 0.39946144819259644, -0.31395581364631653, -0.04878239706158638, 0.5856356024742126, 0.5084822177886963, 1.0953290462493896, 0.30600816011428833, -0.8399288058280945, 0.3023246228694916, 1.5360097885131836, 1.4173208475112915, -0.7769743800163269, -0.4185083210468292, 1.5186594724655151, 1.274223804473877, -0.011220992542803288, -0.05577816441655159, 1.232965350151062, 0.5672283172607422, -0.4488820731639862, 0.5421185493469238, 1.2572903633117676, 0.35162898898124695, -0.8741317391395569, -0.20779895782470703, 0.6223083138465881, 0.32820191979408264, -0.41445860266685486, -0.846783459186554, -0.9617488384246826, -0.25813406705856323, 0.45512333512306213, -0.9691441059112549, -1.885986089706421, -1.3067342042922974, 0.03257478401064873, -0.10560290515422821, -1.4130927324295044, -1.4294898509979248, -0.759434700012207, -0.1380811631679535, -0.11527646332979202, -0.3690791130065918, -0.3778544068336487, -0.36593228578567505, 0.010384643450379372, 0.4073769152164459, 0.6181596517562866, 0.4156569838523865, 0.2491300106048584, 0.5214335918426514, 1.08730149269104, 1.1979972124099731, -0.33491578698158264, -0.016818281263113022, 1.6101305484771729, 2.047765016555786, -0.34670963883399963, -0.9160196185112, 1.7418063879013062, 2.0193235874176025, -0.05254129320383072, -0.8124685883522034, 1.1381769180297852, 1.5597128868103027, -0.49724122881889343, -0.35567232966423035, 1.0074489116668701, 0.5297592878341675, -0.7889533042907715, -0.6553577780723572, 0.19081075489521027, -0.013129605911672115, -0.5697163343429565, -1.1496096849441528, -1.3056837320327759, -0.2758082449436188, 0.15561312437057495, -1.3494727611541748, -2.6684062480926514, -1.1140860319137573, 0.5916586518287659, -0.6003519296646118, -2.2003917694091797, -1.4531691074371338, -0.043725449591875076, 0.015130802989006042, -0.3232073187828064, -0.3647991120815277, -0.12071313709020615, 0.17368507385253906, 0.3816593885421753, 0.5856248736381531, 0.740490734577179, 0.9080894589424133, 0.5030333995819092, 0.8276183009147644, 1.393263578414917, 0.34843987226486206, 0.08445846289396286, 1.1950219869613647, 2.1433780193328857, 0.44144079089164734, -0.8754850625991821, 1.0947333574295044, 2.3450539112091064, 0.8504534959793091, -0.8746212720870972, 0.41972777247428894, 1.4168421030044556, 0.22076095640659332, -0.18643267452716827, 0.460140198469162, 0.08149760961532593, -0.838264524936676, -0.16597643494606018, 0.17940790951251984, -0.6642352342605591, -1.3936288356781006, -1.2148761749267578, -0.7121241092681885, -0.8125222325325012, -0.6995092034339905, -1.5104163885116577, -2.075230121612549, -1.2085520029067993, -0.17828062176704407, -0.5698626041412354, -1.56426203250885, -1.2559890747070312, -0.5529466867446899, -0.042109165340662, 0.0986955463886261, 0.07461506873369217, -0.11658548563718796, -0.22185547649860382, 0.6999090909957886, 1.6118736267089844, 1.0125433206558228, 0.6272198557853699, 1.087649941444397, 1.2634992599487305, 0.026850547641515732, 0.6382940411567688, 2.328962802886963, 2.2121012210845947, -0.4956887364387512, -0.949622392654419, 1.7379151582717896, 2.8060684204101562, 0.5145957469940186, -1.3684438467025757, 0.06789933145046234, 1.2748725414276123, 0.2663436532020569, -0.24814507365226746, 0.1053984984755516, -0.41994917392730713, -1.2392871379852295, -0.5603432059288025, 0.08655739575624466, -0.9082131385803223, -1.6009575128555298, -1.452887773513794, -1.2790584564208984, -1.0140535831451416, -0.47719189524650574, -1.006304144859314, -2.453784465789795, -2.073436737060547, 0.12372017651796341, 0.5835107564926147, -1.1041126251220703, -2.018446922302246, -0.8824425935745239, 0.8080874085426331, 0.9604682922363281, 0.012526998296380043, -0.47245126962661743, 0.3870759606361389, 1.533401608467102, 1.8311212062835693, 1.6078559160232544, 1.3324435949325562, 1.3332618474960327, 0.5040713548660278, 0.6215140223503113, 2.4420688152313232, 2.973306655883789, 0.7456981539726257, -1.5966821908950806, 0.3820298910140991, 3.0073680877685547, 1.9499869346618652, -1.0525879859924316, -1.4474279880523682, 0.25472185015678406, 0.6847854256629944, 0.0045288982801139355, -0.6310372352600098, -1.3437268733978271, -1.585362434387207, -1.062058448791504, -0.5890851616859436, -0.8398555517196655, -1.585956335067749, -2.077030897140503, -2.268784523010254, -0.9841967225074768, 0.2794075310230255, -0.9158655405044556, -3.0099785327911377, -2.197450637817383, 0.534191370010376, 1.1179473400115967, -0.7409016489982605, -1.688650369644165, -0.5563364028930664, 0.8807794451713562, 1.4022880792617798, 0.7149717807769775, 0.22656159102916718, 0.8109912276268005, 1.7335535287857056, 2.3227689266204834, 2.0091845989227295, 1.7794150114059448, 1.2943754196166992, 0.5337875485420227, 1.3227794170379639, 2.658080816268921, 2.3420519828796387, -0.11657434701919556, -1.1017402410507202, 0.9152877926826477, 2.2078614234924316, 0.6993595957756042, -1.274868130683899, -1.2364835739135742, -0.3456590473651886, -0.12087133526802063, -0.5892635583877563, -1.2690913677215576, -1.9552478790283203, -1.8864662647247314, -0.9788691401481628, -1.0844593048095703, -1.7145814895629883, -2.0908732414245605, -1.6941688060760498, -1.096693992614746, -0.8341630101203918, -0.6704815626144409, -1.0342118740081787, -1.2385869026184082, -0.46727198362350464, 0.38482847809791565, 0.639959454536438, 0.08020003139972687, -0.2352016717195511, 0.2178231179714203, 1.0588589906692505, 1.6432784795761108, 1.348982334136963, 1.0843931436538696, 1.406935214996338, 2.018552780151367, 2.1596896648406982, 2.185629367828369, 1.3440604209899902, 0.8598878383636475, 1.0298478603363037, 1.8653491735458374, 1.6876646280288696, 0.14116936922073364, -0.4603612422943115, 0.09493450820446014, 0.8195614814758301, -0.12973062694072723, -1.0803784132003784, -1.459456443786621, -1.295154333114624, -0.9802677631378174, -1.4359629154205322, -1.7481961250305176, -1.7789055109024048, -1.5955281257629395, -1.9989217519760132, -1.906629204750061, -1.120492696762085, -0.9067813158035278, -1.6521438360214233, -1.7912991046905518, -0.46377405524253845, 0.27662193775177, -0.24708117544651031, -0.7229744791984558, -0.06671062856912613, 0.7681508660316467, 1.0376112461090088, 0.660398006439209, 0.3375936448574066, 0.9087163209915161, 1.507847547531128, 1.8594024181365967, 1.6885018348693848, 1.7059708833694458, 2.1311495304107666, 2.1339268684387207, 1.5904924869537354, 1.1796772480010986, 1.6582056283950806, 2.047389030456543, 1.324629306793213, 0.15752075612545013, 0.030401941388845444, 0.7811691164970398, 0.7214851975440979, -0.6813053488731384, -1.6745725870132446, -1.449927568435669, -0.9025669693946838, -0.9833086133003235, -1.8989968299865723, -2.6304824352264404, -2.521888256072998, -1.6286845207214355, -1.3155544996261597, -1.903615117073059, -2.2248611450195312, -1.688331127166748, -0.9946419596672058, -0.6756618022918701, -0.29436373710632324, -0.09282291680574417, -0.3965889513492584, -0.4641076922416687, 0.39408034086227417, 1.3174391984939575, 1.255698561668396, 0.5191253423690796, 0.4115072190761566, 1.3390172719955444, 2.370327949523926, 2.228287696838379, 1.4778310060501099, 1.4346610307693481, 2.0943541526794434, 2.6635031700134277, 1.8290011882781982, 1.3170360326766968, 0.8483349680900574, 1.4084166288375854, 1.3554526567459106, 0.4180508852005005, -0.3994429111480713, -0.5729996562004089, -0.3088453412055969, -0.8620948791503906, -1.5955169200897217, -1.8355839252471924, -2.0434656143188477, -2.235457181930542, -2.2115566730499268, -1.8059052228927612, -1.9102771282196045, -2.138662099838257, -1.834747552871704, -1.2237192392349243, -0.8215276598930359, -0.7077949047088623, -0.6238099932670593, -0.2967369556427002, 0.3345589339733124, 0.5675656199455261, 0.4480590522289276, 0.5082530379295349, 1.0043491125106812, 1.405274748802185, 1.3527109622955322, 1.2270257472991943, 1.6986547708511353, 1.9989222288131714, 2.095940351486206, 1.6625677347183228, 1.7713263034820557, 2.0096051692962646, 1.3400325775146484, 0.7319360971450806, 0.6066251397132874, 1.284521460533142, 0.8974340558052063, -0.5949912667274475, -1.4201313257217407, -0.922387421131134, -0.2927125096321106, -1.110620379447937, -2.5417490005493164, -2.5549960136413574, -1.6513744592666626, -1.242615818977356, -1.8179123401641846, -2.0864224433898926, -1.4849495887756348, -0.9960728287696838, -0.9122999906539917, -0.6882470846176147, -0.25824815034866333, 0.07341454178094864, -0.0021152193658053875, 0.1637660413980484, 0.8193790316581726, 1.0282118320465088, 0.876128077507019, 0.6832425594329834, 0.9047220945358276, 1.6848801374435425, 2.0230209827423096, 1.9287792444229126, 1.9026401042938232, 1.6680208444595337, 1.9543044567108154, 1.2055152654647827, 0.903889000415802, 1.37501060962677, 1.5273809432983398, 0.35467779636383057, -0.8629255294799805, -0.38254615664482117, 0.1121792197227478, -0.7093477249145508, -1.5828068256378174, -1.622363567352295, -1.826029658317566, -2.08697772026062, -1.8633074760437012, -1.425001859664917, -1.8546230792999268, -2.01273512840271, -1.4643564224243164, -0.9731838703155518, -0.6105791926383972, -0.677426278591156, -0.7553402781486511, -0.33616140484809875, 0.4820903241634369, 0.8821924924850464, 0.4324890375137329, 0.040850814431905746, 0.7168991565704346, 1.1994092464447021, 1.3140462636947632, 1.3791736364364624, 1.264849305152893, 1.3957574367523193, 2.044785499572754, 2.4875361919403076, 1.6317304372787476, 0.5684306621551514, 0.8166906237602234, 1.6772762537002563, 1.8238860368728638, 0.22928644716739655, -0.5905678868293762, -0.6077636480331421, -0.226304829120636, -0.35572144389152527, -0.9579626321792603, -1.4654289484024048, -2.0061802864074707, -2.2984745502471924, -1.7969635725021362, -1.159058690071106, -1.3401979207992554, -2.0598068237304688, -1.9537885189056396, -1.0401183366775513, -0.42050954699516296, -0.4114639163017273, -0.561916172504425, -0.34644272923469543, -0.010456286370754242, 0.5550392270088196, 0.7233690619468689, 0.49575722217559814, 0.3236497640609741, 0.4343682527542114, 0.7439931631088257, 1.2230972051620483, 1.1069872379302979, 0.4531092643737793, 0.565127432346344, 1.306970477104187, 2.0410373210906982, 1.7780182361602783, 0.803504228591919, 0.4483146369457245, 0.5957027673721313, 1.0633289813995361, 1.2459986209869385, 0.06660600006580353, -0.5496899485588074, -0.49509745836257935, -0.26740947365760803, -0.5139177441596985, -0.8470370173454285, -0.8429656028747559, -1.5089857578277588, -1.9772162437438965, -1.31863534450531, -0.5303236842155457, -0.6306442618370056, -1.3796852827072144, -1.301077961921692, -0.5196900367736816, 0.07536255568265915, 0.28311797976493835, -0.05311112850904465, -0.11822722852230072, 0.13375058770179749, 0.49578312039375305, 0.6320607662200928, 0.5395264625549316, 0.35259005427360535, 0.08629954606294632, -0.09800970554351807, 0.3782695233821869, 0.9587604999542236, 0.3469461500644684, 0.18805158138275146, 0.20650459825992584, 1.2874928712844849, 0.9872565865516663, 0.7877205610275269, 0.8925923109054565, 0.27386021614074707, 0.14873962104320526, 0.4043688178062439, 0.7881772518157959, 0.19928668439388275, -0.7081207036972046, -0.48093584179878235, -0.17430198192596436, -0.25399428606033325, -0.6485083699226379, -0.9928789734840393, -0.9397989511489868, -0.7954270243644714, -0.6019391417503357, -0.6669527888298035, -0.6129365563392639, -0.3296031057834625, -0.24007783830165863, -0.05983545258641243, 0.2191946655511856, 0.40353232622146606, 0.26030197739601135, 0.06613829731941223, 0.19972366094589233, 0.617713451385498, 0.3675485849380493, -0.09690210968255997, -0.4469113051891327, -0.2995601296424866, 0.2939872443675995, 0.21951687335968018, -0.07021477073431015, -0.027612650766968727, 0.05490531399846077, -0.05940637364983559, 0.48944976925849915, 0.5842453241348267, 0.6938944458961487, 0.34775838255882263, 0.13977141678333282, 0.2164340764284134, 0.6151127815246582, 0.8787420988082886, -0.044110365211963654, -0.3041902780532837, -0.534925103187561, -0.1773943454027176, 0.1516721099615097, -0.3832553029060364, -0.42255765199661255, -0.4141300916671753, -0.8706601858139038, -0.3461223244667053, -0.31121018528938293, 0.052673276513814926, -0.1192627027630806, -0.030299220234155655, -0.2979447841644287, 0.0331658273935318, 0.4010981023311615, 0.38123661279678345, -0.08403176814317703, 0.06716960668563843, 0.2894754111766815, 0.04934261366724968, -0.2917949855327606, -0.7047245502471924, -0.12373165041208267, 0.22727525234222412, -0.240595281124115, -0.7678835391998291, 0.21041519939899445, 0.24149298667907715, 0.6934060454368591, 0.194436177611351, -0.033236946910619736, 0.8065299987792969, 0.5117452144622803, 0.010343807749450207, 0.34034597873687744, 0.2769252359867096, 0.2025754600763321, 0.10601188242435455, -0.12552517652511597, -0.014624306932091713, -0.20126642286777496, 0.07960115373134613, -0.5170848965644836, -0.22858010232448578, -0.180899515748024, -0.23788586258888245, -0.5104231238365173, -0.5939463376998901, 0.13693273067474365, 0.3240375518798828, -0.3840208649635315, -0.11504130810499191, -0.05974304676055908, 0.23345661163330078, 0.5106782913208008, -0.1433948278427124, -0.06331101804971695, 0.4745061695575714, -0.107387974858284, -0.2652769386768341, -0.1544947326183319, 0.10738299787044525, -0.012925634160637856, 0.08603989332914352, -0.5840330123901367, 0.1587907373905182, 0.11016684770584106, -0.28222814202308655, 0.4219629764556885, 0.22206850349903107, -0.20110052824020386, -0.17799395322799683, 0.44052720069885254, 0.1504727005958557, 0.22585582733154297, 0.5223916172981262, -0.5624613761901855, 0.5082526803016663, -0.19529412686824799, -0.18162116408348083, 0.15162886679172516, -0.11745809018611908, 0.46260690689086914, -0.598599910736084, -0.6667137145996094, 0.74672931432724, -0.02177882194519043, -0.3930590748786926, -0.31325602531433105, -0.10381720215082169, 0.12131704390048981, -0.08875829726457596, -0.1486627459526062, -0.2079544961452484, -0.06680004298686981, 0.6086980700492859, -0.11767549067735672, 0.24752937257289886, 0.546436607837677, -0.04805774986743927, -0.06064019352197647, -0.013994891196489334, 0.09188571572303772, 0.995246946811676, -1.2750624418258667, -0.47340619564056396, 1.1401562690734863, -0.828582763671875, 0.6173262596130371, -1.14552640914917, 0.5675462484359741, -0.9632631540298462, 0.834139883518219, -0.5857701897621155, -0.17105570435523987, -0.13268931210041046, -0.23157384991645813, 0.00010402610496385023, -0.026482315734028816, -0.1565868854522705, 0.22134171426296234, -0.7069363594055176, -0.16901007294654846, 1.05158531665802, -0.6480407118797302, -0.008661885745823383, 0.07551097124814987, 0.032209817320108414, -0.18691861629486084, 0.9424020648002625, -0.14031964540481567, -0.2539176344871521, 0.3321179747581482, 0.6786479353904724, -0.05492926761507988, 0.42227277159690857, 0.15083254873752594, 1.187225341796875, -0.7453914284706116, 0.14002926647663116, 0.626096248626709, -0.36656424403190613, 0.4252331554889679, 0.04042309522628784, -0.23709125816822052, 0.31217893958091736, -0.9723898768424988, 0.12549076974391937, -0.18290847539901733, -0.839716374874115, 0.34453877806663513, -1.0587934255599976, 0.09349730610847473, -0.4216391146183014, -0.6331209540367126, 0.27000507712364197, -0.6272590160369873, -0.41966521739959717, -0.03400295600295067, -0.8733780384063721, 0.8060898184776306, 0.05753936991095543, -0.5392911434173584, 1.06609308719635, -1.115624189376831, 0.8172485828399658, -0.24681182205677032, 1.034403681755066, -0.2850264012813568, 0.1949002891778946, 0.05936574190855026, 0.7070764899253845, 0.30801787972450256, 0.15316036343574524, 0.7005112171173096, -0.10113096982240677, 0.15129821002483368, 0.20628803968429565, 0.7962517738342285, -0.28250718116760254, -0.04889947921037674, -0.04013153165578842, -0.2168937474489212, 0.10571742802858353, -0.014682240784168243, -0.9834327697753906, 0.6846520304679871, -1.0642975568771362, 0.19454050064086914, -0.6687926054000854, -0.37273943424224854, 0.425641268491745, -0.6040962338447571, -0.13098151981830597, -0.6214190721511841, 0.27222391963005066, -0.37921813130378723, -0.3058376908302307, 0.9286119937896729, -0.9288797378540039, -0.43954816460609436, 0.9260496497154236, -0.35210931301116943, 0.7379263043403625, -0.8541992902755737, 0.37554821372032166, 0.1438806802034378, 0.30456414818763733, 0.24073903262615204, -0.08171059191226959, 0.2103085070848465, 0.688163697719574, 0.14357148110866547, -0.43332135677337646, 0.253655344247818, 0.5033848881721497, -0.14668598771095276, 0.025280648842453957, -0.0385766327381134, 0.24999524652957916, -1.0081799030303955, 0.7858359813690186, -0.5321350693702698, 0.06882584095001221, 0.16764472424983978, -0.7700351476669312, 0.19181537628173828, -0.4474969506263733, 0.34666013717651367, -0.5952158570289612, -0.3019716143608093, 0.6554003953933716, -0.9097893834114075, 0.8289931416511536, -1.2062791585922241, 0.902248740196228, -0.4102690517902374, -0.1456916481256485, 0.7040268778800964, -1.4322750568389893, 1.5116970539093018, -0.7927488684654236, 0.47250884771347046, -0.427185595035553, 0.9991782307624817, -0.624777615070343, 0.21883530914783478, -0.11169499158859253, 0.3710063099861145, 0.3484327495098114, -0.028726503252983093, -0.6895031929016113, 0.8032636046409607, -0.3910946547985077, 0.575556755065918, -0.5305684804916382, 0.5968264937400818, 0.09577388316392899, -0.19736792147159576, -0.2600914537906647, 0.35526683926582336, -0.44543617963790894, 0.15050461888313293, 0.0861184373497963, -0.8752106428146362, 0.47048208117485046, -0.5489374995231628, 0.7073271870613098, -0.1810774803161621, -1.2229872941970825, 0.7081448435783386, -0.07973820716142654, -0.3352724611759186, 0.4472784101963043, -0.42516791820526123, 0.27051374316215515, 0.33567655086517334, -0.22062192857265472, -0.003879763651639223, -0.01235949620604515, 0.016119912266731262, 0.16090373694896698, -0.18303263187408447, 0.27644646167755127, -0.31777670979499817, 0.18369954824447632, 0.41351354122161865, -0.19996768236160278, -0.16863495111465454, 0.13964831829071045, -0.1847505420446396, 0.6680919528007507, -0.767924964427948, 0.5276904702186584, -0.6055354475975037, 0.8064519166946411, -0.6672197580337524, 0.8572386503219604, -1.2331628799438477, -0.07606690376996994, 0.5584715604782104, -0.552094042301178, 0.8782765865325928, -0.3732587993144989, 0.1137440875172615, -0.9496530294418335, -0.17039765417575836, 0.39231109619140625, 0.511160671710968, -1.1186318397521973, 0.3869830369949341, -0.0830841138958931, 0.22835181653499603, 1.0237776041030884, -1.2407877445220947, 0.4372074007987976, -0.1655384749174118, 0.18129763007164001, -0.016351396217942238, -0.06460237503051758, -0.2514617443084717, 0.5083521008491516, -0.4033863842487335, 0.5297663807868958, -0.029689425602555275, -0.7291581630706787, 0.8618619441986084, -0.1645774394273758, 0.4151987135410309, -0.1974545568227768, -0.11140299588441849, 0.2833358943462372, -0.2754509150981903, 0.14790993928909302, 0.011158694513142109, -0.495462566614151, 1.0196598768234253, -0.7534001469612122, -0.10000123828649521, 0.17629045248031616, -0.07049660384654999, -0.23909081518650055, -0.19936636090278625, -0.25048184394836426, 0.13286776840686798, -0.03462180867791176, -0.7058570384979248, 0.8382819890975952, -1.0110701322555542, 1.0432510375976562, -0.773980975151062, 0.12830178439617157, -0.18577441573143005, -0.02885063737630844, -0.11305619031190872, -0.11392868310213089, 0.1694680154323578, 0.39123496413230896, -0.27543342113494873, 0.06708340346813202, -0.14364279806613922, 0.319882333278656, 0.16578884422779083, -0.5085620284080505, 0.8506250977516174, -0.4629967212677002, 0.2360161691904068, 0.3114873766899109, 0.11934233456850052, 0.37035855650901794, -0.0920957401394844, -0.410392701625824, 0.16107049584388733, 0.26408877968788147, 0.18700864911079407, -0.266719788312912, -0.08472229540348053, 0.08528830111026764, -0.09173814952373505, -0.11118873208761215, -0.10181748867034912, -0.2147277295589447, 0.030559228733181953, -0.14343217015266418, -0.2450457364320755, -0.29512572288513184, -0.10519275814294815, -0.0036046900786459446, -0.3701730966567993, 0.586746335029602, -1.0846140384674072, 0.5894389152526855, -0.5357943773269653, 0.41300907731056213, -0.2020311802625656, 0.1217866986989975, -0.413030207157135, 0.8066480755805969, -0.4833134710788727, 0.5667021870613098, 0.2017214298248291, -0.31379106640815735, 0.375886470079422, 0.22074635326862335, -0.05989727005362511, 0.36627623438835144, -0.33307433128356934, 1.1458487510681152, -0.30952543020248413, 0.13197480142116547, 0.1173219233751297, 0.1091122031211853, 0.09306248277425766, -0.1881573349237442, 0.2879818379878998, -0.3475112020969391, -0.010868225246667862, -0.22742772102355957, 0.03040536865592003, -0.35799986124038696, 0.4912876784801483, -1.1632543802261353, 0.5536093711853027, -0.29821062088012695, -0.18151649832725525, -0.5176317095756531, 1.071563720703125, -1.972641110420227, 1.4864164590835571, -1.0757265090942383, 0.23731836676597595, 0.6166995763778687, -1.6206153631210327, 1.9089083671569824, -0.8256710767745972, 0.3364836871623993, 0.4252582788467407, -1.2897080183029175, 2.209808111190796, -1.3930716514587402, 1.0014983415603638, 0.023317592218518257, 0.12568889558315277, 0.4799453020095825, -0.4756663739681244, 0.5351781249046326, 0.3561549484729767, -0.26251786947250366, 0.3459125757217407, 0.2113686054944992, -0.637937605381012, 0.18549489974975586, 0.4011223316192627, -0.43788182735443115, -0.0565832145512104, -0.25745439529418945, 0.012884900905191898, 0.06235094368457794, -0.2514874339103699, 0.11325934529304504, -1.0082521438598633, 1.0708584785461426, -0.7808377146720886, -0.5707800388336182, 0.8470698595046997, -1.270819067955017, 1.1581645011901855, -0.957787811756134, 0.357328325510025, -0.11364713311195374, -0.01510850340127945, 0.0837130919098854, -0.060007452964782715, 0.6344547867774963, -0.7610155344009399, 0.9825897216796875, -0.15979622304439545, 0.33794331550598145, -0.011119687929749489, 0.196461483836174, 0.29943111538887024, -0.5419856309890747, 0.8969814777374268, -0.9854027628898621, 1.142753005027771, -0.4135088622570038, -0.25129473209381104, 0.6743764281272888, -0.8590255975723267, 0.2026231586933136, 0.1769067943096161, -0.751952588558197, 0.6054848432540894, -0.24774032831192017, -0.6395431160926819, 0.8702941536903381, -0.9032607674598694, 0.36609122157096863, -0.45797908306121826, 0.26375335454940796, -0.5455009937286377, 0.404552698135376, -0.6476067304611206, 0.1819734275341034, 0.44049808382987976, -0.4027671217918396, 0.09871721267700195, -0.3069157600402832, 0.8280766010284424, -1.1802895069122314, 0.8216726183891296, 0.14719583094120026, -0.48111578822135925, 0.8432740569114685, -0.9495565295219421, 0.6974837779998779, 0.035172127187252045, -0.10040485113859177, 0.13000145554542542, 0.2761762738227844, -0.6157074570655823, 0.9694719910621643, -1.1350505352020264, 0.9585899114608765, -0.5933292508125305, -0.5209120512008667, 0.9523252844810486, -0.950567901134491, 0.6585077047348022, -0.44925186038017273, -0.10678057372570038, 0.8261289000511169, -0.49290475249290466, -0.34741637110710144, 0.3170424699783325, 0.1439102590084076, -0.022166918963193893, -0.45548874139785767, 0.23844119906425476, 0.3441501259803772, -0.47224336862564087, 0.17745119333267212, -0.1474459171295166, -0.012362444773316383, 0.11698120832443237, 0.4840083420276642, -1.1217548847198486, 0.817149817943573, -0.5848150253295898, 1.0754592418670654, -0.7400565147399902, 0.08588764816522598, 0.23857277631759644, -0.49352121353149414, 0.3791833817958832, -0.09336122125387192, 0.0656268298625946, 0.27428439259529114, -0.15496337413787842, -0.14232537150382996, -0.26988038420677185, 0.35274919867515564, 0.1503925621509552, -0.28698527812957764, -0.2235279381275177, 0.7645851969718933, -0.9141021966934204, 0.5318562984466553, -0.10246596485376358, 0.2088947296142578, -0.07352286577224731, 0.3110353350639343, -0.7908997535705566, 0.6612814664840698, -0.022825784981250763, 0.08474548906087875, 0.028777193278074265, -0.14074280858039856, 0.5642749071121216, -0.12600554525852203, -0.4936063885688782, 0.9638720154762268, -0.8560125231742859, 0.9551877379417419, -1.126176357269287, 0.6014318466186523, 0.4658287763595581, -0.7983118295669556, 0.9175699949264526, -0.6194858551025391, 0.16797973215579987, -0.0032604592852294445, -0.36559340357780457, -0.1330222338438034, 0.6290107369422913, -0.9242978096008301, 0.49826157093048096, -0.5123034715652466, 0.14538933336734772, 0.19399338960647583, -0.5130771398544312, 0.5717353820800781, -0.23744603991508484, -0.8410881161689758, 0.8961613178253174, -0.6793925166130066, 0.2096983641386032, 0.3124944567680359, -0.5750134587287903, 0.6970118880271912, -0.5483239889144897, 0.1058555617928505, 0.44747310876846313, 0.11344727128744125, 0.20146135985851288, -0.6459416151046753, 0.6864404082298279, -0.10424569249153137, -0.0026299140881747007, -0.08594521135091782, 0.1171918511390686, 0.04383758455514908, -0.06717118620872498, -0.12463239580392838, 0.07189637422561646, 1.1406457424163818, -1.9124341011047363, 1.0571507215499878, -1.0351823568344116, 0.7115769982337952, -0.09426505863666534, -0.590064287185669, 0.4445612132549286, -0.46846097707748413, -0.17078973352909088, 0.4804365932941437, -0.3527560234069824, 0.09067890793085098, 0.18630442023277283, -0.2779569625854492, -0.1044473648071289, -0.32370373606681824, 0.2928101718425751, -0.35089024901390076, -0.07356922328472137, 0.835089385509491, -1.0655803680419922, 1.0163198709487915, -0.9329569935798645, 0.5195775628089905, 0.4037306606769562, -0.2070489376783371, 0.23882044851779938, -0.453420490026474, 0.3896670639514923, 0.32341063022613525, -0.2900479733943939, 0.034816693514585495, 0.5378455519676208, -0.6675706505775452, 0.592552900314331, -0.08771819621324539, 0.06403502076864243, 0.15015538036823273, 0.41833561658859253, -0.7110925316810608, 0.04082604497671127, 0.0743311420083046, 0.11426743119955063, -0.5672189593315125, 0.014311318285763264, 0.2505207359790802, -0.5119616389274597, 0.5249685645103455, -0.6938918828964233, 0.10852425545454025, -0.2274205982685089, 0.3873176574707031, -0.20743024349212646, 0.07883624732494354, -0.4567672312259674, 0.026708422228693962, -0.1663634181022644, 0.15435335040092468, 0.31605565547943115, -0.2172703742980957, 0.10981648415327072, 0.30997416377067566, -0.1722176969051361, -0.03578304871916771, 0.9280329942703247, -1.0679019689559937, 0.0058911461383104324, 0.7054324746131897, -0.2761670649051666, 0.5196975469589233, -0.3004293143749237, -0.010491804219782352, 0.5132805705070496, -0.6504130959510803, 0.8194547891616821, -1.349216103553772, 1.0435270071029663, -0.2695252299308777, -0.22125613689422607, -0.06599973142147064, 0.18402843177318573, 0.05952010303735733, 0.007625074125826359, -0.3989354372024536, 0.2914661169052124, -0.295736700296402, -0.07765497267246246, 0.6849344372749329, -0.4860377013683319, 0.658023476600647, -1.1585196256637573, 0.904049277305603, -0.4633231461048126, -0.13137872517108917, -0.0029343217611312866, 0.045931119471788406, -0.22562341392040253, 0.19680573046207428, -0.3553054630756378, 0.6115908622741699, -0.17962214350700378, -0.3934086561203003, 1.1006412506103516, -1.2624309062957764, 0.9732548594474792, -0.15888355672359467, -0.01588527299463749, 0.40451937913894653, -0.8034721612930298, 0.8827718496322632, -0.49014925956726074, -0.05366988107562065, 0.4867156445980072, -0.6016764640808105, 1.040990948677063, -0.6089645028114319, 0.17793487012386322, 0.1027538850903511, 0.4161731004714966, -0.23875375092029572, -0.4388253688812256, 0.6108788847923279, -0.4659922420978546, 0.5187774896621704, -0.6863155364990234, 0.6863664388656616, 0.019169125705957413, -0.9191410541534424, 0.7209890484809875, -1.181695580482483, 0.7507602572441101, 0.16867464780807495, -0.48475736379623413, 0.36475810408592224, -0.07435514777898788, -0.4155291020870209, 0.4429176449775696, -0.3406181335449219, 0.21203497052192688, 0.2696455121040344, -0.4115767478942871, 0.11804237961769104, 0.5524979829788208, -0.8781898617744446, 1.2692114114761353, -0.792922854423523, 0.37761005759239197, 0.34914109110832214, -0.6235347390174866, 0.6848126649856567, -0.04814153164625168, -0.5461840033531189, 1.021320104598999, -1.1369731426239014, 0.8212125897407532, -1.0140703916549683, 0.531205952167511, 0.03997473418712616, -0.06891804188489914, -0.16063657402992249, 0.5158570408821106, -0.522042989730835, 0.2212224006652832, -0.36748847365379333, 0.918891191482544, -0.5913401246070862, -0.3084743916988373, 0.052775803953409195, -0.4214538633823395, 0.35323408246040344, -0.41587594151496887, 0.338681161403656, -0.375781387090683, 0.856238067150116, -0.36619555950164795, -0.3617952764034271, 0.7432398796081543, -0.608999490737915, 0.49328917264938354, -0.436050146818161, 0.04383134841918945, 0.6168308854103088, -0.6889776587486267, 0.8834625482559204, -0.5052558779716492, -0.14332719147205353, 0.0003814034862443805, 0.8401175141334534, -0.32419300079345703, -0.022938167676329613, 0.15755434334278107, -0.5864455699920654, 0.5606647729873657, -0.28455203771591187, 0.010263996198773384, 0.14542663097381592, -0.5473113656044006, 0.12884604930877686, 0.0011701426701620221, -0.24446460604667664, -0.22626382112503052, 0.6974717974662781, -0.2999335527420044, 0.4250740706920624, -0.2459932267665863, -0.24222327768802643, 0.24137605726718903, 0.1380491703748703, -0.154889315366745, 0.17436517775058746, -0.34020599722862244, 0.16917100548744202, -0.5059130191802979, 0.5068944692611694, -0.12907983362674713, -0.012638733722269535, 0.9001344442367554, -0.7772905230522156, 0.33851712942123413, -0.27595144510269165, 0.2783527672290802, 0.8819797039031982, -0.7525926232337952, 0.4829731583595276, -0.27022576332092285, -0.5171462893486023, 1.0649805068969727, -0.7698156833648682, 0.33887216448783875, -0.22795842587947845, 0.3995465338230133, -0.06657104194164276, -0.18834736943244934, 0.5005357265472412, -0.37379035353660583, 0.0336858294904232, 0.34040749073028564, -0.9049228429794312, 0.5933067798614502, -0.12753987312316895, -0.015213796868920326, -0.17691867053508759, -0.1625569611787796, 0.4128219485282898, -0.36007848381996155, -0.113776296377182, 0.13569535315036774, -0.4244135320186615, 0.4343079924583435, 0.27357473969459534, -0.7067465782165527, 0.31059572100639343, 0.8969312310218811, -1.0129398107528687, 0.11308938264846802, 0.8054288625717163, -0.893891453742981, 0.7234024405479431, -0.17110483348369598, -0.1768340915441513, -0.06361152976751328, 0.9657717347145081, -1.3276201486587524, 1.3010470867156982, -0.827964723110199, 1.061066746711731, -0.3731982111930847, -0.6546963453292847, 0.48917606472969055, -0.08156120777130127, -0.03083178587257862, 0.2927590310573578, -0.4295622706413269, -0.27675801515579224, 0.42011672258377075, -0.25129690766334534, -0.4234057366847992, 0.61811363697052, -0.35648342967033386, -0.26305001974105835, 0.42163991928100586, -0.12701478600502014, -0.03683013096451759, 0.2916240990161896, -0.23347385227680206, -0.0870639756321907, 0.020993651822209358, 0.6803172826766968, -1.3898793458938599, 0.30030444264411926, 0.1421477347612381, -0.8070316910743713, 1.206149935722351, -0.9238967299461365, 0.8347113728523254, -0.3251519501209259, 0.006808482110500336, 0.6830439567565918, -0.9814897775650024, 0.7396668195724487, 0.34464630484580994, -0.7262271642684937, 0.4193272888660431, 0.1442290097475052, -0.09122294932603836, -0.35444194078445435, 0.7621297240257263, -0.3204731345176697, -0.5724112391471863, 0.41154909133911133, -0.49205493927001953, 0.14712147414684296, -0.43668314814567566, 0.7736782431602478, -0.7985898852348328, 0.06285534054040909, 0.3811037242412567, -0.9229056239128113, 0.48066869378089905, -0.2733041048049927, -0.3277116119861603, 0.2457565814256668, 0.13128815591335297, -0.22874878346920013, 0.46234971284866333, -1.1143122911453247, 1.6019829511642456, -0.8829988837242126, 0.4228472113609314, 0.25149309635162354, -0.6293841600418091, 0.5869713425636292, 0.021546071395277977, -0.06617412716150284, -0.3373165726661682, 0.057560794055461884, 0.05804284289479256, 0.06387893110513687, 0.10394041240215302, -0.07418341934680939, -0.21090067923069, 0.31924164295196533, 0.14552603662014008, -0.2734551727771759, 0.036660291254520416, -0.21545782685279846, 0.24566049873828888, 0.006251823157072067, 0.03170882537961006, 0.020091190934181213, 0.12871624529361725, 0.612817645072937, -0.7809498906135559, 0.7876860499382019, -0.3373028337955475, 0.5150703191757202, -0.41665664315223694, 0.5106316804885864, -0.47128236293792725, -0.13045571744441986, 0.349865198135376, -0.5947584509849548, 0.09616242349147797, -0.4497067928314209, 0.3426150679588318, 0.03672199696302414, 0.09651651978492737, -0.2398744821548462, 0.3987535238265991, -0.45128634572029114, 0.3009740114212036, -0.5384837985038757, 0.3020150363445282, -0.0863894522190094, 0.20010380446910858, 0.09182265400886536, -0.8130198121070862, 0.9335559606552124, -0.046630073338747025, 0.06386340409517288, -0.20621420443058014, 0.15221989154815674, 0.14566445350646973, -0.1608266830444336, -0.14449356496334076, 0.24155470728874207, -0.421762615442276, 0.14292404055595398, 0.205600306391716, -0.532252311706543, 0.09585867822170258, -0.11817385256290436, -0.05429074168205261, 0.2583075761795044, -0.5775135159492493, 0.7931393384933472, -0.7274557948112488, 0.5965402722358704, -0.276705265045166, 0.2678734064102173, -0.10468665510416031, -0.4428456723690033, 0.2891612946987152, 0.07519347965717316, -0.08091972768306732, 0.09271501004695892, -0.06814620643854141, 0.18004554510116577, 0.07309217751026154, 0.12609829008579254, 0.33825182914733887, -0.2751684784889221, 0.13593298196792603, 0.2320697158575058, -0.15078064799308777, 0.01539413072168827, -0.30677926540374756, -0.6303904056549072, 0.2759018838405609, -0.284595787525177, -0.08960793912410736, 0.10906568914651871, -0.6272895932197571, -0.10652411729097366, 0.24195794761180878, 0.1978587955236435, 0.42175406217575073, -0.9214171767234802, 1.0821270942687988, -0.7205376029014587, 0.3328278958797455, 0.269580215215683, -0.011412715539336205, 0.3796219527721405, 0.06304662674665451, -0.0894128829240799, 0.028726933524012566, 0.30189821124076843, -0.11953327804803848, 0.03580554574728012, -0.06588651239871979, 0.09101314842700958, 0.042466990649700165, 0.05190485343337059, 0.39428696036338806, -0.7801987528800964, -0.10807808488607407, 0.05423253774642944, -0.3167915940284729, 0.4181819558143616, -0.23961929976940155, -0.23231321573257446, -0.34740957617759705, 0.23490455746650696, -0.006948343012481928, -0.039825282990932465, 0.7233837246894836, 0.038502443581819534, -0.04127756878733635, 0.21887019276618958, -0.07783206552267075, -0.12041670829057693, 0.2233181744813919, 0.02521006017923355, -0.1150793805718422, -0.4415051341056824, 0.22133827209472656, 0.0805131122469902, 0.1341044306755066, 0.006659155245870352, -0.14178243279457092, -0.011639432981610298, -0.025453591719269753, 0.22700254619121552, -0.2384200245141983, 0.277032732963562, -0.34392547607421875, 0.1667313128709793, -0.044712550938129425, 0.2506183087825775, -0.3541063964366913, 0.14704501628875732, -0.03224203363060951, -0.048197753727436066, 0.47002115845680237, -0.02726851962506771, -0.24303573369979858, 0.3113771080970764, 0.3046133816242218, -0.08252643793821335, 0.1858416199684143, -0.0936896800994873, 0.05656331032514572, 0.13176678121089935, -0.17382213473320007, -0.3237016797065735, 0.02815932407975197, 0.27962175011634827, 0.1655709594488144, -0.5139449834823608, -0.1616073101758957, 0.006733614485710859, -0.2420514076948166, 0.2747762203216553, 0.09848441928625107, -0.37133851647377014, 0.18168692290782928, -0.04646935313940048, -0.06730567663908005, 0.350826621055603, 0.1307544708251953, -0.05609125271439552, 0.1364128589630127, 0.24020341038703918, -0.10673467069864273, -0.24204081296920776, 0.07547250390052795, -0.04483197256922722, 0.2215937376022339, 0.11534358561038971, 0.04758553206920624, -0.10407651960849762, 0.1069498136639595, 0.21482965350151062, -0.1133117750287056, 0.24751697480678558, 0.3135954439640045, -0.10657713562250137, -0.058646880090236664, 0.2554872930049896, -0.15251518785953522, -0.3314827084541321, 0.07178600132465363, -0.2082914561033249, -0.042401403188705444, 0.22003743052482605, 0.0720558762550354, -0.3099770247936249, -0.17842154204845428, -0.33200329542160034, -0.20799024403095245, -0.18394926190376282, 0.05454033613204956, -0.191248819231987, -0.10649695992469788, -0.3235391080379486, -0.4874064326286316, -0.11027908325195312, 0.0765351876616478, 0.2991943657398224, -0.3169043958187103, 0.24782989919185638, -0.06242865324020386, 0.0015081737656146288, 0.2807527780532837, 0.24382071197032928, 0.7956066131591797, 0.5723702907562256, 0.4247130751609802, 0.33394351601600647, 0.2745796740055084, 0.48959219455718994, 0.583337128162384, 0.3985835909843445, 0.5469148755073547, 0.16846641898155212, 0.20329798758029938, -0.011957574635744095, -0.13511374592781067, -0.29228952527046204, -0.2747838497161865, -0.6570491194725037, -0.506318986415863, -0.4011746942996979, -0.7832393646240234, -0.9213266968727112, -0.6465731859207153, -0.5084270238876343, -0.5510637164115906, -0.383579283952713, -0.3241308927536011, -0.019213177263736725, -0.1331372857093811, -0.16980154812335968, -0.09437518566846848, 0.02442767284810543, 0.6074622869491577, 0.3263525366783142, 0.3704524338245392, 0.31904372572898865, 0.4098242521286011, 0.4150114357471466, 0.5240353941917419, 0.4321937561035156, 0.6362549066543579, 0.7053194642066956, 0.9947710037231445, 0.9524296522140503, 1.1722828149795532, 0.6961546540260315, 0.18807046115398407, 0.15524828433990479, 0.005805059336125851, -0.33597317337989807, -0.44961872696876526, -0.5664730072021484, -0.7048621773719788, -0.9226890802383423, -1.1535588502883911, -1.5500394105911255, -1.3364520072937012, -0.5879918932914734, -0.9055123925209045, -0.7559746503829956, -0.3767179548740387, -0.07064216583967209, -0.25271257758140564, 0.03509987145662308, 0.12620390951633453, 0.14450888335704803, 0.39797481894493103, 0.10168077796697617, 0.22496415674686432, 0.5019559264183044, 0.4194304049015045, 0.2984326481819153, 0.03648215904831886, 0.34277257323265076, 0.46615105867385864, 0.12324295938014984, 0.7505828142166138, 0.8940432667732239, 1.1478317975997925, 1.2304013967514038, 0.9975964426994324, 0.534349799156189, 0.4009034037590027, 0.34830987453460693, -0.06784020364284515, -0.6035133600234985, -0.09846235811710358, -0.31417834758758545, -0.9692447185516357, -1.1471748352050781, -1.2454506158828735, -1.3565231561660767, -1.2693504095077515, -1.0020856857299805, -1.124895691871643, -0.6921435594558716, -0.29971829056739807, -0.5369912981987, -0.2950940728187561, 0.30864986777305603, 0.3343117833137512, 0.15147994458675385, 0.2203158736228943, 0.3419339060783386, 0.4409477710723877, 0.31122031807899475, 0.3678365647792816, 0.09163788706064224, 0.3813282251358032, 0.5312405228614807, 0.16811063885688782, 0.33008256554603577, 0.7906062602996826, 1.2107676267623901, 1.28915536403656, 1.4051439762115479, 1.2209731340408325, 0.6319265961647034, 0.5218435525894165, 0.2976280450820923, -0.13679566979408264, -0.2579340636730194, -0.20346978306770325, -0.49065351486206055, -1.1406238079071045, -1.0382146835327148, -1.240605354309082, -1.3495641946792603, -1.2312424182891846, -1.1743413209915161, -1.0920016765594482, -0.9416464567184448, -0.47363588213920593, -0.4343411326408386, -0.3451860249042511, 0.20495270192623138, 0.29008185863494873, 0.0866771936416626, 0.3112199902534485, 0.3007773160934448, 0.40057986974716187, 0.46507909893989563, 0.39409053325653076, 0.16133752465248108, 0.10014581680297852, 0.5443897247314453, 0.3383641541004181, 0.18899063766002655, 0.6003233194351196, 1.02999746799469, 1.3826907873153687, 1.5243797302246094, 1.210498332977295, 0.6555840969085693, 0.7272800803184509, 0.5436782836914062, 0.07064717262983322, -0.1653239130973816, -0.052000742405653, -0.5234459042549133, -0.9508368968963623, -1.4597158432006836, -1.6228798627853394, -1.6688224077224731, -1.3091306686401367, -1.2582062482833862, -1.5931131839752197, -1.007723331451416, -0.7567310333251953, -0.5001363158226013, -0.32629653811454773, 0.37456846237182617, 0.6026144027709961, 0.558545708656311, 0.5239436626434326, 0.4692307114601135, 0.610085666179657, 0.7226903438568115, 0.43090537190437317, 0.1917327642440796, 0.3679671883583069, 0.46359938383102417, 0.3258749842643738, 0.35648617148399353, 0.8707664012908936, 1.1867066621780396, 1.6300090551376343, 1.5476146936416626, 0.8158645033836365, 0.49869504570961, 0.3908533751964569, 0.30481579899787903, -0.08036152273416519, -0.25837603211402893, -0.3121066391468048, -0.6123645305633545, -1.1650065183639526, -1.7911382913589478, -1.7342098951339722, -1.366188883781433, -1.1889935731887817, -1.4183650016784668, -1.2985426187515259, -0.8956283330917358, -0.5120030641555786, -0.43607020378112793, -0.16308824717998505, 0.5188584327697754, 0.7089861631393433, 0.6561833024024963, 0.3410436809062958, 0.6394906044006348, 0.8100176453590393, 0.7805262804031372, 0.3757481276988983, 0.26632800698280334, 0.41744136810302734, 0.30283504724502563, 0.34611776471138, 0.445839524269104, 1.031472086906433, 1.4710023403167725, 1.70696222782135, 0.9798116087913513, 0.5474786162376404, 0.2550777494907379, 0.3109549880027771, 0.08015953004360199, -0.12916278839111328, -0.37311238050460815, -0.4017831087112427, -0.9180285334587097, -1.5557960271835327, -1.89354407787323, -1.6050339937210083, -1.4418565034866333, -1.5294827222824097, -1.36468505859375, -0.871889591217041, -0.5650671124458313, -0.4295881390571594, -0.2739986181259155, 0.2933019995689392, 0.814382791519165, 0.8160081505775452, 0.5942884683609009, 0.627365231513977, 0.8880940079689026, 0.8232895731925964, 0.44482818245887756, 0.1120997816324234, 0.33679723739624023, 0.4995671510696411, 0.4796347916126251, 0.5181788206100464, 0.7048070430755615, 1.2827377319335938, 1.78672194480896, 1.2634118795394897, 0.5443382859230042, 0.1949593871831894, 0.18933314085006714, -0.08214551210403442, -0.25386399030685425, -0.36013445258140564, -0.4305536150932312, -0.6657406091690063, -1.1915099620819092, -1.954892873764038, -1.9478219747543335, -1.441428303718567, -1.2463161945343018, -1.3858764171600342, -0.9214158654212952, -0.5639708638191223, -0.36228859424591064, -0.2612830698490143, 0.023520255461335182, 0.6104661226272583, 0.9256748557090759, 0.8596752882003784, 0.5844360589981079, 0.7498239278793335, 0.8969482183456421, 0.5930376052856445, 0.17704877257347107, 0.09500855952501297, 0.34225690364837646, 0.43243858218193054, 0.5242759585380554, 0.6262494921684265, 1.1711288690567017, 1.6533042192459106, 1.4144418239593506, 0.31932204961776733, -0.10062979906797409, 0.1457153856754303, 0.0871625691652298, -0.14373113214969635, -0.18457870185375214, -0.3661704361438751, -0.5330377221107483, -0.965359091758728, -1.7948254346847534, -2.050013542175293, -1.5726470947265625, -1.0567877292633057, -1.3044400215148926, -0.9614625573158264, -0.6352821588516235, -0.4260467290878296, -0.46012771129608154, -0.028830574825406075, 0.32566532492637634, 0.8362453579902649, 0.9486314058303833, 0.6429852247238159, 0.7070152759552002, 0.8667612075805664, 0.6467318534851074, 0.1441476047039032, 0.09287606924772263, 0.29440632462501526, 0.5687340497970581, 0.543897807598114, 0.7737381458282471, 1.039531946182251, 1.623638391494751, 1.5843675136566162, 0.4856593608856201, -0.30164313316345215, -0.08529972285032272, 0.23199832439422607, -0.17559801042079926, -0.22929354012012482, -0.32671108841896057, -0.38964611291885376, -0.7816703915596008, -1.4692093133926392, -2.014220714569092, -1.5776704549789429, -1.0304819345474243, -1.0468236207962036, -1.0383996963500977, -0.5891681909561157, -0.3503539264202118, -0.4268779754638672, -0.3411480188369751, 0.13308364152908325, 0.6315471529960632, 0.8458008170127869, 0.6981178522109985, 0.5667468905448914, 0.7969906330108643, 0.7176689505577087, 0.23480138182640076, -0.1189606711268425, 0.22724510729312897, 0.5300751328468323, 0.6438814401626587, 0.7615030407905579, 0.9928420186042786, 1.7150834798812866, 1.73749840259552, 0.7029227018356323, -0.2882305681705475, -0.1871522068977356, 0.03985080495476723, -0.3143064081668854, -0.3765462040901184, -0.22894389927387238, -0.317545622587204, -0.5624227523803711, -1.1780281066894531, -1.9166698455810547, -1.8091647624969482, -1.1303969621658325, -0.9400752186775208, -0.9595446586608887, -0.5718386769294739, -0.1241317093372345, -0.26395389437675476, -0.31020447611808777, 0.04155750572681427, 0.45451194047927856, 0.7926204800605774, 0.7465538382530212, 0.4935380220413208, 0.67861407995224, 0.7761343121528625, 0.324688196182251, -0.14858748018741608, 0.07165626436471939, 0.4276641011238098, 0.6933405995368958, 0.8736998438835144, 1.0519380569458008, 1.4837685823440552, 1.7321336269378662, 0.9051263332366943, -0.214113250374794, -0.4071248173713684, -0.056561652570962906, -0.2652546465396881, -0.2862899601459503, -0.22381556034088135, -0.18767815828323364, -0.45585957169532776, -0.7951858639717102, -1.4895188808441162, -1.7346124649047852, -1.168452262878418, -0.6984341740608215, -0.8117348551750183, -0.5450189113616943, -0.06793905794620514, -0.2064140886068344, -0.2820882499217987, -0.1733371764421463, 0.19416457414627075, 0.5394142270088196, 0.6893047094345093, 0.4903833866119385, 0.5008252263069153, 0.6230490207672119, 0.346653550863266, -0.18885552883148193, -0.08766833692789078, 0.22290906310081482, 0.5516948103904724, 0.7037129998207092, 0.8931542634963989, 1.1416633129119873, 1.450061559677124, 1.0869553089141846, 0.08720129728317261, -0.5144708156585693, -0.2353428453207016, -0.21011829376220703, -0.30588433146476746, -0.08002623170614243, -0.03545587882399559, -0.08955895155668259, -0.2764614522457123, -0.7963798642158508, -1.331091046333313, -1.1595752239227295, -0.7123032212257385, -0.5598990321159363, -0.5659852027893066, -0.2232285887002945, -0.0016236499650403857, -0.14635878801345825, -0.22488948702812195, -0.11540486663579941, 0.14644154906272888, 0.42092233896255493, 0.4586346745491028, 0.40127789974212646, 0.4935522973537445, 0.42155733704566956, -0.13261234760284424, -0.39719319343566895, -0.1327970027923584, 0.10906457155942917, 0.29984164237976074, 0.5173024535179138, 0.7384368181228638, 0.8768966794013977, 1.1840507984161377, 0.4866933822631836, -0.16753193736076355, -0.5894812941551208, -0.16283385455608368, -0.3553145229816437, -0.15424147248268127, 0.07074540853500366, 0.27980509400367737, 0.19695183634757996, 0.11144551634788513, -0.35525259375572205, -0.7700297236442566, -0.7527980208396912, -0.47122660279273987, -0.430156946182251, -0.27389392256736755, -0.08666234463453293, -0.017957333475351334, -0.19887201488018036, -0.22947777807712555, -0.2041795402765274, 0.009166602976620197, 0.26380929350852966, 0.2938084900379181, 0.3876906931400299, 0.41356587409973145, 0.17347265779972076, -0.23497945070266724, -0.49622127413749695, -0.325271338224411, -0.10332533717155457, -0.02832409180700779, 0.25946566462516785, 0.254452109336853, 0.42770811915397644, 0.29610851407051086, 0.3117823004722595, -0.17085061967372894, -0.3994073271751404, -0.36865031719207764, -0.09978478401899338, -0.064601369202137, 0.08731621503829956, 0.2786635756492615, 0.40793684124946594, 0.41549691557884216, 0.26945003867149353, 0.0907801017165184, -0.07710780203342438, -0.13871875405311584, -0.09551365673542023, -0.07596302032470703, 0.075033999979496, 0.03769742324948311, 0.06617283076047897, 0.06796447932720184, 0.012253076769411564, -0.028749821707606316, -0.034453384578228, -0.010187274776399136, 0.18979011476039886, 0.07215171307325363, -0.08034501224756241, -0.27115994691848755, -0.45966941118240356, -0.4121561050415039, -0.3482652008533478, -0.25087305903434753, -0.2776433229446411, -0.1840844750404358, -0.2878786325454712, -0.29375219345092773, -0.29398757219314575, -0.20179814100265503, -0.0073221963830292225, -0.1876261979341507, -0.21531394124031067, -0.1082715168595314, 0.040578752756118774, 0.20711402595043182, 0.28731805086135864, 0.4738606810569763, 0.5860898494720459, 0.5906575918197632, 0.45735394954681396, 0.2392216920852661, 0.15332862734794617, 0.1738092452287674, 0.14559024572372437, 0.0704144537448883, 0.10973378270864487, 0.26837167143821716, 0.30364790558815, 0.20128700137138367, 0.16928979754447937, 0.04968075081706047, -0.022121984511613846, -0.07495731860399246, -0.14839617908000946, -0.06846810132265091, 0.011012259870767593, -0.03815924748778343, -0.17982856929302216, -0.32095882296562195, -0.39160701632499695, -0.5868581533432007, -0.5481202006340027, -0.44298771023750305, -0.3569848835468292, -0.22755029797554016, -0.21475885808467865, -0.10331379622220993, -0.09842921793460846, -0.08187144249677658, -0.028197379782795906, -0.03705247491598129, 0.0773216038942337, 0.17819051444530487, 0.296959787607193, 0.2543835937976837, 0.1589849442243576, 0.15034149587154388, 0.19803482294082642, 0.12577226758003235, 0.1809902936220169, 0.19258679449558258, 0.25129231810569763, 0.2759159505367279, 0.33745384216308594, 0.3241622745990753, 0.297441303730011, 0.29987767338752747, 0.26316970586776733, 0.18217118084430695, 0.1588008850812912, 0.16800180077552795, 0.15490742027759552, 0.08885036408901215, 0.027924537658691406, -0.07712283730506897, -0.18432965874671936, -0.30788925290107727, -0.4135039448738098, -0.4152514934539795, -0.35780996084213257, -0.28361940383911133, -0.25313207507133484, -0.23990678787231445, -0.18380719423294067, -0.22081756591796875, -0.1820763349533081, -0.09810029715299606, -0.029872480779886246, -0.029837628826498985, -0.0926637351512909, -0.12210393697023392, -0.1575390100479126, -0.1474585384130478, -0.1656492054462433, -0.1659395694732666, -0.11315570771694183, -0.08048989623785019, -0.02068464085459709, 0.06293392181396484, 0.14133113622665405, 0.2437344491481781, 0.31402015686035156, 0.3183450996875763, 0.2676200866699219, 0.25010308623313904, 0.2754076421260834, 0.34207814931869507, 0.40664950013160706, 0.39687296748161316, 0.27463817596435547, 0.20029565691947937, 0.06350530683994293, 0.0002803466923069209, -0.058515239506959915, -0.026297973468899727, 0.003994594793766737, -0.005809799302369356, 0.014860875904560089, -0.03888334333896637, -0.09810207039117813, -0.10938090831041336, -0.05826607346534729, -0.038865115493535995, -0.06478429585695267, -0.10334756225347519, -0.17406043410301208, -0.25854694843292236, -0.26516327261924744, -0.31815168261528015, -0.3351742625236511, -0.3353253901004791, -0.31602737307548523, -0.28887224197387695, -0.25587645173072815, -0.1641470193862915, -0.14798234403133392, -0.05063129961490631, 0.012123236432671547, 0.007759756874293089, 0.025988537818193436, 0.06406114995479584, 0.1554507166147232, 0.24599407613277435, 0.2963455617427826, 0.3122250437736511, 0.2737414240837097, 0.2702571153640747, 0.21998679637908936, 0.20627884566783905, 0.23223529756069183, 0.24873481690883636, 0.2916525602340698, 0.31386345624923706, 0.30397024750709534, 0.26112452149391174, 0.2127525806427002, 0.16968755424022675, 0.14800240099430084, 0.1297127902507782, 0.11661789566278458, 0.047864388674497604, 0.002843373455107212, -0.05405376851558685, -0.18403303623199463, -0.2919548749923706, -0.37531235814094543, -0.4039934575557709, -0.3852899968624115, -0.35382574796676636, -0.31133705377578735, -0.27104803919792175, -0.24192258715629578, -0.20841781795024872, -0.19773271679878235, -0.1984017789363861, -0.18452058732509613, -0.12317321449518204, -0.04460947588086128, 0.039890795946121216, 0.03356534615159035, 0.042930688709020615, 0.032602354884147644, 0.04084696248173714, 0.07152596116065979, 0.10496871918439865, 0.14219143986701965, 0.19612613320350647, 0.25296294689178467, 0.27819374203681946, 0.2827942967414856, 0.26996517181396484, 0.29589760303497314, 0.29407522082328796, 0.2952645719051361, 0.28893592953681946, 0.24533644318580627, 0.22617565095424652, 0.2080756574869156, 0.11366218328475952, 0.0054160491563379765, -0.09774792939424515, -0.17738552391529083, -0.209758922457695, -0.222994863986969, -0.22475062310695648, -0.20328694581985474, -0.1690155267715454, -0.14553533494472504, -0.1546735167503357, -0.1819634586572647, -0.18190589547157288, -0.16206896305084229, -0.10993371158838272, -0.06213344633579254, -0.02016102708876133, -0.012900021858513355, -0.006818287540227175, -0.03373156860470772, -0.05255913361907005, -0.040713123977184296, -0.027017060667276382, -0.005461918655782938, 0.02449790947139263, 0.053718723356723785, 0.04979507252573967, 0.04344572499394417, 0.046547286212444305, 0.0903070867061615, 0.12275545299053192, 0.14955708384513855, 0.1620650291442871, 0.18360750377178192, 0.1662827879190445, 0.13608892261981964, 0.08681754767894745, 0.0369027741253376, 0.017641758546233177, 0.011103150434792042, 0.01359676755964756, 0.00026023987447842956, 0.00013478293840307742, 0.005313066765666008, 0.010011821985244751, 0.025917083024978638, 0.028358612209558487, 0.03327946364879608, 0.02880019322037697, 0.025148482993245125, 0.014592533931136131, -0.006125585176050663, -0.016092628240585327, -0.01043642032891512, -0.031974777579307556, -0.02894003875553608, -0.03161168470978737, -0.02903762459754944, -0.023276375606656075, -0.028918661177158356, -0.03558987379074097, -0.04588216170668602, -0.07910497486591339, -0.0846601277589798, -0.0966283306479454, -0.0832672119140625, -0.03484657034277916, -0.035840101540088654, -0.026188965886831284, -0.00015073720715008676, -0.017141157761216164, -0.05641072615981102, -0.10111258924007416, -0.11435442417860031, -0.10976467281579971, -0.04909468814730644, -0.008004269562661648, 0.019848965108394623, 0.04295407980680466, 0.08375377207994461, 0.10342107713222504, 0.11670248210430145, 0.15760640799999237, 0.20300231873989105, 0.22943958640098572, 0.22733613848686218, 0.20427396893501282, 0.15933476388454437, 0.1454969346523285, 0.1271856427192688, 0.10674271732568741, 0.09859385341405869, 0.08095486462116241, 0.0829770416021347, 0.060255419462919235, 0.02947087585926056, -0.020499952137470245, -0.06682777404785156, -0.07632426917552948, -0.1090763509273529, -0.09853294491767883, -0.08124188333749771, -0.06636349856853485, -0.09109441936016083, -0.09079965949058533, -0.10667392611503601, -0.13738906383514404, -0.15500563383102417, -0.1749049574136734, -0.19015979766845703, -0.1464378833770752, -0.11751705408096313, -0.07740502059459686, -0.05391128361225128, -0.025782788172364235, -0.012809625826776028, 0.007009440567344427, 0.047227371484041214, 0.10367990285158157, 0.13085009157657623, 0.16175627708435059, 0.1579241007566452, 0.13047806918621063, 0.1447286158800125, 0.13418692350387573, 0.1293584555387497, 0.12432707101106644, 0.133343905210495, 0.11414958536624908, 0.10665642470121384, 0.11482567340135574, 0.08586402237415314, 0.03573431819677353, -0.0038944014813750982, -0.042670559138059616, -0.06877193599939346, -0.060868434607982635, -0.04035591334104538, -0.0352451354265213, -0.04199785739183426, -0.05976469814777374, -0.11554296314716339, -0.17052818834781647, -0.18257373571395874, -0.1757327765226364, -0.13656237721443176, -0.09756381064653397, -0.05050228536128998, -0.042393624782562256, -0.04456076771020889, -0.022536197677254677, -0.02420547604560852, 0.000988261541351676, 0.049111172556877136, 0.09129706025123596, 0.10770406574010849, 0.11446831375360489, 0.09100602567195892, 0.04787645861506462, 0.049081556499004364, 0.05597665160894394, 0.07321090251207352, 0.08425598591566086, 0.07117298245429993, 0.04991776496171951, 0.030818035826086998, 0.019866717979311943, -0.021532487124204636, -0.0538153313100338, -0.059914641082286835, -0.06795775890350342, -0.06453457474708557, -0.05407314747571945, -0.04271198809146881, -0.029263002797961235, -0.03945498913526535, -0.059816692024469376, -0.10140028595924377, -0.13485907018184662, -0.12975311279296875, -0.11030929535627365, -0.0710899829864502, -0.019242344424128532, 0.01429035235196352, 0.026764560490846634, 0.03561945632100105, 0.021198272705078125, 0.03245673328638077, 0.07230113446712494, 0.1160118356347084, 0.1256714165210724, 0.13542518019676208, 0.1345743089914322, 0.09300275892019272, 0.0780404806137085, 0.056275151669979095, 0.0601755827665329, 0.0659654438495636, 0.0669018030166626, 0.05382818356156349, 0.0223713219165802, 0.010714167729020119, -0.024663159623742104, -0.082765132188797, -0.113632433116436, -0.12271926552057266, -0.111154705286026, -0.10741160809993744, -0.11040215939283371, -0.10659196227788925, -0.11766351759433746, -0.1158631294965744, -0.15940465033054352, -0.19120168685913086, -0.17307358980178833, -0.14803485572338104, -0.11131995916366577, -0.05687960237264633, -0.011815047822892666, 0.025149617344141006, 0.05313241854310036, 0.06675007939338684, 0.08337341994047165, 0.11192034929990768, 0.1406770497560501, 0.17171774804592133, 0.1749841272830963, 0.18221011757850647, 0.1623358577489853, 0.1440500169992447, 0.12882360816001892, 0.12740689516067505, 0.147115096449852, 0.1532343327999115, 0.13767658174037933, 0.10842608660459518, 0.0834469422698021, 0.0522395558655262, 0.011224249377846718, -0.01633312925696373, -0.023528292775154114, -0.04269784688949585, -0.058310046792030334, -0.0657515674829483, -0.09478030353784561, -0.10106346756219864, -0.11431989073753357, -0.14710816740989685, -0.18629413843154907, -0.19403184950351715, -0.17674939334392548, -0.16507329046726227, -0.13610315322875977, -0.099818654358387, -0.07641652226448059, -0.04685702547430992, -0.020264336839318275, -0.00685460027307272, 0.014190271496772766, 0.05334211513400078, 0.06800635159015656, 0.08208207786083221, 0.10027884691953659, 0.08991710096597672, 0.0846187174320221, 0.07804897427558899, 0.08337703347206116, 0.09573626518249512, 0.1252661645412445, 0.13110731542110443, 0.10869146883487701, 0.10158906877040863, 0.08834187686443329, 0.049228668212890625, 0.02013125643134117, 0.008397392928600311, 0.004743047058582306, -0.00033194359275512397, 0.0007356830174103379, -0.009949925355613232, -0.028950953856110573, -0.02803412638604641, -0.03854011744260788, -0.08554114401340485, -0.1039465144276619, -0.09762713313102722, -0.09458726644515991, -0.08583106100559235, -0.059986989945173264, -0.03888942673802376, -0.022914430126547813, -0.014465589076280594, -0.021488456055521965, -0.01718161068856716, 0.007763982750475407, 0.018282117322087288, 0.027948638424277306, 0.03303620591759682, 0.030020881444215775, 0.0314612053334713, 0.011935750022530556, 0.018649211153388023, 0.027130398899316788, 0.05064062029123306, 0.07762065529823303, 0.06384441256523132, 0.04859202727675438, 0.045530885457992554, 0.02928289584815502, 0.021872537210583687, 0.005518930032849312, 0.0009724981500767171, 0.007233232259750366, -0.0007190121687017381, 0.002575228689238429, -0.010788210667669773, -0.009385711513459682, 0.002827694173902273, -0.01258153561502695, -0.036499496549367905, -0.05007878318428993, -0.04575590044260025, -0.028311971575021744, -0.029656579717993736, -0.010436597280204296, -0.005443655885756016, 0.0010747193591669202, 0.0004108265566173941, 0.0012308876030147076, -0.0005795302568003535, 0.006199445575475693, 0.0050466665998101234, 0.006439955439418554, 0.005125571042299271, -0.0013401113683357835, 0.0024072029627859592, -0.010633731260895729, -0.010024040006101131, 0.003115367842838168, 0.02069730870425701, 0.024554215371608734, 0.014932533726096153, 0.0041657802648842335, -0.0002254615828860551, 0.0005030170432291925, 0.0004579116066452116, 0.0010190467583015561, 0.0008371357107535005, 0.017022158950567245, 0.00962311215698719, -0.0006488667568191886, -0.006622719578444958, -0.004900333471596241, 0.0015694419853389263, 0.00020291033433750272, 0.000798481865786016, -0.005050939042121172, -0.0007291061338037252, 0.00336654344573617, 0.00999354012310505, 0.00916637945920229, 0.012763653881847858, 0.008223893120884895, 0.011805649846792221, 0.013562778942286968, 0.014680317603051662, 0.008282478898763657, 0.0004927451955154538, -0.0033675169106572866, -0.01851014979183674, -0.010425657033920288, -0.017572589218616486, -0.01521950215101242, -0.005537917837500572, -0.0006845921161584556, 0.0011791102588176727, -0.006959021557122469, -0.01993023045361042, -0.025998977944254875, -0.023803992196917534, -0.015938814729452133, -0.023451564833521843, -0.02081674337387085, -0.0056670415215194225, -0.002545055467635393, -0.012157178483903408, -0.01720987632870674, -0.015488659963011742, -0.0034807699266821146, 0.0014967176830396056, -0.0007062333170324564, -0.0021554671693593264, 0.008843247778713703, 0.020070936530828476, 0.017265895381569862, 0.008094229735434055, 0.010042152367532253, 0.007951383478939533, 0.012719604186713696, 0.026079710572957993, 0.021954916417598724, 0.016812296584248543, 0.009450890123844147, -0.0010714554227888584, -0.00891376007348299, -0.0019413945265114307, 0.00378662021830678, 0.001353188301436603, 0.008785989135503769, 0.0196955818682909, 0.013797280378639698, 0.0011206622002646327, -0.0036943377926945686, -0.008940696716308594, -0.0013898398028686643, 0.0009172813151963055, 0.00042341792141087353, 0.0002862863475456834, 0.0014684272464364767, 0.008886628784239292, 0.010082672350108624, 0.0015757151413708925, 0.0036066232714802027, 0.009953479282557964, 0.008587580174207687, 0.00974658876657486, 0.002772517269477248, 0.0022132862359285355, 0.024959277361631393, 0.03605080023407936, 0.03442936763167381, 0.03640914335846901, 0.029287198558449745, 0.02642320655286312, 0.022911548614501953, 0.018026739358901978, 0.02392771653831005, 0.017827847972512245, 0.01495828852057457, 0.002515837550163269, 0.0003633134183473885, 0.0008637833525426686, 3.911869498551823e-05, 0.001886223559267819, 0.006345102563500404, 0.0005023159319534898, -0.0001535661140223965, -0.008131025359034538, -0.008035287261009216, -0.007904304191470146, -0.008188785053789616, -0.0037521475460380316, -0.015476703643798828, -0.027279112488031387, -0.019792886450886726, -0.007674018386751413, -0.009988251142203808, -0.021919162943959236, -0.02474474534392357, -0.016442550346255302, -0.018548883497714996, -0.03141248598694801, -0.036816440522670746, -0.03366462513804436, -0.017802882939577103, -0.0066848560236394405, -0.008624221198260784, -0.007673158776015043, -0.008548732846975327, -0.007397492416203022, -0.012299688532948494, -0.017523933202028275, -0.016268521547317505, -0.008961784653365612, -0.008071716874837875, -0.0019384778570383787, 0.0030447994358837605, 0.014758945442736149, 0.01852271519601345, 0.017767999321222305, 0.017789578065276146, 0.0178641639649868, 0.017253059893846512, 0.004771950654685497, 0.006061553489416838, 0.0099661685526371, 0.009732081554830074, 0.005347765516489744, 2.4325659978785552e-05, 0.0010875591542571783, 0.00033225686638616025, 0.0007988734869286418, -0.005303716287016869, -0.0223537590354681, -0.016336673870682716, -0.008014296181499958, -0.017207251861691475, -0.025413598865270615, -0.03040892444550991, -0.029566524550318718, -0.03441227972507477, -0.0343782976269722, -0.04158908128738403, -0.04341639578342438, -0.03651457279920578, -0.0416443757712841, -0.08083954453468323, -0.2937004268169403, -0.22010263800621033, 0.107430100440979, 0.0038211350329220295, -0.008330313488841057, 0.12322182953357697, 0.04001351445913315, -0.2733777165412903, -0.08666987717151642, 0.102718785405159, 0.10677741467952728, -0.00959241297096014, -0.20609720051288605, 0.05532658100128174, 0.18994517624378204, 0.06601103395223618, -0.08401820063591003, -0.0658506527543068, 0.10715290158987045, 0.12632328271865845, -0.05377652868628502, 0.09859707206487656, 0.01568669266998768, -0.327894389629364, -0.06273765116930008, 0.07697337865829468, -0.10674931108951569, -0.20990845561027527, -0.11167138069868088, -0.009717642329633236, 0.07870212942361832, 0.08899955451488495, -0.012576558627188206, -0.0014780891360715032, 0.054990045726299286, 0.04618450999259949, -0.16383077204227448, -0.12175026535987854, -0.18619105219841003, -0.02448788471519947, 0.08663748949766159, 0.16939474642276764, 0.21727442741394043, -0.10455988347530365, -0.13328319787979126, -0.12241343408823013, 0.07374908030033112, -0.01617354527115822, -0.12652264535427094, -0.003230245318263769, 0.09353663772344589, 0.18611569702625275, 0.08452000468969345, 0.050305068492889404, 0.11127890646457672, 0.03735870495438576, 0.06945417076349258, 0.0731586366891861, 0.10445010662078857, 0.16521035134792328, 0.08371427655220032, -0.016591692343354225, 0.06588393449783325, 0.08109463006258011, 0.10197722166776657, 0.14029455184936523, 0.07477622479200363, -0.01429711189121008, -0.034703925251960754, 0.10860776901245117, -0.09395208209753036, -0.12456507980823517, -0.07728821784257889, -0.03408336266875267, -0.04784694314002991, -0.03077135980129242, -0.09737075865268707, 0.012083006091415882, -0.03376968204975128, 0.02165357396006584, -0.05652313679456711, -0.1092076450586319, -0.09317407011985779, -0.04781004413962364, 0.0874730572104454, 0.16756309568881989, 0.13161435723304749, -0.01538511086255312, 0.04518250748515129, 0.1063641831278801, 0.04847007989883423, 0.07554294168949127, -0.304695725440979, -0.18540912866592407, 0.06525345891714096, -0.1191987469792366, 0.04313609004020691, -0.1636589765548706, 0.009115050546824932, 0.23348551988601685, -0.12106212973594666, -0.27661874890327454, -0.04553917050361633, 0.0766887441277504, 0.09414127469062805, -0.11894524097442627, -0.2898840010166168, -0.17368726432323456, -0.12056273221969604, -0.0038593581411987543, 0.14390337467193604, 0.30713731050491333, 0.18195022642612457, -0.031122783198952675, -0.06983230262994766, -0.09723324328660965, -0.026324260979890823, 0.07467974722385406, -0.10821430385112762, -0.06669647991657257, 0.013754765503108501, -0.08320093154907227, -0.01684092916548252, 0.09494470059871674, -0.0016970607684925199, 0.15004295110702515, 0.10309454798698425, -0.023074865341186523, 0.029839377850294113, 0.08187258988618851, -0.021118130534887314, -0.07426203042268753, 0.01011242438107729, 0.0014650117373093963, -0.057628244161605835, 0.07715139538049698, 0.20408403873443604, 0.20468567311763763, 0.1507505625486374, 0.02768111415207386, -0.03282252699136734, 0.008169745095074177, 0.0727858766913414, 0.028511477634310722, -0.01291250716894865, 0.040367648005485535, -0.059264905750751495, -0.06680092215538025, -0.04337197542190552, -0.1347832977771759, -0.17351189255714417, -0.08963888138532639, -0.1000799909234047, -0.10213325172662735, -0.06021030619740486, -0.07904648035764694, -0.13009855151176453, -0.09596384316682816, 0.010178492404520512, 0.04270366579294205, 0.0048368703573942184, 0.09643810987472534, 0.10645457357168198, 0.1583169400691986, 0.20681719481945038, 0.15613079071044922, 0.20463433861732483, 0.20751260221004486, 0.25124767422676086, 0.24125760793685913, 0.18357138335704803, 0.21360750496387482, 0.2333105504512787, 0.26172417402267456, 0.2388112097978592, 0.247686505317688, 0.3377392590045929, 0.27402979135513306, 0.21000432968139648, 0.09003487229347229, 0.013920243829488754, -0.045544277876615524, -0.11232313513755798, -0.2058487981557846, -0.20998702943325043, -0.2488657385110855, -0.33639368414878845, -0.4505477845668793, -0.6180822849273682, -0.722907543182373, -0.6776221394538879, -0.5236747860908508, -0.35928598046302795, -0.3533041179180145, -0.2234489470720291, -0.19351911544799805, -0.15697750449180603, -0.09272575378417969, -0.04225030913949013, 0.1288713663816452, 0.4000888764858246, 0.7531188130378723, 1.0327237844467163, 1.2206586599349976, 1.3086576461791992, 1.4543135166168213, 1.9490268230438232, 1.6133652925491333, 0.1903851330280304, -0.5283949375152588, 0.20658282935619354, 0.42550531029701233, -0.556134045124054, -0.7492321133613586, -0.3319638669490814, -0.6032646298408508, -1.2482941150665283, -1.5326950550079346, -1.8750264644622803, -1.9401415586471558, -1.2714976072311401, -0.9482066035270691, -1.008691430091858, -0.5383269190788269, -0.019798269495368004, -0.137976735830307, -0.30743730068206787, 0.13588833808898926, 0.44027018547058105, 0.5053667426109314, 0.6047898530960083, 0.6053242683410645, 0.4801170229911804, 0.424939900636673, 0.13207250833511353, -0.12701840698719025, 0.44958406686782837, 1.6030752658843994, 2.149773359298706, 2.2633626461029053, 2.7441656589508057, 2.204733371734619, -0.11196588724851608, -1.5034003257751465, -0.7992440462112427, 0.037279970943927765, -0.8117613792419434, -0.879443347454071, -0.28324729204177856, -0.7208287715911865, -2.045064926147461, -2.6954684257507324, -2.647570848464966, -2.281677007675171, -1.2456680536270142, -0.5990398526191711, -0.5284080505371094, -0.1397617906332016, 0.3463198244571686, 0.08073347061872482, -0.0858914703130722, 0.6744352579116821, 1.218279242515564, 1.1726025342941284, 1.0715817213058472, 1.1097825765609741, 0.8060717582702637, 0.3929283022880554, -0.20210137963294983, -0.7496442794799805, -0.21409925818443298, 1.0465707778930664, 1.6600496768951416, 1.9214308261871338, 2.3155722618103027, 2.6029984951019287, 1.1533100605010986, -1.0543696880340576, -1.8170031309127808, -0.5146899819374084, 0.500251829624176, -0.41033443808555603, -0.9905315041542053, -0.7545372843742371, -0.9544625878334045, -2.2353718280792236, -2.976048707962036, -2.379481554031372, -1.5592466592788696, -0.6135666966438293, -0.4011269211769104, -0.3022739291191101, -0.07041046768426895, 0.48895344138145447, 0.5219398140907288, 0.4520198702812195, 0.9700106382369995, 1.2496081590652466, 1.101747751235962, 0.8230283856391907, 0.808432936668396, 0.673417866230011, 0.24546554684638977, -0.42007890343666077, -0.7409269213676453, 0.13957306742668152, 1.2406120300292969, 1.8675287961959839, 2.261723756790161, 2.7059342861175537, 2.628969192504883, 0.3515230715274811, -1.5916489362716675, -1.5735390186309814, 0.22643595933914185, 0.24690909683704376, -0.8786768317222595, -0.9508163332939148, -0.7662336826324463, -1.6248306035995483, -2.997347116470337, -3.023536205291748, -2.0212039947509766, -1.0946056842803955, -0.5760042071342468, -0.6632145643234253, -0.27858880162239075, 0.31701692938804626, 0.7304288148880005, 0.544861912727356, 0.8222505450248718, 1.3751418590545654, 1.2712332010269165, 0.8483930230140686, 0.686511218547821, 0.8319752812385559, 0.6941941976547241, 0.13368509709835052, -0.7704357504844666, -0.7951823472976685, 0.43895888328552246, 1.5884613990783691, 2.066129207611084, 2.319579601287842, 2.7836410999298096, 2.0222599506378174, -0.494393914937973, -2.0296976566314697, -1.155491590499878, 0.6644425988197327, 0.1149640902876854, -1.0704563856124878, -1.2798935174942017, -1.289393424987793, -2.2622718811035156, -3.1275112628936768, -2.5257718563079834, -1.579265832901001, -0.8793101906776428, -0.6683809161186218, -0.6973524689674377, -0.26785072684288025, 0.4905284345149994, 0.9653422832489014, 0.871928334236145, 1.1283291578292847, 1.2505639791488647, 0.9443966150283813, 0.6454542875289917, 0.73704993724823, 0.8439100384712219, 0.5703675746917725, -0.15990117192268372, -1.0424091815948486, -0.6974666714668274, 0.6727321743965149, 1.742179274559021, 2.191091775894165, 2.5336110591888428, 2.8327219486236572, 1.4951740503311157, -0.9449240565299988, -1.9172334671020508, -0.28878170251846313, 1.274771809577942, 0.06292010843753815, -1.4517251253128052, -1.6027944087982178, -1.5908379554748535, -2.572563886642456, -2.8934900760650635, -1.8832753896713257, -1.2819551229476929, -1.0952883958816528, -1.1936984062194824, -0.9799983501434326, -0.25396445393562317, 0.8625422716140747, 1.280055046081543, 1.051584243774414, 1.1062654256820679, 0.9220800399780273, 0.6090715527534485, 0.6448236107826233, 1.1507371664047241, 1.2880973815917969, 0.7826892733573914, -0.3732701241970062, -1.3091249465942383, -0.6637531518936157, 0.9775411486625671, 2.031292676925659, 2.5802369117736816, 2.779245138168335, 2.7541115283966064, 0.844453752040863, -1.4450469017028809, -1.854056715965271, 0.4616013765335083, 1.8114986419677734, -0.17191332578659058, -2.23551869392395, -2.252523422241211, -1.7953546047210693, -2.3944263458251953, -2.386270046234131, -1.4350601434707642, -1.3397362232208252, -1.5967916250228882, -1.7605143785476685, -1.1427102088928223, 0.14627720415592194, 1.6050866842269897, 1.6301474571228027, 0.8775360584259033, 0.5932824015617371, 0.49205857515335083, 0.6079575419425964, 1.1284741163253784, 1.7665014266967773, 1.5039503574371338, 0.4686008393764496, -1.0971745252609253, -1.7735384702682495, -0.4568595290184021, 1.5715839862823486, 2.459963321685791, 2.2958998680114746, 2.0777482986450195, 2.0042691230773926, 0.6857940554618835, -1.2299509048461914, -1.3345392942428589, 1.0124993324279785, 2.0600485801696777, -0.522424042224884, -3.076845407485962, -2.747145175933838, -1.2687182426452637, -1.183369517326355, -1.4809483289718628, -1.417502760887146, -2.24359393119812, -2.6795058250427246, -1.8332058191299438, -0.29431968927383423, 0.8466085195541382, 1.5978034734725952, 1.060814380645752, -0.010600194334983826, -0.1473727822303772, 0.47979065775871277, 1.3259692192077637, 1.894466757774353, 1.8715496063232422, 0.8352906703948975, -0.38484305143356323, -1.390121579170227, -1.1656326055526733, 0.40296369791030884, 1.9507023096084595, 2.1063196659088135, 1.497581958770752, 1.189340591430664, 1.7037149667739868, 1.2692962884902954, -0.24160756170749664, -0.8333917856216431, 0.6774863600730896, 1.2645807266235352, -1.0329240560531616, -2.919764757156372, -1.9338849782943726, -0.21562376618385315, -0.5415784120559692, -1.7427340745925903, -2.5372519493103027, -2.914498805999756, -2.2032582759857178, -0.7019403576850891, 0.14295323193073273, 0.37690937519073486, 0.5115499496459961, 0.15951316058635712, -0.2065824419260025, 0.4108120799064636, 1.2879855632781982, 1.7061738967895508, 1.5202096700668335, 0.9440309405326843, 0.29182785749435425, 0.014383962377905846, -0.30415791273117065, -0.39882415533065796, 0.22646689414978027, 1.010074257850647, 0.9416911005973816, 0.6380218863487244, 1.1715738773345947, 2.180675745010376, 2.4587841033935547, 0.3504161536693573, -1.7492592334747314, -1.4239017963409424, 1.076817274093628, 1.0676980018615723, -0.9353450536727905, -1.8305526971817017, -1.103798270225525, -0.9073889851570129, -1.1964774131774902, -1.1856231689453125, -1.809641718864441, -2.2409918308258057, -1.243139624595642, -0.15880393981933594, -0.1978556513786316, -0.260761022567749, 0.11431439965963364, 0.3093509376049042, 0.5052502751350403, 0.6695671081542969, 0.7457168698310852, 0.9668469429016113, 1.1817060708999634, 0.8461405634880066, 0.32312458753585815, -0.12715724110603333, -0.4470759928226471, -0.2828820049762726, 0.44001150131225586, 0.9329103231430054, 0.9050402045249939, 0.9773160219192505, 1.220801830291748, 1.5955276489257812, 1.3076589107513428, -0.060652464628219604, -1.1104573011398315, -0.3397333323955536, 1.116793155670166, 0.5627535581588745, -0.8581637740135193, -1.2806788682937622, -0.7053639888763428, -0.3916015625, -0.45017263293266296, -0.9345619678497314, -1.9788641929626465, -2.119053363800049, -0.9709844589233398, -0.0903710350394249, -0.4364035427570343, -0.7418765425682068, -0.32823485136032104, 0.28775131702423096, 0.6809206008911133, 0.6690676212310791, 0.602188229560852, 0.792239248752594, 1.0159459114074707, 0.7789000868797302, 0.3599805533885956, -0.12325020879507065, -0.19314928352832794, 0.08307230472564697, 0.46974682807922363, 0.6005692481994629, 0.4468149244785309, 0.21338289976119995, 0.3345947563648224, 0.6464042663574219, 0.6243717670440674, -0.3423576354980469, -1.1727182865142822, -0.5417680740356445, 1.023094892501831, 1.0809520483016968, -0.3735232949256897, -1.1415612697601318, -0.3879986107349396, 0.43841055035591125, 0.48501765727996826, -0.1005033478140831, -0.8550620079040527, -1.2272002696990967, -1.0681339502334595, -0.4982924163341522, -0.18638357520103455, -0.17550909519195557, -0.2979377210140228, -0.10790722072124481, 0.30410969257354736, 0.7512884736061096, 0.7676939368247986, 0.7531285285949707, 0.8937852382659912, 0.541252613067627, -0.16691900789737701, -0.7492316365242004, -0.7551302909851074, -0.2142776995897293, 0.14081692695617676, 0.04289289936423302, -0.44535142183303833, -0.759750485420227, -0.6006185412406921, -0.06816626340150833, 0.100837342441082, -0.2744879722595215, -0.4378044903278351, -0.1816505342721939, -0.06433868408203125, 0.03928147256374359, 0.49180737137794495, 1.063294768333435, 0.8959741592407227, 0.22122175991535187, 0.08673004060983658, 0.48696255683898926, 0.7189966440200806, 0.4388029873371124, 0.050176143646240234, -0.12027661502361298, -0.010505756363272667, 0.07686848938465118, 0.06150283291935921, -0.05523980036377907, -0.1861301064491272, -0.016633544117212296, 0.2709226608276367, 0.44447028636932373, 0.5525414943695068, 0.6640889048576355, -0.018306847661733627, -0.9457461833953857, -0.7064938545227051, -0.19397573173046112, -0.1893543154001236, -0.8642712831497192, -1.2038302421569824, -0.8011976480484009, -0.40605229139328003, -0.5752314329147339, -0.773322343826294, -0.709997832775116, -0.3269210457801819, -0.1367301046848297, -0.1375512331724167, 0.029169293120503426, 0.48976999521255493, 0.5512927174568176, 0.5184630751609802, 0.4420146942138672, 0.3410036861896515, 0.19468773901462555, 0.09628137946128845, 0.21676954627037048, 0.44398561120033264, 0.4818882942199707, 0.19965651631355286, -0.03564639016985893, 0.01669738069176674, 0.1453212946653366, 0.2634333670139313, 0.40424951910972595, 0.4693039655685425, 0.5178821682929993, 0.3550070524215698, 0.2859960198402405, 0.2062537968158722, 0.23282139003276825, 0.18000908195972443, 0.13398465514183044, -0.022029496729373932, -0.1836862862110138, -0.36584943532943726, -0.5673519372940063, -0.568047285079956, -0.48613449931144714, -0.3876289427280426, -0.3307048976421356, -0.3695383667945862, -0.3198971748352051, -0.16019070148468018, 0.07128402590751648, 0.16353252530097961, 0.1698669195175171, 0.08498715609312057, -0.04030247777700424, -0.22067196667194366, -0.2745722532272339, -0.11609964072704315, 0.04418928921222687, 0.009303481318056583, -0.2502700984477997, -0.5326545238494873, -0.5107992887496948, -0.228232741355896, 0.010541675612330437, 0.14047524333000183, 0.260668009519577, 0.28722551465034485, 0.1324014812707901, -0.01771756261587143, 0.01582406647503376, 0.3244533836841583, 0.5704427361488342, 0.5098957419395447, 0.2060471773147583, -0.11114449054002762, -0.17628808319568634, -0.03204645588994026, 0.12478561699390411, 0.11158543825149536, -0.019465815275907516, -0.008395640179514885, 0.0743066817522049, 0.24508392810821533, 0.4158582389354706, 0.5291175246238708, 0.5140485167503357, 0.4338822364807129, 0.30944693088531494, 0.11857472360134125, -0.014136460609734058, 0.027978338301181793, 0.1562747061252594, 0.05449488386511803, -0.2087300717830658, -0.4819865822792053, -0.6642922759056091, -0.7052915692329407, -0.5894821286201477, -0.36689916253089905, -0.21264612674713135, -0.18286244571208954, -0.23601236939430237, -0.31775760650634766, -0.37764614820480347, -0.31159910559654236, -0.10474113374948502, 0.09080559015274048, 0.1506747603416443, -0.004447999410331249, -0.21050503849983215, -0.33986884355545044, -0.20133806765079498, 0.09899795055389404, 0.15918497741222382, -0.04975248500704765, -0.24467729032039642, -0.10340025275945663, 0.23741981387138367, 0.5587339997291565, 0.6357709765434265, 0.526908278465271, 0.44058772921562195, 0.42851948738098145, 0.3957172632217407, 0.37861162424087524, 0.5025410056114197, 0.6413397789001465, 0.5225788950920105, 0.2165045440196991, -0.08529270440340042, -0.29839712381362915, -0.35347071290016174, -0.22911937534809113, -0.09633184969425201, -0.06609907001256943, -0.10456955432891846, -0.148727148771286, -0.18783153593540192, -0.17271561920642853, -0.1190805584192276, -0.07785402238368988, -0.08101505786180496, -0.07423527538776398, -0.06314539164304733, -0.1301671415567398, -0.2658238708972931, -0.31813231110572815, -0.1966351568698883, -0.09838466346263885, -0.17277349531650543, -0.340884804725647, -0.3293739855289459, -0.10150440037250519, 0.16125309467315674, 0.2258228063583374, 0.11136643588542938, 0.05452015995979309, 0.0880892351269722, 0.13075605034828186, 0.1309155970811844, 0.22635316848754883, 0.3617551922798157, 0.32468414306640625, 0.11005398631095886, -0.1734665334224701, -0.3638337552547455, -0.38389432430267334, -0.21600055694580078, -0.10481958091259003, -0.14487111568450928, -0.19833284616470337, -0.1642337441444397, -0.05770008638501167, 0.02779604308307171, 0.12206706404685974, 0.15799474716186523, 0.17769350111484528, 0.26124390959739685, 0.3258972465991974, 0.3236243724822998, 0.22520333528518677, 0.16534572839736938, 0.1867775022983551, 0.17926158010959625, 0.1059865802526474, 0.013664874248206615, 0.015762733295559883, 0.10141069442033768, 0.19793033599853516, 0.16587486863136292, 0.017170682549476624, -0.06175581365823746, -0.028157508000731468, 0.04315124452114105, 0.05022493377327919, 0.07164391875267029, 0.1158423200249672, 0.09453284740447998, -0.02161167748272419, -0.22014792263507843, -0.3871822655200958, -0.4918864965438843, -0.44953641295433044, -0.3271175026893616, -0.2616316080093384, -0.2824384570121765, -0.3076761066913605, -0.23327140510082245, -0.14095906913280487, -0.07948131859302521, -0.06862229853868484, -0.02230711653828621, 0.08242455869913101, 0.20365624129772186, 0.23436644673347473, 0.159107506275177, 0.12527993321418762, 0.13035017251968384, 0.13626480102539062, 0.13779756426811218, 0.1573352813720703, 0.19562949240207672, 0.1993306577205658, 0.21474701166152954, 0.19583535194396973, 0.14195851981639862, 0.10818251967430115, 0.13195326924324036, 0.18341518938541412, 0.209935262799263, 0.20935437083244324, 0.18595139682292938, 0.17556248605251312, 0.1474536806344986, 0.03517821058630943, -0.14846879243850708, -0.3085698187351227, -0.3243938982486725, -0.24979747831821442, -0.15529385209083557, -0.15823429822921753, -0.2468162178993225, -0.26534727215766907, -0.17293937504291534, -0.09173907339572906, -0.08835963904857635, -0.049166277050971985, 0.04640596732497215, 0.0982566699385643, 0.0649762898683548, 0.016032971441745758, 0.033766794949769974, 0.0701284185051918, 0.10244425386190414, 0.11084624379873276, 0.08640092611312866, 0.06780293583869934, 0.06973493099212646, 0.11057605594396591, 0.1047055795788765, 0.026617608964443207, -0.05204574018716812, -0.10063128173351288, -0.06083236634731293, 0.040818993002176285, 0.12148191034793854, 0.06542260944843292, -0.02538873255252838, -0.06210564076900482, -0.069200299680233, -0.10748136043548584, -0.20727092027664185, -0.26579010486602783, -0.22286297380924225, -0.09607084840536118, -0.040523916482925415, -0.0737721174955368, -0.07706484943628311, -0.013043520040810108, 0.05195629596710205, 0.061412084847688675, 0.0878283828496933, 0.172891765832901, 0.22575916349887848, 0.19337858259677887, 0.13500097393989563, 0.1213734820485115, 0.10281950235366821, 0.06451256573200226, 0.05144082382321358, 0.08521603792905807, 0.09630189090967178, 0.06062684580683708, 0.025196244940161705, 0.0011277592275291681, -0.021360311657190323, -0.05168251320719719, -0.08570452779531479, -0.08684780448675156, -0.02891818806529045, 0.01643846370279789, -0.009251869283616543, -0.07226664572954178, -0.07357500493526459, -0.06551411002874374, -0.1078120544552803, -0.16964295506477356, -0.1601037085056305, -0.09139581769704819, -0.004891862627118826, 0.012582998722791672, -0.030864207074046135, -0.05313210189342499, 0.004612857010215521, 0.07285616546869278, 0.09764508903026581, 0.11591997742652893, 0.14890162646770477, 0.16306787729263306, 0.12701424956321716, 0.09754501283168793, 0.08403763175010681, 0.06756474077701569, 0.06305333971977234, 0.05771831050515175, 0.03140433505177498, -0.0025243768468499184, -0.008390900678932667, -4.8048018470581155e-06, 0.01993837021291256, 0.02090391516685486, -0.06299202889204025, -0.18617554008960724, -0.2210654616355896, -0.1165662556886673, -0.00526703055948019, -0.02393057942390442, -0.09297135472297668, -0.14396941661834717, -0.156962588429451, -0.16275133192539215, -0.17464570701122284, -0.1731089949607849, -0.1264045685529709, -0.06584619730710983, -0.04092545062303543, -0.03426457941532135, -0.01264672726392746, 0.04332784563302994, 0.09664574265480042, 0.1205214411020279, 0.12323546409606934, 0.14535099267959595, 0.1643487960100174, 0.15012824535369873, 0.16149483621120453, 0.18243515491485596, 0.146703839302063, 0.10771755874156952, 0.09300310164690018, 0.09308326244354248, 0.07958902418613434, 0.09656454622745514, 0.09498424828052521, 0.06527071446180344, 0.029672352597117424, -0.00938075315207243, -0.07203444093465805, -0.10637328028678894, -0.05479642376303673, 0.0019100483041256666, -0.02965456061065197, -0.09962746500968933, -0.14188896119594574, -0.15351185202598572, -0.1545567810535431, -0.15775486826896667, -0.18918341398239136, -0.20374178886413574, -0.1509857475757599, -0.09263725578784943, -0.05482999235391617, -0.02762223780155182, -0.001729384297505021, 0.0103646544739604, 0.06585001200437546, 0.11864863336086273, 0.12988123297691345, 0.10455938428640366, 0.07939751446247101, 0.09479173272848129, 0.11445753276348114, 0.08125922828912735, 0.0447026789188385, 0.043049074709415436, 0.05227943882346153, 0.04301738366484642, 0.05733753740787506, 0.09482747316360474, 0.10259759426116943, 0.057116929441690445, -0.020373327657580376, -0.0802028626203537, -0.09160928428173065, -0.04981068894267082, -0.01714348793029785, -0.022263074293732643, -0.045360200107097626, -0.07678787410259247, -0.12120740115642548, -0.14088977873325348, -0.116378054022789, -0.11272294819355011, -0.14242304861545563, -0.15465866029262543, -0.10925186425447464, -0.016338875517249107, 0.06741713732481003, 0.10712908953428268, 0.09441209584474564, 0.08026991784572601, 0.10470036417245865, 0.15130101144313812, 0.17786529660224915, 0.17177434265613556, 0.16737578809261322, 0.14386017620563507, 0.07354354113340378, 0.011833001859486103, 0.0037816502153873444, 0.04598196595907211, 0.05976029857993126, 0.05109264329075813, 0.04436647519469261, 0.04280686751008034, 0.01827981136739254, -0.04082433879375458, -0.09634581953287125, -0.11411094665527344, -0.09030520915985107, -0.09850047528743744, -0.15205486118793488, -0.15120774507522583, -0.10973303020000458, -0.0960642546415329, -0.14569424092769623, -0.1890988051891327, -0.20678099989891052, -0.19492094218730927, -0.15395715832710266, -0.09711957722902298, -0.030345965176820755, 0.00494053540751338, 0.025221170857548714, 0.02586817927658558, 0.052822768688201904, 0.10057755559682846, 0.15346813201904297, 0.1803499162197113, 0.16796331107616425, 0.1431003212928772, 0.12307661771774292, 0.09351889789104462, 0.0540466345846653, 0.05393616110086441, 0.08753301203250885, 0.11054995656013489, 0.11289411038160324, 0.10538001358509064, 0.08231525123119354, 0.03366326913237572, 0.0037977544125169516, -0.01911097578704357, -0.04310045763850212, -0.05033320561051369, -0.06359931826591492, -0.0807240679860115, -0.08690949529409409, -0.06772660464048386, -0.059829097241163254, -0.09302821010351181, -0.13541331887245178, -0.17208600044250488, -0.15869958698749542, -0.10492859035730362, -0.055623892694711685, -0.045053206384181976, -0.06500428915023804, -0.0697970986366272, -0.056951843202114105, -0.015921007841825485, 0.026233313605189323, 0.05712701007723808, 0.0629093199968338, 0.04424409940838814, 0.02461150288581848, 0.02363646775484085, 0.03499111905694008, 0.02586289495229721, 0.0017698719166219234, 0.005969764664769173, 0.03408494591712952, 0.07005073875188828, 0.07821191847324371, 0.04865707457065582, 0.0014231004752218723, -0.025615816935896873, -0.017182711511850357, -0.0019585329573601484, 0.0013691011117771268, -0.006239833775907755, -0.02291291393339634, -0.033018629997968674, -0.015492669306695461, 0.01223587803542614, 0.01880120486021042, 0.003266983199864626, -0.029172221198678017, -0.05127033218741417, -0.02605910785496235, 0.015812912955880165, 0.05760670080780983, 0.04778262600302696, 0.014913373626768589, 0.00015313846233766526, 0.0028226180002093315, 0.03634372726082802, 0.0778753012418747, 0.08235553652048111, 0.037115998566150665, -0.009364456869661808, -0.026461442932486534, -0.00616418244317174, 0.010926377959549427, -0.00656959367915988, -0.04847465828061104, -0.05838603153824806, -0.0077196708880364895, 0.02718368172645569, 0.005173135548830032, -0.05809325724840164, -0.10268308967351913, -0.09681640565395355, -0.0648137629032135, -0.02426084689795971, 0.0018097967840731144, -0.004029125906527042, -0.04751637950539589, -0.06282097101211548, -0.03052474558353424, 0.005505416542291641, 0.03472164273262024, 0.012981335632503033, -0.028668414801359177, -0.05209269002079964, -0.018055230379104614, 0.052490878850221634, 0.09324605017900467, 0.09171782433986664, 0.06299654394388199, 0.0365581214427948, 0.03543362393975258, 0.07035759091377258, 0.1087329164147377, 0.12061720341444016, 0.07196299731731415, -0.002979663200676441, -0.031054992228746414, -0.009891962632536888, 0.024451477453112602, 0.030102211982011795, 0.01863238774240017, 0.020940814167261124, 0.025952424854040146, -2.4702760129002854e-05, -0.04184161126613617, -0.032687731087207794, -0.0015297606587409973, -0.001786109060049057, -0.02966681867837906, -0.04940073564648628, -0.04229721799492836, -0.04758000001311302, -0.05147518590092659, -0.03857273980975151, -0.0195651575922966, -0.015818510204553604, -0.02798202820122242, -0.060700275003910065, -0.07701704651117325, -0.04183705896139145, 0.010334599763154984, 0.04735251143574715, 0.04854048788547516, 0.014224677346646786, -0.012807456776499748, -0.01219860091805458, 0.036943867802619934, 0.0999661237001419, 0.11403326690196991, 0.0536302886903286, -0.03667262941598892, -0.06984132528305054, -0.028220361098647118, 0.0517764650285244, 0.09706776589155197, 0.06222996115684509, 0.0058704824186861515, -0.029843879863619804, -0.025820540264248848, -0.00554725993424654, 0.019462548196315765, 0.044633347541093826, 0.03279246389865875, -0.021604452282190323, -0.061976104974746704, -0.044001273810863495, 0.004006103612482548, 0.03420054167509079, 0.029164019972085953, -0.0014893111074343324, -0.027479177340865135, -0.03425636515021324, -0.03403088077902794, -0.025041552260518074, 0.0017649335786700249, 0.025610363110899925, 0.027917513623833656, 0.005865214392542839, -0.02297300286591053, -0.04743345454335213, -0.015829002484679222, 0.024925705045461655, 0.047511011362075806, 0.025987278670072556, -0.021125363186001778, -0.0818837434053421, -0.09289637207984924, -0.056341107934713364, 0.00652085617184639, 0.04061967879533768, 0.02676551789045334, -0.00968785211443901, -0.04075301066040993, -0.04459872469305992, -0.01891173981130123, 0.017354045063257217, 0.037344083189964294, 0.02395523153245449, -0.023307234048843384, -0.06616075336933136, -0.049156807363033295, 0.012129158712923527, 0.07036889344453812, 0.09262393414974213, 0.034849993884563446, -0.030318621546030045, -0.039835188537836075, -0.0022417197469621897, 0.040901124477386475, 0.05477668717503548, 0.03996438905596733, 0.016108820214867592, 0.006355575285851955, -0.0019081763457506895, -0.012059630826115608, 0.0016164738917723298, 0.03134891763329506, 0.028155993670225143, -0.008812780492007732, -0.05625305697321892, -0.07691238820552826, -0.04829632118344307, -0.009856521151959896, 0.009187646210193634, 0.0034155610483139753, -0.014499790035188198, -0.039715323597192764, -0.05199470743536949, -0.0337233692407608, -0.0006226006662473083, 0.010547651909291744, 0.0012753671035170555, -0.010856530629098415, -0.030328145250678062, -0.033493056893348694, -0.0204111747443676, 0.013055061921477318, 0.0524807944893837, 0.06468018889427185, 0.028837818652391434, -0.012054722756147385, -0.018636023625731468, 0.012008868157863617, 0.06279728561639786, 0.07699603587388992, 0.03564019128680229, -0.0005267725791782141, 0.005757676437497139, 0.024410255253314972, 0.013727881014347076, 0.003966912627220154, 0.014991779811680317, 0.029738835990428925, 0.007644631899893284, -0.02947794273495674, -0.06105634570121765, -0.036439456045627594, 0.0014042487600818276, 0.012740757316350937, 0.002653694711625576, -0.0064063044264912605, -0.008854973129928112, -0.006417627912014723, 0.005356485955417156, 0.030032284557819366, 0.027609355747699738, 0.0013398142764344811, -0.02432788722217083, -0.01475600153207779, 0.00984103698283434, 0.034349653869867325, 0.04056403785943985, 0.03286414220929146, 0.02719084545969963, 0.011305262334644794, -0.014451120048761368, -0.025556521490216255, -0.007919713854789734, 0.031921420246362686, 0.040502067655324936, 0.005383049137890339, -0.02407686784863472, -0.011479458771646023, 0.00022585067199543118, 0.0006241954979486763, -0.01794460229575634, -0.021285319700837135, -0.0031914229039102793, 0.0016391185345128179, -0.021295659244060516, -0.06364130973815918, -0.06737195700407028, -0.025407396256923676, 0.009048367850482464, 0.00675987359136343, -0.0047348299995064735, -0.007775011006742716, 0.004899539053440094, 0.02062232792377472, 0.03731480985879898, 0.039806533604860306, 0.014494129456579685, -0.00024095784465316683, 0.003107544034719467, 0.03605912625789642, 0.06036313995718956, 0.061023350805044174, 0.05812571570277214, 0.04523804783821106, 0.033188290894031525, 0.008283715695142746, -0.0012222174555063248, 0.014468731358647346, 0.061365678906440735, 0.07796574383974075, 0.03154376521706581, -0.02264615334570408, -0.022088591009378433, 0.0049535008147358894, 0.02143234759569168, 0.010092951357364655, -0.012895011343061924, -0.025761354714632034, -0.025300396606326103, -0.03697735071182251, -0.054180555045604706, -0.058331239968538284, -0.027875563129782677, -0.006361495703458786, -0.013676650822162628, -0.03236125409603119, -0.04364796355366707, -0.0343046560883522, -0.00341564672999084, 0.023376325145363808, 0.01956195943057537, -0.007326989900320768, -0.023496022447943687, -0.008664090186357498, 0.033051829785108566, 0.07562121748924255, 0.07494065910577774, 0.038255032151937485, 0.0016605473356321454, 0.00040875651757232845, 0.00863836333155632, 0.026166439056396484, 0.03508232533931732, 0.03582749888300896, 0.030074013397097588, 0.005723621230572462, -0.02751438319683075, -0.0363951213657856, -0.007903354242444038, 0.009481576271355152, 0.00025499743060208857, -0.03317701816558838, -0.05025899037718773, -0.03848999738693237, -0.03281363844871521, -0.0394471138715744, -0.05142740160226822, -0.04744572192430496, -0.03593795746564865, -0.030811963602900505, -0.02637442946434021, -0.028424132615327835, -0.014838093891739845, 0.004274300765246153, 0.005294434260576963, -0.00797207560390234, -0.03749532997608185, -0.03469933196902275, -0.002639163052663207, 0.031175265088677406, 0.05440041050314903, 0.04464944079518318, 0.014377277344465256, -0.0019325738539919257, 0.005222192034125328, 0.020871326327323914, 0.027437249198555946, 0.022128628566861153, 0.010916752740740776, 0.0031219571828842163, -0.0014368320116773248, -0.0135330930352211, -0.027472950518131256, -0.01583554595708847, 0.0018468572525307536, -0.0047432538121938705, -0.02943320758640766, -0.04317411407828331, -0.029922984540462494, -0.010899598710238934, 0.0023050319869071245, -0.0030203568749129772, -0.021694373339414597, -0.03429831936955452, -0.022698242217302322, 0.002535775303840637, 0.02314472571015358, 0.027450183406472206, 0.018275735899806023, 0.00916148442775011, 0.009523221291601658, 0.009573118761181831, 0.008539623580873013, 0.013172275386750698, 0.03131554648280144, 0.04967885464429855, 0.06172298640012741, 0.045485932379961014, 0.017099272459745407, 0.00944492220878601, 0.03127231076359749, 0.05127480998635292, 0.04735424742102623, 0.029106391593813896, 0.012221671640872955, 0.00984519999474287, 0.01739909127354622, 0.018212486058473587, 0.013335575349628925, 0.00781908817589283, -0.0006065421039238572, -0.027373215183615685, -0.041419997811317444, -0.030300388112664223, -0.006985867395997047, 0.0003888291248586029, -0.021651405841112137, -0.04501425102353096, -0.052764277905225754, -0.03369094803929329, -0.0013159560039639473, 0.009900274686515331, 0.00748814083635807, -0.007773918565362692, -0.017703952267766, -0.016175957396626472, -0.011090300045907497, -0.0017529961187392473, 0.0012182396603748202, 0.006501307711005211, 0.013668008148670197, 0.026617029681801796, 0.024981075897812843, 0.016064956784248352, 0.012191293761134148, 0.024511853232979774, 0.03480440750718117, 0.027491362765431404, 0.008076713420450687, -0.001580025884322822, 0.008408688008785248, 0.024037228897213936, 0.019076941534876823, 0.008971110917627811, 0.00013073557056486607, -0.00038595698424614966, -0.00721344817429781, -0.01185635570436716, -0.009919353760778904, 0.0017681567696854472, 0.0007333701942116022, -0.00671627139672637, -0.03575402870774269, -0.05169861018657684, -0.031039005145430565, 0.0038517124485224485, 0.033152930438518524, 0.023463362827897072, -0.0070708622224628925, -0.032563015818595886, -0.0330563522875309, -0.010641902685165405, 0.0011853041360154748, 0.0010278405388817191, -0.007109926547855139, -0.01817016862332821, -0.012714879587292671, -0.0011742807691916823, 0.000757448491640389, 0.001224818523041904, -0.0030288381967693567, -0.011505218222737312, -0.0194928627461195, -0.025605881586670876, -0.021936357021331787, -0.006399362813681364, 0.0016889481339603662, -0.009132904931902885, -0.025386128574609756, -0.03516819328069687, -0.025356458500027657, -0.005754346027970314, -0.006567758973687887, -0.01451081968843937, -0.03704262524843216, -0.07767269760370255, -0.16780945658683777, -0.1744835078716278, -0.35477226972579956, -0.3612852990627289, 0.2018091380596161, 0.46332138776779175, 0.33202019333839417, 0.20881249010562897, -0.04672996327280998, -0.03232038766145706, -0.15647907555103302, -0.5341416001319885, -0.13594722747802734, 0.21908332407474518, 0.05541351065039635, 0.030072800815105438, -0.2566584646701813, -0.33764296770095825, -0.5010738968849182, -0.4297429919242859, 0.05440939590334892, 0.20430749654769897, 0.03510885313153267, -0.06415508687496185, 0.08277086168527603, -0.14342455565929413, -0.02501397207379341, 0.1435496211051941, 0.14373989403247833, 0.594119131565094, 0.3591277599334717, 0.169921875, 0.22909018397331238, -0.2759561240673065, 0.022390766069293022, 0.1037077084183693, -0.08896555751562119, -0.020120671018958092, -0.6834456324577332, -0.42584723234176636, -0.21576771140098572, -0.3799230754375458, -0.006223256234079599, -0.5025709867477417, -0.2686432898044586, 0.04624660313129425, 0.5170376896858215, 0.5412436723709106, 0.240609273314476, 0.25183841586112976, -0.3055027425289154, -0.13918614387512207, -0.05557992309331894, -0.04780113697052002, 0.12111958861351013, 0.4554162621498108, 0.6241499185562134, 0.3467732071876526, -0.28318896889686584, -0.26568904519081116, 0.091061532497406, 0.2933521866798401, 0.16490960121154785, 0.1058136597275734, -0.1669139713048935, -0.19296623766422272, 0.027735840529203415, 0.18762166798114777, 0.23205751180648804, 0.003969917073845863, 0.21761289238929749, 0.13606451451778412, -0.05508099123835564, -0.3592808246612549, -0.5419892072677612, -0.07682819664478302, 0.06252076476812363, 0.33548295497894287, 0.34970203042030334, 0.2054368108510971, 0.32219019532203674, 0.46645161509513855, -0.03575146943330765, -0.031402040272951126, -0.40658798813819885, -0.5729281902313232, -0.6086058020591736, -0.4559316337108612, -0.20895147323608398, -0.07802627980709076, 0.25077924132347107, 0.36938536167144775, 0.21807175874710083, 0.39870795607566833, 0.09089311957359314, -0.07390811294317245, 0.22145342826843262, 0.2466113269329071, 0.21211065351963043, 0.2275165170431137, 0.11312543600797653, 0.31491923332214355, 0.34213876724243164, 0.454935759305954, 0.5732181072235107, 0.2952347695827484, 0.2908893823623657, 0.35552313923835754, 0.12141554802656174, 0.03583058342337608, -0.01265045627951622, -0.3467986285686493, -0.3311639130115509, -0.20071563124656677, -0.47459912300109863, -0.4553389549255371, -0.3327212631702423, -0.3803268074989319, -0.4919295608997345, -0.5567856431007385, -0.4568907916545868, -0.40175074338912964, -0.1307995319366455, 0.07946997135877609, 0.08461074531078339, 0.29220566153526306, 0.22860729694366455, 0.37992486357688904, 0.17740347981452942, -0.030687181279063225, 0.2581525146961212, -0.037920333445072174, 0.08758027851581573, 0.4738280475139618, 0.785064160823822, 0.8448533415794373, 0.8736370205879211, 0.9853053689002991, 1.4569710493087769, 0.8916575312614441, -0.6784203052520752, -1.023245930671692, 0.05699661374092102, 0.2648340165615082, -0.5552957653999329, -0.7748029232025146, -0.45834222435951233, -0.8849483132362366, -1.328003168106079, -0.7223148345947266, -0.6771418452262878, -1.2037469148635864, -0.6541691422462463, 0.2969375550746918, 0.000484086835058406, -0.31014057993888855, 0.153986856341362, 0.5132555365562439, 0.44315284490585327, 0.13813048601150513, 0.08232840150594711, 0.1976497322320938, 0.09366357326507568, -0.1201530396938324, -0.09101802110671997, -0.17019881308078766, -0.40648776292800903, -0.393131822347641, 0.0021371645852923393, 0.3702828884124756, 0.4672265648841858, 0.5882707238197327, 0.885522723197937, 1.2531341314315796, 1.4170151948928833, 1.5584845542907715, 1.7939013242721558, 0.701450526714325, -1.014390230178833, -1.3798527717590332, -0.15606464445590973, 0.24304622411727905, -0.79400634765625, -1.2078789472579956, -0.7646017670631409, -1.0887504816055298, -1.9019346237182617, -1.6283245086669922, -1.4484245777130127, -1.384097695350647, -0.34705400466918945, 0.7007753849029541, 0.5476619601249695, 0.2781212329864502, 0.9284701943397522, 1.190288782119751, 0.6137996912002563, 0.21110257506370544, 0.2026420533657074, 0.29842156171798706, 0.28394851088523865, -0.17150141298770905, -0.5413918495178223, -0.5429159998893738, -0.6506921648979187, -0.6505333185195923, 0.08116715401411057, 0.9389569759368896, 1.1851688623428345, 1.5207159519195557, 2.1639554500579834, 2.168555736541748, 2.073923110961914, 1.7991571426391602, -0.010903911665081978, -1.7909760475158691, -1.18419349193573, 0.43114596605300903, -0.3456447124481201, -1.932878017425537, -1.6594295501708984, -1.0002387762069702, -1.8311153650283813, -2.566876173019409, -2.43984317779541, -2.0878000259399414, -0.5106452107429504, 1.4295408725738525, 1.7443987131118774, 0.7622805237770081, 1.1252429485321045, 1.9239838123321533, 1.303560733795166, -0.09624948352575302, -0.4203418493270874, 0.15278548002243042, 0.440806120634079, 0.2043277472257614, -0.35010483860969543, -0.8912270069122314, -0.8941157460212708, -0.36085519194602966, 0.20694515109062195, 0.8823574185371399, 1.6701486110687256, 2.161949872970581, 2.4335076808929443, 2.6104302406311035, 2.352522134780884, 0.4356381297111511, -1.8244191408157349, -2.260671615600586, -0.5336329340934753, 0.29755890369415283, -1.2059659957885742, -2.34669828414917, -1.7782623767852783, -1.2210285663604736, -2.0301365852355957, -2.8095242977142334, -2.64245867729187, -1.1426059007644653, 1.0723106861114502, 2.3179962635040283, 1.8328850269317627, 1.0751956701278687, 1.4365499019622803, 1.6026571989059448, 0.49079835414886475, -0.9224458336830139, -0.87232506275177, -0.06362155079841614, 0.3356475830078125, 0.13241958618164062, -0.3632608950138092, -0.8874618411064148, -0.8053756952285767, 0.06436257064342499, 0.9553239941596985, 1.6277310848236084, 1.8597543239593506, 2.0467774868011475, 2.318390369415283, 2.6492772102355957, 1.7078335285186768, -1.0635002851486206, -2.911200761795044, -1.995999813079834, 0.20604731142520905, -0.3495543897151947, -2.5286617279052734, -2.749527931213379, -1.2732313871383667, -0.9638864994049072, -2.279193162918091, -2.899625778198242, -1.6873204708099365, 0.8079560995101929, 2.766688585281372, 2.8200125694274902, 1.5629360675811768, 1.1693388223648071, 1.5717813968658447, 0.7878572344779968, -1.0115344524383545, -1.8220815658569336, -0.7574656009674072, 0.3108915686607361, 0.3800613582134247, 0.17138800024986267, -0.023910440504550934, -0.25691840052604675, -0.04828132688999176, 0.653931200504303, 1.3769383430480957, 1.6618542671203613, 1.7272717952728271, 1.8512723445892334, 2.123265504837036, 1.8398226499557495, -0.536741316318512, -3.158450126647949, -3.1991724967956543, -0.5592241287231445, 0.6096784472465515, -1.5959573984146118, -3.0977847576141357, -1.6327970027923584, -0.1908501386642456, -1.3663350343704224, -2.6442067623138428, -1.4636329412460327, 1.0294476747512817, 2.9542601108551025, 2.9930124282836914, 1.9081531763076782, 0.9686349034309387, 0.8187505602836609, 0.36158254742622375, -1.1205893754959106, -2.1501243114471436, -1.1922658681869507, 0.37071606516838074, 0.6827569603919983, 0.4557651877403259, 0.6446390748023987, 0.4659026861190796, -0.15227128565311432, -0.22260019183158875, 0.5467224717140198, 1.245790719985962, 1.1258505582809448, 1.3228424787521362, 2.30958890914917, 2.858851194381714, 0.7835409641265869, -2.5165817737579346, -3.8028416633605957, -1.9108437299728394, 0.26220953464508057, -0.8727214336395264, -2.8301079273223877, -1.8258503675460815, 0.35553258657455444, 0.007359320297837257, -2.2299768924713135, -2.283715009689331, 0.08443664014339447, 2.3472201824188232, 2.662767171859741, 1.7974234819412231, 1.2917996644973755, 1.138448715209961, 0.6861374378204346, -0.7896085381507874, -2.14394474029541, -1.8007252216339111, -0.265704482793808, 0.6587400436401367, 0.6881923079490662, 0.7797441482543945, 0.7229210138320923, 0.07136530429124832, -0.491207093000412, -0.013619452714920044, 1.056228518486023, 1.4964532852172852, 1.497846245765686, 2.370685338973999, 3.724660873413086, 3.219759464263916, -0.6443914771080017, -4.314986705780029, -4.618900299072266, -2.252901792526245, -1.1796575784683228, -2.7348735332489014, -2.8463094234466553, -0.334518700838089, 1.1073304414749146, -0.1905267983675003, -1.419287919998169, -0.41186287999153137, 1.683505654335022, 2.8675010204315186, 2.386993408203125, 1.4608769416809082, 0.8233742117881775, 0.39918252825737, -0.5259106159210205, -2.1081109046936035, -2.69319486618042, -1.383544683456421, 0.282196581363678, 1.1124268770217896, 1.707930088043213, 1.9605085849761963, 1.2633060216903687, 0.11618631333112717, -0.3142048418521881, 0.4685036540031433, 1.2100695371627808, 1.34335458278656, 2.0236666202545166, 3.55672287940979, 3.732160806655884, -0.05868614464998245, -4.916227340698242, -6.349732398986816, -4.149255275726318, -2.282392978668213, -3.0642662048339844, -2.834862232208252, 0.17587856948375702, 2.7356314659118652, 2.3730602264404297, 0.6018162369728088, 0.36226218938827515, 1.4795403480529785, 2.0847055912017822, 1.32968008518219, 0.4275718033313751, 0.17466974258422852, -0.13194578886032104, -0.6954724788665771, -1.5891519784927368, -2.1860504150390625, -1.5460671186447144, 0.08990375697612762, 1.5931200981140137, 2.4237544536590576, 2.7849974632263184, 2.0874454975128174, 0.4006149470806122, -0.8523420691490173, -0.4916372299194336, 0.5543484687805176, 0.9930007457733154, 1.8453904390335083, 3.420675754547119, 2.529017686843872, -1.8741427659988403, -5.6745076179504395, -5.763430595397949, -3.8595433235168457, -3.3455982208251953, -3.453608989715576, -0.779789388179779, 3.075002670288086, 4.239158630371094, 2.8089723587036133, 1.4417517185211182, 1.2072917222976685, 0.6843282580375671, -0.3596791625022888, -0.5879945755004883, 0.031684599816799164, 0.19458915293216705, -0.47687700390815735, -0.9808029532432556, -1.2033295631408691, -1.4287375211715698, -1.279909610748291, -0.08778829872608185, 1.8850394487380981, 3.2235074043273926, 3.0356624126434326, 1.4376896619796753, -0.07524175196886063, -0.5284845232963562, -0.44813618063926697, -0.1414758414030075, 0.6575677990913391, 2.4468343257904053, 3.4887747764587402, 1.037218451499939, -2.9696767330169678, -5.256053447723389, -5.163860321044922, -4.649382591247559, -4.595240116119385, -2.4187817573547363, 1.8429014682769775, 4.523500442504883, 4.385118007659912, 3.3169469833374023, 2.467787504196167, 0.961094081401825, -1.103302001953125, -1.9733974933624268, -1.0622830390930176, -0.07429273426532745, -0.26358017325401306, -0.6980490684509277, -0.6858749985694885, -0.6265751719474792, -0.9035524725914001, -0.8816421031951904, 0.3726314902305603, 2.4612457752227783, 3.4862852096557617, 2.634584426879883, 1.1022510528564453, 0.1975865662097931, -0.18870699405670166, -0.46785151958465576, 0.04185490682721138, 1.5632797479629517, 2.7489449977874756, 1.1216849088668823, -2.432518243789673, -4.3863091468811035, -4.440562725067139, -4.494159698486328, -5.141907691955566, -3.715999126434326, 1.0093950033187866, 4.661696910858154, 4.787615776062012, 3.6360867023468018, 3.1107399463653564, 2.1792609691619873, -0.3248101770877838, -2.506089925765991, -2.394354820251465, -0.9385828375816345, -0.1237458661198616, -0.44592979550361633, -0.7369881272315979, -0.5925270318984985, -0.37207916378974915, -0.3172469139099121, 0.09409317374229431, 1.4773918390274048, 2.8198816776275635, 2.7136175632476807, 1.3149889707565308, 0.0715554729104042, -0.37184008955955505, -0.5861365795135498, -0.6675023436546326, 0.3871223032474518, 2.5573208332061768, 3.4706339836120605, 1.0421968698501587, -2.8939414024353027, -4.992213249206543, -5.009642124176025, -4.788802146911621, -4.873531341552734, -2.818223476409912, 1.91163969039917, 5.414241790771484, 5.497416973114014, 3.790583372116089, 2.472841739654541, 1.2440704107284546, -0.8906972408294678, -2.6685237884521484, -2.4857301712036133, -1.0420844554901123, -0.2071349173784256, -0.29785606265068054, -0.5440647602081299, -0.5942628383636475, -0.4370827376842499, -0.11733797937631607, 0.5330021977424622, 1.8246891498565674, 2.7669880390167236, 2.3865394592285156, 0.8556933999061584, -0.63032466173172, -0.9992584586143494, -1.044471263885498, -0.9885082244873047, 0.2952282726764679, 3.0643460750579834, 4.964552402496338, 3.0107181072235107, -1.509812593460083, -4.7470173835754395, -5.538754463195801, -5.537224769592285, -5.680410861968994, -4.0641021728515625, 0.33584943413734436, 4.575702667236328, 5.973879814147949, 4.862685203552246, 3.175276279449463, 1.6610275506973267, -0.306710809469223, -2.1876399517059326, -2.7441744804382324, -1.9282501935958862, -0.9279784560203552, -0.5804048180580139, -0.642691433429718, -0.610690712928772, -0.41216161847114563, -0.16405484080314636, 0.4697026312351227, 1.7399487495422363, 2.826633930206299, 2.749159336090088, 1.3679805994033813, -0.2366408407688141, -0.990051805973053, -1.3373414278030396, -1.532181978225708, -0.776552677154541, 1.7776284217834473, 4.890698432922363, 5.391690731048584, 2.123666286468506, -2.414139986038208, -5.244048118591309, -6.156198024749756, -6.489386558532715, -6.01153039932251, -3.192636251449585, 1.5432053804397583, 5.294280529022217, 6.178228378295898, 5.0138421058654785, 3.3095176219940186, 1.4360886812210083, -0.7136971354484558, -2.5533106327056885, -3.2024757862091064, -2.519059181213379, -1.4207367897033691, -0.7187730669975281, -0.4977301359176636, -0.46666088700294495, -0.19133910536766052, 0.4950222671031952, 1.3144232034683228, 2.2287485599517822, 2.9544498920440674, 2.515838623046875, 1.0699423551559448, -0.6012060046195984, -1.7459601163864136, -1.769289493560791, -1.1737853288650513, 0.17673484981060028, 2.7040088176727295, 4.95689582824707, 4.705255031585693, 1.2397024631500244, -3.0323996543884277, -5.423245906829834, -6.159533977508545, -6.549167156219482, -5.920206546783447, -2.64406681060791, 2.1747636795043945, 5.4439897537231445, 5.851649761199951, 4.69193696975708, 3.389284610748291, 1.7494704723358154, -0.5950454473495483, -2.7693185806274414, -3.3906877040863037, -2.523454189300537, -1.4501844644546509, -0.9924788475036621, -0.8392134308815002, -0.2862362265586853, 0.5769385099411011, 1.1373990774154663, 1.6014986038208008, 2.425550937652588, 2.9518070220947266, 2.2449584007263184, 0.4002804160118103, -1.1580277681350708, -1.462461233139038, -1.0755536556243896, -0.5981059074401855, 0.7734624743461609, 3.140545129776001, 4.262106895446777, 2.402068853378296, -1.077902913093567, -3.715522527694702, -4.787375450134277, -5.588598728179932, -6.082371234893799, -4.3242316246032715, -0.3243502676486969, 3.4165704250335693, 4.862771987915039, 4.612705707550049, 4.173183441162109, 3.3164215087890625, 1.2378886938095093, -1.3504244089126587, -2.7242209911346436, -2.495387315750122, -1.8400866985321045, -1.5159074068069458, -1.3406331539154053, -0.6822065114974976, 0.24889738857746124, 0.6283422112464905, 0.8576022982597351, 1.6063915491104126, 2.377856492996216, 2.141263246536255, 0.7396156787872314, -0.38970622420310974, -0.5166722536087036, -0.3999909460544586, -0.30605772137641907, 0.599148154258728, 2.4728827476501465, 3.5416908264160156, 2.110687732696533, -0.7740671038627625, -2.9611566066741943, -3.9004323482513428, -4.7205681800842285, -5.547677040100098, -4.6028971672058105, -1.4302747249603271, 1.8236902952194214, 3.2557153701782227, 3.453014850616455, 3.7469141483306885, 3.7164676189422607, 2.3148353099823, 0.046140968799591064, -1.3652644157409668, -1.4121805429458618, -1.1717379093170166, -1.3826543092727661, -1.58584463596344, -1.1744065284729004, -0.47315892577171326, -0.07690354436635971, 0.21461401879787445, 0.9163291454315186, 1.6473571062088013, 1.5336350202560425, 0.5490528345108032, -0.17771002650260925, -0.12362802773714066, 0.27559056878089905, 0.6290543675422668, 1.4697401523590088, 2.842064619064331, 3.016761541366577, 1.2921531200408936, -0.9778993725776672, -2.410754919052124, -3.143831253051758, -4.2004241943359375, -4.9024882316589355, -3.825831413269043, -1.4056261777877808, 0.6124916672706604, 1.3850291967391968, 1.856461524963379, 2.6362414360046387, 2.9380738735198975, 2.0307343006134033, 0.6469571590423584, 0.004564287606626749, 0.04984379559755325, -0.11246536672115326, -0.639832079410553, -0.966917097568512, -0.7657298445701599, -0.38982829451560974, -0.1735420972108841, 0.1851092129945755, 0.7981924414634705, 1.073901891708374, 0.5597360730171204, -0.3006047010421753, -0.7252713441848755, -0.4253411293029785, 0.034261640161275864, 0.5805801153182983, 1.2365493774414062, 1.5881670713424683, 1.330512285232544, 0.5286155939102173, -0.2751416862010956, -0.959625780582428, -1.7065279483795166, -2.2492756843566895, -2.0645368099212646, -1.149314045906067, -0.024405578151345253, 0.6718466877937317, 0.9109106659889221, 1.0000125169754028, 0.9059308767318726, 0.5493428707122803, 0.1622554063796997, 0.022249720990657806, 0.09288002550601959, 0.1384679228067398, 0.1515212208032608, 0.08018370717763901, -0.003509555011987686, 0.06786060333251953, 0.2153213769197464, 0.4284648299217224, 0.6122316122055054, 0.41806918382644653, -0.10079394280910492, -0.7184185981750488, -1.3135830163955688, -1.6478447914123535, -1.7508783340454102, -1.458341121673584, -0.8065203428268433, -0.012207838706672192, 0.6385074257850647, 0.9904943108558655, 0.9847054481506348, 0.6853621602058411, 0.20545494556427002, -0.1972709745168686, -0.362388014793396, -0.28572458028793335, -0.08294205367565155, 0.12160710990428925, 0.39114105701446533, 0.6524493098258972, 0.6974343061447144, 0.46148961782455444, 0.14935104548931122, -0.009740764275193214, -0.07683786749839783, -0.1434706747531891, -0.08190581202507019, 0.06619983911514282, 0.1488112360239029, 0.13519147038459778, 0.0809626653790474, 0.12257657945156097, 0.2837916910648346, 0.4136843979358673, 0.37850221991539, 0.1794111430644989, -0.15164799988269806, -0.6338714957237244, -1.1749794483184814, -1.4825587272644043, -1.394083857536316, -0.988142728805542, -0.4559823274612427, 0.04719449579715729, 0.5185317397117615, 0.8797781467437744, 0.9396249651908875, 0.704559862613678, 0.3874073624610901, 0.1947668343782425, 0.14537453651428223, 0.09613833576440811, 0.08517764508724213, 0.25451746582984924, 0.4248833656311035, 0.3351008892059326, 0.03606332466006279, -0.2748142182826996, -0.41048291325569153, -0.37090176343917847, -0.2700852155685425, -0.0970911979675293, 0.12117347121238708, 0.3066558241844177, 0.3782538175582886, 0.3297533690929413, 0.28734585642814636, 0.3980523645877838, 0.5991771817207336, 0.6997318863868713, 0.5789669752120972, 0.24756431579589844, -0.20171454548835754, -0.7568089365959167, -1.276304841041565, -1.5348213911056519, -1.4248276948928833, -0.9861869812011719, -0.47571468353271484, -0.0295063778758049, 0.37911221385002136, 0.6620125770568848, 0.7102398872375488, 0.5315041542053223, 0.2808493971824646, 0.1666986048221588, 0.19200390577316284, 0.2102299928665161, 0.16146184504032135, 0.04273089021444321, -0.11707909405231476, -0.3096555769443512, -0.521691620349884, -0.6759070754051208, -0.6476579904556274, -0.3957459330558777, -0.01576325111091137, 0.31799831986427307, 0.520797073841095, 0.5813906192779541, 0.5605482459068298, 0.5547370314598083, 0.5843728184700012, 0.668621838092804, 0.7490677237510681, 0.7370844483375549, 0.6251828074455261, 0.3172400891780853, -0.2050677388906479, -0.7272725105285645, -1.035240650177002, -1.0653328895568848, -0.8517518043518066, -0.5252240300178528, -0.15571479499340057, 0.21518291532993317, 0.4944629669189453, 0.5878414511680603, 0.49287670850753784, 0.3328588306903839, 0.25283947587013245, 0.24169903993606567, 0.2074286788702011, 0.10595740377902985, -0.06945883482694626, -0.31873661279678345, -0.5460622906684875, -0.7603421807289124, -0.9682096242904663, -0.9863321781158447, -0.7404202818870544, -0.34392881393432617, 0.03105517104268074, 0.2693476676940918, 0.350941926240921, 0.30884796380996704, 0.26158756017684937, 0.29267001152038574, 0.3543262183666229, 0.40586382150650024, 0.48869451880455017, 0.5527699589729309, 0.40080347657203674, -0.0062154741026461124, -0.4370581805706024, -0.6543412804603577, -0.6385453343391418, -0.4933969974517822, -0.27844077348709106, -0.028768301010131836, 0.25129443407058716, 0.47237300872802734, 0.5596495270729065, 0.5595964193344116, 0.5434018969535828, 0.5815727710723877, 0.6288411021232605, 0.5767524838447571, 0.4025655686855316, 0.1559377908706665, -0.1328166276216507, -0.4295981228351593, -0.7045254707336426, -0.8786191344261169, -0.8864873051643372, -0.7583038210868835, -0.523310661315918, -0.2190413475036621, 0.02670961618423462, 0.12668780982494354, 0.12175766378641129, 0.09714809060096741, 0.0944412499666214, 0.11066785454750061, 0.16392293572425842, 0.2528378367424011, 0.3408668637275696, 0.2837183177471161, 0.023993222042918205, -0.29814353585243225, -0.5202116966247559, -0.5371811985969543, -0.4305483102798462, -0.2958758771419525, -0.12869268655776978, 0.06316635012626648, 0.224421888589859, 0.31669315695762634, 0.37151238322257996, 0.445228636264801, 0.5704345703125, 0.7084150314331055, 0.7431524991989136, 0.6442655920982361, 0.4309810400009155, 0.1518203765153885, -0.13715802133083344, -0.4095115661621094, -0.582450270652771, -0.6267411708831787, -0.5585233569145203, -0.3946716785430908, -0.16598783433437347, 0.0005547456676140428, 0.04300874099135399, 0.004405610263347626, -0.030377814546227455, -0.012262700125575066, 0.02789267711341381, 0.089096799492836, 0.2004283219575882, 0.31477877497673035, 0.31350499391555786, 0.12903837859630585, -0.13271108269691467, -0.311631441116333, -0.3337111175060272, -0.26397186517715454, -0.20615129172801971, -0.16998867690563202, -0.08786952495574951, 0.022356625646352768, 0.06784116476774216, 0.0708172470331192, 0.1055927574634552, 0.2122163325548172, 0.36070796847343445, 0.47694137692451477, 0.4954445958137512, 0.39186686277389526, 0.18652814626693726, -0.025209499523043633, -0.2287214994430542, -0.4053482711315155, -0.478911429643631, -0.4209775924682617, -0.26519647240638733, -0.1002049669623375, 0.00541292317211628, 0.003805760061368346, -0.08676398545503616, -0.19575008749961853, -0.20934680104255676, -0.11689237505197525, 0.019529448822140694, 0.18265244364738464, 0.334340363740921, 0.40300077199935913, 0.34833329916000366, 0.1576305627822876, -0.043969400227069855, -0.12254996597766876, -0.12226042151451111, -0.12176084518432617, -0.12942615151405334, -0.09600579738616943, -0.026910388842225075, 0.0020489690359681845, -0.013767315074801445, 0.004201670177280903, 0.10509087890386581, 0.246849924325943, 0.3581398129463196, 0.41178199648857117, 0.3761838376522064, 0.2291393131017685, 0.012199578806757927, -0.1878083199262619, -0.3469339907169342, -0.4217609763145447, -0.39407333731651306, -0.259779155254364, -0.07667236775159836, 0.04568437859416008, 0.0320548415184021, -0.10374631732702255, -0.21636709570884705, -0.21098379790782928, -0.14197270572185516, -0.06030942499637604, 0.043469127267599106, 0.23470215499401093, 0.4140278100967407, 0.4220665693283081, 0.25455376505851746, 0.06520102173089981, -0.02956860512495041, -0.07806229591369629, -0.1347746104001999, -0.16997994482517242, -0.11697255074977875, -0.038635075092315674, -0.03265925496816635, -0.07104381918907166, -0.05596546456217766, 0.03028142638504505, 0.14653901755809784, 0.25665777921676636, 0.31169578433036804, 0.28681474924087524, 0.17133821547031403, -0.027431489899754524, -0.2391452193260193, -0.3836246728897095, -0.40475165843963623, -0.3278849422931671, -0.1840105503797531, -0.0012819470139220357, 0.14952537417411804, 0.15601693093776703, 0.01654214784502983, -0.14169245958328247, -0.20478160679340363, -0.17067912220954895, -0.10349411517381668, 0.002772349864244461, 0.20677635073661804, 0.4079512357711792, 0.45029518008232117, 0.3039362132549286, 0.12450726330280304, 0.023134838789701462, -0.03938515484333038, -0.11324784904718399, -0.16146862506866455, -0.15737150609493256, -0.1183038130402565, -0.10349547117948532, -0.12853364646434784, -0.12478087097406387, -0.05634170025587082, 0.07025931775569916, 0.21881471574306488, 0.31370189785957336, 0.3064158260822296, 0.17713563144207, 0.0017770536942407489, -0.17300796508789062, -0.3266710340976715, -0.40777313709259033, -0.39160725474357605, -0.2364514023065567, 0.003500731661915779, 0.1971096694469452, 0.24639026820659637, 0.1330970674753189, -0.015065289102494717, -0.08781623840332031, -0.09724434465169907, -0.08514078706502914, -0.04363158717751503, 0.08458302170038223, 0.27448949217796326, 0.3656342327594757, 0.2776830494403839, 0.09868843108415604, -0.02813567966222763, -0.07451260089874268, -0.09753083437681198, -0.10990949720144272, -0.09588714689016342, -0.06544741243124008, -0.03095257468521595, -0.027297930791974068, -0.05279936268925667, -0.04874233901500702, 0.038863442838191986, 0.18711479008197784, 0.2756681740283966, 0.2484409213066101, 0.13871313631534576, 0.016152022406458855, -0.11483228206634521, -0.2754402160644531, -0.41760191321372986, -0.4536677598953247, -0.32230663299560547, -0.08330155909061432, 0.14657390117645264, 0.26762834191322327, 0.2574705481529236, 0.1748209148645401, 0.08072260022163391, 0.012087422423064709, -0.03662167489528656, -0.05200124531984329, -0.009388869628310204, 0.09620404243469238, 0.1954890638589859, 0.19301258027553558, 0.09600824117660522, 0.010135851800441742, 0.0002812894817907363, 0.00960034690797329, 0.0034658925142139196, -0.020793389528989792, -0.014904453419148922, 0.03397183120250702, 0.05221465602517128, 0.008868874981999397, -0.030606502667069435, 0.011598503217101097, 0.12876638770103455, 0.20077337324619293, 0.15506012737751007, 0.061595067381858826, -0.021057525649666786, -0.14519798755645752, -0.29921361804008484, -0.4242097735404968, -0.44097355008125305, -0.3209887742996216, -0.12775413691997528, 0.07030545175075531, 0.21731866896152496, 0.26849839091300964, 0.23355616629123688, 0.14095744490623474, 0.041114456951618195, -0.01788598857820034, -0.0523393489420414, -0.037632398307323456, 0.03050151653587818, 0.1250695437192917, 0.16615000367164612, 0.1055721864104271, 0.027561189606785774, 0.031276728957891464, 0.0748298168182373, 0.07506190985441208, 0.028060145676136017, 0.010864216834306717, 0.04401349276304245, 0.06063098460435867, 0.026606472209095955, -0.0019102413207292557, 0.02779216878116131, 0.11242355406284332, 0.17643509805202484, 0.15322664380073547, 0.07014831900596619, -0.025547370314598083, -0.12199199199676514, -0.22689956426620483, -0.31257447600364685, -0.33337873220443726, -0.27177876234054565, -0.14868398010730743, 0.0017849301220849156, 0.1432327926158905, 0.22744548320770264, 0.21387802064418793, 0.10723400115966797, 0.0021901074796915054, -0.04427450895309448, -0.04742890223860741, -0.02826930396258831, 0.0017952219350263476, 0.0632864385843277, 0.11337964236736298, 0.08459898084402084, 0.02937808446586132, 0.028703726828098297, 0.07789362221956253, 0.09194893389940262, 0.039046064019203186, -0.005307297687977552, -0.004543788731098175, -0.0027414425276219845, -0.020022189244627953, -0.023902110755443573, 0.004262045491486788, 0.06558435410261154, 0.11796509474515915, 0.12537236511707306, 0.0818834975361824, 0.008666926994919777, -0.0885440856218338, -0.1742221713066101, -0.21955418586730957, -0.22073565423488617, -0.19008463621139526, -0.1214580088853836, -0.007732211612164974, 0.10714360326528549, 0.16646777093410492, 0.12386799603700638, 0.040630754083395004, -0.00172860873863101, 0.010391242802143097, 0.04510672017931938, 0.06895212829113007, 0.07847162336111069, 0.11209901422262192, 0.13980090618133545, 0.1119164526462555, 0.06442246586084366, 0.05072273313999176, 0.07586982101202011, 0.08676896244287491, 0.043450213968753815, -0.006962712854146957, -0.030834676697850227, -0.02706681191921234, -0.030407710000872612, -0.022375596687197685, 0.009304857812821865, 0.05383133888244629, 0.09293199330568314, 0.11342134326696396, 0.10096713155508041, 0.05050880089402199, -0.03813397139310837, -0.13146746158599854, -0.18470712006092072, -0.1802881807088852, -0.147879496216774, -0.09123454988002777, -0.0034973961301147938, 0.09248466789722443, 0.13532166182994843, 0.0717812106013298, -0.005099295638501644, -0.023609649389982224, 0.009304999373853207, 0.04258938133716583, 0.03836026042699814, 0.018767939880490303, 0.034517403692007065, 0.05476786568760872, 0.03327289968729019, -0.003124088980257511, -0.0073172952979803085, 0.01435468252748251, 0.03445553779602051, 0.008755188435316086, -0.03592880070209503, -0.061944786459207535, -0.045790042728185654, -0.02244804985821247, 0.004415986128151417, 0.048666778951883316, 0.07975688576698303, 0.08265749365091324, 0.05945347994565964, 0.04971238598227501, 0.03717133775353432, -0.00899430736899376, -0.08882316946983337, -0.13754908740520477, -0.12600655853748322, -0.07405838370323181, -0.015949338674545288, 0.02820770815014839, 0.09231343120336533, 0.13271573185920715, 0.1074659451842308, 0.03355240076780319, -0.0022172322496771812, 0.007187875919044018, 0.020889583975076675, 0.0015502902679145336, -0.03224680945277214, -0.03925393521785736, -0.012820528820157051, -0.004101480357348919, -0.023629629984498024, -0.034491389989852905, -0.01189920213073492, 0.006198556628078222, -0.009138673543930054, -0.060395143926143646, -0.08601336181163788, -0.07136845588684082, -0.027905544266104698, 0.008254105225205421, 0.03837738186120987, 0.05886842682957649, 0.06065654382109642, 0.03303449973464012, 0.01693250611424446, 0.015829654410481453, 0.0019257890526205301, -0.0368509404361248, -0.08307082951068878, -0.07328233867883682, -0.02686232700943947, 0.01241709478199482, 0.03817442059516907, 0.07215683162212372, 0.11872957646846771, 0.13118135929107666, 0.0963294729590416, 0.04564996436238289, 0.02006605453789234, 0.017859332263469696, 0.010428082197904587, -0.0037783158477395773, -0.01713014766573906, -0.014420046471059322, -0.0008516971720382571, 0.008116847835481167, 0.004159454256296158, -0.002161332406103611, -0.018134089186787605, -0.043737661093473434, -0.07770709693431854, -0.09756350517272949, -0.08886341005563736, -0.04194598272442818, 0.0037899718154221773, 0.047791510820388794, 0.06922417134046555, 0.05633900687098503, 0.035301972180604935, 0.009211503900587559, -0.006651862058788538, -0.018975768238306046, -0.03812218829989433, -0.05264827236533165, -0.06155295670032501, -0.04775713384151459, -0.013384820893406868, 0.023460762575268745, 0.04550713300704956, 0.0617004819214344, 0.08591058850288391, 0.11095123738050461, 0.09900693595409393, 0.046028655022382736, 0.005613211076706648, 0.003121821442618966, 0.008943941444158554, -0.007765510585159063, -0.03778991848230362, -0.028303880244493484, 0.02403605729341507, 0.05935126543045044, 0.042863935232162476, 0.0031838184222579002, -0.021973975002765656, -0.036468349397182465, -0.05126778781414032, -0.0564577616751194, -0.036965370178222656, 0.000577929662540555, 0.04133766517043114, 0.05965040996670723, 0.05904865264892578, 0.04961363226175308, 0.021430762484669685, -0.01347160805016756, -0.03461037203669548, -0.03200703114271164, -0.025475522503256798, -0.04025646299123764, -0.03990161791443825, 0.0013411706313490868, 0.0543970949947834, 0.06819769740104675, 0.04543767124414444, 0.060339197516441345, 0.09895369410514832, 0.09418528527021408, 0.03659393638372421, -0.00669321371242404, -0.0030084142927080393, 0.016273174434900284, 0.0025904453359544277, -0.022820916026830673, -0.011557255871593952, 0.033621396869421005, 0.07979581505060196, 0.08059945702552795, 0.04198657348752022, 0.013508197851479053, 0.008588614873588085, 0.0021763895638287067, -0.008188420906662941, -0.016574932262301445, -0.0029939967207610607, 0.025052038952708244, 0.058043185621500015, 0.07029187679290771, 0.06659667938947678, 0.04693688079714775, 0.008627270348370075, -0.0295343566685915, -0.043402932584285736, -0.039466459304094315, -0.035268139094114304, -0.020102355629205704, 0.011700427159667015, 0.05004900321364403, 0.059235475957393646, 0.03309119492769241, 0.016344236209988594, 0.023790614679455757, 0.03369365260004997, 0.008140413090586662, -0.0343804769217968, -0.046580906957387924, -0.029671907424926758, -0.017273539677262306, -0.023515554144978523, -0.0326630100607872, -0.0069039929658174515, 0.02573690190911293, 0.03691737353801727, 0.01830447092652321, -0.0003120567125733942, 0.002242108341306448, 0.00803736038506031, 0.0018244273960590363, -0.004297466948628426, -0.0019514960004016757, 0.029006080701947212, 0.06304524093866348, 0.07541581243276596, 0.06949407607316971, 0.0481727160513401, 0.014779001474380493, -0.019170468673110008, -0.04109621047973633, -0.03154432028532028, 0.0009050452499650419, 0.02445424534380436, 0.04826308414340019, 0.06843072175979614, 0.08068197220563889, 0.06642654538154602, 0.02891332283616066, 0.0015325156273320317, 0.0006484609330072999, -0.000947614898905158, -0.021571630612015724, -0.042665399610996246, -0.03834417089819908, -0.016908444464206696, -0.012390409596264362, -0.029471544548869133, -0.0410643070936203, -0.02572629414498806, 0.007859296165406704, 0.021914418786764145, 0.0169487614184618, 0.018547862768173218, 0.021288009360432625, 0.006517947185784578, 0.0013737590052187443, 0.0015690901782363653, 0.028521422296762466, 0.05571084842085838, 0.06858441233634949, 0.06271456927061081, 0.026337388902902603, -0.018176987767219543, -0.05959324538707733, -0.07353098690509796, -0.041268493980169296, -0.0031185681000351906, 0.03475269302725792, 0.05773400515317917, 0.07488027960062027, 0.08755254000425339, 0.07215216755867004, 0.018453527241945267, -0.029516126960515976, -0.04218845069408417, -0.03536026552319527, -0.025370262563228607, -0.032281868159770966, -0.024198103696107864, -0.005182767286896706, -0.006370627321302891, -0.02256760187447071, -0.04452231898903847, -0.03432372957468033, -0.007912017405033112, 0.009834063239395618, 0.008568995632231236, 0.0035748237278312445, -0.004183424171060324, -0.015586203895509243, -0.02218197099864483, -0.018602732568979263, 0.014718601480126381, 0.054286595433950424, 0.08021126687526703, 0.07147478312253952, 0.027454892173409462, -0.010898022912442684, -0.048185158520936966, -0.06753724813461304, -0.058006178587675095, -0.025502674281597137, 0.018909800797700882, 0.05222335830330849, 0.06535414606332779, 0.07961676269769669, 0.06085258722305298, 0.020224351435899734, -0.03382788971066475, -0.06396050751209259, -0.04717019572854042, -0.026859834790229797, -0.007464303635060787, -0.012505476363003254, -0.009875044226646423, 0.001371642923913896, -0.013347259722650051, -0.027095558121800423, -0.0312531404197216, -0.007548978086560965, 0.011966892518103123, 0.008566095493733883, -0.004896689672023058, -0.03347105532884598, -0.05268709734082222, -0.05084637925028801, -0.030596591532230377, 0.017991187050938606, 0.06371089071035385, 0.08967646956443787, 0.08502442389726639, 0.04048218950629234, 0.012529795989394188, -0.012526020407676697, -0.032304830849170685, -0.03982340171933174, -0.027858640998601913, 0.01922977715730667, 0.055305611342191696, 0.06718197464942932, 0.06558524072170258, 0.04101104661822319, 0.014183251187205315, -0.024499980732798576, -0.06059454381465912, -0.057675112038850784, -0.024429654702544212, -0.0010627566371113062, -0.004516888409852982, -0.01874092034995556, -0.011565842665731907, -0.005807734560221434, -0.0045080846175551414, -0.01750842295587063, -0.011901918798685074, 0.0009432122460566461, 0.0008798464550636709, -0.008889743126928806, -0.032518401741981506, -0.05135525390505791, -0.04810234531760216, -0.0326634980738163, 0.007377289701253176, 0.044121380895376205, 0.06684570759534836, 0.057654835283756256, 0.03496462479233742, 0.010498867370188236, -0.001466941786929965, -0.023821264505386353, -0.04508524760603905, -0.03126111999154091, 0.004404913634061813, 0.04565881937742233, 0.05595361441373825, 0.050597406923770905, 0.037562329322099686, 0.013619928620755672, -0.009322641417384148, -0.04474335163831711, -0.06033957004547119, -0.03697647154331207, -0.006204826757311821, 0.002156181028112769, -0.01270341593772173, -0.023916130885481834, -0.01385590247809887, -0.001544609316624701, -0.0023076203651726246, 6.002007285133004e-05, 0.0003200811333954334, 0.016158411279320717, 0.010769112035632133, -0.0005913070635870099, -0.021510077640414238, -0.0365423709154129, -0.026639306917786598, 0.0077933878637850285, 0.04245954006910324, 0.05910608917474747, 0.05601881816983223, 0.04496854916214943, 0.04068030044436455, 0.013212860561907291, -0.009980680420994759, -0.030047154054045677, -0.020707828924059868, 0.009876744821667671, 0.036313530057668686, 0.056673724204301834, 0.062001295387744904, 0.06321751326322556, 0.051467329263687134, 0.017988065257668495, -0.016971327364444733, -0.028908485546708107, -0.02499336376786232, 0.0013187656877562404, 0.01231860090047121, 0.0031611404847353697, -0.007232739124447107, -0.010959206148982048, -0.0032248625066131353, 0.0008294426370412111, 0.00022103384253568947, -0.0027894999366253614, -0.005395737010985613, 0.009875467047095299, -0.05574476718902588, -0.1285436898469925, -0.21410754323005676, -0.032491352409124374, -0.3792504370212555, -0.3801164925098419, 0.028727367520332336, -0.2940502166748047, -0.1793254017829895, -0.05472564697265625, -0.24055872857570648, -0.26709431409835815, -0.24115096032619476, -0.18126016855239868, -0.48009201884269714, 0.0748889148235321, 0.16327109932899475, -0.6694104075431824, -0.2238313853740692, 0.06544562429189682, -0.2341822385787964, -0.6757998466491699, -0.6605436205863953, -0.12713894248008728, 0.27837610244750977, -0.4793776869773865, -0.21494357287883759, 0.15867948532104492, 0.023357126861810684, 0.22048994898796082, -0.46112191677093506, -0.24012982845306396, 0.16074907779693604, 0.22539211809635162, 0.252720445394516, 0.1994192749261856, 0.15272314846515656, 0.1485518217086792, 0.10354816913604736, 0.06978177279233932, 0.2340279370546341, 0.4366779923439026, 0.6867163181304932, 0.4422895014286041, 0.34395071864128113, 0.7760567665100098, 0.49886998534202576, 0.48978546261787415, 0.5023120641708374, 0.23220285773277283, 0.6663218140602112, 0.750524640083313, 0.5039682388305664, 0.790590226650238, 0.41697201132774353, 0.5513874292373657, 0.43974271416664124, -0.6881442070007324, -0.33320140838623047, 0.011617373675107956, -0.18510212004184723, -0.2112741619348526, -0.14203424751758575, -0.30663689970970154, -0.26821380853652954, -0.552230954170227, -0.9559230208396912, -0.08411619812250137, -0.542583167552948, -0.9587999582290649, -0.6538732051849365, -0.059036966413259506, 0.01859193854033947, -0.5342100858688354, -0.05829664319753647, -0.060235071927309036, -0.7483259439468384, 0.014230976812541485, 0.18390041589736938, -0.05135102942585945, -0.0704517737030983, 0.27775755524635315, 0.2283584326505661, 0.34322628378868103, 0.3058134913444519, 0.2607661783695221, 0.15441913902759552, 0.2544907033443451, 0.40256673097610474, 0.22726373374462128, 0.2403515726327896, 0.27869734168052673, 0.06801601499319077, 0.03267955407500267, 0.033906105905771255, -0.1119394451379776, 0.003837152384221554, 0.2828887403011322, 0.38789448142051697, 0.39517924189567566, 0.48351216316223145, 0.2811202108860016, 0.2311706393957138, 0.4158802330493927, 0.4735638201236725, 0.3936524987220764, 0.39092162251472473, 0.628393828868866, 0.32582008838653564, 0.433361291885376, 0.3396071791648865, 0.24961915612220764, 0.7522006034851074, 0.5971195101737976, 0.19447268545627594, 0.20450402796268463, 0.6614517569541931, 0.7464210391044617, 0.4619768559932709, 0.01354815624654293, -0.05042983219027519, 0.2765670716762543, -0.3267749547958374, -0.5644341707229614, -0.7394539713859558, -0.8706377744674683, -0.7792388796806335, -1.0878396034240723, -1.0625146627426147, -0.9820337891578674, -1.482572317123413, -0.88441002368927, -0.6446146965026855, -0.8643748164176941, -1.1699007749557495, -0.960667073726654, -0.6247928738594055, -0.19527120888233185, -0.008974305354058743, 0.043950408697128296, -0.034752100706100464, 0.11640062928199768, 0.2638634741306305, 0.4007638096809387, 0.27498459815979004, 0.3667936325073242, 0.41549527645111084, 0.5434921383857727, 0.678985059261322, 0.5831687450408936, 0.5307501554489136, 0.38681086897850037, 0.2551787197589874, 0.2060946673154831, 0.15272481739521027, 0.015257265418767929, 0.0181975606828928, -0.03163721039891243, -0.07892385870218277, -0.10246678441762924, -0.30757349729537964, -0.22238023579120636, -0.14895744621753693, -0.15758362412452698, 0.055600617080926895, 0.1592906266450882, 0.23532448709011078, 0.2953680157661438, 0.584873378276825, 0.5251519083976746, 0.2644829750061035, 0.5272378921508789, 0.629536509513855, 0.6297075748443604, 0.5775147676467896, 0.44613921642303467, 0.35412418842315674, 0.4206443130970001, 0.53944331407547, 0.2835615575313568, 0.24998551607131958, -0.15727244317531586, -0.10931217670440674, 0.2919650971889496, -0.08011286705732346, 0.04047473520040512, 0.2847856879234314, 0.01689598523080349, -0.02955956570804119, -0.5158160328865051, -0.5897987484931946, -0.4320930540561676, -0.12808187305927277, -0.3291771113872528, -0.21656854450702667, -0.4272989332675934, -0.5506699681282043, -0.44811657071113586, -0.49763014912605286, -0.2678372263908386, -0.2519972026348114, -0.4065864682197571, -0.4756370782852173, -0.43245017528533936, -0.5202623009681702, -0.4825083017349243, -0.22888067364692688, -0.0880197212100029, 0.044238701462745667, 0.0338653065264225, -0.1134863793849945, -0.1823209822177887, 0.07515058666467667, 0.03937336429953575, 0.16116707026958466, 0.15061639249324799, -0.021690569818019867, 0.2666874825954437, 0.41589847207069397, 0.3582954704761505, 0.308361679315567, 0.2990480661392212, 0.22214113175868988, 0.3520471453666687, 0.1997791975736618, 0.07132770866155624, 0.04945126920938492, -0.04981066659092903, -0.07300734519958496, 0.03210197389125824, 0.068916916847229, 0.06452495604753494, -0.017090611159801483, -0.03893261030316353, 0.1366729736328125, 0.09502493590116501, -0.14965562522411346, -0.08185949921607971, 0.11283215880393982, 0.24371753633022308, -0.07044313102960587, 0.030509786680340767, 0.2351086586713791, 0.23842495679855347, 0.4880942106246948, 0.10485167056322098, 0.05507824942469597, 0.0023827054537832737, -0.037033699452877045, 0.41870352625846863, 0.5429711937904358, 0.3361515700817108, 0.329955130815506, 0.012970366515219212, 0.1420748084783554, -0.14895401895046234, -0.4384026825428009, -0.04677104949951172, 0.14811719954013824, 0.06278181076049805, -0.027261724695563316, -0.14868320524692535, -0.07042671740055084, -0.2949714958667755, 0.02056838758289814, 0.020553555339574814, -0.4428517818450928, -0.10688238590955734, 0.4253378212451935, 0.08764557540416718, 0.18763630092144012, 0.019144561141729355, 0.09817861765623093, 0.06776280701160431, -0.05629568547010422, 0.0678817480802536, 0.19765982031822205, -0.08652206510305405, -0.2713806629180908, -0.21544229984283447, 0.2519594728946686, 0.26642486453056335, -0.12474940717220306, -0.10673803836107254, -0.01868339441716671, 0.055383339524269104, -0.1411837786436081, -0.08608616143465042, -0.005990244913846254, 0.0015851999633014202, -0.08418532460927963, -0.22633537650108337, -0.3266284167766571, -0.25107890367507935, -0.04804099723696709, 0.2874182164669037, 0.21386365592479706, 0.06733907014131546, 0.2399606704711914, 0.22882889211177826, 0.017113279551267624, -0.02885506860911846, 0.16903987526893616, 0.28671255707740784, 0.12061084806919098, -0.1920035034418106, -0.27510544657707214, 0.07063524425029755, 0.424205482006073, 0.29411548376083374, -0.05674929544329643, 0.0596860870718956, -0.031571727246046066, -0.08349214494228363, 0.05328914523124695, 0.16450348496437073, 0.19889935851097107, -0.2524411380290985, -0.6735673546791077, -0.4473159611225128, -0.1490921527147293, 0.14808346331119537, -0.0643744021654129, -0.5810060501098633, -0.29917189478874207, 0.0022378796711564064, 0.19207368791103363, 0.3309946656227112, 0.22003383934497833, 0.013084945268929005, -0.33061298727989197, -0.39728984236717224, 0.09898853302001953, 0.39865782856941223, 0.4086044430732727, -0.10641586035490036, -0.16749417781829834, 0.19538374245166779, 0.47214075922966003, 0.20260894298553467, -0.21467959880828857, -0.10149779170751572, 0.37382298707962036, 0.4089871048927307, -0.20691213011741638, -0.3666178584098816, -0.21871408820152283, 0.045970551669597626, -0.016704324632883072, -0.1539684683084488, -0.4127359688282013, -0.2603382170200348, 0.07354588061571121, 0.2000061720609665, -0.14631323516368866, -0.22094683349132538, -0.35096463561058044, 0.04516733065247536, -0.04162396863102913, -0.1903083324432373, 0.05177904665470123, 0.28324592113494873, 0.10014572739601135, -0.18682917952537537, -0.10079258680343628, 0.28484416007995605, 0.5340838432312012, 0.08315490931272507, -0.2735139727592468, -0.029766248539090157, 0.5080469250679016, 0.6657121777534485, 0.12043944746255875, -0.4071354568004608, -0.08421014994382858, 0.407993346452713, 0.48694655299186707, 0.005859771743416786, -0.285151869058609, -0.3836551606655121, -0.08053234219551086, 0.05355184152722359, -0.2244114875793457, -0.4563276171684265, 0.06420285254716873, -0.008974104188382626, 0.010899512097239494, -0.28364238142967224, -0.41610032320022583, 0.13681502640247345, 0.0442386120557785, -0.21536953747272491, -0.017695261165499687, -0.0038046285044401884, 0.0877150446176529, -0.1880401372909546, -0.24316196143627167, 0.28050360083580017, 0.13771532475948334, -0.1964881718158722, -0.27960458397865295, 0.006776999682188034, 0.1199319139122963, -0.050926756113767624, -0.1700136661529541, -0.21925190091133118, -0.2082788497209549, -0.16271337866783142, -0.31765854358673096, 0.17905563116073608, 0.3627145290374756, 0.26674187183380127, -0.29745301604270935, -0.7218320965766907, -0.2145589292049408, 0.29328057169914246, 0.04211268573999405, -0.42830219864845276, -0.3523699939250946, -0.11573409289121628, 0.3580712080001831, 0.4405811131000519, -0.19744658470153809, -0.7007836103439331, -0.1054089143872261, 0.41154608130455017, 0.4050709903240204, 0.30904096364974976, -0.20439152419567108, -0.4540783166885376, -0.22733387351036072, 0.02705685980618, 0.08232378214597702, -0.12001616507768631, -0.27245140075683594, 0.03963867574930191, 0.3045269250869751, 0.009244714863598347, -0.07229521125555038, -0.06413134932518005, -0.016610797494649887, 0.33214086294174194, 0.27529871463775635, -0.009664678014814854, 0.04557349160313606, 0.09746842831373215, 0.23374058306217194, 0.10593192279338837, -0.16222700476646423, 0.12473180890083313, 0.4606677293777466, 0.06727533787488937, -0.47015154361724854, -0.3585865795612335, 0.1339636594057083, 0.31383374333381653, -0.09545520693063736, -0.5946469902992249, -0.7390704154968262, -0.1104595810174942, 0.3401298224925995, 0.2756465673446655, -0.2215808928012848, -0.5746028423309326, -0.5092988014221191, -0.04057692736387253, 0.4602768123149872, 0.20443201065063477, -0.2728103697299957, -0.25643280148506165, -0.323905348777771, -0.22090746462345123, 0.3403375744819641, 0.4578026533126831, -0.5154240727424622, -0.5704268217086792, 0.3292541205883026, 0.40499189496040344, 0.0800061821937561, -0.4869672954082489, -0.46537137031555176, 0.1640356481075287, 0.4207303524017334, 0.18874548375606537, -0.31985804438591003, -0.5763171315193176, -0.017134295776486397, 0.6253260374069214, 0.347162663936615, -0.2949661314487457, -0.703717052936554, -0.32970425486564636, 0.40726447105407715, 0.3264996111392975, -0.019045595079660416, -0.05788741260766983, -0.30145907402038574, -0.07363578677177429, 0.3538202941417694, 0.43161317706108093, 0.131029412150383, -0.2059449553489685, -0.2652266323566437, 0.30741679668426514, 0.5639010071754456, 0.16931083798408508, -0.24281592667102814, -0.24309106171131134, 0.16676990687847137, 0.26011979579925537, 0.14552488923072815, -0.18363939225673676, -0.2564237415790558, -0.135503351688385, 0.1929360181093216, 0.2585805356502533, -0.23047718405723572, -0.36650872230529785, -0.023175811395049095, 0.06698457151651382, 0.2702062427997589, 0.1632794290781021, -0.41315191984176636, -0.34856116771698, -0.11189298331737518, -0.1553470641374588, 0.020415006205439568, 0.13191962242126465, -0.32143551111221313, -0.4297671318054199, -0.039892133325338364, 0.056424882262945175, -0.06885410845279694, -0.24700652062892914, -0.2585676312446594, 0.1899571269750595, 0.3172551393508911, -0.1851799190044403, -0.33053967356681824, -0.17259672284126282, 0.16830672323703766, 0.43084716796875, -0.1706368774175644, -0.3940538167953491, 0.058568719774484634, 0.13458824157714844, 0.26483121514320374, -0.13851799070835114, -0.3718283474445343, 0.16041074693202972, 0.38209888339042664, -0.018407199531793594, -0.3441934287548065, 0.004902897402644157, 0.5076175332069397, 0.2862459719181061, -0.4224044680595398, -0.5890287160873413, 0.13044199347496033, 0.6186835169792175, -0.03223368152976036, -0.5009260177612305, -0.021652717143297195, 0.2935885488986969, 0.02188665233552456, -0.11393420398235321, -0.047421056777238846, 0.06063251197338104, 0.21277020871639252, 0.3205670118331909, 0.0854543000459671, -0.02793063223361969, -0.04227467253804207, -0.03954765200614929, -0.0646662563085556, 0.023120496422052383, 0.2481662482023239, 0.28503212332725525, -0.036337368190288544, -0.28808993101119995, 0.14248237013816833, 0.414753258228302, -0.06324291974306107, -0.3275388777256012, -0.13405269384384155, 0.2177925556898117, 0.2125491350889206, -0.05003334581851959, 0.018086595460772514, 0.13369670510292053, -0.1464395672082901, -0.36153969168663025, -0.18855422735214233, 0.08294665068387985, 0.19488561153411865, -0.11339786648750305, -0.43084052205085754, -0.009552475064992905, 0.25344017148017883, -0.2006266713142395, -0.24185697734355927, -0.26473069190979004, 0.15229037404060364, 0.31624487042427063, -0.16164980828762054, -0.20172333717346191, 0.04821127653121948, -0.07061068713665009, -0.22583892941474915, 0.1469517946243286, 0.48686379194259644, -0.13616327941417694, -0.33722618222236633, 0.14879755675792694, 0.31579354405403137, 0.09174630790948868, -0.2853083312511444, -0.11838092654943466, 0.11121693253517151, 0.04814034327864647, 0.06083707883954048, -0.00856062676757574, 0.19510586559772491, 0.2715257704257965, -0.18936596810817719, -0.1371922492980957, 0.3035827577114105, 0.08622775971889496, -0.28116485476493835, 0.105427585542202, 0.32004648447036743, 0.29337790608406067, 0.05710428208112717, -0.2688845098018646, -0.08507046848535538, 0.5135805606842041, 0.5318348407745361, -0.09411034733057022, -0.5000333786010742, 0.037262801080942154, 0.597806990146637, 0.23849645256996155, -0.3968893885612488, -0.3670807182788849, 0.3778984844684601, 0.47873857617378235, -0.14027215540409088, -0.5109296441078186, -0.13882987201213837, 0.4573926329612732, 0.08529379963874817, -0.7267320156097412, -0.35231509804725647, 0.44528988003730774, 0.3596275746822357, -0.35797661542892456, -0.5185636281967163, 0.17683832347393036, 0.6286011934280396, -0.1909462809562683, -0.8789751529693604, -0.19521239399909973, 0.6733112931251526, 0.3148534893989563, -0.7846277356147766, -0.7236693501472473, 0.37876519560813904, 0.7881146669387817, -0.09946388751268387, -0.76144939661026, -0.23577895760536194, 0.6354650855064392, 0.12961001694202423, -0.3139195144176483, -0.13767941296100616, 0.20309704542160034, 0.3031708896160126, -0.03788148611783981, -0.3560872972011566, -0.2455870807170868, 0.18163669109344482, 0.2794562876224518, -0.3063594698905945, -0.3240830898284912, 0.18020054697990417, 0.309086412191391, 0.07833978533744812, -0.15807238221168518, -0.34567973017692566, 0.07729018479585648, 0.41950517892837524, -0.026398397982120514, -0.166559100151062, -0.048599038273096085, 0.09423385560512543, 0.06563243269920349, -0.13116510212421417, -0.05460295453667641, 0.17274445295333862, 0.06980656087398529, 0.05108360946178436, 0.029392462223768234, 0.1946841925382614, 0.17046935856342316, -0.07740963995456696, -0.03768755868077278, -0.07955040782690048, 0.16920842230319977, 0.30355075001716614, 0.023126909509301186, -0.05329727753996849, -0.28823399543762207, -0.147647887468338, 0.4099193811416626, 0.23851436376571655, -0.2369421422481537, -0.29377472400665283, -0.01784948632121086, 0.4672902226448059, -0.011280478909611702, -0.544125497341156, -0.03677823394536972, 0.2778460681438446, 0.18442319333553314, -0.3268618583679199, -0.3820219337940216, 0.14236530661582947, 0.12321869283914566, -0.19368773698806763, -0.027744146063923836, 0.07025488466024399, 0.0004962611710652709, -0.027151724323630333, -0.11048377305269241, -0.010994934476912022, 0.24316391348838806, 0.16665343940258026, -0.24400022625923157, -0.016870036721229553, 0.3017735183238983, 0.2850528955459595, 0.0732443779706955, -0.12653833627700806, -0.11850787699222565, 0.004932647105306387, 0.2199835628271103, -0.10182369500398636, -0.30729860067367554, -0.17459359765052795, -0.008322317153215408, 0.050658322870731354, -0.07361768931150436, -0.20209945738315582, 0.07654856890439987, 0.205112025141716, -0.09276944398880005, -0.32976019382476807, -0.20468883216381073, 0.20082958042621613, 0.1906234622001648, -0.3380677103996277, -0.17158032953739166, 0.29148855805397034, 0.42230018973350525, -0.19757485389709473, -0.2694934010505676, 0.22217212617397308, 0.16499502956867218, 0.022732025012373924, -0.018441781401634216, 0.0824817419052124, 0.23504935204982758, -0.03643322363495827, -0.2880675196647644, 0.15774968266487122, 0.3315287232398987, -0.12906213104724884, -0.25445157289505005, 0.07612623274326324, 0.5271719694137573, 0.21013715863227844, -0.40106266736984253, -0.16221247613430023, 0.3520469069480896, 0.21297229826450348, -0.35334229469299316, -0.2246118187904358, 0.0341666154563427, 0.20329006016254425, 0.12962280213832855, -0.198393777012825, -0.33781352639198303, -0.04603958502411842, 0.1032271608710289, -0.030687937512993813, -0.02704690396785736, -0.013652659952640533, 0.030290262773633003, -0.2078903764486313, -0.13725697994232178, 0.06320611387491226, 0.08683809638023376, -0.17982827126979828, -0.39726439118385315, -0.12584459781646729, 0.37183719873428345, 0.366756409406662, -0.3387581706047058, -0.3937743306159973, 0.11037174612283707, 0.5630429983139038, 0.17979967594146729, -0.3364070951938629, -0.07819481194019318, 0.28476276993751526, 0.23328566551208496, -0.008333282545208931, -0.17717072367668152, -0.42113757133483887, 0.24142658710479736, 0.38874688744544983, -0.14189615845680237, -0.12808899581432343, 0.023261208087205887, 0.25479361414909363, -0.046253081411123276, -0.3077014982700348, -0.12396363914012909, 0.1520058512687683, 0.13309594988822937, -0.02195739932358265, -0.3151981234550476, 0.17477922141551971, 0.23657919466495514, -0.20658959448337555, -0.2734068036079407, -0.06084667518734932, 0.11960441619157791, 0.015842707827687263, -0.09104492515325546, -0.08098145574331284, 0.1498696208000183, 0.21976783871650696, 0.002697535092011094, -0.056605733931064606, 0.29658374190330505, 0.2692192792892456, -0.16280390322208405, -0.11785707622766495, -0.007818123325705528, 0.2157703936100006, 0.14562317728996277, -0.28249993920326233, -0.26008090376853943, 0.18776462972164154, 0.24835205078125, -0.3005934953689575, -0.3776290714740753, 0.24780619144439697, 0.30035942792892456, -0.26694613695144653, -0.33102861046791077, 0.07347528636455536, 0.19774337112903595, -0.2815561890602112, -0.19372902810573578, 0.0885721743106842, -0.03817874193191528, -0.35124725103378296, -0.3786497414112091, 0.06990140676498413, 0.3911873400211334, 0.13238655030727386, -0.43621140718460083, -0.4065372943878174, 0.36028626561164856, 0.4459868371486664, 0.05480268597602844, -0.11846708506345749, -0.11429564654827118, 0.23804248869419098, 0.44147369265556335, 0.031763166189193726, -0.25541654229164124, -0.054501354694366455, 0.37820306420326233, 0.27280393242836, -0.2574096918106079, -0.13901038467884064, 0.26005762815475464, 0.15173697471618652, -0.15572820603847504, -0.12640878558158875, 0.09176954627037048, 0.09330655634403229, -0.2081734836101532, -0.10786525160074234, 0.07175163179636002, 0.04784544184803963, 0.1361248642206192, -0.17034509778022766, -0.25162816047668457, 0.17212577164173126, 0.14783619344234467, -0.1604769378900528, -0.08214319497346878, -0.04387563094496727, 0.05830717459321022, 0.06566078960895538, -0.1817413866519928, -0.07527324557304382, 0.1868756115436554, 0.13643629848957062, -0.10140340775251389, -0.15536925196647644, -0.05043748393654823, 0.18776121735572815, 0.1772729605436325, -0.3516380786895752, -0.2755199670791626, 0.3138352036476135, 0.2963275611400604, 0.041943661868572235, -0.09170059859752655, -0.18112003803253174, 0.10180150717496872, 0.36347776651382446, 0.007626219652593136, -0.19009213149547577, 0.053909651935100555, 0.05939587950706482, -0.21932311356067657, 0.15194609761238098, 0.4032799303531647, 0.029168367385864258, -0.6743252873420715, -0.4706355631351471, 0.7602068781852722, 0.5426181554794312, -0.9042918682098389, -0.5703268051147461, 0.4378056228160858, 0.40649253129959106, 0.07915656268596649, -0.7898873090744019, -0.5654786229133606, 0.4891563355922699, -0.0017755561275407672, -0.2942749857902527, -0.002070238348096609, -0.09144404530525208, 0.1314110904932022, 0.08916269987821579, -0.06268924474716187, 0.20149582624435425, 0.18979491293430328, -0.14471828937530518, -0.33682382106781006, -0.01417729165405035, 0.6220083832740784, 0.4665718376636505, -0.36346742510795593, -0.3114252984523773, 0.6685097217559814, 0.7125574946403503, -0.20587661862373352, -0.4095887541770935, 0.09264899045228958, 0.3601379692554474, 0.2522481083869934, -0.05118490010499954, -0.33265233039855957, 0.10341352969408035, 0.41391700506210327, -0.07295675575733185, -0.05600695684552193, -0.1376969814300537, -0.17520733177661896, 0.26822978258132935, 0.09562129527330399, -0.4436192512512207, -0.04066177085042, -0.22577343881130219, -0.3761051595211029, 0.005605756305158138, -0.13127894699573517, 0.027845537289977074, 0.13526056706905365, -0.23240943253040314, -0.19549314677715302, 0.04623951390385628, -0.01578132063150406, -0.025170568376779556, -0.17557938396930695, -0.16542236506938934, -0.15566423535346985, 0.09047744423151016, 0.03993837162852287, -0.010216962546110153, 0.12096056342124939, 0.14663445949554443, -0.039105113595724106, 0.12379562854766846, 0.21756500005722046, 0.10528449714183807, -0.18836753070354462, -0.16677998006343842, 0.09966912120580673, -0.03553824871778488, 0.11330635845661163, 0.3213706612586975, -0.12530279159545898, -0.261101096868515, 0.24543486535549164, 0.4554884135723114, 0.22303567826747894, -0.37965333461761475, -0.32889270782470703, 0.32070842385292053, 0.35860973596572876, -0.21951141953468323, -0.34881845116615295, -0.1443132758140564, 0.13391530513763428, 0.37171199917793274, 0.1131075844168663, -0.16947788000106812, -0.21473632752895355, 0.0068017588928341866, 0.44260671734809875, 0.41193270683288574, -0.20811337232589722, -0.3412379026412964, 0.12698553502559662, 0.5895252823829651, 0.3882751762866974, -0.2936791479587555, -0.3356281816959381, 0.20682062208652496, 0.23617827892303467, -0.09358692169189453, -0.27600589394569397, -0.42869237065315247, -0.24124178290367126, 0.053858425468206406, 0.07089872658252716, -0.3108997344970703, -0.23222564160823822, 0.04428096488118172, 0.11738177388906479, -0.09667453169822693, -0.3772016763687134, -0.07999207079410553, 0.27828946709632874, 0.198028564453125, -0.2252749651670456, -0.16479936242103577, 0.42067950963974, 0.32249680161476135, 0.013673870824277401, 0.13895279169082642, 0.35271796584129333, 0.02234647609293461, 0.13898229598999023, 0.07125172764062881, 0.17316627502441406, 0.2112676501274109, -0.02805470861494541, 0.0931188240647316, 0.20215380191802979, 0.021509749814867973, 0.12734191119670868, 0.15124836564064026, -0.1924736648797989, 0.0738849863409996, 0.03628581389784813, -0.23907890915870667, -0.05434166267514229, -0.1532530039548874, -0.150420680642128, 0.7246090173721313, 0.6487149000167847, -0.6190178990364075, -0.6161621809005737, -0.27933087944984436, -0.17361509799957275, 0.03579249978065491, -0.32359927892684937, -0.38600626587867737, -0.15159612894058228, -0.008280880749225616, -0.0760575458407402, -0.009154469706118107, -0.05039362981915474, -0.25993895530700684, -0.16201148927211761, 0.3970630168914795, 0.29061421751976013, -0.08385825157165527, -0.19666188955307007, 0.296517014503479, 0.38899168372154236, 0.3125753402709961, 0.2832668721675873, 0.259988933801651, 0.2741389870643616, 0.4229305386543274, 0.43979018926620483, 0.30083975195884705, 0.12273178994655609, 0.04468969255685806, 0.17175574600696564, 0.24085454642772675, -0.13064153492450714, -0.11107233911752701, -0.14368295669555664, -0.2600022852420807, -0.1840481013059616, -0.20342783629894257, -0.3961038291454315, -0.6049190163612366, -0.4727221429347992, -0.46480536460876465, -0.33403050899505615, -0.33552026748657227, -0.470554918050766, -0.3742310702800751, -0.120771124958992, 0.04987635836005211, -0.11012692004442215, -0.10382292419672012, 0.024086493998765945, -0.05495964363217354, 0.11718478053808212, 0.15142197906970978, 0.3730400502681732, 0.8984205722808838, 0.3733137845993042, -0.04569194093346596, 0.41628414392471313, 0.7489998936653137, 0.7469372153282166, 0.30497971177101135, -0.06281805783510208, 0.2629517614841461, 0.33202680945396423, 0.10577666014432907, 0.2428600788116455, 0.16216173768043518, -0.31988275051116943, -0.2972056567668915, -0.15022146701812744, -0.2048683762550354, -0.2033783197402954, -0.3916715085506439, -0.6086468696594238, -0.6584517955780029, -0.7254352569580078, -0.649448573589325, -0.5318095684051514, -0.5536554455757141, -0.6361531019210815, -0.594874918460846, -0.42659279704093933, -0.19521059095859528, -0.17314933240413666, 0.007452206686139107, 0.23626957833766937, 0.37325021624565125, 0.5035267472267151, 0.5678626894950867, 0.44745221734046936, 0.961138129234314, 1.4161138534545898, 0.48249179124832153, 0.001273646019399166, 0.6591728329658508, 1.1887673139572144, 0.9437929391860962, 0.6820233464241028, 0.24039791524410248, -0.0025144703686237335, 0.16269156336784363, 0.3231187164783478, 0.26790979504585266, -0.19875819981098175, -0.5597423315048218, -0.29154863953590393, -0.17786964774131775, -0.6214454770088196, -1.0045026540756226, -0.7181090712547302, -0.7152844667434692, -0.9779259562492371, -1.2170487642288208, -1.121673822402954, -0.9351707100868225, -0.9226071238517761, -0.7120398879051208, -0.4669337272644043, -0.584003746509552, -0.5086207389831543, -0.0750800371170044, 0.2299528419971466, 0.42198729515075684, 0.5795407891273499, 0.6657585501670837, 0.8088361024856567, 1.1115796566009521, 1.7347990274429321, 1.7362126111984253, 0.6365675926208496, 0.24991054832935333, 1.227067470550537, 2.0636677742004395, 1.4080836772918701, 0.3984694480895996, 0.03211767226457596, 0.1582973748445511, 0.24228382110595703, 0.3084774613380432, 0.26412564516067505, -0.4130890965461731, -1.0807615518569946, -1.146044135093689, -0.8575160503387451, -0.6965473890304565, -1.2475651502609253, -1.680953860282898, -1.4015822410583496, -1.315022587776184, -1.886306643486023, -1.6606459617614746, -0.9279689788818359, -0.8235518336296082, -0.8672271966934204, -0.49374887347221375, -0.4700809717178345, -0.5200158953666687, 0.149766206741333, 0.8654401898384094, 1.080933690071106, 1.1433316469192505, 1.2019877433776855, 1.4528645277023315, 2.2893288135528564, 2.8078560829162598, 1.5500918626785278, 0.21295857429504395, 0.8514881134033203, 2.5411322116851807, 2.370265007019043, 0.9542429447174072, 0.062093645334243774, -0.33908456563949585, -0.4217127561569214, -0.03968261554837227, 0.12985043227672577, -0.5200856328010559, -1.46018385887146, -1.9801727533340454, -1.9147398471832275, -1.3414589166641235, -1.5759152173995972, -2.282973527908325, -1.835574984550476, -1.1362735033035278, -1.7741097211837769, -2.382416248321533, -1.445622205734253, -0.5942012667655945, -0.24670985341072083, 0.1953449696302414, 0.13058610260486603, -0.6026769280433655, -0.4529765248298645, 1.056137204170227, 2.1886603832244873, 2.1755380630493164, 1.8474782705307007, 1.8102596998214722, 2.405656576156616, 3.1576647758483887, 2.3666152954101562, 0.5499295592308044, 0.6875899434089661, 2.2073395252227783, 2.3060009479522705, 1.1036978960037231, -0.04562555253505707, -1.0132691860198975, -1.4162322282791138, -0.7654832601547241, -0.1667788326740265, -0.9929136037826538, -2.2374532222747803, -2.881286382675171, -2.587251663208008, -1.764948844909668, -1.5526195764541626, -2.2130215167999268, -2.2878799438476562, -1.3582932949066162, -1.1001017093658447, -1.3144340515136719, -1.0021750926971436, -0.4845227003097534, -0.006350578274577856, 0.8579298853874207, 1.2242201566696167, 0.45698079466819763, 0.10929348319768906, 0.9016953110694885, 2.1728715896606445, 3.021578788757324, 3.3347508907318115, 2.9506990909576416, 2.8629748821258545, 2.388607978820801, 0.9486462473869324, 0.1985909640789032, 1.56136953830719, 2.5469112396240234, 1.1434317827224731, -0.5373879671096802, -1.0973143577575684, -1.4568325281143188, -2.2227697372436523, -2.0679707527160645, -1.258866786956787, -1.5296072959899902, -2.663947820663452, -3.2751550674438477, -2.6765053272247314, -1.983614206314087, -2.0590662956237793, -1.7846297025680542, -0.6547673344612122, -0.10308963060379028, -0.6895089745521545, -0.7127235531806946, 0.0113917775452137, 0.46915924549102783, 1.069666862487793, 1.8057276010513306, 1.4086369276046753, 0.6737821102142334, 0.9452918767929077, 1.9503929615020752, 2.9123005867004395, 3.7103018760681152, 3.88973069190979, 3.4949538707733154, 1.747170090675354, -0.15771396458148956, -0.3028313219547272, 1.368359923362732, 1.6686433553695679, 0.22467269003391266, -0.7280014753341675, -1.0410099029541016, -2.110311508178711, -3.160362720489502, -2.982048511505127, -2.2507474422454834, -2.1007721424102783, -2.275928497314453, -2.3869223594665527, -2.4694573879241943, -2.4200234413146973, -1.6639221906661987, -0.6972452402114868, -0.1331477016210556, 0.1998123675584793, 0.5432592034339905, 0.6862072348594666, 0.6935210227966309, 0.8684394955635071, 1.2927546501159668, 1.573992371559143, 1.2119083404541016, 0.9633395075798035, 1.7079792022705078, 2.7816920280456543, 3.421436309814453, 3.450126886367798, 3.5992496013641357, 2.2357826232910156, -0.33718404173851013, -1.083571434020996, 0.6491373777389526, 1.4034286737442017, -0.3883149325847626, -1.246329426765442, -1.046238899230957, -1.8306177854537964, -3.2439258098602295, -3.2460365295410156, -2.8847663402557373, -2.8262250423431396, -2.4106931686401367, -1.8015815019607544, -1.7272467613220215, -1.7345597743988037, -1.4413625001907349, -0.6151961088180542, 0.1609514206647873, 0.6936815977096558, 0.894777774810791, 1.2966030836105347, 1.3411469459533691, 1.3048661947250366, 1.4452283382415771, 1.6249948740005493, 1.0230287313461304, 0.6980369687080383, 1.2783163785934448, 2.445249319076538, 3.3134522438049316, 3.4554214477539062, 3.4416422843933105, 2.5283994674682617, -0.4361172616481781, -1.8750815391540527, -0.42824894189834595, 0.7910090088844299, -1.1780122518539429, -1.7213997840881348, -0.7206425070762634, -1.154185175895691, -2.921323776245117, -3.2925074100494385, -3.389432907104492, -3.522944450378418, -2.3616340160369873, -1.0137025117874146, -1.0970927476882935, -1.097548246383667, -0.6772387027740479, -0.06086605042219162, 0.26722538471221924, 0.5880399346351624, 0.5601711273193359, 1.3330836296081543, 1.9329107999801636, 1.9589943885803223, 1.66753089427948, 1.5263726711273193, 0.7597257494926453, 0.16617515683174133, 0.7845933437347412, 1.8351399898529053, 2.4879753589630127, 2.930023431777954, 3.2224457263946533, 3.1033899784088135, 0.6119641661643982, -1.7707632780075073, -1.6316944360733032, -0.03289321810007095, -1.1455273628234863, -2.4117608070373535, -1.167405605316162, -0.41030803322792053, -1.6658345460891724, -2.5787081718444824, -2.678311824798584, -3.5196948051452637, -3.286057233810425, -1.4888087511062622, -0.8533678650856018, -0.7403483986854553, 0.09683661162853241, 0.8745215535163879, 0.7031705379486084, 0.5811270475387573, 0.2727796137332916, 0.26108598709106445, 1.254086971282959, 2.0237321853637695, 2.0203168392181396, 1.674357295036316, 1.274431824684143, 0.177493155002594, -0.01870235614478588, 0.6346781253814697, 1.237160086631775, 1.604609489440918, 2.6066553592681885, 3.3208470344543457, 2.975226879119873, 0.5636348128318787, -1.4942381381988525, -1.5870342254638672, -0.8038123250007629, -1.931916356086731, -2.385347843170166, -1.0367180109024048, -0.38126468658447266, -1.029093623161316, -1.6960679292678833, -2.340198040008545, -3.10031795501709, -2.569185256958008, -1.9385854005813599, -1.7715368270874023, -0.5040073394775391, 0.9559858441352844, 1.3045309782028198, 1.2068884372711182, 1.273964524269104, 0.4524010419845581, 0.13685545325279236, 0.8286000490188599, 1.1717015504837036, 1.115822672843933, 1.5003243684768677, 1.4242304563522339, 0.3656817674636841, 0.11843429505825043, 0.5432288646697998, 0.8043203353881836, 1.2096608877182007, 2.2005321979522705, 2.86999249458313, 3.1136786937713623, 1.5088045597076416, -0.6038631200790405, -1.4159915447235107, -0.9007250070571899, -1.8953276872634888, -2.6503753662109375, -1.7907962799072266, -0.8075899481773376, -0.9586595892906189, -1.4785388708114624, -1.9469839334487915, -2.2922332286834717, -2.369692802429199, -2.5305817127227783, -2.280665874481201, -0.8333449363708496, 0.49341392517089844, 0.969523012638092, 1.3820000886917114, 1.8789225816726685, 1.3395246267318726, 0.816579282283783, 0.8057655692100525, 0.5553772449493408, 0.4159756600856781, 1.0903217792510986, 1.2937453985214233, 0.42602524161338806, 0.15419304370880127, 0.6579999923706055, 0.9100954532623291, 1.0930006504058838, 1.9523558616638184, 2.4874446392059326, 2.7339725494384766, 1.888716220855713, 0.23182067275047302, -1.0380101203918457, -1.0333839654922485, -1.5176604986190796, -2.520866870880127, -2.2885396480560303, -1.5252748727798462, -1.3408645391464233, -1.5650678873062134, -1.4882069826126099, -1.6660537719726562, -2.009660482406616, -2.2909159660339355, -2.3479926586151123, -1.3620240688323975, -0.10838230699300766, 0.6461808085441589, 1.2840092182159424, 2.2306528091430664, 2.1505448818206787, 1.4951987266540527, 1.1381933689117432, 0.697950541973114, 0.28510138392448425, 0.597811758518219, 0.8784003853797913, 0.1834135502576828, -0.11783193051815033, 0.3999723494052887, 0.6661436557769775, 0.7814289927482605, 1.6171292066574097, 2.1069462299346924, 2.284581422805786, 2.317124843597412, 1.1511766910552979, -0.5185827016830444, -0.8780169486999512, -0.864862859249115, -1.8199543952941895, -2.265275001525879, -1.6881957054138184, -1.1980297565460205, -1.027779459953308, -1.3110655546188354, -1.7795475721359253, -1.7661073207855225, -1.615210771560669, -2.5065011978149414, -2.61769962310791, -1.0403203964233398, 0.18036147952079773, 0.7093433737754822, 1.914846420288086, 2.706040859222412, 2.2449536323547363, 1.782570481300354, 1.3326753377914429, 0.3444731533527374, 0.048188380897045135, 0.45639804005622864, 0.2404811531305313, -0.30256617069244385, -0.21734105050563812, 0.11501708626747131, 0.31642571091651917, 0.9334594011306763, 1.641188383102417, 1.7627016305923462, 1.9912834167480469, 2.054501533508301, 0.6127437353134155, -0.9118927717208862, -0.6357946991920471, -0.3052147328853607, -1.6141958236694336, -2.01236629486084, -0.9860361814498901, -0.47613823413848877, -0.9279308915138245, -1.0113383531570435, -1.015722393989563, -1.1237988471984863, -1.4913125038146973, -2.5060226917266846, -2.760707378387451, -1.305303931236267, -0.07812684029340744, 0.4246978759765625, 1.57590651512146, 2.5147976875305176, 2.266350746154785, 1.8901432752609253, 1.3612473011016846, 0.45803073048591614, -0.09725339710712433, 0.031801819801330566, -0.33197227120399475, -0.784043550491333, -0.702437698841095, -0.2529468536376953, 0.04091539606451988, 0.4113706350326538, 0.9465999603271484, 1.3604060411453247, 1.6083509922027588, 1.8254116773605347, 1.254306435585022, 0.238802969455719, -0.08936607092618942, 0.2112160325050354, -0.3079693019390106, -1.1269813776016235, -1.0473536252975464, -0.3465174734592438, -0.009604659862816334, -0.17207041382789612, -0.5210695266723633, -0.7200438976287842, -0.9995852708816528, -1.932047724723816, -2.9983627796173096, -2.4394466876983643, -1.0188320875167847, -0.40257734060287476, 0.23812700808048248, 1.4631999731063843, 1.9217907190322876, 1.7804347276687622, 1.7939530611038208, 1.2188843488693237, 0.2734391391277313, -0.09079088270664215, -0.3387012779712677, -0.978859543800354, -1.181290626525879, -0.876852810382843, -0.5812567472457886, -0.27965277433395386, 0.06324557214975357, 0.3178624212741852, 0.7275876402854919, 1.1875693798065186, 1.4438283443450928, 1.5436842441558838, 1.5317182540893555, 1.1810141801834106, 0.6656259298324585, 0.27277323603630066, 0.025100024417042732, -0.20320603251457214, -0.31901195645332336, -0.1480419784784317, 0.12539027631282806, -0.10449787229299545, -0.6226717233657837, -0.9726274609565735, -1.0815516710281372, -1.7613555192947388, -2.2677721977233887, -1.8468384742736816, -1.2926832437515259, -0.9782853722572327, 0.012309054844081402, 0.9197589755058289, 1.1840236186981201, 1.391778826713562, 1.3566474914550781, 0.5241475701332092, 0.025422174483537674, -0.0728674978017807, -0.4809841811656952, -0.9021100401878357, -0.8205892443656921, -0.7461223602294922, -0.6393433213233948, -0.49503669142723083, -0.3649350702762604, -0.2653985917568207, 0.42593568563461304, 0.9946035742759705, 1.0547245740890503, 1.473299503326416, 1.9816735982894897, 1.8734138011932373, 1.139750599861145, 0.7806279063224792, 0.6859269142150879, 0.3433148264884949, -0.24746663868427277, -0.24829605221748352, 0.05418027192354202, 0.07446245849132538, -0.18969108164310455, -0.5248209238052368, -0.7493977546691895, -0.8466647863388062, -1.1111292839050293, -1.4461153745651245, -1.3580249547958374, -0.9857195019721985, -0.8209817409515381, -0.5931739211082458, -0.0661153793334961, 0.2909410297870636, 0.5467687249183655, 0.7947046756744385, 0.8537119626998901, 0.5315169095993042, 0.2995416522026062, -0.018802326172590256, -0.5831553936004639, -0.9777464866638184, -1.074232816696167, -1.3468159437179565, -1.1604403257369995, -0.6274399757385254, -0.04852237179875374, 0.6094927191734314, 1.270386815071106, 1.3380979299545288, 1.3328526020050049, 1.4371845722198486, 0.9203344583511353, 0.23821675777435303, 0.26996806263923645, 0.23202435672283173, -0.058519475162029266, -0.08894435316324234, -0.15806159377098083, -0.0968899354338646, 0.18240834772586823, 0.3617498278617859, 0.36619627475738525, 0.49156802892684937, 0.23472723364830017, -0.1740427166223526, -0.4496988356113434, -0.8317262530326843, -1.2472317218780518, -1.1626245975494385, -1.0880151987075806, -1.0691879987716675, -0.6424374580383301, -0.18874232470989227, -0.0996495708823204, 0.006348968017846346, 0.13100217282772064, 0.07469788193702698, 0.04843001440167427, -0.03456126153469086, -0.11532026529312134, -0.07374246418476105, 0.10749530792236328, 0.43374207615852356, 0.41105860471725464, 0.17411218583583832, 0.3806118965148926, 0.5155535936355591, 0.17088760435581207, 0.29458537697792053, 0.5581633448600769, 0.30584636330604553, 0.12209183722734451, -0.1374274641275406, -0.25585606694221497, -0.2765050530433655, -0.3480907380580902, -0.20750689506530762, 0.032519035041332245, 0.11673550307750702, 0.16679133474826813, -0.04991818964481354, -0.07823820412158966, 0.0570623017847538, -0.013298755511641502, -0.03272075951099396, 0.19964861869812012, 0.2807321548461914, 0.07341063022613525, 0.01415506936609745, 0.09018149971961975, -0.28023451566696167, -0.5630994439125061, -0.5320277810096741, -0.4935819208621979, -0.4477517008781433, -0.15180082619190216, 0.02543868124485016, 0.37613070011138916, 0.4750515818595886, 0.3360249698162079, 0.5514450073242188, 0.43538281321525574, 0.0282161645591259, 0.07580792903900146, 0.18362849950790405, -0.03796118497848511, -0.328575998544693, -0.5800368189811707, -0.5638042092323303, -0.6318684220314026, -1.062815546989441, -0.8283683061599731, -0.3410113453865051, -0.38243427872657776, -0.40346086025238037, -0.18676017224788666, -0.002123114187270403, -0.11690293252468109, -0.10078861564397812, 0.08289159089326859, 0.12653622031211853, 0.35984334349632263, 0.47046366333961487, 0.44012725353240967, 0.6403207778930664, 0.9371874332427979, 1.0520730018615723, 0.8571010231971741, 0.5691205859184265, 0.6775418519973755, 0.8964855074882507, 0.5226344466209412, 0.16157975792884827, 0.31523945927619934, 0.35115188360214233, -0.0032626150641590357, -0.41252264380455017, -0.5850091576576233, -0.5762953758239746, -0.5217810273170471, -0.7170386910438538, -0.743938148021698, -0.5883766412734985, -0.5898879766464233, -0.6386997699737549, -0.5243127346038818, -0.44685932993888855, -0.5182678699493408, -0.3352104723453522, -0.26663556694984436, -0.34059473872184753, -0.24460658431053162, -0.08965780586004257, 0.06232060119509697, 0.1912250965833664, 0.3511655926704407, 0.6136104464530945, 0.5905696749687195, 0.3490913212299347, 0.30248236656188965, 0.44996562600135803, 0.5562289357185364, 0.4230443239212036, 0.32481649518013, 0.41643229126930237, 0.4632941782474518, 0.25914663076400757, 0.2556464970111847, 0.30651068687438965, 0.3169119656085968, 0.5724082589149475, 0.6876571774482727, 0.570489764213562, 0.4642956554889679, 0.2905915677547455, 0.3467503488063812, 0.2769823372364044, -0.30191534757614136, -0.5536547899246216, -0.43948861956596375, -0.4145840108394623, -0.8687915802001953, -0.9888755083084106, -0.5046018362045288, -0.3070008158683777, -0.46398410201072693, -0.3078617751598358, -0.03909759223461151, 0.1849411129951477, 0.16606342792510986, 0.314996600151062, 0.6789560317993164, 0.8264255523681641, 0.7390251755714417, 0.3952356278896332, 0.06620325893163681, 0.09636929631233215, 0.16499467194080353, -0.1847245991230011, -0.3914961814880371, -0.1312379390001297, 0.023776093497872353, -0.0635007917881012, -0.2483309656381607, -0.1123737096786499, -0.01800636202096939, 0.00879504345357418, -0.03559892997145653, 0.06958571076393127, 0.25387638807296753, -0.0182940773665905, -0.2747989892959595, -0.4461931884288788, -0.5849491953849792, -0.552594006061554, -0.6370201110839844, -0.37735360860824585, -0.3318728804588318, -0.45763474702835083, -0.12256045639514923, -0.16321013867855072, -0.3687141537666321, -0.0856776013970375, 0.032362889498472214, 0.022646570578217506, 0.2520516514778137, 0.20854298770427704, 0.2857606112957001, 0.4671599268913269, 0.1756093055009842, 0.12382080405950546, 0.2632541060447693, -0.0106869637966156, -0.10904738306999207, -0.009899654425680637, 0.08873680979013443, 0.017395908012986183, 0.062044937163591385, 0.036727890372276306, -0.17761453986167908, -0.2463185340166092, -0.25020575523376465, -0.31263837218284607, 0.017768757417798042, -0.07345999032258987, -0.02079305239021778, 0.1514476090669632, -0.3821195363998413, -0.27947428822517395, -0.29945847392082214, -0.3310689628124237, -0.3852919638156891, -0.3873995244503021, -0.3254465162754059, -0.1991817206144333, -0.3357105851173401, -0.45989418029785156, -0.1215299740433693, 0.08543886244297028, -0.04190522059798241, -0.042862989008426666, 0.11821337789297104, 0.266362726688385, 0.06341740489006042, 0.20077672600746155, 0.3544866144657135, 0.28771156072616577, 0.43520060181617737, 0.43366485834121704, 0.4405520260334015, 0.7427226305007935, 0.7554847598075867, 0.6653634309768677, 0.7865263819694519, 0.6397064924240112, 0.1993996948003769, 0.12000212073326111, 0.48664215207099915, 0.05395452305674553, -0.18722280859947205, 0.06385694444179535, 0.0707039013504982, -0.21938440203666687, -0.23441927134990692, -0.14581991732120514, -0.4055679738521576, -0.3380429148674011, -0.31276169419288635, -0.37760934233665466, -0.38013651967048645, -0.053956907242536545, -0.24344991147518158, -0.17291198670864105, 0.04145895317196846, -0.1597091257572174, 0.009488217532634735, 0.07559387385845184, 0.10628838837146759, -0.1320342868566513, 0.17470605671405792, 0.3453575372695923, -0.09281719475984573, -0.000351089023752138, 0.07852965593338013, 0.39835599064826965, 0.09999148547649384, -0.04623926803469658, 0.5393680334091187, 0.2301507145166397, -0.1384890228509903, -0.17647461593151093, 0.09381057322025299, -0.19805410504341125, -0.10507175326347351, 0.041780415922403336, -0.17310135066509247, 0.1860072910785675, 0.24196083843708038, -0.1631702482700348, -0.10666556656360626, -0.04122447595000267, 0.17785345017910004, 0.09063851088285446, -0.12180342525243759, 0.26873522996902466, 0.4500860273838043, 0.2665691673755646, 0.2670500576496124, 0.42119935154914856, 0.44954463839530945, 0.09739106893539429, -0.06648314744234085, -0.09440795332193375, 0.015046722255647182, -0.055124327540397644, 0.011262686923146248, -0.12906700372695923, 0.05478978529572487, 0.1126735508441925, -0.06924658268690109, 0.022819656878709793, 0.43266648054122925, 0.19201956689357758, -0.2923990786075592, -0.18630312383174896, -0.15832822024822235, -0.26267009973526, -0.23622651398181915, -0.5386842489242554, -0.5966845750808716, -0.4436284005641937, -0.3324311375617981, -0.10757261514663696, -0.3012394309043884, -0.21518103778362274, 0.3815361261367798, 0.4530140161514282, -0.2014278620481491, -0.19789205491542816, -0.31776031851768494, 0.35930535197257996, 0.1614094376564026, -0.08589325845241547, 0.4402413070201874, 0.32481566071510315, 0.4980129301548004, 0.06417695432901382, 0.21502427756786346, 0.19252635538578033, -0.11893101036548615, 0.04144178703427315, 0.019823946058750153, 0.09707514196634293, 0.2736293077468872, 0.3763158619403839, 0.23720979690551758, 0.008332609198987484, 0.2990749478340149, 0.40697911381721497, -0.23562069237232208, -0.2457290142774582, 0.03034006617963314, 0.20971894264221191, 0.10272882133722305, -0.10727643221616745, -0.07388614863157272, 0.040545251220464706, 0.5939882397651672, 0.07482554018497467, -0.16674979031085968, -0.10417800396680832, -0.2770727872848511, -0.052473779767751694, 0.007216225378215313, -0.015293014235794544, -0.33134666085243225, 0.03869122266769409, 0.25357645750045776, 0.036439064890146255, -0.30401694774627686, 0.1945246011018753, 0.4164733290672302, 0.027196018025279045, 0.10769061744213104, 0.3836425542831421, -0.060572508722543716, -0.23222966492176056, -0.35518962144851685, -0.34032055735588074, -0.2232493758201599, -0.36157670617103577, -0.1765310913324356, -0.11066217720508575, -0.1682998538017273, -0.19410264492034912, -0.3542444407939911, -0.16887079179286957, -0.26677247881889343, -0.5842213034629822, -0.4832518994808197, -0.3470255732536316, -0.32432037591934204, -0.6419809460639954, -0.4522795081138611, -0.08381453901529312, -0.04221482202410698, -0.20087005198001862, -0.1394120752811432, 0.07843535393476486, 0.09827718138694763, -0.10946100205183029, -0.15643475949764252, -0.2012144774198532, -0.19860701262950897, 0.08687519282102585, -0.03916782885789871, -0.02445155568420887, -0.14664649963378906, 0.34718090295791626, 0.07248041033744812, -0.4457727372646332, 0.1057267114520073, 0.16248838603496552, 0.17283783853054047, -0.0975329726934433, -0.10188891738653183, 0.3536752164363861, 0.14907380938529968, 0.47280260920524597, 0.08126244693994522, -0.003341449424624443, 0.6103559732437134, -0.012268989346921444, -0.22113120555877686, 0.20193685591220856, -0.16056935489177704, -0.03360498696565628, 0.05121197924017906, -0.14687083661556244, -0.20990116894245148, 0.2891601026058197, 0.3174898326396942, -0.7030380368232727, 0.1450260430574417, 0.42769837379455566, -0.3074607849121094, -0.5038890242576599, 0.1499568670988083, 0.5711463689804077, -0.42535966634750366, -0.3197862505912781, 0.49268490076065063, 0.4097415506839752, 0.4080747961997986, -0.10844536870718002, -0.043037619441747665, 0.7366028428077698, 0.19667193293571472, -0.4269518256187439, 0.1996937096118927, 0.9116227626800537, 0.21462272107601166, -0.20712091028690338, -0.5017507672309875, 0.627866268157959, 0.3554753065109253, -0.7318980693817139, 0.18717283010482788, 0.31086283922195435, -0.37284210324287415, -0.3622569143772125, 0.2661884129047394, -0.19796663522720337, 0.004382694605737925, -0.07376072555780411, -0.02533162757754326, -0.15448316931724548, 0.09234309196472168, 0.15249016880989075, -0.11696360260248184, 0.09393475949764252, -0.5581101179122925, -0.034899018704891205, 0.8478399515151978, -0.18231213092803955, -0.6885169744491577, 0.5506979823112488, 0.47678035497665405, 0.8231733441352844, -0.7571532130241394, 0.08048917353153229, 0.405488520860672, -0.30980172753334045, 0.11529482901096344, 0.4165530502796173, 0.33142364025115967, -0.08031580597162247, 0.2403857260942459, 0.13991662859916687, 0.3298901915550232, 0.6203828454017639, -0.9468671679496765, 0.8215524554252625, 0.0004148687585256994, -0.18518765270709991, 0.42806586623191833, -0.7557908892631531, -0.2970066964626312, 0.19643498957157135, 0.3601435124874115, -0.06105275824666023, 0.31642821431159973, 0.360082745552063, -0.4939930737018585, -0.46955981850624084, -0.27505171298980713, 0.05179031193256378, -0.2927022874355316, -0.063074991106987, -0.6278021931648254, 0.44506561756134033, 0.3621475100517273, -0.741929829120636, -0.2640729546546936, -0.14116187393665314, 0.5006551742553711, -0.25429460406303406, 0.04973835498094559, -0.16572247445583344, -0.3753347098827362, 0.208298921585083, 0.20164033770561218, -0.7598455548286438, 0.028968293219804764, -0.44112110137939453, 1.350260853767395, -0.9815898537635803, -0.3304324746131897, 0.8171365857124329, -0.19197994470596313, -0.5080466270446777, -0.4048556685447693, 0.3139847218990326, -0.47503647208213806, 1.0007678270339966, -0.009246284142136574, -1.2391395568847656, 0.6860278248786926, 0.7384845018386841, -1.2177215814590454, 0.0007233560318127275, 0.07245831191539764, 0.8012219667434692, -0.18310442566871643, -0.44106486439704895, 1.2442480325698853, -0.8099828958511353, 0.38318413496017456, -0.5421324968338013, 0.4672028422355652, 0.5894491672515869, -1.1078269481658936, -0.16082561016082764, 0.707159161567688, -0.3175225853919983, -0.6168777942657471, -0.671314001083374, 1.4967925548553467, -1.1081860065460205, -0.2443452626466751, 0.334090918302536, 0.0812152624130249, -0.20174989104270935, -0.22177816927433014, 0.48791179060935974, -0.13496248424053192, -0.29617512226104736, 0.2851843237876892, -0.012171036563813686, -0.25235477089881897, 0.7208132743835449, -0.5170063376426697, 0.6054514646530151, -0.3922799825668335, -0.330131471157074, 0.5353389382362366, 0.5226605534553528, -0.3142825961112976, -1.2278310060501099, 0.685501217842102, 1.489478349685669, -2.0773444175720215, 0.5913807153701782, -0.22104832530021667, 1.122658133506775, -0.44142428040504456, 0.06885860860347748, -0.8174527287483215, 0.9242361783981323, 1.0149904489517212, -1.9335365295410156, -0.4598868489265442, 1.8048439025878906, -0.5939955711364746, -0.46202394366264343, -0.1970626562833786, 0.16384026408195496, 0.6340635418891907, -0.4742850363254547, 0.10906022787094116, -1.2591066360473633, 1.8896442651748657, -0.42268112301826477, -0.7450947761535645, 0.19675928354263306, -0.10382460802793503, 0.341675341129303, -0.8383874297142029, -0.16794447600841522, 0.5476164221763611, -0.4906524419784546, 0.3525039553642273, -0.23670613765716553, -0.23396627604961395, 0.8547028303146362, -0.6968157291412354, 0.6190540790557861, -0.0651167556643486, -0.4601956307888031, 1.134124517440796, -0.43715816736221313, -0.7751440405845642, 1.2219418287277222, -0.14984826743602753, -0.8920966982841492, 1.1242804527282715, -0.29672518372535706, -0.754236102104187, 1.3529764413833618, 0.5924224853515625, -0.7308910489082336, -0.3031716048717499, 0.4165424704551697, 0.9490722417831421, -1.2964684963226318, -0.7949977517127991, 1.872838020324707, -0.15886302292346954, -1.0278459787368774, 0.34737053513526917, 0.25710275769233704, 0.39590418338775635, -1.0709691047668457, 0.1996273696422577, 0.6083176732063293, -0.16344673931598663, -0.2432270050048828, -0.7363694906234741, 1.3642374277114868, -0.6860566139221191, -0.4041184186935425, -0.7681427597999573, 1.2548242807388306, -0.11761623620986938, -1.6411213874816895, 0.9279550313949585, 0.3343816101551056, -0.97332364320755, 0.3826576769351959, -0.48692119121551514, 0.6872597336769104, -0.048619676381349564, -0.8548508286476135, 0.778550386428833, -0.20152607560157776, 0.2968123257160187, -0.619507908821106, -0.04196850210428238, 0.5425159335136414, 0.17301954329013824, -0.6643574833869934, 0.5953767895698547, 0.1737680435180664, -0.6098564267158508, 0.770124077796936, -0.05422651022672653, -0.13106173276901245, 0.4917944371700287, -0.5488511919975281, 0.025670785456895828, 0.7523439526557922, -0.9958189129829407, 1.1418718099594116, -0.6157615184783936, -0.03602498024702072, 0.35256844758987427, -0.3139590919017792, -0.11348230391740799, 0.42703330516815186, 0.117226243019104, -0.4820840656757355, -0.14056259393692017, 0.424114853143692, -0.4686909019947052, -0.17114253342151642, 0.24764564633369446, 0.335051566362381, -0.36296072602272034, 0.023000190034508705, 0.3539901077747345, -0.4439178705215454, 0.7424289584159851, -1.1167839765548706, 0.2950208783149719, 0.5860550403594971, 0.04669107496738434, -0.7182061672210693, -0.225195050239563, 1.13065505027771, -0.6348116397857666, -0.4292934834957123, -0.1325923353433609, 0.5983613133430481, -0.22292116284370422, 0.1625797599554062, -0.282510370016098, 0.46647343039512634, -0.32600346207618713, -0.08342954516410828, 0.2697916626930237, -0.7114788889884949, 0.024659989401698112, 0.8446725010871887, -0.4181029498577118, -0.6921600699424744, 0.15333230793476105, 0.6409306526184082, 0.0755215436220169, -1.2808505296707153, 0.7698601484298706, 0.2097330242395401, -0.40807607769966125, -0.09614385664463043, -0.13246488571166992, 0.44435206055641174, -0.020976755768060684, -0.3078538775444031, 0.45935818552970886, 0.33715155720710754, -0.5666673183441162, -0.043224774301052094, 0.828748345375061, 0.09671785682439804, -0.4482026994228363, -0.09727352112531662, 0.4214326739311218, 0.3560031056404114, -0.7792637348175049, 0.3225458860397339, -0.13756388425827026, 0.34907329082489014, 0.07829257845878601, -0.38996580243110657, -0.5668348073959351, 1.1883493661880493, -0.43496084213256836, -0.4616709053516388, 0.46673890948295593, -0.2704943120479584, 0.43092161417007446, -0.39804452657699585, -0.24869368970394135, -0.14256775379180908, -0.2141699492931366, 0.7044805884361267, 0.02237592823803425, -0.827199399471283, 0.6924296617507935, 0.29396745562553406, 0.23822669684886932, -1.3285590410232544, 1.3728976249694824, -1.0135767459869385, 1.015716791152954, 0.1777799427509308, -1.2908658981323242, 1.2421618700027466, -0.725665271282196, 1.237640380859375, -1.7037116289138794, 0.22983837127685547, 1.0678186416625977, -0.09983835369348526, -0.468129426240921, -1.0251744985580444, 1.3688488006591797, -0.5445868372917175, 0.6885998249053955, -0.9623116254806519, -0.49999889731407166, 1.146293044090271, -0.6824653744697571, 0.3699358403682709, -1.2213701009750366, 0.7645248174667358, 0.35281607508659363, -0.9548043608665466, 0.25006362795829773, -0.6944999098777771, 1.2559278011322021, -1.1305147409439087, 0.33556732535362244, 0.0826069787144661, 0.2245074212551117, -0.5262481570243835, 0.11729565262794495, 0.7927739024162292, -0.9117091298103333, 0.21438510715961456, 1.008070945739746, -0.9884336590766907, 0.5300731062889099, -0.6032189130783081, 0.325249582529068, 1.170510172843933, -1.0777649879455566, 0.17390158772468567, -0.1341758519411087, 0.9050070643424988, -0.10906676203012466, -0.4882349371910095, 0.24348177015781403, 0.44388091564178467, 0.31281912326812744, -1.8345917463302612, 1.602911353111267, 0.11035192012786865, -0.4333365559577942, -0.7972564697265625, 0.3202650547027588, 1.013314962387085, -1.8846986293792725, 0.8494160175323486, -0.30355462431907654, 0.38796108961105347, -0.5368857979774475, 0.6158071160316467, -0.33399713039398193, -0.07750709354877472, -0.11457624286413193, 0.34888774156570435, 0.0011088309111073613, -0.16460132598876953, -0.3920803368091583, 0.5187646746635437, -0.32693901658058167, 0.42799580097198486, -0.42720678448677063, -0.5781287550926208, 0.7928309440612793, -0.4564005732536316, 0.8070188164710999, -0.7473768591880798, -0.1580626219511032, 1.227035403251648, -1.269728660583496, 0.6013002991676331, -0.3395727872848511, -0.7323333024978638, -0.03796903416514397, 0.8045896291732788, 0.14797788858413696, -0.8549093008041382, 0.3710085153579712, -0.6051138043403625, 0.5644566416740417, -0.4480382800102234, 0.12955741584300995, -0.4523380398750305, 0.28633737564086914, 0.4788169860839844, -1.1744530200958252, 0.9221991300582886, 0.07103224098682404, -0.21006564795970917, -0.28563192486763, 0.9220947623252869, -0.41083794832229614, 1.1244789361953735, -0.9116032123565674, -1.0268241167068481, 0.5055855512619019, 0.4819446802139282, 1.2901524305343628, -1.261350154876709, -0.479123592376709, 0.7434722781181335, 1.2042858600616455, -1.2855708599090576, 0.3828554153442383, -1.176193356513977, 1.8654142618179321, -0.43538686633110046, -1.2680310010910034, 0.9240127801895142, -0.02079647406935692, 0.09622842818498611, -0.9535031318664551, 0.7265869975090027, 0.5777941346168518, -0.25641635060310364, -0.40338778495788574, -0.29459574818611145, 0.53243088722229, -0.3681231439113617, 0.3278452157974243, -0.13807977735996246, -0.7192855477333069, 1.0001541376113892, -0.9327307939529419, 0.01861235685646534, 0.6524866223335266, 0.28859639167785645, -0.6916972398757935, -0.49250271916389465, 0.4111402928829193, 1.4509345293045044, -2.144956111907959, 0.3678130805492401, 0.659408450126648, -0.36761513352394104, 0.3966749608516693, -0.3853095769882202, 0.029566947370767593, 0.6807146072387695, -0.8981560468673706, 0.41905730962753296, 0.05054338276386261, 0.3068639636039734, -0.5686202645301819, -0.36861947178840637, 1.0193703174591064, -0.08012844622135162, -0.5225076079368591, -0.5208821296691895, 1.5932992696762085, -0.6528708338737488, -1.088497519493103, 1.0307471752166748, -0.05463878810405731, -0.1134512722492218, -0.42271947860717773, 0.001148261479102075, 0.7212158441543579, -0.49016010761260986, -0.09879975765943527, -0.004616054240614176, 0.2918793857097626, -0.4408738315105438, 0.20110762119293213, 0.054140862077474594, -0.6053984761238098, 1.2343436479568481, -1.8632704019546509, 0.9770514369010925, 0.7632327079772949, -0.41347232460975647, -0.6657850742340088, 0.04051647335290909, 0.998073935508728, -0.3608793020248413, -0.9370231628417969, 0.8084982633590698, 0.27445080876350403, -0.20664848387241364, -0.4019509255886078, 0.06319062411785126, 0.7558480501174927, -0.5237168073654175, -0.6997596621513367, 0.26488104462623596, 1.7045143842697144, -1.5518875122070312, -0.38475823402404785, 0.9265757203102112, 0.1763227880001068, -0.15058773756027222, -0.45176801085472107, -0.3807225823402405, 1.6302083730697632, -1.4046543836593628, -0.4163968861103058, 0.8147578239440918, 0.394898921251297, -0.5490091443061829, -0.7092268466949463, 1.0926228761672974, 0.5002285838127136, -1.1410844326019287, -0.37421736121177673, 0.9063397645950317, 0.23871900141239166, -0.8423571586608887, -0.30247369408607483, 0.9492446780204773, -0.7292269468307495, 0.38433051109313965, -0.26126405596733093, -0.3679189682006836, 1.3125033378601074, -0.6593430042266846, -0.10175756365060806, -0.2575717568397522, 0.16798262298107147, 0.9871035218238831, -1.5993602275848389, 0.7365858554840088, 0.34336864948272705, -1.523489236831665, 1.568443775177002, -0.7407138347625732, -0.38702893257141113, 0.18250659108161926, 1.2756338119506836, -0.8014918565750122, 0.11929277330636978, -0.7617550492286682, 1.310392141342163, 0.008478958159685135, -1.1086056232452393, 0.3022816777229309, 0.5803325772285461, 0.041456885635852814, -0.6618558764457703, 0.20065194368362427, 0.20485347509384155, 0.213503897190094, -0.3131953775882721, 0.21029523015022278, 0.3797754645347595, -0.7014076709747314, 0.3577125370502472, 0.1350409835577011, -0.41345643997192383, 0.7419426441192627, -0.605793297290802, -0.05192018300294876, 0.0707211121916771, 0.2933877110481262, -0.6790997982025146, 0.4545542299747467, 0.34704986214637756, -1.2236700057983398, 0.2346125692129135, 0.9658144116401672, -0.745482861995697, -0.4003806412220001, 0.54793781042099, -0.513134777545929, 0.4437936842441559, -0.08996542543172836, -0.2003801167011261, -0.5952175259590149, 0.4263734221458435, 0.4140029549598694, -0.18059983849525452, -0.6194907426834106, 0.5590150356292725, -0.29207104444503784, -0.36239275336265564, 0.356494665145874, 0.18169768154621124, -0.14542368054389954, -0.18860980868339539, 0.41928115487098694, -0.33130186796188354, 0.032839335501194, 0.16662782430648804, 0.04779637232422829, -0.47096142172813416, -0.18316370248794556, 0.7826225161552429, 0.2714199423789978, -1.2506648302078247, 0.13107208907604218, 0.6177759170532227, -0.08570365607738495, -0.20027591288089752, -0.49410998821258545, 0.8757247924804688, 0.3513810932636261, -0.8550953269004822, -0.2530185580253601, 0.8086197972297668, -0.2084876447916031, -0.27799472212791443, -0.31940293312072754, 0.4911564290523529, 0.14653871953487396, -0.19670520722866058, -0.3165406286716461, -0.32322925329208374, 1.2397589683532715, -0.23383724689483643, -1.0173420906066895, 0.7634866833686829, -0.12537632882595062, -0.27753475308418274, 0.5160247087478638, -0.47757530212402344, -0.24347929656505585, 0.7513522505760193, -0.3070880174636841, -1.126496434211731, 1.2100186347961426, -0.2199174463748932, -0.17491403222084045, 0.4108618497848511, -0.5059493780136108, 0.4811599552631378, -0.4169686436653137, 0.163947194814682, 0.07364265620708466, -0.07492410391569138, -0.014853841625154018, 0.2366776466369629, -0.7957972288131714, 0.6446607112884521, -0.32630643248558044, 0.3212442994117737, -0.1731831431388855, -0.15640050172805786, 0.07267259061336517, 0.5498714447021484, -0.23904173076152802, -0.5491271018981934, 0.24598051607608795, 0.22730641067028046, -0.16546021401882172, -0.8432556390762329, 1.1807383298873901, 0.17625418305397034, -1.3056132793426514, 0.7010561227798462, 0.8894051909446716, -1.5550850629806519, 0.7573776245117188, 0.4554252624511719, -0.6775341629981995, 0.2535182535648346, 0.42361870408058167, -0.6532474160194397, 0.1507132202386856, 0.051234982907772064, -0.04809506610035896, -0.24369311332702637, 0.24755169451236725, 0.3232641816139221, -0.6608526706695557, 1.1103055477142334, -0.3547521233558655, -0.17034299671649933, -0.04718447104096413, 0.48391619324684143, 0.017264902591705322, -0.19842557609081268, -0.5040481686592102, 1.0638277530670166, -0.5443578958511353, 0.0016421684995293617, -0.24221333861351013, 0.16484232246875763, 0.6186185479164124, -0.9877364635467529, 0.26253581047058105, 0.4451611638069153, 0.2200799435377121, -0.5031159520149231, 0.06826852262020111, -0.2903064787387848, 0.48349425196647644, 0.29324886202812195, -0.8992615342140198, 0.34964248538017273, 0.9396409392356873, -1.3528673648834229, 1.1652519702911377, -0.3590873181819916, -1.0329241752624512, 1.0297681093215942, 0.3599298894405365, -0.4730789065361023, -0.33248886466026306, 0.34296634793281555, 0.07736573368310928, -0.4675338566303253, 0.2496858686208725, 0.6578407287597656, -1.128998041152954, 0.6947982907295227, -0.27969902753829956, 0.2290557473897934, -0.22757425904273987, -0.02709709107875824, 0.1402052789926529, -0.2342306226491928, 0.3983455300331116, -0.18733620643615723, 0.3354765474796295, -0.639376163482666, -0.1425376832485199, 0.7691431045532227, 0.06489637494087219, -0.4658888876438141, -0.7721841335296631, 1.1159673929214478, 0.24330498278141022, -0.6705595254898071, -0.46921709179878235, 0.9541979432106018, 0.30689316987991333, -0.6335482597351074, -0.5142505764961243, 0.8987358212471008, 0.3564082682132721, -1.4545834064483643, 0.3967604339122772, 1.355666995048523, -1.0278558731079102, -0.9288918972015381, 1.5669910907745361, -0.2981809079647064, -0.721373438835144, 0.2874317169189453, 0.29838961362838745, -0.20809592306613922, 0.40342947840690613, -0.7605364918708801, 0.4218350052833557, 0.3415166139602661, -0.5954052209854126, -0.19907914102077484, 0.28450343012809753, 0.3625949025154114, -0.4480419456958771, -0.4970225989818573, 0.6765816807746887, 0.004154279828071594, -0.09703346341848373, -0.8478349447250366, 1.1638201475143433, -0.015208939090371132, -0.5623490214347839, -0.0611099936068058, 0.6565572023391724, -0.0857725515961647, -1.0732395648956299, 0.8178268074989319, -0.023235179483890533, 0.4072248935699463, -1.0480844974517822, 0.12368687242269516, 0.8974716067314148, -0.34810930490493774, -0.743803858757019, -0.07434204965829849, 1.8572686910629272, -0.970219612121582, -0.01849771849811077, -0.32844188809394836, -0.02675391361117363, 1.1946241855621338, -1.118127703666687, -0.3973887860774994, 1.285083293914795, -0.3931587040424347, -0.6637095808982849, 0.5975082516670227, 0.1806500107049942, -0.44795387983322144, -0.04578326269984245, 0.9330874085426331, -0.7222814559936523, -0.16118718683719635, 0.9542313814163208, -0.6682024598121643, -0.3342347741127014, 0.2418576329946518, 0.36850759387016296, -0.5709076523780823, 0.03513409197330475, 0.5378386378288269, -0.5436193943023682, -0.5518276691436768, 1.2665477991104126, -0.09796557575464249, -1.401321291923523, 0.9446569681167603, -0.11755970865488052, 0.16352440416812897, 0.3809392750263214, -1.124063491821289, 0.14343591034412384, 0.8367860913276672, -0.3080745339393616, -1.1352119445800781, 0.4704965054988861, 1.0514886379241943, -0.7104624509811401, -0.9248231053352356, 0.7370072603225708, 1.229909062385559, -1.1509513854980469, -0.5166336894035339, 0.738912045955658, 0.04919631406664848, 0.18183447420597076, -1.1294386386871338, 0.3889736533164978, 1.1793280839920044, -0.7637088298797607, -0.6146125793457031, -0.2509171664714813, 1.700002908706665, -0.708083987236023, -0.9864895343780518, 0.8270388245582581, 0.8423006534576416, -0.49515092372894287, -0.5752980709075928, 0.008365758694708347, 0.133513405919075, 0.2653079330921173, -0.08128244429826736, -0.3229868412017822, -0.13657964766025543, 0.7570632696151733, -0.30660805106163025, -0.5551381707191467, 0.926116943359375, -1.0084154605865479, 0.7528062462806702, 0.5801807641983032, -1.1185005903244019, 0.052630361169576645, 0.6037350296974182, 0.17985914647579193, -0.8965623378753662, -0.027346331626176834, 0.8023647665977478, 0.0008032455807551742, -0.4950714111328125, -0.5150433778762817, 0.8531566858291626, 0.20122335851192474, -0.45954057574272156, -0.6334184408187866, 0.6946084499359131, 0.3742896616458893, -0.385081946849823, 0.15776468813419342, -1.0939182043075562, 0.987034797668457, 0.7240533828735352, -1.250364065170288, -0.0648418441414833, 0.5233950614929199, -0.16561463475227356, -0.1318310648202896, 0.2481621354818344, -0.19894777238368988, -0.2250581979751587, 0.5027208924293518, -0.066890187561512, -0.8662446737289429, 1.0614497661590576, -0.3323424160480499, -0.16937358677387238, 0.062368396669626236, -0.0016237711533904076, -0.40984436869621277, -0.11468952894210815, 0.7197088003158569, -0.682849645614624, 0.6517255902290344, -0.20140184462070465, -0.20106500387191772, 0.28744569420814514, -0.05366293713450432, 0.6321080327033997, -1.4210821390151978, 0.44468387961387634, 0.5551055073738098, 0.1745113581418991, -0.9114652276039124, 0.2850128412246704, 0.6086984872817993, -0.9582125544548035, 0.5896235108375549, -0.5200179219245911, 0.27854299545288086, 0.02386907860636711, 0.32082390785217285, -0.3487149178981781, 0.2221633791923523, 0.22095108032226562, -0.572615921497345, -0.010440681129693985, 0.06828325241804123, 0.33911457657814026, -0.338259220123291, -0.0014825498219579458, 0.24776817858219147, -0.46883517503738403, 0.4342331290245056, 0.09518340229988098, -0.6824462413787842, 0.8303194642066956, -0.26388123631477356, 0.025563020259141922, -0.0729990005493164, -0.5538127422332764, 0.9947060942649841, -0.2093295454978943, -0.12934044003486633, -0.32843253016471863, 0.18936069309711456, -0.05362498760223389, -0.06288418173789978, 0.3222332298755646, -0.046278636902570724, -0.3786504864692688, 0.29134589433670044, 0.5298401117324829, -0.819660484790802, 0.6431834697723389, -0.008902744390070438, -0.49840328097343445, 0.3878650665283203, -0.0010761450976133347, 0.20792271196842194, -0.7568837404251099, 0.35242706537246704, 0.021609913557767868, 0.16615423560142517, -0.20034784078598022, 0.11581700295209885, -0.48875194787979126, 0.5565835237503052, 0.31572648882865906, -0.6791634559631348, 0.23339064419269562, 0.14883103966712952, 0.08521832525730133, -0.2791007459163666, 0.322465181350708, 0.013820488005876541, -0.2017393708229065, 0.14290758967399597, -0.28922513127326965, -0.14551061391830444, 1.0656980276107788, -0.5161491632461548, -0.7658427953720093, 0.6632860898971558, 0.05240952596068382, -0.12732911109924316, 0.6570945382118225, -0.8641636371612549, 0.21331100165843964, 0.46721524000167847, -0.265357106924057, -0.4411575496196747, 0.3434511423110962, 0.6635822653770447, -0.7397293448448181, -0.26096874475479126, 0.6096072793006897, -0.1236070767045021, 0.005640649702399969, -0.4739059805870056, -0.025178376585245132, 0.8965228199958801, -0.5481622219085693, -0.08851063251495361, 0.029731981456279755, 0.3511335253715515, -0.3257155418395996, 0.10563009977340698, -0.646355390548706, 1.1671520471572876, -0.32831165194511414, -0.7439719438552856, 0.3460574448108673, 0.1462583690881729, 0.2254772186279297, -0.7330446839332581, 0.6725482940673828, -0.5502676367759705, -0.02259332686662674, 1.2872408628463745, -1.2330315113067627, -0.0952749103307724, 0.8310797810554504, -0.23867467045783997, -0.640343427658081, 0.8753787875175476, -0.37501975893974304, -0.375935822725296, 0.4158805310726166, 0.016382144764065742, -0.3020584285259247, 0.15817667543888092, 0.12314063310623169, -0.33264708518981934, 0.2897917926311493, -0.13698819279670715, 0.2821066975593567, 0.09509565681219101, -0.6125544905662537, -0.10221359878778458, 0.6638022065162659, -0.039731621742248535, -0.48034724593162537, 0.29324233531951904, 0.00668927701190114, -0.4644029140472412, 0.3750855326652527, 0.11856851726770401, -0.42199718952178955, -0.0700293704867363, 0.33150389790534973, 0.04845866560935974, 0.19039423763751984, -0.8107403516769409, 0.2250751554965973, 0.77269446849823, -0.2117711305618286, -0.5393505692481995, 0.1588888168334961, 0.6190364956855774, -0.27846458554267883, 0.12880900502204895, -0.6562077403068542, 0.9732306003570557, -0.06305216997861862, -0.6752815842628479, -0.26366397738456726, 0.9451729655265808, -0.1515401154756546, -0.7052023410797119, 0.5394795536994934, -0.09816652536392212, -0.29355835914611816, 0.4386495053768158, -0.06030910089612007, -0.010881345719099045, 0.036712951958179474, 0.09589989483356476, -0.11484910547733307, 0.3251403868198395, -0.15426231920719147, -0.2540319859981537, 0.0770830363035202, 0.570846676826477, -0.4027559459209442, -0.44358745217323303, 0.6583200693130493, 0.05748938396573067, -0.22498783469200134, -0.10357195883989334, 0.21216244995594025, 0.37364792823791504, -0.6109774708747864, 0.13202731311321259, 0.6616777181625366, -0.5264229774475098, 0.18123885989189148, -0.25413182377815247, 0.1487315446138382, 0.7862191796302795, -1.0815855264663696, -0.2925744354724884, 0.9797672033309937, -0.008944454602897167, -0.390041708946228, -0.5883147120475769, 0.6037214398384094, 0.4288906753063202, -0.7079454660415649, 0.07058307528495789, 0.38417261838912964, -0.1420043706893921, -0.10081201046705246, 0.328795850276947, -0.5551571846008301, 0.39894044399261475, 0.29456689953804016, -0.763756513595581, 0.08144364506006241, 0.8063585758209229, -0.5673502683639526, -0.6808788180351257, 1.1347776651382446, -0.4491857588291168, -0.39777421951293945, 0.5264480710029602, -0.18447238206863403, -0.024902069941163063, 0.09706288576126099, 0.02168707735836506, -0.22951050102710724, 0.405150830745697, -0.42848557233810425, -0.18214137852191925, 0.7574236989021301, -0.559289813041687, -0.10515259206295013, 0.29394009709358215, -0.2652902901172638, -0.0367588996887207, -0.012538877315819263, 0.08712736517190933, 0.03459774702787399, 0.07595672458410263, -0.36218905448913574, -0.01767585054039955, 0.9171867966651917, -0.6595197319984436, -0.4875257909297943, 0.7585638165473938, 0.16707146167755127, -0.3678944706916809, -0.7180740833282471, 0.7728602290153503, 0.3572487235069275, -0.6460749506950378, 0.10371563583612442, -0.3177277445793152, 0.6419957280158997, 0.0012879327405244112, -0.5267518758773804, 0.02472425065934658, 0.46154075860977173, -0.13226310908794403, 0.3570597469806671, -0.9118705987930298, 0.37126967310905457, 0.5661622285842896, -0.5248517394065857, 0.041001707315444946, -0.0016288922633975744, 0.16235953569412231, -0.08423915505409241, -0.2688523530960083, 0.1961083561182022, 0.08761370927095413, -0.014422381296753883, -0.07620251178741455, -0.004603422246873379, -0.11803726106882095, 0.49442175030708313, -0.7705252766609192, 0.32529231905937195, 0.7907174229621887, -1.0509332418441772, 0.33751732110977173, -0.17488421499729156, 0.005665875505656004, 0.5441141128540039, -0.26123547554016113, -0.8292297124862671, 0.9484255313873291, -0.25305551290512085, -0.1506352424621582, -0.17212152481079102, 0.42643752694129944, -0.3536791503429413, -0.03063962794840336, 0.3308207392692566, -0.20160838961601257, 0.014465083368122578, -0.021668052300810814, 0.09930544346570969, -0.3069060444831848, 0.6262045502662659, -0.297814279794693, -0.09976628422737122, 0.31841057538986206, -0.39840587973594666, 0.16067764163017273, -0.22556287050247192, 0.27204689383506775, -0.017404092475771904, -0.5743238925933838, 0.6362698674201965, -0.14195287227630615, 0.2733590602874756, -0.33356326818466187, 0.2590554654598236, 0.23998942971229553, -0.3283168375492096, -0.2536357343196869, 0.682985246181488, 0.3199646472930908, -0.8804095983505249, 0.049450088292360306, 1.1023292541503906, -0.6065499186515808, -0.3459114134311676, 0.3764511048793793, -0.3971324861049652, 0.41512006521224976, -0.026018336415290833, -0.30453547835350037, 0.1575516313314438, -0.06975871324539185, 0.3574323058128357, -0.9438096284866333, 0.7006375789642334, 0.3915731608867645, -0.405845582485199, -0.5180419683456421, 0.5907732844352722, 0.07994712889194489, -0.35615092515945435, 0.22274988889694214, 0.36980772018432617, -0.6602025628089905, 0.25546297430992126, 0.46150335669517517, -0.5517228841781616, -0.33875226974487305, 0.6875264048576355, -0.5250705480575562, 0.4864025413990021, -0.4493388831615448, 0.0040067145600914955, 0.07464896142482758, 0.046411335468292236, -0.2053958624601364, -0.35916173458099365, 0.6697931885719299, -0.0950779989361763, -0.22475288808345795, -0.02052437514066696, 0.029303448274731636, 0.2985113561153412, -0.09851609915494919, 0.061077386140823364, -0.2178301364183426, 0.7090049386024475, -0.5526891350746155, -0.17694500088691711, 0.5732319951057434, -0.6986128687858582, 0.6101033091545105, -0.2823249101638794, -0.1377066671848297, 0.3727422058582306, -0.8020864129066467, 0.7276451587677002, -0.4296639561653137, -0.2029377967119217, 0.6194013953208923, -0.34181326627731323, -0.1759842187166214, -0.12382972240447998, 0.4768754541873932, -0.11636475473642349, 0.016843993216753006, -0.09860258549451828, -0.332503080368042, 0.16018901765346527, 0.5324046611785889, -0.27708786725997925, -0.45944225788116455, 0.4648921489715576, 0.03277112916111946, -0.25666728615760803, -0.03566845878958702, -0.13476507365703583, 0.5594719052314758, -0.3519239127635956, -0.3536068797111511, 0.4342595338821411, 0.1540587842464447, -0.12074296921491623, -0.30716466903686523, -0.20988349616527557, 0.7474406957626343, 0.32683056592941284, -0.8865233063697815, 0.07948397099971771, 0.7304642200469971, -0.24058586359024048, -0.562411367893219, 0.3834598660469055, 0.4406956434249878, -0.05869055166840553, -0.5327037572860718, -0.17018000781536102, 0.598143994808197, 0.13407549262046814, -0.45274898409843445, -0.3801804780960083, 0.6361169815063477, -0.004891905467957258, 0.02650868520140648, -0.2726242244243622, 0.05762811005115509, 0.09700928628444672, 0.20245851576328278, -0.1379658430814743, -0.23992885649204254, 0.4138341248035431, 0.2948560118675232, -0.5600097179412842, -0.08724140375852585, 0.5459491014480591, -0.24806232750415802, -0.20969605445861816, -0.18072588741779327, 0.29805079102516174, 0.41237837076187134, -0.17158015072345734, -0.559502899646759, -0.0369223989546299, 0.7154712677001953, -0.08431338518857956, -0.38144761323928833, -0.10367658734321594, 0.06178021430969238, 0.5548542737960815, 0.02178250253200531, -0.7998188734054565, 0.20604288578033447, 0.7171584963798523, -0.5150070190429688, -0.05143054574728012, 0.10011591762304306, 0.10099995136260986, -0.3699989914894104, 0.22681571543216705, 0.11826110631227493, -0.06230562552809715, -0.23009522259235382, 0.006143749691545963, -0.03585551679134369, -0.05855932831764221, 0.4455282390117645, -0.3258892595767975, -0.37008291482925415, 0.34483665227890015, -0.1516171246767044, -0.2927105128765106, 0.5601686835289001, -0.010874724946916103, -0.44515934586524963, 0.11806576699018478, 0.3276793360710144, 0.26952993869781494, -1.208506464958191, 0.6145762205123901, 0.638836145401001, -0.9666386842727661, 0.608481764793396, -0.196052685379982, -0.17983858287334442, 0.028778105974197388, 0.014852616004645824, 0.136396586894989, 0.04094016179442406, 0.2354060560464859, -0.8181433081626892, 0.3245135247707367, 0.49947088956832886, -0.450893759727478, -0.23806187510490417, 0.1432051658630371, 0.41931796073913574, -0.10718780755996704, -0.5325241088867188, 0.6656321883201599, 0.007048347964882851, -0.7191289663314819, 0.6297866702079773, -0.20103015005588531, -0.06550151854753494, 0.1454876959323883, -0.009730654768645763, -0.38888102769851685, 0.10841228067874908, 0.21662631630897522, -0.09361883997917175, -0.488870233297348, 0.07393191009759903, 0.48213499784469604, -0.14611968398094177, -0.27774062752723694, -0.03456733748316765, 0.4248971939086914, -0.38989049196243286, -0.18925949931144714, 0.6321325898170471, -0.2326287478208542, -0.5537353754043579, 0.561712384223938, -0.3577190339565277, 0.022678174078464508, 0.818198561668396, -1.461662769317627, 0.5313218235969543, 0.22400164604187012, -0.2827283442020416, 0.33314836025238037, -0.3465051054954529, 0.22530758380889893, -0.5629231929779053, 0.37640446424484253, 0.8610355257987976, -1.237886905670166, 0.11826805770397186, 0.8155540823936462, -0.6469456553459167, 0.21276132762432098, 0.37716853618621826, -1.0726913213729858, 0.9306575655937195, -0.558732271194458, 0.06741201132535934, 0.280900239944458, -0.49719297885894775, 0.1735164225101471, -0.17630764842033386, 0.2748422622680664, 0.3187301754951477, -0.6273233294487, -0.167975053191185, 0.45097601413726807, 0.37686583399772644, -0.45492663979530334, -0.6526180505752563, 1.0582040548324585, -0.13951221108436584, -0.6725380420684814, 0.6889610290527344, -0.38491329550743103, -0.28501003980636597, 0.5310018062591553, -0.03701689466834068, -0.40836095809936523, 0.2731577754020691, 0.05971973016858101, -0.38341039419174194, 0.5388695597648621, -0.23661035299301147, -0.0021133043337613344, -0.16959549486637115, 0.41273629665374756, -0.04451822489500046, -0.43876779079437256, 0.27046123147010803, 0.30819171667099, -0.15961918234825134, -0.04529828205704689, -0.347756028175354, 0.11669614911079407, 0.6000078916549683, -0.7079581022262573, -0.29458028078079224, 0.9006120562553406, -0.18809102475643158, -0.42319345474243164, 0.1519574373960495, -0.08666227757930756, 0.43257614970207214, -0.35619673132896423, 0.05092044919729233, 0.11988513171672821, -0.21946240961551666, 0.31582123041152954, -0.3319590389728546, 0.26282015442848206, -0.08244402706623077, 0.12244824320077896, 0.012758816592395306, -0.45615890622138977, 0.43257156014442444, 0.1006617397069931, -0.19192764163017273, -0.24564369022846222, 0.20291537046432495, 0.3994987905025482, 0.01753188483417034, -0.4737705588340759, -0.13885542750358582, 0.1711985021829605, 0.259916216135025, 0.08622899651527405, -0.3770417869091034, 0.14256493747234344, 0.19001230597496033, -0.1538444608449936, -0.05369016155600548, 0.2637745440006256, -0.1748930960893631, -0.3087121844291687, 0.13975417613983154, 0.19981248676776886, -0.27626529335975647, 0.35081911087036133, 0.03360611945390701, -0.5571262240409851, 0.33830052614212036, 0.2263384461402893, -0.2075667381286621, -0.47994834184646606, 0.4108005166053772, 0.8001739382743835, -0.8639301657676697, -0.09942041337490082, 0.393509179353714, -0.22966593503952026, 0.21423867344856262, -0.17181527614593506, -0.010187041014432907, -0.1300387978553772, 0.593563437461853, -0.3803125023841858, -0.31045812368392944, 0.27115148305892944, 0.47813835740089417, -0.2595629096031189, -0.5215460062026978, 0.2937527596950531, 0.1628248691558838, 0.5764696002006531, -0.6800698041915894, -0.47776442766189575, 0.5381993651390076, 0.29693150520324707, -0.6488865613937378, 0.3586386442184448, 0.08051574975252151, -0.337819367647171, 0.46895894408226013, -0.047674160450696945, -0.1729627549648285, 0.10899753123521805, -0.02890811301767826, 0.1649567037820816, -0.024692174047231674, -0.05038437247276306, 0.3449861407279968, -0.7039221525192261, 0.32773369550704956, -0.16194887459278107, 0.03564216569066048, 0.20518672466278076, -0.24883891642093658, -0.13395236432552338, 0.3802061378955841, 0.0742395669221878, -0.8123003840446472, 0.6786757111549377, 0.17830510437488556, -0.6730520725250244, 0.004817597102373838, 0.7333128452301025, -0.09855972230434418, -0.2685711085796356, -0.20166298747062683, 0.6126564145088196, -0.5372511148452759, -0.3025348484516144, 0.20974764227867126, 0.2901245355606079, 0.04854919761419296, -0.4778742790222168, 0.1645245999097824, -0.11227557063102722, 0.1149321123957634, 0.2250031679868698, -0.1342349797487259, -0.272475928068161, 0.5117453336715698, -0.2157639116048813, -0.22931772470474243, 0.025766270235180855, 0.14327335357666016, -0.07848262786865234, 0.22648902237415314, -0.22450512647628784, -0.31117597222328186, 0.37318262457847595, -0.14078450202941895, 0.15468332171440125, 0.10380113124847412, -0.38895243406295776, 0.5104691982269287, -0.34286344051361084, -0.03936699032783508, 0.14069774746894836, 0.021236564964056015, -0.25181350111961365, 0.408507764339447, 0.009613513946533203, -0.26638251543045044, 0.3948447108268738, -0.5227974653244019, 0.06993836164474487, 0.324832558631897, -0.31594157218933105, -0.05327887460589409, 0.3181319236755371, -0.367910236120224, 0.15858811140060425, 0.24031317234039307, -0.10375230759382248, -0.12039248645305634, 0.07719634473323822, 0.12808969616889954, -0.12284520268440247, -0.23692846298217773, 0.8199542760848999, -0.28758448362350464, -0.72991544008255, 0.2438403069972992, 0.6689854860305786, -0.4220094382762909, -0.4172091484069824, 0.2601376473903656, 0.39460933208465576, -0.16888824105262756, -0.20746749639511108, 0.04635085165500641, 0.29067736864089966, -0.048512376844882965, -0.4748992621898651, 0.43110761046409607, 0.3232545256614685, -0.4906991720199585, -0.030306776985526085, 0.14373715221881866, 0.16386669874191284, 0.13181278109550476, -0.6092567443847656, 0.37702858448028564, 0.24802318215370178, -0.7263193726539612, 0.6731464862823486, 0.07219716906547546, -0.3642005920410156, 0.0995502769947052, 0.23974065482616425, -0.3234267830848694, 0.443473756313324, 0.12148823589086533, -0.4798254072666168, 0.38975024223327637, -0.24298247694969177, 0.39367052912712097, -0.12961621582508087, -0.25425222516059875, -0.06484706699848175, -0.07476027309894562, 0.532097339630127, -0.34853610396385193, -0.3628477156162262, 0.27401745319366455, 0.09656605869531631, -0.3860696852207184, 0.42844143509864807, -0.2160235196352005, 0.038490161299705505, -0.030820418149232864, -0.1328812539577484, 0.6772661209106445, -0.8021857142448425, 0.21109604835510254, 0.3879709541797638, -0.5466207265853882, 0.19336330890655518, 0.3881533145904541, -0.3510425090789795, -0.15479691326618195, 0.22315345704555511, -0.04843214526772499, 0.07711800932884216, -0.5294599533081055, 0.8178489208221436, -0.5565467476844788, 0.3040653467178345, -0.17618541419506073, 0.18791881203651428, -0.13897466659545898, -0.20765769481658936, 0.17994779348373413, -0.08608987182378769, 0.10356348752975464, -0.09966437518596649, -0.06888587027788162, -0.021015452221035957, -0.0481538362801075, -0.2210237681865692, 0.621336817741394, -0.4451405107975006, -0.2478044331073761, 0.04890402778983116, 0.39843881130218506, -0.09182106703519821, -0.3213326632976532, 0.029088879004120827, 0.16693323850631714, 0.09447706490755081, 0.10498817265033722, -0.6829754114151001, 0.4818279445171356, 0.14546309411525726, -0.017924265936017036, -0.5589758157730103, 0.45407629013061523, -0.01977631263434887, -0.046948764473199844, -0.02946575917303562, -0.023363763466477394, 0.10938870906829834, -0.17556069791316986, 0.12324219942092896, -0.27975359559059143, 0.0857224315404892, 0.48896095156669617, -0.6390582323074341, 0.1200893446803093, 0.27313411235809326, -0.31511878967285156, 0.22053717076778412, -0.26496943831443787, -0.08031507581472397, 0.3482218086719513, -0.8102785348892212, 0.9792190194129944, -0.5768917202949524, 0.44746214151382446, -0.243448868393898, -0.06858953833580017, 0.1302364468574524, 0.09658996760845184, -0.36605799198150635, 0.09750398248434067, 0.5352404117584229, -0.7657570242881775, 0.5622774362564087, 0.009213215671479702, -0.32188349962234497, 0.11693459004163742, -0.004489343613386154, -0.07322515547275543, 0.22744634747505188, 0.013024882413446903, -0.11962488293647766, -0.3941950500011444, 0.3288235664367676, 0.3456462025642395, -0.8207418918609619, 0.22165100276470184, 0.45098668336868286, -0.5510534644126892, 0.11819981783628464, 0.38933447003364563, -0.11138389259576797, -0.43971744179725647, 0.2998453974723816, 0.09393903613090515, 0.08281168341636658, -0.16647420823574066, 0.10443904995918274, -0.13552667200565338, -0.09140560775995255, 0.4262159764766693, -0.25774914026260376, -0.29300767183303833, 0.3515475392341614, 0.13535240292549133, -0.23387499153614044, 0.3220376670360565, -0.5812953114509583, 0.37829074263572693, 0.13598640263080597, -0.2559528648853302, 0.18742287158966064, -0.022822264581918716, 0.20369720458984375, -0.5042039752006531, 0.38903701305389404, 0.21940235793590546, -0.3690269887447357, 0.07337306439876556, -0.1941693127155304, 0.306881844997406, -0.1982116848230362, 0.027180301025509834, 0.23054096102714539, -0.52490234375, 0.5332185626029968, -0.21843644976615906, 0.12105090916156769, 0.148437961935997, -0.2820809781551361, 0.6309599876403809, -0.721399188041687, 0.20213685929775238, 0.14809812605381012, -0.2814820110797882, 0.3580053746700287, -0.016783419996500015, -0.5158127546310425, 0.6743282079696655, -0.374798983335495, 0.12824265658855438, 0.032371144741773605, -0.18107512593269348, 0.6098014116287231, -0.6515297889709473, 0.049368105828762054, 0.8185386657714844, -0.8322227597236633, -0.10046135634183884, 0.6160368323326111, -0.2087089717388153, -0.03234921768307686, 0.1008368656039238, -0.1319604218006134, -0.16746148467063904, 0.48760244250297546, -0.12922723591327667, -0.4307706654071808, 0.39117348194122314, 0.2237439900636673, -0.8575065732002258, 0.6990070939064026, 0.2608400583267212, -0.6859537363052368, -0.08250977098941803, 0.9582405090332031, -0.5056324005126953, -0.15494869649410248, 0.1297656148672104, -0.21994487941265106, 0.5100384950637817, -0.4097326993942261, 0.12419521063566208, -0.15434378385543823, -0.0015970024978742003, 0.7405791878700256, -0.7522462010383606, -0.012720154598355293, 0.530861496925354, -0.17324639856815338, -0.395456999540329, 0.3397541344165802, 0.06610028445720673, -0.233808234333992, 0.3839849829673767, -0.8728183507919312, 0.5482617616653442, 0.3458329439163208, -0.24720574915409088, -0.6124644875526428, 0.9138157367706299, 0.0445699580013752, -0.5848912000656128, 0.2617303133010864, 0.08702323585748672, -0.25072312355041504, 0.3884508013725281, -0.390788197517395, 0.33487117290496826, -0.45924869179725647, 0.5425288081169128, -0.22052672505378723, -0.17972035706043243, 0.06803704798221588, -0.06523789465427399, 0.3170924186706543, -0.8592080473899841, 0.9513018727302551, -0.11042384803295135, -0.3005032539367676, -0.16543860733509064, -0.3302108943462372, 1.1177260875701904, -0.900614857673645, -0.21902349591255188, 0.5951876044273376, -0.07342620193958282, -0.21359102427959442, -0.22836163640022278, 0.21024546027183533, 0.47367823123931885, -0.7871515154838562, 0.7464086413383484, -0.2721559703350067, -0.3430536985397339, 0.15002880990505219, 0.5271556377410889, -0.7888268232345581, 0.4685472548007965, -0.4610002934932709, 0.6047450304031372, -0.380082905292511, -0.8733893036842346, 1.5014233589172363, -0.6163103580474854, -0.5242004990577698, 0.3320508897304535, 0.005031844135373831, 0.3497265577316284, -0.5172173976898193, 0.5980531573295593, -0.6986880302429199, 0.24164384603500366, 0.3451303541660309, -0.39627230167388916, 0.055183060467243195, 0.15994766354560852, -0.21761128306388855, 0.17514075338840485, -0.22359047830104828, -0.008021493442356586, 0.08473557978868484, -0.2680160701274872, 0.49729660153388977, -0.4275507926940918, 0.4035923480987549, -0.24289093911647797, -0.13948649168014526, 0.2517622113227844, -0.11089536547660828, 0.04916848987340927, -0.494353711605072, 0.6356116533279419, -0.16928888857364655, -0.17300254106521606, -0.012031042948365211, 0.5260006785392761, -0.9081403613090515, 0.47973302006721497, 0.4729442298412323, -0.6090460419654846, 0.12963689863681793, 0.015930090099573135, 0.18277044594287872, -0.4293847978115082, 0.5576260685920715, -0.8459873199462891, 0.5232188105583191, -0.08304102718830109, -0.13052082061767578, 0.13019876182079315, -0.1643252670764923, 0.1669909507036209, 0.09016381949186325, -0.38396528363227844, 0.20778030157089233, -0.045863039791584015, -0.03920616954565048, -0.11788924038410187, 0.7198639512062073, -0.8797096014022827, 0.2058059424161911, 0.616330623626709, -0.7611039876937866, 0.23358777165412903, 0.5204455256462097, -0.3945719003677368, 0.33556243777275085, -0.4601796865463257, -0.3327324688434601, 0.8130767345428467, -0.23713043332099915, -0.40770047903060913, 0.10316802561283112, 0.19512812793254852, -0.3051050007343292, 0.3749575912952423, -0.3632148206233978, -0.02453390322625637, 0.3675421476364136, -0.3305746018886566, -0.08955931663513184, 0.1305035650730133, 0.10871151834726334, -0.34306514263153076, 0.46338558197021484, -0.28682824969291687, 0.2025640904903412, -0.06624812632799149, -0.3086293339729309, 0.7022992968559265, -0.6192509531974792, 0.19381952285766602, 0.0076938471756875515, -0.05722689628601074, -0.2745850682258606, 0.8907114863395691, -0.18847011029720306, -1.1645461320877075, 1.4155008792877197, -0.41874369978904724, -0.721000075340271, 0.7434621453285217, -0.06126991659402847, 0.36558476090431213, -0.8305649161338806, 0.41363275051116943, 0.2916560471057892, -0.10819099843502045, -0.19695349037647247, 0.12204072624444962, 0.4531104862689972, -0.7493061423301697, -0.4211558997631073, 1.0383880138397217, -0.27804186940193176, -0.7919023633003235, 0.6981890201568604, 0.0751568004488945, -0.08685394376516342, -0.31614169478416443, 0.40460675954818726, -0.11963345110416412, 0.1265697330236435, 0.2249497026205063, -0.9964611530303955, 0.6198137998580933, 0.46787959337234497, -0.5211706757545471, 0.05686148256063461, -0.17107848823070526, 0.8607478737831116, -1.2570531368255615, 0.5994876027107239, -0.35807937383651733, 0.4695771336555481, -0.2596331238746643, 0.4202967584133148, -0.3259350061416626, -0.7369396686553955, 1.1751255989074707, -0.5137746334075928, -0.2209554761648178, 0.42791423201560974, 0.3224477469921112, -0.561898410320282, -0.24404451251029968, 0.6920375227928162, -0.40523603558540344, -0.4271739721298218, 1.5226504802703857, -1.0954413414001465, -0.19155648350715637, 0.022833120077848434, 0.6906869411468506, -0.6658293008804321, -0.8140718936920166, 1.1291402578353882, -0.214860737323761, 0.28413328528404236, -0.950542688369751, 0.6778862476348877, 0.1739662140607834, -0.40542176365852356, 0.627464234828949, -0.533902645111084, 0.17242424190044403, 0.09008556604385376, 0.20168578624725342, -0.7161306738853455, 0.8279896378517151, -0.28631967306137085, -0.795364260673523, 1.2169580459594727, -0.7662404179573059, 0.033865414559841156, 0.1474754810333252, -0.06698431074619293, -0.18091177940368652, 0.6339253187179565, -0.30003467202186584, -0.06904440373182297, 0.2585107088088989, -0.391767680644989, 0.6104059219360352, -0.7569742798805237, 0.7516961097717285, -0.36098185181617737, -0.21705375611782074, 0.6753399968147278, -0.4223693013191223, -0.21143049001693726, 0.17498953640460968, -0.03101043403148651, 0.18492479622364044, -0.41595369577407837, 0.20444820821285248, 0.15080112218856812, -0.8379011154174805, 1.3480778932571411, -0.2900311350822449, -0.1977994590997696, 0.10213731229305267, -0.39918452501296997, 0.48453769087791443, 0.23123161494731903, 0.1046876385807991, -0.9313411712646484, 1.3231894969940186, -0.7780460715293884, -0.00941099226474762, 0.21846893429756165, 0.3368709981441498, -1.0167782306671143, 0.9372527003288269, -0.05323905870318413, -0.2299899309873581, -0.37382346391677856, 0.7542473077774048, -0.6074391007423401, 0.4329551160335541, -0.043568529188632965, -0.2508736550807953, 0.6239123940467834, -0.8009752631187439, 0.405141144990921, 0.5516654849052429, -0.8022353053092957, 0.11535882204771042, 0.462315171957016, -0.32694658637046814, 0.06056938320398331, 0.16947519779205322, -0.2633061707019806, 0.25531506538391113, 0.16090354323387146, -0.12414460629224777, -0.34429216384887695, 1.1792172193527222, -1.4151874780654907, 0.9112486243247986, -0.028752153739333153, -0.36361807584762573, 0.1855461448431015, 0.23992480337619781, -0.31928348541259766, 0.27870702743530273, -0.7322447896003723, 0.8133084774017334, -0.3459870219230652, -0.6701598167419434, 0.698045015335083, -0.2322879135608673, -0.427288681268692, 0.8123618960380554, -0.4963739216327667, 0.4697733223438263, -0.22047266364097595, -0.10867708921432495, -0.20370915532112122, 0.856818437576294, -0.6128684878349304, -0.03828926384449005, 0.3291664123535156, 0.034697309136390686, -0.3013533055782318, -0.14054346084594727, 0.6055991649627686, -0.04563036561012268, 0.020880719646811485, -0.360414981842041, 0.005205716006457806, 0.54167240858078, 0.23462247848510742, -0.955551028251648, 0.3248648941516876, -0.04824383184313774, 0.08487241715192795, 0.3538173735141754, -1.0771862268447876, 0.34791624546051025, 0.2462358921766281, 0.561314046382904, -1.0525267124176025, 0.11829350143671036, 0.3313341438770294, -0.027000749483704567, -0.3007666766643524, 0.40263631939888, -0.11456206440925598, -0.015339178033173084, 0.05214677006006241, -0.002696587238460779, -0.2803283631801605, 0.6053508520126343, -0.10187581926584244, -0.9274536967277527, 1.4735007286071777, -0.9994636178016663, 0.26413923501968384, -0.22308611869812012, 0.273803174495697, -0.08477360755205154, -0.672437846660614, 1.0839588642120361, -0.14068979024887085, -0.6067937016487122, 0.177776038646698, 0.6020436882972717, -1.091821312904358, 0.6813727617263794, -0.37802332639694214, 0.10251477360725403, 0.2820529043674469, -0.8892275094985962, 0.5250442028045654, -0.1018277183175087, -0.1787879765033722, -0.21583668887615204, 0.8450485467910767, -0.28218427300453186, 0.08184518665075302, -0.3879989683628082, 0.018029160797595978, 0.1620626598596573, 0.3452628254890442, -0.899040699005127, 0.3779698312282562, 0.4018464684486389, -0.005630835425108671, -0.7505858540534973, 0.45498567819595337, 0.5591134428977966, -0.5249760746955872, -0.06452348083257675, 0.10730506479740143, 0.2574503719806671, -0.4843963086605072, 0.34958645701408386, -0.2258649468421936, -0.5262961387634277, 0.5998270511627197, -0.037526197731494904, -0.145040363073349, -0.2979833483695984, 1.2593305110931396, -0.2926919758319855, -0.9555501937866211, 0.5675152540206909, 0.10372975468635559, 0.06590229272842407, -0.2894783318042755, 0.3985694646835327, -0.10678891837596893, -0.08015628904104233, -0.5473811626434326, 0.7701146602630615, 0.4688491225242615, -0.8871287107467651, -0.05212363973259926, 0.54298996925354, 0.23908913135528564, -0.6475446224212646, 0.25072935223579407, -0.018578125163912773, 0.3055569529533386, -0.42594340443611145, 0.3011217415332794, -0.04303829371929169, 0.3685007393360138, -0.7987393736839294, 0.71012282371521, -0.15189892053604126, 0.18553337454795837, 0.11174245923757553, -0.7109789252281189, 0.3203395903110504, 0.5208523273468018, -0.7120944857597351, -0.05042148381471634, 0.9367862939834595, -0.4948318600654602, -0.21617808938026428, -0.06567619740962982, 0.6033930778503418, 0.1541038304567337, -0.9385330677032471, 0.45359498262405396, 0.13246563076972961, 0.4022594094276428, -0.9579958319664001, 0.23441407084465027, 0.3583980202674866, -0.17647890746593475, -0.31733205914497375, 0.6097419261932373, -0.44357097148895264, -0.06968184560537338, 0.19039751589298248, 0.570769190788269, -0.6477524638175964, 0.11658843606710434, -0.15415938198566437, 0.7635151743888855, -0.9158508777618408, 0.33295270800590515, 0.31527042388916016, -0.03558676689863205, -0.19855105876922607, -0.25692448019981384, 0.2499111145734787, 0.5739911794662476, -0.7107701301574707, -0.41938114166259766, 1.1310911178588867, -0.6465751528739929, -0.13121378421783447, 0.3126581013202667, 0.27025270462036133, -0.43719956278800964, 0.4111917316913605, 0.07099070399999619, -0.07752028852701187, -0.041145067662000656, 0.15815241634845734, -0.845497727394104, 0.7037656903266907, -0.47365760803222656, 0.30620479583740234, 0.6979893445968628, -0.8598343133926392, 0.6885316371917725, -1.4530788660049438, 1.2161425352096558, 0.36216652393341064, -0.8236795663833618, -0.10616900771856308, 0.2859010100364685, -0.34270763397216797, 0.18691343069076538, -0.449511855840683, -0.243139386177063, 0.8205268383026123, -0.3780941069126129, -0.6431182622909546, 0.7605600357055664, 0.24154354631900787, -0.7119008302688599, -0.05405769124627113, 1.273156762123108, -0.5759609341621399, -0.2810104489326477, -0.10483656823635101, 0.6104671359062195, -0.26506102085113525, -0.11109969764947891, 0.10622470080852509, 0.6460548043251038, -0.8331668972969055, 0.11310780048370361, 0.49082913994789124, -0.5581395626068115, 0.13306115567684174, -0.12730225920677185, -0.19284479320049286, 0.15948031842708588, 0.16347672045230865, -0.6758110523223877, 0.6600378155708313, -0.5074734687805176, 0.28794994950294495, -0.08653803914785385, -0.4716813564300537, 0.6122387647628784, 0.06428220123052597, -0.1701337993144989, 0.1766725480556488, -0.42188432812690735, 0.2403320074081421, -0.2487088441848755, 0.588534414768219, -0.1619146764278412, -0.42128631472587585, 0.45420193672180176, 0.10963799804449081, -0.14575840532779694, 0.15558528900146484, 0.19708308577537537, -0.3323042392730713, 0.8171374201774597, -0.7832619547843933, 0.17053566873073578, 0.3441648781299591, -0.4016943871974945, 0.23753805458545685, 0.08248164504766464, 0.15699617564678192, -0.3316294848918915, -0.18941748142242432, 0.31230872869491577, 0.12615738809108734, -0.09608902782201767, -0.3600701689720154, -0.032459210604429245, 0.17525997757911682, -0.6017536520957947, 0.7470715641975403, 0.1678645759820938, -0.4195842146873474, 0.20810744166374207, 0.15703287720680237, -0.2668399512767792, 0.13139797747135162, -0.01792845129966736, -0.5579138398170471, 0.8527448773384094, -0.11370143294334412, -0.35652217268943787, 0.5168343782424927, -0.030115600675344467, -0.8915802836418152, 1.062811017036438, -0.12293972820043564, -0.3574035167694092, 0.19527986645698547, -0.2750264108181, 0.44562944769859314, -0.004679221659898758, -0.39958456158638, 0.2565017640590668, 0.015504542738199234, 0.21163290739059448, -0.2931568920612335, -0.10613588988780975, 0.4073069989681244, -0.32441550493240356, 0.030659275129437447, 0.17793214321136475, 0.2364168018102646, -0.7649670839309692, 0.8198531270027161, -0.18493324518203735, 0.009350292384624481, -0.20781579613685608, -0.07665535807609558, 0.4627087712287903, -0.11573358625173569, -0.22444148361682892, 0.0533246286213398, 0.2910371720790863, 0.007105224300175905, -0.11916066706180573, 0.28756096959114075, 0.1620228886604309, -0.48605746030807495, 0.04830498620867729, 0.6822990775108337, -0.5055623054504395, -0.2327420860528946, 0.3681221902370453, 0.13617490231990814, -0.37546205520629883, 0.34941449761390686, -0.18096129596233368, 0.24062232673168182, -0.39133453369140625, -0.07957661151885986, 0.17802377045154572, -0.09860188513994217, -0.11476745456457138, -0.2962861955165863, 0.4270824193954468, -0.21627888083457947, -0.4884197413921356, -0.21595394611358643, 0.19235406816005707, -0.30935555696487427, -0.1354091316461563, 0.06617150455713272, -0.21070928871631622, -0.3547849953174591, -0.1585921198129654, 0.401699960231781, -0.08078284561634064, 0.02445601113140583, -0.3330609202384949, 0.28875941038131714, -0.0006324932910501957, -0.19410860538482666, 0.2107338160276413, 0.1643599420785904, -0.06438611447811127, 0.09642282873392105, 0.5426097512245178, 0.1588331162929535, -0.15864987671375275, 0.5564127564430237, 0.4617733657360077, 0.09133156388998032, -0.05125678703188896, 0.4964068531990051, 0.6283791065216064, -0.5999525785446167, 0.8845937252044678, 0.46429070830345154, -0.401294469833374, 0.29868414998054504, 0.4198167622089386, -0.13340482115745544, -0.31980571150779724, 0.4568972885608673, 0.2906104624271393, -0.5337077379226685, 0.23498450219631195, -0.28128138184547424, -0.16233870387077332, -0.05327563360333443, -0.6346777081489563, 0.14988282322883606, -0.5516005158424377, -0.12262069433927536, -0.8099591732025146, -0.02039526402950287, -0.2724006175994873, -0.7562251687049866, -0.39331093430519104, -0.0943337231874466, -0.593858003616333, -0.47329115867614746, -0.3697322905063629, 0.14051784574985504, -0.5444634556770325, -0.2872749865055084, 0.08540523052215576, -0.3728903532028198, 0.025748146697878838, -0.26836180686950684, 0.21452192962169647, 0.39551717042922974, 0.10444431006908417, 0.17070114612579346, 0.4790641665458679, 0.4669729173183441, 0.09325506538152695, -0.2985590100288391, 0.4050508737564087, 0.6578786373138428, 0.2583253085613251, 0.8938251733779907, 0.22269682586193085, 0.49682557582855225, 0.15992431342601776, 0.5310121178627014, 0.6101901531219482, 0.4536072611808777, 0.11567758768796921, 0.13504686951637268, 0.4871131181716919, 0.2925686240196228, 0.1431589275598526, 0.13274428248405457, -0.0021597049199044704, -0.3104272186756134, -0.21909962594509125, -0.2378576099872589, -0.47255581617355347, -0.5312052369117737, -0.44610604643821716, -0.22619853913784027, -0.5632164478302002, -0.9542233347892761, -0.7265286445617676, -0.5706043243408203, -0.4682343602180481, -0.2720666825771332, -0.023640643805265427, -0.5236618518829346, -0.4955654442310333, -0.13728950917720795, -0.05087755620479584, -0.2555290162563324, -0.2983843684196472, -0.20351924002170563, -0.49905160069465637, -0.04309212043881416, 0.2731751501560211, 0.13621225953102112, 0.06565811485052109, 0.43035146594047546, 0.7458638548851013, 0.2049584835767746, -0.4255598485469818, -0.4666421115398407, 0.42612746357917786, 1.5491952896118164, 1.224311351776123, 0.2078304886817932, 0.10105118155479431, 0.17565791308879852, 0.32427501678466797, 1.0033515691757202, 0.9838383197784424, 0.4626994729042053, 0.1165892705321312, 0.3098364472389221, 0.6008651256561279, 0.32615363597869873, -0.01769178919494152, -0.204286128282547, -0.1814461648464203, 0.1300792396068573, -0.06641364097595215, -0.3696993589401245, -0.8768137693405151, -1.2289259433746338, -0.5680539011955261, -0.28898847103118896, -0.7911948561668396, -1.5513312816619873, -1.327372431755066, -0.9385280609130859, -0.38210058212280273, -0.0031730402261018753, -0.06214163824915886, -0.8029773831367493, -0.5177702903747559, 0.10498068481683731, 0.03162014111876488, 0.2970668375492096, 0.3668689727783203, -0.33927249908447266, -0.1465148776769638, 0.31373777985572815, 0.44494011998176575, 0.4358264207839966, 0.5568625926971436, 1.1377047300338745, 1.202016830444336, -0.3451095521450043, -0.3031032979488373, 0.094523124396801, 1.2139127254486084, 1.631636619567871, 0.8254449963569641, 0.16810932755470276, -0.5019725561141968, -0.011268772184848785, 0.7294259667396545, 1.5639822483062744, 0.9829067587852478, -0.11487075686454773, -0.4172421991825104, 0.02024858631193638, 0.09163287281990051, 0.22207486629486084, -0.1951325684785843, -0.32982608675956726, -0.45218780636787415, -0.5648595690727234, -0.6135371327400208, -0.9508374929428101, -1.3302955627441406, -0.7188127040863037, -0.40347418189048767, -1.083483099937439, -1.7836320400238037, -1.5679107904434204, -0.9091156721115112, -0.06909391283988953, 0.056047119200229645, -0.5261925458908081, -0.7591310739517212, -0.7137598991394043, 0.08134873956441879, 0.7989144325256348, 0.8528427481651306, 0.2261311262845993, -0.2005983144044876, 0.05757300183176994, 0.6739031076431274, 1.1962132453918457, 1.008934736251831, 1.1149030923843384, 1.5330215692520142, 0.5504426956176758, -0.6454728841781616, 0.16778793931007385, 1.4950288534164429, 2.1046736240386963, 1.1257412433624268, 0.3393551707267761, -0.19393472373485565, -0.18240182101726532, 0.577772855758667, 1.4769805669784546, 1.4515334367752075, 0.0075782667845487595, -1.0789763927459717, -0.3804570138454437, 0.21344038844108582, 0.3148818612098694, -0.17123152315616608, -0.7366907596588135, -1.0077039003372192, -1.2652517557144165, -0.897117018699646, -0.7965115308761597, -1.0559273958206177, -1.2118040323257446, -0.9837360382080078, -1.4297441244125366, -2.07322096824646, -1.7440276145935059, -0.8722679615020752, -0.24084892868995667, -0.2779604494571686, -0.8021742105484009, -0.9478299617767334, -0.6599516868591309, 0.19874006509780884, 0.9822857975959778, 1.0052279233932495, 0.40861091017723083, -0.06495058536529541, 0.050382643938064575, 1.1551711559295654, 1.7883635759353638, 1.7171459197998047, 1.8848315477371216, 1.552339792251587, 0.3283665180206299, -0.4793051779270172, 0.3994920253753662, 2.437143564224243, 2.694885730743408, 0.8442471027374268, -0.21251167356967926, -0.25416409969329834, 0.2348305881023407, 0.9159899353981018, 1.9504492282867432, 0.8706914186477661, -1.100464940071106, -1.4645841121673584, 0.04874883219599724, 0.6861408948898315, -0.08494362980127335, -0.9391942620277405, -1.1742527484893799, -1.4750374555587769, -1.660988211631775, -1.103936791419983, -0.8783524632453918, -1.07361900806427, -1.093316674232483, -1.250658392906189, -2.1838884353637695, -2.325469732284546, -1.3337286710739136, 0.010765722021460533, -0.14693792164325714, -1.0514109134674072, -1.3736975193023682, -0.8473449349403381, 0.04107426851987839, 1.1399712562561035, 1.133135437965393, 0.3422694206237793, -0.11311740428209305, 0.4616859555244446, 1.4156074523925781, 2.036722421646118, 1.9393705129623413, 1.500195860862732, 1.7470510005950928, 1.139378547668457, 0.20509089529514313, 0.4048779010772705, 2.206150770187378, 2.9480714797973633, 1.6667143106460571, -0.13480563461780548, -0.6614755392074585, -0.21147796511650085, 0.8386279940605164, 1.950906753540039, 1.4720488786697388, -0.7546608448028564, -2.2191686630249023, -0.7880702614784241, 0.7193005084991455, 0.5139041543006897, -0.6602469086647034, -1.6312257051467896, -2.208887815475464, -1.5996448993682861, -0.4851478934288025, -0.5871637463569641, -1.4950387477874756, -1.7607694864273071, -1.5870493650436401, -1.7830665111541748, -1.7175902128219604, -0.9300270676612854, -0.4426060616970062, -0.7933636903762817, -1.0961045026779175, -1.1110706329345703, -1.054500699043274, -0.23741990327835083, 0.8108994364738464, 1.0335534811019897, 0.33711129426956177, -0.0005389229045249522, 0.2741164565086365, 1.0858571529388428, 1.8532140254974365, 2.0300207138061523, 1.735575556755066, 1.7960482835769653, 1.539332628250122, 0.6472496390342712, 0.3406325578689575, 1.6183995008468628, 3.0238499641418457, 2.3604702949523926, 0.23715583980083466, -0.4974619746208191, 0.07010237127542496, 1.0169391632080078, 1.815434217453003, 1.3586652278900146, -0.5332500338554382, -2.1337475776672363, -1.1091923713684082, 0.8747767806053162, 0.9241980910301208, -0.8097524046897888, -2.235719680786133, -2.2367377281188965, -1.4014983177185059, -0.46328315138816833, -0.4560803771018982, -1.775474190711975, -2.414307117462158, -1.6877423524856567, -1.0843507051467896, -1.25331711769104, -1.6232860088348389, -1.151294231414795, -0.8341373801231384, -0.8433405160903931, -0.8980448246002197, -0.9414131045341492, -0.742569088935852, -0.0854944959282875, 0.8046878576278687, 0.663301944732666, -0.019806522876024246, 0.03743325546383858, 0.8198844790458679, 1.6655381917953491, 1.9592087268829346, 1.7522376775741577, 1.6287271976470947, 1.5554795265197754, 1.2602839469909668, 0.5744884610176086, 1.3168559074401855, 2.4581196308135986, 2.684765338897705, 0.9781709909439087, -0.2743983268737793, 0.1172131821513176, 0.9930908679962158, 1.6461883783340454, 1.2135789394378662, 0.1613016426563263, -1.3449223041534424, -1.2084208726882935, 0.3561158776283264, 0.9492018818855286, -0.5303806066513062, -1.9934337139129639, -2.01289439201355, -1.2701107263565063, -0.6876598596572876, -0.7746365666389465, -1.6659328937530518, -1.9938688278198242, -1.7576162815093994, -1.1598809957504272, -1.2516981363296509, -1.593949556350708, -1.2499686479568481, -0.9425862431526184, -0.6430014967918396, -0.9240115880966187, -0.9226258993148804, -0.8188881278038025, -0.2854403257369995, 0.3409489393234253, 0.496785968542099, 0.25378182530403137, 0.049836691468954086, 0.5590987801551819, 1.2006325721740723, 1.5196418762207031, 1.6244428157806396, 1.5513594150543213, 1.7884721755981445, 1.5044068098068237, 0.8365975618362427, 0.5972272157669067, 1.6132806539535522, 2.643263339996338, 2.0161221027374268, 0.41655904054641724, -0.2791355550289154, 0.4981324076652527, 1.4363360404968262, 1.598211407661438, 0.7800639867782593, -0.6058502197265625, -1.0871526002883911, -0.22488681972026825, 0.7321312427520752, 0.322064071893692, -1.1584595441818237, -1.9610015153884888, -1.4439079761505127, -0.5613807439804077, -0.6382096409797668, -1.4089484214782715, -1.9157682657241821, -1.7413182258605957, -1.2325552701950073, -1.197951078414917, -1.5156450271606445, -1.5549263954162598, -1.1554962396621704, -0.847391664981842, -0.9086049199104309, -1.0603479146957397, -0.9407067894935608, -0.5286598801612854, 0.03318989649415016, 0.21012453734874725, 0.03501790389418602, -0.1710941046476364, 0.3073487877845764, 1.02704656124115, 1.2463971376419067, 1.2033294439315796, 1.2560800313949585, 1.5111720561981201, 1.828770399093628, 1.3844014406204224, 0.8276680707931519, 0.8104563355445862, 1.8358327150344849, 2.3749136924743652, 1.667986512184143, 0.25468865036964417, -0.0029839060734957457, 0.9632323980331421, 1.779416799545288, 1.3210206031799316, 0.2171219438314438, -0.6219722032546997, -0.4936680495738983, 0.36516353487968445, 0.7209346890449524, -0.08942656964063644, -1.4586902856826782, -1.6967271566390991, -0.8899767994880676, -0.23989084362983704, -0.9428738951683044, -1.710310697555542, -1.8287948369979858, -1.3508912324905396, -1.25374436378479, -1.4083595275878906, -1.57962167263031, -1.5413872003555298, -1.1064177751541138, -0.8917708992958069, -1.0789170265197754, -1.297741413116455, -0.9135211110115051, -0.313480943441391, -0.005460231564939022, -0.17308957874774933, -0.35060855746269226, -0.1450001746416092, 0.4278803765773773, 0.9702081680297852, 1.0618540048599243, 0.8969660997390747, 1.0816935300827026, 1.4808027744293213, 1.6931650638580322, 1.2302922010421753, 0.8032011389732361, 0.8951007723808289, 1.6799527406692505, 2.2987687587738037, 1.6293476819992065, 0.31578531861305237, 0.11977909505367279, 1.1895112991333008, 1.8428709506988525, 1.2505629062652588, 0.2566993534564972, -0.1728036254644394, -0.13478165864944458, 0.3805508613586426, 0.7003971338272095, 0.010859127156436443, -1.1429591178894043, -1.344671368598938, -0.584425687789917, -0.2516894042491913, -0.8638057708740234, -1.5990544557571411, -1.5358822345733643, -1.2334855794906616, -1.1658260822296143, -1.3772059679031372, -1.6205106973648071, -1.574916958808899, -1.2198625802993774, -1.0348758697509766, -1.1120229959487915, -1.3817427158355713, -0.9988077282905579, -0.5132544636726379, -0.2824540436267853, -0.416670024394989, -0.38296473026275635, -0.1419915407896042, 0.13161355257034302, 0.5317097306251526, 0.68990558385849, 0.7675620317459106, 0.8590536117553711, 1.2900049686431885, 1.510276436805725, 1.2932182550430298, 0.7947735786437988, 0.7517213821411133, 1.3257932662963867, 1.9323723316192627, 1.8812594413757324, 0.9836685657501221, 0.3662887215614319, 0.8380895853042603, 1.606165885925293, 1.5184071063995361, 0.7928255200386047, 0.3750065565109253, 0.2883871793746948, 0.3382459282875061, 0.6112738847732544, 0.5528518557548523, -0.18163195252418518, -0.9035393595695496, -0.6659075617790222, -0.37075480818748474, -0.50460284948349, -0.7716758847236633, -1.147996425628662, -1.3070522546768188, -1.3430235385894775, -1.0780953168869019, -1.3150731325149536, -1.5786036252975464, -1.3893942832946777, -1.1744509935379028, -1.170278787612915, -1.3092389106750488, -1.1910828351974487, -1.095855474472046, -0.7877128720283508, -0.5408229827880859, -0.44431033730506897, -0.36679187417030334, -0.2743605375289917, -0.09790164977312088, 0.16402320563793182, 0.5408624410629272, 0.7660654783248901, 0.8301830887794495, 0.9656722545623779, 1.1437897682189941, 1.1732151508331299, 1.0452479124069214, 0.9046939611434937, 1.0734525918960571, 1.4640990495681763, 1.6754614114761353, 1.3551448583602905, 0.6931357383728027, 0.8535803556442261, 1.3685243129730225, 1.305482268333435, 0.8749523758888245, 0.6868253946304321, 0.6004799008369446, 0.34055739641189575, 0.45297321677207947, 0.6844800114631653, 0.1008121520280838, -0.6993134021759033, -0.6939651370048523, -0.3036516010761261, -0.3626677989959717, -0.49793535470962524, -0.7787801027297974, -1.5291070938110352, -1.7120423316955566, -1.016129970550537, -0.6521279215812683, -1.344045877456665, -1.775779366493225, -1.6075732707977295, -1.3015280961990356, -0.9784029722213745, -0.8419858813285828, -1.2615233659744263, -1.5804296731948853, -0.968687117099762, -0.1754644811153412, -0.0709279477596283, -0.4187101721763611, -0.5865367650985718, -0.3583321273326874, 0.3718283176422119, 0.9807301163673401, 0.7784901857376099, 0.3146820664405823, 0.6010636687278748, 1.2529447078704834, 1.3906534910202026, 1.001034140586853, 0.4242780804634094, 0.6545957922935486, 1.5699585676193237, 2.115034580230713, 1.391419768333435, 0.26993119716644287, 0.5111781358718872, 1.4394742250442505, 1.6830742359161377, 1.1247364282608032, 0.6732563972473145, 0.4426373243331909, 0.39481261372566223, 0.8707447648048401, 0.8585296869277954, -0.02610846422612667, -0.6800363659858704, -0.19116468727588654, 0.11858449876308441, -0.370600163936615, -0.6590685844421387, -0.8731124401092529, -1.2269847393035889, -1.1967451572418213, -0.697399377822876, -1.0566719770431519, -1.828290581703186, -1.5789753198623657, -1.0956794023513794, -1.0900495052337646, -1.2411471605300903, -1.2600512504577637, -1.5825552940368652, -1.441247582435608, -0.5507229566574097, -0.21651580929756165, -0.6410722136497498, -0.9799351096153259, -0.6583088636398315, -0.15123777091503143, 0.4530352056026459, 0.7199957966804504, 0.2572399377822876, -0.08900096267461777, 0.35344311594963074, 1.210752248764038, 1.3299500942230225, 0.6711024045944214, 0.2426992952823639, 0.5077004432678223, 1.1711252927780151, 1.534496545791626, 1.2269883155822754, 0.658448338508606, 0.5402066707611084, 1.166014552116394, 1.5563583374023438, 1.2767008543014526, 0.8053126931190491, 0.6229993104934692, 0.7104750871658325, 0.929085373878479, 0.9478887319564819, 0.5027692914009094, 0.11807487159967422, 0.117813840508461, 0.08122565597295761, -0.1040942370891571, -0.17451433837413788, -0.18315887451171875, -0.5208240151405334, -0.9408479928970337, -1.1276530027389526, -0.9790583848953247, -0.8163064122200012, -0.864130437374115, -1.2841719388961792, -1.711594820022583, -1.5743595361709595, -0.9928534626960754, -0.7869695425033569, -1.2990599870681763, -1.679179072380066, -1.3713457584381104, -0.7511734962463379, -0.4239395558834076, -0.6701585650444031, -0.8741159439086914, -0.6487364768981934, 0.02571047656238079, 0.3830246925354004, 0.20026332139968872, 0.030300896614789963, 0.3349543511867523, 0.9725140333175659, 1.2275996208190918, 0.9251937866210938, 0.25412312150001526, 0.47140607237815857, 1.2366833686828613, 1.7561321258544922, 1.3556995391845703, 0.718132495880127, 0.6623750329017639, 1.1574934720993042, 1.6424766778945923, 1.496368646621704, 0.9780668020248413, 0.5954245328903198, 0.7651734948158264, 1.1129575967788696, 0.970378041267395, 0.5345177054405212, 0.26996150612831116, 0.25995051860809326, 0.22141115367412567, -0.0009638494811952114, -0.2808130383491516, -0.4375474750995636, -0.33791178464889526, -0.5500659942626953, -1.093374490737915, -1.3856189250946045, -1.0053750276565552, -0.7953276634216309, -1.0723495483398438, -1.4864681959152222, -1.6798878908157349, -1.4837430715560913, -1.0825966596603394, -1.0209609270095825, -1.445647954940796, -1.5395509004592896, -1.0454726219177246, -0.5932696461677551, -0.5845942497253418, -0.712389349937439, -0.6789092421531677, -0.29093483090400696, 0.22491101920604706, 0.3633602261543274, 0.004081158433109522, -0.09436411410570145, 0.3585776090621948, 0.9694826006889343, 0.9718577861785889, 0.5672528147697449, 0.22102662920951843, 0.46427199244499207, 1.1549994945526123, 1.559234380722046, 1.3198165893554688, 0.8509612679481506, 0.8419713973999023, 1.1778610944747925, 1.521091103553772, 1.4905636310577393, 1.198661208152771, 0.9446181058883667, 0.915629506111145, 0.9807297587394714, 0.9770181179046631, 0.7785123586654663, 0.6252992153167725, 0.44708138704299927, 0.21479493379592896, -0.04859601706266403, -0.2223968505859375, -0.24013374745845795, -0.2756108045578003, -0.6029267907142639, -1.14068603515625, -1.3564183712005615, -1.075590968132019, -0.8686723113059998, -1.1613246202468872, -1.6300784349441528, -1.7627732753753662, -1.557268500328064, -1.2318220138549805, -1.21072518825531, -1.569960594177246, -1.6118052005767822, -1.1112182140350342, -0.6684696078300476, -0.6895204782485962, -0.8209369778633118, -0.7172701954841614, -0.24150942265987396, 0.24849195778369904, 0.3463389575481415, 0.1369873434305191, 0.09084412455558777, 0.497597336769104, 1.0255894660949707, 1.1285603046417236, 0.8227466940879822, 0.5540556311607361, 0.5662993788719177, 0.8958021402359009, 1.3210344314575195, 1.3551737070083618, 0.9755199551582336, 0.8280255198478699, 1.0201956033706665, 1.215321660041809, 1.2495462894439697, 1.1791733503341675, 1.0333266258239746, 0.8300129175186157, 0.8425412178039551, 0.871868908405304, 0.6908463835716248, 0.5538168549537659, 0.473147451877594, 0.20264452695846558, -0.07659923285245895, -0.29230472445487976, -0.3079422414302826, -0.270729660987854, -0.5223256349563599, -1.078867793083191, -1.322307825088501, -1.1210856437683105, -0.959638774394989, -1.135823369026184, -1.4823745489120483, -1.6198636293411255, -1.5112757682800293, -1.1818923950195312, -1.152767300605774, -1.4357045888900757, -1.5824939012527466, -1.171773076057434, -0.7190068960189819, -0.486177533864975, -0.6303215622901917, -0.7403655052185059, -0.2992590665817261, 0.5176748037338257, 0.9179361462593079, 0.5921669006347656, 0.04951057583093643, 0.04731867462396622, 0.6149376630783081, 1.103898525238037, 0.992513120174408, 0.5733073353767395, 0.14389365911483765, 0.4548596441745758, 1.2168190479278564, 1.7323105335235596, 1.032263994216919, 0.26178500056266785, 0.6225717067718506, 1.4232770204544067, 1.502110242843628, 0.9600041508674622, 0.7273241877555847, 0.8000316619873047, 0.9159122109413147, 0.9151973128318787, 0.8580490350723267, 0.5136373043060303, 0.4270634949207306, 0.4798642694950104, 0.35581284761428833, -0.2648324966430664, -0.649083137512207, -0.3537183105945587, -0.26430684328079224, -0.7466474175453186, -1.131285309791565, -1.2028776407241821, -1.03139066696167, -0.9370445013046265, -1.065214991569519, -1.5459591150283813, -1.8069562911987305, -1.285224199295044, -1.014594554901123, -1.3292616605758667, -1.61125648021698, -1.3026995658874512, -0.7712146043777466, -0.38860559463500977, -0.35026076436042786, -0.5915321111679077, -0.42744964361190796, 0.2320353090763092, 0.6340367197990417, 0.3040406107902527, -0.05785181000828743, -0.11346421390771866, 0.39039289951324463, 0.8246577382087708, 1.076545000076294, 0.8532261848449707, 0.46065670251846313, 0.5913159847259521, 0.7015368342399597, 0.8307486772537231, 1.0344200134277344, 1.440978765487671, 0.8235867619514465, 0.5238938927650452, 0.8493934273719788, 1.2217276096343994, 0.9839555025100708, 0.9614288210868835, 0.9993211030960083, 0.7029393315315247, 0.5069149732589722, 0.9104351997375488, 0.9624022841453552, 0.2492079883813858, -0.12335243076086044, 0.00735829072073102, -0.06695002317428589, -0.27156203985214233, -0.22664400935173035, -0.41543829441070557, -0.7287324666976929, -0.988999605178833, -0.8947925567626953, -1.061178207397461, -1.105271816253662, -1.0256035327911377, -1.1654072999954224, -1.5720646381378174, -1.4007129669189453, -0.9971004724502563, -1.1306276321411133, -1.3322234153747559, -1.135354995727539, -0.8202348351478577, -0.5959998369216919, -0.37628373503685, -0.42548084259033203, -0.4659076929092407, -0.1056145578622818, 0.38642367720603943, 0.42028310894966125, 0.1355092078447342, -0.0365009643137455, 0.08295495063066483, 0.4033997654914856, 0.6477260589599609, 0.596161425113678, 0.4830777645111084, 0.515609622001648, 0.8522278666496277, 0.5391007661819458, 0.12257631868124008, 0.4750758111476898, 1.4430712461471558, 1.209551453590393, 0.40824535489082336, 0.43827036023139954, 0.9275085926055908, 1.21599280834198, 1.2071157693862915, 1.05009126663208, 0.49749523401260376, 0.279879093170166, 0.796314537525177, 1.152137279510498, 0.638841450214386, -0.033372171223163605, -0.0481082946062088, -0.014692927710711956, -0.157581627368927, -0.17770840227603912, -0.24305982887744904, -0.4276122450828552, -0.8122851848602295, -0.8663089275360107, -1.0965747833251953, -1.138446569442749, -0.7571001052856445, -0.7458949685096741, -1.375402808189392, -1.6968218088150024, -1.1288281679153442, -0.9260105490684509, -1.0663630962371826, -1.1162326335906982, -0.938037097454071, -0.6757842302322388, -0.29634058475494385, -0.24783068895339966, -0.4868970811367035, -0.2879102826118469, 0.3325919806957245, 0.651716947555542, 0.2871444821357727, -0.2212238311767578, -0.30583012104034424, 0.12903164327144623, 0.795810341835022, 0.8138779997825623, 0.27473220229148865, -0.1583884358406067, 0.7869112491607666, 1.369808316230774, 0.32472527027130127, -0.21054692566394806, 0.7086367607116699, 1.9680418968200684, 1.1860442161560059, 0.12500929832458496, 0.21404409408569336, 0.9784820675849915, 1.5473579168319702, 1.4481611251831055, 0.8372104167938232, 0.10315851122140884, 0.26944005489349365, 1.1542227268218994, 1.3657283782958984, 0.3531040549278259, -0.311253160238266, -0.13028234243392944, 0.23481476306915283, 0.12771029770374298, -0.153482586145401, -0.46520596742630005, -0.5900917053222656, -0.4319888651371002, -0.6010034084320068, -1.3383957147598267, -1.2627975940704346, -0.5793874859809875, -0.5300886034965515, -1.3956501483917236, -1.7651536464691162, -1.2130496501922607, -0.8768976926803589, -0.6942745447158813, -0.8052564263343811, -1.0037147998809814, -0.944071888923645, -0.37951725721359253, -0.07953236252069473, -0.3940080404281616, -0.3190881907939911, 0.02293664775788784, 0.1723044067621231, -0.0625278651714325, -0.27379077672958374, -0.22839009761810303, -0.015664609149098396, 0.374994158744812, 0.46544599533081055, -0.004146731458604336, -0.027175044640898705, 0.8409470319747925, 1.3602012395858765, 0.20332713425159454, -0.2657129168510437, 0.4550703465938568, 2.1236438751220703, 1.6948575973510742, 0.3603328466415405, 0.07747206091880798, 0.8813273906707764, 1.7282997369766235, 1.616646409034729, 1.1193331480026245, 0.4711179733276367, 0.3886701762676239, 0.9301889538764954, 1.3915491104125977, 0.8541147708892822, -0.034747447818517685, -0.14941895008087158, 0.4001525044441223, 0.13601338863372803, -0.3421194553375244, -0.4293545186519623, -0.31452444195747375, -0.49486103653907776, -1.1436481475830078, -1.5955586433410645, -1.1595542430877686, -0.4539267420768738, -0.6312657594680786, -1.785146713256836, -2.099813461303711, -1.1379244327545166, -0.5407825708389282, -0.7533036470413208, -1.298011064529419, -1.3304493427276611, -0.8278915286064148, -0.1317703276872635, -0.09393712133169174, -0.7411862015724182, -0.6795616149902344, -0.049339525401592255, 0.396531879901886, 0.03877295181155205, -0.5579184293746948, -0.4354098439216614, 0.14560836553573608, 0.8637726306915283, 0.7355858087539673, -0.04685240611433983, 0.0017900975653901696, 0.8745534420013428, 1.6817560195922852, 0.3524131774902344, -0.4272615611553192, 0.34639284014701843, 2.233410358428955, 1.9172053337097168, 0.356230765581131, -0.054832376539707184, 0.6755394339561462, 1.9479386806488037, 2.011746644973755, 1.2094889879226685, 0.05829669535160065, 0.12291639298200607, 1.1536442041397095, 1.8959729671478271, 1.005358099937439, -0.35547593235969543, -0.5776762366294861, 0.3186313509941101, 0.6915159225463867, 0.057114847004413605, -0.7958847284317017, -1.069884181022644, -0.6472198963165283, -0.4498977065086365, -1.0784804821014404, -1.5001143217086792, -1.2143967151641846, -0.8719794750213623, -1.2207012176513672, -1.6183874607086182, -1.3295496702194214, -1.3604662418365479, -1.0094965696334839, -0.8137771487236023, -0.8149010539054871, -0.952440083026886, -0.7776922583580017, -0.42691826820373535, -0.47152435779571533, -0.29310330748558044, -0.18132762610912323, -0.1270875781774521, -0.23615878820419312, -0.31486010551452637, -0.14068782329559326, -0.06490935385227203, 0.31903642416000366, 0.4579976499080658, 0.048099350184202194, 0.25843754410743713, 0.8094480633735657, 1.6281225681304932, 0.4925014078617096, -0.10021024197340012, 0.4144802689552307, 2.0447475910186768, 2.2454118728637695, 0.8563422560691833, 0.2654848098754883, 0.5855820178985596, 1.7481880187988281, 1.9569262266159058, 1.6012929677963257, 0.8145086765289307, 0.41595569252967834, 0.6745902895927429, 1.2922136783599854, 1.1582428216934204, 0.32571688294410706, -0.22280718386173248, -0.004323884379118681, 0.12113788723945618, -0.38962462544441223, -0.7705165147781372, -0.6739655137062073, -0.36714670062065125, -0.7483581304550171, -1.6485146284103394, -1.786533236503601, -1.0963207483291626, -0.5255175232887268, -0.9422323107719421, -1.9317561388015747, -1.9235587120056152, -1.4333676099777222, -0.6401767134666443, -0.4646436274051666, -0.9775953888893127, -1.2861247062683105, -1.0848873853683472, -0.27808377146720886, -0.153328076004982, -0.2745112478733063, -0.44830143451690674, -0.18585383892059326, 0.14030122756958008, -0.08197642117738724, -0.11965279281139374, -0.050034672021865845, 0.28659752011299133, 0.6790670156478882, 0.40913498401641846, 0.29320764541625977, 0.4157482385635376, 1.1620349884033203, 1.2615282535552979, 0.35685810446739197, 0.2801158130168915, 0.9322947859764099, 2.13551664352417, 1.5448784828186035, 0.770716667175293, 0.5710633993148804, 0.962320864200592, 1.6128497123718262, 1.847016453742981, 1.5641307830810547, 0.5595542192459106, 0.15959109365940094, 0.87195885181427, 1.3260358572006226, 0.8666404485702515, 0.016408441588282585, -0.366953581571579, -0.34970882534980774, -0.1251469999551773, -0.18396250903606415, -0.6819314360618591, -0.9121799468994141, -0.9793988466262817, -1.2637587785720825, -1.5541317462921143, -1.1957383155822754, -1.0679072141647339, -1.1481425762176514, -1.475096344947815, -1.5236337184906006, -1.4892836809158325, -1.2164150476455688, -0.597862720489502, -0.6482672691345215, -0.8211840987205505, -0.9282516241073608, -0.6446706652641296, -0.31018248200416565, -0.09172523021697998, -0.04518027603626251, -0.32250627875328064, -0.36900877952575684, -0.07513359189033508, 0.049456652253866196, 0.3177846670150757, 0.2522965669631958, 0.33303743600845337, 0.3366716504096985, 0.48040488362312317, 0.7517316341400146, 1.091202974319458, 0.8470116257667542, 0.4270159900188446, 0.45908451080322266, 1.1000827550888062, 1.8936302661895752, 1.3308244943618774, 0.7296230792999268, 0.5051422715187073, 1.178192377090454, 1.527223825454712, 1.6192471981048584, 1.3318626880645752, 0.7719135284423828, 0.3760221302509308, 0.5826079845428467, 1.0140583515167236, 0.7748857736587524, 0.3695959448814392, -0.14005567133426666, -0.2662813663482666, -0.43356087803840637, -0.3215121030807495, -0.4531831741333008, -0.6551446914672852, -0.8365077376365662, -1.3888671398162842, -1.4722692966461182, -1.1757268905639648, -0.740816593170166, -0.883857250213623, -1.2822579145431519, -1.2997889518737793, -1.1562286615371704, -0.7980583906173706, -0.5068762302398682, -0.459943026304245, -0.5389112830162048, -0.6996658444404602, -0.6564030647277832, -0.5539478063583374, -0.23628531396389008, -0.028725579380989075, -0.09790418297052383, -0.4132905900478363, -0.5985991954803467, -0.3090391159057617, 0.014486853964626789, 0.12389820069074631, 0.10348845273256302, -0.05659623071551323, 0.025365540757775307, 0.368421345949173, 0.7201485633850098, 0.9215338230133057, 0.43539145588874817, 0.2802893817424774, 0.5898107886314392, 1.3140079975128174, 1.6344252824783325, 1.0506184101104736, 0.9597454071044922, 0.9556739330291748, 1.2435259819030762, 1.3448703289031982, 1.4573469161987305, 1.312490463256836, 0.9323586225509644, 0.7766371369361877, 0.7923648953437805, 0.6442772746086121, 0.6557579636573792, 0.5186407566070557, 0.29722002148628235, -0.17252610623836517, -0.3898059129714966, -0.34163913130760193, -0.2144070267677307, -0.16970837116241455, -0.5742753744125366, -1.023274540901184, -0.8687025904655457, -0.41732916235923767, -0.2849801182746887, -0.4689735472202301, -0.871976912021637, -0.8196870684623718, -0.7915363907814026, -0.8703404664993286, -0.8630248308181763, -0.9759199023246765, -0.8736318349838257, -0.9564510583877563, -1.0341274738311768, -1.192413330078125, -1.2096854448318481, -0.9579361081123352, -0.8915533423423767, -0.9167248010635376, -1.016194462776184, -0.9293404221534729, -0.7701054811477661, -0.6583535671234131, -0.5623044967651367, -0.5788819193840027, -0.4349452257156372, -0.08818380534648895, 0.17170150578022003, 0.35604459047317505, 0.5163587331771851, 0.6789761781692505, 0.6122185587882996, 0.6609237194061279, 0.785908043384552, 0.9697219729423523, 1.4747505187988281, 1.504461646080017, 1.4099901914596558, 1.1938124895095825, 1.2151302099227905, 1.4336479902267456, 1.4745104312896729, 1.4659498929977417, 1.2897201776504517, 1.1242620944976807, 0.976298987865448, 0.8712500333786011, 0.7361884117126465, 0.4988948702812195, 0.4085654616355896, 0.4037990868091583, 0.347590833902359, 0.06813423335552216, -0.20493870973587036, -0.22249530255794525, -0.20942170917987823, -0.21166425943374634, -0.3670046329498291, -0.513270378112793, -0.5895466208457947, -0.5884074568748474, -0.5347666144371033, -0.5509557723999023, -0.7026413083076477, -0.876892626285553, -0.9240549206733704, -0.8191995024681091, -0.9033727645874023, -1.097357153892517, -0.9702973961830139, -1.1173079013824463, -1.2787466049194336, -1.1922694444656372, -1.1757478713989258, -1.118644118309021, -1.0383989810943604, -1.0788413286209106, -1.1433476209640503, -1.2358834743499756, -0.9915850162506104, -0.7568787336349487, -0.5987577438354492, -0.5000357627868652, -0.5560251474380493, -0.2899172604084015, -0.08044315874576569, 0.2465953826904297, 0.2998725473880768, 0.37989914417266846, 0.44126731157302856, 0.7243342399597168, 0.9905156493186951, 0.9910147786140442, 0.9656104445457458, 0.9748109579086304, 1.090349555015564, 1.2968285083770752, 1.4154281616210938, 1.3477649688720703, 1.2343636751174927, 1.1862335205078125, 1.1445471048355103, 1.1885132789611816, 1.209795594215393, 1.131957769393921, 0.9337232112884521, 0.9001356363296509, 0.9125404953956604, 0.776924729347229, 0.680910587310791, 0.5571299195289612, 0.47408103942871094, 0.33952760696411133, 0.2112530767917633, 0.048669323325157166, -0.007094902452081442, -0.09497790038585663, -0.2021069973707199, -0.2471897453069687, -0.3614610433578491, -0.4342639148235321, -0.4582316279411316, -0.49665334820747375, -0.6477780342102051, -0.8386278748512268, -0.8437865376472473, -0.856865406036377, -0.8959769010543823, -0.9248383641242981, -1.053538203239441, -1.1290491819381714, -1.1244215965270996, -1.2507761716842651, -1.191490888595581, -1.2092304229736328, -1.186171054840088, -1.2467831373214722, -1.2236104011535645, -1.1044158935546875, -0.915381908416748, -0.8655340075492859, -0.8346721529960632, -0.6580804586410522, -0.5014954805374146, -0.2658091187477112, -0.2058144062757492, 0.028351793065667152, 0.007103431038558483, 0.1083412691950798, 0.20502856373786926, 0.343031108379364, 0.5087752938270569, 0.5942137837409973, 0.7234159111976624, 0.7365916967391968, 0.8034717440605164, 0.8244367837905884, 0.9369564056396484, 1.0138444900512695, 1.0753506422042847, 0.9846892356872559, 1.0048892498016357, 1.0068495273590088, 1.0663381814956665, 1.1246079206466675, 1.0626776218414307, 1.0055975914001465, 0.9858652353286743, 1.0039803981781006, 1.0117549896240234, 0.9448066353797913, 0.9085267186164856, 0.7831664681434631, 0.6364821791648865, 0.5896539688110352, 0.49740907549858093, 0.4460483491420746, 0.3224962651729584, 0.21856234967708588, 0.07844595611095428, -0.05384589731693268, -0.12022201716899872, -0.18306227028369904, -0.30544179677963257, -0.47431862354278564, -0.5407867431640625, -0.5933678150177002, -0.6850438117980957, -0.7223479747772217, -0.8572443127632141, -0.9561370611190796, -0.9544556140899658, -0.898705005645752, -0.9211636781692505, -1.0135838985443115, -1.063124179840088, -1.052663803100586, -1.1027770042419434, -1.059944987297058, -1.0222150087356567, -0.8768922090530396, -1.0141329765319824, -0.8537865281105042, -0.9307146072387695, -0.8244004249572754, -0.7448630332946777, -0.605660617351532, -0.6079133152961731, -0.44697535037994385, -0.38989365100860596, -0.2691841721534729, -0.29369646310806274, -0.13784974813461304, 0.00024234190641436726, 0.07045676559209824, 0.14809224009513855, 0.28564727306365967, 0.37289974093437195, 0.3742220103740692, 0.45079663395881653, 0.5432823896408081, 0.6126210689544678, 0.6599000096321106, 0.7491148114204407, 0.8347662687301636, 0.8198884129524231, 0.855939507484436, 0.8938322067260742, 0.9404404163360596, 1.0253896713256836, 1.0290356874465942, 1.034667730331421, 0.9826889634132385, 0.9512723088264465, 0.981126070022583, 0.9839024543762207, 0.9756691455841064, 0.9277687072753906, 0.8271135687828064, 0.752437174320221, 0.7330707311630249, 0.6636233329772949, 0.6058505773544312, 0.42504698038101196, 0.2680777609348297, 0.19743657112121582, 0.1847573220729828, 0.12588319182395935, -0.03871191665530205, -0.1720590442419052, -0.2621959149837494, -0.30883774161338806, -0.3391294777393341, -0.4500024616718292, -0.4840907156467438, -0.5757022500038147, -0.7180901765823364, -0.777801513671875, -0.8786029815673828, -0.7674040198326111, -0.9153698682785034, -0.8830240964889526, -0.9678720235824585, -1.0910913944244385, -1.0972222089767456, -1.1589689254760742, -0.982257068157196, -1.0044058561325073, -1.0266382694244385, -1.0249592065811157, -1.0603485107421875, -0.8944534063339233, -0.8229644894599915, -0.8313999772071838, -0.7295501232147217, -0.5887653231620789, -0.48679205775260925, -0.49711474776268005, -0.25895488262176514, -0.3987453579902649, -0.345164030790329, -0.051711179316043854, 0.03505385294556618, 0.07790886610746384, 0.2851814031600952, 0.2035769522190094, 0.40066903829574585, 0.5617359280586243, 0.4955346882343292, 0.5436564087867737, 0.6141918897628784, 0.7448565363883972, 0.7738398909568787, 0.8056511878967285, 0.8839845061302185, 0.9130250811576843, 1.009570837020874, 1.0602033138275146, 1.059073567390442, 1.093474268913269, 1.1283353567123413, 1.0934863090515137, 1.0260611772537231, 1.0127289295196533, 0.9783279299736023, 1.0067445039749146, 1.005059838294983, 0.8764837980270386, 0.8078612089157104, 0.721580982208252, 0.6221747398376465, 0.5834823846817017, 0.5008655190467834, 0.3297230303287506, 0.2257385551929474, 0.1269715577363968, 0.02404320053756237, -0.08682379871606827, -0.14680282771587372, -0.28808531165122986, -0.33568525314331055, -0.4964018166065216, -0.5172749757766724, -0.5566495060920715, -0.6055283546447754, -0.7074528336524963, -0.7451481223106384, -0.8205824494361877, -0.8665288686752319, -0.779716968536377, -0.8466042876243591, -0.8622116446495056, -0.9532839059829712, -1.0695018768310547, -1.0184439420700073, -0.9886312484741211, -0.8262730836868286, -0.9199565649032593, -1.0263031721115112, -1.093837022781372, -0.9521735906600952, -0.8865575194358826, -0.7521449327468872, -0.7945665717124939, -0.784511387348175, -0.7032912969589233, -0.5628511905670166, -0.3916185796260834, -0.32863542437553406, -0.20734718441963196, -0.24676011502742767, -0.07273688167333603, 0.1266649067401886, 0.16982446610927582, 0.3231376111507416, 0.11384788900613785, 0.3193158507347107, 0.5580114126205444, 0.6311099529266357, 0.6223369836807251, 0.6985713839530945, 0.7127609252929688, 0.6528599262237549, 0.7662431597709656, 0.7619724869728088, 0.7842181324958801, 0.8303046226501465, 0.75413578748703, 0.8057608008384705, 0.7836970686912537, 0.7259172201156616, 0.8154652714729309, 0.7675708532333374, 0.8336135745048523, 0.7154574394226074, 0.6272516846656799, 0.7389585971832275, 0.6783349514007568, 0.5905184745788574, 0.44897639751434326, 0.494647353887558, 0.5147437453269958, 0.5153020620346069, 0.41618314385414124, 0.2545706629753113, 0.22337231040000916, 0.17126154899597168, 0.12816855311393738, 0.05810273066163063, -0.08468017727136612, -0.09955819696187973, -0.160312220454216, -0.30953702330589294, -0.27940618991851807, -0.4323124587535858, -0.4670514762401581, -0.4882510304450989, -0.5471463203430176, -0.5461664199829102, -0.6073634624481201, -0.6050655245780945, -0.6403951048851013, -0.7164541482925415, -0.6484068036079407, -0.7372503876686096, -0.6475691795349121, -0.6051508784294128, -0.6463790535926819, -0.7779347896575928, -0.8687511682510376, -0.656511664390564, -0.5449397563934326, -0.650554358959198, -0.6485580801963806, -0.647699236869812, -0.6133442521095276, -0.5116512179374695, -0.48289966583251953, -0.4539511501789093, -0.45825332403182983, -0.38425877690315247, -0.24305976927280426, -0.2693071663379669, -0.3013688325881958, -0.14035601913928986, -0.008217527531087399, -0.005754841957241297, 0.19407884776592255, 0.1331396847963333, 0.2463110387325287, 0.38893988728523254, 0.1811305433511734, 0.3174804151058197, 0.5700598359107971, 0.5038377642631531, 0.5502768158912659, 0.5734439492225647, 0.6283816695213318, 0.6284917593002319, 0.7031236886978149, 0.594829797744751, 0.6424014568328857, 0.7410264611244202, 0.6254395842552185, 0.7336747050285339, 0.6789509057998657, 0.5846847891807556, 0.6459526419639587, 0.5562378764152527, 0.6363046169281006, 0.6020565032958984, 0.39670735597610474, 0.5080652236938477, 0.4049261808395386, 0.3846058249473572, 0.2507365345954895, 0.20505250990390778, 0.2651165723800659, 0.19843408465385437, 0.19606490433216095, 0.09527961909770966, 0.024247191846370697, -0.04651682451367378, -0.17109458148479462, -0.16476508975028992, -0.20463266968727112, -0.23535586893558502, -0.2885465919971466, -0.414826899766922, -0.3955096900463104, -0.4397665858268738, -0.5064064860343933, -0.4830567538738251, -0.5787115097045898, -0.5316235423088074, -0.6094777584075928, -0.5537253618240356, -0.48034676909446716, -0.5417704582214355, -0.4721474051475525, -0.4913104474544525, -0.448993980884552, -0.3846226632595062, -0.3531681299209595, -0.2717497944831848, -0.27839145064353943, -0.24303053319454193, -0.19965875148773193, -0.37916091084480286, -0.3210115134716034, -0.07954791188240051, -0.02108895406126976, 0.05520737171173096, -0.08481863886117935, 0.10523250699043274, 0.007910490967333317, 0.07347125560045242, 0.037459105253219604, 0.14784066379070282, 0.16371431946754456, 0.0775943398475647, 0.18603548407554626, 0.18473663926124573, 0.03897983208298683, 0.227560356259346, 0.23931364715099335, 0.2546563744544983, 0.31518667936325073, 0.2766973078250885, 0.37209436297416687, 0.2307351976633072, 0.24431313574314117, 0.0537082813680172, 0.18604551255702972, 0.3516872823238373, 0.30292707681655884, 0.12185130268335342, -0.0545937679708004, 0.1354452669620514, 0.1856863796710968, -0.0059027099050581455, -0.0746108666062355, 0.004488380625844002, 0.049483414739370346, -0.03727271780371666, -0.007441175635904074, -0.015337183140218258, -0.12264767289161682, -0.05143529921770096, -0.10139685124158859, -0.10668354481458664, -0.05470682308077812, -0.1835983842611313, -0.08803974837064743, -0.0921749547123909, -0.10397167503833771, -0.04665008559823036, -0.07071999460458755, 0.009450591169297695, -0.08754806220531464, -0.021135078743100166, 0.0744456946849823, -0.0021635275334119797, 0.043465934693813324, -0.0019588477443903685, 0.05740305036306381, 0.06964093446731567, 0.06611112505197525, 0.09197212010622025, 0.0835811123251915, 0.05704885721206665, 0.14160722494125366, 0.1425996571779251, 0.108012355864048, 0.13167981803417206, 0.11621863394975662, 0.14981669187545776, 0.14623568952083588, 0.14521561563014984, 0.1280275285243988, 0.1344033181667328, 0.18088121712207794, 0.1805330365896225, 0.04742305725812912, 0.10469599068164825, 0.18703894317150116, 0.15368704497814178, 0.08461125195026398, 0.12339917570352554, 0.091463603079319, 0.05536375939846039, 0.0709795281291008, 0.009178985841572285, -0.10520245879888535, -0.08251062035560608, -0.15261085331439972, -0.1736590564250946, -0.11623432487249374, -0.23293626308441162, -0.1746044009923935, -0.23083922266960144, -0.3023875653743744, -0.2595509886741638, -0.33858707547187805, -0.2939927279949188, -0.310742050409317, -0.3872199058532715, -0.46175846457481384, -0.6429895758628845, -0.36841893196105957, -0.3642558753490448, -0.2791942358016968, -0.3236033320426941, -0.4160362184047699, -0.27323734760284424, -0.2852802872657776, -0.31517377495765686, -0.26810434460639954, -0.19641287624835968, -0.18777896463871002, -0.17962495982646942, -0.13407674431800842, -0.15531378984451294, -0.12517429888248444, 0.08537156134843826, 0.03062855824828148, 0.06060083582997322, 0.11287271231412888, 0.06585801392793655, 0.1750943511724472, 0.10397423803806305, 0.18475289642810822, 0.19268210232257843, 0.1807689070701599, 0.3472386598587036, 0.27450037002563477, 0.3670368492603302, 0.3499625325202942, 0.35234335064888, 0.5190985798835754, 0.4092475175857544, 0.4801744818687439, 0.48512428998947144, 0.4063884913921356, 0.45899876952171326, 0.3749231696128845, 0.4817310869693756, 0.423265665769577, 0.3544541895389557, 0.4817080497741699, 0.3266107141971588, 0.3044307827949524, 0.28531306982040405, 0.3213610053062439, 0.26571595668792725, 0.14149679243564606, 0.1739894598722458, 0.10640385001897812, 0.14312207698822021, 0.0364784374833107, 0.004849133547395468, -0.04372849687933922, -0.06925009936094284, -0.10923607647418976, -0.1267155259847641, -0.2755914032459259, -0.19870515167713165, -0.21388255059719086, -0.20416004955768585, -0.33212369680404663, -0.2835134267807007, -0.300165057182312, -0.34753745794296265, -0.3196864724159241, -0.30690890550613403, -0.45581290125846863, -0.37587231397628784, -0.4522676169872284, -0.3671884536743164, -0.4713928997516632, -0.44754645228385925, -0.37757623195648193, -0.4264940619468689, -0.46680089831352234, -0.4403432309627533, -0.4233984649181366, -0.3561469316482544, -0.4775488078594208, -0.3105448782444, -0.3469527065753937, -0.28730085492134094, -0.32593995332717896, -0.2747185528278351, -0.15849967300891876, -0.1832442581653595, -0.14244085550308228, -0.05438326299190521, -0.0530451275408268, 0.010778415016829967, -0.008826578967273235, 0.06226011738181114, 0.007071132771670818, 0.08207062631845474, 0.232326939702034, 0.0997234433889389, 0.25678980350494385, 0.2863847017288208, 0.25857511162757874, 0.3315892219543457, 0.38127413392066956, 0.4204569458961487, 0.4240571856498718, 0.40393397212028503, 0.5019529461860657, 0.4260401427745819, 0.4623544216156006, 0.4716770648956299, 0.45864906907081604, 0.5245688557624817, 0.5627480745315552, 0.5093698501586914, 0.5584714412689209, 0.49084219336509705, 0.44398409128189087, 0.4662201404571533, 0.37404271960258484, 0.3214258849620819, 0.41285640001296997, 0.2664952874183655, 0.2783038914203644, 0.31609320640563965, 0.1759621649980545, 0.1053539514541626, 0.050540126860141754, 0.021901236847043037, 0.004646884743124247, -0.09750349074602127, -0.060931939631700516, -0.08259476721286774, -0.15146616101264954, -0.20255835354328156, -0.31084924936294556, -0.2699701488018036, -0.29050931334495544, -0.337139755487442, -0.3539925813674927, -0.38992840051651, -0.38195550441741943, -0.43231043219566345, -0.4622139036655426, -0.32613036036491394, -0.38841021060943604, -0.3381779193878174, -0.36531007289886475, -0.3910791873931885, -0.31978192925453186, -0.5001774430274963, -0.4044625163078308, -0.3938831388950348, -0.4836653172969818, -0.4732722043991089, -0.18551908433437347, -0.25727155804634094, -0.18631863594055176, -0.33161985874176025, -0.23864097893238068, -0.02530684508383274, -0.29325953125953674, -0.04398459941148758, -0.06935253739356995, -0.03523782640695572, -0.05555901303887367, -0.056947752833366394, 0.03076232597231865, 0.025440052151679993, 0.0193535927683115, 0.2207181602716446, 0.18805722892284393, 0.14437195658683777, 0.21987389028072357, 0.17346666753292084, 0.17080052196979523, 0.37316733598709106, 0.26334646344184875, 0.4131019413471222, 0.3599132001399994, 0.3650905191898346, 0.25208085775375366, 0.370928555727005, 0.2633073627948761, 0.27951645851135254, 0.33855122327804565, 0.3711143732070923, 0.26316404342651367, 0.36478614807128906, 0.23234553635120392, 0.1968591958284378, 0.16159430146217346, 0.20401915907859802, 0.3058423697948456, 0.39165350794792175, 0.29278838634490967, 0.26683738827705383, 0.25576838850975037, 0.1967553198337555, 0.16787655651569366, 0.07051535695791245, 0.13256220519542694, 0.12084177881479263, 0.07973379641771317, 0.053951527923345566, -0.13284927606582642, -0.015935976058244705, -0.06206466630101204, -0.14339950680732727, -0.03054116852581501, -0.12205115705728531, -0.11466401070356369, -0.12354495376348495, -0.15579091012477875, -0.29937848448753357, -0.3272724151611328, -0.19292064011096954, -0.27936506271362305, -0.2942727208137512, -0.3506278693675995, -0.32221469283103943, -0.282949298620224, -0.2661896049976349, -0.25010257959365845, -0.24499040842056274, -0.26068004965782166, -0.2362855225801468, -0.20873723924160004, -0.254732221364975, -0.2151077538728714, -0.26882004737854004, -0.22697731852531433, -0.1340709924697876, -0.07700753957033157, -0.07213744521141052, -0.05142368748784065, 0.053008388727903366, -0.08468451350927353, 0.08220412582159042, -0.014419463463127613, -0.06513091176748276, 0.15098436176776886, 0.034728389233350754, 0.06776008754968643, 0.09261730313301086, -0.003086266340687871, 0.1068672388792038, 0.09925258159637451, 0.07589762657880783, 0.11976639181375504, 0.1061541885137558, 0.03362284228205681, 0.07749020308256149, 0.08041620999574661, 0.09278775006532669, 0.07446236908435822, 0.08330214768648148, 0.11933211982250214, 0.17411625385284424, 0.17296497523784637, 0.1297694593667984, 0.1050940752029419, 0.0852266475558281, 0.05500252917408943, 0.07433471083641052, -0.008115388453006744, -0.11881405860185623, -0.026117153465747833, -0.059403881430625916, 0.03707597777247429, 0.012554583139717579, -0.021341338753700256, 0.040897998958826065, 0.05916807800531387, 0.12050773203372955, 0.0705360621213913, 0.06632435321807861, 0.09480008482933044, 0.044295333325862885, 0.04593077301979065, 0.04296369478106499, 0.06586302071809769, 0.0652046650648117, 0.1309494525194168, 0.09895732253789902, 0.13889823853969574, 0.10868639498949051, 0.038432952016592026, 0.06487596780061722, 0.05808846279978752, 0.04255302995443344, 0.04528992995619774, 0.03049335442483425, 0.02329869754612446, 0.04219772666692734, 0.04091452434659004, -0.016430946066975594, -0.004447671119123697, 0.07820399850606918, -0.009190941229462624, -0.02018110267817974, -0.01469630841165781, -0.030108118429780006, -0.07022023946046829, -0.008177508600056171, -0.049429964274168015, -0.03611430525779724, -0.07833898067474365, -0.044546063989400864, -0.008435077965259552, -0.0899968221783638, 0.08106303960084915, -0.10822911560535431, -0.11494644731283188, -0.10769855976104736, -0.18591538071632385, -0.11005644500255585, -0.09399547427892685, -0.16802148520946503, -0.1412767767906189, -0.20427224040031433, -0.2758718430995941, -0.11013326793909073, -0.2548862099647522, -0.19713275134563446, -0.2756345272064209, -0.1982560157775879, -0.24934417009353638, -0.159262552857399, -0.16954734921455383, -0.09794018417596817, -0.17418335378170013, -0.12624943256378174, -0.2027742862701416, -0.1631128042936325, -0.2834357023239136, -0.027979055419564247, -0.0738159716129303, -0.09673900902271271, -0.10173685103654861, -0.0309660155326128, 0.06696232408285141, 0.011127159930765629, 0.10861504822969437, 0.008896728977560997, 0.0638715848326683, 0.13999371230602264, 0.21524935960769653, 0.14931553602218628, 0.18139375746250153, 0.22480882704257965, 0.19394075870513916, 0.16854088008403778, 0.2081596553325653, 0.3543875813484192, 0.35795727372169495, 0.3775278925895691, 0.30191969871520996, 0.30917084217071533, 0.37895727157592773, 0.3001727759838104, 0.32331472635269165, 0.30680710077285767, 0.31469640135765076, 0.2916227877140045, 0.3120100200176239, 0.31008192896842957, 0.20606443285942078, 0.1961950957775116, 0.08424005657434464, 0.10882388800382614, 0.10270971059799194, 0.11066975444555283, -0.024326741695404053, 0.02435045875608921, -0.031234772875905037, 0.006207644939422607, -0.09047010540962219, -0.0926646888256073, -0.06783593446016312, -0.11625152081251144, -0.07501022517681122, -0.10202375054359436, -0.11923336237668991, -0.12536823749542236, -0.2063351571559906, -0.21804282069206238, -0.2143726348876953, -0.23683446645736694, -0.18045943975448608, -0.20803682506084442, -0.14673356711864471, -0.24805457890033722, -0.35954445600509644, -0.3340780735015869, -0.29921630024909973, -0.38900208473205566, -0.4260011613368988, -0.3651691973209381, -0.4832509160041809, -0.3013600707054138, -0.31240788102149963, -0.27907928824424744, -0.30317190289497375, -0.2949666976928711, -0.31705790758132935, -0.25742247700691223, -0.21273043751716614, -0.2351851910352707, -0.17754320800304413, -0.22760070860385895, -0.1925632804632187, -0.059153228998184204, -0.11705970019102097, -0.013473841361701488, -0.07482241094112396, 0.09558583796024323, 0.159842848777771, -0.003834484377875924, 0.24302485585212708, 0.10217458009719849, 0.1040152981877327, 0.17633552849292755, 0.2021259069442749, 0.22753097116947174, 0.31047987937927246, 0.3532973527908325, 0.32337501645088196, 0.3204474449157715, 0.35884177684783936, 0.23683398962020874, 0.41679173707962036, 0.44978097081184387, 0.45070192217826843, 0.502434253692627, 0.4968165457248688, 0.50168776512146, 0.4238531291484833, 0.39123019576072693, 0.33938226103782654, 0.4009925127029419, 0.4810299277305603, 0.4029136896133423, 0.371223509311676, 0.38210517168045044, 0.19345001876354218, 0.14182241261005402, 0.18077073991298676, 0.11216919124126434, 0.2060021311044693, 0.120219387114048, 0.07087648659944534, -0.0032317328732460737, -0.08101457357406616, -0.07082342356443405, -0.23970842361450195, -0.14865520596504211, -0.19209353625774384, -0.23126015067100525, -0.16010326147079468, -0.2961226999759674, -0.2667527496814728, -0.32344284653663635, -0.30709603428840637, -0.3442922830581665, -0.3807881474494934, -0.27830246090888977, -0.3855985105037689, -0.3104865252971649, -0.42752605676651, -0.4006510078907013, -0.36597585678100586, -0.430633544921875, -0.409798800945282, -0.40810438990592957, -0.4583563506603241, -0.3578231632709503, -0.3502196669578552, -0.3084195554256439, -0.24335117638111115, -0.4868655800819397, -0.3934576213359833, -0.061509568244218826, -0.13108070194721222, -0.17368008196353912, -0.2688019871711731, -0.311472624540329, -0.2821499705314636, -0.13033615052700043, -0.07950405776500702, -0.07982044667005539, -0.010914228856563568, 0.01402698177844286, 0.09322099387645721, 0.16062968969345093, 0.142944797873497, 0.15567521750926971, 0.13432584702968597, 0.25661900639533997, 0.18625129759311676, 0.41115182638168335, 0.38412415981292725, 0.3135952353477478, 0.3615269958972931, 0.4034668207168579, 0.4895515739917755, 0.42723190784454346, 0.6456854343414307, 0.5677733421325684, 0.5977224707603455, 0.5261026620864868, 0.4392089545726776, 0.47042015194892883, 0.6683790683746338, 0.5763625502586365, 0.4757189154624939, 0.5430930852890015, 0.4421235918998718, 0.42312413454055786, 0.3854079246520996, 0.20005637407302856, 0.1598638892173767, 0.12995541095733643, 0.09415353089570999, 0.03387385606765747, 0.08798222988843918, -0.003979268483817577, -0.07477285712957382, -0.09218300879001617, -0.10438993573188782, -0.22974465787410736, -0.21559590101242065, -0.25648927688598633, -0.21605709195137024, -0.2672072947025299, -0.3246693015098572, -0.2893013656139374, -0.25978904962539673, -0.4031253755092621, -0.4154372811317444, -0.3341364860534668, -0.3403766453266144, -0.3542342782020569, -0.40309107303619385, -0.4063046872615814, -0.4751508831977844, -0.4412253201007843, -0.4827174246311188, -0.480362206697464, -0.41844961047172546, -0.37384817004203796, -0.38096341490745544, -0.37573376297950745, -0.365296334028244, -0.41560879349708557, -0.45144420862197876, -0.3992714583873749, -0.33608245849609375, -0.38694554567337036, -0.30946722626686096, -0.23798616230487823, -0.2303401082754135, -0.3793714642524719, -0.34009695053100586, -0.1306607872247696, -0.013879211619496346, -0.13009029626846313, -0.14044839143753052, -0.07755111157894135, 0.16513054072856903, 0.22782963514328003, 0.31984803080558777, 0.3306191861629486, 0.4411967694759369, 0.5538179278373718, 0.41692402958869934, 0.4042958915233612, 0.40073880553245544, 0.5189728140830994, 0.6654670834541321, 0.7370502948760986, 0.7326313853263855, 0.5354815721511841, 0.5202482342720032, 0.5833378434181213, 0.6475595235824585, 0.5977824330329895, 0.4766676425933838, 0.4773237109184265, 0.5582815408706665, 0.5585342049598694, 0.44979536533355713, 0.3250412940979004, 0.24489715695381165, 0.25264614820480347, 0.14743982255458832, 0.19027192890644073, 0.1828952431678772, 0.08801283687353134, 0.06956884264945984, -0.05338741093873978, -0.05827079340815544, -0.08694933354854584, -0.0821632370352745, -0.12352471798658371, -0.17065203189849854, -0.26255056262016296, -0.2652800977230072, -0.2259431630373001, -0.14738798141479492, -0.25552818179130554, -0.2744632065296173, -0.4099004566669464, -0.5017553567886353, -0.41093531250953674, -0.4805505871772766, -0.5638439655303955, -0.5827380418777466, -0.5393078327178955, -0.5810883641242981, -0.5223340392112732, -0.5644791722297668, -0.5139093995094299, -0.5804598331451416, -0.5496047735214233, -0.498349666595459, -0.4608478844165802, -0.5141034126281738, -0.4829455018043518, -0.4984712302684784, -0.6444693207740784, -0.6197752952575684, -0.3940942883491516, -0.3691198527812958, -0.43011027574539185, -0.14297685027122498, -0.3269517719745636, -0.0595460943877697, -0.027104267850518227, 0.24635660648345947, 0.2845567464828491, 0.3586077094078064, 0.42326974868774414, 0.3871893584728241, 0.5822306871414185, 0.5763485431671143, 0.3994365334510803, 0.4468924105167389, 0.5161056518554688, 0.8028844594955444, 0.9798439741134644, 0.8133115768432617, 1.0269653797149658, 0.7612683176994324, 0.7931337356567383, 0.6641015410423279, 0.8161872625350952, 0.8451981544494629, 0.3672862946987152, 0.5712774395942688, 0.8404058814048767, 0.6548877954483032, 0.4294026494026184, 0.3481645882129669, 0.242453470826149, 0.08244302868843079, 0.15797625482082367, 0.34297147393226624, 0.07134915143251419, -0.07970589399337769, -0.12532271444797516, -0.13924409449100494, -0.11828474700450897, -0.31199911236763, -0.14112509787082672, -0.1488099992275238, -0.349062979221344, -0.20347395539283752, -0.30826839804649353, -0.334705114364624, -0.5138675570487976, -0.5243844389915466, -0.7123847007751465, -1.0324376821517944, -0.8873297572135925, -0.8254307508468628, -0.808013379573822, -0.6163842082023621, -0.5708752274513245, -0.6108173727989197, -0.7491999864578247, -0.8267876505851746, -0.7952685356140137, -0.6201436519622803, -0.6325939297676086, -0.6379678249359131, -0.6434523463249207, -0.6345193386077881, -0.7021805644035339, -0.5074884295463562, -0.3355244994163513, -0.39789578318595886, -0.26157134771347046, 0.06895094364881516, 0.5000067949295044, 0.659337043762207, 0.6724151968955994, 0.7125774621963501, 0.5867823958396912, 1.2624497413635254, 1.5519930124282837, 0.6252756118774414, 0.208373561501503, 0.7481619715690613, 1.6404800415039062, 1.5863635540008545, 1.086540937423706, 1.0862078666687012, 0.6801918745040894, 0.6503565907478333, 0.8813799619674683, 1.2535717487335205, 0.7156986594200134, 0.07158202677965164, 0.5268786549568176, 0.7605286240577698, 0.353728711605072, -0.006210946012288332, -0.1863531619310379, -0.3313620686531067, -0.2421521097421646, 0.3591352701187134, 0.42029327154159546, -0.36575236916542053, -0.3987065255641937, -0.18507607281208038, -0.3487441837787628, -0.7106932997703552, -0.893097996711731, -0.5825856328010559, -0.3227585554122925, -0.0521906241774559, -0.239937886595726, -1.0501030683517456, -1.417005181312561, -1.0066852569580078, -0.24196738004684448, -0.42929795384407043, -0.9021338224411011, -0.8741634488105774, -0.6953245401382446, -0.44181230664253235, -0.2829803228378296, -0.6580448746681213, -1.0948529243469238, -0.8775715231895447, -0.059181470423936844, -0.11269617080688477, -0.5856612920761108, -0.6702763438224792, -0.33202341198921204, 0.22350120544433594, 0.5563042759895325, 0.6531979441642761, 0.6246786713600159, 0.9205244183540344, 1.7285043001174927, 2.282306432723999, 1.4952902793884277, -0.040626175701618195, -0.5812596082687378, 0.5205280184745789, 1.6902467012405396, 1.6195935010910034, 1.0675938129425049, 0.4153461456298828, -0.24718648195266724, -0.3370802104473114, 0.04093030467629433, 0.20104044675827026, -0.41533026099205017, -0.2296748012304306, 0.47652679681777954, 0.3987698554992676, -0.36372244358062744, -0.899453341960907, -0.7376161217689514, -0.23519429564476013, 0.561194121837616, 1.1176674365997314, 0.7671000361442566, 0.08778809010982513, 0.0031518391333520412, 0.09939862787723541, -0.13322871923446655, -0.5561135411262512, -0.379093736410141, 0.10249201208353043, 0.2565035820007324, 0.02106383442878723, -0.779233455657959, -1.7539881467819214, -1.8118565082550049, -1.02131187915802, -0.4670904278755188, -0.7876725792884827, -1.209481954574585, -1.233787178993225, -0.9967319965362549, -0.5792441368103027, -0.5077381730079651, -0.7869203090667725, -0.6032554507255554, 0.25623953342437744, 0.7172321081161499, 0.4069409966468811, -0.05625619739294052, 0.15461665391921997, 0.9054203033447266, 1.7984479665756226, 2.192352056503296, 2.1093971729278564, 2.327075481414795, 2.004348039627075, 0.9054876565933228, -0.3535916805267334, -0.185336634516716, 0.7147210240364075, 1.065474033355713, 0.852449357509613, 0.1418076753616333, -1.1142627000808716, -2.015700340270996, -1.5828121900558472, -0.9414806962013245, -1.0995779037475586, -1.0194330215454102, -0.2766191363334656, -0.1671057939529419, -0.6172007918357849, -0.8378608822822571, -0.708403468132019, -0.21001796424388885, 0.8910322785377502, 1.9245283603668213, 1.9918373823165894, 1.510758638381958, 1.272114634513855, 1.1144123077392578, 0.7865104675292969, 0.4897204637527466, 0.5919119715690613, 1.113533616065979, 0.8862836956977844, -0.029109884053468704, -1.2959997653961182, -2.5394978523254395, -2.747051954269409, -2.2730746269226074, -1.480802297592163, -1.717881202697754, -2.181041717529297, -2.3242146968841553, -2.115030288696289, -1.616342306137085, -1.1640721559524536, -0.7058367133140564, 0.13885526359081268, 0.9105651378631592, 1.3156840801239014, 1.0094832181930542, 0.6705204248428345, 0.8486077189445496, 1.8745702505111694, 2.992948055267334, 3.432487964630127, 3.309566020965576, 3.5409605503082275, 3.7460224628448486, 2.6563589572906494, -0.1274653524160385, -1.7833821773529053, -0.9204642176628113, 0.9415953159332275, 0.8213846683502197, -0.6857834458351135, -2.3434317111968994, -3.8832414150238037, -3.9913644790649414, -2.8562774658203125, -1.9890233278274536, -2.31966233253479, -1.8535854816436768, -0.3047388195991516, 0.16020238399505615, -0.7879035472869873, -1.304763674736023, -0.2418493777513504, 1.5791550874710083, 3.156654119491577, 3.97102952003479, 3.4807674884796143, 2.286919593811035, 2.0670835971832275, 2.707660675048828, 2.312666893005371, 0.9236513376235962, 0.7436363101005554, 1.6798067092895508, 1.3599369525909424, -0.4991413354873657, -2.680875539779663, -4.634261608123779, -5.430706977844238, -3.854142427444458, -2.401577949523926, -2.952395439147949, -4.292346954345703, -3.8479714393615723, -2.7081334590911865, -1.8813652992248535, -1.1762446165084839, -0.46477729082107544, 0.7075973153114319, 2.2210123538970947, 3.2146239280700684, 2.59706711769104, 1.3565260171890259, 1.5642045736312866, 3.306293249130249, 4.5458173751831055, 4.438638210296631, 3.7163524627685547, 3.5649192333221436, 3.7300806045532227, 3.983200788497925, 3.6174235343933105, -0.10193292796611786, -4.250654220581055, -4.134222984313965, -0.5719733834266663, 0.42184603214263916, -3.0178000926971436, -4.413241863250732, -4.955031394958496, -4.851154327392578, -4.106310844421387, -2.335597276687622, -2.4958014488220215, -2.692479372024536, 0.26128384470939636, 2.80899715423584, 1.332907795906067, -0.7055566906929016, 0.4898664951324463, 3.510439157485962, 5.183591842651367, 5.399937629699707, 4.82977819442749, 3.1089346408843994, 2.548466205596924, 3.4426376819610596, 2.9470884799957275, 0.02924012765288353, -1.9481176137924194, -0.6286957859992981, 0.8101105093955994, -0.8505873680114746, -3.683633804321289, -5.552174091339111, -6.739940643310547, -5.674973964691162, -3.9241156578063965, -3.495122194290161, -5.194545745849609, -4.1001057624816895, -1.3834152221679688, -0.7711814641952515, -0.9824008345603943, -0.6688023209571838, 1.2487282752990723, 3.45100998878479, 4.921504974365234, 4.287844181060791, 2.2006657123565674, 1.6248959302902222, 3.6028380393981934, 5.135011196136475, 4.512016296386719, 2.6911487579345703, 2.430021047592163, 3.100249767303467, 3.2090563774108887, 2.890141010284424, 1.9894285202026367, -0.7710093855857849, -4.45462703704834, -4.723453998565674, -2.389753580093384, -1.5706969499588013, -3.735342264175415, -3.265303611755371, -2.8958797454833984, -3.699420690536499, -3.980252981185913, -2.3212385177612305, -1.3051828145980835, -0.7249770164489746, 1.7742094993591309, 3.610664129257202, 2.150780200958252, 0.4398210048675537, 1.7013826370239258, 3.8733248710632324, 4.469320297241211, 4.280008316040039, 4.127527713775635, 2.983135938644409, 2.25007700920105, 2.012056350708008, 0.936467707157135, -1.4305520057678223, -3.1157658100128174, -1.9568625688552856, -0.41604331135749817, -1.785258412361145, -4.367020130157471, -4.9124040603637695, -4.5193986892700195, -4.052879810333252, -3.280116081237793, -3.5396804809570312, -4.175970554351807, -3.083010673522949, -0.6120567321777344, -0.2977721095085144, -1.092826008796692, -0.643756091594696, 1.303919792175293, 2.9395604133605957, 3.335270404815674, 2.597975492477417, 1.5880396366119385, 1.6935575008392334, 3.294788122177124, 3.9602115154266357, 2.726808547973633, 1.344295620918274, 1.5307704210281372, 2.2889955043792725, 1.960715651512146, 1.4810817241668701, 1.5034292936325073, 1.8367716073989868, 1.8025777339935303, -0.2573719024658203, -3.7459716796875, -5.281339645385742, -2.6890029907226562, 0.3590036630630493, -0.04872595891356468, -1.701244592666626, -2.9649178981781006, -3.087545394897461, -2.404698610305786, -0.860827624797821, -0.04155061021447182, 0.131791889667511, 1.4175918102264404, 3.023418426513672, 2.4556784629821777, 0.5065890550613403, 0.23848651349544525, 2.2930002212524414, 4.066792011260986, 4.068922996520996, 3.3118605613708496, 1.7990559339523315, 0.23247696459293365, 0.15215057134628296, 0.39490801095962524, -1.280932903289795, -2.9182276725769043, -1.7092739343643188, -0.19635020196437836, -1.5457143783569336, -3.6434662342071533, -4.358860015869141, -4.303680896759033, -3.3620593547821045, -2.1213090419769287, -2.449657440185547, -3.7532896995544434, -3.072784900665283, -0.6799163222312927, -0.09745267033576965, -0.7272111773490906, -0.6454136967658997, 0.8842649459838867, 2.30246639251709, 2.8249449729919434, 2.313528537750244, 1.5480493307113647, 1.5001527070999146, 2.6040074825286865, 3.1680681705474854, 2.1250674724578857, 0.7841957211494446, 1.0638225078582764, 2.1195552349090576, 2.1056222915649414, 1.4303889274597168, 1.4186123609542847, 1.7927361726760864, 2.1419761180877686, 0.26473522186279297, -3.3404653072357178, -4.956672191619873, -2.2555997371673584, 1.353624701499939, 0.5231640338897705, -1.563741683959961, -3.160153865814209, -3.249596357345581, -2.2317872047424316, -0.23033903539180756, 0.3022293746471405, -0.17564648389816284, 1.0730146169662476, 3.059612274169922, 2.369365930557251, 0.2112787812948227, 0.16424338519573212, 2.365724802017212, 4.14540433883667, 4.179413318634033, 3.0574679374694824, 0.7488176822662354, -0.4874979853630066, 0.7094278335571289, 1.3748689889907837, -0.790466845035553, -2.931340456008911, -2.021010398864746, -0.30158236622810364, -1.3079055547714233, -3.303697347640991, -4.1517252922058105, -4.008146286010742, -2.910757303237915, -1.9565839767456055, -2.459571361541748, -3.9659149646759033, -3.0281620025634766, -0.33068129420280457, 0.5073031187057495, -0.2785850167274475, -0.6025234460830688, 0.8199369311332703, 2.2257630825042725, 2.8493924140930176, 2.3018863201141357, 1.078475832939148, 0.795032262802124, 2.1868960857391357, 3.040243625640869, 1.9331929683685303, 0.31313878297805786, 0.583733320236206, 1.6123371124267578, 2.0085604190826416, 1.580834150314331, 1.6415035724639893, 1.7075947523117065, 2.0580708980560303, 0.44364258646965027, -3.113757371902466, -4.731532096862793, -1.9892661571502686, 1.6858495473861694, 0.5502412915229797, -1.7245008945465088, -3.321012258529663, -3.1293272972106934, -2.108144760131836, -0.23051424324512482, 0.26704564690589905, -0.2586585283279419, 0.8596470355987549, 2.884834051132202, 2.2724757194519043, -0.02413228526711464, 0.07412227988243103, 2.569314479827881, 4.283525466918945, 3.969672203063965, 2.727661371231079, 0.6716179251670837, -0.2869226932525635, 0.9945306777954102, 1.9104573726654053, -0.36495932936668396, -2.8641908168792725, -2.0113697052001953, -0.13003283739089966, -1.2465829849243164, -3.350783348083496, -3.9115638732910156, -3.603912353515625, -2.6685752868652344, -1.3631300926208496, -2.3844990730285645, -4.437725067138672, -3.6625752449035645, -0.33164921402931213, 0.9191908836364746, -0.3183150887489319, -0.7925577163696289, 0.09575087577104568, 1.75568687915802, 2.370786190032959, 1.718675971031189, 0.6827753782272339, 0.7758017778396606, 2.2988569736480713, 3.1371593475341797, 1.7145789861679077, -0.10049057751893997, 0.2530585527420044, 1.934421181678772, 2.267573356628418, 1.4684032201766968, 1.2416664361953735, 1.4792689085006714, 2.0913643836975098, 2.2611758708953857, -1.075797200202942, -5.166406154632568, -4.290052890777588, 0.7661388516426086, 1.9654477834701538, -1.441573143005371, -3.1900534629821777, -3.324683904647827, -2.6482465267181396, -1.0916204452514648, 0.4550064504146576, -0.2698718011379242, -0.2711646854877472, 2.366943120956421, 3.6870405673980713, 1.0912004709243774, -0.696994960308075, 1.4277433156967163, 4.411635875701904, 4.838728904724121, 3.462737560272217, 1.4634785652160645, -0.3239833414554596, 0.4434010088443756, 2.449065923690796, 1.5461562871932983, -2.1876919269561768, -3.4087607860565186, -1.045524001121521, -0.23828299343585968, -2.728930950164795, -4.384121894836426, -4.0016865730285645, -3.1191697120666504, -1.6967639923095703, -0.9315552711486816, -3.4988110065460205, -5.077271938323975, -2.4406564235687256, 0.821077287197113, 0.5477983951568604, -0.7964650392532349, 0.09666529297828674, 1.4037889242172241, 2.406026601791382, 2.1151206493377686, 1.079516053199768, 0.4251187741756439, 1.6718703508377075, 3.4892995357513428, 3.1289186477661133, 0.4522426724433899, -0.7735673189163208, 0.6757866144180298, 2.025538682937622, 1.486997365951538, 0.6761295795440674, 0.6448164582252502, 1.0883798599243164, 2.1475863456726074, 2.0232181549072266, -2.42622971534729, -5.968691825866699, -3.2477493286132812, 2.0252156257629395, 1.5209362506866455, -2.1896419525146484, -3.0149941444396973, -2.3569929599761963, -1.563269853591919, -0.12616370618343353, 0.5812165141105652, -0.5511900782585144, 0.18373548984527588, 3.2920050621032715, 3.701314687728882, 0.19208508729934692, -0.9028127789497375, 2.2458603382110596, 4.867494106292725, 4.033257484436035, 1.9937037229537964, 0.2833801805973053, -0.457450270652771, 1.1916368007659912, 2.787799119949341, 0.4831070005893707, -3.6397879123687744, -3.597947359085083, -0.41525617241859436, -0.304424524307251, -3.348649740219116, -4.226663112640381, -3.1150968074798584, -2.1261918544769287, -1.0829191207885742, -1.2972066402435303, -4.114799499511719, -4.409870624542236, -0.7426265478134155, 1.820311427116394, 0.3406209647655487, -0.9366974830627441, 0.30339863896369934, 1.6676868200302124, 2.178628921508789, 1.417016625404358, 0.5334461331367493, 0.47551268339157104, 2.140472412109375, 3.3937840461730957, 1.8318744897842407, -1.180649995803833, -1.3168163299560547, 1.146317481994629, 2.235483407974243, 1.119081735610962, 0.28171977400779724, 0.670918345451355, 1.0295888185501099, 2.1764447689056396, 2.2207696437835693, -1.6495414972305298, -5.193355560302734, -2.609095335006714, 2.2482662200927734, 1.5517390966415405, -2.3597865104675293, -2.823117256164551, -1.7132935523986816, -1.1405653953552246, -0.6508299112319946, -0.14874489605426788, -0.8346795439720154, -0.25678735971450806, 2.653156042098999, 3.5255696773529053, 0.2899535894393921, -1.3349742889404297, 1.6676989793777466, 4.633058071136475, 3.711667776107788, 1.4020203351974487, 0.3732657730579376, 0.37498950958251953, 1.5470308065414429, 2.6983096599578857, 0.7292207479476929, -3.378739833831787, -3.8619680404663086, -0.27512240409851074, 0.4862746596336365, -2.7353415489196777, -4.083792686462402, -2.7504384517669678, -1.979849100112915, -1.5994857549667358, -1.6497455835342407, -3.540316104888916, -3.8449456691741943, -0.6374405026435852, 1.698743224143982, 0.2337649166584015, -1.3312170505523682, 0.04464726895093918, 1.7897318601608276, 2.189845561981201, 1.523217797279358, 0.762550413608551, 0.7498294115066528, 1.7817323207855225, 2.8170342445373535, 1.7162278890609741, -0.9380868673324585, -0.9975917339324951, 1.4189876317977905, 2.2932069301605225, 0.7831064462661743, -0.0919904038310051, 0.3787115812301636, 1.034374713897705, 1.8700863122940063, 2.502485752105713, -0.6842348575592041, -4.611502170562744, -3.2874858379364014, 1.319238305091858, 1.5671052932739258, -2.2913260459899902, -2.7910008430480957, -1.3601279258728027, -0.9227522611618042, -1.0905035734176636, -0.44330930709838867, -0.7341441512107849, -0.47686347365379333, 2.127166509628296, 3.9256234169006348, 1.0948305130004883, -1.4676439762115479, 0.9339457154273987, 4.306992530822754, 3.7526941299438477, 1.5218391418457031, 0.8217106461524963, 0.8128658533096313, 1.1284101009368896, 2.0587856769561768, 1.0290989875793457, -2.831486701965332, -4.134771347045898, -0.7428631782531738, 0.9159566164016724, -2.3191516399383545, -4.204124927520752, -2.8061959743499756, -1.9051523208618164, -1.8008875846862793, -1.3343100547790527, -2.136924982070923, -3.361923933029175, -1.3013852834701538, 1.148440957069397, 0.4707911014556885, -1.1425262689590454, 0.11527974903583527, 1.970772624015808, 1.9036223888397217, 1.0858161449432373, 0.6661668419837952, 0.6619874835014343, 1.34811270236969, 2.4206387996673584, 1.8881516456604004, -0.5661299228668213, -1.3391634225845337, 0.729607880115509, 1.757560133934021, 0.458944708108902, -0.42108026146888733, 0.2860388457775116, 0.7995412349700928, 1.290543794631958, 2.309464931488037, 1.9536614418029785, -1.681291937828064, -3.693051338195801, -1.438130259513855, 1.1941381692886353, -0.01727762445807457, -1.959807276725769, -1.040482997894287, -0.672470211982727, -1.1918761730194092, -1.4308141469955444, -0.6574546098709106, -0.6538320779800415, 0.41914811730384827, 2.741786003112793, 2.9037272930145264, -0.0066986046731472015, -0.9716355204582214, 1.7889900207519531, 3.7282602787017822, 2.628638505935669, 1.2188494205474854, 1.2414003610610962, 1.2547274827957153, 1.0524743795394897, 1.3535274267196655, -0.16415995359420776, -3.1076695919036865, -2.8191158771514893, 0.16178977489471436, 0.08899349719285965, -3.0519330501556396, -3.642369031906128, -2.2092995643615723, -1.770654320716858, -1.7269188165664673, -1.2492730617523193, -1.6652759313583374, -2.184924602508545, -0.6089284420013428, 0.3363908529281616, -0.3628445267677307, -0.7664002776145935, 0.8967836499214172, 2.04380202293396, 1.3590993881225586, 0.594942033290863, 0.4711272716522217, 0.7326334118843079, 1.2211780548095703, 1.6947845220565796, 0.868559718132019, -0.5940729379653931, -0.527899980545044, 0.9235242605209351, 0.7814741730690002, -0.3219846785068512, -0.313524454832077, 0.6603955030441284, 1.1402305364608765, 1.561946153640747, 2.1554460525512695, 2.1667609214782715, -0.2815215289592743, -2.5331907272338867, -2.161450147628784, 0.00012554229761008173, 0.9282267093658447, -0.3652467727661133, -0.6420398950576782, -1.0981557369232178, -1.4209824800491333, -1.6838228702545166, -0.7092239260673523, -0.2654993236064911, 0.2793804407119751, 1.624612808227539, 2.338395357131958, 0.7009021043777466, -0.8626082539558411, 0.47763699293136597, 2.7217230796813965, 3.0045764446258545, 1.9099323749542236, 1.41489839553833, 1.1474223136901855, 0.5598653554916382, 0.6639716029167175, 0.3328378200531006, -1.6453925371170044, -2.546020030975342, -0.6629716157913208, 0.3700602650642395, -1.9603183269500732, -3.6533007621765137, -2.702568769454956, -1.6398149728775024, -1.4036352634429932, -1.0231249332427979, -1.0798639059066772, -1.6171197891235352, -1.1124837398529053, -0.20216801762580872, -0.2669280469417572, -0.559074342250824, 0.3784638047218323, 1.3919847011566162, 1.2552968263626099, 0.5415125489234924, 0.25737181305885315, 0.3570321500301361, 0.5316725969314575, 0.8351266384124756, 0.8011736273765564, 0.15843188762664795, -0.27769285440444946, 0.03163132816553116, 0.034708134829998016, -0.3757917881011963, -0.20296849310398102, 0.8255125284194946, 1.4281816482543945, 1.4528833627700806, 1.6727068424224854, 2.3519740104675293, 1.7714802026748657, -0.882125735282898, -2.5935487747192383, -1.2771165370941162, 1.3702521324157715, 1.1015172004699707, -0.5268697738647461, -1.372410535812378, -1.50809645652771, -1.749077558517456, -1.2288129329681396, -0.36617133021354675, -0.42512479424476624, -0.01462266780436039, 1.5523260831832886, 1.9918040037155151, -0.1732674092054367, -1.0823363065719604, 1.249017596244812, 3.450871229171753, 2.7717719078063965, 1.4012776613235474, 1.0680854320526123, 0.5420777201652527, 0.5605559945106506, 1.488756775856018, 0.4552692174911499, -2.225414276123047, -2.223207712173462, 0.296100378036499, -0.031124617904424667, -2.7539684772491455, -3.2714521884918213, -1.8862292766571045, -1.13461172580719, -1.0099129676818848, -0.8731037378311157, -1.4727246761322021, -1.728357195854187, -0.47524112462997437, 0.39885997772216797, -0.36481738090515137, -0.9046211838722229, 0.23837482929229736, 1.4175829887390137, 0.9470825791358948, 0.07184292376041412, -0.1093958169221878, 0.009195888414978981, 0.2442045360803604, 0.8241223096847534, 0.8354710340499878, -0.3437097668647766, -0.889194130897522, -0.17607831954956055, 0.11222141981124878, -0.15717360377311707, 0.4954223930835724, 1.3821159601211548, 1.3332215547561646, 1.3041130304336548, 2.1055610179901123, 2.6680705547332764, 1.8958276510238647, -0.4215324819087982, -1.7977086305618286, -0.8660712838172913, 1.3426110744476318, 0.7805182933807373, -1.1307419538497925, -1.8024829626083374, -1.522199034690857, -1.3864408731460571, -1.2287907600402832, -1.0013771057128906, -1.3211466073989868, -0.32936063408851624, 1.5973403453826904, 1.8114553689956665, -0.3581264019012451, -0.9013449549674988, 1.4873311519622803, 3.4407434463500977, 2.5648393630981445, 1.172269582748413, 1.1411060094833374, 1.4013322591781616, 1.4931331872940063, 1.5870563983917236, 0.028758659958839417, -2.2226643562316895, -1.7265657186508179, 0.6136559247970581, 0.04670790955424309, -2.853952407836914, -3.2066538333892822, -1.5411516427993774, -1.1147212982177734, -1.7133471965789795, -1.7313145399093628, -1.5749382972717285, -0.9216815233230591, 0.2329702377319336, 0.11218574643135071, -1.3992574214935303, -1.4976434707641602, 0.5843383073806763, 1.7308679819107056, 0.7918481826782227, -0.31204771995544434, -0.03519216924905777, 0.42038270831108093, 0.39218270778656006, 0.26606860756874084, -0.11742322146892548, -0.7074788212776184, -0.21075935661792755, 0.555935263633728, -0.014441406354308128, -0.8104070425033569, 0.21373499929904938, 1.71399986743927, 1.7313601970672607, 1.3093403577804565, 1.8087689876556396, 2.4986729621887207, 2.8828418254852295, 1.1944299936294556, -1.584251880645752, -2.3048033714294434, 0.39429500699043274, 1.7019071578979492, -0.204085111618042, -1.8179360628128052, -1.8682652711868286, -1.5573195219039917, -1.545505404472351, -1.294048547744751, -1.4623016119003296, -0.9604225754737854, 0.9527099132537842, 2.3723504543304443, 0.6587868928909302, -1.4977895021438599, -0.09430860728025436, 2.9920670986175537, 3.498183250427246, 1.9218940734863281, 1.307644248008728, 1.4086421728134155, 1.257484793663025, 1.671703577041626, 1.0167980194091797, -1.5168108940124512, -2.2835559844970703, 0.27992069721221924, 1.0112134218215942, -2.054593086242676, -3.716019630432129, -2.397442579269409, -1.4422252178192139, -1.515444278717041, -1.269239902496338, -1.4626224040985107, -1.690555214881897, -0.4425312876701355, 0.33025625348091125, -0.8472005724906921, -1.609315037727356, 0.04911093786358833, 1.844642162322998, 1.4237754344940186, 0.09086751937866211, -0.1741071343421936, 0.12383227795362473, 0.1042986735701561, 0.21894899010658264, 0.3496285080909729, -0.33978182077407837, -0.5424269437789917, 0.3014272153377533, 0.3421497344970703, -0.6263421177864075, -0.1679581105709076, 1.530202031135559, 1.958401083946228, 1.225743293762207, 1.6377865076065063, 2.5876412391662598, 3.1356136798858643, 1.4489367008209229, -1.4519003629684448, -2.2865395545959473, 0.09849491715431213, 1.70608651638031, -0.10624203085899353, -1.334324598312378, -1.6235733032226562, -1.5527468919754028, -1.7312883138656616, -1.240526795387268, -1.6683706045150757, -1.3100659847259521, 0.7801581621170044, 2.5388662815093994, 0.8203428983688354, -1.6916462182998657, -0.45841577649116516, 2.7216596603393555, 3.3966050148010254, 1.955965518951416, 1.4384126663208008, 1.6965006589889526, 1.2997673749923706, 1.5660319328308105, 1.180940866470337, -1.215815544128418, -2.111013650894165, 0.2848069965839386, 1.2303268909454346, -1.9388302564620972, -3.754291534423828, -2.255223274230957, -1.1723721027374268, -1.5563775300979614, -1.5336952209472656, -1.5467225313186646, -1.7400635480880737, -0.5326005816459656, 0.32096609473228455, -0.7069663405418396, -1.6509760618209839, -0.190665602684021, 1.590621829032898, 1.1661057472229004, -0.14875942468643188, -0.35397303104400635, 0.2853987514972687, 0.11804026365280151, -0.09928648173809052, 0.021018698811531067, -0.3545343577861786, -0.4818188548088074, 0.4607201814651489, 0.38849207758903503, -0.6762703061103821, -0.36351561546325684, 1.4656423330307007, 1.8184995651245117, 1.0611958503723145, 1.485511064529419, 2.678079605102539, 3.359062433242798, 2.4820921421051025, -0.7123152613639832, -2.8482534885406494, -0.95240718126297, 2.035346031188965, 0.722719132900238, -1.5607695579528809, -2.0465919971466064, -1.3563289642333984, -1.499367356300354, -1.6641780138015747, -1.8849722146987915, -1.7112895250320435, -0.03491361066699028, 2.2555716037750244, 1.9600521326065063, -1.0993150472640991, -1.5449508428573608, 1.9141217470169067, 4.086752414703369, 2.482210397720337, 1.1157680749893188, 1.7946999073028564, 1.830206274986267, 1.5656232833862305, 1.5921443700790405, -0.26849907636642456, -2.466167449951172, -1.0229718685150146, 1.4611904621124268, -0.577109694480896, -3.754437208175659, -3.249880075454712, -1.4424257278442383, -1.550454020500183, -2.2592945098876953, -2.427842617034912, -2.0737416744232178, -0.9007132649421692, 0.7191357016563416, 0.4484199583530426, -1.050831913948059, -0.9016439318656921, 1.2969067096710205, 2.0969412326812744, 0.5490318536758423, -0.10094565153121948, 0.6182680726051331, 0.5352838039398193, -0.18362385034561157, -0.10480500012636185, -0.304208904504776, -0.8149840831756592, -0.07168956845998764, 0.6601492166519165, -0.21732302010059357, -0.7899839878082275, 0.811723530292511, 1.9121570587158203, 1.2483668327331543, 1.0920836925506592, 2.36100172996521, 3.0642597675323486, 1.3147509098052979, -1.0363080501556396, -1.4901131391525269, 0.17136074602603912, 0.9649605751037598, -0.019406436011195183, -1.0029760599136353, -1.5991616249084473, -1.5154486894607544, -1.1064870357513428, -0.9981294870376587, -1.8159886598587036, -1.4734454154968262, 0.665543794631958, 2.1081702709198, 0.8733657598495483, -0.9553114175796509, -0.208475261926651, 2.088809013366699, 3.070655107498169, 2.147820234298706, 1.3137714862823486, 1.3249491453170776, 1.6518185138702393, 1.8199628591537476, 0.880452036857605, -1.1431682109832764, -1.8265622854232788, -0.1300388127565384, 0.6612411737442017, -1.2998515367507935, -3.0633177757263184, -2.5207700729370117, -1.4239225387573242, -1.2322635650634766, -1.6627658605575562, -1.9310886859893799, -1.5436428785324097, -0.5615880489349365, -0.07698342204093933, -0.7415095567703247, -1.3217377662658691, -0.41621339321136475, 1.1327141523361206, 1.2719236612319946, 0.1814441978931427, -0.3358604907989502, 0.06479175388813019, 0.27707770466804504, 0.1559249758720398, -0.019170274958014488, -0.175291046500206, -0.061261456459760666, 0.2779538929462433, 0.11756285279989243, -0.4719608426094055, -0.37581950426101685, 0.8075782060623169, 1.7222682237625122, 1.5089025497436523, 1.486680269241333, 2.27573823928833, 3.4326207637786865, 1.8914580345153809, -1.552730679512024, -2.714329719543457, -0.1670968383550644, 1.7836865186691284, 0.23851607739925385, -1.292570948600769, -1.724998116493225, -1.3107949495315552, -1.6404521465301514, -1.5217763185501099, -1.8799813985824585, -1.4764325618743896, 0.5027434825897217, 2.7420125007629395, 1.5815623998641968, -1.3347779512405396, -0.9154378175735474, 2.2976720333099365, 3.4711077213287354, 2.128303050994873, 1.4109504222869873, 1.8496421575546265, 1.8263850212097168, 1.9343905448913574, 1.2165814638137817, -1.3352056741714478, -2.573882579803467, -0.28112730383872986, 1.41594398021698, -0.962513267993927, -3.3489630222320557, -2.7031452655792236, -1.3866467475891113, -1.555747389793396, -1.917877435684204, -1.8638989925384521, -1.3476139307022095, 0.028982724994421005, 1.0979605913162231, -0.1383494734764099, -1.919399380683899, -1.1299363374710083, 1.1302586793899536, 1.4342507123947144, 0.07269076257944107, -0.2956967055797577, 0.25985416769981384, 0.1003640741109848, -0.5589221119880676, -0.6965064406394958, -0.7080301642417908, -0.44079360365867615, 0.5378178954124451, 0.7041630744934082, -0.5299718379974365, -0.9721527695655823, 0.4318298101425171, 1.4849199056625366, 1.2358802556991577, 1.2805471420288086, 2.177454948425293, 2.961719512939453, 3.4689767360687256, 3.111778497695923, -0.020853543654084206, -2.676748275756836, -1.3713583946228027, 1.6544233560562134, 0.832787036895752, -1.6671754121780396, -1.7977315187454224, -0.6887637972831726, -1.6759357452392578, -3.138352394104004, -2.6440060138702393, -1.4274287223815918, -0.18097999691963196, 1.7306232452392578, 2.468515157699585, -0.0140573401004076, -1.1849285364151, 1.6263198852539062, 3.7487497329711914, 2.183011293411255, 1.3791885375976562, 2.9400458335876465, 3.1804282665252686, 1.8361035585403442, 1.239990234375, -0.03382561728358269, -2.220097064971924, -1.726867437362671, 0.6249171495437622, -0.13607598841190338, -2.882032632827759, -2.934002637863159, -1.5389691591262817, -2.145761728286743, -3.300316095352173, -2.423774480819702, -0.9091018438339233, -0.062252290546894073, 0.7078097462654114, 0.7141473889350891, -1.0436526536941528, -1.753220558166504, 0.06218256056308746, 1.4049018621444702, 0.46883586049079895, 0.21147240698337555, 1.1077640056610107, 0.4227004051208496, -1.044956088066101, -1.1679497957229614, -0.5735723376274109, -0.5582567453384399, 0.03234512358903885, 0.8327904939651489, 0.200615793466568, -0.8799594640731812, -0.13286709785461426, 0.9196172952651978, 0.7185882925987244, 0.87000972032547, 2.406285524368286, 3.232184886932373, 3.0094165802001953, 3.2230656147003174, 2.0016329288482666, -1.589824914932251, -2.9291858673095703, 0.04044719785451889, 1.7784647941589355, -0.3372512459754944, -1.6485130786895752, -0.9219245314598083, -1.3254876136779785, -3.004672050476074, -2.7992866039276123, -1.794582486152649, -1.2208765745162964, 0.36403340101242065, 2.720292806625366, 1.8402574062347412, -1.0043437480926514, -0.36980339884757996, 2.5692384243011475, 2.884775161743164, 1.683608055114746, 2.501312494277954, 3.225754976272583, 2.2996675968170166, 2.018589973449707, 1.3981645107269287, -1.492620587348938, -3.048889398574829, -0.6148899793624878, 0.9702104330062866, -1.2736395597457886, -2.9329912662506104, -2.1575965881347656, -2.143855333328247, -3.2775516510009766, -3.0407307147979736, -1.9042726755142212, -1.2485281229019165, -0.06495045125484467, 1.3261100053787231, 0.32716408371925354, -1.7145254611968994, -1.2453616857528687, 0.7424123883247375, 1.0072352886199951, 0.564184844493866, 1.025524377822876, 0.8743050694465637, -0.3225002586841583, -0.6627583503723145, -0.48906633257865906, -1.1248624324798584, -1.0574347972869873, 0.43353405594825745, 0.9896310567855835, -0.12152823060750961, -0.4686001241207123, 0.35457876324653625, 0.5685287714004517, 0.626197874546051, 1.6305004358291626, 2.5682554244995117, 2.7979979515075684, 3.512483596801758, 3.1907589435577393, -0.23360536992549896, -2.953061580657959, -1.5405608415603638, 1.2410163879394531, 0.7114138007164001, -0.5771764516830444, -0.8203434944152832, -0.7890557050704956, -1.954172968864441, -2.5117499828338623, -2.532353639602661, -2.2930967807769775, -0.5664814114570618, 2.3854315280914307, 2.699160099029541, -0.09215045720338821, -0.8677378296852112, 1.1623551845550537, 2.002224922180176, 1.251494288444519, 1.88735830783844, 3.12784481048584, 3.0946743488311768, 2.847163200378418, 2.018991470336914, -0.7610960006713867, -2.7156317234039307, -1.2749607563018799, 0.6412445306777954, -0.16567377746105194, -1.3574155569076538, -1.2454414367675781, -1.723442792892456, -3.2764570713043213, -3.7224130630493164, -2.77883243560791, -1.9897676706314087, -0.7743749618530273, 0.7748715877532959, 0.42248785495758057, -1.4990322589874268, -1.7030479907989502, -0.4401678144931793, -0.061024706810712814, 0.0466475635766983, 1.1906235218048096, 1.7247072458267212, 0.8895552158355713, 0.08764854818582535, -0.22770681977272034, -0.853998601436615, -1.0220929384231567, 0.10169307887554169, 0.8969314694404602, 0.6160589456558228, 0.4054255783557892, 0.68695467710495, 0.36018481850624084, -0.06676781177520752, 0.5291396975517273, 1.8328750133514404, 2.7564847469329834, 3.3372902870178223, 2.584993362426758, -0.20156557857990265, -2.511843204498291, -1.9351557493209839, -0.02058822475373745, 0.509936511516571, 0.3654782772064209, -0.11251447349786758, -0.18990375101566315, -0.9897207021713257, -1.9037513732910156, -2.792710781097412, -2.258847951889038, -0.4047180712223053, 1.8556954860687256, 2.3238577842712402, 1.1477972269058228, 0.13944120705127716, 0.12842312455177307, 0.30704835057258606, 0.577949583530426, 1.3800629377365112, 2.357680082321167, 3.0193731784820557, 3.267704725265503, 2.03147554397583, -0.4202756881713867, -1.9738861322402954, -1.5417680740356445, -0.4939500093460083, -0.038670387119054794, 0.2439264953136444, 0.06144130602478981, -0.8511033654212952, -2.2230944633483887, -3.4082553386688232, -3.9391767978668213, -3.333216667175293, -1.596734642982483, -0.12945787608623505, 0.10740786790847778, -0.45185360312461853, -0.795339822769165, -1.0069353580474854, -1.2387566566467285, -0.7447037696838379, 0.4396529793739319, 1.5828437805175781, 1.8233722448349, 1.46596097946167, 0.7055532336235046, -0.04012821614742279, -0.5510011911392212, -0.43025118112564087, -0.018589980900287628, 0.6625755429267883, 1.4484084844589233, 1.8352017402648926, 1.4620999097824097, 0.7886567115783691, 0.5765619874000549, 0.8460811376571655, 1.5284901857376099, 1.3381136655807495, 0.04126487672328949, -1.2408311367034912, -0.8459952473640442, 0.08779885619878769, 0.021760178729891777, -0.40581974387168884, -1.0726573467254639, -0.8452771306037903, -0.4936237633228302, -0.0076230610720813274, -0.7567082643508911, -1.1141836643218994, -0.5093390345573425, 0.8993523716926575, 1.2672103643417358, 0.8534761071205139, 0.41378507018089294, 0.6619836688041687, 0.9927170276641846, 0.9943430423736572, 0.9095209836959839, 1.043717384338379, 1.4272183179855347, 2.0486743450164795, 1.6111541986465454, 0.09844348579645157, -1.103901743888855, -0.7781093716621399, -0.09709636867046356, -0.07256090641021729, -0.29903653264045715, -0.4812008738517761, -0.5925248861312866, -0.9822455644607544, -1.562904953956604, -2.204571485519409, -2.1591532230377197, -1.5051772594451904, -0.8626179695129395, -0.8386445045471191, -1.0418630838394165, -0.8747077584266663, -0.6949050426483154, -0.6560877561569214, -0.7856539487838745, -0.5341251492500305, -0.17160776257514954, 0.41730043292045593, 0.6272614002227783, 0.45399853587150574, 0.10593755543231964, 0.10325702279806137, 0.13550297915935516, 0.022408008575439453, 0.11715901643037796, 0.3950752913951874, 0.7571513056755066, 0.9750607013702393, 1.0115916728973389, 0.9152106642723083, 1.0389198064804077, 1.3010536432266235, 1.6945875883102417, 1.5721392631530762, 0.5955480933189392, -0.620980441570282, -0.8952139019966125, -0.37896454334259033, 0.2474338412284851, 0.6777474880218506, 0.45754876732826233, -0.09065248817205429, -0.5281435251235962, -0.5809346437454224, -0.906245768070221, -0.9701443314552307, -0.6927518248558044, -0.03336150944232941, 0.5049647688865662, 0.6772961616516113, 0.4113571047782898, 0.16741681098937988, 0.019353462383151054, -0.10953516513109207, -0.115163654088974, 0.27389806509017944, 0.9130522608757019, 1.7067843675613403, 1.8681062459945679, 1.0546748638153076, -0.1348743885755539, -0.6589145064353943, -0.53920978307724, -0.07596606016159058, 0.3810175359249115, 0.5505827069282532, 0.42091211676597595, 0.1109744980931282, -0.4780765473842621, -1.1910932064056396, -1.5721333026885986, -1.5273388624191284, -1.3779830932617188, -1.1270440816879272, -0.8660092949867249, -0.5935381650924683, -0.45440909266471863, -0.5196992754936218, -0.8991919159889221, -1.2474679946899414, -1.1725372076034546, -0.5370624661445618, 0.14938579499721527, 0.5146325826644897, 0.5075165629386902, 0.26836681365966797, -0.23222599923610687, -0.7074544429779053, -0.6412172317504883, -0.16739457845687866, 0.3385606110095978, 0.7009403705596924, 0.7164453268051147, 0.49828463792800903, 0.3048294186592102, 0.3058929145336151, 0.23002438247203827, 0.016412336379289627, 0.11243023723363876, 0.46236613392829895, 0.45175954699516296, 0.024636968970298767, -0.08971259742975235, 0.23476696014404297, 0.6046141386032104, 0.6311855316162109, 0.570546567440033, 0.415253609418869, 0.38623949885368347, 0.5557489991188049, 0.7333747148513794, 0.5521886348724365, 0.266345739364624, 0.2664884924888611, 0.499650776386261, 0.5854708552360535, 0.4708828330039978, 0.3221893608570099, 0.28717929124832153, 0.21443700790405273, 0.028578858822584152, -0.15004831552505493, -0.19871018826961517, -0.027542123571038246, 0.19114141166210175, 0.1408177614212036, -0.2376876175403595, -0.469414085149765, -0.4150032103061676, -0.2508215308189392, -0.12893056869506836, -0.15300658345222473, -0.29005834460258484, -0.30526140332221985, -0.14887955784797668, -0.0840575248003006, -0.26403555274009705, -0.4162310063838959, -0.4020351767539978, -0.252235472202301, -0.25584104657173157, -0.336763471364975, -0.4000905752182007, -0.4555262327194214, -0.5746317505836487, -0.6659396290779114, -0.7928747534751892, -1.024198293685913, -1.1111156940460205, -0.9009990096092224, -0.695142388343811, -0.5654576420783997, -0.5104914307594299, -0.45701155066490173, -0.5401674509048462, -0.5766202211380005, -0.4649263620376587, -0.24047887325286865, 0.01634798012673855, 0.280876100063324, 0.4420182704925537, 0.34805816411972046, 0.21516558527946472, 0.22858060896396637, 0.3149288594722748, 0.3987826704978943, 0.5560747385025024, 0.8305155038833618, 0.9370266795158386, 0.7736376523971558, 0.5149093270301819, 0.41483092308044434, 0.45316892862319946, 0.6178572773933411, 0.8128665089607239, 0.9862838983535767, 0.9889949560165405, 0.863929033279419, 0.64007568359375, 0.44216272234916687, 0.2718455493450165, 0.23106811940670013, 0.34828221797943115, 0.5152831077575684, 0.5618801116943359, 0.46234607696533203, 0.38130077719688416, 0.27971765398979187, 0.10123230516910553, -0.1562788337469101, -0.30833831429481506, -0.2534976303577423, -0.103802889585495, -0.014601149596273899, 0.0056497761979699135, -0.12098947912454605, -0.36041951179504395, -0.5460996031761169, -0.5074023604393005, -0.40310588479042053, -0.2872520387172699, -0.14471231400966644, 0.017108066007494926, -0.01304080430418253, -0.19162192940711975, -0.3841787576675415, -0.44811978936195374, -0.5691159963607788, -0.756403386592865, -0.7882090210914612, -0.6725178360939026, -0.6860121488571167, -0.8254796266555786, -0.9268669486045837, -0.9420603513717651, -0.9856711626052856, -0.897868275642395, -0.760109543800354, -0.711784839630127, -0.7233248949050903, -0.6044020652770996, -0.4761272072792053, -0.43390047550201416, -0.3514636158943176, -0.05255275219678879, 0.16792844235897064, 0.12028924375772476, -0.003618525806814432, 0.08591213077306747, 0.21795624494552612, 0.42497602105140686, 0.6376749873161316, 0.7945302128791809, 0.810738742351532, 0.9031932353973389, 1.271816611289978, 1.5612194538116455, 1.389908790588379, 0.7780579328536987, 0.23999029397964478, 0.16489416360855103, 0.5287405252456665, 1.0386654138565063, 1.2642343044281006, 1.2907559871673584, 0.9756069183349609, 0.597882866859436, 0.026488739997148514, -0.3568018972873688, -0.49915531277656555, -0.15919744968414307, 0.25239408016204834, 0.4351832866668701, 0.19276006519794464, -0.049684591591358185, -0.11421993374824524, -0.22078338265419006, -0.5247986912727356, -0.7912499308586121, -0.7331123948097229, -0.2626701295375824, 0.3118242025375366, 0.6394399404525757, 0.4337898790836334, 0.05607195571064949, -0.24539317190647125, -0.37382641434669495, -0.41125354170799255, -0.30641406774520874, 0.010030894540250301, 0.40282636880874634, 0.5130775570869446, 0.11709006130695343, -0.39664721488952637, -0.7024732828140259, -0.7974998950958252, -0.9278110861778259, -1.1213128566741943, -1.3019076585769653, -1.3135989904403687, -1.2005951404571533, -1.1222610473632812, -1.0549900531768799, -1.0717346668243408, -1.1320595741271973, -1.1239895820617676, -0.9367274045944214, -0.6529353260993958, -0.1247076541185379, 0.41097551584243774, 0.5905970931053162, 0.3497242033481598, 0.13296593725681305, 0.09035810828208923, 0.082070492208004, 0.24056531488895416, 0.5617431998252869, 0.8925741314888, 1.175935983657837, 1.5592141151428223, 1.7590454816818237, 1.8631483316421509, 1.9066972732543945, 2.2258009910583496, 2.204256057739258, 1.2919974327087402, -0.20855703949928284, -0.7688283324241638, -0.3948001265525818, 0.2712680995464325, 0.6355031728744507, 0.6401916742324829, 0.265704482793808, -0.14411117136478424, -0.5508363246917725, -1.203184962272644, -1.6568872928619385, -1.534407377243042, -0.6916958689689636, 0.024840110912919044, 0.41354820132255554, 0.5217119455337524, 0.8218511343002319, 0.8104521632194519, 0.3117167055606842, -0.3488757908344269, -0.49534177780151367, 0.0757562592625618, 1.199601173400879, 2.069936990737915, 1.8452597856521606, 0.9083532094955444, 0.09846699982881546, -0.49217164516448975, -1.0218861103057861, -1.1462724208831787, -0.9031156897544861, -0.6603447198867798, -0.60944664478302, -0.9228611588478088, -1.6170634031295776, -2.185276508331299, -2.389054775238037, -2.4169716835021973, -2.3770947456359863, -1.9953397512435913, -1.1321312189102173, -0.16249309480190277, 0.3692947328090668, 0.3330462872982025, 0.04068378731608391, -0.35252645611763, -0.5629835724830627, -0.341410756111145, 0.2391485571861267, 0.7732090950012207, 1.2214328050613403, 1.4371724128723145, 1.222488284111023, 0.699989914894104, 0.3716919720172882, 0.36812588572502136, 0.6862051486968994, 1.286542534828186, 1.9397029876708984, 2.3582663536071777, 2.5822460651397705, 2.8005104064941406, 2.1494128704071045, 0.34801778197288513, -1.7032651901245117, -2.4530792236328125, -2.001354455947876, -0.9185228943824768, 0.16374394297599792, 0.6979659199714661, 0.4459218382835388, -0.3801925778388977, -1.0822709798812866, -1.7335947751998901, -1.882548213005066, -1.3865123987197876, -0.08101651817560196, 1.0550504922866821, 1.766450047492981, 2.161466121673584, 2.36973237991333, 1.9548879861831665, 1.047228217124939, 0.2601175904273987, -0.19759009778499603, 0.049279358237981796, 0.9573040008544922, 1.7285351753234863, 1.3126235008239746, 0.24618911743164062, -0.7798653244972229, -1.630142331123352, -2.3531060218811035, -2.5173168182373047, -2.198033571243286, -1.7432467937469482, -1.4746546745300293, -1.3551609516143799, -1.4242045879364014, -1.5129480361938477, -1.4638293981552124, -1.3588660955429077, -1.3540898561477661, -1.1577893495559692, -0.36430200934410095, 0.5775801539421082, 1.1475647687911987, 1.2378191947937012, 1.0185612440109253, 0.40329301357269287, -0.21204091608524323, -0.5131759643554688, -0.39976271986961365, -0.1289864331483841, 0.2852992117404938, 0.658002495765686, 0.7468546628952026, 0.5762284398078918, 0.5094420313835144, 0.6520447731018066, 0.826831579208374, 1.0769621133804321, 1.5374255180358887, 2.2237493991851807, 2.741776466369629, 2.2437527179718018, 0.679741621017456, -1.118573784828186, -1.8533599376678467, -1.8608745336532593, -1.164570689201355, -0.3830890357494354, 0.2469310611486435, 0.3268408179283142, 0.17799830436706543, -0.23824603855609894, -0.9511091709136963, -1.223475694656372, -0.9159138798713684, -0.10804086923599243, 0.5041916370391846, 1.2758426666259766, 1.9670346975326538, 2.587127208709717, 2.3790948390960693, 1.5818756818771362, 0.6191504001617432, 0.03828555345535278, -0.02393401600420475, 0.35453975200653076, 0.5064153075218201, -0.01984434761106968, -0.5855769515037537, -0.9639369249343872, -1.428318977355957, -1.9306583404541016, -1.9642009735107422, -1.9750601053237915, -2.082517147064209, -2.150252103805542, -1.8730626106262207, -1.4430912733078003, -0.7707746028900146, -0.17351721227169037, 0.06608498096466064, -0.08744672685861588, -0.17395910620689392, 0.0015125377103686333, 0.2845551669597626, 0.4661758542060852, 0.55129474401474, 0.49674805998802185, 0.15749822556972504, -0.17894800007343292, -0.3941810727119446, -0.45845285058021545, -0.5930368304252625, -0.5713538527488708, -0.5297606587409973, -0.3394060730934143, -0.020102649927139282, 0.5488558411598206, 1.033128261566162, 1.3050729036331177, 1.4271571636199951, 1.6847929954528809, 2.11663556098938, 2.6443047523498535, 2.569929599761963, 1.381481409072876, -0.39866378903388977, -1.539850115776062, -1.7168159484863281, -1.3258650302886963, -0.7167664170265198, -0.33142510056495667, -0.04518820345401764, -0.07186079770326614, -0.292539119720459, -0.811996579170227, -0.8337752223014832, -0.6297327876091003, -0.18652240931987762, 0.24081304669380188, 0.8376989960670471, 1.5552982091903687, 2.494924306869507, 3.007267951965332, 2.5553383827209473, 1.5871814489364624, 0.6446534395217896, 0.13462014496326447, 0.030844390392303467, 0.07662937790155411, -0.33415138721466064, -0.7345511317253113, -1.0774424076080322, -1.4579427242279053, -1.793588638305664, -1.7570661306381226, -1.7780855894088745, -1.8486957550048828, -1.9702954292297363, -2.0526366233825684, -1.7843364477157593, -0.9004679918289185, 0.03799830377101898, 0.5352204442024231, 0.6105889678001404, 0.39839619398117065, 0.2416292130947113, 0.21422047913074493, 0.17550835013389587, 0.04977141320705414, 0.01692163199186325, -0.20606763660907745, -0.5630432963371277, -0.7175838947296143, -0.6287198066711426, -0.6148229241371155, -0.5911694765090942, -0.6682147979736328, -0.7890162467956543, -0.6037353873252869, -0.03343961387872696, 0.6755220890045166, 1.2222280502319336, 1.4771791696548462, 1.5226014852523804, 1.7712236642837524, 2.303699254989624, 3.1601455211639404, 3.407386541366577, 2.2978034019470215, 0.04705633595585823, -1.7595546245574951, -2.462002992630005, -2.159754514694214, -1.4362353086471558, -0.9312363266944885, -0.3873404264450073, -0.14636771380901337, -0.2352939397096634, -0.6625069379806519, -0.5367671847343445, -0.3620131015777588, -0.0755307748913765, 0.04680553451180458, 0.3564296364784241, 1.0899876356124878, 2.356666088104248, 3.3134829998016357, 3.2483036518096924, 2.458709239959717, 1.2684435844421387, 0.4475322663784027, 0.07176106423139572, -0.1131935566663742, -0.6149967312812805, -1.0306249856948853, -1.629945158958435, -2.1950435638427734, -2.3122427463531494, -1.8131234645843506, -1.378732442855835, -1.173284888267517, -1.3880201578140259, -1.8982491493225098, -2.022467851638794, -1.3917261362075806, -0.3424293100833893, 0.527279257774353, 1.015665888786316, 1.0081777572631836, 0.9877877831459045, 0.9009261727333069, 0.7799256443977356, 0.5831164717674255, 0.28834325075149536, -0.5472049713134766, -1.3989218473434448, -1.786312222480774, -1.646929144859314, -1.1398299932479858, -0.5360042452812195, -0.28578969836235046, -0.39953741431236267, -0.3496720790863037, -0.10212796926498413, 0.365479052066803, 0.8278805613517761, 1.1782809495925903, 1.325093150138855, 1.656810998916626, 2.2091550827026367, 3.2299695014953613, 3.8969368934631348, 3.264758825302124, 1.1919689178466797, -1.0499413013458252, -2.41048002243042, -2.7169349193573, -2.2972826957702637, -1.9459468126296997, -1.272523045539856, -0.6161351799964905, -0.10098176449537277, -0.15852491557598114, 0.043457552790641785, 0.2248804271221161, 0.3051086962223053, 0.02536821737885475, -0.1756901741027832, 0.2022392749786377, 1.3888055086135864, 2.7975218296051025, 3.414745330810547, 3.1788573265075684, 2.2678685188293457, 1.4706833362579346, 0.7928380370140076, 0.18352483212947845, -0.6820643544197083, -1.448211908340454, -2.2808637619018555, -2.9244911670684814, -3.0179126262664795, -2.2516610622406006, -1.2339178323745728, -0.5348352193832397, -0.5366053581237793, -1.0813333988189697, -1.4713600873947144, -1.2996177673339844, -0.6497504115104675, -0.11244453489780426, 0.2830493152141571, 0.4998699724674225, 0.8017088770866394, 1.0187134742736816, 1.181494116783142, 1.1356905698776245, 0.7408460974693298, -0.2776721715927124, -1.5242103338241577, -2.350848913192749, -2.4420416355133057, -1.8585697412490845, -1.041271686553955, -0.4387942850589752, -0.16301193833351135, 0.141645148396492, 0.49892058968544006, 0.8581957817077637, 1.0958170890808105, 1.241987943649292, 1.224016547203064, 1.2686741352081299, 1.6072126626968384, 2.511939287185669, 3.600449562072754, 3.708895206451416, 2.336664915084839, -0.01193336583673954, -1.7011862993240356, -2.4472949504852295, -2.477816343307495, -2.7922677993774414, -2.705369234085083, -2.138434886932373, -1.197725772857666, -0.5244846940040588, 0.22488060593605042, 1.0672557353973389, 1.5040605068206787, 1.3140450716018677, 0.6059396266937256, 0.20567791163921356, 0.5403279066085815, 1.6890647411346436, 2.4643654823303223, 2.582364082336426, 2.2003800868988037, 2.0797464847564697, 2.017519950866699, 1.63335382938385, 0.6034610867500305, -0.7344951033592224, -2.149440288543701, -3.4220387935638428, -4.079550266265869, -3.7375643253326416, -2.5218496322631836, -1.2554383277893066, -0.43916502594947815, -0.28155267238616943, -0.17868612706661224, 0.1431439220905304, 0.5943220257759094, 0.5540196895599365, 0.14036069810390472, -0.2678990364074707, -0.346558541059494, -0.03521617501974106, 0.5107637643814087, 0.9965240955352783, 1.0627083778381348, 0.5035999417304993, -0.6340393424034119, -1.7453919649124146, -2.3152501583099365, -2.247927188873291, -1.9856057167053223, -1.7271640300750732, -1.4162805080413818, -0.6637899875640869, 0.39179590344429016, 1.4583901166915894, 2.1406283378601074, 2.359896421432495, 2.0600807666778564, 1.5568703413009644, 1.228262186050415, 1.4042185544967651, 2.071932792663574, 3.0804989337921143, 3.3696656227111816, 2.2006072998046875, 0.030389126390218735, -1.3612217903137207, -1.6822346448898315, -1.8818612098693848, -2.825624942779541, -3.778000593185425, -3.627866268157959, -2.619945526123047, -1.323569655418396, -0.13204240798950195, 1.1928133964538574, 1.9966224431991577, 2.2491679191589355, 1.917275309562683, 1.6335506439208984, 1.6574180126190186, 2.1002748012542725, 2.1982204914093018, 1.5786727666854858, 0.8106969594955444, 0.8122986555099487, 1.5134648084640503, 1.9413177967071533, 1.4341806173324585, 0.035003215074539185, -1.5606532096862793, -2.9932870864868164, -3.881352186203003, -4.0257415771484375, -3.402758836746216, -2.580315589904785, -1.754657506942749, -0.9632211327552795, 0.04957183450460434, 1.2580115795135498, 2.3013880252838135, 2.399958372116089, 1.5016061067581177, 0.35170626640319824, -0.3573189973831177, -0.48710235953330994, -0.4190181493759155, -0.5176085233688354, -0.8329019546508789, -1.1680858135223389, -1.5065199136734009, -1.679300308227539, -1.5133795738220215, -1.1763513088226318, -1.1746819019317627, -1.3974970579147339, -1.417494535446167, -0.7676084041595459, 0.3594752848148346, 1.4258172512054443, 1.950465440750122, 2.0892069339752197, 2.0601933002471924, 1.9529494047164917, 1.8745882511138916, 1.8476531505584717, 1.8743213415145874, 2.000457763671875, 2.4992425441741943, 2.722367763519287, 1.962270975112915, 0.039378825575113297, -1.6432827711105347, -2.3300065994262695, -2.677633047103882, -3.4828884601593018, -4.3406453132629395, -3.8208603858947754, -2.3519997596740723, -0.6876031160354614, 0.3705938458442688, 1.5029237270355225, 2.377002477645874, 2.9570870399475098, 2.9838035106658936, 2.599510908126831, 2.04231858253479, 1.728084683418274, 1.6637156009674072, 1.0991148948669434, 0.31263449788093567, 0.07737954705953598, 0.8938128352165222, 1.6039093732833862, 1.3030062913894653, -0.07844751328229904, -1.5806585550308228, -2.648585319519043, -3.3367438316345215, -3.709944009780884, -3.6585397720336914, -3.195775032043457, -2.3499975204467773, -1.061845302581787, 0.30197587609291077, 1.5384281873703003, 2.46175479888916, 2.757941484451294, 2.037123918533325, 0.8697018623352051, -0.05312224105000496, -0.5234033465385437, -0.8327389359474182, -1.1975362300872803, -1.5180699825286865, -1.5739424228668213, -1.3543498516082764, -1.0471515655517578, -0.7391873598098755, -0.5497791171073914, -0.6525108218193054, -0.9115667939186096, -0.9531218409538269, -0.6373754143714905, -0.055111125111579895, 0.5461210012435913, 1.0120372772216797, 1.3662176132202148, 1.8282136917114258, 2.2572948932647705, 2.4701409339904785, 2.414726972579956, 2.286104917526245, 2.174362897872925, 2.3497979640960693, 2.4147987365722656, 1.5618174076080322, -0.3252689242362976, -2.005897045135498, -2.3496341705322266, -2.233457565307617, -2.6336121559143066, -3.458824634552002, -3.2152581214904785, -1.9818018674850464, -0.5710818767547607, 0.2518344819545746, 0.9541428089141846, 1.6652499437332153, 2.1976449489593506, 2.5371272563934326, 2.558912754058838, 2.324937105178833, 2.058716058731079, 1.9403289556503296, 1.2844069004058838, 0.29459550976753235, -0.13930822908878326, 0.42509031295776367, 0.9833831191062927, 0.6043947339057922, -0.5921474099159241, -1.7210524082183838, -2.222012758255005, -2.491248607635498, -2.8167781829833984, -3.105419874191284, -2.990537405014038, -2.3599092960357666, -1.1514058113098145, 0.10166359692811966, 1.109962821006775, 1.9007245302200317, 2.3495028018951416, 2.0397117137908936, 1.2473361492156982, 0.5356665849685669, -0.017837943509221077, -0.5668648481369019, -1.2597936391830444, -1.9342447519302368, -2.265111207962036, -2.0774550437927246, -1.6874526739120483, -1.2991068363189697, -0.9407760500907898, -0.5706679224967957, -0.22104351222515106, 0.12483802437782288, 0.37559613585472107, 0.6249838471412659, 0.8474473357200623, 0.9463517069816589, 1.0269877910614014, 1.2915173768997192, 1.5880858898162842, 1.7329310178756714, 1.7276304960250854, 1.6483107805252075, 1.6959937810897827, 2.0076727867126465, 2.5758402347564697, 2.7231051921844482, 1.717523455619812, -0.3649871349334717, -1.987113118171692, -2.1532907485961914, -2.0854530334472656, -2.841935396194458, -3.974400520324707, -3.6651077270507812, -1.9927748441696167, -0.012797586619853973, 1.0227234363555908, 1.4375203847885132, 1.8248496055603027, 2.5026638507843018, 3.181893825531006, 3.125429630279541, 2.3197925090789795, 1.3709735870361328, 0.862227201461792, 0.258350670337677, -0.39682716131210327, -0.5464476943016052, -0.0018154657445847988, 0.5207991003990173, 0.24667386710643768, -0.6675601601600647, -1.3944823741912842, -1.4567372798919678, -1.5546905994415283, -2.262576103210449, -3.1214945316314697, -3.285665512084961, -2.3769819736480713, -0.9162697196006775, 0.15272271633148193, 0.6472929120063782, 1.2315378189086914, 2.019171714782715, 2.325162887573242, 1.8678122758865356, 0.9086938500404358, -0.04873918369412422, -0.8271319270133972, -1.5659831762313843, -2.368499755859375, -2.811765193939209, -2.5969440937042236, -1.9958475828170776, -1.3687617778778076, -0.7516745328903198, -0.10214576870203018, 0.5445815324783325, 1.0157462358474731, 1.121139645576477, 1.0994224548339844, 1.0429437160491943, 0.9075444340705872, 0.7371134757995605, 0.7420251369476318, 0.90323406457901, 1.1884437799453735, 1.4781931638717651, 1.6164114475250244, 1.7470453977584839, 2.142925262451172, 2.820430278778076, 3.081799030303955, 2.0637478828430176, -0.14383497834205627, -1.9440066814422607, -2.1687235832214355, -2.2087502479553223, -3.099079132080078, -4.330835819244385, -3.912283420562744, -2.0455713272094727, 0.011554890312254429, 1.0132942199707031, 1.3408726453781128, 1.9431986808776855, 2.931279182434082, 3.7453837394714355, 3.332516670227051, 2.1197264194488525, 0.9747962355613708, 0.6152815818786621, 0.17155863344669342, -0.5718437433242798, -1.10197114944458, -0.8836988210678101, -0.1097026914358139, 0.26449349522590637, -0.01588200405240059, -0.6117074489593506, -0.8090782761573792, -1.1323223114013672, -1.9458619356155396, -2.796398639678955, -2.9655814170837402, -2.3202366828918457, -1.4483901262283325, -0.8223761916160583, -0.33826175332069397, 0.6842635869979858, 1.9938656091690063, 2.554309844970703, 1.9709662199020386, 0.9275743961334229, 0.23373743891716003, -0.08872324228286743, -0.6965894103050232, -1.8558648824691772, -2.852947950363159, -2.980681896209717, -2.3269448280334473, -1.5628966093063354, -0.9758922457695007, -0.36757808923721313, 0.4749663472175598, 1.2658450603485107, 1.609803318977356, 1.5800198316574097, 1.3224239349365234, 0.9481965899467468, 0.671966552734375, 0.6318448781967163, 0.6500937938690186, 0.741246223449707, 0.9203429818153381, 1.12118661403656, 1.4400837421417236, 2.0541889667510986, 2.753422737121582, 3.2160189151763916, 2.78010892868042, 1.2495204210281372, -0.6611841917037964, -1.3925749063491821, -1.4866766929626465, -2.383122444152832, -4.143003463745117, -4.9331183433532715, -3.504729747772217, -1.2989963293075562, 0.1834554672241211, 0.4021111726760864, 0.8584639430046082, 2.198455333709717, 3.9571900367736816, 4.47675085067749, 3.2272088527679443, 1.569017767906189, 0.7932955026626587, 0.7499964237213135, 0.1212635338306427, -1.028550386428833, -1.9405488967895508, -1.5318806171417236, -0.37395504117012024, 0.20354010164737701, -0.2862760126590729, -0.8484940528869629, -0.7796226143836975, -0.7841187715530396, -1.252764344215393, -1.9407594203948975, -2.264885425567627, -2.199225664138794, -1.807268738746643, -1.2416974306106567, -0.4082779586315155, 0.6706371307373047, 1.519075632095337, 1.6323463916778564, 1.279057264328003, 1.198413610458374, 1.35049569606781, 0.8730472922325134, -0.5677242279052734, -2.1470704078674316, -2.845673084259033, -2.520017623901367, -2.023460865020752, -1.992099642753601, -1.9301879405975342, -0.9343953132629395, 0.7426042556762695, 1.917758584022522, 2.0931146144866943, 1.721868872642517, 1.4232065677642822, 1.4313490390777588, 1.4334385395050049, 1.0108144283294678, 0.2819647192955017, -0.013263949193060398, 0.3204838037490845, 0.8196114897727966, 1.0998573303222656, 1.457559585571289, 2.0333950519561768, 2.888425588607788, 3.4175760746002197, 2.6890342235565186, 0.7509520649909973, -0.8921689987182617, -1.2324299812316895, -1.8514294624328613, -3.350872755050659, -4.946509838104248, -4.640307903289795, -2.9602675437927246, -1.0529049634933472, -0.17034651339054108, 0.2126012146472931, 1.5544344186782837, 3.6224420070648193, 4.890021324157715, 3.989720106124878, 2.470316171646118, 1.5544456243515015, 1.4506994485855103, 0.7343993186950684, -0.81805819272995, -2.3222105503082275, -2.465488910675049, -1.193698525428772, -0.36804133653640747, -0.73911052942276, -1.35185968875885, -0.7599627375602722, 0.04869648441672325, -0.08717604726552963, -1.099369764328003, -1.980514645576477, -2.111069440841675, -1.6655619144439697, -1.2632237672805786, -1.2909187078475952, -0.9983031153678894, -0.0010887236567214131, 1.021975040435791, 1.3984295129776, 1.5243312120437622, 1.6476351022720337, 1.4969269037246704, 0.7782042622566223, -0.2627907991409302, -1.2442097663879395, -1.88257896900177, -2.124471664428711, -2.383545160293579, -2.3988211154937744, -1.7305818796157837, -0.3997735381126404, 0.6144231557846069, 1.075945258140564, 1.3688950538635254, 1.7718924283981323, 2.1171748638153076, 2.0525994300842285, 1.5283012390136719, 0.6491042375564575, 0.2150920331478119, 0.30662742257118225, 0.4307650625705719, 0.26853784918785095, 0.404254287481308, 1.0925137996673584, 1.9295450448989868, 2.7919187545776367, 3.321259021759033, 2.8249993324279785, 1.2914531230926514, -0.08719219267368317, -0.625387966632843, -1.5374127626419067, -3.2117440700531006, -4.931145668029785, -5.058305263519287, -3.688842535018921, -1.9173277616500854, -0.9580085277557373, -0.45962485671043396, 1.049646258354187, 3.3564743995666504, 4.913145065307617, 4.490639686584473, 3.2208216190338135, 2.220743179321289, 1.852482557296753, 1.1937377452850342, -0.2824068069458008, -2.128248929977417, -2.9525256156921387, -2.136160373687744, -1.167929768562317, -1.2243000268936157, -1.7136164903640747, -1.2065842151641846, -0.13196003437042236, 0.3080870509147644, -0.2587999403476715, -1.142073392868042, -1.504381775856018, -1.2481199502944946, -1.0528392791748047, -1.3659090995788574, -1.527247667312622, -0.9161043167114258, 0.08670761436223984, 0.8935825824737549, 1.3596452474594116, 1.5990180969238281, 1.593043565750122, 1.419637680053711, 0.9135311245918274, 0.12174294143915176, -0.7904621958732605, -1.625533938407898, -2.30340576171875, -2.609863519668579, -2.1759355068206787, -1.3808761835098267, -0.649730920791626, -0.041684843599796295, 0.9968749284744263, 2.097529649734497, 2.7294201850891113, 2.5080695152282715, 1.823485255241394, 1.1806578636169434, 0.9402799606323242, 0.6851513385772705, -0.03855099156498909, -0.7193083763122559, -0.6402292847633362, 0.22864927351474762, 1.0960584878921509, 1.6673089265823364, 2.1395795345306396, 2.876009702682495, 3.078498601913452, 2.103341579437256, 0.362748384475708, -0.6860606074333191, -1.332504391670227, -2.550687313079834, -4.240970134735107, -4.883834362030029, -3.7710115909576416, -2.154451847076416, -1.072503924369812, -0.6987760066986084, 0.4170006215572357, 2.522308349609375, 4.35579776763916, 4.234684467315674, 2.8683135509490967, 2.132547616958618, 2.2349956035614014, 1.8398255109786987, 0.06399910151958466, -2.0248310565948486, -3.00028133392334, -2.237988233566284, -1.1839122772216797, -1.341764211654663, -2.1125295162200928, -1.694207787513733, -0.09312219172716141, 0.8026931881904602, 0.28763845562934875, -0.7349271774291992, -1.1562777757644653, -0.9194204807281494, -0.724269449710846, -1.1270034313201904, -1.717082142829895, -1.4230479001998901, -0.3252498209476471, 0.6440085768699646, 1.1315065622329712, 1.4841482639312744, 1.7006165981292725, 1.70198392868042, 1.5780155658721924, 1.1645894050598145, 0.1287381947040558, -1.143375277519226, -2.065830945968628, -2.3751461505889893, -2.199357748031616, -1.78681480884552, -1.4023884534835815, -0.8889841437339783, 0.3022061288356781, 1.813259243965149, 2.5926647186279297, 2.304035186767578, 1.8273695707321167, 1.703582763671875, 1.5884759426116943, 0.9516191482543945, -0.1558723747730255, -1.0284967422485352, -1.0056992769241333, -0.27131059765815735, 0.22365820407867432, 0.31709209084510803, 0.7510289549827576, 1.9377720355987549, 3.20647931098938, 3.435678005218506, 2.27407169342041, 0.6164676547050476, -0.21847380697727203, -0.354734867811203, -1.3961175680160522, -3.4444222450256348, -4.818421363830566, -4.092705726623535, -2.488071918487549, -1.4914216995239258, -1.380959391593933, -0.7805759310722351, 1.1641054153442383, 3.3839774131774902, 3.980865716934204, 2.836639642715454, 1.8829463720321655, 1.962337851524353, 2.0689046382904053, 0.9426032900810242, -0.9034372568130493, -2.189467191696167, -2.0269088745117188, -1.0736812353134155, -0.8091723322868347, -1.507364273071289, -1.8073015213012695, -0.9019106030464172, 0.07745159417390823, 0.11189540475606918, -0.4965636730194092, -0.9926349520683289, -1.0277984142303467, -0.7695713639259338, -0.6235357522964478, -0.8661797642707825, -0.995650589466095, -0.5317054986953735, 0.20810863375663757, 0.8286117315292358, 1.3485326766967773, 1.7225978374481201, 1.667847752571106, 1.4513853788375854, 1.284363865852356, 0.9261156916618347, 0.021256962791085243, -1.0675299167633057, -1.7721431255340576, -1.9095230102539062, -1.6294175386428833, -1.4263783693313599, -1.309159278869629, -0.8776965141296387, 0.3154255747795105, 1.4813014268875122, 1.8429220914840698, 1.45792555809021, 1.19134521484375, 1.247686743736267, 1.1471970081329346, 0.4515058398246765, -0.5308851599693298, -1.0100147724151611, -0.6804519891738892, -0.03371626138687134, 0.2537147104740143, 0.40305617451667786, 0.9235440492630005, 1.950339436531067, 2.7955482006073, 2.9558005332946777, 2.312058687210083, 1.2713074684143066, 0.31549447774887085, -0.28869813680648804, -1.011616587638855, -2.389437198638916, -3.7379777431488037, -4.049855709075928, -3.105869770050049, -2.080827474594116, -1.5790865421295166, -1.3850345611572266, -0.5038179159164429, 1.2075990438461304, 2.693091869354248, 2.8725554943084717, 2.1693406105041504, 1.8996835947036743, 2.1763391494750977, 2.107395887374878, 0.9987642168998718, -0.5205414295196533, -1.3889129161834717, -1.1653085947036743, -0.6930509805679321, -1.0143312215805054, -1.793111801147461, -1.8563700914382935, -0.9888713955879211, -0.2641064524650574, -0.3529817759990692, -0.8290178775787354, -0.9771220088005066, -0.5720919966697693, -0.09843345731496811, -0.05710136517882347, -0.35361942648887634, -0.3338572382926941, 0.17445328831672668, 0.7346180081367493, 1.058748483657837, 1.2414485216140747, 1.3622077703475952, 1.3735038042068481, 1.2756588459014893, 1.003699541091919, 0.5503793358802795, -0.044624749571084976, -0.7149183750152588, -1.3512741327285767, -1.68941330909729, -1.7470897436141968, -1.6286635398864746, -1.4047902822494507, -0.9039304852485657, -0.20728416740894318, 0.4891037344932556, 0.9217774271965027, 1.036395788192749, 1.0317108631134033, 1.0746428966522217, 1.0009154081344604, 0.5212379097938538, -0.061876196414232254, -0.3264802098274231, -0.19419826567173004, -0.004054736811667681, 0.11906659603118896, 0.30100739002227783, 0.7180362939834595, 1.4073439836502075, 1.9871668815612793, 2.1969876289367676, 2.177354574203491, 1.8521922826766968, 1.0292390584945679, -0.0298360176384449, -0.6236609220504761, -1.2888460159301758, -2.4999582767486572, -3.667539358139038, -3.7165772914886475, -2.9645445346832275, -2.325575828552246, -1.9548569917678833, -1.4944026470184326, -0.25003868341445923, 1.4892480373382568, 2.66823673248291, 2.509610414505005, 2.108489990234375, 2.456904411315918, 2.9003031253814697, 2.3139662742614746, 0.8671682476997375, -0.37127208709716797, -0.8271403908729553, -0.6803566217422485, -0.8123592734336853, -1.6366037130355835, -2.2910163402557373, -1.818030595779419, -0.7698863744735718, -0.37471669912338257, -0.6253613233566284, -0.7056804895401001, -0.29847270250320435, 0.22429262101650238, 0.4230959415435791, 0.17687541246414185, -0.18166708946228027, -0.0896158292889595, 0.30604633688926697, 0.5633136034011841, 0.6207627654075623, 0.7333182096481323, 0.8185775876045227, 0.8176443576812744, 0.9211832284927368, 1.0148341655731201, 0.669581949710846, -0.1710253655910492, -0.8461776971817017, -1.0440783500671387, -1.0789777040481567, -1.4367613792419434, -1.858608603477478, -1.8781888484954834, -1.2051230669021606, -0.31602731347084045, 0.12158311903476715, 0.08936426788568497, 0.2591947019100189, 0.9149672985076904, 1.3888418674468994, 1.0941047668457031, 0.37609755992889404, 0.05001899600028992, 0.19161711633205414, 0.2946968376636505, 0.000477715308079496, -0.3214201331138611, -0.14347292482852936, 0.5430136322975159, 1.1897364854812622, 1.3964985609054565, 1.472039818763733, 1.912942886352539, 2.4205377101898193, 1.9500964879989624, 0.5883896946907043, -0.4202853739261627, -0.6558181047439575, -1.348802924156189, -2.8172099590301514, -3.957672595977783, -3.834677219390869, -3.017465114593506, -2.3152899742126465, -2.00355863571167, -1.4450989961624146, 0.16669082641601562, 2.178128957748413, 3.1124866008758545, 2.8437488079071045, 2.86515736579895, 3.420727491378784, 3.334458351135254, 2.148994207382202, 0.6745592951774597, -0.3134365677833557, -0.795716404914856, -1.0675297975540161, -1.6366606950759888, -2.29361891746521, -2.2093656063079834, -1.3629522323608398, -0.711310863494873, -0.6247389912605286, -0.36929330229759216, 0.1785898655653, 0.5102238059043884, 0.43199974298477173, 0.2814384698867798, 0.13360784947872162, -0.08444288372993469, -0.27883049845695496, -0.4443719685077667, -0.3894806206226349, -0.03488646820187569, 0.367142915725708, 0.4417995512485504, 0.5196632146835327, 1.032737374305725, 1.5151162147521973, 1.3038780689239502, 0.5251745581626892, -0.07059469074010849, -0.32544687390327454, -0.6552738547325134, -1.4276683330535889, -2.226022958755493, -2.3605308532714844, -1.8273050785064697, -1.304975152015686, -1.0705796480178833, -0.7560440301895142, -0.029456162825226784, 0.8358451128005981, 1.247258186340332, 1.0320274829864502, 0.7094824910163879, 0.733203649520874, 0.7982208728790283, 0.4673643708229065, -0.029985224828124046, -0.1956193894147873, 0.02505962736904621, 0.3763901889324188, 0.6984881162643433, 0.9749906659126282, 1.2933791875839233, 1.7062933444976807, 2.0997273921966553, 2.1884326934814453, 1.6361894607543945, 0.5577375888824463, -0.4850030541419983, -1.1013327836990356, -1.760383129119873, -2.860214948654175, -3.871273994445801, -3.968411445617676, -3.068216323852539, -1.9423173666000366, -1.137580394744873, -0.5004132390022278, 0.742455005645752, 2.4874143600463867, 3.66597843170166, 3.6523313522338867, 3.1136398315429688, 2.8281333446502686, 2.5642592906951904, 1.8233017921447754, 0.5030619502067566, -0.8056563138961792, -1.471823811531067, -1.4034940004348755, -1.2822365760803223, -1.5164644718170166, -1.6121355295181274, -1.1103911399841309, -0.2991977632045746, 0.12294229865074158, 0.11475824564695358, -0.0333833284676075, -0.09387442469596863, -0.14913055300712585, -0.30983099341392517, -0.6221057772636414, -0.9713266491889954, -1.0393000841140747, -0.7858298420906067, -0.3557741045951843, 0.09992827475070953, 0.6059475541114807, 1.0223479270935059, 1.33046293258667, 1.651155948638916, 1.8283456563949585, 1.5374315977096558, 0.7572663426399231, 0.0011117636458948255, -0.49763023853302, -0.9353243708610535, -1.625058889389038, -2.330892562866211, -2.5561563968658447, -2.1663014888763428, -1.5574294328689575, -1.146905779838562, -0.8361780047416687, -0.3728727698326111, 0.3613015413284302, 0.9705552458763123, 1.068442940711975, 0.775327742099762, 0.653610348701477, 0.787386953830719, 0.7627862095832825, 0.47397324442863464, 0.22791129350662231, 0.3013250231742859, 0.578775942325592, 0.8540329337120056, 0.9268337488174438, 0.9219863414764404, 1.105929970741272, 1.4042973518371582, 1.4466363191604614, 1.1630183458328247, 0.8110240697860718, 0.21502692997455597, -0.6122686862945557, -1.297101616859436, -1.5310494899749756, -1.941805124282837, -2.5576114654541016, -2.679366111755371, -2.020664930343628, -1.1452974081039429, -0.4992734491825104, 0.02154317870736122, 0.5927597284317017, 1.5660173892974854, 2.504908323287964, 2.696179151535034, 2.097942352294922, 1.7170860767364502, 1.8081269264221191, 1.556516408920288, 0.6725513339042664, -0.31727880239486694, -0.742070198059082, -0.7105455994606018, -0.5497167706489563, -0.7374755144119263, -1.113059401512146, -1.1762778759002686, -0.797814130783081, -0.4840010702610016, -0.6566757559776306, -0.9338374137878418, -0.9986820220947266, -0.8621990084648132, -0.7607939839363098, -0.6796826124191284, -0.6502233147621155, -0.5826425552368164, -0.22678673267364502, 0.32785025238990784, 0.8212555050849915, 1.1126259565353394, 1.314535140991211, 1.4231189489364624, 1.5052307844161987, 1.494901180267334, 1.1640807390213013, 0.44776567816734314, -0.3562092185020447, -0.876129150390625, -1.1742061376571655, -1.559596061706543, -2.0930583477020264, -2.3144185543060303, -2.0550365447998047, -1.4960262775421143, -1.0152041912078857, -0.6818702220916748, -0.36646702885627747, 0.1572381556034088, 0.7721929550170898, 1.082545518875122, 0.96743243932724, 0.7844268083572388, 0.857857346534729, 0.9627925753593445, 0.8412479162216187, 0.5187568068504333, 0.32979533076286316, 0.37230634689331055, 0.5336601138114929, 0.5942530632019043, 0.46933862566947937, 0.3540346622467041, 0.4386790096759796, 0.7147321105003357, 0.8389445543289185, 0.7455984950065613, 0.612821102142334, 0.5812203288078308, 0.40418732166290283, -0.059207700192928314, -0.5572437047958374, -0.8992366194725037, -1.1303536891937256, -1.4323605298995972, -1.553553819656372, -1.4347577095031738, -1.0725644826889038, -0.6175767183303833, -0.1398056447505951, 0.26963672041893005, 0.7732072472572327, 1.341977834701538, 1.61594820022583, 1.5420215129852295, 1.4054714441299438, 1.3521589040756226, 1.0629825592041016, 0.5876026153564453, 0.11833550035953522, -0.23412394523620605, -0.5177352428436279, -0.7177703976631165, -0.8843112587928772, -1.0589243173599243, -1.0873010158538818, -0.9811782240867615, -0.8425120115280151, -0.7915072441101074, -0.6948425769805908, -0.5250824093818665, -0.3955378830432892, -0.3179683983325958, -0.1818273961544037, -0.01423665415495634, 0.06280224025249481, 0.16507180035114288, 0.3560071289539337, 0.567380964756012, 0.700873076915741, 0.7618392109870911, 0.7577322721481323, 0.7148089408874512, 0.6905423998832703, 0.5722954869270325, 0.2218218296766281, -0.2316160500049591, -0.5591033101081848, -0.7924031615257263, -1.0333764553070068, -1.3117525577545166, -1.4893978834152222, -1.4605228900909424, -1.158220648765564, -0.8336646556854248, -0.5811619758605957, -0.2959328293800354, 0.08046986907720566, 0.48980531096458435, 0.8127027153968811, 0.9275954365730286, 0.8658579587936401, 0.8269672393798828, 0.8331201672554016, 0.7563288807868958, 0.5554980635643005, 0.3236851096153259, 0.13410930335521698, 0.029066219925880432, 0.008944980800151825, -0.01268427912145853, -0.06107055023312569, -0.04417940229177475, 0.07586565613746643, 0.3051448464393616, 0.5456482172012329, 0.7129472494125366, 0.762026846408844, 0.8210868239402771, 0.8687111735343933, 0.7952025532722473, 0.472888708114624, -0.05091298744082451, -0.5226049423217773, -0.7450060844421387, -0.9058302640914917, -1.2453854084014893, -1.4829243421554565, -1.3652544021606445, -0.9387058019638062, -0.5147448182106018, -0.20281143486499786, 0.03329397737979889, 0.41558709740638733, 0.9432711005210876, 1.239579677581787, 1.1294151544570923, 0.8822345733642578, 0.7986002564430237, 0.749858558177948, 0.5490503311157227, 0.19655191898345947, -0.10781966149806976, -0.25386157631874084, -0.27219247817993164, -0.3018113672733307, -0.4340561032295227, -0.5728235840797424, -0.5798278450965881, -0.49569645524024963, -0.4637382924556732, -0.5217034220695496, -0.5893339514732361, -0.6058146357536316, -0.5749914050102234, -0.4717027544975281, -0.3621886968612671, -0.2956715524196625, -0.1981029510498047, 0.03920988366007805, 0.34660786390304565, 0.5879623293876648, 0.7077740430831909, 0.7530719041824341, 0.8120946884155273, 0.8777804374694824, 0.8152862191200256, 0.5188665986061096, 0.15977580845355988, -0.12302514165639877, -0.41150936484336853, -0.6942378878593445, -0.8831436038017273, -0.9821956753730774, -1.0121817588806152, -0.901409387588501, -0.7200798988342285, -0.5114325881004333, -0.27169403433799744, -0.07265889644622803, 0.034918125718832016, 0.15724971890449524, 0.30080050230026245, 0.3149227201938629, 0.2163923978805542, 0.14295196533203125, 0.17579589784145355, 0.23285090923309326, 0.23171260952949524, 0.16670508682727814, 0.1597393900156021, 0.2872162163257599, 0.4226737320423126, 0.42494773864746094, 0.3287544548511505, 0.28400924801826477, 0.3806418180465698, 0.5047871470451355, 0.49014028906822205, 0.3943733274936676, 0.39866191148757935, 0.491990327835083, 0.478181391954422, 0.35808706283569336, 0.17876778542995453, 0.03673047199845314, -0.07739142328500748, -0.2764580547809601, -0.6035553216934204, -0.8246541023254395, -0.8059589862823486, -0.7918974757194519, -0.8606972098350525, -0.8198466897010803, -0.566556990146637, -0.24889056384563446, 0.03186417743563652, 0.2358153909444809, 0.40000009536743164, 0.6362990736961365, 0.8849795460700989, 0.9480682015419006, 0.8424426317214966, 0.7703472375869751, 0.721358597278595, 0.5742344856262207, 0.32565122842788696, 0.0876460149884224, -0.10096771270036697, -0.28801456093788147, -0.47539737820625305, -0.6400409936904907, -0.7393976449966431, -0.7794802784919739, -0.7847956418991089, -0.7730519771575928, -0.7316145300865173, -0.6162006258964539, -0.4528181254863739, -0.33591264486312866, -0.2127905935049057, -0.014664729125797749, 0.20326463878154755, 0.3792911469936371, 0.5110887885093689, 0.6125982403755188, 0.6767678260803223, 0.7087685465812683, 0.6557793021202087, 0.49920326471328735, 0.3406837284564972, 0.19064737856388092, 0.0009515766287222505, -0.23284488916397095, -0.40643778443336487, -0.5074270963668823, -0.5498631596565247, -0.5655315518379211, -0.5836336016654968, -0.5821888446807861, -0.5181596279144287, -0.45166030526161194, -0.4867410361766815, -0.5004631876945496, -0.4518369138240814, -0.390958696603775, -0.3432389497756958, -0.23512747883796692, -0.10564202070236206, 0.0643494501709938, 0.2796965539455414, 0.4618603587150574, 0.580885112285614, 0.689605712890625, 0.7742065787315369, 0.7545120120048523, 0.6601449847221375, 0.5226927399635315, 0.3689209222793579, 0.20847824215888977, 0.0820024162530899, 0.01260555349290371, 0.01098277885466814, 0.07814957946538925, 0.18418918550014496, 0.29682472348213196, 0.37259283661842346, 0.4237520396709442, 0.4581807851791382, 0.40231385827064514, 0.20050092041492462, -0.07190199196338654, -0.362334281206131, -0.6658198237419128, -0.8625440001487732, -0.9620145559310913, -1.0757709741592407, -1.0763096809387207, -0.8142845630645752, -0.41854509711265564, -0.08200806379318237, 0.2473910003900528, 0.5914139151573181, 0.8966787457466125, 1.1208107471466064, 1.1873961687088013, 1.0522139072418213, 0.834054708480835, 0.6533558368682861, 0.40948089957237244, 0.052272167056798935, -0.287866473197937, -0.48467567563056946, -0.5718744993209839, -0.6312041282653809, -0.6719571352005005, -0.6480446457862854, -0.5462562441825867, -0.43246030807495117, -0.35072779655456543, -0.31165075302124023, -0.3020027279853821, -0.26761582493782043, -0.2363453358411789, -0.2410203218460083, -0.2088560312986374, -0.08822744339704514, 0.050920695066452026, 0.1428101807832718, 0.27012312412261963, 0.46151259541511536, 0.63516765832901, 0.7082861065864563, 0.6830121278762817, 0.5911075472831726, 0.4808289408683777, 0.3287385404109955, 0.07066284120082855, -0.24658305943012238, -0.5037767887115479, -0.6443408727645874, -0.7406592965126038, -0.8367298245429993, -0.883493959903717, -0.8015353679656982, -0.6193783283233643, -0.4215909242630005, -0.2692371904850006, -0.119438536465168, 0.020093867555260658, 0.160188227891922, 0.2623259723186493, 0.27279070019721985, 0.25284069776535034, 0.2685640752315521, 0.2822573184967041, 0.24876777827739716, 0.23178012669086456, 0.22536852955818176, 0.21576175093650818, 0.19260136783123016, 0.17267107963562012, 0.13011862337589264, 0.08782164007425308, 0.04417236149311066, -0.014043604955077171, -0.04189736023545265, -0.00932461116462946, 0.03676287457346916, 0.06358787417411804, 0.1039954200387001, 0.20968124270439148, 0.3760562241077423, 0.5255425572395325, 0.5994479060173035, 0.6296872496604919, 0.6692596077919006, 0.5742994546890259, 0.2684895992279053, -0.07971014082431793, -0.2941409945487976, -0.5228543877601624, -0.867834746837616, -1.1579850912094116, -1.20815908908844, -1.029744267463684, -0.7745243310928345, -0.5429741740226746, -0.3193369507789612, 0.03388550505042076, 0.5095062255859375, 0.8623859286308289, 0.9422615766525269, 0.9322212934494019, 0.9738681316375732, 0.9162741899490356, 0.7021783590316772, 0.4149550199508667, 0.14983801543712616, -0.037225253880023956, -0.16158077120780945, -0.2657850980758667, -0.38260820508003235, -0.46913477778434753, -0.46638330817222595, -0.4022976756095886, -0.34785181283950806, -0.3192494809627533, -0.3226381540298462, -0.36562320590019226, -0.373359739780426, -0.3114734888076782, -0.25074368715286255, -0.25727444887161255, -0.22793425619602203, -0.08100810647010803, 0.13148918747901917, 0.3356916010379791, 0.4822739362716675, 0.5857236385345459, 0.7008544206619263, 0.8131729960441589, 0.8073852062225342, 0.6479721665382385, 0.40584632754325867, 0.16669875383377075, -0.07202678173780441, -0.3309761583805084, -0.587892472743988, -0.801464319229126, -0.9025833606719971, -0.8493044972419739, -0.6978600025177002, -0.4986458718776703, -0.2695845663547516, -0.022550344467163086, 0.23338866233825684, 0.41410142183303833, 0.5004510283470154, 0.5378947257995605, 0.49726060032844543, 0.33115142583847046, 0.14550136029720306, -0.02325439639389515, -0.1900550276041031, -0.32018667459487915, -0.39700424671173096, -0.45435354113578796, -0.44369789958000183, -0.31538230180740356, -0.1750560849905014, -0.07104835659265518, 0.02117093652486801, 0.14284563064575195, 0.2544028162956238, 0.29988744854927063, 0.30294451117515564, 0.2950649857521057, 0.29458150267601013, 0.29940518736839294, 0.2949671447277069, 0.30383244156837463, 0.33429577946662903, 0.3855605125427246, 0.48134317994117737, 0.5558456182479858, 0.39307156205177307, 0.11504355072975159, -0.014824239537119865, -0.08175816386938095, -0.40509963035583496, -0.8427916169166565, -1.077420711517334, -1.0749036073684692, -0.9884682893753052, -0.9064573049545288, -0.8156328797340393, -0.581092119216919, -0.059097327291965485, 0.5034894347190857, 0.7904807925224304, 0.8996580243110657, 1.1214439868927002, 1.342394471168518, 1.3359652757644653, 1.117895483970642, 0.7879048585891724, 0.45614156126976013, 0.2022741287946701, 0.004974656272679567, -0.2694554030895233, -0.6086173057556152, -0.8159390687942505, -0.8225836157798767, -0.7509467601776123, -0.7232881784439087, -0.6803485751152039, -0.5981701612472534, -0.4639517366886139, -0.27591532468795776, -0.11375885456800461, -0.08495840430259705, -0.09418019652366638, 0.013145631179213524, 0.17130926251411438, 0.26971107721328735, 0.32810527086257935, 0.3893040716648102, 0.4615570902824402, 0.5880311727523804, 0.7017214298248291, 0.6738388538360596, 0.5345505475997925, 0.4154127836227417, 0.30460119247436523, 0.12751658260822296, -0.1016949787735939, -0.3885951340198517, -0.6285689473152161, -0.7211805582046509, -0.7302618026733398, -0.7585306167602539, -0.7534798383712769, -0.6200810670852661, -0.38750696182250977, -0.13670718669891357, 0.0650222897529602, 0.21914225816726685, 0.3447474539279938, 0.46922364830970764, 0.5596120953559875, 0.5457873940467834, 0.44538938999176025, 0.3277474045753479, 0.2353375405073166, 0.14163905382156372, 0.04970524460077286, -0.05255371332168579, -0.14643757045269012, -0.20118340849876404, -0.20270989835262299, -0.1902136355638504, -0.2168947011232376, -0.3009900450706482, -0.40076595544815063, -0.44672030210494995, -0.4457035958766937, -0.4671977758407593, -0.5378624200820923, -0.5494725108146667, -0.4232123792171478, -0.20711085200309753, -0.03393331915140152, 0.07054165750741959, 0.20216184854507446, 0.39602890610694885, 0.5808444023132324, 0.6443721055984497, 0.5785553455352783, 0.4890846610069275, 0.4477940797805786, 0.40108245611190796, 0.2851102650165558, 0.14424866437911987, 0.07283299416303635, 0.08229832351207733, 0.14294660091400146, 0.21806108951568604, 0.27449649572372437, 0.3315320611000061, 0.3048042356967926, 0.14038746058940887, -0.008486850187182426, -0.06248863786458969, -0.22062134742736816, -0.5463430881500244, -0.7555971145629883, -0.7395545244216919, -0.6561102867126465, -0.5929365754127502, -0.5034319758415222, -0.3388274610042572, -0.011236810125410557, 0.41357845067977905, 0.667748212814331, 0.7366860508918762, 0.8415117263793945, 0.9753531217575073, 0.932447612285614, 0.7329503297805786, 0.47766101360321045, 0.20499897003173828, -0.017407720908522606, -0.18040847778320312, -0.3334368169307709, -0.49507781863212585, -0.5836216807365417, -0.560848593711853, -0.4474441409111023, -0.32443273067474365, -0.2381374090909958, -0.1808730810880661, -0.11987628042697906, -0.03869229182600975, 0.03305907920002937, 0.029233098030090332, -0.05274958908557892, -0.091225266456604, -0.035836461931467056, 0.014784281142055988, 0.032010383903980255, 0.06634300202131271, 0.1532616764307022, 0.28613436222076416, 0.41630539298057556, 0.45681238174438477, 0.3898443281650543, 0.30951982736587524, 0.25213706493377686, 0.1504330337047577, -0.02902088686823845, -0.26479411125183105, -0.4674256443977356, -0.5480784773826599, -0.5426492691040039, -0.5504913926124573, -0.5497629642486572, -0.43727001547813416, -0.22773002088069916, -0.015525812283158302, 0.15632347762584686, 0.2779499590396881, 0.3506454527378082, 0.4207763075828552, 0.46901124715805054, 0.4155161380767822, 0.29362374544143677, 0.16876834630966187, 0.05302280932664871, -0.03567001596093178, -0.09836232662200928, -0.14633959531784058, -0.19144347310066223, -0.20012767612934113, -0.14191338419914246, -0.06287680566310883, -0.033796269446611404, -0.0535246841609478, -0.08927422016859055, -0.09829755127429962, -0.09297917783260345, -0.11624950170516968, -0.1989615559577942, -0.26319432258605957, -0.23245397210121155, -0.1432170271873474, -0.08538049459457397, -0.05208875983953476, 0.021557824686169624, 0.1467321217060089, 0.2716614305973053, 0.34072908759117126, 0.3375342786312103, 0.29593104124069214, 0.26007571816444397, 0.2147674262523651, 0.10178305208683014, -0.03912162035703659, -0.1657610535621643, -0.2577723562717438, -0.3145296573638916, -0.32809385657310486, -0.3188152313232422, -0.2937813699245453, -0.23893164098262787, -0.14295104146003723, -0.03323841840028763, 0.035665325820446014, 0.07359106093645096, 0.0964975580573082, 0.13037267327308655, 0.1581360548734665, 0.13146579265594482, 0.0534316785633564, 0.001306259771808982, 0.0007635163492523134, 0.0016107229748740792, -0.017024589702486992, -0.05290651693940163, -0.04887723550200462, -0.012105430476367474, 0.008547612465918064, -0.010204239748418331, -0.057107966393232346, -0.07192038744688034, -0.048521243035793304, -0.0581086128950119, -0.10204827040433884, -0.12543997168540955, -0.09133478254079819, -0.03318608179688454, 0.015830915421247482, 0.06519278138875961, 0.12040609866380692, 0.18491871654987335, 0.25783878564834595, 0.3120989501476288, 0.32553529739379883, 0.31124401092529297, 0.2938290238380432, 0.2881707549095154, 0.2912292182445526, 0.2811237573623657, 0.2928188145160675, 0.2901375889778137, 0.19455042481422424, 0.09321486204862595, 0.0575956292450428, -0.008956790901720524, -0.19801902770996094, -0.35370779037475586, -0.4232370853424072, -0.455819308757782, -0.4632011651992798, -0.4625687003135681, -0.4495779573917389, -0.3353496789932251, -0.10641083121299744, 0.06648256629705429, 0.17310689389705658, 0.3068866729736328, 0.4808943569660187, 0.596328854560852, 0.655218780040741, 0.6186378002166748, 0.4921833276748657, 0.39597100019454956, 0.31960803270339966, 0.17268724739551544, -0.026960741728544235, -0.20868995785713196, -0.368248850107193, -0.45325878262519836, -0.501838743686676, -0.5477098226547241, -0.567389965057373, -0.5182924270629883, -0.41135528683662415, -0.31344473361968994, -0.24517039954662323, -0.1842603236436844, -0.08304968476295471, 0.011171035468578339, 0.07838783413171768, 0.12346123158931732, 0.17237314581871033, 0.24352169036865234, 0.31310153007507324, 0.3669077157974243, 0.38235077261924744, 0.37516850233078003, 0.3672848045825958, 0.34348055720329285, 0.2736114263534546, 0.18032918870449066, 0.0635405033826828, -0.06436742842197418, -0.16913023591041565, -0.2541804313659668, -0.34643030166625977, -0.41534456610679626, -0.4131040573120117, -0.3735060691833496, -0.32260406017303467, -0.2446892410516739, -0.1488848179578781, -0.044371336698532104, 0.05595502629876137, 0.15838131308555603, 0.2236883044242859, 0.2683494985103607, 0.3059629499912262, 0.3169005215167999, 0.27014946937561035, 0.23076996207237244, 0.1927707940340042, 0.13763505220413208, 0.08286117017269135, 0.02618854120373726, -0.01743592694401741, -0.04466300085186958, -0.06702408194541931, -0.0968673974275589, -0.13039664924144745, -0.1476634293794632, -0.1605885624885559, -0.18621085584163666, -0.20509907603263855, -0.19182473421096802, -0.18121032416820526, -0.16260157525539398, -0.12813809514045715, -0.07351667433977127, -0.010568540543317795, 0.05531020835042, 0.11629201471805573, 0.1687936633825302, 0.21829652786254883, 0.2436702847480774, 0.2296157330274582, 0.19510294497013092, 0.14834757149219513, 0.09108784794807434, 0.01919243298470974, -0.04779228940606117, -0.09583816677331924, -0.13400176167488098, -0.16637848317623138, -0.17911317944526672, -0.16678662598133087, -0.13195858895778656, -0.09805725514888763, -0.06605211645364761, -0.02907450683414936, 0.0003581961791496724, 0.022140897810459137, 0.034252408891916275, 0.016864731907844543, 0.00464728893712163, 0.018109189346432686, 0.00931513961404562, 0.0005666482029482722, 1.706926013866905e-05, 0.006725895218551159, 0.030832564458251, 0.05447667837142944, 0.07665744423866272, 0.08523331582546234, 0.09252052009105682, 0.10489839315414429, 0.09856696426868439, 0.08049173653125763, 0.04983796924352646, 0.019612541422247887, -0.019998759031295776, -0.05297987535595894, -0.06977145373821259, -0.07672197371721268, -0.07786151766777039, -0.07020936161279678, -0.04478613659739494, -0.005707624368369579, 0.027282411232590675, 0.05139124020934105, 0.0704796239733696, 0.08815857768058777, 0.10328097641468048, 0.08893080800771713, 0.0635957270860672, 0.04708544537425041, 0.02898470312356949, 0.012060419656336308, 0.0013925951207056642, -0.007403764873743057, -0.017627662047743797, -0.029464147984981537, -0.049106210470199585, -0.06806693971157074, -0.08581467717885971, -0.11318007856607437, -0.14608953893184662, -0.17288750410079956, -0.18387305736541748, -0.17919281125068665, -0.17539823055267334, -0.16935449838638306, -0.1397743672132492, -0.08354862034320831, -0.020936060696840286, 0.01838683895766735, 0.04730856791138649, 0.08915063738822937, 0.1309317946434021, 0.15037265419960022, 0.13272245228290558, 0.10268191993236542, 0.07771657407283783, 0.06021032854914665, 0.02302686497569084, -0.030198970809578896, -0.06887355446815491, -0.084819495677948, -0.0850541815161705, -0.07065729796886444, -0.058320123702287674, -0.044381096959114075, -0.0032018062192946672, 0.04896242916584015, 0.09287208318710327, 0.11746952682733536, 0.12771235406398773, 0.13909396529197693, 0.1533760130405426, 0.14819593727588654, 0.11604931205511093, 0.07828287035226822, 0.06576347351074219, 0.07045634090900421, 0.07164757698774338, 0.06890547275543213, 0.07459993660449982, 0.08619198203086853, 0.11050351709127426, 0.1249454915523529, 0.10412152856588364, 0.07271961122751236, 0.04483115300536156, 0.005341709591448307, -0.04290585219860077, -0.09783198684453964, -0.14623647928237915, -0.19127702713012695, -0.20170249044895172, -0.1816496104001999, -0.1516023427248001, -0.11688733100891113, -0.06984962522983551, -0.014979998581111431, 0.04913170635700226, 0.11775578558444977, 0.1453380435705185, 0.14912104606628418, 0.15638917684555054, 0.15316078066825867, 0.11806435137987137, 0.05946091189980507, 0.007688986603170633, -0.04134092479944229, -0.07817230373620987, -0.11758054047822952, -0.16098740696907043, -0.1758802980184555, -0.18666893243789673, -0.19033513963222504, -0.18280141055583954, -0.15975143015384674, -0.1294846087694168, -0.10280376672744751, -0.08063206076622009, -0.05872257798910141, -0.03212086111307144, -0.007829226553440094, 0.0012370977783575654, -0.005466506350785494, 7.242019637487829e-05, 0.01594146154820919, 0.011089794337749481, -0.0005854395567439497, 0.0011977734975516796, 0.0005620612064376473, 0.0006666243425570428, 0.0012338602682575583, -0.0025904960930347443, -0.009564549662172794, -0.002829069271683693, 0.001891123247332871, -0.0028124849777668715, -0.014367571100592613, -0.008913032710552216, -0.008960094302892685, -0.020171144977211952, -0.03196841850876808, -0.03366663679480553, -0.03805437311530113, -0.04412846639752388, -0.051027655601501465, -0.05964631214737892, -0.05682344734668732, -0.03810235112905502, -0.007502726744860411, 0.0090781943872571, 0.031031707301735878, 0.06650212407112122, 0.10035278648138046, 0.12172307819128036, 0.1310795396566391, 0.12882915139198303, 0.1185637041926384, 0.09565908461809158, 0.07285461574792862, 0.04467740282416344, 0.009118963032960892, -0.00804361142218113, -0.03207923471927643, -0.04358723387122154, -0.04223011061549187, -0.03720942884683609, -0.02161904238164425, 0.0019495635060593486, 0.027573293074965477, 0.05324435234069824, 0.07371692359447479, 0.0914907157421112, 0.1057710200548172, 0.10089907795190811, 0.09079864621162415, 0.07220383733510971, 0.0412164144217968, 0.015269950032234192, -0.008595135062932968, -0.028028391301631927, -0.04526644945144653, -0.051680438220500946, -0.05117164924740791, -0.046830225735902786, -0.03419400006532669, -0.019118934869766235, -0.015774808824062347, -0.009834853000938892, -0.006916724611073732, -0.011573459021747112, -0.016886454075574875, -0.02045838162302971, -0.03442402184009552, -0.04221976920962334, -0.042688243091106415, -0.038259878754615784, -0.028725802898406982, -0.0067673977464437485, 0.006702359300106764, 0.0231710784137249, 0.04101697355508804, 0.06009497120976448, 0.06940716505050659, 0.07015205919742584, 0.06562735140323639, 0.05775696039199829, 0.04392636939883232, 0.02007467672228813, 0.004168873652815819, -0.001502189552411437, -0.0202752947807312, -0.03526560589671135, -0.04048782214522362, -0.04315825179219246, -0.04209606721997261, -0.04269806668162346, -0.04256429523229599, -0.036172207444906235, -0.027593230828642845, -0.024513833224773407, -0.01868053525686264, -0.00575380539521575, 0.0015317151555791497, 0.00037944718496873975, 0.0009327862644568086, 0.000997966737486422, 0.011797841638326645, 0.0207991860806942, 0.026579346507787704, 0.020209336653351784, 0.02647780254483223, 0.03519449383020401, 0.030602989718317986, 0.018083222210407257, 0.008223769254982471, 0.0018894069362431765, -0.013290461152791977, -0.029816607013344765, -0.03703828528523445, -0.047909460961818695, -0.05416148155927658, -0.05169825628399849, -0.04174923151731491, -0.02951490320265293, -0.019478661939501762, -0.015758665278553963, 0.0015746788121759892, 0.02708309330046177, 0.03608807548880577, 0.03418249264359474, 0.0385264977812767, 0.04969814792275429, 0.0540211983025074, 0.038699161261320114, 0.0257550198584795, 0.02151361107826233, 0.011763334274291992, 0.0006595832528546453, -0.012091240845620632, -0.017769603058695793, -0.011882775463163853, -0.0022643397096544504, -8.195921691367403e-05, 0.008641286753118038, 0.026611851528286934, 0.044639285653829575, 0.058618854731321335, 0.05269115790724754, 0.05256974324584007, 0.05091927573084831, 0.035967227071523666, 0.022547217085957527, 0.018027661368250847, 0.012968524359166622, 0.0018707169219851494, -9.67619926086627e-05, 0.0036683615762740374, 0.016973154619336128, 0.021709365770220757, 0.02451956272125244, 0.03711088374257088, 0.054202914237976074, 0.06103482469916344, 0.042543333023786545, 0.028645120561122894, 0.024544036015868187, 0.009867015294730663, -0.004283697344362736, -0.016500016674399376, -0.017079342156648636, -0.005124982912093401, 0.001884889672510326, -0.00016824531485326588, 0.0024781532119959593, 0.020705070346593857, 0.03108617663383484, 0.03552672266960144, 0.03501977398991585, 0.0422140471637249, 0.04460471123456955, 0.035719506442546844, 0.017889125272631645, 0.0010092963930219412, -0.005117493681609631, -0.017642278224229813, -0.039417874068021774, -0.04567322880029678, -0.04233701154589653, -0.04392337426543236, -0.044679418206214905, -0.03442179411649704, -0.010234588757157326, 0.0028338043484836817, 0.0085984468460083, 0.009098500944674015, 0.019609639421105385, 0.02898944728076458, 0.016926301643252373, 0.0009968645172193646, -0.009795719757676125, -0.0022776674013584852, -9.8691918537952e-05, -0.023954113945364952, -0.033949870616197586, -0.018097657710313797, -0.0018910362850874662, -0.0006718008080497384, -0.008997642435133457, -0.004962821025401354, 0.00766333844512701, 0.0073106661438941956, -4.4516717025544494e-05, 0.0008924793219193816, 0.0006650276482105255, 0.0006479891017079353, 0.0005484228604473174, 0.00019160777446813881, 0.0004658644611481577, 0.0003484704939182848, 0.000890497409272939, 0.00023894630430731922, 0.0013724393211305141, -0.00262764492072165, -0.003358952235430479, 0.0006973594427108765, 0.00389975868165493, 0.007822821848094463, 0.007288559339940548, 0.010178694501519203, 0.021572906523942947, 0.034149933606386185, 0.019386637955904007, 0.005931585095822811, 0.00783026684075594, 0.01523722242563963, 0.006439087446779013, -0.01163723785430193, -0.02172999456524849, -0.0077528273686766624, 0.00032017542980611324, -0.019247490912675858, -0.03370214253664017, -0.026066483929753304, -0.0028579512145370245, 0.0020275977440178394, -0.0028097128961235285, 0.002066248096525669, 0.023023933172225952, 0.03390936926007271, 0.029331566765904427, 0.019475312903523445, 0.026272611692547798, 0.013492177240550518, -0.0004435790760908276, -0.004591861739754677, -0.019298681989312172, -0.02564520388841629, -0.025670159608125687, -0.03481878712773323, -0.03965764492750168, -0.033227089792490005, -0.03464466705918312, -0.031204145401716232, -0.022583313286304474, -0.007121940143406391, 0.0007959164795465767, 0.0005524572334252298, -2.07004859476001e-06, 0.005152286030352116, 0.009714675135910511, 0.009279755875468254, 0.008443640545010567, 0.014463319443166256, 0.01517852395772934, 0.005061206873506308, 0.00045925835729576647, 0.0006730757304467261]\n",
"Training attention_mask: [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]\n",
"Training labels: [0.05, 0.1, 0.15] - [0.05, 0.1, 0.15]\n",
"Type of label: \n"
],
"name": "stdout"
}
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "HcrEgJO9Hmx7"
},
"source": [
"Great, now we've successfully read all the audio files, resampled the audio files to 16kHz, and mapped each audio to the corresponding label."
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "QL7q6DfcH0Fs"
},
"source": [
"## Model\n",
"\n",
"Before diving into the training part, we need to build our classification model based on the merge strategy. "
]
},
{
"cell_type": "code",
"metadata": {
"id": "uJZoC4T5HpuP"
},
"source": [
"from dataclasses import dataclass\n",
"from typing import Optional, Tuple\n",
"import torch\n",
"from transformers.file_utils import ModelOutput\n",
"\n",
"\n",
"@dataclass\n",
"class SpeechClassifierOutput(ModelOutput):\n",
" loss: Optional[torch.FloatTensor] = None\n",
" logits: torch.FloatTensor = None\n",
" hidden_states: Optional[Tuple[torch.FloatTensor]] = None\n",
" attentions: Optional[Tuple[torch.FloatTensor]] = None\n"
],
"execution_count": 61,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"id": "Fv62ShDsH5DZ"
},
"source": [
"import torch\n",
"import torch.nn as nn\n",
"from torch.nn import BCEWithLogitsLoss, CrossEntropyLoss, MSELoss\n",
"\n",
"from transformers.models.wav2vec2.modeling_wav2vec2 import (\n",
" Wav2Vec2PreTrainedModel,\n",
" Wav2Vec2Model\n",
")\n",
"\n",
"\n",
"class Wav2Vec2ClassificationHead(nn.Module):\n",
" \"\"\"Head for wav2vec classification task.\"\"\"\n",
"\n",
" def __init__(self, config):\n",
" super().__init__()\n",
" self.dense = nn.Linear(config.hidden_size, config.hidden_size)\n",
" self.dropout = nn.Dropout(config.final_dropout)\n",
" self.out_proj = nn.Linear(config.hidden_size, config.num_labels)\n",
"\n",
" def forward(self, features, **kwargs):\n",
" x = features\n",
" x = self.dropout(x)\n",
" x = self.dense(x)\n",
" x = torch.tanh(x)\n",
" x = self.dropout(x)\n",
" x = self.out_proj(x)\n",
" return x\n",
"\n",
"\n",
"class Wav2Vec2ForSpeechClassification(Wav2Vec2PreTrainedModel):\n",
" def __init__(self, config):\n",
" super().__init__(config)\n",
" self.num_labels = config.num_labels\n",
" self.pooling_mode = config.pooling_mode\n",
" self.config = config\n",
"\n",
" self.wav2vec2 = Wav2Vec2Model(config)\n",
" self.classifier = Wav2Vec2ClassificationHead(config)\n",
"\n",
" self.init_weights()\n",
"\n",
" def freeze_feature_extractor(self):\n",
" self.wav2vec2.feature_extractor._freeze_parameters()\n",
"\n",
" def merged_strategy(\n",
" self,\n",
" hidden_states,\n",
" mode=\"mean\"\n",
" ):\n",
" if mode == \"mean\":\n",
" outputs = torch.mean(hidden_states, dim=1)\n",
" elif mode == \"sum\":\n",
" outputs = torch.sum(hidden_states, dim=1)\n",
" elif mode == \"max\":\n",
" outputs = torch.max(hidden_states, dim=1)[0]\n",
" else:\n",
" raise Exception(\n",
" \"The pooling method hasn't been defined! Your pooling mode must be one of these ['mean', 'sum', 'max']\")\n",
"\n",
" return outputs\n",
"\n",
" def forward(\n",
" self,\n",
" input_values,\n",
" attention_mask=None,\n",
" output_attentions=None,\n",
" output_hidden_states=None,\n",
" return_dict=None,\n",
" labels=None,\n",
" ):\n",
" return_dict = return_dict if return_dict is not None else self.config.use_return_dict\n",
" outputs = self.wav2vec2(\n",
" input_values,\n",
" attention_mask=attention_mask,\n",
" output_attentions=output_attentions,\n",
" output_hidden_states=output_hidden_states,\n",
" return_dict=return_dict,\n",
" )\n",
" hidden_states = outputs[0]\n",
" hidden_states = self.merged_strategy(hidden_states, mode=self.pooling_mode)\n",
" logits = self.classifier(hidden_states)\n",
"\n",
" loss = None\n",
" if labels is not None:\n",
" if self.config.problem_type is None:\n",
" if self.num_labels == 1:\n",
" self.config.problem_type = \"regression\"\n",
" elif self.num_labels > 1 and (labels.dtype == torch.long or labels.dtype == torch.int):\n",
" self.config.problem_type = \"single_label_classification\"\n",
" else:\n",
" self.config.problem_type = \"multi_label_classification\"\n",
"\n",
" if self.config.problem_type == \"regression\":\n",
" loss_fct = MSELoss()\n",
" loss = loss_fct(logits.view(-1, self.num_labels), labels)\n",
" elif self.config.problem_type == \"single_label_classification\":\n",
" loss_fct = CrossEntropyLoss()\n",
" loss = loss_fct(logits.view(-1, self.num_labels), labels.view(-1))\n",
" elif self.config.problem_type == \"multi_label_classification\":\n",
" loss_fct = BCEWithLogitsLoss()\n",
" loss = loss_fct(logits, labels)\n",
"\n",
" if not return_dict:\n",
" output = (logits,) + outputs[2:]\n",
" return ((loss,) + output) if loss is not None else output\n",
"\n",
" return SpeechClassifierOutput(\n",
" loss=loss,\n",
" logits=logits,\n",
" hidden_states=outputs.hidden_states,\n",
" attentions=outputs.attentions,\n",
" )\n"
],
"execution_count": 62,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
"id": "OrBrR1b7zvUL"
},
"source": [
"## Training\n",
"\n",
"The data is processed so that we are ready to start setting up the training pipeline. We will make use of 🤗's [Trainer](https://huggingface.co/transformers/master/main_classes/trainer.html?highlight=trainer) for which we essentially need to do the following:\n",
"\n",
"- Define a data collator. In contrast to most NLP models, XLSR-Wav2Vec2 has a much larger input length than output length. *E.g.*, a sample of input length 50000 has an output length of no more than 100. Given the large input sizes, it is much more efficient to pad the training batches dynamically meaning that all training samples should only be padded to the longest sample in their batch and not the overall longest sample. Therefore, fine-tuning XLSR-Wav2Vec2 requires a special padding data collator, which we will define below\n",
"\n",
"- Evaluation metric. During training, the model should be evaluated on the word error rate. We should define a `compute_metrics` function accordingly\n",
"\n",
"- Load a pretrained checkpoint. We need to load a pretrained checkpoint and configure it correctly for training.\n",
"\n",
"- Define the training configuration.\n",
"\n",
"After having fine-tuned the model, we will correctly evaluate it on the test data and verify that it has indeed learned to correctly transcribe speech."
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "Ji9-n1eUIKZc"
},
"source": [
"### Set-up Trainer\n",
"\n",
"Let's start by defining the data collator. The code for the data collator was copied from [this example](https://github.com/huggingface/transformers/blob/9a06b6b11bdfc42eea08fa91d0c737d1863c99e3/examples/research_projects/wav2vec2/run_asr.py#L81).\n",
"\n",
"Without going into too many details, in contrast to the common data collators, this data collator treats the `input_values` and `labels` differently and thus applies to separate padding functions on them (again making use of XLSR-Wav2Vec2's context manager). This is necessary because in speech input and output are of different modalities meaning that they should not be treated by the same padding function.\n",
"Analogous to the common data collators, the padding tokens in the labels with `-100` so that those tokens are **not** taken into account when computing the loss."
]
},
{
"cell_type": "code",
"metadata": {
"id": "rkM0VLIwy903"
},
"source": [
"from dataclasses import dataclass\n",
"from typing import Dict, List, Optional, Union\n",
"import torch\n",
"\n",
"import transformers\n",
"from transformers import Wav2Vec2Processor\n",
"\n",
"\n",
"@dataclass\n",
"class DataCollatorCTCWithPadding:\n",
" \"\"\"\n",
" Data collator that will dynamically pad the inputs received.\n",
" Args:\n",
" processor (:class:`~transformers.Wav2Vec2Processor`)\n",
" The processor used for proccessing the data.\n",
" padding (:obj:`bool`, :obj:`str` or :class:`~transformers.tokenization_utils_base.PaddingStrategy`, `optional`, defaults to :obj:`True`):\n",
" Select a strategy to pad the returned sequences (according to the model's padding side and padding index)\n",
" among:\n",
" * :obj:`True` or :obj:`'longest'`: Pad to the longest sequence in the batch (or no padding if only a single\n",
" sequence if provided).\n",
" * :obj:`'max_length'`: Pad to a maximum length specified with the argument :obj:`max_length` or to the\n",
" maximum acceptable input length for the model if that argument is not provided.\n",
" * :obj:`False` or :obj:`'do_not_pad'` (default): No padding (i.e., can output a batch with sequences of\n",
" different lengths).\n",
" max_length (:obj:`int`, `optional`):\n",
" Maximum length of the ``input_values`` of the returned list and optionally padding length (see above).\n",
" max_length_labels (:obj:`int`, `optional`):\n",
" Maximum length of the ``labels`` returned list and optionally padding length (see above).\n",
" pad_to_multiple_of (:obj:`int`, `optional`):\n",
" If set will pad the sequence to a multiple of the provided value.\n",
" This is especially useful to enable the use of Tensor Cores on NVIDIA hardware with compute capability >=\n",
" 7.5 (Volta).\n",
" \"\"\"\n",
"\n",
" processor: Wav2Vec2Processor\n",
" padding: Union[bool, str] = True\n",
" max_length: Optional[int] = None\n",
" max_length_labels: Optional[int] = None\n",
" pad_to_multiple_of: Optional[int] = None\n",
" pad_to_multiple_of_labels: Optional[int] = None\n",
"\n",
" def __call__(self, features: List[Dict[str, Union[List[int], torch.Tensor]]]) -> Dict[str, torch.Tensor]:\n",
" input_features = [{\"input_values\": feature[\"input_values\"]} for feature in features]\n",
" label_features = [feature[\"labels\"] for feature in features]\n",
"\n",
" # d_type = torch.long if isinstance(label_features[0], int) else torch.float\n",
" d_type = torch.float\n",
"\n",
" batch = self.processor.pad(\n",
" input_features,\n",
" padding=self.padding,\n",
" max_length=self.max_length,\n",
" pad_to_multiple_of=self.pad_to_multiple_of,\n",
" return_tensors=\"pt\",\n",
" )\n",
"\n",
" batch[\"labels\"] = torch.tensor(label_features, dtype=d_type)\n",
"\n",
" return batch"
],
"execution_count": 66,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"id": "-YhJ0OA4RxQe"
},
"source": [
"data_collator = DataCollatorCTCWithPadding(processor=processor, padding=True)"
],
"execution_count": 67,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
"id": "mYxy2IR-KcU2"
},
"source": [
"Next, the evaluation metric is defined. There are many pre-defined metrics for classification/regression problems, but in this case, we would continue with just **Accuracy** for classification and **MSE** for regression. You can define other metrics on your own."
]
},
{
"cell_type": "code",
"metadata": {
"id": "XK26Z6IfR36K"
},
"source": [
"import numpy as np\n",
"from transformers import EvalPrediction\n",
"\n",
"\n",
"def compute_metrics(p: EvalPrediction):\n",
" preds = p.predictions[0] if isinstance(p.predictions, tuple) else p.predictions\n",
" preds = np.squeeze(preds) if is_regression else np.argmax(preds, axis=1)\n",
"\n",
" if is_regression:\n",
" return {\"mse\": ((preds - p.label_ids) ** 2).mean().item()}\n",
" else:\n",
" return {\"accuracy\": (preds == p.label_ids).astype(np.float32).mean().item()}"
],
"execution_count": 68,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
"id": "ZsH_nKJdK28o"
},
"source": [
"Now, we can load the pretrained XLSR-Wav2Vec2 checkpoint into our classification model with a pooling strategy."
]
},
{
"cell_type": "code",
"metadata": {
"id": "0Tl6iKAUR4EL",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 171,
"referenced_widgets": [
"2d6ea197b69c4ebc8cbabdab871d098d",
"83d41ca78151477390f0b898ccb2f484",
"5469b185c4d74e4c85f8c7f9fa4f4f6c",
"5e68b078d0034e35b762273e4779f76c",
"7f3119c9e7e64ec4895ef6a40941eba9",
"33dd4bb4d7054975b6f9801e6c3edf2a",
"2adc2a1a8a744bd483ab815072a84e25",
"a13a5e263a8f4d1cae5f8707a52d735d"
]
},
"outputId": "39c82387-3f3b-4318-8131-b88289e23dab"
},
"source": [
"model = Wav2Vec2ForSpeechClassification.from_pretrained(\n",
" model_name_or_path,\n",
" config=config,\n",
")"
],
"execution_count": 69,
"outputs": [
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "2d6ea197b69c4ebc8cbabdab871d098d",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description='Downloading', max=1262159319.0, style=ProgressStyle(descr…"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"\n"
],
"name": "stdout"
},
{
"output_type": "stream",
"text": [
"Some weights of the model checkpoint at lighteternal/wav2vec2-large-xlsr-53-greek were not used when initializing Wav2Vec2ForSpeechClassification: ['lm_head.weight', 'lm_head.bias']\n",
"- This IS expected if you are initializing Wav2Vec2ForSpeechClassification from the checkpoint of a model trained on another task or with another architecture (e.g. initializing a BertForSequenceClassification model from a BertForPreTraining model).\n",
"- This IS NOT expected if you are initializing Wav2Vec2ForSpeechClassification from the checkpoint of a model that you expect to be exactly identical (initializing a BertForSequenceClassification model from a BertForSequenceClassification model).\n",
"Some weights of Wav2Vec2ForSpeechClassification were not initialized from the model checkpoint at lighteternal/wav2vec2-large-xlsr-53-greek and are newly initialized: ['classifier.dense.weight', 'classifier.dense.bias', 'classifier.out_proj.bias', 'classifier.out_proj.weight']\n",
"You should probably TRAIN this model on a down-stream task to be able to use it for predictions and inference.\n"
],
"name": "stderr"
}
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "bqF4rNMzI1M5"
},
"source": [
"The first component of XLSR-Wav2Vec2 consists of a stack of CNN layers that are used to extract acoustically meaningful - but contextually independent - features from the raw speech signal. This part of the model has already been sufficiently trained during pretraining and as stated in the [paper](https://arxiv.org/pdf/2006.13979.pdf) does not need to be fine-tuned anymore. \n",
"Thus, we can set the `requires_grad` to `False` for all parameters of the *feature extraction* part."
]
},
{
"cell_type": "code",
"metadata": {
"id": "KHMhxFGoR4Hb"
},
"source": [
"model.freeze_feature_extractor()"
],
"execution_count": 70,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
"id": "n0HzBneBK84G"
},
"source": [
"In a final step, we define all parameters related to training. \n",
"To give more explanation on some of the parameters:\n",
"- `learning_rate` and `weight_decay` were heuristically tuned until fine-tuning has become stable. Note that those parameters strongly depend on the Common Voice dataset and might be suboptimal for other speech datasets.\n",
"\n",
"For more explanations on other parameters, one can take a look at the [docs](https://huggingface.co/transformers/master/main_classes/trainer.html?highlight=trainer#trainingarguments).\n",
"\n",
"**Note**: If one wants to save the trained models in his/her google drive the commented-out `output_dir` can be used instead."
]
},
{
"cell_type": "code",
"metadata": {
"id": "3tPqZ12BLCJk"
},
"source": [
"# from google.colab import drive\n",
"\n",
"# drive.mount('/gdrive')"
],
"execution_count": null,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"id": "vUtWjldAI9-H"
},
"source": [
"from transformers import TrainingArguments\n",
"\n",
"training_args = TrainingArguments(\n",
" output_dir=\"/content/wav2vec2-xlsr-greek-speech-emotion-recognition\",\n",
" # output_dir=\"/content/gdrive/MyDrive/wav2vec2-xlsr-greek-speech-emotion-recognition\"\n",
" per_device_train_batch_size=4,\n",
" per_device_eval_batch_size=4,\n",
" gradient_accumulation_steps=2,\n",
" evaluation_strategy=\"steps\",\n",
" num_train_epochs=1.0,\n",
" fp16=True,\n",
" save_steps=10,\n",
" eval_steps=10,\n",
" logging_steps=10,\n",
" learning_rate=1e-4,\n",
" save_total_limit=2,\n",
")"
],
"execution_count": 72,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
"id": "XAtuL0APLZSs"
},
"source": [
"For future use we can create our training script, we do it in a simple way. You can add more on you own."
]
},
{
"cell_type": "code",
"metadata": {
"id": "KfW6uDolJYZv"
},
"source": [
"from typing import Any, Dict, Union\n",
"\n",
"import torch\n",
"from packaging import version\n",
"from torch import nn\n",
"\n",
"from transformers import (\n",
" Trainer,\n",
" is_apex_available,\n",
")\n",
"\n",
"if is_apex_available():\n",
" from apex import amp\n",
"\n",
"if version.parse(torch.__version__) >= version.parse(\"1.6\"):\n",
" _is_native_amp_available = True\n",
" from torch.cuda.amp import autocast\n",
"\n",
"\n",
"class CTCTrainer(Trainer):\n",
" def training_step(self, model: nn.Module, inputs: Dict[str, Union[torch.Tensor, Any]]) -> torch.Tensor:\n",
" \"\"\"\n",
" Perform a training step on a batch of inputs.\n",
"\n",
" Subclass and override to inject custom behavior.\n",
"\n",
" Args:\n",
" model (:obj:`nn.Module`):\n",
" The model to train.\n",
" inputs (:obj:`Dict[str, Union[torch.Tensor, Any]]`):\n",
" The inputs and targets of the model.\n",
"\n",
" The dictionary will be unpacked before being fed to the model. Most models expect the targets under the\n",
" argument :obj:`labels`. Check your model's documentation for all accepted arguments.\n",
"\n",
" Return:\n",
" :obj:`torch.Tensor`: The tensor with training loss on this batch.\n",
" \"\"\"\n",
"\n",
" model.train()\n",
" inputs = self._prepare_inputs(inputs)\n",
"\n",
" if self.use_amp:\n",
" with autocast():\n",
" loss = self.compute_loss(model, inputs)\n",
" else:\n",
" loss = self.compute_loss(model, inputs)\n",
"\n",
" if self.args.gradient_accumulation_steps > 1:\n",
" loss = loss / self.args.gradient_accumulation_steps\n",
"\n",
" if self.use_amp:\n",
" self.scaler.scale(loss).backward()\n",
" elif self.use_apex:\n",
" with amp.scale_loss(loss, self.optimizer) as scaled_loss:\n",
" scaled_loss.backward()\n",
" elif self.deepspeed:\n",
" self.deepspeed.backward(loss)\n",
" else:\n",
" loss.backward()\n",
"\n",
" return loss.detach()\n"
],
"execution_count": 73,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
"id": "Qv7Ju3qYJeJn"
},
"source": [
"Now, all instances can be passed to Trainer and we are ready to start training!"
]
},
{
"cell_type": "code",
"metadata": {
"id": "nEFkfK45JYiZ"
},
"source": [
"trainer = CTCTrainer(\n",
" model=model,\n",
" data_collator=data_collator,\n",
" args=training_args,\n",
" compute_metrics=compute_metrics,\n",
" train_dataset=train_dataset,\n",
" eval_dataset=eval_dataset,\n",
" tokenizer=processor.feature_extractor,\n",
")"
],
"execution_count": 74,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
"id": "0gGLwJAOLtDg"
},
"source": [
"### Training"
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "UpN6xlWCLxJ7"
},
"source": [
"Training will take between 10 and 60 minutes depending on the GPU allocated to this notebook. \n",
"\n",
"In case you want to use this google colab to fine-tune your model, you should make sure that your training doesn't stop due to inactivity. A simple hack to prevent this is to paste the following code into the console of this tab (right mouse click -> inspect -> Console tab and insert code)."
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "zyYZH7YZL8a9"
},
"source": [
"```javascript\n",
"function ConnectButton(){\n",
" console.log(\"Connect pushed\"); \n",
" document.querySelector(\"#top-toolbar > colab-connect-button\").shadowRoot.querySelector(\"#connect\").click() \n",
"}\n",
"setInterval(ConnectButton,60000);\n",
"```"
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 143
},
"id": "6M8bNvLLJnG1",
"outputId": "e75b5145-bb3a-4063-ee74-74184eaaf3f6"
},
"source": [
"trainer.train()"
],
"execution_count": 75,
"outputs": [
{
"output_type": "display_data",
"data": {
"text/html": [
"\n",
" \n",
" \n",
"
\n",
" [12/12 27:16, Epoch 0/1]\n",
"
\n",
" \n",
" \n",
" \n",
" Step \n",
" Training Loss \n",
" Validation Loss \n",
" Mse \n",
" \n",
" \n",
" \n",
" \n",
" 10 \n",
" 0.017500 \n",
" 0.008415 \n",
" 0.008415 \n",
" \n",
" \n",
"
"
],
"text/plain": [
""
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "execute_result",
"data": {
"text/plain": [
"TrainOutput(global_step=12, training_loss=0.01614018203690648, metrics={'train_runtime': 1749.5188, 'train_samples_per_second': 0.057, 'train_steps_per_second': 0.007, 'total_flos': 1.657459865366448e+16, 'train_loss': 0.01614018203690648, 'epoch': 0.96})"
]
},
"metadata": {
"tags": []
},
"execution_count": 75
}
]
},
{
"cell_type": "code",
"metadata": {
"id": "jfqtBOeWxoGN"
},
"source": [
"trainer.save_model()"
],
"execution_count": 80,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"id": "PV1qjFvbx55s"
},
"source": [
"processor.save_pretrained(training_args.output_dir)"
],
"execution_count": 81,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
"id": "3prIN9eiMBHo"
},
"source": [
"The training loss goes down and we can see that the Acurracy on the test set also improves nicely. Because this notebook is just for demonstration purposes, we can stop here.\n",
"\n",
"The resulting model of this notebook has been saved to [m3hrdadfi/wav2vec2-xlsr-greek-speech-emotion-recognition](https://huggingface.co/m3hrdadfi/wav2vec2-xlsr-greek-speech-emotion-recognition)\n",
"\n",
"As a final check, let's load the model and verify that it indeed has learned to recognize the emotion in the speech.\n",
"\n",
"Let's first load the pretrained checkpoint."
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "VsaOTx_FVm0i"
},
"source": [
"## Evaluation"
]
},
{
"cell_type": "code",
"metadata": {
"id": "4tGNY7hRXO44"
},
"source": [
"import librosa\n",
"from sklearn.metrics import classification_report, mean_squared_error"
],
"execution_count": 76,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "IYxg1Tfo2VUw",
"outputId": "e80bdd47-1b1e-4977-a9dc-cbb4fd09d93d"
},
"source": [
"test_dataset = load_dataset(\"csv\", data_files={\"test\": \"/content/data/test.csv\"}, delimiter=\"\\t\")[\"test\"]\n",
"test_dataset = test_dataset.select(range(5))\n",
"test_dataset"
],
"execution_count": 85,
"outputs": [
{
"output_type": "stream",
"text": [
"Using custom data configuration default-cd7dc870b524cbdd\n",
"Reusing dataset csv (/content/cache/csv/default-cd7dc870b524cbdd/0.0.0/2dc6629a9ff6b5697d82c25b73731dd440507a69cbce8b425db50b751e8fcfd0)\n"
],
"name": "stderr"
},
{
"output_type": "execute_result",
"data": {
"text/plain": [
"Dataset({\n",
" features: ['name', 'path', 'emotion'],\n",
" num_rows: 5\n",
"})"
]
},
"metadata": {
"tags": []
},
"execution_count": 85
}
]
},
{
"cell_type": "code",
"metadata": {
"id": "QgZFkMDHW_Um",
"colab": {
"base_uri": "https://localhost:8080/"
},
"outputId": "66e2e804-ec8c-47b3-a368-6a23301dd089"
},
"source": [
"device = torch.device(\"cuda\" if torch.cuda.is_available() else \"cpu\")\n",
"print(f\"Device: {device}\")"
],
"execution_count": 78,
"outputs": [
{
"output_type": "stream",
"text": [
"Device: cpu\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"id": "-ESFEXeaWgua"
},
"source": [
"# model_name_or_path = \"m3hrdadfi/wav2vec2-xlsr-greek-speech-emotion-recognition\"\n",
"model_name_or_path = \"/content/wav2vec2-xlsr-greek-speech-emotion-recognition\"\n",
"config = AutoConfig.from_pretrained(model_name_or_path)\n",
"processor = Wav2Vec2Processor.from_pretrained(model_name_or_path)\n",
"model = Wav2Vec2ForSpeechClassification.from_pretrained(model_name_or_path).to(device)"
],
"execution_count": 82,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"id": "BkEd4w8IV7kZ"
},
"source": [
"def speech_file_to_array_fn(batch):\n",
" batch[\"emotion\"] = ast.literal_eval(batch[\"emotion\"])\n",
" speech_array, sampling_rate = torchaudio.load(batch[\"path\"])\n",
" speech_array = speech_array.squeeze().numpy()\n",
" speech_array = librosa.resample(np.asarray(speech_array), sampling_rate, processor.feature_extractor.sampling_rate)\n",
"\n",
" batch[\"speech\"] = speech_array\n",
" return batch\n",
"\n",
"\n",
"def predict(batch):\n",
" features = processor(batch[\"speech\"], sampling_rate=processor.feature_extractor.sampling_rate, return_tensors=\"pt\", padding=True)\n",
"\n",
" input_values = features.input_values.to(device)\n",
" attention_mask = features.attention_mask.to(device)\n",
"\n",
" with torch.no_grad():\n",
" logits = model(input_values, attention_mask=attention_mask).logits \n",
"\n",
"\n",
" batch[\"predicted\"] = logits.detach().cpu().numpy()\n",
" return batch"
],
"execution_count": 96,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 66,
"referenced_widgets": [
"41f82099f80b4a03845844f8489a5826",
"af99577c37ff4dc287a2e00443e4374a",
"c4512334385347ab9fd76247018c5c30",
"861c05c80e064570b106159ab3110e2e",
"51ba184c85054a7eb833c582d8b86ee7",
"53f0ed181dff46459d22bb80ab0ab883",
"cd36a032ac5343ccba1520344d576cdd",
"ca21585f728b46cbadffa84d5d8c5ffb"
]
},
"id": "S4P6P6XwW85p",
"outputId": "8b45697e-e456-4dd8-b090-3d04ac41cf20"
},
"source": [
"test_dataset = test_dataset.map(speech_file_to_array_fn)"
],
"execution_count": 87,
"outputs": [
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "41f82099f80b4a03845844f8489a5826",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, max=5.0), HTML(value='')))"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 66,
"referenced_widgets": [
"0ad22c80ab7d4864b0ef2658f5b4aaae",
"c5584297a5c94a67bb59266981066c9a",
"ad70de4f8b92424eb93c737b5e8e23d7",
"4a744770e8804b4e8b926852c59eea84",
"67f2f69515a9415fb6692863e4733dd9",
"22b0dd4e93cc4551965023a2eca6ce6e",
"5ec4ed9f02584f9f94556c016be24bff",
"0699318c176f45218f481b803a086d2d"
]
},
"id": "K_oZJzHsXKHv",
"outputId": "570dd14c-1412-4fa8-fc82-67468f25a33d"
},
"source": [
"result = test_dataset.map(predict, batched=True, batch_size=2)"
],
"execution_count": 97,
"outputs": [
{
"output_type": "display_data",
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "0ad22c80ab7d4864b0ef2658f5b4aaae",
"version_minor": 0,
"version_major": 2
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, max=3.0), HTML(value='')))"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "RdF1FK22zSkh",
"outputId": "ccb5677f-e181-431c-b5ce-15226f6a1e06"
},
"source": [
"result[\"emotion\"]"
],
"execution_count": 101,
"outputs": [
{
"output_type": "execute_result",
"data": {
"text/plain": [
"[[0.07, 0.14, 0.28],\n",
" [0.07, 0.14, 0.28],\n",
" [0.02, 0.04, 0.06],\n",
" [0.05, 0.1, 0.15],\n",
" [0.02, 0.04, 0.06]]"
]
},
"metadata": {
"tags": []
},
"execution_count": 101
}
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "BnfJLZvAaxTo",
"outputId": "19398a3e-8b5e-48e9-bd6a-3a2a0390a798"
},
"source": [
"result[\"predicted\"]"
],
"execution_count": 99,
"outputs": [
{
"output_type": "execute_result",
"data": {
"text/plain": [
"[[0.06850039213895798, 0.17856287956237793, 0.255866676568985],\n",
" [0.07049965858459473, 0.16333678364753723, 0.194563627243042],\n",
" [0.09779226779937744, 0.19064779579639435, 0.26533204317092896],\n",
" [0.06363093852996826, 0.10668247193098068, 0.22417190670967102],\n",
" [0.09723929315805435, 0.1277279555797577, 0.24414333701133728]]"
]
},
"metadata": {
"tags": []
},
"execution_count": 99
}
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "tUt5rIppXrzl",
"outputId": "56c027e9-51fe-4f28-9f55-8b8367c9694d"
},
"source": [
"print(mean_squared_error(result[\"emotion\"], result[\"predicted\"]))"
],
"execution_count": 102,
"outputs": [
{
"output_type": "stream",
"text": [
"0.008941762320560648\n"
],
"name": "stdout"
}
]
}
]
}
================================================
FILE: requirements.txt
================================================
torch
numpy
git+https://github.com/huggingface/datasets.git
git+https://github.com/huggingface/transformers.git
torchaudio
librosa
================================================
FILE: run_wav2vec_clf.py
================================================
import logging
import os
import sys
from dataclasses import dataclass, field
from typing import Any, Dict, List, Optional, Union
from datasets import load_dataset, load_metric
import numpy as np
import torch
import torchaudio
import transformers
from transformers import (
HfArgumentParser,
TrainingArguments,
EvalPrediction,
AutoConfig,
Wav2Vec2Processor,
Wav2Vec2FeatureExtractor,
is_apex_available,
set_seed,
)
from transformers.trainer_utils import get_last_checkpoint, is_main_process
from src.models import Wav2Vec2ForSpeechClassification, HubertForSpeechClassification
from src.collator import DataCollatorCTCWithPadding
from src.trainer import CTCTrainer
logger = logging.getLogger(__name__)
MODEL_MODES = ["wav2vec", "hubert"]
POOLING_MODES = ["mean", "sum", "max"]
DELIMITERS = {"tab": "\t", "comma": ",", "pipe": "|"}
@dataclass
class ModelArguments:
"""
Arguments pertaining to which model/config/tokenizer we are going to fine-tune from.
"""
model_name_or_path: str = field(
metadata={"help": "Path to pretrained model or model identifier from huggingface.co/models"}
)
model_mode: str = field(
default="wav2vec",
metadata={
"help": "Specifies the base model and must be from the following: " + ", ".join(MODEL_MODES)
},
)
pooling_mode: str = field(
default="mean",
metadata={
"help": "Specifies the reduction to apply to the output of Wav2Vec2 model and must be from the following: " + ", ".join(
POOLING_MODES)
},
)
config_name: Optional[str] = field(
default=None, metadata={"help": "Pretrained config name or path if not the same as model_name"}
)
feature_extractor_name: Optional[str] = field(
default=None, metadata={"help": "Pretrained feature_extractor name or path if not the same as model_name"}
)
cache_dir: Optional[str] = field(
default=None,
metadata={"help": "Where do you want to store the pretrained models downloaded from huggingface.co"},
)
freeze_feature_extractor: Optional[bool] = field(
default=True, metadata={"help": "Whether to freeze the feature extractor layers of the model."}
)
model_revision: str = field(
default="main",
metadata={"help": "The specific model version to use (can be a branch name, tag name or commit id)."},
)
use_auth_token: bool = field(
default=False,
metadata={
"help": "Will use the token generated when running `transformers-cli login` (necessary to use this script "
"with private models)."
},
)
@dataclass
class DataTrainingArguments:
"""
Arguments pertaining to what data we are going to input our model for training and eval.
Using `HfArgumentParser` we can turn this class
into argparse arguments to be able to specify them on
the command line.
"""
train_file: Optional[str] = field(
default=None, metadata={"help": "The input training data file (a csv or JSON file)."}
)
validation_file: Optional[str] = field(
default=None,
metadata={"help": "An optional input evaluation data file to evaluate on (a csv or JSON file)."},
)
test_file: Optional[str] = field(
default=None,
metadata={"help": "An optional input evaluation data file to test on (a csv or JSON file)."},
)
input_column: Optional[str] = field(
default="path",
metadata={"help": "The name of the column in the datasets containing the audio path."},
)
target_column: Optional[str] = field(
default="emotion",
metadata={"help": "The name of the column in the datasets containing the labels."},
)
delimiter: Optional[str] = field(
default="tab",
metadata={
"help": "Specifies the character delimiting individual cells in the CSV data and must be from the following: " + ", ".join(
DELIMITERS.keys())
},
)
overwrite_cache: bool = field(
default=False, metadata={"help": "Overwrite the cached preprocessed datasets or not."}
)
preprocessing_num_workers: Optional[int] = field(
default=None,
metadata={"help": "The number of processes to use for the preprocessing."},
)
max_train_samples: Optional[int] = field(
default=None,
metadata={
"help": "For debugging purposes or quicker training, truncate the number of training examples to this "
"value if set."
},
)
max_eval_samples: Optional[int] = field(
default=None,
metadata={
"help": "For debugging purposes or quicker training, truncate the number of validation examples to this "
"value if set."
},
)
max_predict_samples: Optional[int] = field(
default=None,
metadata={
"help": "For debugging purposes or quicker training, truncate the number of prediction examples to this "
"value if set."
},
)
min_duration_in_seconds: Optional[float] = field(
default=None,
metadata={"help": "Filters out examples less than specified. Defaults to no filtering."},
)
max_duration_in_seconds: Optional[float] = field(
default=None,
metadata={"help": "Filters out examples longer than specified. Defaults to no filtering."},
)
def __post_init__(self):
if self.train_file is None and self.validation_file is None:
raise ValueError("Need either a dataset name or a training/validation file.")
else:
extension = self.train_file.split(".")[-1]
assert extension in ["csv", "json"], "`train_file` should be a csv or a json file."
extension = self.validation_file.split(".")[-1]
assert extension in ["csv", "json"], "`validation_file` should be a csv or a json file."
def main():
# See all possible arguments in src/transformers/training_args.py
# or by passing the --help flag to this script.
# We now keep distinct sets of args, for a cleaner separation of concerns.
parser = HfArgumentParser((ModelArguments, DataTrainingArguments, TrainingArguments))
if len(sys.argv) == 2 and sys.argv[1].endswith(".json"):
# If we pass only one argument to the script and it's the path to a json file,
# let's parse it to get our arguments.
model_args, data_args, training_args = parser.parse_json_file(json_file=os.path.abspath(sys.argv[1]))
else:
model_args, data_args, training_args = parser.parse_args_into_dataclasses()
# Detecting last checkpoint.
last_checkpoint = None
if os.path.isdir(training_args.output_dir) and training_args.do_train and not training_args.overwrite_output_dir:
last_checkpoint = get_last_checkpoint(training_args.output_dir)
if last_checkpoint is None and len(os.listdir(training_args.output_dir)) > 0:
raise ValueError(
f"Output directory ({training_args.output_dir}) already exists and is not empty. "
"Use --overwrite_output_dir to overcome."
)
elif last_checkpoint is not None:
logger.info(
f"Checkpoint detected, resuming training at {last_checkpoint}. To avoid this behavior, change "
"the `--output_dir` or add `--overwrite_output_dir` to train from scratch."
)
logger.info(f"last_checkpoint: {last_checkpoint}")
# Setup logging
logging.basicConfig(
format="%(asctime)s - %(levelname)s - %(name)s - %(message)s",
datefmt="%m/%d/%Y %H:%M:%S",
handlers=[logging.StreamHandler(sys.stdout)],
)
logger.setLevel(logging.INFO if is_main_process(training_args.local_rank) else logging.WARN)
# Log on each process the small summary:
logger.warning(
f"Process rank: {training_args.local_rank}, device: {training_args.device}, n_gpu: {training_args.n_gpu}"
+ f"distributed training: {bool(training_args.local_rank != -1)}, 16-bits training: {training_args.fp16}"
)
# Set the verbosity to info of the Transformers logger (on main process only):
if is_main_process(training_args.local_rank):
transformers.utils.logging.set_verbosity_info()
logger.info("Training/evaluation parameters %s", training_args)
# Set seed before initializing model.
set_seed(training_args.seed)
# Loading a dataset from your local files.
# CSV/JSON training and evaluation files are needed.
data_files = {"train": data_args.train_file, "validation": data_args.validation_file}
# Get the test dataset: you can provide your own CSV/JSON test file (see below)
# when you use `do_predict` without specifying a GLUE benchmark task.
if training_args.do_predict:
if data_args.test_file is not None:
train_extension = data_args.train_file.split(".")[-1]
test_extension = data_args.test_file.split(".")[-1]
assert (
test_extension == train_extension
), "`test_file` should have the same extension (csv or json) as `train_file`."
data_files["test"] = data_args.test_file
else:
raise ValueError("Need a test file for `do_predict`.")
for key in data_files.keys():
logger.info(f"load a local file for {key}: {data_files[key]}")
if data_args.train_file.endswith(".csv"):
# Loading a dataset from local csv files
datasets = load_dataset(
"csv",
data_files=data_files,
delimiter=DELIMITERS.get(data_args.delimiter, "\t"),
cache_dir=model_args.cache_dir
)
else:
# Loading a dataset from local json files
datasets = load_dataset("json", data_files=data_files, cache_dir=model_args.cache_dir)
input_column_name = data_args.input_column
output_column_name = data_args.target_column
# Trying to have good defaults here, don't hesitate to tweak to your needs.
is_regression = datasets["train"].features[output_column_name].dtype in ["float32", "float64"]
if is_regression:
num_labels = 1
label_list = []
logger.info(f"*** A regression problem ***")
else:
# A useful fast method:
# https://huggingface.co/docs/datasets/package_reference/main_classes.html#datasets.Dataset.unique
label_list = datasets["train"].unique(output_column_name)
label_list.sort() # Let's sort it for determinism
num_labels = len(label_list)
logger.info(f"*** A classification problem with {num_labels} classes ***")
# Load pretrained model and tokenizer
#
# Distributed training:
# The .from_pretrained methods guarantee that only one local process can concurrently
# download model & vocab.
config = AutoConfig.from_pretrained(
model_args.config_name if model_args.config_name else model_args.model_name_or_path,
num_labels=num_labels,
label2id={label: i for i, label in enumerate(label_list)},
id2label={i: label for i, label in enumerate(label_list)},
finetuning_task="wav2vec2_clf",
cache_dir=model_args.cache_dir,
revision=model_args.model_revision,
use_auth_token=True if model_args.use_auth_token else None,
)
setattr(config, 'pooling_mode', model_args.pooling_mode)
# tokenizer = Wav2Vec2CTCTokenizer.from_pretrained(model_args.model_name_or_path)
# feature_extractor = Wav2Vec2FeatureExtractor.from_pretrained(model_args.model_name_or_path)
# processor = Wav2Vec2Processor.from_pretrained(
# model_args.processor_name if model_args.processor_name else model_args.model_name_or_path,
# cache_dir=model_args.cache_dir,
# revision=model_args.model_revision,
# use_auth_token=True if model_args.use_auth_token else None,
# )
feature_extractor = Wav2Vec2FeatureExtractor.from_pretrained(
model_args.feature_extractor_name if model_args.feature_extractor_name else model_args.model_name_or_path,
cache_dir=model_args.cache_dir,
revision=model_args.model_revision,
use_auth_token=True if model_args.use_auth_token else None,
)
target_sampling_rate = feature_extractor.feature_extractor.sampling_rate
if model_args.model_mode == "wav2vec":
model = Wav2Vec2ForSpeechClassification.from_pretrained(
model_args.model_name_or_path,
from_tf=bool(".ckpt" in model_args.model_name_or_path),
config=config,
cache_dir=model_args.cache_dir,
revision=model_args.model_revision,
use_auth_token=True if model_args.use_auth_token else None,
)
elif model_args.model_mode == "hubert":
model = HubertForSpeechClassification.from_pretrained(
model_args.model_name_or_path,
from_tf=bool(".ckpt" in model_args.model_name_or_path),
config=config,
cache_dir=model_args.cache_dir,
revision=model_args.model_revision,
use_auth_token=True if model_args.use_auth_token else None,
)
else:
raise ValueError("--model_mode does not exist in predefined modes: " + ",".join(MODEL_MODES))
if model_args.freeze_feature_extractor:
model.freeze_feature_extractor()
# NOTE: Duration controller for the future `min_duration_in_seconds` `max_duration_in_seconds`
# data_args.min_duration_in_seconds, data_args.max_duration_in_seconds
def speech_file_to_array_fn(path):
speech_array, sampling_rate = torchaudio.load(path)
resampler = torchaudio.transforms.Resample(sampling_rate, target_sampling_rate)
speech = resampler(speech_array).squeeze().numpy()
return speech
def label_to_id(label, label_list):
if len(label_list) > 0:
return label_list.index(label) if label in label_list else -1
return label
def preprocess_function(examples):
speech_list = [speech_file_to_array_fn(path) for path in examples[input_column_name]]
target_list = [label_to_id(label, label_list) for label in examples[output_column_name]]
result = feature_extractor(speech_list, sampling_rate=target_sampling_rate)
result["labels"] = list(target_list)
return result
if training_args.do_train:
if "train" not in datasets:
raise ValueError("--do_train requires a train dataset")
train_dataset = datasets["train"]
if data_args.max_train_samples is not None:
train_dataset = train_dataset.select(range(data_args.max_train_samples))
train_dataset = train_dataset.map(
preprocess_function,
batched=True,
load_from_cache_file=not data_args.overwrite_cache
)
logger.info(f"Split sizes: {len(train_dataset)} train")
if training_args.do_eval:
if "validation" not in datasets:
raise ValueError("--do_eval requires a validation dataset")
eval_dataset = datasets["validation"]
if data_args.max_eval_samples is not None:
eval_dataset = eval_dataset.select(range(data_args.max_eval_samples))
eval_dataset = eval_dataset.map(
preprocess_function,
batched=True,
load_from_cache_file=not data_args.overwrite_cache
)
logger.info(f"Split sizes: {len(eval_dataset)} validation")
if training_args.do_predict:
if "test" not in datasets:
raise ValueError("--do_predict requires a test dataset")
predict_dataset = datasets["test"]
if data_args.max_predict_samples is not None:
predict_dataset = predict_dataset.select(range(data_args.max_predict_samples))
predict_dataset = predict_dataset.map(
preprocess_function,
batched=True,
load_from_cache_file=not data_args.overwrite_cache
)
logger.info(f"Split sizes: {len(predict_dataset)} test.")
# Metric
# You can define your custom compute_metrics function. It takes an `EvalPrediction` object (a namedtuple with a
# predictions and label_ids field) and has to return a dictionary string to float.
def compute_metrics(p: EvalPrediction):
preds = p.predictions[0] if isinstance(p.predictions, tuple) else p.predictions
preds = np.squeeze(preds) if is_regression else np.argmax(preds, axis=1)
if is_regression:
return {"mse": ((preds - p.label_ids) ** 2).mean().item()}
else:
return {"accuracy": (preds == p.label_ids).astype(np.float32).mean().item()}
# Data collator
data_collator = DataCollatorCTCWithPadding(feature_extractor=feature_extractor, padding=True)
# Initialize our Trainer
trainer = CTCTrainer(
model=model,
data_collator=data_collator,
args=training_args,
compute_metrics=compute_metrics,
train_dataset=train_dataset if training_args.do_train else None,
eval_dataset=eval_dataset if training_args.do_eval else None,
tokenizer=feature_extractor,
)
# Training
if training_args.do_train:
if last_checkpoint is not None:
checkpoint = last_checkpoint
elif os.path.isdir(model_args.model_name_or_path):
checkpoint = model_args.model_name_or_path
else:
checkpoint = None
logger.info(f"*** Training from: {checkpoint} ***")
train_result = trainer.train(resume_from_checkpoint=checkpoint)
trainer.save_model()
# save the feature_extractor and the tokenizer
if is_main_process(training_args.local_rank):
feature_extractor.save_pretrained(training_args.output_dir)
metrics = train_result.metrics
max_train_samples = (
data_args.max_train_samples if data_args.max_train_samples is not None else len(train_dataset)
)
metrics["train_samples"] = min(max_train_samples, len(train_dataset))
trainer.log_metrics("train", metrics)
trainer.save_metrics("train", metrics)
trainer.save_state()
# Evaluation
results = {}
if training_args.do_eval:
logger.info("*** Evaluate ***")
metrics = trainer.evaluate()
max_eval_samples = data_args.max_eval_samples if data_args.max_eval_samples is not None else len(eval_dataset)
metrics["eval_samples"] = min(max_eval_samples, len(eval_dataset))
trainer.log_metrics("eval", metrics)
trainer.save_metrics("eval", metrics)
# Final test metrics
if training_args.do_predict:
logger.info("*** Test ***")
predict_dataset.remove_columns_(output_column_name)
predictions = trainer.predict(predict_dataset, metric_key_prefix="predict").predictions
predictions = np.squeeze(predictions) if is_regression else np.argmax(predictions, axis=1)
output_predict_file = os.path.join(training_args.output_dir, f"predict_results.txt")
if trainer.is_world_process_zero():
with open(output_predict_file, "w", encoding="utf-8") as writer:
logger.info(f"***** Predict results *****")
writer.write("index\tprediction\n")
for index, item in enumerate(predictions):
if is_regression:
writer.write(f"{index}\t{item:3.3f}\n")
else:
item = label_list[item]
writer.write(f"{index}\t{item}\n")
# NOTE: Pushing to hub for future
# training_args.push_to_hub
return results
def _mp_fn(index):
# For xla_spawn (TPUs)
main()
if __name__ == "__main__":
main()
================================================
FILE: src/__init__.py
================================================
================================================
FILE: src/collator.py
================================================
from dataclasses import dataclass
from typing import Dict, List, Optional, Union
import torch
import transformers
from transformers import Wav2Vec2Processor, Wav2Vec2FeatureExtractor
@dataclass
class DataCollatorCTCWithPadding:
"""
Data collator that will dynamically pad the inputs received.
Args:
feature_extractor (:class:`~transformers.Wav2Vec2FeatureExtractor`)
The feature_extractor used for proccessing the data.
padding (:obj:`bool`, :obj:`str` or :class:`~transformers.tokenization_utils_base.PaddingStrategy`, `optional`, defaults to :obj:`True`):
Select a strategy to pad the returned sequences (according to the model's padding side and padding index)
among:
* :obj:`True` or :obj:`'longest'`: Pad to the longest sequence in the batch (or no padding if only a single
sequence if provided).
* :obj:`'max_length'`: Pad to a maximum length specified with the argument :obj:`max_length` or to the
maximum acceptable input length for the model if that argument is not provided.
* :obj:`False` or :obj:`'do_not_pad'` (default): No padding (i.e., can output a batch with sequences of
different lengths).
max_length (:obj:`int`, `optional`):
Maximum length of the ``input_values`` of the returned list and optionally padding length (see above).
max_length_labels (:obj:`int`, `optional`):
Maximum length of the ``labels`` returned list and optionally padding length (see above).
pad_to_multiple_of (:obj:`int`, `optional`):
If set will pad the sequence to a multiple of the provided value.
This is especially useful to enable the use of Tensor Cores on NVIDIA hardware with compute capability >=
7.5 (Volta).
"""
feature_extractor: Wav2Vec2FeatureExtractor
padding: Union[bool, str] = True
max_length: Optional[int] = None
max_length_labels: Optional[int] = None
pad_to_multiple_of: Optional[int] = None
pad_to_multiple_of_labels: Optional[int] = None
def __call__(self, features: List[Dict[str, Union[List[int], torch.Tensor]]]) -> Dict[str, torch.Tensor]:
input_features = [{"input_values": feature["input_values"]} for feature in features]
label_features = [feature["labels"] for feature in features]
d_type = torch.long if isinstance(label_features[0], int) else torch.float
batch = self.feature_extractor.pad(
input_features,
padding=self.padding,
max_length=self.max_length,
pad_to_multiple_of=self.pad_to_multiple_of,
return_tensors="pt",
)
batch["labels"] = torch.tensor(label_features, dtype=d_type)
return batch
================================================
FILE: src/modeling_outputs.py
================================================
from dataclasses import dataclass
from typing import Optional, Tuple
import torch
from transformers.file_utils import ModelOutput
@dataclass
class SpeechClassifierOutput(ModelOutput):
loss: Optional[torch.FloatTensor] = None
logits: torch.FloatTensor = None
hidden_states: Optional[Tuple[torch.FloatTensor]] = None
attentions: Optional[Tuple[torch.FloatTensor]] = None
================================================
FILE: src/models.py
================================================
import torch
import torch.nn as nn
from torch.nn import BCEWithLogitsLoss, CrossEntropyLoss, MSELoss
from transformers.models.wav2vec2.modeling_wav2vec2 import (
Wav2Vec2PreTrainedModel,
Wav2Vec2Model
)
from transformers.models.hubert.modeling_hubert import (
HubertPreTrainedModel,
HubertModel
)
from src.modeling_outputs import SpeechClassifierOutput
class Wav2Vec2ClassificationHead(nn.Module):
"""Head for wav2vec classification task."""
def __init__(self, config):
super().__init__()
self.dense = nn.Linear(config.hidden_size, config.hidden_size)
self.dropout = nn.Dropout(config.final_dropout)
self.out_proj = nn.Linear(config.hidden_size, config.num_labels)
def forward(self, features, **kwargs):
x = features
x = self.dropout(x)
x = self.dense(x)
x = torch.tanh(x)
x = self.dropout(x)
x = self.out_proj(x)
return x
class Wav2Vec2ForSpeechClassification(Wav2Vec2PreTrainedModel):
def __init__(self, config):
super().__init__(config)
self.num_labels = config.num_labels
self.pooling_mode = config.pooling_mode
self.config = config
self.wav2vec2 = Wav2Vec2Model(config)
self.classifier = Wav2Vec2ClassificationHead(config)
self.init_weights()
def freeze_feature_extractor(self):
self.wav2vec2.feature_extractor._freeze_parameters()
def merged_strategy(
self,
hidden_states,
mode="mean"
):
if mode == "mean":
outputs = torch.mean(hidden_states, dim=1)
elif mode == "sum":
outputs = torch.sum(hidden_states, dim=1)
elif mode == "max":
outputs = torch.max(hidden_states, dim=1)[0]
else:
raise Exception(
"The pooling method hasn't been defined! Your pooling mode must be one of these ['mean', 'sum', 'max']")
return outputs
def forward(
self,
input_values,
attention_mask=None,
output_attentions=None,
output_hidden_states=None,
return_dict=None,
labels=None,
):
return_dict = return_dict if return_dict is not None else self.config.use_return_dict
outputs = self.wav2vec2(
input_values,
attention_mask=attention_mask,
output_attentions=output_attentions,
output_hidden_states=output_hidden_states,
return_dict=return_dict,
)
hidden_states = outputs[0]
hidden_states = self.merged_strategy(hidden_states, mode=self.pooling_mode)
logits = self.classifier(hidden_states)
loss = None
if labels is not None:
if self.config.problem_type is None:
if self.num_labels == 1:
self.config.problem_type = "regression"
elif self.num_labels > 1 and (labels.dtype == torch.long or labels.dtype == torch.int):
self.config.problem_type = "single_label_classification"
else:
self.config.problem_type = "multi_label_classification"
if self.config.problem_type == "regression":
loss_fct = MSELoss()
loss = loss_fct(logits.view(-1, self.num_labels), labels)
elif self.config.problem_type == "single_label_classification":
loss_fct = CrossEntropyLoss()
loss = loss_fct(logits.view(-1, self.num_labels), labels.view(-1))
elif self.config.problem_type == "multi_label_classification":
loss_fct = BCEWithLogitsLoss()
loss = loss_fct(logits, labels)
if not return_dict:
output = (logits,) + outputs[2:]
return ((loss,) + output) if loss is not None else output
return SpeechClassifierOutput(
loss=loss,
logits=logits,
hidden_states=outputs.hidden_states,
attentions=outputs.attentions,
)
class HubertClassificationHead(nn.Module):
"""Head for hubert classification task."""
def __init__(self, config):
super().__init__()
self.dense = nn.Linear(config.hidden_size, config.hidden_size)
self.dropout = nn.Dropout(config.final_dropout)
self.out_proj = nn.Linear(config.hidden_size, config.num_labels)
def forward(self, features, **kwargs):
x = features
x = self.dropout(x)
x = self.dense(x)
x = torch.tanh(x)
x = self.dropout(x)
x = self.out_proj(x)
return x
class HubertForSpeechClassification(HubertPreTrainedModel):
def __init__(self, config):
super().__init__(config)
self.num_labels = config.num_labels
self.pooling_mode = config.pooling_mode
self.config = config
self.hubert = HubertModel(config)
self.classifier = HubertClassificationHead(config)
self.init_weights()
def freeze_feature_extractor(self):
self.hubert.feature_extractor._freeze_parameters()
def merged_strategy(
self,
hidden_states,
mode="mean"
):
if mode == "mean":
outputs = torch.mean(hidden_states, dim=1)
elif mode == "sum":
outputs = torch.sum(hidden_states, dim=1)
elif mode == "max":
outputs = torch.max(hidden_states, dim=1)[0]
else:
raise Exception(
"The pooling method hasn't been defined! Your pooling mode must be one of these ['mean', 'sum', 'max']")
return outputs
def forward(
self,
input_values,
attention_mask=None,
output_attentions=None,
output_hidden_states=None,
return_dict=None,
labels=None,
):
return_dict = return_dict if return_dict is not None else self.config.use_return_dict
outputs = self.hubert(
input_values,
attention_mask=attention_mask,
output_attentions=output_attentions,
output_hidden_states=output_hidden_states,
return_dict=return_dict,
)
hidden_states = outputs[0]
hidden_states = self.merged_strategy(hidden_states, mode=self.pooling_mode)
logits = self.classifier(hidden_states)
loss = None
if labels is not None:
if self.config.problem_type is None:
if self.num_labels == 1:
self.config.problem_type = "regression"
elif self.num_labels > 1 and (labels.dtype == torch.long or labels.dtype == torch.int):
self.config.problem_type = "single_label_classification"
else:
self.config.problem_type = "multi_label_classification"
if self.config.problem_type == "regression":
loss_fct = MSELoss()
loss = loss_fct(logits.view(-1, self.num_labels), labels)
elif self.config.problem_type == "single_label_classification":
loss_fct = CrossEntropyLoss()
loss = loss_fct(logits.view(-1, self.num_labels), labels.view(-1))
elif self.config.problem_type == "multi_label_classification":
loss_fct = BCEWithLogitsLoss()
loss = loss_fct(logits, labels)
if not return_dict:
output = (logits,) + outputs[2:]
return ((loss,) + output) if loss is not None else output
return SpeechClassifierOutput(
loss=loss,
logits=logits,
hidden_states=outputs.hidden_states,
attentions=outputs.attentions,
)
================================================
FILE: src/trainer.py
================================================
from typing import Any, Dict, Union
import torch
from packaging import version
from torch import nn
from transformers import (
Trainer,
is_apex_available,
)
if is_apex_available():
from apex import amp
if version.parse(torch.__version__) >= version.parse("1.6"):
_is_native_amp_available = True
from torch.cuda.amp import autocast
class CTCTrainer(Trainer):
def training_step(self, model: nn.Module, inputs: Dict[str, Union[torch.Tensor, Any]]) -> torch.Tensor:
"""
Perform a training step on a batch of inputs.
Subclass and override to inject custom behavior.
Args:
model (:obj:`nn.Module`):
The model to train.
inputs (:obj:`Dict[str, Union[torch.Tensor, Any]]`):
The inputs and targets of the model.
The dictionary will be unpacked before being fed to the model. Most models expect the targets under the
argument :obj:`labels`. Check your model's documentation for all accepted arguments.
Return:
:obj:`torch.Tensor`: The tensor with training loss on this batch.
"""
model.train()
inputs = self._prepare_inputs(inputs)
if self.use_amp:
with autocast():
loss = self.compute_loss(model, inputs)
else:
loss = self.compute_loss(model, inputs)
if self.args.gradient_accumulation_steps > 1:
loss = loss / self.args.gradient_accumulation_steps
if self.use_amp:
self.scaler.scale(loss).backward()
elif self.use_apex:
with amp.scale_loss(loss, self.optimizer) as scaled_loss:
scaled_loss.backward()
elif self.deepspeed:
self.deepspeed.backward(loss)
else:
loss.backward()
return loss.detach()